.main-btn {
    color: var(--black-color);
    text-decoration: none;
    font-size: 16px;
    border-radius: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 8px 12px;
    font-weight: 400;

}

.main-btn span {
    display: block;
    z-index: 2;
    color: #000;
}

.main-btn:hover span {
    color: #000;
}

.main-btn::before {
    -webkit-animation: move-gradient-3colors 1s linear infinite;
    animation: move-gradient-3colors 1s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #c5fce7), color-stop(33.3%, #d6e7fd), color-stop(66.7%, #c5fce7), to(#d6e7fd));
    background: linear-gradient(90deg, #c5fce7 0, #d6e7fd 33.3%, #c5fce7 66.7%, #d6e7fd);
    content: "";
    height: 100%;
    left: -200%;
    position: absolute;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 300%;
    z-index: 0;
}

.main-btn:hover::before {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes move-gradient-3colors {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(66.7%);
        transform: translateX(66.7%);
    }
}

@keyframes move-gradient-3colors {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(66.7%);
        transform: translateX(66.7%);
    }
}

.header-new {
    font-family: "Inter", sans-serif;
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1001;
}

.header-new .header-new__top {
    transition: .35s ease;
}

.header-new.compact .header-new__top {
    border: 1px solid #53535330;
    border-radius: 30px;
    padding: 0 15px;
    margin-top: 10px;
    background: #ffffff30;
    backdrop-filter: blur(5px);
}

.header-new.header-new.compact .header-new__logo a span {
    margin-top: -15px;
    opacity: .7;
}

.header-new.compact .header-new__body {
    padding: 8px 0;
}

.header-new.compact .header-new__logo svg {
    height: 40px;
}

.header-new a {
    text-decoration: none;
    color: inherit;
}

.header-new button {
    border: none;
}

.header-new .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
}

.header-new__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 0 2px;
    height: 56px;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

.header-new__top .country-btn {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    color: #848484;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.header-new__top .country-btn:hover {
    text-decoration: underline;
}

.header-new__top .header-top__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-new__top .header-top__nav ul {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-new__top .header-top__nav ul li a {
    font-size: 18px;
    color: #848484;
}

.header-new__top .header-top__nav .lang-btn {
    font-size: 18px;
    font-weight: 500;
    color: #848484;
    background-color: #f1f2f5;
    border-radius: 15px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.header-new__body {
    padding: 20px 0;
    padding-top: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

body.customize-support .header-new {
    top: 20px;
    transition: .35s ease;
}

body.customize-support .header-new.compact {
    top: 0;
}

.header-new__body .main-btn {
    padding: 17px 30px;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.header-new__logo {
    margin-right: 30px;
    max-width: 180px;
}

.header-new__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    flex-direction: column;
}


.header-new__logo a span {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #47adcc;
    font-size: 14px;
    margin: 0;
    opacity: .7;
    transition: .35s ease;
    margin-top: -20px;
    font-weight: 500;
    text-align: right;
}

.header-new__logo a svg {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 275px;
    transition: .15s linear;
    height: 60px;
}

.header-new__nav {
    margin-right: auto;
    position: relative;
}

.header-new__nav::before {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 2px;
    opacity: 0.5;
    height: 100%;
    background-color: #afafaf;
}

@media (max-width: 1440px) {
    .header-new__nav::before {
        display: none;
    }
}

.header-new__nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.header-new__nav .sublist-btn {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    padding-right: 20px;
    position: relative;
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 5;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}


.header-new__nav .sublist-btn__wrapper {
    position: relative;
}

.header-new__nav .sublist-btn__wrapper::before {
    background-color: #f7f9fe;
    content: "";
    height: 78px;
    left: -7px;
    opacity: 0;
    position: absolute;
    top: -29px;
    pointer-events: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    width: 114px;
}

.header-new__nav .sublist-btn:hover {
    color: #0389cb;
}

.header-new__nav .sublist-btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
    width: 8px;
    height: 8px;
    border: 2px solid #000;
    opacity: 0.3;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: .15s linear;
}

.header-new__nav .sublist-btn.is-open::before {
    transform: rotate(-45deg);
    top: calc(50% - 2px);
}

.header-new__nav a {
    font-weight: 600;
}

.header-new__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.header-new__nav ul li a {
    color: #000;
    position: relative;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    font-size: 18px;
    font-weight: 500;
}

.header-new__nav ul li a:hover {
    color: #0389cb;
}

.header-new__phone {
    position: relative;
    padding-right: 10px;
    margin-right: 30px;
    margin-left: 30px;
}

.header-new__phone a {
    font-weight: 600;
    display: block;
    color: #252b36;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    font-size: 18px;
    white-space: nowrap;
}

.header-new__phone a:hover {
    color: #000;
}

.header-new__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-new__action .lang-btn {
    display: none;
}

.header-new__action .country-btn {
    display: none;
}

.header-new__action .cabinet-link {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 40px;
}

.header-new__action .lang-btn {
    width: 42px;
    height: 34px;
    background-color: #f0f2f5;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    border-radius: 4px;
    cursor: pointer;
}

.header-new__action .lang-btn:hover {
    background-color: #e5e5ea;
    border-radius: 3px;
    color: #000;
}

.header-new__sublist-menu {
    position: absolute;
    left: 0;
    top: 75px;
    background-color: #f7f9fe;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 90px;
    padding-top: 30px;
    padding-bottom: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

.header-new__sublist-menu.active {
    top: 88px;
    opacity: 1;
    visibility: visible;
}

.header-new__sublist-menu .col {
    max-width: 225px;
}

.header-new__sublist-menu .col:last-child p {
    border-bottom: none;
    margin-bottom: 0;
}

.header-new__sublist-menu .col p {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(37, 43, 54, 0.2);
    padding-bottom: 23px;
    margin-bottom: 23px;
}

.header-new__sublist-menu .col ul {
    gap: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.header-new__sublist-menu .col ul li a {
    color: rgba(37, 43, 54, 0.7);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

.header-new__sublist-menu .col ul li a:hover {
    color: #000;
}

.header-new__sublist-menu .col ul li a:hover span {
    color: #000;
}

.header-new__sublist-menu .col ul li a span {
    display: block;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    padding: 4px 0;
}

.lang-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    padding-bottom: 25px;
    position: absolute;
    top: 100%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    width: 314px;
    opacity: 0;
    visibility: hidden;
    top: 90%;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    right: 3%;
}

.lang-menu.active {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
}

.lang-menu p {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 29px;
    padding: 0 34.5px;
    text-align: center;
    max-width: 250px;
}

.lang-menu ul {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 34px;
}

.lang-menu ul li {
    display: block;
    margin-bottom: 20px;
}

.lang-menu ul li:last-child {
    margin-bottom: 0;
}

.lang-menu ul li:first-child a {
    position: relative;
    padding-bottom: 15px;
}

.lang-menu ul li:first-child a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.16);
}

.lang-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    padding: 0 23px;
    color: #000;
}

.lang-menu ul li a span {
    color: rgba(0, 0, 0, 0.4);
    margin-left: -10px;
}

.lang-menu ul li a img {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 8px;
}

a.integration-link {
    padding: 10px 15px;
    padding-right: 20px;
    display: block;
    border-radius: 19px;
    position: relative;
    background: transparent;
    overflow: hidden;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
}

a.integration-link svg {
    stroke: #252b36;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 18px;
    width: 20px;
    z-index: 10;
}

a.integration-link::before {
    -webkit-animation: move-gradient-3colors 1s linear infinite;
    animation: move-gradient-3colors 1s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #c5fce7), color-stop(33.3%, #d6e7fd), color-stop(66.7%, #c5fce7), to(#d6e7fd));
    background: linear-gradient(90deg, #c5fce7 0, #d6e7fd 33.3%, #c5fce7 66.7%, #d6e7fd);
    content: "";
    height: 100%;
    left: -200%;
    position: absolute;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 300%;
    z-index: 2;
}

a.integration-link.purple::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #b8f5fd), color-stop(33.3%, #bea6e4), color-stop(66.7%, #b8f5fd), to(#bea6e4));
    background: linear-gradient(90deg, #b8f5fd 0, #bea6e4 33.3%, #b8f5fd 66.7%, #bea6e4);
}

a.integration-link.orange::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fcdfc5), color-stop(33.3%, #c6c5fc), color-stop(66.7%, #fcdfc5), to(#c6c5fc));
    background: linear-gradient(90deg, #fcdfc5 0, #c6c5fc 33.3%, #fcdfc5 66.7%, #c6c5fc);
}

a.integration-link:hover::before {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

a.integration-link b {
    z-index: 5;
    position: relative;
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    max-width: 150px;
}

.mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    max-width: 500px;
    z-index: 10;
    border-radius: 0 0 29px 29px;
    padding: 0 42px 47px;
    padding: 20px 42px 45px;
    max-height: 100vh;
    overflow: auto;
    background-color: #fff;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

.mobile-menu .mobile-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 21px;
}

.mobile-menu .mobile-active a,
.mobile-menu .mobile-active button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 57px;
    border-radius: 26px;
    font-weight: 600;
}

.mobile-menu .mobile-active a.gray,
.mobile-menu .mobile-active button.gray {
    background: #f7f8fa;
}

.mobile-menu .mobile-active a.gray::before,
.mobile-menu .mobile-active button.gray::before {
    display: none;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
    right: 0;
    pointer-events: all;
}

.mobile-menu__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 78px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.mobile-menu .mobile-logo a {
    text-decoration: none;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.mobile-menu__close-btn {
    display: block;
    width: 43px;
    height: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    position: relative;
}

.mobile-menu__close-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: calc(100% - 8px);
    height: 3px;
    border-radius: 2px;
    background-color: #000;
}

.mobile-menu__close-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: calc(100% - 8px);
    height: 3px;
    border-radius: 2px;
    background-color: #000;
}

.mobile-menu__menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 38px;
    margin-bottom: 38px;
}

.mobile-menu__menu>ul li a {
    font-size: 20px;
    color: #000;
    font-size: 26px;
    opacity: 1;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-menu__menu .solutions-menu {
    margin-top: 35px;
}

.mobile-menu__menu .solutions-menu .solutions-wrap {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

.mobile-menu__menu .solutions-menu .col:first-child p {
    margin-top: 0;
}

.mobile-menu__menu .solutions-menu .col p {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(37, 43, 54, 0.2);
}

.mobile-menu__menu .solutions-menu .col ul {
    margin: 0;
    padding: 0;
}

.mobile-menu__menu .solutions-menu .col ul li {
    margin-bottom: 35px;
}

.mobile-menu__menu .solutions-menu .col ul li a {
    display: block;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0.7;
}

.mobile-menu__menu .solutions-menu .mobile-menu__solutions-btn {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 38px;
    z-index: 1;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    position: relative;
}

.mobile-menu__menu .solutions-menu .mobile-menu__solutions-btn::before {
    content: "";
    position: absolute;
    right: 2px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 4px solid #000;
    border-radius: 3px;
    opacity: 0.4;
    pointer-events: none;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1400px) {
    .header-new__phone {
        margin-right: 20px;
    }

    .header-new__action {
        gap: 20px;
    }

    .header-new__nav .sublist-btn::before {
        right: 3px;
    }

    .header-new__nav nav {
        gap: 5px;
    }

    .header-new__nav ul {
        gap: 10px;
    }
}

@media (max-width: 1350px) {
    .header-new__nav::before {
        right: -30px;
    }
}

@media (max-width: 1200px) {
    .header-new__sublist-menu {
        display: none;
    }

    .header-new__logo {
        margin-right: auto;
    }

    .header-new__phone {
        display: none;
    }

    .header-new__nav {
        display: none;
    }

    .header-new .lang-menu {
        right: 5%;
    }

    .header-new .lang-switcher-modal {
        transition: .35s ease;
        top: 80px;
    }

    .header-new.compact .lang-switcher-modal {
        top: 55px;
    }
}

@media(max-width:768px) {
    .header-new .container {
        border-radius: 0 0 20px 20px;
    }

    .header-new.header-new.compact .container {
        padding: 0 15px;
    }
}

@media (max-width: 699px) {
    .header-new__action .main-btn {
        display: none;
    }
}

@media (max-width: 450px) {
    .header-new .container {
        padding-left: 9px;
        padding-right: 5px;
    }
}

.mobile-menu {
    display: none;
}

@media (max-width: 1200px) {}

.new-burger-wrapper {
    display: none;
}

.new-burger-wrapper .new-burger {
    width: 28px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #0389cb;
    position: relative;
    margin-left: 0;
}

.new-burger-wrapper .burger-menu-container {
    margin-left: 0 !important;
}

.new-burger-wrapper .new-burger::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: #252b36;
    left: calc(50% - 8px);
    top: 9px;
}

.new-burger-wrapper .new-burger span {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: #252b36;
    left: calc(50% - 8px);
    top: 13px;
}

.new-burger-wrapper .new-burger::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: #252b36;
    left: calc(50% - 8px);
    bottom: 8px;
}

@media (max-width: 1200px) {
    .new-burger-wrapper .new-burger {
        margin-left: 0;
    }

    .header-new__logo {
        max-width: 120px;
    }

    .header-new__action {
        gap: 20px;
    }

    .header-new__action .cabinet-link {
        font-size: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header-new__action .main-btn {
        display: none;
    }

    .header-new__action .new-burger-wrapper {
        display: block;
    }

    .header-new__action .lang-btn {
        font-size: 12px;
        display: block;
        padding: 5px;
        font-weight: 400;
        color: #848484;
        border-radius: 3px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .header-new__action .country-btn {
        display: block;
        font-size: 12px;
        border: none;
        background-color: transparent;
        font-weight: 400;
        color: #848484;
        cursor: pointer;
        position: relative;
        padding-right: 5px;
    }

    .header-new__action .country-btn::before {
        width: 4px;
        height: 4px;
        content: "";
        position: absolute;
        top: calc(50% - 3.5px);
        right: -3px;
        border: 1px solid #848484;
        border-left: none;
        border-top: none;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.top-space {
    padding-bottom: 60px;
}

@media(max-width:1200px) {
    .top-space {
        padding-bottom: 40px;
    }
}


.header-new .lang-switcher-modal {
    left: auto;
    right: 0;
    z-index: 10;
}

.header-top__country {
    position: relative;
}

.header-new .region-dropdown {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 4px;
    right: 0;
    z-index: 2;
    height: auto;
    width: fit-content;
    top: 100%;
    left: 0;
    box-sizing: border-box;
}


.solutions-links-item ul li {
    position: relative;
    padding-left: 12px;
    display: block;
    box-sizing: border-box;
}

.solutions-links-item ul {
    margin-top: 15px;
    padding-left: 5px;
}

.solutions-links-item ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}

.solutions-links-list .solutions-links-item .solutions-links-item__link-integrations {
    color: #212121;
    opacity: 1;
}

.header-new .burger-menu-container.new-burger-wrapper {
    margin: 0;
}

@media(max-width:390px) {
    .header-new__action .cabinet-link {
        margin-left: 0;
    }
}

.fixed-btn {
    box-sizing: border-box;
    position: fixed;
    left: 15px;
    overflow: hidden;
    border-radius: 7px;
    bottom: 15px;
    display: none;
    z-index: 10;
}

@media(max-width:773px) {
    .fixed-btn {
        display: block;
    }
}

.fixed-btn button {
    background-color: #dadadacb;
    width: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    box-shadow: 0 0 7px #00000040;
    backdrop-filter: blur(3px);
    z-index: 10;

}

.fixed-btn svg {
    display: block;
    width: 24px;
    height: 24px;
}

.menu-badge-soon {
    color: #0389cb;
}




:root {
    --var-cp-black-color: #131313;
    --var-cp-gray-color: #EEEEEE;
    --var-focus-color: #0389CB;
}

.container {
    max-width: 1370px;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp-main-btn {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: var(--var-focus-color);
    border-radius: 5px;
    text-decoration: none;
    padding: 12px 20px;
    transition: .35s ease;
    border: 1px solid transparent;
}
.cp-main-btn:hover {
    background-color: transparent;
    color: #0389CB;
    border: 1px solid #0389CB;
}

.cp-main-btn.trans-btn {
    border: 1px solid var(--var-focus-color);
    background-color: transparent;
    color: var(--var-focus-color);
    transform: .35s ease;
}

.cp-main-btn.trans-btn:hover {
    color: #fff;
    background-color: #0389CB;
}
.cp-header {
    width: 100%;
    box-sizing: border-box;
}

.cp-header__top {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 0;
    box-sizing: border-box;
}

.cp-header__top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.cp-header__top-lang {
    display: block;
    margin-right: auto;
}

.cp-header__top-lang button {
    max-width: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: var(--var-cp-black-color);
    text-align: left;
    padding: 0;
    margin: 0;
    padding: 2px 34px 2px 2px;
    position: relative;
    border: none;
    background: transparent;
}

.cp-header__top-lang button::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 2.5px);
    height: 5px;
    width: 7px;
    background-image: url(../../assets/imgs/icons/cp-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.cp-header__top-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp-header__top-action span {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -3%;
}

.cp-header__top-action .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.cp-header__top-action .links a {
    display: block;
    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;
    text-decoration: none;
    color: inherit;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--var-cp-gray-color);
}

.cp-header__top-action .links a svg {
    display: block;
}

.cp-header__mobile {
    display: none;
}

.cp-header__bottom {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    gap: 20px;
}

.cp-header__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.cp-header__logo {
    min-width: 120px;
}

.cp-header__logo a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.cp-header__logo a svg {
    display: block;
    width: 100%;
}
.cp-header__nav {
    margin: 0 auto;
}

.cp-header__nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
}

.cp-header__nav>ul>li a {
    display: block;
    text-decoration: none;
    color: var(--var-cp-black-color);
    font-size: 16px;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    padding: 5px 14px;
    border-radius: 3px;
    transition: .35s ease;
}

.cp-header__nav>ul>li.with-sublist {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.cp-header__nav>ul>li.with-sublist>a {
    padding-right: 20px;
    transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.cp-header__nav>ul>li.with-sublist::before {
    pointer-events: none;
    content: "";
    position: absolute;
    right: 5px;
    top: calc(50% - 2.5px);
    height: 5px;
    width: 7px;
    background-image: url(../../assets/imgs/icons/cp-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.cp-header__nav>ul>li.with-sublist:hover::before {
    transform: rotate(180deg);
}

.cp-header__nav>ul>li.with-sublist>a:hover,
.cp-header__nav>ul>li.with-sublist:hover>a {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}

.cp-header__nav>ul>li:not(.with-sublist)>a:hover {
    color: #0389CB;
}

/* ——— SUBLIST (первый уровень дропдауна) ——— */
.cp-header__nav>ul .sublist {
    list-style: none;
    margin: 0;
    padding: 16px;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 50;
    width: max-content;
    min-width: 140px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease,
                visibility 0.3s ease,
                top 0.3s ease;
}

.cp-header__nav>ul li.with-sublist:hover .sublist {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    top: 100%;
}

.cp-header__nav>ul li.with-sublist .sublist .sublist--deep {
    pointer-events: none;
    visibility: hidden;
}

.cp-header__nav>ul li.with-sublist:hover .sublist .sublist--deep{
    visibility: visible;
    pointer-events: all;
}


/* ——— Сброс для всех вложенных ul ——— */
.cp-header__nav ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ——— Вложенные ul внутри sublist — статичные ——— */
.cp-header__nav .sublist li ul {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    width: auto;
    top: auto;
    left: auto;
    background: none;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0;
    transition: none;
}


/* ——— Ссылки первого уровня дропдауна ——— */
.cp-header__nav ul li ul li a {
    padding: 7px 12px;
    font-size: 16px;
    color: rgb(19, 19, 19);
    border-radius: 4px;
    transition: background-color 0.2s ease, padding-left 0.2s ease;
}

.cp-header__nav ul li ul li a:hover {
    background-color: rgba(3, 137, 203, 0.1);
}

/* ——— Второй уровень вложения ——— */
.cp-header__nav ul li ul li ul li a {
    color: rgba(19, 19, 19, 0.8);
    padding: 4px 4px 4px 24px;
    box-sizing: border-box;
}f

.cp-header__nav ul li ul li ul li a:hover {
    background-color: rgba(3, 137, 203, 0.1);
}

/* ——— Третий уровень вложения ——— */
.cp-header__nav ul li ul li ul li ul li a {
    color: rgba(19, 19, 19, 0.8);
    padding: 4px 4px 4px 32px;
    box-sizing: border-box;
}

.cp-header__nav>ul>li>ul>li>ul>li>a{
  padding: 7px 4px 7px 24px;
}


.cp-header__nav ul li ul li ul li ul li a:hover {
    background-color: rgba(3, 137, 203, 0.1);
}

.cp-header__bottom-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

@media (max-width: 1200px) {
    .cp-header__bottom-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -10px;
    }

    .cp-header__bottom-action a {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 10px;
        font-size: 14px;
        white-space: nowrap;
    }
}

@media (max-width: 920px) {
    .cp-header__top {
        display: none;
    }

    .cp-header__bottom {
        padding: 10px 0;
    }

    .cp-header__logo {
        margin-right: auto;
    }

    .cp-header__nav {
        display: none;
    }

    .cp-header__bottom-action {
        display: none;
    }

    .cp-header__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
    }

    .cp-header__mobile .search-btn {
        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;
        padding: 2px;
        border: none;
        background-color: transparent;
        cursor: pointer;
    }

    .cp-header__mobile .menu-btn {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        width: 26px;
        height: 22px;
        background-color: transparent;
        border: none;
    }

    

    .cp-header__mobile .menu-btn span {
        position: absolute;
        width: 100%;
        height: 2px;
        top: calc(50% - 1px);
        width: calc(100% - 2px);
        background-color: var(--var-cp-black-color);
        border-radius: 1%;
        left: 1px;
        pointer-events: none;
    }

    .cp-header__mobile .menu-btn::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        top: 2px;
        width: calc(100% - 2px);
        background-color: var(--var-cp-black-color);
        border-radius: 1%;
        left: 1px;
        pointer-events: none;
    }

    .cp-header__mobile .menu-btn::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 2px;
        width: calc(100% - 2px);
        background-color: var(--var-cp-black-color);
        border-radius: 1%;
        left: 1px;
        pointer-events: none;
    }

    .cp-header__mobile .menu-btn.active span {
    opacity: 0;
    transform: scaleX(0);
    transition: 0.3s ease;
}

.cp-header__mobile .menu-btn span {
    transition: 0.3s ease;
}

.cp-header__mobile .menu-btn::before,
.cp-header__mobile .menu-btn::after {
    transition: 0.3s ease;
}

.cp-header__mobile .menu-btn.active::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}

.cp-header__mobile .menu-btn.active::after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
}
}
.lang-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    box-sizing: border-box;
}

.lang-popup.active {
    opacity: 1;
    visibility: visible;
}

.lang-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    cursor: pointer;
}

.lang-popup__item {
    position: relative;
    z-index: 1;
    max-width: 350px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    gap: 10px;
}

.lang-popup__title {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.lang-popup__link {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 14px;
    color: #000;
    border-radius: 5px;
    text-align: left;
    text-decoration: none;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.lang-popup__link:hover:not(.lang-popup__link--disabled) {
    background-color: rgba(3, 137, 203, 0.05);
}

.lang-popup__link.active {
    background-color: rgba(3, 137, 203, 0.1);
    font-weight: 600;
}

.lang-popup__link--disabled {
    opacity: 0.5;
    cursor: not-allowed;
    color: #666;
}

.lang-popup__link--disabled small {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}



.cp-footer {
  background-color: rgba(3, 137, 203, 0.07);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 50px 0 15px;
}
.cp-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.cp-footer__col {
  width: 100%;
  max-width: 245px;
}
.cp-footer__col:first-child span {
  color: rgb(135, 139, 161);
  opacity: 0.9;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}
.cp-footer__col:first-child ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cp-footer__col:first-child ul li {
  margin-bottom: 5px;
}
.cp-footer__col:first-child ul li a {
  text-decoration: none;
  color: var(--var-cp-black-color);
  font-size: 14px;
  display: block;
}
.cp-footer__col:first-child ul li:last-child {
  margin-bottom: 0;
}
.cp-footer__col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cp-footer__col:nth-child(2) a {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 25px;
}
.cp-footer__col:nth-child(2) a:last-child {
  margin-bottom: 0;
}
.cp-footer__col:nth-child(2) a img {
  display: block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp-footer__col:last-child .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 50px;
  margin-left: auto;
}
.cp-footer__col:last-child .imgs a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cp-footer__col:last-child .imgs a img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cp-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cp-footer__bottom > div {
  max-width: 200px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp-footer__bottom .disclamer span.copyright {
  display: none;
}
.cp-footer__bottom .disclamer span {
  font-size: 12px;
  text-align: right;
  color: #7E8199;
  display: block;
}
.cp-footer__bottom .col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.cp-footer__bottom .col:first-child a {
  text-decoration: none;
  color: inherit;
}
.cp-footer__bottom .col:first-child a img {
  display: block;
}
.cp-footer__bottom .col:nth-child(2) span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #7E8199;
}

@media (max-width: 920px) {
  .cp-footer {
    padding: 20px 0;
  }
  .cp-footer__body {
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
  }
  .cp-footer__col:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: auto;
    max-width: 120px;
  }
  .cp-footer__col:nth-child(2) a {
    max-width: 120px;
  }
  .cp-footer__col:nth-child(2) a:first-child {
    margin-bottom: 12px;
  }
  .cp-footer__col:last-child {
    width: 100%;
    max-width: 110px;
  }
  .cp-footer__bottom > div:nth-child(2) {
    display: none;
  }
  .cp-footer__bottom .disclamer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 356px;
    width: 100%;
  }
  .cp-footer__bottom .disclamer span {
    text-align: left;
    max-width: 220px;
  }
  .cp-footer__bottom .disclamer span.copyright {
    margin-top: 15px;
    display: block;
  }
}
@media (max-width: 620px) {
  .cp-footer {
    padding: 20px 0;
  }
  .cp-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cp-footer__col:nth-child(2) {
    margin-bottom: 30px;
  }
  .cp-footer__col:last-child .imgs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    margin-top: 100px;
  }
  .cp-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cp-footer__bottom .col:first-child {
    margin-top: -105px;
  }
  .cp-footer__bottom .disclamer {
    margin-top: 55px;
    max-width: 200px;
  }
}

.mobile-nav-menu {
    display: none;
    
}
@media(max-width:773px) {
    .mobile-nav-menu {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin: 20px 15px 0;
        max-width: calc(100% - 30px);
    }

    .cp-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #f3f3f3;
        z-index: 20;
        border-bottom: 1px solid rgba(19, 19, 19, 0.1);
        border-radius: 0 0 10px;
    }
    body main.main {
        margin-top: 105px;
    }
}
.btn-mobile-menu {
    display: block;
    max-width: 440px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;   
    text-align: left;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    width: 100%;
    display: block;
    padding: 12px 10px;

}
.btn-mobile-menu::before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 12px;
    width: 16px;
    height: 16px;
    background-image: url(../../assets/imgs/icons/cp-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;


}


.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    padding: 12px 16px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-overlay__header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-overlay__back {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 4px;
    cursor: pointer;
    flex-shrink: 0;
}

.search-overlay .search-wrapper {
    flex: 1;
}

.search-overlay .search-bar {
    background-color: #f3f3f3;
}

.search-overlay .search-list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 2px);
    border-radius: 10px;
    max-height: calc(100vh - 80px);
}


.cookie-bar-wrap {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.mobile-lang-switcher {
    margin-bottom: 20px;
}