
.header__links .header__home__url{
  visibility:hidden;
  }
  

@font-face {
  font-family: 'geomanist';
  font-weight: 600;
  src:  url('assets/fonts/geomanist-black-webfont.woff2') format('woff2'),
      url('assets/fonts/geomanist-black-webfont.woff') format('woff');
}

@font-face {
  font-family: 'geomanist';
  font-weight: bold;
  src:  url('assets/fonts/geomanist-bold-webfont.woff2') format('woff2'),
      url('assets/fonts/geomanist-bold-webfont.woff') format('woff');
}

@font-face {
  font-family: 'geomanist';
  font-weight: regular;
  src:  url('assets/fonts/geomanist-regular-webfont.woff2') format('woff2'),
      url('assets/fonts/geomanist-regular-webfont.woff') format('woff');
}

.align-items-center {
  align-items: center!important;
}
.justify-content-between {
  justify-content: space-between!important;
}
.d-flex {
  display: flex!important;
}
.container{
  max-width:90%;
  width:1320px;
  margin:0 auto;
}
.header {
  z-index: 99;
  width: 100%;
  padding: 24px 0;
  background-color: #000000;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s ease;
  font-family: "geomanist", sans-serif;
}
.header.scroll {
  padding: 12px;
}
.header__hamburger {
  display: none;
  width: 35px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .header__hamburger {
      display: block;
  }
}
.header__hamburger span {
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  transition: 0.5s ease;
}
.header__hamburger span.center {
  top: calc(50% - 1px);
}
.header__hamburger span:last-of-type {
  bottom: 0;
  top: auto;
}
.header__hamburger.active span {
  opacity: 0;
}
.header__hamburger.active span:nth-child(2) {
  transform: rotate(-45deg);
  opacity: 1;
}
.header__hamburger.active span:nth-child(3) {
  transform: rotate(45deg);
  opacity: 1;
}
.header__logo {
  justify-self: flex-start;
  display: block;
  padding-right: 24px;
}
.header__logo a {
  width: 100%;
  display: block;
}
.header__logo a img {
  max-width: 100px;
  height: auto;
}
.header__group {
  justify-self: flex-end;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header__group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.header__group ul li {
  height: auto;
  white-space: nowrap;
  font-family: "geomanist", sans-serif;
}
.header__group ul li.cta a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  margin-right: 1em;
  padding: 8px 36px;
  border-radius: 16px;
  display: block;
  background-color:#6A41CD;
}
@media screen and (max-width: 1200px) {
  .header__group ul li.cta a {
      margin-right: 0;
  }
}
.header__group ul li.wpml-ls-item {
  visibility: hidden;
  position: relative;
}
.header__group ul li.wpml-ls-item:hover ul.sub-menu {
  display: block;
}
.header__group ul li.wpml-ls-item ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 3;
  left: -8px;
  top: 100%;
  background-color: #000;
  padding: 8px;
}
.header__group ul li.wpml-ls-item ul.sub-menu li.wpml-ls-item a {
  margin: 8px 0;
  display: block;
}
@media screen and (max-width: 1200px) {
  .header__group ul li.wpml-ls-item a {
      float: left;
      margin: 0 12px;
  }
  .header__group ul li.wpml-ls-item ul.sub-menu {
      float: left;
      padding: 0;
  }
  .header__group ul li.wpml-ls-item ul.sub-menu li.wpml-ls-item {
      float: left;
  }
  .header__group ul li.wpml-ls-item ul.sub-menu li.wpml-ls-item a {
      margin: 0 12px;
  }
}
.header__group ul li.li-icon a {
  margin-right: 22px;
}
@media screen and (max-width: 1200px) {
  .header__group ul li.li-icon a {
      margin-right: 0;
  }
}
.header__group a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  margin-right: 5em;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .header__group {
      display: none;
      position: fixed;
      background-color: #000000;
      padding: 38px 0;
      right: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      z-index: 100;
  }
  .header__group ul {
      flex-direction: column;
  }
  .header__group ul li {
      padding-bottom: 24px;
  }
  .header__group ul li a {
      margin-right: 0;
  }
  .header__group ul li.wpml-ls-item ul.sub-menu {
      display: inline-block;
      position: relative;
      left: 0;
      top: 0;
  }
  .header__group ul li.menu-item-type-custom:nth-last-of-type(3),
  .header__group ul li.menu-item-type-custom:nth-last-of-type(2) {
      display: inline-block;
  }
  .header__group.active {
      display: block;
  }
}
.header + .header-push {
  height: 84px;
}
.header.scroll + .header-push {
  height: 60px;
}
@media only screen and (max-width: 991px) {
  .header + .header-push {
      height: 73px;
  }
  .header.scroll + .header-push {
      height: 49px;
  }
}