.header {
    width: 100%;
    position: fixed;
    z-index: 10;
    padding: 15px 0;
    transition: background 0.4s;
}

.header.-filled {
    background: var(--dark, #181818);
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    width: 180px;
}

.header .logo img {
    display: block;
    width: 100%;
}

.header__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.burger {
    display: none;
}

.header__dropdown {
    position: relative;
    z-index: 1;
}

.header__dropdown-opener {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 22px;
}

.header__dropdown-opener:before {
    content: '';
    position: absolute;
    right: 0;
    width: 14px;
    height: 14px;
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93Ij4KPHBhdGggaWQ9IlZlY3RvciIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjMxMTAyIDEyLjAwMDJMOC41MjUxOCAxMi4wMDAyTDEzLjUgMi4wMDAyNEwxMC45OTk4IDIuMDAwMjRMNy40MjQ0NiA5LjE5Mzk5TDMuOTk2NjggMi4wMDAyNEwxLjUgMi4wMDAyNEw2LjMxMTAyIDEyLjAwMDJaIiBmaWxsPSIjQzNBQkZGIi8+CjwvZz4KPC9zdmc+Cg==);
    transition: transform 0.4s;
}

.header__dropdown-content {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 40px);
    width: 280px;
    padding: 20px;
    background: var(--grey, #2F2F2F);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s, opacity 0.4s;
}

.header__dropdown-content a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.header__dropdown-content a img {
    display: block;
    width: 40px;
    min-width: 40px;
    aspect-ratio: 1/1;
    margin-right: 12px;
    background: #C3ABFF;
}

.header__dropdown-content a.-disabled img {
    background: var(--white-60, rgba(255, 255, 255, 0.60));
}

.header__dropdown.-rounded-img img {
    border-radius: 50%;
}

.header__dropdown-content a:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    opacity: 0;
    transition: opacity 0.4s, transform 0.4s;
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93Ij4KPHBhdGggaWQ9IlZlY3RvciIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiA4LjE4ODk4TDEyIDUuOTc0ODJMMiAxTDIgMy41MDAyMUw5LjE5Mzc0IDcuMDc1NTRMMiAxMC41MDMzTDIgMTNMMTIgOC4xODg5OFoiIGZpbGw9IiNDM0FCRkYiLz4KPC9nPgo8L3N2Zz4K);
}

.mobile-menu {
    display: none;
}

/* footer */

.footer {
    padding: 40px 0;
}

.footer__wrapper {
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    padding: 35px;
}

.footer__wrapper > div + div {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--white-20, rgba(255, 255, 255, 0.20));
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-top .logo {
    height: 32px;
}

.footer-top .logo img {
    display: block;
    height: 100%;
    width: auto;
}

.language-dropdown {
    position: relative;
}

.language-dropdown__visible {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 230px;
    padding: 0 40px 0 46px;
    height: 50px;
    background: var(--white-100, #FFF);
    color: var(--black-100, #000);
    transition: background 0.4s;

    font-family: 'Supply';
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
}

.language-dropdown__visible:before {
    content: '';
    position: absolute;
    left: 20px;
    width: 20px;
    height: 20px;
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdsb2JlU2ltcGxlIiBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDYxXzI4MTQpIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTkuOTk5OSAxOC41NzE0QzE0LjczMzggMTguNTcxNCAxOC41NzEzIDE0LjczMzkgMTguNTcxMyAxMEMxOC41NzEzIDUuMjY2MTUgMTQuNzMzOCAxLjQyODU5IDkuOTk5OSAxLjQyODU5QzUuMjY2MDMgMS40Mjg1OSAxLjQyODQ3IDUuMjY2MTUgMS40Mjg0NyAxMEMxLjQyODQ3IDE0LjczMzkgNS4yNjYwMyAxOC41NzE0IDkuOTk5OSAxOC41NzE0WiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik01LjcxNDM2IDEwQzUuNzE0MzYgMTMuMzQ0NiA3LjE0MjU3IDE2LjMzMjEgOS4zODcyMSAxOC4zNDcyQzkuNDY1MTkgMTguNDE3OSA5LjU1OTkyIDE4LjQ3NDMgOS42NjU0MSAxOC41MTI5QzkuNzcwOSAxOC41NTE1IDkuODg0ODYgMTguNTcxNCAxMC4wMDAxIDE4LjU3MTRDMTAuMTE1MyAxOC41NzE0IDEwLjIyOTIgMTguNTUxNSAxMC4zMzQ3IDE4LjUxMjlDMTAuNDQwMiAxOC40NzQzIDEwLjUzNSAxOC40MTc5IDEwLjYxMjkgMTguMzQ3MkMxMi44NTc2IDE2LjMzMjEgMTQuMjg1OCAxMy4zNDQ2IDE0LjI4NTggMTBDMTQuMjg1OCA2LjY1NTQyIDEyLjg1NzYgMy42Njc5NiAxMC42MTI5IDEuNjUyOEMxMC41MzUgMS41ODIxMyAxMC40NDAyIDEuNTI1NzEgMTAuMzM0NyAxLjQ4NzExQzEwLjIyOTIgMS40NDg1MiAxMC4xMTUzIDEuNDI4NTkgMTAuMDAwMSAxLjQyODU5QzkuODg0ODYgMS40Mjg1OSA5Ljc3MDkgMS40NDg1MiA5LjY2NTQxIDEuNDg3MTFDOS41NTk5MiAxLjUyNTcxIDkuNDY1MTkgMS41ODIxMyA5LjM4NzIxIDEuNjUyOEM3LjE0MjU3IDMuNjY3OTYgNS43MTQzNiA2LjY1NTQyIDUuNzE0MzYgMTBaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3JfMyIgZD0iTTEuNDI4NDcgMTBIMTguNTcxMyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQ2MV8yODE0Ij4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
}

.language-dropdown__visible:after {
    content: '';
    position: absolute;
    right: 20px;
    width: 14px;
    height: 14px;
    transition: transform 0.4s;
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93Ij4KPHBhdGggaWQ9IlZlY3RvciIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjgxMTAyIDEyTDguMDI1MTggMTJMMTMgMkwxMC40OTk4IDJMNi45MjQ0NiA5LjE5Mzc0TDMuNDk2NjggMkwxIDJMNS44MTEwMiAxMloiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPC9zdmc+Cg==);
}

.language-dropdown__content {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 0;
    top: 100%;
    width: 100%;
    background: var(--black-100, #000);
    transition: opacity 0.4s, transform 0.4s;
    transform: translateY(20px);
}

.language-dropdown.-active .language-dropdown__content {
    opacity: 1;
    transform: translateY(10px);
    pointer-events: auto;
}

.language-dropdown.-active .language-dropdown__visible:after {
    transform: rotate(180deg);
}

.language-dropdown__content a {
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: var(--white-80, rgba(255, 255, 255, 0.80));

    font-family: 'Supply';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: background 0.4s, color 0.4s;
}

.language-dropdown__content a.-disabled {
    pointer-events: none;
}

.footer-mid {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 128px;
}

.footer__menu {
    width: fit-content;
}

.footer__menu.-socials {
    margin: 0 0 0 auto;
}

.footer__menu .menu-title {
    margin-bottom: 24px;
    color: var(--white-30, rgba(255, 255, 255, 0.30));
}


.footer__menu .menu-title span {
    text-transform: none;
    font-size: 12px;
}

.footer__menu-inner {
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer__menu-inner .default-link {
    position: relative;
}

.footer__menu-inner .default-link .--soon {
    position: absolute;
    right: 0;
    transform: translateX(calc(100% + 5px));
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s, transform 0.4s;
}

.footer__menu-inner p.default-link.-disabled {
    pointer-events: auto;
    cursor: default;
}

.footer__menu-inner .default-link.-disabled:hover .--soon {
    opacity: 1;
}

.footer__menu .socials-list {
    margin-top: 24px;
}

.socials-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.socials-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    transition: background 0.4s;
    background: var(--white-10, rgba(255, 255, 255, 0.10));
}

.socials-list a img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: filter 0.4s;
}

.socials-list.-white a {
    background: var(--white-100, #FFF);
}

.socials-list.-white a img {
    filter: invert(1);
}

.socials-list.-smaller a {
    width: 45px;
    height: 45px;
}

.socials-list.-smaller {
    gap: 18px;
}

.footer-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.privacy-policy {
    color: var(--white-30, rgba(255, 255, 255, 0.30));
}

.footer-bot__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/** swiper */

.swiper-pagination {
    display: flex;
    position: relative;
    bottom: auto;
    top: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1 !important;
    background: var(--white-20, rgba(255, 255, 255, 0.20));
    cursor: pointer;
    border-radius: 0;
    margin: 0 !important;
    transition: background 0.4s;
}

.swiper-pagination-bullet-active {
    background: var(--white-100, #FFF) !important;
}


.swiper-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.swiper-navigation div {
    border: 2px solid var(--white-100, #FFF);
    background: var(--white-100, #FFF) !important;
    width: 89px;
    height: 44px;
    cursor: pointer;

    transition: background 0.4s, opacity 0.4s, border 0.4s;

    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-navigation div.prev:after {
    content: '';
    position: absolute;
    transition: opacity 0.4s;
    display: block;
    width: 14px;
    height: 14px;
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjUgOC4xODg5OEwyLjUgNS45NzQ4MkwxMi41IDFWMy41MDAyMUw1LjMwNjI2IDcuMDc1NTRMMTIuNSAxMC41MDMzVjEzTDIuNSA4LjE4ODk4WiIgZmlsbD0iIzE4MTgxOCIvPgo8L3N2Zz4K);
}

.swiper-navigation div.next:after {
    content: '';
    position: absolute;
    transition: opacity 0.4s;
    display: block;
    width: 14px;
    height: 14px;
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi41IDguMTg4OThMMTIuNSA1Ljk3NDgyTDIuNSAxTDIuNSAzLjUwMDIxTDkuNjkzNzQgNy4wNzU1NEwyLjUgMTAuNTAzM0wyLjUgMTNMMTIuNSA4LjE4ODk4WiIgZmlsbD0iIzE4MTgxOCIvPgo8L3N2Zz4K);
}

.swiper-navigation div.prev.swiper-button-disabled,
.swiper-navigation div.next.swiper-button-disabled {
    pointer-events: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0) !important;
}

.swiper-navigation div.prev.swiper-button-disabled:after,
.swiper-navigation div.next.swiper-button-disabled:after {
    opacity: 0;
}


.swiper-navigation div.prev.swiper-button-disabled:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    transition: opacity 0.4s;
    opacity: 0.5;
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjUgOC4xODg5OEwyLjUgNS45NzQ4MkwxMi41IDFWMy41MDAyMUw1LjMwNjI2IDcuMDc1NTRMMTIuNSAxMC41MDMzVjEzTDIuNSA4LjE4ODk4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}

.swiper-navigation div.next.swiper-button-disabled:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    transition: opacity 0.4s;
    opacity: 0.5;
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi41IDguMTg4OThMMTIuNSA1Ljk3NDgyTDIuNSAxTDIuNSAzLjUwMDIxTDkuNjkzNzQgNy4wNzU1NEwyLjUgMTAuNTAzM0wyLjUgMTNMMTIuNSA4LjE4ODk4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}

/* accordions */

.--accordion__content-container {
    height: 0;
    transition: height 0.7s;
    overflow: hidden;
}

/* faq-section */

.faq-section {
    margin: var(--bigger-section-margin) 0 var(--default-section-margin) 0;
}

.faq-section__content {
    margin: 47px auto 0 auto;
    max-width: 924px;
}

.faq-accordion {
    width: 100%;
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    transition: background 0.4s;
}

.faq-accordion + .faq-accordion {
    margin-top: 10px;
}

.faq-accordion .--accordion__open {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    cursor: pointer;
    transition: background 0.4s;
}

.faq-accordion .--accordion__open .title {
    margin: auto 0;
}

.faq-accordion .--accordion__arrow {
    width: 34px;
    height: 34px;
    border: 2px solid var(--white-30, rgba(255, 255, 255, 0.30));

    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.4s, border 0.4s;
}

.faq-accordion .--accordion__arrow:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    transition: opacity 0.4s, transform 0.4s;
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93Ij4KPHBhdGggaWQ9IlZlY3RvciIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjgxMDA0IDEyLjAwMDJMOC4wMjQyIDEyLjAwMDJMMTIuOTk5IDIuMDAwMjRMMTAuNDk4OCAyLjAwMDI0TDYuOTIzNDggOS4xOTM5OUwzLjQ5NTcgMi4wMDAyNEwwLjk5OTAyMyAyLjAwMDI0TDUuODEwMDQgMTIuMDAwMloiIGZpbGw9IiNDM0FCRkYiLz4KPC9nPgo8L3N2Zz4K);
}

.faq-accordion .--accordion__arrow:after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    transition: opacity 0.4s, transform 0.4s;
    opacity: 0;
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93Ij4KPHBhdGggaWQ9IlZlY3RvciIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjgxMTAyIDEyTDguMDI1MTggMTJMMTMgMkwxMC40OTk4IDJMNi45MjQ0NiA5LjE5Mzc0TDMuNDk2NjggMkwxIDJMNS44MTEwMiAxMloiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPC9zdmc+Cg==);
}

.faq-accordion.-open {
    background: var(--white-20, rgba(255, 255, 255, 0.20));
}

.faq-accordion.-open .--accordion__arrow {
    background: var(--white-100, #FFF);
}

.faq-accordion.-open .--accordion__arrow:before {
    opacity: 0;
    transform: rotate(180deg);
}

.faq-accordion.-open .--accordion__arrow:after {
    opacity: 1;
    transform: rotate(180deg);
}

.faq-accordion .--accordion__content {
    padding: 0 30px 20px 30px;
    color: var(--white-80, rgba(255, 255, 255, 0.80));
}

/** cta */

.cta {
    position: relative;
    padding: 40px 0 0 0;
}

.cta__wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: no-repeat center / cover url('../images/cta/bg-pc.svg') var(--purple, #C3ABFF);
    border: 2px solid var(--purple-dark, #A58FDB);
    min-height: 450px;
}

.cta__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    color: var(--black-100, #000);
    text-align: center;
    padding: 40px 20px;

}

.cta__content .text {
    margin-top: 10px;
}

.cta__content .default-button {
    margin-top: 33px;
}


.cta__images {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cta__images .img img {
    display: block;
    width: 100%;
}

.cta__images .hand {
    position: absolute;
    width: 180px;
    left: 35px;
    top: 35px;
}

.cta__images .chat {
    position: absolute;
    width: 216px;
    right: 35px;
    bottom: 35px;
}

.cta__images .arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -404px;
    width: 562px;
    bottom: -38px;
    transition: opacity 0.4s;
}

.cta.-subscribe .mail {
    position: absolute;
    width: 104px;
    left: 40px;
    top: 40px;
}

.cta.-subscribe .mail img {
    transform: rotate(-15deg);
}

.cta.-subscribe .right-hand {
    position: absolute;
    width: 144px;
    right: 40px;
    bottom: 40px;
}

.cta.-subscribe .cta__images .arrow {
    width: 454px;
    margin-left: -463px;
    bottom: 0;
}

.cta__content .form {
    width: 100%;
}

.cta__content form {
    margin: 33px auto 0 auto;
    max-width: 440px;
}

.cta__content form > * {
    width: 100%;
}

.cta__content form .default-button {
    margin-top: -2px;
}

.cta__content .thank-window .text {
    margin-top: 10px;
    color: var(--black-60, rgba(0, 0, 0, 0.60));
}

.cta.-sended .arrow {
    opacity: 0;
}

/* breadcrumbs__wrapper */

.breadcrumbs {
    padding-top: 18px;
}


.breadcrumbs ol > * {
    display: inline;
}

.breadcrumbs .separator {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93Ij4KPHBhdGggaWQ9IlZlY3RvciIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiA4LjE4OTIyTDEyIDUuOTc1MDdMMiAxLjAwMDI1TDIgMy41MDA0Nkw5LjE5Mzc0IDcuMDc1NzhMMiAxMC41MDM2TDIgMTMuMDAwMkwxMiA4LjE4OTIyWiIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC42Ii8+CjwvZz4KPC9zdmc+Cg==);
}

.breadcrumbs * {
    line-height: 120%;
}


.email-popup {
    position: relative;
    padding: 60px 50px 40px;
    background-color: #C3ABFF;
    text-align: center;
    max-width: 1078px;
    text-transform: uppercase;
    color: var(--black);
}

.email-popup.modal .close {
    top: 20px;
    right: 20px;
    width: 28px;
    aspect-ratio: 1/1;
}

.email-popup.modal .close img {
    display: block;
    width: 100%;
}


.email-popup .email-popup-wrapper {
    display: flex;
    flex-direction: column;
    margin: 28px auto;
    padding: 20px;
    background-color: #D8C8FF;
    max-width: 665px;
}

.email-popup .email-label {
    margin-bottom: 10px;
    font-weight: 400;
    cursor: url(../images/icons/cursor-default.svg) 4 4, auto !important;
}

.email-popup .email-popup-email {
    color: var(--black);
}

.email-popup .email-popup__button {
    position: static;
    background-color: var(--green);
    border: none;
    width: 100%;
    height: 70px;
    max-width: 200px;
}

@media screen and (max-width: 1025px) {

    /** header */
    .header {
        padding: 20px 0;
    }

    .header__wrapper {
        position: relative;
        z-index: 11;
    }

    .header__wrapper > .default-button {
        display: none;
    }

    .header__menu {
        display: none;
    }

    .burger {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        gap: 8px;
    }

    .burger span {
        width: 100%;
        height: 2px;
        background: #fff;
        transition: background 0.4s, opacity 0.4s, transform 0.4s;
        transform-origin: left;
    }

    .burger.-active span:last-child {
        transform: rotate(-45deg) translate(-1px, 8px);
    }

    .burger.-active span:first-child {
        transform: rotate(45deg) translate(-1px, -8px);
    }

    .mobile-menu {
        position: fixed;
        z-index: 10;
        left: 0;
        top: 70px;
        width: 100%;
        height: calc(var(--window-inner-height, 100vh) - 70px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background: var(--dark, #181818);
        padding: 32px 20px 20px 20px;
        overflow: scroll;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s;
    }

    .mobile-menu.-active {
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-menu > * {
        width: 100%;
    }

    .mobile-menu_inner {
        margin-top: 20px;
        margin-bottom: 100px;
    }

    .mobile-menu_inner > .default-link,
    .mobile-menu_inner .header__dropdown-opener {
        display: flex;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .mobile-menu_inner > *:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    .header__dropdown-content {
        height: 0;
        position: relative;
        left: 0;
        top: 0;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        overflow: hidden;
        padding: 0;
        width: 100%;
        max-width: 100%;
        background: none;

        transition: height 0.7s;
    }

    .header__dropdown-content-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
        padding-bottom: 30px;
    }

    .header__dropdown.-active .header__dropdown-opener:before {
        transform: rotate(180deg);
    }

    .header__dropdown.-active .header__dropdown-opener {
        color: var(--white-60, rgba(255, 255, 255, 0.60));
    }

    .mobile-menu__bottom {
        margin: auto 0 0 0;
    }

    .mobile-menu__bottom .socials-list {
        margin-bottom: 20px;
    }

    .mobile-menu .language-dropdown__content {
        top: 0;
        transform: translateY(calc(-100% - 20px));
    }

    .mobile-menu .language-dropdown.-active .language-dropdown__content {
        transform: translateY(calc(-100% - 10px));
    }


    /* footer */
    .footer {
        padding: 20px 0;
    }

    .footer__wrapper {
        padding: 30px 20px;
    }

    .footer__wrapper > div + div {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
    }

    .footer-top .logo {
        height: 22px;
    }

    .footer-mid {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 30px 96px;
    }

    .footer__menu {
        width: fit-content;
        order: 2;
    }

    .footer__menu.-socials {
        width: 100%;
        order: 1;
        margin: 0 0 0 auto;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    .footer__menu-inner {
        gap: 18px;
    }

    .footer__menu-inner .default-link .--soon {
        transform: translateX(calc(100% + 3px));
    }

    .footer__menu-inner .default-link.-disabled:hover .--soon {
        opacity: 1;
    }


    .footer-bot {
        gap: 30px;
    }

    .privacy-policy {
        order: 2;
        color: var(--white-30, rgba(255, 255, 255, 0.30));
    }

    .footer-bot__menu {
        order: 1;
        gap: 18px;
    }


    /* faq-section */
    .faq-section__content {
        margin: 23px auto 0 auto;
    }

    .faq-accordion .--accordion__arrow {
        min-width: 34px;
    }

    .faq-accordion .--accordion__open {
        position: relative;
        padding: 20px;
        gap: 20px;
        align-items: flex-start;
    }

    .faq-accordion .--accordion__content {
        padding: 0 20px 20px 20px;
    }


    /** cta */
    .cta {
        position: relative;
        padding: 30px 0 0 0;
    }

    .cta__wrapper {
        background: no-repeat center / cover url('../images/cta/bg-mob.svg') var(--purple, #C3ABFF);
        border: 2px solid var(--purple-dark, #A58FDB);
        min-height: 520px;
    }

    .cta__content {
        padding: 109px 20px;
    }

    .cta__content .text {
        margin-top: 10px;
    }

    .cta__content .default-button {
        margin-top: 33px;
    }

    .cta__images .hand {
        position: absolute;
        width: 120px;
        left: 20px;
        top: 20px;
    }

    .cta__images .chat {
        position: absolute;
        width: 162px;
        right: 20px;
        bottom: 20px;
    }

    .cta__images .arrow {
        display: none;
    }


    .cta.-subscribe .mail {
        width: 72px;
        left: 20px;
        top: 20px;
    }

    .cta.-subscribe .right-hand {
        width: 80px;
        right: 20px;
        bottom: 20px;
    }

    .cta.-subscribe .cta__content .text {
        margin-top: 6px;
    }

    .cta__content form {
        margin: 24px auto 0 auto;
        max-width: 440px;
    }

    .cta__content form .default-button {
        margin-top: -2px;
    }

    .cta__content .thank-window {
        padding: 0 !important;
    }

    /* breadcrumbs__wrapper */
    .breadcrumbs {
        padding-top: 18px;
    }


    .breadcrumbs ol > * {
        display: inline;
    }

    .breadcrumbs .separator {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 4px;
        background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93Ij4KPHBhdGggaWQ9IlZlY3RvciIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiA4LjE4OTIyTDEyIDUuOTc1MDdMMiAxLjAwMDI1TDIgMy41MDA0Nkw5LjE5Mzc0IDcuMDc1NzhMMiAxMC41MDM2TDIgMTMuMDAwMkwxMiA4LjE4OTIyWiIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC42Ii8+CjwvZz4KPC9zdmc+Cg==);
    }

    .email-popup {
        padding: 50px 16px 40px;
    }


    .email-popup .email-popup-wrapper {
        margin: 24px auto;
        padding: 18px;
    }

    .email-popup.modal .close {
        width: 24px;
    }

    .email-popup .email-popup__button {
        height: 60px;
        max-width: 180px;
    }

}

@media screen and (max-width: 760px) {

    /* footer */
    .footer-top {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 30px;
    }

    .language-dropdown {
        width: 100%;
    }

    .footer-mid {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 30px 20px;
    }

    .footer__menu {
        width: fit-content;
        min-width: calc(50% - 10px);
        order: 2;
    }

    .footer__menu-inner .default-link .--soon {
        font-size: 10px;
        transform: translateX(calc(100% + 3px)) translateY(5px);
    }


    .footer-bot {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer-bot__menu {
        flex-direction: column;
    }
}