.header {
    position: relative;
    top: 0;
    color: #ffffff;
    text-align: center;
    z-index: 1000;
    border-radius: 24px 24px 0 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    background-color: #000000;
    width: 100%;
    max-width: 1460px;
    margin: auto;
}

.header--clone {
    transition: transform .15s ease-in-out;
    position: fixed;
    transform: translate(-50%, -100px);
    top: 8px;
    left: 50%;
    padding: 16px 0;
    max-width: 1300px;
    border-radius: 24px;
    background: transparent;
    width: calc(100% - 26px);


}

.header--clone.is--scrolled {
    transform: translate(-50%, 0);
}

.header--clone:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 10;
    transition: background .3s ease-in-out;
    border-radius: 0 0 16px 16px;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0px 2px 2px -2px rgba(35, 43, 58, 0.06), 0px 8px 6px -4px rgba(35, 43, 58, 0.03);
    backdrop-filter: blur(15px);
    border-radius: var(--radius-medium, 16px);
    background: linear-gradient(180deg, var(--base-neutral-0, rgba(255, 255, 255, 0.80)) 0%, var(--base-neutral-50, rgba(248, 249, 251, 0.80)) 100%);
    box-shadow: 0px 2px 2px -2px rgba(35, 43, 58, 0.06), 0px 8px 6px -4px rgba(35, 43, 58, 0.03);
    backdrop-filter: blur(15px);
    opacity: 1;
    /* background: red; */
}

.header--clone > * {
    z-index: 10;
}

.header .container-fluid {
    position: relative;
    z-index: 200;
    padding: 0 16px;
}

.header .logo .logo__image {
    display: none !important;
    width: 100%;
    height: 100%;
}

.header .logo .logo__image--mobile {
    display: block !important;
}

@media screen and (min-width: 1025px) {
    .header .logo .logo__image--mobile, .header .logo .logo__image--black {
        display: none !important;
    }

    .header--clone .logo .logo__image {
        display: none !important;
    }

    .header .logo .logo__image--white, .header--clone .logo .logo__image--black {
        display: block !important;
    }
}

.header--clone .menu-item a, .header--clone .menu-item span {
    color: var(--color-text);
}

.header--clone .menu-item a:hover {
    color: var(--color-blue);
}

.header--clone .menu-item .polylang__link:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1.91379 3.71193L4.64386 6.89787C4.68787 6.94919 4.74246 6.99039 4.80388 7.01864C4.86531 7.04689 4.93212 7.06151 4.99972 7.06151C5.06733 7.06151 5.13414 7.04689 5.19556 7.01864C5.25699 6.99039 5.31158 6.94919 5.35558 6.89787L8.08566 3.71193C8.34621 3.40783 8.13019 2.9381 7.7298 2.9381H2.26886C1.86847 2.9381 1.65246 3.40783 1.91379 3.71193Z' fill='%23091733'/%3E%3C/svg%3E");
}

.menu-item {
    position: relative;
}

.menu-item-has-children {
    cursor: pointer;
}

.header--clone .btn--outline {
    color: var(--color-text);
}

.header--clone .auth_button svg path {
    fill: var(--color-text);
}

.menu-item a, .menu-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-button-base, 24px);
    cursor: pointer;
}

.header .menu-item a, .header .menu-item span {
    padding: 8px 16px;
}

.header .menu-item .polylang__link {
    padding: 8px 16px;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 4px;
}

.menu-item a:hover {
    color: var(--color-blue);
    text-decoration: none;
}

nav ul li.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: auto;
    top: 0;
}

nav ul li.logo a img {
    height: 40px;
    cursor: auto;
}

nav {
    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;
}

.mobile-menu {
    display: none;
}

nav .a {
    text-decoration: none;
}

.menu-item .sub-menu li {
    width: 100%;
}

.menu-item .sub-menu a, .menu-item .sub-menu span {
    border-radius: 4px;
    padding: 12px 16px;
    line-height: 1;
}
.langswitcher__item a{
    text-transform: uppercase;
}
.menu-item .sub-menu a:hover {
    background: #F2F9FE;
    color: var(--color-text);
}

.footer .menu-item .sub-menu span:hover {
    color: var(--color-text);
}

.burger {
    background-color: transparent;
    outline-style: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
}

.header--clone .burger svg path {
    fill: #000000;
}

.close {
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url("../img/close-icon.svg");
    background-size: contain;
    height: 24px;
    width: 24px;
}

.close-container {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    width: 100%;
}

@media (min-width: 1173px) {
    .close-container {
        display: none;
    }
}


.langswitcher__item a {
    color: var(--color-text);
}

.langswitcher__link {
    text-transform: uppercase;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: var(--color-text);
}

.menu-item .langswitcher .langswitcher--current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: -45px;
    background: #F2F9FE;
}

.langswitcher--current a {
    pointer-events: none;
}

.langswitcher.is--active .langswitcher__item:not(.langswitcher--current) {
    display: block;
}

.langswitcher--current:after {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.64223 4.07717C1.8619 3.8575 2.21806 3.8575 2.43773 4.07717L5.69773 7.33717C5.86306 7.5025 6.1369 7.5025 6.30223 7.33717L9.56223 4.07717C9.7819 3.8575 10.1381 3.8575 10.3577 4.07717C10.5774 4.29684 10.5774 4.65299 10.3577 4.87266L7.09773 8.13266C6.49306 8.73733 5.5069 8.73733 4.90223 8.13266L1.64223 4.87266C1.42256 4.65299 1.42256 4.29684 1.64223 4.07717Z' fill='%2319181A'/%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
}


nav ul {
    display: none;
}

ul > .menu-item-has-children > a::after, ul > .menu-item-has-children > span::after {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1.91379 3.71193L4.64386 6.89787C4.68787 6.94919 4.74246 6.99039 4.80388 7.01864C4.86531 7.04689 4.93212 7.06151 4.99972 7.06151C5.06733 7.06151 5.13414 7.04689 5.19556 7.01864C5.25699 6.99039 5.31158 6.94919 5.35558 6.89787L8.08566 3.71193C8.34621 3.40783 8.13019 2.9381 7.7298 2.9381H2.26886C1.86847 2.9381 1.65246 3.40783 1.91379 3.71193Z' fill='white'/%3E%3C/svg%3E");
    content: "";
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-left: 4px;
    transform: rotate(0);
}

ul .js-menu-active::after, ul > .menu-item-has-children > .js-menu-active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul .js-menu-active, ul .current-menu-item > .js-menu-active, ul .current-menu-item > .js-menu-active::after {
    color: var(--color-text);
}
.header.header--inner{
    display: none;
}
.header--clone.header--inner{
    display: flex;
    opacity: 1;
    transform: translate(-50%, 0)!important;
}
.header--clone.header--inner > * {
    z-index: 10;
    position: relative;
}
@media screen and (min-width: 1260px) {
    ul .js-menu-open, ul .menu-item-has-children .sub-menu.js-menu-open {
        visibility: visible !important;
        opacity: 1 !important;
        top: 60px;
    }

    footer ul .js-menu-open, footer ul .menu-item-has-children .sub-menu.js-menu-open {
        top: auto;
    }
}

.menu-item .polylang__link {
    text-transform: uppercase;
    color: #ffffff;
    pointer-events: none;
    cursor: pointer;
}

.nav__buttons .polylang__link {
    color: #111111;
    padding: 8px 16px;
}

.header ul {
    list-style: none;
}

@media (min-width: 1025px) {
    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;

        transition: all .3s ease-in-out;
    }

    nav ul > div > ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
    }

    nav ul > div > ul li {
        position: relative;
    }

    nav ul a:hover {
        transition: all .3s;
        transition-timing-function: cubic-bezier(0.1, 0.5, 0.8, 0.5);
    }

    nav ul .current-menu-item > a, nav ul .current-menu-parent > a {
        color: var(--color-blue);
    }

    nav ul .current-menu-item > a::after {
        color: white;
    }

    nav ul > div > ul > li > a::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        max-width: 0;
        z-index: 5;
        background-color: white;
        -webkit-transition: max-width .3s;
        -o-transition: max-width .3s;
        transition: max-width .3s;
    }

    nav ul a:hover::before {
        max-width: 999px;
        -webkit-transition: max-width .9s;
        -o-transition: max-width .9s;
        transition: max-width .9s;
    }

    ul .sub-menu {
        overflow: hidden;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: auto;
        background-color: #ffffff;
        -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
        transform: translateY(-16px);
        -webkit-transition: visibility 1s, opacity .3s, -webkit-transform .3s;
        transition: visibility 1s, opacity .3s, -webkit-transform .3s;
        -o-transition: visibility 1s, transform .3s, opacity .3s;
        transition: visibility 1s, transform .3s, opacity .3s;
        transition: visibility 1s, opacity .3s, -webkit-transform .3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 8px;
        border: 1px solid #EEEEF0;
        background: #FFF;
        -webkit-box-shadow: 0px 10px 24px -12px rgba(70, 70, 82, 0.20);
        box-shadow: 0px 10px 24px -12px rgba(70, 70, 82, 0.20);
        padding: 8px 6px;
        text-align: left;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        white-space: nowrap;

    }

    ul .menu-item-has-children .sub-menu {


    }

    ul .menu-item-has-children:nth-last-of-type(2) .sub-menu {
        right: 0;
    }

    .header-buttons.is--active {
        display: flex;
    }

    .header .container-fluid {
        padding: 0 16px;
    }
}

.product-switch {
    display: inline-flex;
    padding: 4px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    border: 1px solid #EEEEF0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 24px -12px rgba(70, 70, 82, 0.20);
    position: absolute;
    left: -21px;
    top: -17px;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease-in-out;
    z-index: 10;
    z-index: 100;
}

.logo {
    position: relative;
    display: block;
}

.logo:hover .product-switch {
    opacity: 1;
    visibility: visible;
}

.product-switch__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.product-switch__link:hover {
    background-color: #F4F4F7;
}

.product-switch__link {
    padding: 12px 16px;
    transition: .3s background-color ease-in-out;
    width: 100%;
}

.logo__arrow {
    position: absolute;
    left: 178px;
    top: 50%;
    transform: translateY(-50%);
}

.header-buttons .auth_button:hover {
    background: transparent;
    color: var(--color-blue);
}

.header-buttons .auth_button:hover path {
    fill: var(--color-blue);
}

.header-buttons .polylang__link:hover, .header-buttons .polylang__link.js-menu-active, .header--clone .menu-item .polylang__link.js-menu-active {
    background: transparent;
    color: #2196f3;
}

.header--clone .menu-item .polylang__link.js-menu-active:after, .header-buttons .polylang__link.js-menu-active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1.91379 3.71193L4.64386 6.89787C4.68787 6.94919 4.74246 6.99039 4.80388 7.01864C4.86531 7.04689 4.93212 7.06151 4.99972 7.06151C5.06733 7.06151 5.13414 7.04689 5.19556 7.01864C5.25699 6.99039 5.31158 6.94919 5.35558 6.89787L8.08566 3.71193C8.34621 3.40783 8.13019 2.9381 7.7298 2.9381H2.26886C1.86847 2.9381 1.65246 3.40783 1.91379 3.71193Z' fill='%232196f3'/%3E%3C/svg%3E");
}

@media (max-width: 1259px) {
    .header {
        padding: 16px 0;
    }
}

.header-buttons {
    width: max-content;
    margin-left: auto;
    justify-content: start;
    transition: max-width .3s ease-in-out;
    position: absolute;
    display: flex;
    gap: 2px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1172px) {
    .header-buttons {
        position: relative;
        right: auto;
        transform: unset;
        gap: 8px;
        top: auto;
        margin-left: auto;
        min-width: max-content;
    }

    .header {
        height: 76px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .nav-b {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        padding-bottom: 25px;
    }

    .nav-b .button8 {
        min-width: 130px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 60px;
    }

    nav {
        display: none;
    }

    .mobile-menu {
        -webkit-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
        transform: translateX(-200vw);
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        right: 0;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1000;
        background-color: #ffffff;
        right: 0;
    }

    nav.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .nav__container {
        max-width: 680px;
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    nav .nav-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;

        display: flex;
        align-items: baseline;
        justify-content: flex-start;
        padding: 16px;
        margin: auto;
        text-align: center;
    }

    .mobile-menu__close {
        display: block;
        width: 40px;
        height: 40px;
        border: none;
        background: none;
    }

    nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        display: flex;
    }

    nav ul .js-menu-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        transform: translateX(0);
        transition: .3s ease-in-out all;
    }

    nav ul .menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
        width: 100%;

        text-align: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
    }

    .nav__buttons ul > .menu-item-has-children.js-menu-active:after {
        transform: rotate(180deg);
    }

    #menu-header-1 a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    nav ul .menu-item a, nav ul .menu-item span {
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        color: #000000;
    }

    nav ul > .menu-item-has-children > a::after {
        display: none;
        right: 0;
        top: 5px;
    }

    nav ul a {
        color: #ffffff;
        font-size: 24px;
        font-weight: 300;
        opacity: 1;
        margin-left: auto;
        margin-right: auto;
    }

    #mobile-nav-bg {
        z-index: 999;
        background: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
    }

    #mobile-nav-bg.active {
        visibility: visible;
        opacity: 1;
    }

    .sub-menu {
        gap: 8px;
        position: fixed;
        background: #ffffff;
        top: 64px;
        left: 0;
        right: 0;
        bottom: 140px;
        margin: 0;
        align-items: baseline;
        justify-content: flex-start;
        z-index: 10;
        transform: translateX(300vw);
        transition: 0.6s ease-in-out all;
        padding: 16px;
        flex-direction: column;
        gap: 20px;
    }

    .mobile-arrow-back {
        display: none;
    }

    .mobile-menu .mobile-arrow-back {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10.1003 6.46032C10.3932 6.16743 10.3932 5.69256 10.1003 5.39966C9.80744 5.10677 9.33256 5.10677 9.03967 5.39966L2.96967 11.4697C2.82902 11.6103 2.75 11.8011 2.75 12C2.75 12.1989 2.82902 12.3897 2.96967 12.5303L9.03967 18.6003C9.33256 18.8932 9.80744 18.8932 10.1003 18.6003C10.3932 18.3074 10.3932 17.8326 10.1003 17.5397L5.31067 12.75H20.5C20.9142 12.75 21.25 12.4142 21.25 12C21.25 11.5858 20.9142 11.25 20.5 11.25H5.31065L10.1003 6.46032Z' fill='%2319181A'/%3E%3C/svg%3E");
        background-size: 24px auto;
        background-repeat: no-repeat;
        padding-left: 40px;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        color: #7C797F;
        display: flex;
        background-position: 0 6px;
        height: 40px;
        align-items: center;
    }

    .sub-menu li {
        margin: 0;
        height: auto;
    }

    .menu-item .sub-menu a {
        font-size: 15px;
        height: auto;
        padding: 0;
    }

    .footer__menu li .sub-menu li a, .footer__menu li .sub-menu li span {
        margin: 12px 0;
    }

    .header {
        width: 100%;
    }

    .header--clone {
        width: calc(100% - 16px);
        height: 60px;
    }

    nav {
        width: 100vw;
        left: -40px;
    }

    .social__item--header {
        margin: 0 0 10px 0;
    }

    .nav-b {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }

    .mobile-menu__header {
        height: 64px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        width: 100%;
        align-items: center;
        padding: 0 16px;
    }

    ul > .menu-item-has-children:after {
        position: absolute;
        right: -15px;
        display: block;
        top: -12px;
        content: "";
        background: none;
        color: var(--yellow);
        padding: 20px;
        line-height: 0;
        text-align: center;

        background-position: center;
        background-repeat: no-repeat;
        transform: rotate(-90deg);
    }

    .nav__buttons {
        display: flex;
        justify-content: center;
        column-gap: 12px;
        padding: 0 16px;
        position: relative;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 8px;
        height: auto;
        align-items: center;
    }

    .nav__buttons span, .nav__buttons a {
        width: 100%;
    }

    .nav__buttons ul > .menu-item-has-children:after {
        right: -14px;
        top: 0px;
        transform: rotate(0);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.14223 4.07717C2.3619 3.8575 2.71806 3.8575 2.93773 4.07717L6.19773 7.33717C6.36306 7.5025 6.6369 7.5025 6.80223 7.33717L10.0622 4.07717C10.2819 3.8575 10.6381 3.8575 10.8577 4.07717C11.0774 4.29684 11.0774 4.65299 10.8577 4.87266L7.59773 8.13266C6.99306 8.73733 6.0069 8.73733 5.40223 8.13266L2.14223 4.87266C1.92256 4.65299 1.92256 4.29684 2.14223 4.07717Z' fill='%237C797F'/%3E%3C/svg%3E");
    }

    .langswitcher.sub-menu {
        transform: unset;
        opacity: 0;
        visibility: hidden;
        left: -48px;
        bottom: 40px;
        transition: .3s all ease-in-out;
        right: auto;
        height: auto;
        top: auto;
        padding: 0;
        position: absolute;
        padding: 8px;
        z-index: 100;
        flex-direction: column;
        gap: 0;
        width: 108px;
        border-radius: 8px;
        border: 1px solid var(--Border-border-primary, #EEEEF0);
        background: var(--Background-background-primary-default, #FFF);
        box-shadow: 0px 10px 24px -12px rgba(70, 70, 82, 0.20);
        font-weight: 500;
        width: 170px;
        overflow: hidden;
    }

    .langswitcher--current:after, .langswitcher .mobile-arrow-back {
        display: none !important;
    }

    .mobile-menu ul > .menu-item-has-children > span::after {
        display: none;
    }

    .langswitcher__item {
        display: block;
    }

    .menu-item .langswitcher li {
        position: relative;
        line-height: 1;
        top: auto;
        display: block;
        margin: auto;
        border-radius: 10px;
    }

    .langswitcher__item.langswitcher--current a {
        font-weight: bold;
    }

    .menu-item .langswitcher a {
        line-height: 1;
        display: block;
        overflow: visible;
        padding: 12px 16px;
        text-transform: capitalize;
        text-align: left;
    }

    .logo__arrow {
        left: 50px;
    }

    .product-switch {
        top: -12px;
        left: -16px;
    }
}

.header-buttons .is--authorized {
    display: none;
}

.logo + .is-authorized {
    display: block;
}

header .is--authorized {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99993 1.04169C7.60384 1.04169 5.67493 2.98076 5.67493 5.36669C5.67493 7.70283 7.51626 9.60498 9.83727 9.683C9.94174 9.68651 10.05 9.68651 10.1543 9.683C12.4757 9.60497 14.3152 7.70165 14.3249 5.36799C14.3249 2.98114 12.3868 1.04169 9.99993 1.04169ZM6.92493 5.36669C6.92493 3.66928 8.29603 2.29169 9.99993 2.29169C11.696 2.29169 13.0742 3.66951 13.0749 5.36542C13.0674 7.01925 11.7757 8.35917 10.1474 8.43233C10.0489 8.42518 9.94451 8.42552 9.84567 8.4324C8.21583 8.36001 6.92493 7.01921 6.92493 5.36669Z' fill='%2319181A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6554 11.6136C13.3891 10.7679 11.7505 10.3646 10.1437 10.3646C8.53665 10.3646 6.89377 10.7687 5.62007 11.6132C4.48229 12.3749 3.8291 13.4396 3.8291 14.5823C3.8291 15.7253 4.48136 16.7874 5.61979 17.545C6.88986 18.3945 8.53018 18.8 10.1374 18.8C11.745 18.8 13.3856 18.3943 14.6558 17.5445C15.7936 16.7828 16.4458 15.7188 16.4458 14.5761C16.4458 13.4332 15.7936 12.3712 14.6554 11.6136ZM5.0791 14.5823C5.0791 13.9524 5.43509 13.2417 6.31313 12.6535C7.33932 11.9735 8.72625 11.6146 10.1437 11.6146C11.5619 11.6146 12.9441 11.9738 13.9611 12.6531L13.9621 12.6537C14.8399 13.2377 15.1958 13.9463 15.1958 14.5761C15.1958 15.2062 14.8395 15.9173 13.9606 16.5057C12.9391 17.1891 11.5548 17.55 10.1374 17.55C8.72 17.55 7.33565 17.189 6.31416 16.5056L6.31279 16.5047C5.43494 15.9206 5.0791 15.2121 5.0791 14.5823Z' fill='%2319181A'/%3E%3C/svg%3E%0A");
    background-position: 16px 50%;
    background-repeat: no-repeat;
    padding-left: 40px;
    opacity: 1;
}

header .is--authorized:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99993 1.04169C7.60384 1.04169 5.67493 2.98076 5.67493 5.36669C5.67493 7.70283 7.51626 9.60498 9.83727 9.683C9.94174 9.68651 10.05 9.68651 10.1543 9.683C12.4757 9.60497 14.3152 7.70165 14.3249 5.36799C14.3249 2.98114 12.3868 1.04169 9.99993 1.04169ZM6.92493 5.36669C6.92493 3.66928 8.29603 2.29169 9.99993 2.29169C11.696 2.29169 13.0742 3.66951 13.0749 5.36542C13.0674 7.01925 11.7757 8.35917 10.1474 8.43233C10.0489 8.42518 9.94451 8.42552 9.84567 8.4324C8.21583 8.36001 6.92493 7.01921 6.92493 5.36669Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6554 11.6136C13.3891 10.7679 11.7505 10.3646 10.1437 10.3646C8.53665 10.3646 6.89377 10.7687 5.62007 11.6132C4.48229 12.3749 3.8291 13.4396 3.8291 14.5823C3.8291 15.7253 4.48136 16.7874 5.61979 17.545C6.88986 18.3945 8.53018 18.8 10.1374 18.8C11.745 18.8 13.3856 18.3943 14.6558 17.5445C15.7936 16.7828 16.4458 15.7188 16.4458 14.5761C16.4458 13.4332 15.7936 12.3712 14.6554 11.6136ZM5.0791 14.5823C5.0791 13.9524 5.43509 13.2417 6.31313 12.6535C7.33932 11.9735 8.72625 11.6146 10.1437 11.6146C11.5619 11.6146 12.9441 11.9738 13.9611 12.6531L13.9621 12.6537C14.8399 13.2377 15.1958 13.9463 15.1958 14.5761C15.1958 15.2062 14.8395 15.9173 13.9606 16.5057C12.9391 17.1891 11.5548 17.55 10.1374 17.55C8.72 17.55 7.33565 17.189 6.31416 16.5056L6.31279 16.5047C5.43494 15.9206 5.0791 15.2121 5.0791 14.5823Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.header-buttons__try_now, .header-buttons__login {
    opacity: 0;
}

.langswitcher.sub-menu.js-menu-open {
    opacity: 1;
    visibility: visible;
    border-radius: 12px;
    background: var(--bg-primary, #FFF);
    text-align: left;
    box-shadow: 0 12px 24px -8px rgba(9, 23, 51, 0.20), 0 2px 5px 0 rgba(9, 23, 51, 0.06), 0 1px 1px 0 rgba(9, 23, 51, 0.04);
    z-index: 11111111;
}

@media screen and (min-width: 1047px) {
    .logo + .is--authorized {
        display: none;
    }

    .is--authorized span {
        max-width: 160px;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 1172px) {
    .nav__buttons .auth_button.btn, .nav__buttons .auth_button.btn:hover, .nav__buttons .auth_button.btn:active {

        color: var(--color-text);
        background: transparent;
    }

    .nav__buttons .auth_button.btn path, .nav__buttons .auth_button.btn:hover svg path {
        fill: #091733;
    }

    .nav__buttons .language-switcher--desktop {
        width: max-content !important;
        margin: auto;
    }
}

@media screen and (min-width: 1173px) {
    ul .menu-item-has-children .sub-menu {
        left: 5px;
        top: 60px;
        width: 65px;
    }
}