
.header[data-header-theme=dark] {
  background: rgba(4, 3, 41, 0.1);
}
.header[data-header-theme=dark]:hover {
  backdrop-filter: blur(11.5px);
  background: #000018;
}
.header[data-header-theme=dark] .header-menu__wrp li a span {
  color: #CCD8ED;
}
.header[data-header-theme=dark] .header-contacts {
  border-color: #F0F0F0;
}
.header[data-header-theme=dark] .header-contacts span {
  color: #CCD8ED;
}
@media screen and (max-width: 800px) {
  .header[data-header-theme=dark] .header-contacts span {
    color: #F0F0F0;
  }
}
.header[data-header-theme=dark] .header-contacts:hover {
  border-color: #0029FF;
}
.header[data-header-theme=dark] .header-burger span {
  background-color: #F0F0F0;
}
@media screen and (max-width: 800px) {
  .header[data-header-theme=dark] .header-burger._active span {
    background-color: #F0F0F0;
  }
}
.header[data-header-theme=dark] .header-menu__dropdown-link span {
  color: #616B76 !important;
}
@media screen and (max-width: 800px) {
  .header[data-header-theme=dark] .header-menu__dropdown-link span {
    color: #ffffff !important;
  }
}
.header[data-header-theme=dark] .header-menu__dropdown li:hover span {
  color: #ffffff !important;
}
.header[data-header-theme=dark] .header-menu__wrp li a .icon {
  fill: #CCD8ED;
}
.header[data-header-theme=dark] .header-menu__wrp li .link-right {
  background: linear-gradient(90deg, #CCD8ED 0%, #CCD8ED 50%, #C13FFF 50%, #000AFF 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header[data-header-theme=dark] .header-menu__wrp li .link-right:hover {
  background-position: -100% center;
}
.header[data-header-theme=dark] .header-menu__link:hover .icon {
  fill: #0029FF;
}
.header:hover {
  background: #ffffff;
  backdrop-filter: none;
}
.header-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  max-width: calc(100vw / (var(--vwIdth) / 66));
}
.header-logo img {
  display: block;
}
.header-menu__wrp {
  display: flex;
  align-items: center;
  column-gap: calc(100vw / (var(--vwIdth) / 30));
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .header-menu__wrp {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.header-menu__wrp li {
  padding: calc(100vw / (var(--vwIdth) / 18)) 0;
}
@media screen and (max-width: 1180px) {
  .header-menu__wrp li {
    padding: calc(100vw / (var(--vwIdth) / 15)) 0;
  }
}
@media screen and (max-width: 990px) {
  .header-menu__wrp li {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .header-menu__wrp li {
    margin-left: auto;
    margin-bottom: calc(100vw / (var(--vwIdth) / 40));
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header-menu__wrp li:last-child {
    margin-bottom: 0;
  }
}
.header-menu__wrp li._active a {
  position: relative;
  color: #0029FF !important;
}
@media screen and (max-width: 800px) {
  .header-menu__wrp li._active a {
    font-weight: 800;
    -webkit-text-fill-color: #0029FF;
  }
}
@media(min-width:991px) {
  .header-menu {
      position: initial!important;
      -webkit-transform: initial!important;
      -ms-transform: initial!important;
      transform: initial!important;
  }
}
.header-menu__wrp li._active a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100vw / (var(--vwIdth) / -18));
  width: 100%;
  height: 2px;
  background: #0029FF;
}
@media screen and (max-width: 800px) {
  .header-menu__wrp li._active a:before {
    content: none;
  }
}
.header-menu__wrp li._active a .icon {
  fill: #0029FF;
}
.header-menu__wrp li._active a .header-menu__link-wrp {
  mix-blend-mode: normal;
}
.header-menu__wrp li a {
  font-family: "Poppins";
  color: #616B76;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 300;
  transition: 2s;
  position: relative;
  z-index: 4;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .header-menu__wrp li a {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 300;
    text-transform: uppercase;
    background: transparent;
    -webkit-text-fill-color: #ffffff;
  }
}
.header-menu__wrp li a span {
  font-family: "Poppins";
  color: #69759E;
  font-size: 0.875rem;
  line-height: 1.7;
  transition: 2s;
  position: relative;
  z-index: 4;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .header-menu__wrp li a span {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 300;
    text-transform: uppercase;
  }
}
.header-menu__wrp li a .icon {
  width: calc(100vw / (var(--vwIdth) / 10));
  height: calc(100vw / (var(--vwIdth) / 10));
  fill: #69759E;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .header-menu__wrp li a .icon {
    width: calc(100vw / (var(--vwIdth) / 20));
    height: calc(100vw / (var(--vwIdth) / 20));
    fill: #ffffff !important;
  }
}
.header-menu__link {
  display: flex;
  align-items: center;
  column-gap: calc(100vw / (var(--vwIdth) / 5));
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .header-menu__link {
    column-gap: calc(100vw / (var(--vwIdth) / 10));
  }
}
.header-menu__link-bg {
  text-align: center;
  width: 0%;
  background: linear-gradient(270deg, #000AFF 7.29%, #C13FFF 100%);
  transition: 0.6s ease-out;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .header-menu__link-bg {
    width: auto !important;
    background: transparent;
  }
}
.header-menu__link-wrp {
  display: flex;
  align-items: center;
  column-gap: calc(100vw / (var(--vwIdth) / 5));
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .header-menu__link-wrp {
    background-color: transparent;
    mix-blend-mode: normal;
    column-gap: calc(100vw / (var(--vwIdth) / 10));
  }
}
.header-menu__link:hover .icon {
  fill: #0029FF;
}
.header-menu__dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  height: calc(100vw / (var(--vwIdth) / 230));
  background: #ffffff;
  z-index: 4;
}
.header-menu__dropdown._active {
  display: flex !important;
}
@media screen and (max-width: 800px) {
  .header-menu__dropdown {
    position: initial;
    flex-wrap: wrap;
    height: auto;
    background: transparent;
    border: 0;
    display: none;
  }
}
.header-menu__dropdown li {
  width: 25%;
  height: 100%;
  border-right: 1px solid #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .header-menu__dropdown li {
    width: 100%;
    margin-bottom: calc(100vw / (var(--vwIdth) / 10));
    border: 0;
    justify-content: flex-end;
    height: auto;
  }
}
.header-menu__dropdown li:last-child {
  border: none;
}
.header-menu__dropdown li span {
  font-family: "Poppins";
  font-size: 0.875rem;
  line-height: 1.7;
  color: #616B76;
}
.header-menu__dropdown li:hover {
  background: #0029FF;
}
.header-menu__dropdown li:hover span {
  color: #ffffff;
}
.header-menu__dropdown li a span {
  transition: 0.3s;
}
@media screen and (max-width: 990px) {
  .header-menu__dropdown li a span {
    white-space: normal;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .header-menu__dropdown li a span {
    font-size: 1.125rem;
    line-height: 1.2;
    text-transform: capitalize;
  }
}
.header-contacts {
  border: 1px solid #040329;
  border-radius: 102px;
  padding: calc(100vw / (var(--vwIdth) / 6)) calc(100vw / (var(--vwIdth) / 23));
  transition: 0.3s;
}
@media screen and (max-width: 990px) {
  .header-contacts {
    padding: calc(100vw / (var(--vwIdth) / 5)) calc(100vw / (var(--vwIdth) / 15));
  }
}
@media screen and (max-width: 800px) {
  .header-contacts {
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .header-contacts {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: calc(100vw / (var(--vwIdth) / 4)) calc(100vw / (var(--vwIdth) / 15)) calc(100vw / (var(--vwIdth) / 5)) calc(100vw / (var(--vwIdth) / 15));
    order: 1;
  }
}
.header-contacts span {
  font-weight: 800;
  line-height: 1.25;
  transition: 0.3s;
  padding-top: 2px;
}
@media screen and (max-width: 990px) {
  .header-contacts span {
    line-height: 1;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .header-contacts span {
    padding-top: 4px;
  }
}
.header-contacts:hover {
  border-color: #0029FF;
  background: #0029FF;
}
.header-contacts:hover span {
  color: #ffffff;
}
.header-burger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: calc(100vw / (var(--vwIdth) / 20));
}
@media screen and (max-width: 800px) {
  .header-burger {
    display: inline-block;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 600px) {
  .header-burger {
    margin-left: 0;
  }
}

@keyframes active-menu {
  100% {
    width: 0;
  }
}
.header-burger._active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  width: 100%;
}
.header-burger._active span {
  background: #ffffff;
}
.header-mob__menu {
  height: 100vh;
  width: 50%;
  padding: calc(100vw / (var(--vwIdth) / 100)) calc(100vw / (var(--vwIdth) / 20)) calc(100vw / (var(--vwIdth) / 20)) calc(100vw / (var(--vwIdth) / 20));
  position: fixed;
  top: 0;
  right: 0;
  transform-origin: 0% 0%;
  transform: translate(200%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: linear-gradient(197.34deg, #040329 67.26%, #C13FFF 134.73%);
  box-shadow: -11px 0px 42px 1px rgba(34, 36, 47, 0.5);
}
@media screen and (max-width: 800px) {
  .header-mob__menu {
    overflow: auto;
  }
}
@media screen and (max-width: 600px) {
  .header-mob__menu {
    width: 100%;
  }

}
.header-mob__menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/header-mob__bg.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .header-mob__menu:before {
    background-size: cover;
  }
}
.header-mob__menu._open {
  transform: none;
}
@media screen and (max-width: 1180px) {
  .header-mob__menu._open {
    z-index: 99;
  }
}
.header-mob__menu li._active .icon {
  fill: #0029FF !important;
}
.header-btns {
  display: flex;
  align-items: center;
  column-gap: calc(100vw / (var(--vwIdth) / 40));
}
@media screen and (max-width: 990px) {
  .header-btns {
    column-gap: calc(100vw / (var(--vwIdth) / 15));
  }
}
@media screen and (max-width: 800px) {
  .header-btns {
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .header-btns {
    column-gap: calc(100vw / (var(--vwIdth) / 20));
    margin-right: calc(100vw / (var(--vwIdth) / 20));
  }
}
.header-langs {
    margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .header-langs {
    display: inline-block;
    order: 2;
  }
}
.header-langs a {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0029FF !important;
}
@media(max-width:991px) {
  .header-menu ul > li.menu-item-has-children ul.sub-menu {
    display: none;
  }
  .header-menu > ul > li.menu-item-has-children > a::after {
    margin-left: 10px;
    font-size: 23px;
    top: 2px!important;
    left: 5px!important;

  }
  .header-menu ul > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
  }
  .header-menu ul > li.menu-item-has-children:hover ul.sub-menu {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: -10px;
    opacity: 1;
    min-width: 270px;
    max-height: 999px;
    border-bottom: 2px solid #fff;
  }
  .header-menu ul > li.menu-item-has-children:hover ul.sub-menu li a{
    border-bottom: 1px solid #f0f0f0;
        margin-top: 20px!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #fff;
  }
  .header-menu ul > li.menu-item-has-children ul.sub-menu li img {
    display: none;
  }
  .header-menu li .sub-menu li {
    text-align: right;
  }
  .header:hover .header-burger__button span {
    background: #2d2d2d;
  }
  .header:hover .button.__light {
    border: 1px solid #2d2d2d;
    color: #2d2d2d;
  }
  li.current-menu-item, li.current-menu-item a {
      background:none;
      color: #0029FF!important;
      border: 0;
      font-weight: 800;
  }
}

.header-menu ul > li.menu-item-has-children ul.sub-menu {}

@media(min-width:991px) {
  .header-menu ul > li.menu-item-has-children ul.sub-menu {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    top: 55px;
    z-index: 1;
    background: #fff;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
  }
  .header-menu li.current-menu-item {
    background: none;
  }
  .header-menu ul > li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-menu .aboutCol4 .sub-menu li {
    width: 25%;
  }
  .header-menu .aboutCol4 .sub-menu li a {
    display: flex;
    width: 100%;
    height: 157px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #f0f0f0!important;
    border-right: 1px solid #f0f0f0!important;
    border-bottom: 1px solid #f0f0f0!important;
  }
  .header-menu .aboutCol4 .sub-menu li a:hover {
    color: #fff;
    background: #0029ff;
  }
  .header-menu .aboutCol4 .sub-menu li:last-child a {
    border-right: 0px;
  }
  .header-menu ul > li > a {
    padding: 20px 0;
  }
  .header-menu li.aboutLine2 > .sub-menu li.menu-item-has-children .sub-menu {
    display: flex;
    position: relative;
    top: 0;
  }
  .header-menu ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children {
    width: 50%;
    height: 157px;
  }
  .header-menu ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children a {
    display: flex;
    width: 100%;
    height: 157px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #f0f0f0!important;
    border-right: 1px solid #f0f0f0!important;
    border-bottom: 1px solid #f0f0f0!important;
    font-size: 32px;
  }
  .header-menu ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children a:hover {
    color: #fff;
    background: #0029ff;
  }
  .header-menu ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children ul li a {
    font-size: 16px;
  }
  .header-menu ul > li.menu-item-has-children ul.sub-menu > li.aboutCol2 .sub-menu li {
    width: 50%;
  }
  .header-menu ul > li.menu-item-has-children ul.sub-menu > li.aboutCol3 .sub-menu li {
    width: 33.333%;
  }
  .header-menu ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children ul li a:hover {
    background: #000018;
    border-bottom: #000018;
    color: #fff;
  }
  .header-menu ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children.current-menu-item > a {
    color: #fff;
    background: #0029ff;
  }
  .header-menu>ul>li.current-menu-parent > a {
    color: #0029ff;
    border-bottom: 1px solid;
  }
}

.header-menu > ul > li.menu-item-has-children > a::after {
  content: "\f347";
  font-family: 'dashicons';
  position: relative;
  top: 4px;
  left: 2px;
  -webkit-text-fill-color: initial;
  display: none;
}
.header-menu > ul > li.menu-item-has-children:hover > a::after{
  content: "\f343";
  top: 4px;
  left: 2px;
}
.header-menu > ul > li.menu-item-has-children > a:hover a::after {
  opacity: 0;
  top: 4px;
}
.submenu-1984 .header-submenu__item-icon {
  padding-right: 85px;
}
.submenu-1984 .header-submenu__item-icon {
  position: relative;
}
.submenu-1984 .header-submenu__item-icon:before{
  content: '';
  position: absolute;
  background: url('../img/icon4.svg');
  width: 90px;height: 90px;right: -25px;top: -40px;
}
.submenu-1983 .header-submenu__item-icon {
  padding-right: 85px;
}
.submenu-1983 .header-submenu__item-icon {
  position: relative;
}
.submenu-1983 .header-submenu__item-icon:before{
  content: '';
  position: absolute;
  background: url('../img/icon5.svg');
  width: 90px;height: 90px;right: -25px;top: -40px;
}
.submenu-1980 .header-submenu__item-icon {
  padding-right: 65px;
}
.submenu-1980 .header-submenu__item-icon {
  position: relative;
}
.submenu-1980 .header-submenu__item-icon:before{
  content: '';
  position: absolute;
  background: url('../img/icon3.svg');
  width: 90px;height: 90px;right: -25px;top: -40px;
}
.submenu-1981 .header-submenu__item-icon {
  padding-right: 65px;
}
.submenu-1981 .header-submenu__item-icon {
  position: relative;
}
.submenu-1981 .header-submenu__item-icon:before{
  content: '';
  position: absolute;
  background: url('../img/icon1.svg');
  width: 90px;height: 90px;right: -25px;top: -40px;
}
.submenu-1985 .header-submenu__item-icon {
  padding-right: 65px;
}
.submenu-1985 .header-submenu__item-icon {
  position: relative;
}
.submenu-1985 .header-submenu__item-icon:before{
  content: '';
  position: absolute;
  background: url('../img/icon2.svg');
  width: 90px;height: 90px;right: -25px;top: -40px;
}
