@charset "UTF-8";

.alignleft {
    float: left;
    margin: 0 10px 5px 0;
}

.alignright {
    float: right;
    margin: 0 0 5px 10px;
}

.aligncenter {
    display: block;
    margin: 0 auto 5px;
}

.page-wrapper {
    min-height: 100vh;
    position: relative;
}

.page-wrapper.fixed {
    overflow: hidden;
}

.page-wrapper.fixed .header-nav-style-2 .container {
    position: relative;
}

.header .container {
    margin: auto;
    max-width: 1436px;
    padding: 0 15px;
    width: 100%;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media print {
    a {
        text-decoration: underline;
    }

    [href]:not([href^="#"]):after {
        content: " (" attr(href) ") ";
    }
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

@media (min-width: 1024px) {
    .show-mobile {
        display: none;
    }

}

.header {
    background: #fff;
    box-shadow: none;
    transition: 0s;
}

.header > .container {
    padding-top: 72px;
}

@media (min-width: 768px) {
    .header {
        position: relative;
        z-index: 999;
    }
}

.header.fixed:not(.bg) .header-nav {
    opacity: 0;
}

.header-transparent.header:not(.fixed) {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.header-transparent.header:not(.fixed)::after {
    background: rgba(255, 255, 255, 0.2);
}

.header-transparent.header:not(.fixed) .header-nav {
    border-color: rgba(255, 255, 255, 0.2);
}

.header-transparent.header:not(.fixed) .logo img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(16deg) brightness(108%) contrast(101%);
}

.header-transparent.header:not(.fixed) .logo img:hover {
    opacity: 0.5;
}

.header-transparent.header:not(.fixed) .open-nav {
    border-color: rgba(255, 255, 255, 0.2);
}

.header-transparent.header:not(.fixed) .open-nav:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.header-transparent.header:not(.fixed) .open-nav:hover span, .header-transparent.header:not(.fixed) .open-nav:hover::after, .header-transparent.header:not(.fixed) .open-nav:hover::before {
    opacity: 1;
}

.header-transparent.header:not(.fixed) .open-nav span, .header-transparent.header:not(.fixed) .open-nav::after, .header-transparent.header:not(.fixed) .open-nav::before {
    background: #fff;
}

.header-transparent.header:not(.fixed) .header-lang-global {
    background-image: url(../images/new_menu/icon-global-white.svg);
    color: #fff;
}

.header-transparent.header:not(.fixed) .header-lang-global:hover {
    opacity: 0.5;
}

.header-transparent.header:not(.fixed) .header-lang-select {
    border-color: rgba(255, 255, 255, 0.2);
}

.header-transparent.header:not(.fixed) .header-lang-select:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.header-transparent.header:not(.fixed) .header-lang-select.current {
    border-color: #fff;
}

.header-transparent.header:not(.fixed) .header-lang-select-current {
    color: #fff;
}

.header-transparent.header:not(.fixed) .header-lang-select-current.current {
    background: #fff;
    border-radius: 15px 15px 0 0;
    color: #1248b2;
}

.header-transparent.header:not(.fixed) .header-lang-select-current.current:hover {
    color: rgba(18, 72, 178, 0.5);
}

.header-transparent.header:not(.fixed) .header-lang-select-current.current::after {
    background-image: url(../images/new_menu/icon-arrow-select.svg);
}

.header-transparent.header:not(.fixed) .header-lang-select-current::after {
    background-image: url(../images/new_menu/icon-arrow-select-white.svg);
}

.header-transparent.header:not(.fixed) .header-phone-number {
    color: #fff;
}

.header-transparent.header:not(.fixed) .header-phone-number:hover {
    color: rgba(255, 255, 255, 0.5);
}

.header-transparent.header:not(.fixed) .header-phone-callback {
    background-image: url(../images/new_menu/icon-phone-white.svg);
    color: #fff;
}

.header-transparent.header:not(.fixed) .header-phone-callback:hover {
    opacity: 0.5;
}

.header-transparent.header:not(.fixed) .header-user-login {
    background-image: none;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.header-transparent.header:not(.fixed) .header-user-login::before {
    background-image: url(../images/new_menu/icon-login-white.svg);
    content: "";
    height: 16px;
    left: 14px;
    position: absolute;
    top: 10px;
    transition: opacity 0.25s ease;
    width: 16px;
}

.header-transparent.header:not(.fixed) .header-user-login:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.header-transparent.header:not(.fixed) .header-user-login.current {
    color: #1248b2;
}

.header-transparent.header:not(.fixed) .header-user-login.current::before {
    background: #fff;
    border-radius: 20px 20px 0 0;
    bottom: -16px;
    box-shadow: 0 20px 50px rgba(43, 27, 53, 0.25);
    content: "";
    height: auto;
    left: -2px;
    opacity: 1;
    position: absolute;
    right: -2px;
    top: -16px;
    width: auto;
    z-index: 12;
}

.header-transparent.header:not(.fixed) .header-user-login.current:hover {
    color: rgba(18, 72, 178, 0.5);
}

.header-transparent.header:not(.fixed) .header-user-login.current:hover::before {
    opacity: 1;
}

.header-transparent.header:not(.fixed) .header-user-login.current:hover .header-user-login-name::before {
    opacity: 0.5;
}

.header-transparent.header:not(.fixed) .header-user-login.current:hover .header-user-login-name span {
    opacity: 0.5;
}

.header-transparent.header:not(.fixed) .header-user-login.current .header-user-login-arrow {
    background-image: url(../images/new_menu/icon-arrow-select.svg);
}

.header-transparent.header:not(.fixed) .header-user-login-arrow {
    background-image: url(../images/new_menu/icon-arrow-select-white.svg);
}

.header-transparent.header:not(.fixed) .header-lang-select-list.current {
    top: calc(100% - -2px);
}

.header-transparent.header:not(.fixed) .header-nav > ul li > a,
.header-transparent.header:not(.fixed) .header-nav > ul li > .link a {
    color: #fff;
}

.header-transparent.header:not(.fixed) .header-nav > ul li > a::after,
.header-transparent.header:not(.fixed) .header-nav > ul li > link::after {
    background: #fff;
}

.header-transparent.header:not(.fixed) .header-nav > ul li:not([class]):hover > a {
    color: rgba(255, 255, 255, 0.5);
}

.header-transparent.header:not(.fixed) .header-user-search {
    border-color: rgba(255, 255, 255, 0.2);
}

.header-transparent.header:not(.fixed) .header-user-search:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.header-transparent.header:not(.fixed) .header-user-search:hover svg {
    opacity: 1;
}

.header-transparent.header:not(.fixed) .header-user-search path {
    stroke: #fff;
}

.header-transparent.header:not(.fixed) .header-user-cart {
    border-color: rgba(255, 255, 255, 0.2);
}

.header-transparent.header:not(.fixed) .header-user-cart:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.header-transparent.header:not(.fixed) .header-user-cart:hover svg {
    opacity: 1;
}

.header-transparent.header:not(.fixed) .header-user-cart path {
    fill: #fff;
}

.header-transparent.header:not(.fixed) .header-user-cart.fill {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #B3C4E6 100%), #FFFFFF;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 56, 166, 0.4);
}

.header-transparent.header:not(.fixed) .header-user-cart.fill path {
    fill: #073FAB;
}

.header-transparent.header:not(.fixed) .header-user-cart.fill:hover {
    background: #FFFFFF;
    box-shadow: 0 5px 10px rgba(0, 56, 166, 0.4);
}

.header-transparent.header:not(.fixed) .header-user-cart.fill:hover svg {
    opacity: 0.5;
}

.header-transparent.header:not(.fixed) .header-user-cart.fill:hover path {
    fill: #073FAB;
}

.header-transparent-4.header:not(.fixed) .header-user-login-arrow {
    transition-delay: 0.3s;
}

.header-transparent-4.header .header-user-login-arrow {
    transition-delay: 0s;
}

.header-transparent-4.header:not(.fixed) .header-user-search path {
    transition-delay: 0.3s;
}

.header-transparent-4.header .header-user-search path {
    transition: all 0s ease;
    transition-delay: 0s;
}

.header-transparent-4.header:not(.fixed) .header-user-cart path {
    transition-delay: 0.3s;
}

.header-transparent-4.header .header-user-cart path {
    transition: all 0s ease;
    transition-delay: 0s;
}

.header-transparent-4.header:not(.fixed) .header-modal {
    transition-delay: 0s;
}

.header-transparent-4.header .header-modal {
    transition-delay: 0s;
}

.header-transparent-4.header .container::before {
    transition-delay: 0.3s;
}

.header-transparent-4.header .container *:not(.header-nav-sub):not(.header-modal):not(.header-nav) {
    transition-delay: 0.3s;
}

.header-transparent-4.header .container *:not(.header-nav-sub):not(.header-modal):not(.header-nav)::before, .header-transparent-4.header .container *:not(.header-nav-sub):not(.header-modal):not(.header-nav)::after {
    transition-delay: 0.3s;
}

.header-style-4.bg.header .container::before {
    transition-delay: 0s;
}

.header-style-4.bg.header .container *:not(.header-nav-sub):not(.header-modal):not(.header-nav) {
    transition-delay: 0s;
}

.header-style-4.bg.header .container *:not(.header-nav-sub):not(.header-modal):not(.header-nav)::before, .header-style-4.bg.header .container *:not(.header-nav-sub):not(.header-modal):not(.header-nav)::after {
    transition-delay: 0s;
}

.header-style-4 .logo img {
    transition: all 0.3s ease-in-out;
}

.header-style-4 .header-nav-sub {
    padding: 0 !important;
    transform: scaleY(1);
}

.header-style-4 .header-nav-sub-wrapper {
    flex-wrap: wrap;
    height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    transition-delay: 0s !important;
}

.header-style-4 .header-nav-sub-wrapper::before {
    content: "";
    height: 24px;
    width: 100%;
}

@media (min-width: 1300px) {
    .header-style-4 .header-nav-sub-wrapper::before {
        height: 32px;
    }
}

.header-style-4 .header-nav-sub-wrapper::after {
    content: "";
    height: 24px;
    width: 100%;
}

@media (min-width: 1300px) {
    .header-style-4 .header-nav-sub-wrapper::after {
        height: 32px;
    }
}

.header-style-4 .header-nav > ul li:not([class]):hover .header-nav-sub .header-nav-sub-wrapper {
    transition: all 0.3s ease-in-out 0.2s;
    height: 528px;
}

@media (min-width: 1300px) {
    .header-style-4 .header-nav > ul li:not([class]):hover .header-nav-sub .header-nav-sub-wrapper {
        height: 544px;
    }
}

.header-style-4 .header-nav-sub-product {
    min-height: 240px;
}

.header .header-modal {
    background: transparent;
}

.header .header-modal.current .header-modal-row {
    opacity: 1;
}

.header .header-modal-row {
    background: transparent;
    opacity: 0;
    transition: opacity 250ms;
}

.header.bg .container::before {
    opacity: 1;
}
.header::after {
    display: none;
}

.header .header-top::after, .header::after {
    background: #EAE8EB;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    max-width: 1600px;
    margin: 0 auto;
    right: 0;
    z-index: 101;
}

.header .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.header .container::before {
    background: #fff;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    transition: none 0.25s ease;
    width: 100%;
    z-index: -1;
    margin: 0 -97px;
}

.header-overlay {
    background: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
    visibility: hidden;
    z-index: 10;
}

.header-overlay.fixed {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
    z-index: 11;
}

.header.fixed {
    height: 100vh;
    left: 0;
    overflow: hidden;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    z-index: 12;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .header-special-spacer {
        padding-bottom: 150px;
    }
}

.header-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 72px;
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    z-index: 999;
}

.header-left {
    align-items: center;
    display: flex;
    margin: auto;
}

@media (min-width: 768px) {
    .header-left {
        margin: 0;
    }
}

@media (min-width: 1024px) {
  .header-left {
    padding: 0 11px 0 0;
  }
  [dir="rtl"]  .header-left {
    padding: 0 0 0 11px;
  }
}

@media (min-width: 1124px) {
  .header-left {
    padding: 0 28px 0 0;
  }
  [dir="rtl"]  .header-left {
    padding: 0 0 0 28px;
  }
}

@media (min-width: 1300px) {
  .header-left {
    padding: 0 86px 0 0;
  }
  [dir="rtl"]  .header-left {
      padding: 0 0 0 86px;
  }
}

.header .open-nav {
    border: 2px solid #f1f6ff;
    border-radius: 40px;
    cursor: pointer;
    height: 40px;
    left: 15px;
    margin: 2px 24px 0 0;
    position: absolute;
    min-width: 40px;
}
[dir="rtl"] .header .open-nav {
    margin: 2px 0 0 24px;
    left: unset;
    right: 15px
}
@media (min-width: 768px) {
  .header .open-nav {
    left: 0;
    position: relative;
  }
  [dir="rtl"] .header .open-nav {
    left: unset;
    right: 0;
  }
}

@media (min-width: 1300px) {
  .header .open-nav {
    margin: 2px 32px 0 0;
  }
  [dir="rtl"] .header .open-nav {
    margin: 2px 0 0 32px;
  }
}

.header .open-nav:hover span {
    opacity: 0.5;
}

.header .open-nav:active {
    background: #E5EFFF;
}

.header .open-nav.current span {
    opacity: 0;
}

.header .open-nav.current::before {
    transform: rotate(45deg) translateX(13px) translateY(12px);
    opacity: 1;
}

.header .open-nav.current::after {
    transform: rotate(-45deg) translateX(13px) translateY(-13px);
    opacity: 1;
}

.header .open-nav::before {
    background: #1248b2;
    border-radius: 2px;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 8.5px);
    position: absolute;
    transform: translateY(12.5px);
    transition: all 0.25s ease;
    width: 17px;
    opacity: 0;
}

.header .open-nav::after {
    background: #1248b2;
    border-radius: 2px;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 8.5px);
    position: absolute;
    transform: translateY(-12px);
    transition: all 0.25s ease;
    width: 17px;
    opacity: 0;
}

.header .open-nav span {
    background: url("../images/sandwich.svg?v=3") no-repeat center;
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    transition: all 0.25s ease;
}

.header .logo img {
    margin-top: 15px;
    min-width: 140px;
    transition: all 0.3s;
    max-width: 140px;
}

.header-lang {
    align-items: center;
    display: none;
    margin: auto;
}

@media (min-width: 1024px) {
    .header-lang {
        display: flex;
    }
}

.header-lang-global {
    background: url("../images/new_menu/icon-global.svg") no-repeat 0 0;
    color: #1248b2;
    cursor: pointer;
    font: 700 12px/16px "Proxima Nova", sans-serif;
    letter-spacing: 1.35px;
    margin: 0 24px 0 0;
    padding: 0 0 0 24px;
    text-transform: uppercase;
}
[dir="rtl"] .header-lang-global {
    margin: 0 0 0 24px;
     padding: 0 24px 0 0;
    background-position: right 0;
}
@media (min-width: 1300px) {
  .header-lang-global {
    margin: 0 32px 0 0;
  }
  [dir="rtl"] .header-lang-global {
    margin: 0 0 0 32px;
  }
}

.header-lang-global:hover {
    color: rgba(18, 72, 178, 0.5) !important;
}

.header-lang-select {
    border: 2px solid #f1f6ff;
    border-radius: 40px;
    font: 700 12px/16px "Proxima Nova", sans-serif;
    letter-spacing: 1.35px;
    height: 40px;
    position: relative;
    text-transform: uppercase;
    z-index: 102;
    min-width: 103px;
}

.header-lang-select.current {
    border-radius: 20px 20px 0 0;
    border-color: #f1f6ff !important;
}

.header-lang-select-current {
    align-items: center;
    border-radius: 40px;
    color: #1248b2;
    cursor: pointer;
    display: flex;
    height: 40px;
    padding: 0 32px 0 14px;
    position: relative;
}
[dir="rtl"] .header-lang-select-current {
    padding: 0 14px 0 32px;
}
.header-lang-select-current.current {
    border-radius: 40px 40px 0 0;
    display: flex;
}

.header-lang-select-current.current::after {
    transform: rotate(180deg);
}

.header-lang-select-current:hover {
    color: rgba(18, 72, 178, 0.5) !important;
}

.header-lang-select-current::after {
    background: url("../images/new_menu/icon-arrow-select.svg") no-repeat;
    content: "";
    height: 8px;
    position: absolute;
    right: 14px;
    top: calc(50% - 4px);
    transition: all 0.25s ease;
    width: 10px;
}
[dir="rtl"] .header-lang-select-current::after {
    right: unset;
    left: 14px;
}
.header-lang-select-current img {
    margin: 0 8px 4px 0;
}
[dir="rtl"] .header-lang-select-current img {
    margin: 0 0 4px 8px;
}
.header-lang-select-list {
    background: #fff;
    border: 2px solid #f1f6ff;
    border-top: none;
    border-radius: 0 0 20px 20px;
    left: -2px;
    padding: 10px 0 0;
    position: absolute;
    opacity: 0;
    right: -2px;
    top: calc(100% - 15px);
    visibility: hidden;
    transition: all 0.25s ease;
}

.header-lang-select-list.current {
    opacity: 1;
    top: calc(100% - -2px);
    visibility: visible;
    display: block;
}

.header-lang-select-item {
    align-items: center;
    color: #1248b2;
    cursor: pointer;
    display: flex;
    height: 30px;
    padding: 0 0 0 14px;
    position: relative;
}
[dir="rtl"] .header-lang-select-item {
      padding: 0 14px 0 0;
}
.header-lang-select-item:hover {
    color: rgba(18, 72, 178, 0.5);
}

.header-lang-select-item img {
    margin: 0 8px 0 0;
}
[dir="rtl"] .header-lang-select-item img {
  margin: 0 0 0 8px;
}
.header-phone {
    display: none;
    margin: auto;
}

@media (min-width: 768px) {
    .header-phone {
        display: flex;
    }
}

@media (min-width: 1024px) {
  .header-phone {
    padding: 0 14px 0 0;
  }
  [dir="rtl"] .header-phone {
      padding: 0 0 0 14px;
  }
}

@media (min-width: 1124px) {
  .header-phone {
    padding: 0 145px 0 0;
  }
  [dir="rtl"] .header-phone {
      padding: 0 0 0 145px;
  }
}

@media (min-width: 1300px) {
  .header-phone {
    padding: 0 90px 0 0;
  }
  [dir="rtl"] .header-phone {
      padding: 0 0 0 90px;
  }
}

.header-phone:last-child {
  padding-right: 0;
  padding-left: 0;
}

.header-phone-number {
    color: #2b1b35;
    font: 700 18px/24px "Proxima Nova", sans-serif;
    margin: 0 24px 0 0;
}
[dir="rtl"]  .header-phone-number {
    margin: 0 0 0 24px;
}
@media (min-width: 1300px) {
  .header-phone-number {
    margin: 0 32px 0 0;
  }
  [dir="rtl"] .header-phone-number {
    margin: 0 0 0 32px;
  }
}

.header-phone-callback {
  background: url("../images/new_menu/icon-phone.svg") no-repeat 0 4px;
  color: #1248b2;
  font: 700 12px/24px "Proxima Nova", sans-serif;
  display: none;
  letter-spacing: 1.35px;
  padding: 0 0 0 24px;
  /*margin-top: 3px;*/
  text-transform: uppercase;
}
.header-phone-description {
    font-size: 12px;
}
[dir="rtl"] .header-phone-callback {
    padding: 0 24px 0 0;
    background-position: right 4px;
}
@media (min-width: 1024px) {
    .header-phone-callback {
        display: block;
    }
}

.header-phone-callback:hover {
    color: rgba(18, 72, 178, 0.5);
}

.header-user {
    display: flex;
}

.header-user-login {
    align-items: center;
    background: url("../images/new_menu/icon-login.svg") no-repeat 14px center;
    border: 2px solid #f1f6ff;
    border-radius: 40px;
    color: #1248b2;
    display: none;
    font: 700 12px/15px "Proxima Nova", sans-serif;
    height: 40px;
    letter-spacing: 1.35px;
    margin: 5px 8px 0 0;
    padding: 0 30px 0 33px;
    position: relative;
    text-transform: uppercase;
    transition: color 0.3s;
    z-index: 103;
}
[dir="rtl"] .header-user-login {
    margin: 5px 0 0 8px;
    padding: 0 33px 0 30px;
    background-position: calc(100% - 14px) center;
}
.header-user-login:hover, .header-user-login:hover span a {
    color: rgba(18, 72, 178, 0.5);
}

@media (min-width: 768px) {
    .header-user-login {
        display: flex;
    }
}

.header-user-login.current {
    color: rgba(18, 72, 178, 0.5) !important;
}

.header-user-login.current::before {
    background: #fff url("../images/new_menu/icon-login.svg") no-repeat 14px center;
    border-radius: 20px 20px 0 0;
    bottom: -16px;
    box-shadow: 0 20px 50px rgba(43, 27, 53, 0.25);
    content: "";
    left: -2px;
    position: absolute;
    right: -2px;
    top: -16px;
    z-index: 12;
}
[dir="rtl"] .header-user-login.current::before {
    background-position: calc(100% - 14px) center;
}
.header-user-login.current:after {
    cursor: pointer;
    z-index: 14;
}

.header-user-login.current .header-user-login-arrow {
    transform: rotate(180deg);
}

.header-user-login.current .header-user-login-sub {
    opacity: 1;
    top: calc(100% + 16px);
    visibility: visible;
}

.header-user-login.current .header-user-login-name::after,
.header-user-login.current .header-user-login-name::before,
.header-user-login.current .header-user-login::after {
    opacity: 1;
}
[dir="rtl"] .header-user-login.current .header-user-login-name::before {
    background-position: calc(100% - 10.5px) 6px;
}

.header-user-login::after {
    background: #fff;
    bottom: -16px;
    content: "";
    left: 0;
    height: 40px;
    position: absolute;
    right: 0;
    z-index: 12;
    opacity: 0;
    transition: all 0.25s ease;
    pointer-events: none;
}

@media (min-width: 768px) {
    .header-user-login::before {
        content: " ";
        left: -2px;
        right: -2px;
        position: absolute;
        top: -2px;
        bottom: -2px;
        cursor: pointer;
        z-index: 14;
        border: 2px solid transparent;
        border-radius: 40px;
    }
}
@media (max-width: 768px) {
    [dir="rtl"] .header-user-login.current .header-user-login-name::before {
        background-position: calc(100% - 9px) 6px;
    }

    [dir="rtl"] .header-user-login-name::before {
        background-position: calc(100% - 9px) 6px;
    }
}
.header-user-login-arrow {
    background: url("../images/new_menu/icon-arrow-select.svg") no-repeat;
    height: 8px;
    position: absolute;
    right: 14px;
    top: calc(50% - 4px);
    transition: all 0.25s ease;
    width: 10px;
    z-index: 13;
}
[dir="rtl"] .header-user-login-arrow {
    right: unset;
    left: 14px;
}

.header-user-login-name {
    position: relative;
    transition: 0s;
    z-index: 13;
    max-width: 155px;
    padding: 0 3px;
}

@media (max-width: 575px) {
    .header-user-login-name {
        max-width: 100%;
    }
}

.header-user-login-name span a {
    transition: color 0.3s;
}

.header-user-login-name::before {
  background: #fff url("../images/new_menu/icon-login.svg") no-repeat 14px 6px;
  bottom: -29px;
  content: "";
  left: -33px;
  height: 50px;
  position: absolute;
  right: -30px;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  /*transition: all .25s ease;*/
}
[dir="rtl"] .header-user-login-name::before {

}

.header-user-login-name::after {
    background: #E4E7EB;
    bottom: -30px;
    content: "";
    left: -16px;
    height: 1px;
    position: absolute;
    right: -6px;
    z-index: 9;
    opacity: 0;
    transition: all 0.25s ease;
}

.header-user-login-name span {
    position: relative;
    transition: opacity 0.25s ease;
    z-index: 13;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.header-user-login-sub {
    background: #fff;
    box-shadow: 0 20px 50px rgba(43, 27, 53, 0.25);
    border-radius: 0 20px 20px 20px;
    left: -2px;
    min-width: 209px;
    padding: 33px 24px 32px;
    opacity: 0;
    position: absolute;
    top: calc(100% + 6px);
    transition: all 0.25s ease;
    visibility: hidden;
    z-index: 12;
}
[dir="rtl"] .header-user-login-sub {
    left: -3px;
}
@media (max-width: 768px) {
    [dir="rtl"] .header-user-login-name {
        min-width: 140px;
    }
}

.header-user-login-sub ul {
    padding: 0 0 32px;
    position: relative;
}

.header-user-login-sub li {
    padding: 0 0 16px;
}

.header-user-login-sub li:last-child {
    padding: 0;
}

.header-user-login-sub li a {
    color: #164CB5;
    font: 700 12px/15px "Proxima Nova", sans-serif;
    letter-spacing: 1.35px;
    position: relative;
}

.header-user-login-sub li a::before {
    background: #164CB5;
    bottom: -2px;
    content: "";
    left: -24px;
    position: absolute;
    top: -2px;
    transition: width 0.25s ease;
    width: 0;
}
[dir="rtl"] .header-user-login-sub li a::before {
     left: unset;
    right: -24px;
}
.header-user-login-sub li a:hover {
    color: rgba(18, 72, 178, 0.5);
}

.header-user-login-sub li a:hover::before {
    width: 3px;
}

.header-user-cart {
    align-items: center;
    border: 2px solid #f1f6ff;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 0 8px 0 0;
    position: absolute;
    right: 15px;
    width: 40px;
    top: calc(50% - 20px);
}
[dir="rtl"] .header-user-cart {
    transform: scaleX(-1);
    right: unset;
    left: 15px;
}
@media (min-width: 768px) {
  .header-user-cart {
    right: 0;
    position: relative;
  }
  [dir="rtl"] .header-user-cart {
        left:unset;
    }
}

.header-user-cart:hover {
    background: #F1F6FF;
}

.header-user-cart:hover svg {
    opacity: 0.5;
}

.header-user-cart:active {
    background: #E5EFFF;
}

.header-user-cart:active svg {
    opacity: 0.5;
}

.header-user-cart.fill {
    background: linear-gradient(180deg, #2960CC 0%, rgba(18, 72, 178, 0) 100%), #1248b2;
    border-color: transparent;
    box-shadow: 0 5px 10px rgba(0, 56, 166, 0.4);
}

.header-user-cart.fill:hover {
    background: #073FAB;
}

.header-user-cart.fill:hover svg {
    opacity: 1;
}

.header-user-cart.fill:active {
    background: #003499;
    box-shadow: 0 2px 5px rgba(0, 56, 166, 0.4);
}

.header-user-cart.fill:active svg {
    opacity: 1;
}

.header-user-cart.fill path {
    fill: #fff;
    transition: all 0.3s;
}

.header-user-cart span {
    background: #EE005A;
    border-radius: 16px;
    color: #fff;
    display: block;
    font: 900 10px/16px "Proxima Nova", sans-serif;
    height: 16px;
    min-width: 16px;
    padding: 0 4px;
    position: absolute;
    text-align: center;
    right: -5px;
    top: -5px;
}
[dir="rtl"] .header-user-cart span {
   transform: scaleX(-1);
}
.header-user-search {
    align-items: center;
    border: 2px solid #f1f6ff;
    border-radius: 40px;
    cursor: pointer;
    display: none;
    justify-content: center;
    height: 40px;
    margin: 0 8px 0 0;
    width: 40px;
}

@media (min-width: 768px) {
    .header-user-search {
        display: flex;
    }
}

.header-user-search svg {
    fill: transparent;
}

.header-user-search:hover svg {
    opacity: 0.5;
}

.header-nav {
    display: none;
    position: relative;
    width: 100%;
}

.header-nav-sticky {
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.25s linear;
}

.header-nav-sticky-up {
    top: 0;
}

.header-nav-sticky::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.header-nav-sticky .header-nav-sub {
    top: 72px;
}

.header-nav-top {
    top: 0;
}

.header-nav-top::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.header-nav-top ul {
    margin: auto !important;
    max-width: 1436px;
}

.header-nav-top ul > li > a {
    color: #1248b2 !important;
    transition-delay: 0s !important;
}

.header-nav-top ul > li > a::after {
    background: #1248b2 !important;
}

.header-nav-top ul .sale-link a {
    color: #ee005a !important;
    transition-delay: 0s !important;
}

.header-nav-top ul .sale-link a::after {
    background: #ee005a !important;
}

@media (min-width: 1024px) {
    .header-nav {
        display: block;
    }
    .header::after {
        display: block;
        pointer-events: none;
    }
    .header.fixed::after {
        display: none;
    }
}

.header-nav > ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 0 10px 0 0;
}

@media (min-width: 1300px) {
    .header-nav > ul {
        margin: 0 -15px;
    }
}

.header-nav > ul.align-left {
    justify-content: flex-start;
}

.header-nav > ul li {
  padding: 0 15px;
  /*
  flex-shrink: 0;
  flex-grow: 1;
   */
}

@media (min-width: 1300px) {
    .header-nav > ul li {
        padding: 0 20px;
    }
}

.header-nav > ul li:not(.sub-ul):hover a {
    color: rgba(18, 72, 178, 0.5);
    position: relative;
}

.header-nav > ul li:not(.sub-ul):hover a::after {
    /* width: 100%; */
}

.header-nav > ul li:not(.sub-ul):hover .header-nav-sub {
    transform: scaleY(1);
    transition: transform 0.3s ease-in-out,  opacity 0.3s ease-in-out;
    /*transition-delay: 0.25s;*/
    opacity: 1;
    pointer-events: auto;
}

.header-nav > ul li:not(.sub-ul):hover .header-nav-sub .header-nav-sub-wrapper {
    opacity: 1;
    transition: opacity 0.4s ease-in-out 0s;
}

.header-nav > ul li > a,
.header-nav > ul li > .link {
    align-items: center;
    color: #1248b2;
    display: flex;
    font: 700 16px/20px "Proxima Nova", sans-serif;
    height: 72px;
    position: relative;
}
.header-nav ul li .overflow {
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 0;
    display: block;
    position: absolute;
    max-width: 1600px;
    background: #000;
    top: 72px;
    transition: opacity 0.3s ease;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
}
.header-nav ul li:hover .overflow {
    opacity: 0.2;
    height: calc(100vh + 550px);
}
.header.fixed .header-nav ul li .overflow {
    display: none;
}

@media (min-width: 1300px) {
    .header-nav > ul li > a,
    .header-nav > ul li > .link {
        font-size: 18px;
        line-height: 24px;
    }
}

.header-nav > ul li > a::after,
.header-nav > ul li > link:after {
    background: #1248b2;
    bottom: -1px;
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 0;
}

.header-nav > ul li.sale-link a {
    color: #ee005a !important;
}

.header-nav > ul li.sale-link a::after {
    /*background: rgba(238, 0, 90, 1);*/
}

.header-nav > ul li.sale-link a:hover {
    color: rgba(238, 0, 90, 0.5);
}


.header-nav > ul li.sub-ul:hover ul {
    opacity: 1;
    visibility: visible;
}

.header-nav > ul li.sub-ul:hover::after,
.header .header-nav > ul li.sub-ul:hover .link::after {
    opacity: 1;
}
.header-nav > ul li.sub-ul > .link::before {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    /* background: #fff; */
    border-radius: 20px 20px 0 0;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.header-nav > ul li.sub-ul:hover > a::before,
.header-nav > ul li.sub-ul:hover > .link::before {
    opacity: 1;
}
.header-nav > ul li.sub-ul:hover > .link::before {
    box-shadow: 0 20px 50px rgb(43 27 53 / 25%);
}

.header .header-nav > ul li.sub-ul .link::after {
    background: #fff;
    bottom: 0px;
    content: "";
    height: 30px;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: none;
    z-index: 1;
}
body.product-card .header:hover .header-nav > ul li.sub-ul .link::after {
    transition: all 0.10s ease 0.20s;
}

.header-nav > ul li.sub-ul:hover::after {
  display: none;
}

.header-nav > ul li.sub-ul > a:hover,
.header-nav > ul li.sub-ul > link:hover {
    color: rgba(18, 72, 178, 0.5);
}

.header-nav > ul li.sub-ul li {
    position: relative;
}

.header-nav > ul li.sub-ul ul {
    background: #fff;
    box-shadow: 0 20px 50px rgba(43, 27, 53, 0.25);
    border-radius: 0 20px 20px 20px;
    padding: 33px 24px 32px;
    min-width: 303px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
[dir="rtl"] .header-nav > ul li.sub-ul ul {
     border-radius: 20px 0 20px 20px;
}
.header-nav > ul li.sub-ul ul li {
    padding: 0 0 16px;
}

.header-nav > ul li.sub-ul ul li:last-child {
    padding: 0;
}

.header-nav > ul li.sub-ul ul li a {
    color: #164CB5;
    font: 700 12px/14px "Proxima Nova", sans-serif;
    letter-spacing: 1.35px;
    height: auto;
    text-transform: uppercase;
}

.header-nav > ul li.sub-ul ul li a::after {
    display: none;
}

.header-nav > ul li.sub-ul ul li a::before {
    background: #164CB5;
    bottom: -2px;
    content: "";
    left: -24px;
    position: absolute;
    top: -2px;
    transition: width 0.25s ease;
    width: 0;
}
[dir="rtl"] .header-nav > ul li.sub-ul ul li a::before {
    left:unset;
    right: -24px;
}
.header-nav > ul li.sub-ul ul li a:hover, .header-nav > ul li.sub-ul ul li a.current {
    color: rgba(18, 72, 178, 0.5);
}

.header-nav > ul li.sub-ul ul li a:hover::before, .header-nav > ul li.sub-ul ul li a.current::before {
    width: 3px;
}

.header-nav-sub {
    background: #fff;
    left: 0;
    position: absolute;
    top: 72px;
    right: 0;
    width: 100%;
    padding: 0;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.3s ease-in-out, opacity 0.1s ease-in-out 0s;
    opacity: 0;
    z-index: 1;
}

@media (min-width: 1024px) {
  .header-nav-sub {
    box-sizing: initial;
    padding: 0 15px;
    left: -15px;
    pointer-events: none;
  }
  [dir="rtl"] .header-nav-sub {
        right: -15px;
        left: 0;
  }
}

@media (min-width: 1436px) {
  .header-nav-sub {
    left: -97px;
    padding: 0 97px;
  }
  [dir="rtl"] .header-nav-sub {
     right: -97px;
     left: 0;
  }
}

@media (min-width: 1300px) {
    .header-nav-sub {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.header-nav-sub::before {
    /*
    left: calc(50% - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
    */
    background: #fff;
    bottom: 0;
    content: "";
}

.header-nav-sub-wrapper {
    display: flex;
    width: 100%;
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
}

.header-nav-sub-product {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 336px;
    margin: 0 20px;
    padding: 24px;
    position: relative;
    transition: all 0.25s ease;
    width: calc(25% - 40px);
}

@media (min-width: 1124px) {
    .header-nav-sub-product {
        height: 400px;
    }
}

@media (min-width: 1300px) {
    .header-nav-sub-product {
        height: 480px;
    }
}

.header-nav-sub-product.current {
    background: #f1f6ff;
}

.header-nav-sub-product::after {
    background: rgba(43, 27, 53, 0.1);
    bottom: 0;
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px !important;
    pointer-events: none;
}
[dir="rtl"] .header-nav-sub-product::after {
    right: unset;
    left: -20px;
}
.header-nav-sub-product:last-child::after {
    display: none;
}

.header-nav-sub-product:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}

.header-nav-sub-product:hover .header-nav-sub-product-select {
    color: rgba(18, 72, 178, 0.5);
}

.header-nav-sub-product-title {
    color: #2b1b35;
    font: 700 18px/24px "Proxima Nova", sans-serif;
}

@media (min-width: 1300px) {
    .header-nav-sub-product-title {
        font-size: 20px;
        line-height: 26px;
    }
}

.header-nav-sub-product-img img {
    display: block;
    height: auto;
    max-height: 152px;
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 1124px) {
    .header-nav-sub-product-img img {
        max-height: 192px;
    }
}

@media (min-width: 1300px) {
    .header-nav-sub-product-img img {
        max-height: 275px;
    }
}

.header-nav-sub-product-select {
    color: #1248b2;
    font: 700 12px/15px "Proxima Nova", sans-serif;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.header-nav-sub-product-column {
    display: flex;
    flex-direction: column;
    padding: 0 19px;
    width: 25%;
}

.header-nav-sub-product-column .header-nav-sub-product {
    border: none;
    border-bottom: 1px solid rgba(43, 27, 53, 0.1);
    height: 50%;
    width: 100%;
}

.header-nav-sub-product-column .header-nav-sub-product::after {
    display: none;
}

.header-nav-sub-product-column .header-nav-sub-product:last-child {
    border: none;
}

.header-nav-sub-product-column .header-nav-sub-product .header-nav-sub-product-select {
    max-width: 50%;
}

.header-nav-sub-product-column .header-nav-sub-product img {
    display: none;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
[dir="rtl"] .header-nav-sub-product-column .header-nav-sub-product img {
     right: unset;
    left: 25px;
}
@media (min-width: 1124px) {
    .header-nav-sub-product-column .header-nav-sub-product img {
        display: block;
        max-width: 140px;
        max-height: 168px;
    }
}

.header-modal {
    background: #fff;
    opacity: 0;
    position: absolute;
    top: 52px;
    transition: all 0.25s ease;
    visibility: hidden;
    width: calc(100% - 30px);
    z-index: 100;
}

.header-modal.current {
    opacity: 1;
    top: 72px;
    visibility: visible;
}

.header-modal-search {
    border-bottom: 1px solid rgba(43, 27, 53, 0.1);
    display: flex;
}

.header-modal-search input[type=search] {
    background: url("../images/new_menu/icon-search-gray.svg") no-repeat 0 center;
    border: none;
    flex: 1;
    font: 16px/19px "Proxima Nova", sans-serif;
    height: 74px;
    padding: 0 33px;
}

.header-modal-search input[type=search]:focus {
    outline: none;
}

.header-modal-search input[type=search]::placeholder {
    color: rgba(43, 27, 53, 0.5);
    opacity: 1;
}

.header-modal-search input[type=submit] {
    background: none;
    border: none;
    color: #164cb5;
    font: 700 12px "Proxima Nova", sans-serif;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .header-modal-search {
        display: none;
    }
}

.header-modal-row {
    background: #fff;
    border-bottom: 1px solid rgba(43, 27, 53, 0.1);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -5px;
    padding: 24px 0 0;
}

@media (min-width: 768px) {
    .header-modal-row {
        margin: 0 -15px;
    }
}

@media (min-width: 1024px) {
    .header-modal-row {
        padding: 40px 0 24px;
    }
}

@media (min-width: 1300px) {
    .header-modal-row {
        padding: 48px 0 24px;
    }
}

.header-modal-row-item {
    padding: 0 18px 28px;
    width: 100%;
}

@media (min-width: 576px) {
    .header-modal-row-item {
        width: calc(50% - 8px);
    }
}

@media (min-width: 768px) {
    .header-modal-row-item {
        padding: 0 15px 28px;
        width: calc(50% - 24px);
    }
}

@media (min-width: 1024px) {
    .header-modal-row-item {
        padding: 0 15px 20px;
        width: calc(25% - 12px);
    }
}

.header-modal-row-item-mobile {
    padding: 0 18px 20px;
}

@media (min-width: 576px) {
    .header-modal-row-item-mobile {
        padding: 0 18px 28px;
    }
}

@media (min-width: 768px) {
    .header-modal-row-item-mobile {
        padding: 0 15px 28px;
    }
}

@media (min-width: 1024px) {
    .header-modal-row-item-mobile {
        padding: 0 15px;
    }
}

.header-modal-row-item-social {
    order: 2;
}

@media (min-width: 576px) {
    .header-modal-row-item-social {
        order: initial;
    }
}

.header-modal-row-item .header-lang {
    align-items: center;
    display: flex;
    height: 40px;
}

@media (min-width: 1024px) {
    .header-modal-row-item .header-lang {
        display: none;
    }
}

.header-modal-row-item .header-lang .header-lang-select {
    width: 100%;
}

@media (min-width: 560px) {
    .header-modal-row-item .header-lang .header-lang-select {
        width: auto;
    }
}

.header-modal-row-item .header-phone {
    display: block;
    margin: 18px 0 0;
}

@media (min-width: 768px) {
    .header-modal-row-item .header-phone {
        display: none;
    }
}

.header-modal-row-item .header-phone-number {
    font: 700 16px/20px "Proxima Nova", sans-serif;
}

@media (min-width: 768px) {
    .header-modal-row-item .header-phone-number {
        display: none;
    }
}

.header-modal-row-item .header-phone-callback {
    display: block;
    margin: 3px 0 0;
}

@media (min-width: 768px) {
    .header-modal-row-item .header-phone-callback {
        margin: 18px 0 0;
    }
}

@media (min-width: 1024px) {
    .header-modal-row-item .header-phone-callback {
        display: none;
    }
}

.header-modal-row-item .header-user-login {
    background-image: none;
    display: inline-flex;
    justify-content: flex-start;
    margin-top: 21px;
    width: 100%;
}

@media (min-width: 576px) {
    .header-modal-row-item .header-user-login {
        justify-content: center;
        width: auto;
    }
}

@media (min-width: 768px) {
    .header-modal-row-item .header-user-login {
        display: none;
    }
}

.header-modal-row-item .header-user-login::before {
    background: #fff;
    box-shadow: 0 -4px 6px rgba(43, 27, 53, 0.05);
    bottom: -2px;
    top: -2px;
    z-index: 13;
}

.header-modal-row-item .header-user-login .header-user-login-name::before {
    background-color: transparent;
    opacity: 1;
}

.header-modal-row-item .header-user-login .header-user-login-sub {
    top: 100%;
    width: 100%;
}

.header-modal-row-item .header-user-login .header-user-login-sub::before {
    background: #fff;
    content: "";
    left: 0;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.header-modal-row-item .header-user-login .header-user-login-sub .button-btn {
    justify-content: center;
}

.header-modal-row-item span.h3,
.header-modal-row-item .other-h3 {
    color: #2b1b35;
    font: 700 16px/20px "Proxima Nova", sans-serif;
    margin: 0 0 16px;
}

.header-modal-row-item span.h3:last-child {
    margin: 0 0 3px;
}

@media (min-width: 576px) {
    .header-modal-row-item span.h3:last-child {
        margin: 0 0 16px;
    }
}

@media (min-width: 768px) {
    .header-modal-row-item span.h3,
    .header-modal-row-item .other-h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1300px) {
    .header-modal-row-item span.h3,
    .header-modal-row-item .other-h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

.header-modal-row-item span.h3 a,
.header-modal-row-item .other-h3{
    color: #164cb5;
    min-height: 30px;
}

.header-modal-row-item span.h3 a:hover,
.header-modal-row-item .other-h3:hover {
    color: rgba(18, 72, 178, 0.5);
}
.header-modal-row-item .other-h3 {
    text-transform: unset;
    letter-spacing: unset;
    margin: 0 !important;
    padding: 0;
    min-height: unset;
}

.header-modal-row-item ul {
    margin: 5px 0 0;
}
.header-modal-row-item ul li {
    min-height: 30px;
}
.header-modal-row-item ul li.other-bold {
    margin-top: 8px;
}

.header-modal-row-item ul li.sale-link a {
    color: #ee005a;
    display: inline-flex;
    font: 700 18px/24px "Proxima Nova", sans-serif;
    margin: 20px 0 0 !important;
    letter-spacing: 0;
    text-transform: none;
}

@media (min-width: 1300px) {
    .header-modal-row-item ul li.sale-link a {
        font-size: 20px;
        line-height: 26px;
    }
}

.header-modal-row-item ul li.sale-link a:hover {
    color: rgba(238, 0, 90, 0.5);
}

.header-modal-row-item ul li a {
    color: #164cb5;
    font: 700 12px/15px "Proxima Nova", sans-serif;
    display: inline-flex;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.header-modal-row-item ul li a:hover {
    color: rgba(18, 72, 178, 0.5);
}

.header-social {
    display: flex;
    margin: 0 -6px;
}

.header-social .header-svg {
    margin: 0 6px;
    color: white;
    transition: opacity 0.15s;
}

.header-social .header-svg:hover {
    opacity: 0.5;
}

.header-social .header-svg svg {
    height: 29px;
    max-width: 29px;
    width: 100%;
    border-radius: 100%;
    padding: 2px;
    box-sizing: content-box;
}

.header .button-btn.light {
    color: #1248b2;
    background: #F1F6FF;
}

.header .button-btn.light:hover {
    color: rgba(18, 72, 178, 0.5);
}

.header .button-btn.light:active {
    color: rgba(18, 72, 178, 0.5);
    background: #E6EFFF;
}

.header .button-btn.normal {
    font: 700 12px/15px "Proxima Nova", sans-serif;
}

.header .button-btn {
    align-items: center;
    border: 0;
    display: flex;
    height: 40px;
    padding: 0 56px;
    text-align: center;
    border-radius: 100px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.header-nav-style-2.header .container {
    position: static;
}

.header-nav-style-2.header .container::before {
    bottom: auto;
    height: 0;
    opacity: 1;
    width: 100vw;
    transition: height 0.05s ease;
}

.header-nav-style-2.fixed.header .container::before {
    height: 146px;
}

.header-nav-style-2.fixed.header .container .header-modal {
    height: auto;
    overflow: initial;
    width: calc(100% - 30px);
}

.header-nav-style-2 .header-modal {
    height: 0;
    overflow: hidden;
    transition-property: opacity, top;
    width: 0;
}

.header-nav-style-2 .header-nav-sub-wrapper {
    margin: 24px 0;
    opacity: 1;
    transition: 0s;
}

@media (min-width: 1300px) {
    .header-nav-style-2 .header-nav-sub-wrapper {
        margin: 32px 0;
    }
}

.header-nav-style-2 .header-nav {
    position: static;
}

.header-nav-style-2 .header-nav-sub {
    top: 146px;
}

.header-nav-style-2 .header-nav-sub {
    border: none;
    overflow: hidden;
    opacity: 1;
    transform: initial;
    padding: 0;
    height: 0;
    transition: height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
}

@media (min-width: 1300px) {
    .header-nav-style-2 .header-nav-sub {
        padding: 0;
    }
}

.header-nav-style-2 .header-nav > ul li:not([class]):hover .header-nav-sub {
    border-bottom: 1px solid rgba(43, 27, 53, 0.1);
    transform: initial;
    transition: height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
    opacity: 1;
}

.header-nav-style-2 .header-nav > ul li:not([class]):hover .header-nav-sub .header-nav-sub-wrapper {
    opacity: 1;
    transition: 0s;
}

body.fixed-body {
    overflow: hidden;
}

body.product-card {
    /* Карточка товара с фоном-картинкой */
    /* Карточка товара с голубым фоном */
    /* Карточка товара с фоном из изменяющихся картинок */
}

body.product-card .header, body.product-card .header .header-top::before {
    background: #f1f6ff;
    transition: background 0.3s;
}

body.product-card .header:hover, body.product-card .header:hover .header-top::before,
body.product-card .header.fixed, body.product-card .header.fixed .header-top::before,
body.product-card .header-modal.current {
    background: #fff !important;
}

body.product-card .header.fixed {
    top: 0;
    z-index: 200;
}

body.product-card .open-nav {
    background-color: #fff;
}

body.product-card .open-nav, body.product-card .header-user-login, body.product-card .header-lang-select {
    border-color: #fff;
}

body.product-card .header-lang-select.current {
    background-color: white;
}

body.product-card .header:hover .open-nav, body.product-card .header:hover .header-user-login, body.product-card .header:hover .header-lang-select, body.product-card .header.fixed .open-nav, body.product-card .header.fixed .header-user-login, body.product-card .header.fixed .header-lang-select {
    border-color: #f1f6ff !important;
}

body.product-card-overlay.fixed {
    display: none;
}

body.product-card.transparent-head .header, body.product-card.transparent-head .header-top::before, body.product-card.transparent-head .open-nav {
    background-color: transparent;
}

@media (min-width: 1024px) {
    body.product-card.transparent-head .header-top::before {
        transition: none;
    }
}

body.product-card.transparent-head .header::after, body.product-card.transparent-head .header .header-top::after {
    background: #ffffff33;
    transition: all 0.3s;
}

body.product-card.transparent-head .header {
    border-bottom-color: #ffffff33;
    transition: all 0.3s;
}

body.product-card.transparent-head .open-nav, body.product-card.transparent-head .header-user-login, body.product-card.transparent-head .header-lang-select {
    border-color: #ffffff33;
    transition: all 0.3s;
}

body.product-card.transparent-head .header-lang-select-current, body.product-card.transparent-head .header-nav > ul li > a, body.product-card.transparent-head .header-nav > ul li > .link > a, body.product-card.transparent-head .header-phone-number, body.product-card.transparent-head .header-user-login-name span,
body.product-card.transparent-head .header-lang-global, body.product-card.transparent-head .header-user-login-name span a {
    color: white;
    transition: all 0.3s;
}

body.product-card.transparent-head .header-lang-select.current .header-lang-select-current {
    color: #1248b2;
}

body.product-card.transparent-head .header-user-login.current .header-user-login-name span,
body.product-card.transparent-head .header-user-login.current .header-user-login-name span a,
body.product-card.transparent-head .header-user-login:hover .header-user-login-name span,
body.product-card.transparent-head .header-user-login:hover .header-user-login-name span a {
    color: #1248b2;
    opacity: 0.5;
}

body.product-card.transparent-head .logo img {
    -webkit-filter: invert(100%) sepia(100%) saturate(0) hue-rotate(16deg) brightness(108%) contrast(101%);
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(16deg) brightness(108%) contrast(101%);
}

body.product-card.transparent-head .open-nav::after, body.product-card.transparent-head .open-nav::before {
    background: white;
    transition: all 0.3s;
}
body.product-card.transparent-head .header .open-nav span {
     -webkit-filter: invert(100%) sepia(100%) saturate(0) hue-rotate(16deg) brightness(108%) contrast(101%);
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(16deg) brightness(108%) contrast(101%);
}
body.product-card.transparent-head .header:hover .open-nav span {
     -webkit-filter: none;
     filter: none;
}

body.product-card.transparent-head .header-user-cart {
    transition: all 0.3s;
    background: transparent;
    border-color: #ffffff33;
    box-shadow: unset;
}

body.product-card.transparent-head .header-user-cart path {
    fill: white;
}

body.product-card.transparent-head .header-phone-callback {
    background-image: url(../images/new_menu/icon-phone-white.svg);
    color: white;
    transition: all 0.3s;
}

body.product-card.transparent-head .header-user-login {
    background-image: url("../images/new_menu/icon-login-white.svg");
}

body.product-card.transparent-head .header-user-login-arrow, body.product-card.transparent-head .header-lang-select-current::after {
    background-image: url(../images/new_menu/icon-arrow-select-white.svg);
    transition: all 0.3s;
}

body.product-card.transparent-head .header-lang-global {
    background-image: url("../images/new_menu/icon-global-white.svg");
    transition: all 0.3s;
}

body.product-card.transparent-head .header:hover, body.product-card.transparent-head .header.fixed {
    border-bottom-color: #EAE8EB;
}

body.product-card.transparent-head .header:hover::after,
body.product-card.transparent-head .header:hover .header-top::after,
body.product-card.transparent-head .header.fixed::after,
body.product-card.transparent-head .header.fixed .header-top::after {
    background: #EAE8EB;
}

body.product-card.transparent-head .header:hover .header-lang-global, body.product-card.transparent-head .header:hover .header-lang-select-current, body.product-card.transparent-head .header:hover .header-nav > ul li > a, body.product-card.transparent-head .header:hover .header-nav > ul li > .link > a, body.product-card.transparent-head .header:hover .header-user-login-name span,
body.product-card.transparent-head .header:hover .header-user-login-name span a, body.product-card.transparent-head .header.fixed .header-lang-global, body.product-card.transparent-head .header.fixed .header-lang-select-current, body.product-card.transparent-head .header.fixed .header-nav > ul li > a,  body.product-card.transparent-head .header.fixed .header-nav > ul li > .link > a, body.product-card.transparent-head .header.fixed .header-user-login-name span,
body.product-card.transparent-head .header.fixed .header-user-login-name span a {
    color: #1248b2;
}

@media (min-width: 1024px) {
    body.product-card.transparent-head .header:hover .header-top::before, body.product-card.transparent-head .header.fixed .header-top::before {
        transition: background 0s ease 0.3s;
    }
}

body.product-card.transparent-head .header:hover .header-phone-number, body.product-card.transparent-head .header.fixed .header-phone-number {
    color: #2b1b35;
}

body.product-card.transparent-head .header:hover .logo img, body.product-card.transparent-head .header.fixed .logo img {
    filter: unset;
    -webkit-filter: unset;
}

body.product-card.transparent-head .header:hover .open-nav::after, body.product-card.transparent-head .header:hover .open-nav::before, body.product-card.transparent-head .header.fixed .open-nav::after, body.product-card.transparent-head .header.fixed .open-nav::before {
    background: #1248b2;
}

body.product-card.transparent-head .header:hover .header-user-cart, body.product-card.transparent-head .header.fixed .header-user-cart {
    background: linear-gradient(180deg, #2960CC 0%, rgba(18, 72, 178, 0) 100%), #1248b2;
    border-color: transparent;
    box-shadow: 0 5px 10px rgba(0, 56, 166, 0.4);
}

body.product-card.transparent-head .header:hover .header-user-cart:hover, body.product-card.transparent-head .header.fixed .header-user-cart:hover {
    background: #073FAB;
}

body.product-card.transparent-head .header:hover .header-user-login, body.product-card.transparent-head .header.fixed .header-user-login {
    background-image: url("../images/new_menu/icon-login.svg");
}

body.product-card.transparent-head .header:hover .header-phone-callback, body.product-card.transparent-head .header.fixed .header-phone-callback {
    background-image: url(../images/new_menu/icon-phone.svg);
    color: #1248b2;
}

body.product-card.transparent-head .header:hover .header-user-login-arrow, body.product-card.transparent-head .header:hover .header-lang-select-current::after, body.product-card.transparent-head .header.fixed .header-user-login-arrow, body.product-card.transparent-head .header.fixed .header-lang-select-current::after {
    background: url(../images/new_menu/icon-arrow-select.svg) no-repeat;
}

body.product-card.transparent-head .header:hover .header-lang-global, body.product-card.transparent-head .header.fixed .header-lang-global {
    background-image: url("../images/new_menu/icon-global.svg");
    transition: all 0.3s;
}

body.product-card.product-cover .banner-content {
    height: 718px;
}

@media (max-width: 1399px) {
    body.product-card.product-cover .banner-content {
        height: 650px;
    }
}

@media (min-width: 1020px) and (max-width: 1023px) {
    body.product-card.product-cover .banner-content {
        height: 722px;
    }
}

@media (max-width: 1019px) {
    body.product-card.product-cover .banner-content {
        height: auto;
        min-height: 491px;
    }
}

body.product-card.product-cover .main-banner {
    min-height: 718px;
}

@media (max-width: 1399px) {
    body.product-card.product-cover .main-banner {
        min-height: 650px;
    }
}

@media (min-width: 1020px) and (max-width: 1023px) {
    body.product-card.product-cover .main-banner {
        height: 722px;
    }
}

@media (max-width: 1019px) {
    body.product-card.product-cover .main-banner {
        min-height: auto;
    }
}

body.product-card.product-cover .banner-content .about-content {
    height: 567px;
}

@media (max-width: 1399px) {
    body.product-card.product-cover .banner-content .about-content {
        height: 499px;
    }
}

@media (min-width: 1020px) and (max-width: 1023px) {
    body.product-card.product-cover .banner-content .about-content {
        height: 567px;
    }
}

@media (max-width: 559px) {
    body.product-card.product-cover .banner-content .about-content {
        height: auto;
    }
}

body.product-card.product-cover .banner-content .about-content .centered-content {
    max-width: 70%;
}

@media (max-width: 559px) {
    body.product-card.product-cover .banner-content .about-content .centered-content {
        max-width: 100%;
    }
}

@media (max-width: 1399px) {
    body.product-card.product-cover .item-banner {
        min-height: 812px;
    }
}

@media (max-width: 1019px) {
    body.product-card.product-cover .item-banner {
        min-height: 629px;
    }
}

@media (max-width: 559px) {
    body.product-card.product-cover .item-banner {
        min-height: 581px;
    }
}

body.product-card.product-cover .item-banner.banner-template:after {
    bottom: 118px;
}

@media (max-width: 1019px) {
    body.product-card.product-cover .item-banner.banner-template {
        background-position: 70% 0;
    }
}

@media (max-width: 559px) {
    body.product-card.product-cover .item-banner.banner-template {
        background-position: calc(100% - 25%) -118px !important;
    }
}

body.product-card.product-usual, body.product-card.product-banner {
    /* Benefits есть на странице  */
    /* Benefits нет на странице  */
}

body.product-card.product-usual #page-wrapper .main-banner, body.product-card.product-banner #page-wrapper .main-banner {
    min-height: 772px;
}

@media (max-width: 1399px) {
    body.product-card.product-usual #page-wrapper .main-banner, body.product-card.product-banner #page-wrapper .main-banner {
        min-height: 684px;
    }
}

@media (max-width: 1259px) {
    body.product-card.product-usual #page-wrapper .main-banner, body.product-card.product-banner #page-wrapper .main-banner {
        min-height: 596px;
    }
}

@media (max-width: 1019px) {
    body.product-card.product-usual #page-wrapper .main-banner, body.product-card.product-banner #page-wrapper .main-banner {
        min-height: 485px;
    }
}

body.product-card.product-usual #page-wrapper .item-banner, body.product-card.product-banner #page-wrapper .item-banner {
    min-height: 937px;
}

@media (max-width: 1399px) {
    body.product-card.product-usual #page-wrapper .item-banner, body.product-card.product-banner #page-wrapper .item-banner {
        min-height: 847px;
    }
}

@media (max-width: 1259px) {
    body.product-card.product-usual #page-wrapper .item-banner, body.product-card.product-banner #page-wrapper .item-banner {
        min-height: 757px;
    }
}

@media (min-width: 1020px) and (max-width: 1023px) {
    body.product-card.product-usual #page-wrapper .item-banner, body.product-card.product-banner #page-wrapper .item-banner {
        min-height: 686px;
    }
}

@media (max-width: 1019px) {
    body.product-card.product-usual #page-wrapper .item-banner, body.product-card.product-banner #page-wrapper .item-banner {
        min-height: 578px;
    }
}

@media (max-width: 759px) {
    body.product-card.product-usual #page-wrapper .item-banner, body.product-card.product-banner #page-wrapper .item-banner {
        min-height: 434px;
    }
}

body.product-card.product-usual #page-wrapper.no-benefits .item-banner, body.product-card.product-usual #page-wrapper.no-benefits .main-banner, body.product-card.product-banner #page-wrapper.no-benefits .item-banner, body.product-card.product-banner #page-wrapper.no-benefits .main-banner {
    min-height: 680px;
}

@media (max-width: 1399px) {
    body.product-card.product-usual #page-wrapper.no-benefits .item-banner, body.product-card.product-usual #page-wrapper.no-benefits .main-banner, body.product-card.product-banner #page-wrapper.no-benefits .item-banner, body.product-card.product-banner #page-wrapper.no-benefits .main-banner {
        min-height: 588px;
    }
}

@media (max-width: 1259px) {
    body.product-card.product-usual #page-wrapper.no-benefits .item-banner, body.product-card.product-usual #page-wrapper.no-benefits .main-banner, body.product-card.product-banner #page-wrapper.no-benefits .item-banner, body.product-card.product-banner #page-wrapper.no-benefits .main-banner {
        min-height: 488px;
    }
}

@media (max-width: 1019px) {
    body.product-card.product-usual #page-wrapper.no-benefits .item-banner, body.product-card.product-usual #page-wrapper.no-benefits .main-banner, body.product-card.product-banner #page-wrapper.no-benefits .item-banner, body.product-card.product-banner #page-wrapper.no-benefits .main-banner {
        min-height: 485px;
    }
}

@media (max-width: 559px) {
    body.product-card.product-banner .main-banner {
        background-color: #221a29;
    }
}

@media (max-width: 559px) {
    body.product-card.product-banner .item-banner.banner-template:after {
        bottom: 0;
    }
}

@media (max-width: 759px) {
    body.product-card.product-banner .item-banner.banner-template {
        background-position: initial;
    }
}

@media (max-width: 559px) {
    body.product-card.product-banner .item-banner.banner-template {
        min-height: 536px !important;
    }
}

body.product-card.product-banner #page-wrapper.no-benefits .item-banner {
    min-height: 842px;
}

@media (max-width: 1399px) {
    body.product-card.product-banner #page-wrapper.no-benefits .item-banner {
        min-height: 750px;
    }
}

@media (max-width: 1259px) {
    body.product-card.product-banner #page-wrapper.no-benefits .item-banner {
        min-height: 650px;
    }
}

@media (max-width: 1023px) {
    body.product-card.product-banner #page-wrapper.no-benefits .item-banner {
        min-height: 578px;
    }

    .header-nav ul li .overflow {
        display: none;
    }

    .hide-mobile {
        display: none;
    }
}

.header-nav > ul > li div * {
    white-space: normal;
}

.header-nav > ul > li > a > span::after,
.header-nav > ul > li > .link > span:after {
    background: #1248b2;
    bottom: 0px;
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 0;
    z-index: 102;
}

.header-nav > ul > li > a > span,
.header-nav > ul > li > .link > span {
    align-items: center;
    display: flex;
    height: 72px;
    position: relative;
}

.header-nav > ul > li > a,
.header-nav > ul > li > .link {
    padding: 0;
    width: 100%;
    justify-content: center;
}

.header-nav > ul > li {
    display: flex;
    justify-content: flex-start;
    flex: 1 auto;
    padding: 0;
    white-space: nowrap;
}

.header-nav > ul > li > a::after {
    display: none;
    left: auto;
}

.header-nav > ul > li:not(.sub-ul):hover > a span::after {
    width: 100%;
}

.header-nav > ul li.sub-ul ul {
    top: 100%;
}

@media (min-width: 1100px) {
    .header-nav > ul > li:not(.sub-ul):hover > a span::after {
        width: 100%;
    }
}
/*# sourceMappingURL=new_header.css.map */

/* Tooltip phone */
.header-phone-tooltip-wrapper .header-phone-number {
  margin-right: 8px;
}

.header-phone-tooltip-description p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.header-phone-tooltip-description hr {
  background: #fff;
  border: none;
  margin: 8px 0;
  opacity: .2;
}

.header-phone-tooltip-description::before {
  background: #2B1B35;
  content: '';
  left: calc(50% - 10px);
  height: 20px;
  position: absolute;
  transform: rotate(45deg);
  top: -10px;
  width: 20px;
}

.header-phone-tooltip-description {
  background: #2B1B35;
  color: #fff;
  font-size: 14px;
  left: 50%;
  line-height: 18px;
  min-width: 218px;
  padding: 16px;
  position: absolute;
  opacity: 0;
  top: 26px;
  transform: translateX(-50%);
  transition: all .25s ease;
  visibility: hidden;
  z-index: 200;
}

.header-phone-tooltip:hover .header-phone-tooltip-description {
  opacity: 1;
  top: 36px;
  visibility: visible;
}

.header-phone-tooltip {
  background: url("../images/icon-tooltip.svg") no-repeat center;
  height: 24px;
  margin-right: 32px;
  position: relative;
  width: 17px;
}

@media (max-width: 1024px) {
  .header-phone-tooltip {
    margin-right: 24px;
  }
}

.header-phone-note {
  padding: 8px 0 17px;
}

.header-phone-note p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
