/* haravan-audit:v2 */
.vx-header-wrap {
  min-height: 0 !important; }

.vx-header-wrap.no-index-page {
  min-height: var(--height) !important;
  background: var(--vx-black); }

.vx-header {
  background: linear-gradient(180deg, black 7.69%, rgba(0, 0, 0, 0.1) 100%);
  /*backdrop-filter: blur(10px);*/
  height: 120px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background .25s ease, box-shadow .25s ease, height .25s ease;
  width: 100%;
  z-index: 999;
  /*&.is-scrolled,
	.vx-menu-open & {
		background: rgba(0, 0, 0, .86);
		box-shadow: 0 12px 40px rgba(0, 0, 0, .22);
	}*/ }
  .vx-header__inner {
    align-items: center;
    display: flex;
    height: 120px;
    justify-content: space-between;
    padding-left: 82px;
    padding-right: 82px;
    transition: height .25s ease;
    width: 100%; }
  .vx-header__brand {
    display: block;
    flex: 0 0 118px;
    height: 79px;
    width: 118px; }
    .vx-header__brand img {
      display: block;
      height: 100%;
      object-fit: contain;
      width: 100%; }
  .vx-header__content {
    display: flex;
    flex: 0 1 1096px;
    flex-direction: column;
    gap: 7px;
    margin-left: 40px;
    min-width: 0; }
  .vx-header__top, .vx-header__contacts, .vx-header__actions, .vx-header__contact, .vx-header__submit, .vx-header__nav {
    align-items: center;
    display: flex; }
  .vx-header__top {
    justify-content: space-between;
    width: 100%; }
  .vx-header__contacts {
    gap: 30px; }
  .vx-header__actions {
    gap: 15px; }
  .vx-header__contact {
    color: #fff;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap; }
    .vx-header__contact:hover {
      color: #fdda7a;
      text-decoration: none; }
  .vx-header__icon {
    display: block;
    max-height: 24px;
    object-fit: contain; }
  .vx-header__submit {
    background: linear-gradient(83.18deg, #fdda7a 4.258%, #fbfae0 24.829%, #fdda7a 51.492%, #be8a35 74.266%, #fdda7a 103.75%);
    border-radius: 9999px;
    box-shadow: 0 1px 3px #f6d846, inset 0 1px 0 #fff7be;
    color: #491010;
    font-size: 14px;
    font-weight: 700;
    gap: 5px;
    height: 44px;
    justify-content: center;
    line-height: 1.3;
    min-height: 44px;
    padding: 10px 22px;
    text-transform: uppercase;
    width: 155px; }
    .vx-header__submit:hover {
      color: #491010;
      text-decoration: none;
      transform: translateY(1px);
      box-shadow: 0 0px 3px #f6d846, inset 0 1px 0 #fff7be; }
    .vx-header__submit span {
      flex: 0 0 auto;
      white-space: nowrap; }
  .vx-header__submit-icon {
    display: block;
    flex: 0 0 24px;
    height: 24px;
    object-fit: contain; }
  .vx-header__lang {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding: 4px 0; }
  .vx-header__divider {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.18));
    height: 1px;
    width: 426px; }
  .vx-header__nav {
    width: 100%; }
  .vx-header__menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .vx-header__menu-item {
    position: relative; }
    .vx-header__menu-item > a {
      color: #fff;
      display: block;
      font-size: 14px;
      line-height: 1.3;
      padding: 4px 0;
      position: relative;
      white-space: nowrap; }
      .vx-header__menu-item > a:after {
        background: linear-gradient(90deg, #fdda7a 4.258%, #fbfae0 24.829%, #fdda7a 51.492%, #be8a35 74.266%, #fdda7a 103.75%);
        border-radius: 1px;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform .25s ease;
        width: 100%; }
      .vx-header__menu-item > a:hover {
        color: #fdda7a;
        text-decoration: none; }
        .vx-header__menu-item > a:hover:after {
          transform: scaleX(1); }
    .vx-header__menu-item--has-child > a {
      padding-right: 14px; }
      .vx-header__menu-item--has-child > a:before {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        content: "";
        height: 6px;
        position: absolute;
        right: 0;
        top: 9px;
        transform: rotate(45deg);
        width: 6px; }
    .vx-header__menu-item:hover > .vx-header__submenu,
    .vx-header__menu-item:focus-within > .vx-header__submenu {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
      visibility: visible; }
  .vx-header__submenu {
    background: rgba(6, 6, 6, 0.96);
    border: 1px solid rgba(253, 218, 122, 0.22);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 220px;
    opacity: 0;
    padding: 8px 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(8px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    visibility: hidden;
    z-index: 30; }
    .vx-header__submenu--level-2, .vx-header__submenu--level-3 {
      left: 100%;
      top: -8px; }
  .vx-header__submenu-item {
    position: relative; }
    .vx-header__submenu-item > a {
      color: rgba(255, 255, 255, 0.9);
      display: block;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.35;
      padding: 10px 34px 10px 16px;
      white-space: nowrap; }
      .vx-header__submenu-item > a:hover {
        background: rgba(253, 218, 122, 0.1);
        color: #fdda7a;
        text-decoration: none; }
    .vx-header__submenu-item--has-child > a:after {
      border-right: 1px solid currentColor;
      border-top: 1px solid currentColor;
      content: "";
      height: 7px;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      width: 7px; }
    .vx-header__submenu-item:hover > .vx-header__submenu,
    .vx-header__submenu-item:focus-within > .vx-header__submenu {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
      visibility: visible; }
  .vx-header__menu-button {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 8px;
    display: none;
    flex: 0 0 44px;
    flex-direction: column;
    gap: 5px;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 44px; }
    .vx-header__menu-button span {
      background: #fff;
      border-radius: 2px;
      display: block;
      height: 2px;
      width: 20px; }
  .vx-header__backdrop {
    background: rgba(0, 0, 0, 0.62);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .25s ease;
    z-index: 998; }

.vx-header-mobile {
  background: #050505;
  bottom: 0;
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.32);
  color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 420px;
  overflow-y: auto;
  padding: 18px 20px 28px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform .32s ease;
  width: 88vw;
  z-index: 1000; }
  .vx-header-mobile__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px; }
  .vx-header-mobile__brand {
    display: block;
    height: 58px;
    width: 86px; }
    .vx-header-mobile__brand img {
      display: block;
      height: 100%;
      object-fit: contain;
      width: 100%; }
  .vx-header-mobile__close {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 8px;
    height: 44px;
    position: relative;
    width: 44px; }
    .vx-header-mobile__close span {
      background: #fff;
      border-radius: 2px;
      height: 2px;
      left: 11px;
      position: absolute;
      top: 21px;
      width: 22px; }
      .vx-header-mobile__close span:first-child {
        transform: rotate(45deg); }
      .vx-header-mobile__close span:last-child {
        transform: rotate(-45deg); }
  .vx-header-mobile__nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px; }
  .vx-header-mobile__menu, .vx-header-mobile__submenu {
    list-style: none;
    margin: 0;
    padding: 0; }
  .vx-header-mobile__item, .vx-header-mobile__subitem {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
    .vx-header-mobile__item > a, .vx-header-mobile__subitem > a {
      color: #fff;
      display: block;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.35;
      padding: 15px 0;
      text-transform: uppercase; }
      .vx-header-mobile__item > a:hover, .vx-header-mobile__subitem > a:hover {
        color: #fdda7a;
        text-decoration: none; }
  .vx-header-mobile__subitem {
    border-bottom-color: rgba(255, 255, 255, 0.1); }
    .vx-header-mobile__subitem > a {
      color: rgba(255, 255, 255, 0.82);
      font-size: 14px;
      font-weight: 600;
      padding: 12px 0 12px 14px;
      text-transform: none; }
  .vx-header-mobile__submenu--level-2 .vx-header-mobile__subitem > a {
    padding-left: 28px; }
  .vx-header-mobile__submenu--level-3 .vx-header-mobile__subitem > a {
    padding-left: 42px; }
  .vx-header-mobile__details summary {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.35;
    list-style: none;
    padding: 15px 0;
    text-transform: uppercase; }
    .vx-header-mobile__details summary::-webkit-details-marker {
      display: none; }
    .vx-header-mobile__details summary:after {
      border-right: 1px solid currentColor;
      border-bottom: 1px solid currentColor;
      content: "";
      height: 9px;
      margin-left: 18px;
      transform: rotate(45deg);
      transition: transform .2s ease;
      width: 9px; }
  .vx-header-mobile__details[open] > summary {
    color: #fdda7a; }
    .vx-header-mobile__details[open] > summary:after {
      transform: rotate(-135deg); }
  .vx-header-mobile__subitem .vx-header-mobile__details summary {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0 12px 14px;
    text-transform: none; }
  .vx-header-mobile__all {
    color: rgba(253, 218, 122, 0.9);
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 12px 14px; }
  .vx-header-mobile__actions {
    margin-top: auto; }
  .vx-header-mobile__submit {
    align-items: center;
    background: linear-gradient(83.18deg, #fdda7a 4.258%, #fbfae0 24.829%, #fdda7a 51.492%, #be8a35 74.266%, #fdda7a 103.75%);
    border-radius: 999px;
    box-shadow: 0 1px 3px #f6d846, inset 0 1px 0 #fff7be;
    color: #491010;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    margin-bottom: 24px;
    min-height: 48px;
    padding: 12px 20px;
    text-transform: uppercase; }
    .vx-header-mobile__submit img {
      height: 24px;
      margin-left: 6px;
      transform: rotate(90deg);
      width: 24px; }
    .vx-header-mobile__submit:hover {
      color: #491010;
      text-decoration: none; }
  .vx-header-mobile__contacts {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .vx-header-mobile__contacts a {
      align-items: center;
      color: rgba(255, 255, 255, 0.82);
      display: flex;
      font-size: 14px;
      gap: 10px;
      line-height: 1.3; }
      .vx-header-mobile__contacts a:hover {
        color: #fdda7a;
        text-decoration: none; }
    .vx-header-mobile__contacts img {
      height: 22px;
      object-fit: contain;
      width: 22px; }

.vx-menu-open {
  overflow: hidden; }
  .vx-menu-open .vx-header__backdrop {
    opacity: 1;
    pointer-events: auto; }
  .vx-menu-open .vx-header-mobile {
    transform: translateX(0); }

@media (max-width: 1399px) {
  .vx-header__inner {
    padding-left: 48px;
    padding-right: 48px; }
  .vx-header__content {
    margin-left: 34px; }
  .vx-header__menu {
    gap: 20px;
    justify-content: flex-start; } }

@media (max-width: 1199px) {
  .vx-header__inner {
    padding-left: 32px;
    padding-right: 32px; }
  .vx-header__contact,
  .vx-header__menu-item > a {
    font-size: 12px; }
  .vx-header__contacts {
    gap: 18px; }
  .vx-header__actions {
    gap: 18px; }
  .vx-header__divider {
    width: 360px; } }

@media (max-width: 991px) {
  .vx-header {
    height: 78px; }
    .vx-header__inner {
      height: 78px;
      padding-left: 18px;
      padding-right: 18px; }
    .vx-header__brand {
      flex-basis: 86px;
      height: 58px;
      width: 86px; }
    .vx-header__content {
      align-items: flex-end;
      flex: 1 1 auto;
      margin-left: 18px; }
    .vx-header__contacts, .vx-header__divider, .vx-header__nav, .vx-header__lang {
      display: none; }
    .vx-header__top {
      justify-content: flex-end; }
    .vx-header__submit {
      font-size: 12px;
      height: 38px;
      min-height: 38px;
      padding: 9px 18px;
      width: auto; }
    .vx-header__menu-button {
      display: flex;
      margin-left: 14px; } }

@media (max-width: 479px) {
  .vx-header__inner {
    padding-left: 15px;
    padding-right: 15px; }
  .vx-header__content {
    margin-left: 10px; }
  .vx-header__submit {
    font-size: 11px;
    padding-left: 13px;
    padding-right: 13px; }
    .vx-header__submit img {
      display: none; }
  .vx-header__menu-button {
    flex-basis: 40px;
    height: 40px;
    margin-left: 10px;
    width: 40px; }
  .vx-header-mobile {
    padding-left: 16px;
    padding-right: 16px;
    width: 92vw; }
    .vx-header-mobile__item > a,
    .vx-header-mobile__details summary {
      font-size: 15px;
      padding: 13px 0; } }

.vx-header-account {
  position: relative; }

.vx-header-account-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  outline: none;
  padding: 0;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
  width: 44px; }

.vx-header-account-button .customer-icon {
  display: block;
  height: 21px;
  width: 21px; }

.vx-header-account-button:hover,
.vx-header-account-button:focus-visible,
.vx-header-account.is-open .vx-header-account-button {
  background: rgba(253, 218, 122, 0.12);
  border-color: rgba(253, 218, 122, 0.7);
  color: #fdda7a; }

.vx-header-account-button:focus-visible {
  outline: 1px solid #fdda7a;
  outline-offset: 3px; }

.vx-header-account-menu {
  background: rgba(6, 6, 6, 0.98);
  border: 1px solid rgba(253, 218, 122, 0.24);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  min-width: 220px;
  opacity: 0;
  overflow: hidden;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  visibility: hidden;
  z-index: 40; }

.vx-header-account.is-open .vx-header-account-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible; }

.vx-header-account-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 4px 6px;
  padding: 10px 8px 12px; }

.vx-header-account-heading span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase; }

.vx-header-account-heading strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vx-header-account-link {
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.88);
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  padding: 11px 12px;
  transition: background .2s ease, color .2s ease;
  white-space: nowrap; }

.vx-header-account-link:hover,
.vx-header-account-link:focus {
  background: rgba(253, 218, 122, 0.1);
  color: #fdda7a;
  text-decoration: none; }

.vx-header-account-logout {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 3px; }

@media (max-width: 991px) {
  .vx-header-account-button {
    height: 38px;
    width: 38px; }
  .vx-header-account-button .customer-icon {
    height: 19px;
    width: 19px; }
  .vx-header-account-menu {
    top: calc(100% + 10px); } }

@media (max-width: 479px) {
  .vx-header__actions {
    gap: 8px; }
  .vx-header__submit-icon {
    display: none; }
  .vx-header-account-menu {
    min-width: 210px;
    right: -48px; } }
