.header-auth {
  display: none
}
.header-auth .button--sm {
  padding: 0 16px
}
.header-auth--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (min-width:1279px) {
  .header-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .header-auth--loading {
    visibility: hidden
  }
  .header-auth .header-auth__item {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px
  }
  .header-auth .header-auth__link {
    cursor: pointer;
    color: #000;
    -webkit-transition: all .1s;
    transition: all .1s;
    text-decoration: none
  }
  .header-auth .header-auth__link:hover {
    opacity: .6
  }
  .header-auth--mobile {
    display: none
  }
  .intro-header--blue .header-auth .header-auth__link {
    color: #fff;
    opacity: .8
  }
  .intro-header--blue .header-auth .header-auth__link:hover {
    opacity: 1
  }
}
@media (min-width:1680px) {
  .header-auth .header-auth__item {
    font-size: 16px;
    line-height: 24px
  }
}
.header-menu {
  display: none
}
.header-menu .menu__category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.header-menu .menu__category svg {
  width: 24px;
  height: 24px
}
@media (min-width:1279px) {
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-70%) translateY(-50%);
    transform: translateX(-70%) translateY(-50%)
  }
  .header-menu .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%
  }
  .header-menu .menu__block {
    margin: 0;
    position: relative
  }
  .header-menu .menu__block._hide .menu__category {
    display: none
  }
  .header-menu.menu {
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none
  }
  .header-menu.menu .menu__block {
    position: static
  }
  .header-menu.nav-help {
    position: relative;
    margin-right: 1.5em;
    -webkit-transform: none;
    transform: none
  }
  .header-menu.nav-help .menu__category {
    position: relative
  }
  .header-menu.nav-help .menu__category:after {
    content: "";
    background-image: url(/themes/etp/images/intro/icons/question-gray.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    left: -28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .header-menu .menu__category {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin: 0 14px;
    white-space: nowrap;
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
    padding: 16px 0;
    color: #000
  }
  .header-menu .menu__category:has(span) {
    padding: 14px 0
  }
  .header-menu .menu__block:hover .menu__category {
    opacity: 1
  }
  .header-menu .menu__block:hover .menu__submenu {
    visibility: visible;
    top: 99%;
    opacity: 1
  }
  .header-menu .menu__block--active .menu__category {
    opacity: .8
  }
  .header-menu .menu__block--active:hover .menu__category {
    opacity: 1
  }
  .header-menu.menu .menu__submenu {
    position: relative;
    margin: 0 -16px -1px;
    min-width: calc(100% + 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .header-menu.menu .menu__submenu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 100%;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    -webkit-transition: 0s;
    transition: 0s
  }
  .header-menu.menu .menu__submenu-container:after {
    content: "";
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 100vw;
    width: calc(var(--vw,1vw) * 100);
    margin-left: -50vw;
    margin-left: calc(var(--vw,1vw) * 100 / -2)
  }
  .header-menu.menu .menu__submenu-container:before {
    content: "";
    height: 24px;
    position: absolute;
    left: 50%;
    top: -24px;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    width: 100vw;
    width: calc(var(--vw,1vw) * 100);
    margin-left: -50vw;
    margin-left: calc(var(--vw,1vw) * 100 / -2)
  }
  .header-menu.menu .block__active .menu__category {
    position: relative;
    color: #0041cb
  }
  .header-menu.menu .block__active .menu__category:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -10px;
    height: 2px;
    background: #0450f2;
    border-radius: 8px 8px 0 0
  }
  .header-menu.menu .block__active .menu__category--link {
    cursor: pointer
  }
  .header-menu.menu .block__active .menu__submenu-container {
    visibility: visible;
    top: 99%;
    opacity: 1;
    pointer-events: auto
  }
  .header-menu.menu .menu__link {
    font-size: 16px;
    line-height: 1.5;
    color: #4c535f;
    padding: 12px 0;
    margin: 0 16px;
    border-bottom: 2px solid transparent
  }
  .header-menu.menu .menu__link:hover {
    color: #000
  }
  .header-menu.menu .menu__link.is-active {
    border-color: #fff;
    opacity: 1;
    color: #0041cb
  }
  .header-menu.menu .menu__item {
    min-width: none
  }
  .header-menu .menu__item {
    display: block;
    color: #4c535f;
    padding: 0;
    -webkit-transition: color .1s;
    transition: color .1s
  }
  .header-menu .menu__item:active .menu__link {
    color: #0041cb
  }
  .header-menu .menu__item.last__item {
    opacity: 0;
    visibility: hidden
  }
  .header-menu .menu__item.last__item._visible {
    opacity: 1;
    visibility: visible
  }
  .header-menu .menu__item.last__item:not(._visible) .menu-next-lvl {
    opacity: 0;
    visibility: hidden
  }
  .header-menu .menu__link {
    display: block;
    padding: 4px;
    margin: 4px;
    color: #4c535f;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: none;
    transition: none;
    background: 0 0
  }
  .intro-header--blue .header-menu .menu__category {
    color: #fff;
    opacity: .8
  }
  .intro-header--blue .header-menu .block__active .menu__category {
    color: #fff;
    opacity: 1
  }
  .intro-header--blue .header-menu .block__active .menu__category:before {
    background: #fff
  }
  .intro-header--blue .header-menu .menu__link {
    color: rgba(255,255,255,.8);
    padding: 12px 0;
    margin: 0 16px;
    position: relative;
    border-bottom: 2px solid transparent
  }
  .intro-header--blue .header-menu .menu__link:hover {
    color: #fff
  }
  .intro-header--blue .header-menu .menu__link.is-active {
    color: #fff;
    border-color: #fff
  }
  .intro-header--blue .header-menu .menu__item {
    color: rgba(255,255,255,.8)
  }
  .intro-header--blue .header-menu .menu__link {
    color: rgba(255,255,255,.8)
  }
  .intro-header--blue .header-menu.nav-help .menu__category:after {
    background-image: url(../../images/intro/icons/question-gray-light.svg)
  }
  .main-more-item {
    position: relative
  }
  .main-more-item:not(._visible) {
    display: none
  }
  .main-menu-dropdown {
    position: absolute;
    top: 60px;
    left: calc(100% - 55px);
    border-radius: 16px;
    background: #fff;
    padding: 24px;
    gap: 10px;
    -webkit-box-shadow: 0 12px 32px 0 rgba(0,65,203,.1);
    box-shadow: 0 12px 32px 0 rgba(0,65,203,.1);
    min-width: 245px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
  .main-menu-dropdown._visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .main-menu-dropdown .menu__block-dropdown {
    color: #4c535f!important;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none
  }
  .main-menu-dropdown .menu__block-dropdown:hover {
    color: #0041cb!important;
    text-decoration: none
  }
}
@media (min-width:1680px) {
  .header-menu .menu__category,
  .header-menu .menu__link {
    font-size: 16px;
    line-height: 24px
  }
}
.intro-header .header-menu.menu .menu-next-lvl {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 115%;
  right: 0;
  background: #fff;
  z-index: 11;
  -webkit-box-shadow: 0 20px 40px rgba(5,30,73,.15);
  box-shadow: 0 20px 40px rgba(5,30,73,.15);
  opacity: 0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  padding: 12px 24px;
  border-radius: 12px
}
.intro-header .header-menu.menu .menu-next-lvl._visible {
  visibility: visible;
  opacity: 1
}
.intro-header .header-menu.menu .menu-next-lvl .menu__link {
  color: #4c535f
}
.intro-header .header-menu.menu .menu-next-lvl .menu__item .menu__link {
  color: #4c535f
}
.intro-header .header-menu.menu .menu-next-lvl .menu__item .menu__link:hover {
  color: #0450f2
}
.intro-header .header-menu.menu .menu-next-lvl .menu__link {
  font-size: 16px;
  line-height: 1.5;
  color: #4c535f
}
.intro-header--blue .header-menu .header-menu.menu .menu-next-lvl .menu__link {
  color: rgba(0,0,0,.8)
}
.intro-header--blue .header-menu .header-menu.menu .menu-next-lvl .menu__item .menu__link {
  color: rgba(0,0,0,.8)
}
.intro-header--blue .header-menu .header-menu.menu .menu-next-lvl .menu__link {
  color: rgba(0,0,0,.8)
}
@media (min-width:1920px) {
  .header-menu.menu .menu__submenu-container {
    padding: 0 calc(50% - 920px);
    width: 100%
  }
}
.header-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  min-width: 328px
}
@media (max-width:1278px) {
  .header-nav {
    min-width: 0;
    gap: 4px
  }
}
.header-nav .header-nav__button {
  color: #222;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  margin: 0 0 0 28px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  background-size: 100% auto;
  background: 0 0
}
.header-nav .header-nav__button svg {
  width: 24px;
  height: 24px
}
.header-nav .header-nav__button:hover {
  opacity: .7
}
.header-nav .selector {
  height: 24px
}
.header-nav .header-nav__button--active {
  display: none
}
.header-search {
  position: absolute;
  top: 48px;
  right: 16px;
  left: 16px;
  visibility: hidden;
  pointer-events: none
}
.header-search .header-search__bar {
  width: 60%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative
}
.header-search .header-search__search-icon {
  color: #000;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.header-search .header-search__close-icon {
  width: 24px;
  height: 24px
}
.header-search .header-search__input {
  color: #000;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.8);
  padding: 8px 36px;
  border-radius: 0;
  background: 0 0
}
.header-search .header-search__input::-webkit-input-placeholder {
  color: rgba(0,0,0,.4)
}
.header-search .header-search__input::-moz-placeholder {
  color: rgba(0,0,0,.4)
}
.header-search .header-search__input:-ms-input-placeholder {
  color: rgba(0,0,0,.4)
}
.header-search .header-search__input::-ms-input-placeholder {
  color: rgba(0,0,0,.4)
}
.header-search .header-search__input::placeholder {
  color: rgba(0,0,0,.4)
}
.header-search .header-search__input:focus {
  border-bottom-color: #000
}
.header-search .content-wrapper--intro {
  position: relative
}
.header-search .header-nav__button--closesearch {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: 0 0
}
.header-search .header-nav__button--closesearch:hover {
  opacity: .7
}
.header-search--active {
  visibility: visible;
  pointer-events: visible
}
.header-search--active .header-search__bar {
  width: 100%;
  opacity: 1
}
.header-search--active .header-nav__button--search {
  display: none
}
@media (min-width:767px) {
  .header-search {
    left: 32px;
    right: 32px;
    top: 48px
  }
}
@media (min-width:1279px) {
  .header-search {
    left: 50%;
    right: auto;
    top: 50%;
    width: 568px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
  }
}
@media (min-width:1680px) {
  .header-search {
    width: 728px
  }
}
.intro-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  -webkit-transition: background-color .4s,color .4s,-webkit-transform .4s,-webkit-box-shadow .4s;
  transition: background-color .4s,color .4s,-webkit-transform .4s,-webkit-box-shadow .4s;
  transition: transform .4s,background-color .4s,color .4s,box-shadow .4s;
  transition: transform .4s,background-color .4s,color .4s,box-shadow .4s,-webkit-transform .4s,-webkit-box-shadow .4s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0,65,203,.05);
  box-shadow: 0 8px 24px rgba(0,65,203,.05)
}
.intro-header .intro-header__left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}
.intro-header .intro-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px
}
@media (max-width:766px) {
  .intro-header .intro-header__wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
  }
}
.intro-header .intro-header__logo {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 147px;
  height: 24px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  margin-left: 0
}
.intro-header .intro-header__logo:hover {
  opacity: .8
}
.intro-header .intro-header__logo svg {
  width: 100%;
  height: auto
}
.intro-header .intro-header__logo path {
  -webkit-transition: all .5s;
  transition: all .5s
}
.intro-header.intro-header--static {
  position: relative
}
.intro-header.intro-header--static .header-menu.menu .menu__submenu-container:after,
.intro-header.intro-header--static .header-menu.menu .menu__submenu-container:before {
  width: calc(100vw - 17px);
  width: calc(var(--vw,1vw) * 100);
  margin-left: calc((100vw - 17px)/ -2);
  margin-left: calc(var(--vw,1vw) * 100 / -2)
}
@media (min-width:767px) {
  .intro-header.intro-header--static + .page-nav {
    top: 72px;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: 0s;
    transition: 0s
  }
}
@media (min-width:1279px) {
  .intro-header.intro-header--static + .page-nav {
    top: 121px
  }
}
@media (min-width:767px) {
  .intro-header.intro-header--static + .page-nav.page-nav-dark {
    left: 50%
  }
}
@media (max-width:1278px) {
  .intro-header.intro-header--static + .page-nav.page-nav-dark ~ main {
    margin-top: 0
  }
}
@media (max-width:1278px) {
  .intro-header.intro-header--static + .page-nav.page-nav-dark ~ main.propertysales-page {
    margin-top: 56px
  }
}
@media (min-width:767px) {
  .intro-header.intro-header--static + .page-nav ~ main {
    margin-top: 56px
  }
}
@media (min-width:1279px) {
  .intro-header.intro-header--static + .page-nav ~ main {
    margin-top: 93px
  }
}
@media (min-width:767px) {
  .intro-header.intro-header--static + .page-nav ~ main.validation-page {
    margin-top: 120px
  }
}
@media (min-width:1279px) {
  .intro-header.intro-header--static + .page-nav ~ main.validation-page {
    margin-top: 161px
  }
}
@media (min-width:767px) {
  .intro-header.intro-header--static + .page-nav.page-nav--fixed {
    margin-top: 0;
    position: fixed;
    top: 0
  }
  .intro-header.intro-header--static + .page-nav.page-nav--fixed .page-nav__wrapper {
    border-bottom-color: transparent
  }
}
.intro-header .menu__submenu-container:after {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 8px 24px rgba(0,65,203,.05);
  box-shadow: 0 8px 24px rgba(0,65,203,.05)
}
.intro-header.intro-header--blue {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff
}
.intro-header.intro-header--blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 48px);
  width: 100%;
  background-image: url(../../images/header-bg/1.png),url(../../images/header-bg/2.png);
  background-repeat: no-repeat;
  background-position: 0 0,100% 0;
  background-color: #002160;
  background-size: 100% auto;
  -webkit-box-shadow: 0 1px 4px rgba(0,65,203,.6);
  box-shadow: 0 1px 4px rgba(0,65,203,.6);
  pointer-events: none;
  z-index: -2
}
@media (max-width:1278px) {
  .intro-header.intro-header--blue:before {
    background-image: url(../../images/header-bg/3.png);
    background-position: 0 0;
    height: 100%
  }
}
@media (max-width:766px) {
  .intro-header.intro-header--blue:before {
    background-image: url(../../images/header-bg/4.png)
  }
}
.intro-header.intro-header--blue:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 48px);
  background: rgba(255,255,255,.15);
  pointer-events: none;
  z-index: -1
}
@media (max-width:1278px) {
  .intro-header.intro-header--blue:after {
    height: 100%
  }
}
.intro-header.intro-header--blue .header-menu.menu .menu__submenu-container:after,
.intro-header.intro-header--blue .header-menu.menu .menu__submenu-container:before {
  background: 0 0
}
.intro-header.intro-header--blue .header-menu.menu .menu__submenu-container:after {
  border-color: rgba(255,255,255,.2)
}
.intro-header.intro-header--blue .intro-header__logo {
  fill: #fff
}
.intro-header.intro-header--blue .intro-header__logo path {
  fill: #fff
}
.intro-header--hided {
  opacity: 0
}
.intro-header--shown {
  opacity: 1
}
.intro-header--dark {
  color: #fff;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.intro-header--dark .intro-header__logo path {
  fill: #fff
}
@media (min-width:1279px) {
  .intro-header--dark .header-menu.menu .menu__submenu-container:before {
    background: 0 0
  }
}
.intro-header--dark .header-menu.menu .block__active .menu__category:before {
  background: #fff
}
.intro-header--dark .menu__submenu-container:after {
  background: 0 0;
  border-top-color: rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2)
}
.intro-header--dark .header-auth .header-auth__link,
.intro-header--dark .js-register-popup-link,
.intro-header--dark .lang-selector__current-value,
.intro-header--dark .menu__category {
  opacity: .8;
  color: #fff!important
}
.intro-header--dark .header-auth .header-auth__link:hover,
.intro-header--dark .header-menu.menu .menu__link:hover {
  color: #fff;
  opacity: 1
}
.intro-header--dark .header-auth .header-auth__link,
.intro-header--dark .header-menu.menu .menu__link,
.intro-header--dark .header-nav .header-nav__button,
.intro-header--dark .lang-selector .lang-selector__arrow,
.intro-header--dark .lang-selector .lang-selector__current-value,
.intro-header--dark .lang-selector .lang-selector__icon {
  color: #fff
}
.intro-header--dark .button-menu::after,
.intro-header--dark .button-menu::before {
  background: #fff
}
.intro-header--dark .lang-selector .lang-selector__current-value:hover,
.intro-header--dark .lang-selector--active .lang-selector__current-value {
  color: rgba(255,255,255,.8)
}
.intro-header--dark .header-search .header-search__input {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.8)
}
.intro-header--dark .header-search .header-search__input::-webkit-input-placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--dark .header-search .header-search__input::-moz-placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--dark .header-search .header-search__input:-ms-input-placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--dark .header-search .header-search__input::-ms-input-placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--dark .header-search .header-search__input::placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--dark .header-search .header-search__input:focus {
  border-bottom-color: #fff
}
.intro-header--dark .header-search .header-nav__button--closesearch,
.intro-header--dark .header-search .header-search__search-icon {
  color: #fff
}
.intro-header--dark .block__active .menu__category {
  opacity: 1
}
.intro-header--dark .block__active .menu__category:before {
  background: #fff
}
.intro-header--dark .header-menu.menu .menu__link {
  opacity: .8
}
.intro-header--dark .header-menu.menu .menu__link.is-active,
.intro-header--dark .header-menu.menu .menu__link:hover {
  opacity: 1
}
.intro-header--blue .intro-header {
  position: absolute;
  color: #fff;
  background: rgba(255,255,255,.15);
  -webkit-box-shadow: none;
  box-shadow: none
}
.intro-header--blue .intro-header.intro-header--static {
  position: absolute
}
.intro-header--blue .intro-header .intro-header__logo path {
  fill: #fff
}
@media (min-width:1279px) {
  .intro-header--blue .intro-header .header-menu.menu .menu__submenu-container:before {
    background: 0 0
  }
}
.intro-header--blue .intro-header .header-menu.menu .block__active .menu__category:before {
  background: #fff
}
.intro-header--blue .intro-header .menu__submenu-container:after {
  background: rgba(255,255,255,.15);
  border-top-color: rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2)
}
.intro-header--blue .intro-header .header-auth .header-auth__link,
.intro-header--blue .intro-header .js-register-popup-link,
.intro-header--blue .intro-header .lang-selector__current-value,
.intro-header--blue .intro-header .menu__category {
  opacity: .8;
  color: #fff!important
}
.intro-header--blue .intro-header .header-auth .header-auth__link:hover,
.intro-header--blue .intro-header .header-menu.menu .menu__link:hover {
  color: #fff;
  opacity: 1
}
.intro-header--blue .intro-header .header-auth .header-auth__link,
.intro-header--blue .intro-header .header-menu.menu .menu__link,
.intro-header--blue .intro-header .header-nav .header-nav__button,
.intro-header--blue .intro-header .lang-selector .lang-selector__arrow,
.intro-header--blue .intro-header .lang-selector .lang-selector__current-value,
.intro-header--blue .intro-header .lang-selector .lang-selector__icon {
  color: #fff
}
.intro-header--blue .intro-header .button-menu::after,
.intro-header--blue .intro-header .button-menu::before {
  background: #fff
}
.intro-header--blue .intro-header .lang-selector .lang-selector__current-value:hover,
.intro-header--blue .intro-header .lang-selector--active .lang-selector__current-value {
  color: rgba(255,255,255,.8)
}
.intro-header--blue .intro-header .header-search .header-search__input {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.8)
}
.intro-header--blue .intro-header .header-search .header-search__input::-webkit-input-placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--blue .intro-header .header-search .header-search__input::-moz-placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--blue .intro-header .header-search .header-search__input:-ms-input-placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--blue .intro-header .header-search .header-search__input::-ms-input-placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--blue .intro-header .header-search .header-search__input::placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--blue .intro-header .header-search .header-search__input:focus {
  border-bottom-color: #fff
}
.intro-header--blue .intro-header .header-search .header-nav__button--closesearch,
.intro-header--blue .intro-header .header-search .header-search__search-icon {
  color: #fff
}
.intro-header--blue .intro-header .block__active .menu__category {
  opacity: 1
}
.intro-header--blue .intro-header .block__active .menu__category:before {
  background: #fff
}
.intro-header--blue .intro-header .header-menu.menu .menu__link {
  opacity: .8
}
.intro-header--blue .intro-header .header-menu.menu .menu__link.is-active,
.intro-header--blue .intro-header .header-menu.menu .menu__link:hover {
  opacity: 1
}
.intro-header--transparent-light {
  background: rgba(255,255,255,.1)
}
@media (min-width:767px) {
  .intro-header .intro-header__logo {
    width: 140px;
    height: 24px
  }
}
@media (min-width:1279px) {
  .intro-header {
    position: absolute
  }
  .intro-header.intro-header--static {
    position: relative;
    margin-bottom: 48px
  }
  .intro-header .intro-header__wrapper {
    padding-top: 10px;
    padding-bottom: 10px
  }
  .intro-header .intro-header__logo {
    width: 120px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}
@media (min-width:1680px) {
  .intro-header .intro-header__wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
  }
  .intro-header .intro-header__logo {
    width: 192px;
    height: 32px
  }
}
.intro-header--blue-box.third-lvl header:before {
  height: calc(100% + 100px)
}
@media (max-width:1278px) {
  .intro-header--blue-box.third-lvl header:before {
    height: calc(100% + 58px)
  }
}
.intro-header--blue-box header {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.intro-header--blue-box header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 48px);
  width: 100%;
  background-image: url(../../images/header-bg/5.png),url(../../images/header-bg/6.png);
  background-repeat: no-repeat;
  background-position: 0 100%,100% 100%;
  background-color: #002160;
  background-size: auto;
  -webkit-box-shadow: 0 1px 4px rgba(0,65,203,.6);
  box-shadow: 0 1px 4px rgba(0,65,203,.6);
  pointer-events: none;
  z-index: -2
}
@media (max-width:1278px) {
  .intro-header--blue-box header:before {
    background-image: url(../../images/header-bg/7.png);
    background-position: 0 0;
    height: 100%
  }
}
@media (max-width:766px) {
  .intro-header--blue-box header:before {
    background-image: url(../../images/header-bg/8.png);
    background-size: 100% auto
  }
}
.intro-header--blue-box header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 48px);
  background: rgba(255,255,255,.15);
  pointer-events: none;
  z-index: -1
}
@media (max-width:1278px) {
  .intro-header--blue-box header:after {
    height: 100%
  }
}
.intro-header--blue-box header .header-menu.menu .menu__submenu-container:after,
.intro-header--blue-box header .header-menu.menu .menu__submenu-container:before {
  background: 0 0
}
.intro-header--blue-box header .header-menu.menu .menu__submenu-container:after {
  border-color: rgba(255,255,255,.2)
}
.intro-header--blue-box header .intro-header__logo {
  fill: #fff
}
.intro-header--blue-box header .intro-header__logo path {
  fill: #fff
}
.intro-header--blue-box .page-nav.page-nav-dark {
  left: 0;
  -webkit-transform: translate(0,0);
  transform: translate(0,0)
}
.intro-header--blue-box .intro-header {
  position: absolute;
  color: #fff;
  background: rgba(255,255,255,.15);
  -webkit-box-shadow: none;
  box-shadow: none
}
.intro-header--blue-box .intro-header.intro-header--static {
  position: relative;
  z-index: 11
}
.intro-header--blue-box .intro-header .intro-header__logo path {
  fill: #fff
}
@media (min-width:1279px) {
  .intro-header--blue-box .intro-header .header-menu.menu .menu__submenu-container:before {
    background: 0 0
  }
}
.intro-header--blue-box .intro-header .header-menu.menu .block__active .menu__category:before {
  background: #fff
}
.intro-header--blue-box .intro-header .menu__submenu-container:after {
  background: rgba(255,255,255,.15);
  border-top-color: rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2)
}
.intro-header--blue-box .intro-header .header-auth .header-auth__link,
.intro-header--blue-box .intro-header .js-register-popup-link,
.intro-header--blue-box .intro-header .lang-selector__current-value,
.intro-header--blue-box .intro-header .menu__category {
  opacity: .8;
  color: #fff!important
}
.intro-header--blue-box .intro-header .header-auth .header-auth__link:hover,
.intro-header--blue-box .intro-header .header-menu.menu .menu__link:hover {
  color: #fff;
  opacity: 1
}
.intro-header--blue-box .intro-header .header-menu.menu .menu__link,
.intro-header--blue-box .intro-header .header-nav .header-nav__button,
.intro-header--blue-box .intro-header .lang-selector .lang-selector__arrow,
.intro-header--blue-box .intro-header .lang-selector .lang-selector__current-value,
.intro-header--blue-box .intro-header .lang-selector .lang-selector__icon {
  color: #fff
}
.intro-header--blue-box .intro-header .button-menu::after,
.intro-header--blue-box .intro-header .button-menu::before {
  background: #fff
}
.intro-header--blue-box .intro-header .lang-selector .lang-selector__current-value:hover,
.intro-header--blue-box .intro-header .lang-selector--active .lang-selector__current-value {
  color: rgba(255,255,255,.8)
}
.intro-header--blue-box .intro-header .header-search .header-search__input {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.8)
}
.intro-header--blue-box .intro-header .header-search .header-search__input::-webkit-input-placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--blue-box .intro-header .header-search .header-search__input::-moz-placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--blue-box .intro-header .header-search .header-search__input:-ms-input-placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--blue-box .intro-header .header-search .header-search__input::-ms-input-placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--blue-box .intro-header .header-search .header-search__input::placeholder {
  color: rgba(255,255,255,.4)
}
.intro-header--blue-box .intro-header .header-search .header-search__input:focus {
  border-bottom-color: #fff
}
.intro-header--blue-box .intro-header .header-search .header-nav__button--closesearch,
.intro-header--blue-box .intro-header .header-search .header-search__search-icon {
  color: #fff
}
.intro-header--blue-box .intro-header .block__active .menu__category {
  opacity: 1
}
.intro-header--blue-box .intro-header .block__active .menu__category:before {
  background: #fff
}
.intro-header--blue-box .intro-header .header-menu.menu .menu__link {
  opacity: .8
}
.intro-header--blue-box .intro-header .header-menu.menu .menu__link.is-active,
.intro-header--blue-box .intro-header .header-menu.menu .menu__link:hover {
  opacity: 1
}
.intro-header--blue-box .page-nav.page-nav-dark._fixed {
  background: 0 0;
  z-index: 5
}
.intro-header--blue-box .page-nav.page-nav-dark._fixed:not(.page-nav__wh) .page-nav__link,
.intro-header--blue-box .page-nav.page-nav-dark._fixed:not(.page-nav__wh) .page-nav__phone-number,
.intro-header--blue-box .page-nav.page-nav-dark._fixed:not(.page-nav__wh) .page-nav__title {
  color: #fff
}
.intro-header--blue-box .page-nav.page-nav-dark._fixed:not(.page-nav__wh) .page-nav__link:before {
  background: #fff
}
.intro-header--blue-box .page-nav.page-nav-dark._fixed:not(.page-nav__wh) .page-nav__wrapper {
  border: none
}
.intro-header--blue-box .page-nav.page-nav-dark._fixed:not(.page-nav__wh) .page-nav.page-nav-white .page-nav__icn-call,
.intro-header--blue-box .page-nav.page-nav-dark._fixed:not(.page-nav__wh) .page-nav__icn-call {
  background: url(../../images/icns/phone-wh.svg) no-repeat 50% 50%
}
.intro-header--blue-box .page-nav__menu_mob {
  display: none
}
@media (min-width:1279px) {
  .intro-header--blue-box .page-nav__menu_mob {
    display: none
  }
}
#page-nav__title-el {
  display: none
}
.path-frontpage .intro-header--dark .header-menu.menu .block__active .menu__category:before {
  background: 0 0
}
.path-frontpage .intro-header--dark .block__active .menu__category {
  opacity: .8
}
.path-frontpage .intro-header--dark .block__active .menu__category:hover {
  opacity: 1
}
.lang-selector {
  font-size: 14px;
  line-height: 20px;
  position: relative
}
.lang-selector .lang-selector__current-value {
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin: 0;
  padding: 0 14px 0 0;
  border: 0;
  background: 0 0;
  position: relative
}
.lang-selector .lang-selector__current-value:hover {
  color: rgba(0,0,0,.8)
}
.lang-selector .lang-selector__value-text {
  pointer-events: none
}
.lang-selector .lang-selector__icon {
  color: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .1s;
  transition: all .1s;
  pointer-events: none
}
.lang-selector .lang-selector__options {
  display: block;
  visibility: hidden;
  position: absolute;
  top: calc(115% + 14px);
  left: -16px;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 20px 40px rgba(5,30,73,.15);
  box-shadow: 0 20px 40px rgba(5,30,73,.15);
  opacity: 0;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  padding: 16px;
  border-radius: 12px
}
.lang-selector .lang-selector__item {
  display: block;
  color: #4c535f;
  padding: 0;
  -webkit-transition: color .1s;
  transition: color .1s
}
.lang-selector .lang-selector__item:hover .lang-selector__link {
  color: #0450f2
}
.lang-selector .lang-selector__item:active .lang-selector__link {
  color: #0041cb
}
.lang-selector .lang-selector__item:last-of-type {
  border-bottom: 0
}
.lang-selector .lang-selector__item--selected .lang-selector__link {
  opacity: .8
}
.lang-selector .lang-selector__link {
  display: block;
  padding: 4px;
  margin: 4px;
  color: #4c535f;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: none;
  transition: none;
  background: 0 0
}
.lang-selector--active .lang-selector__current-value {
  color: rgba(0,0,0,.8)
}
.lang-selector--active .lang-selector__current-value .lang-selector__icon {
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%)
}
.lang-selector--active .lang-selector__options {
  top: calc(100% + 14px);
  visibility: visible;
  opacity: 1
}
@media (min-width:1920px) {
  .lang-selector {
    font-size: 16px;
    line-height: 24px
  }
  .lang-selector .lang-selector__current-value {
    font-size: 16px;
    line-height: 24px;
    padding-right: 20px
  }
  .lang-selector .lang-selector__current-value::before {
    width: 10px;
    height: 10px;
    background-size: 10px auto
  }
}
.intro-header--blue .lang-selector {
  color: rgba(255,255,255,.8)
}
.intro-header--blue .lang-selector:hover {
  color: #fff
}
.intro-header--blue .lang-selector .lang-selector__current-value {
  color: currentColor
}
.intro-header--blue .lang-selector .lang-selector__icon {
  color: currentColor
}
.intro-header--blue-box header .lang-selector {
  color: rgba(255,255,255,.8)
}
.intro-header--blue-box header .lang-selector:hover {
  color: #fff
}
.intro-header--blue-box header .lang-selector .lang-selector__current-value {
  color: currentColor
}
.intro-header--blue-box header .lang-selector .lang-selector__icon {
  color: currentColor
}