/*Обнуление*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

/*--------------------*/

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    padding: 12px 0;
    background: #fff;
    z-index: 100;
}

.container {
    margin: 0 auto;
}

.header__navigation {
    display: flex;
    align-items: center;
}

.header__menu {
    display: flex;
}

.header .container {
    max-width: 1850px;
    padding: 0 15px;
}

.header__logo {
    margin-right: 80px;
}

.hero {
    padding-top: 75px;
}

.header__menu {
    margin-right: auto;
    gap: 28px;
}

.header__menu-link {
    color: #696973;
    font-size: 16px;
    line-height: 120%;
}

.lang-switcher-link {
    text-decoration: underline;
    color: #696973;
    font-size: 18px;
    font-weight: 700;
}

.lang-switcher {
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.lang-switcher::after {
    content: '';
    display: block;
    margin-left: 10px;
    background: url("../img/lang_icon.svg") no-repeat center top / cover;
    width: 4.5px;
    height: 10px;
}

.reg-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EAFF73;
    border-radius: 40px;
    width: 201px;
    height: 50px;
    font-size: 14px;
    line-height: 120%;
    font-weight: 700;
    color: #37224F;
    text-transform: uppercase;
    margin-right: 10px;
}

.log-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border-radius: 40px;
    width: 107px;
    height: 50px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #37224F 42%, #513473 93%);
}

.hero {
    padding-top: 160px;
}

.hero .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

.hero__title {
    font-size: 70px;
    font-weight: 800;
    color: #37224F;
    text-align: center;
    line-height: 110%;
    margin-bottom: 20px;
}

.hero__title span {
    color: #A57BFF;
}

.hero__subtitle {
    font-size: 500px;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #37224F;
    margin-bottom: 30px;
}

.hero__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}

.hero__list-item {
    display: flex;
    align-items: center;
    gap: 17px;
    color: #37224F;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}

.hero__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 279px;
    height: 60px;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: radial-gradient(85.82% 99.96% at 53.8% 14.17%, #A57BFF 50.83%, #513473 100%);
    border-radius: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.hero__img {
    max-width: 991px;
    display: block;
    margin: 0 auto;
}

.hero {
    padding-bottom: 89px;
    background: url("../img/hero_bg.jpg") no-repeat center top / cover;
}

.for {
    padding: 80px 0 120px 0;
    background: rgba(242, 238, 251, 1);
}

.for .container {
    max-width: 1270px;
    padding: 0 30px;
}

.for__title {
    background: linear-gradient(to bottom, #37224F 76%, #513473 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    line-height: 120%;
    margin-bottom: 40px;
}

.for__subtitle {
    margin: 0 auto;
    margin-bottom: 100px;
    text-align: center;
    max-width: 919px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    background: linear-gradient(to bottom, #37224F 76%, #513473 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 120%;
}

.for__inner-img {
    height: 561px;
}

.for__inner {
    display: flex;
    align-items: center;
    gap: 100px;
}

.for__list-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 120%;
    background: linear-gradient(to bottom, #37224F 76%, #513473 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 5px;
}

.for__inner-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.for__list-text {
    font-size: 18px;
    line-height: 120%;
    color: rgba(0, 0, 0, 1);
}

.why {
    padding: 80px 0 111px 0;
    background: #37224F;
}

.why .container {
    max-width: 1440px;
    padding: 0 15px;
}

.why__title {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 120%;
    text-align: center;
    margin-bottom: 86px;
}

.why__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.why__item {
    width: 700px;
    height: 450px;
    background: #A57BFF;
    padding: 50px;
    border-radius: 30px;
    position: relative;
}

.why__item-title {
    max-width: 400px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 20px;
}

.why__item-text {
    max-width: 400px;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
}

.why__item:first-child .why__item-text {
    max-width: 370px;
} 

.why__item:nth-child(3) .why__item-text {
    max-width: 370px;
}

.why__item-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.why__item:hover .why__item-title, .why__item:hover .why__item-text {
    color: rgba(55, 34, 79, 1);
}

.why__item:hover {
    background: rgba(234, 255, 115, 1);
    transition: 0.3s all ease 0s;
}

.price {
    padding: 80px 0 58px 0;
}

.price .container {
    max-width: 1810px;
    padding: 0 15px;
}

.price__title {
    background: linear-gradient(to bottom, #37224F 76%, #513473 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 900;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 60px;
}

.price__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.price__inner-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: rgba(0, 0, 0, 1);
}

.price__inner-term {
    display: flex;
    border-radius: 100px;
    background: rgba(244, 239, 255, 1);
    padding: 10px 20px;
    gap: 30px;
    height: 90px;
    align-items: center;
}

.price__inner-item {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
    padding: 10px 10px 10px 20px;
    gap: 20px;
}

.price__inner-item--active {
    background: #fff;
    border-radius: 190px;
}

.price__inner-item span {
    background: rgba(165, 123, 255, 1);
    color: #fff;
    padding: 10px 16px;
    border-radius: 70px;
}

.price__inner-switchers {
    display: flex;
    gap: 20px;
}

.price__inner-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(55, 34, 79, 1);
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.price__cards {
    display: flex;
}

.card {
    border: 1px solid rgba(227, 227, 227, 1);
    padding: 40px 25px 30px 25px;
    width: 445px;
}

.card__header {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: center;
    margin-bottom: 20px;
}

.card__title {
    font-size: 28px;
    font-weight: 800;
    color: rgba(0, 0, 0, 1);
}

.card__setting-row {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.card__counter {
    display: flex;
    width: 150px;
    height: 52px;
    background: rgba(244, 239, 255, 1);
    align-items: center;
    justify-content: space-between;
    padding: 14.5px 12.5px;
    border-radius: 5px;
}

.card__counter-input {
    background: rgba(244, 239, 255, 1);
    width: 39px;
    height: 24px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
}

.card__counter-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    width: 23px;
    height: 23px;
    border-radius: 5px;
}

.card__settings-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
}

.card__select-wrapper {

}

/* */

.whatis {
    background: rgba(55, 34, 79, 1);
    color: #fff;
    padding: 80px 0;
}

.whatis .container {
    max-width: 100%;
    padding: 0 40px;
}

.whatis__title {
    max-width: 668px;
    font-weight: 900;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.whatis__subtitle {
    max-width: 965px;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 80px;
}

.whatis__subtitle span {
    font-weight: 800;
}

.whatis__title-two {
    font-weight: 900;
    font-size: 48px;
    line-height: 120%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.whatis__list {
    display: flex;
    gap: 10px;
}

.whatis__item {
    max-width: 390px;
    background: #fff;
    height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

.whatis__item-title {
    color: rgba(55, 34, 79, 1);
    font-weight: 800;
    font-size: 21px;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 40px;
}

.whatis__item-text {
    color: rgba(55, 34, 79, 1);
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
}

.whatis__item:nth-child(1) {
    padding-top: 58px;
}

.whatis__item:nth-child(2) {
    padding-top: 52px;
}

.whatis__item:nth-child(3) {
    padding-top: 55px;
}

.whatis__item:nth-child(4) {
    padding-top: 35px;
}

.whatis__item:nth-child(5) {
    padding-top: 70px;
}

.try-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 360px;
    height: 60px;
    background: rgba(234, 255, 115, 1);
    color: rgba(55, 34, 79, 1);
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
    margin-top: 80px;
}

.faq {
    padding: 80px 0;
}

.faq .container {
    max-width: 870px;
    padding: 0 15px;
}

.faq__title {
    font-size: 48px;
    font-weight: 900;
    line-height: 120%;
    background: linear-gradient(to bottom, #37224F 76%, #513473 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin-bottom: 70px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq__item {
    width: 100%;
    background: rgba(242, 238, 251, 1);
    padding: 30px 40px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.faq__item-title {
    color: rgba(55, 34, 79, 1);
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    max-width: 700px;
}

.faq__item-text {
    margin-top: 20px;
    display: none;
}

.faq__item--active .faq__item-text {
    display: block;
    max-width: 700px;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: rgba(55, 34, 79, 1);
}

.faq__item::after {
    content: '';
    position: absolute;
    top: 33px;
    right: 40px;
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/faq_icon.svg") no-repeat center top / cover;
    transform: rotate(180deg);
}

.faq__item--active::after {
    content: '';
    position: absolute;
    top: 38px;
    right: 40px;
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/faq_icon.svg") no-repeat center top / cover;
     transform: rotate(0deg);
}

.partners {
    background: rgba(242, 238, 251, 1);
    padding: 80px 0 120px 0;
}

.partners .container {
    max-width: 100%;
    padding: 0 40px;
}

.partners__title {
    font-weight: 900;
    font-size: 48px;
    line-height: 120%;
    background: linear-gradient(to bottom, #37224F 76%, #513473 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin-bottom: 80px;
}

.partners__list {
    display: flex;
    gap: 10px;
}

.partners__list-item {
    width: 360px;
    height: 280px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 114px 40px;
    border-radius: 30px;
}

.footer {
    background: rgba(55, 34, 79, 1);
    color: #fff;
    padding: 80px 0;
}

.footer .container {
    max-width: 1630px;
    padding: 0 15px;
}

.footer__logo {
    display: block;
    margin-bottom: 113px;
}

.footer__social {
    display: flex;
    gap: 29px;
    justify-content: center;
    align-items: center;
    max-width: 258px;
    margin-bottom: 62px;
}

.footer__copyright {
    font-weight: 500;
    font-size: 16px;
    line-height: 86%;
    color: #fff;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
}

.footer__menu-link, .footer__download-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.footer__menu {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer__download {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer__download-title {
    font-weight: 700;
    font-size: 18px;
}

.footer__policy-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer__policy-link {
    color: #fff;
    text-decoration: underline;
}

.card__settings {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.card__note {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding-bottom: 30px;
}

.card__note span {
    font-weight: 700;
}

.card__price {
    padding-top: 31px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-top: 1px solid rgba(227, 227, 227, 1);
    margin-bottom: 20px;
}

.card__price-text {
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}

.card__price-value {
    font-weight: 800;
    font-size: 36px;
    color: rgba(0, 0, 0, 1);
    line-height: 100%;
}

.card__price-text:first-child {
    padding-right: 5px;
}

.card__price-text:last-child {
    padding-left: 5px;
}

.card__button {
    background: radial-gradient(85.82% 99.96% at 53.8% 14.17%, #A57BFF 50.83%, #513473 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    gap: 5px;
    margin-bottom: 20px;
}

.card__button span {
    color: rgba(234, 255, 115, 1);
}

.card__feature {
    display: flex;
    flex-direction: row;
}

.card__feature-icon--infinity {
    display: flex;
    width: 28px;
    height: 28px;
}

.card__feature-icon--infinity img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.card__feature-item {
    gap: 12px;
    display: flex;
    align-items: center;
}

.card__features {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card__setting-row_bottom {
    width: 350px;
    justify-content: center;
    gap: 70px;
}

.card__setting-row_bottom .card__setting-label {
    
}

.card__select-wrapper {
   width: 136px;
   height: 52px;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 30px;
   cursor: pointer;
}

.card__select-value {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    color: rgba(0, 0, 0, 0.5);
    padding-left: 40px;
        padding-left: 89px;
    padding-right: 46px;
    position: relative;
}

.card__setting-label {
    font-size: 16px;
    font-weight: 600;
}

.card__select-value::after {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    background: url("../img/price_arr.svg") no-repeat center top / cover;
    width: 23px;
    height: 23px;
}

.card:last-child .card__note {
    padding-bottom: 10px;
}

.card:last-child .card__note:last-child {
    margin-bottom: 20px;
}

/* Контейнер для карточек превращаем в гибкую ленту */
.price__cards {
    display: flex;
    flex-wrap: nowrap; /* Запрещаем перенос строк */
    overflow: hidden;  /* Скрываем то, что не влазит */
    gap: 0; /* Отступы лучше регулировать внутри карточки или padding-ом */
    scroll-behavior: smooth; /* Плавность для нативной прокрутки */
    width: 100%;
    position: relative;
}

/* Настройки ширины карточек для слайдера */
.card {
    /* Логика: 
       На десктопе показываем 4 карточки (25% ширины).
       Всего карточек 6. 
       Скролл будет двигать ленту.
    */
    min-width: 25%; 
    flex-shrink: 0; /* Запрещаем сжатие карточек */
    box-sizing: border-box;
    transition: 0.3s;
}


/* --- Адаптив (Заглушки для мобильных) --- */
@media (max-width: 1200px) {
    .card {
        min-width: 33.333%; /* 3 карточки */
    }
}

@media (max-width: 992px) {
    .card {
        min-width: 50%; /* 2 карточки */
    }
}

@media (max-width: 768px) {
    .card {
        min-width: 100%; /* 1 карточка на мобильном */
    }
}

.partners__list {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.partners__list-item {
    width: 350px;
}

.whatis__list {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.whatis__item {
    max-width: 350px;
}

@media screen and (max-width: 1280px) {
    .why__list {
        justify-content: center;
        align-items: center;
    }
}

/* --- Стили для Бургера (Новые) --- */

/* 1. Настройка обертки для Десктопа (чтобы ничего не сломалось) */
.header__body {
    display: flex;
    align-items: center;
    width: 100%;
    /* Это сохранит ваше поведение margin-right: auto у меню */
}

/* Скрываем бургер на больших экранах */
.header__burger {
    display: none;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    position: relative;
    z-index: 101;
    cursor: pointer;
    padding: 0;
}

.header__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000; /* Цвет полосок бургера */
    position: absolute;
    left: 0;
    transition: 0.3s all ease;
}

.header__burger span:nth-child(1) { top: 0; }
.header__burger span:nth-child(2) { top: 9px; }
.header__burger span:nth-child(3) { bottom: 0; }

/* Анимация превращения в крестик */
.header__burger.active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
}
.header__burger.active span:nth-child(2) {
    opacity: 0;
}
.header__burger.active span:nth-child(3) {
    bottom: 9px;
    transform: rotate(-45deg);
}

.whatis__item {
    max-width: 320px;
    height: 420px;
}

/* --- Мобильная адаптация (< 1280px) --- */
@media (max-width: 1280px) {
    /* Показываем бургер */
    .header__burger {
        display: block;
        margin-left: auto; /* Прижимаем бургер вправо */
    }

    /* Добавляем 3-ю полоску для бургера через JS или псевдоэлемент, 
       но в HTML выше я оставил span-ы, просто добавьте их 3 штуки */
    .header__burger span:nth-child(1) { top: 0; }
    .header__burger span:nth-child(2) { top: 9px; }
    .header__burger span:nth-child(3) { bottom: 0; }

    /* Превращаем header__body в выезжающее меню */
    .header__body {
        position: fixed;
        top: 75px; /* Высота шапки */
        left: 0;
        width: 100%;
        height: calc(100vh - 75px); /* На всю высоту экрана */
        background-color: #fff;
        flex-direction: column; /* Элементы вертикально */
        align-items: flex-start; /* Выравнивание по левому краю */
        padding: 30px 20px;
        overflow-y: auto;
        transform: translateX(100%); /* Скрыто справа */
        transition: transform 0.3s ease-in-out;
        gap: 20px; /* Отступы между блоками */
    }

    .header__body.active {
        transform: translateX(0); /* Показываем */
    }

    /* Адаптируем внутренности меню */
    .header__menu {
        flex-direction: column;
        margin-right: 0;
        gap: 20px;
        width: 100%;
    }

    .header__menu-link {
        font-size: 20px; /* Чуть крупнее для пальца */
        display: block;
        padding: 5px 0;
    }

    /* Стили для кнопок в мобилке, чтобы выглядели аккуратно */
    .reg-btn, .log-btn {
        width: 100%;
        text-align: center;
        /* Если у кнопок есть свои стили padding/margin, они сохранятся */
    }
    
    .lang-switcher {
        margin-bottom: 10px;
    }
    
    /* Блокируем прокрутку сайта когда меню открыто */
    body.lock {
        overflow: hidden;
    }
    .header {
        padding: 25px 0;
    }
    .reg-btn {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .hero__img {
        width: 80%;
    }
    .for__inner-img {
        display: none;
    }
    .price__inner-title {
        display: none;
    }
    .price__inner {
        flex-direction: column;
        gap: 20px;
    }
    .hero {
        padding-top: 130px;
    }
    .hero__title {
        font-size: 40px;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .hero__subtitle {
        font-size: 18px;
        max-width: 560px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .hero__list {
        flex-direction: column;
        gap: 20px;
    }
    .hero {
        padding-bottom: 60px;
    }
    .for__title {
        font-size: 32px;
    }
    .for__subtitle {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .for__inner-list {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .for {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .why__title {
        font-size: 35px;
        margin-bottom: 40px;
    }
    .why {
        padding: 60px 0;
    }
    .why__item-img {
        width: 38%;
    }
    .price__inner-item {
        font-size: 14px;
        height: 50px;
    }
    .price__inner-term {
        gap: 15px;
        height: 70px;
        padding: 10px;
    }
    .whatis__title {
        font-size: 30px;
    }
    .whatis__subtitle {
        font-size: 18px;
    }
    .whatis__title-two {
        text-align: center;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .whatis__item {
        max-width: 304px;
        height: 450px;
    }
    .whatis {
        padding-bottom: 50px;
    }
    .try-btn {
        margin-top: 40px;
    }
    .partners__list-item {
        width: 250px;
        height: 200px;
    }
    .partners__list-item img {
        width: 90%;
    }
    .partners {
        padding: 60px 0;
    }

    .footer__inner {
        flex-wrap: wrap;
        gap: 50px;
        padding: 40px;
        align-items: center;
    }
    .footer__logo {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    .footer__inner {
        justify-content: center;
    }
    .partners__list-item {
        padding: 67px 18px;
        width: 190px;
        height: 100px;
    }
    .faq__item-title {
        font-size: 16px;
    }
    .faq__item--active .faq__item-text {
        font-size: 15px;
    }
    .faq__item {
        padding-left: 20px;
    }
    .faq__item--active::after {
        right: 20px;
    }
    .faq__item::after {
        right: 22px;
    }
    .faq__title {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .faq {
        padding: 60px 0;
    }
        .price__inner-term {
        gap: 3px;
        height: 70px;
        padding: 6px;
    }
    .price__inner-item {
        padding: 10px 10px 10px 15px;
        gap: 5px;
        font-size: 11px;
    }
    .price__inner-item span {
        padding: 7px 5px;
    }
    .hero__title {
        font-size: 22px;
    }
    .hero__subtitle {
        font-size: 16px;
    }
    .hero__list {
        gap: 10px;
    }
    .hero__list-item {
        gap: 10px;
        font-size: 14px;
    }
    .hero__list-icon {
        width: 28px;
    }
    .why__item-img {
        display: none;
    }
    .why__item {
        padding: 25px;
        height: 430px;
    }
    .card{
            border: 1px solid rgba(227, 227, 227, 1);
    padding: 24px 15px 21px 15px;
    width: 300px;
    }
    .card__setting-row_bottom {
        gap: 32px;
    }
    .whatis__item-title {
        margin-top: 20px;
        font-size: 22px;
    }
    .try-btn {
        width: 100%;
    }
    .footer__copyright {
        text-align: center;
    }
}

.price__inner-item {
    cursor: pointer;
}

/* --- Стили переключателя языков (Десктоп) --- */

.lang-switcher {
    position: relative; /* Чтобы список позиционировался относительно этого блока */
    margin-right: 50px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #696973;
    z-index: 105; /* Чтобы список был выше контента */
}

/* Блок с текущим языком и стрелкой */
.lang-switcher__current {
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

/* Ховер эффект для самого переключателя */
.lang-switcher:hover .lang-switcher__current {
    color: #000; /* Цвет при наведении */
}


/* Сам выпадающий список (скрыт по умолчанию) */
.lang-switcher__list {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px); /* Центрируем и сдвигаем вниз */
    background: #fff;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Красивая тень */
    list-style: none;
    min-width: 60px;
    text-align: center;
    
    /* Скрытие/Анимация */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Показываем список при наведении на контейнер */
.lang-switcher:hover .lang-switcher__list {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Ссылки внутри списка */
.lang-switcher__link {
    display: block;
    padding: 8px 15px;
    color: #696973;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s, color 0.3s;
}

.lang-switcher__link:hover {
    background-color: #f5f5f5;
    color: #000;
}

/* Активный язык в списке (опционально) */
.lang-switcher__link.active {
    color: #000;
    font-weight: 700;
}


/* --- Адаптация под Мобилку (добавить внутрь @media max-width: 1280px) --- */

@media (max-width: 1280px) {
    .lang-switcher {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    /* На мобильном удобнее видеть языки сразу в ряд, 
       вместо выпадающего списка, который перекрывает кнопки */
    
    .lang-switcher__current {
        display: none; /* Скрываем "выпадалку" */
    }

    .lang-switcher__list {
        /* Делаем список видимым и статичным */
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding: 0;
        display: flex; /* Выстраиваем в ряд */
        gap: 20px;
        background: transparent;
    }

    .lang-switcher__link {
        font-size: 20px; /* Крупнее для пальца */
        padding: 0;
        font-weight: 700;
        color: #696973;
    }

    /* Выделяем активный язык подчеркиванием или цветом */
    .lang-switcher__link.active {
        color: #000;
        text-decoration: underline;
    }
}

html {
  scroll-behavior: smooth;
}

.whatis__title-two {
    text-align: center;
}

.footer__payments {
    display: flex;
    gap: 17px;
    margin-top: 100px;
}

.whatis__slider {
    position: relative;
   
}

.whatis__track {
    overflow: hidden;
}

.whatis__list {
    display: flex;
    transition: transform .4s ease;
    gap: 10px;
}

/* по 1 карточке на экране */
.whatis__item {
    min-width: 100%;
}

/* кнопки */

.whatis__nav {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: rgba(234, 255, 115, 1);
    color: #000;
    font-weight: 600;
    font-size: 26px;
    cursor: pointer;
    z-index: 200;
}

.whatis__nav.prev {
    left: -25px;
}

.whatis__nav.next {
    right: -25px;
}

/* точки */

.whatis__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.whatis__dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.whatis__dot.active {
    background: #ff7a00;
}

/* desktop: по 3 карточки */

@media (min-width: 900px) {
    .whatis__item {
        min-width: calc(33.333% - 7px);
    }
}


.whatis__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.whatis__item {
    min-width: 100%;
}

/* ≥1920 */
@media (min-width: 1920px) {
    .whatis__item {
        min-width: calc(20% - 8px);
    }
    .whatis__nav {
        display: none;
    }
}

/* <1920 */
@media (max-width: 1919px) {
    .whatis__item {
        min-width: calc(25% - 8px);
    }
}

/* <1400 */
@media (max-width: 1399px) {
    .whatis__item {
        min-width: calc(33.333% - 8px);
    }
}

/* <1024 */
@media (max-width: 1023px) {
    .whatis__item {
        min-width: calc(50% - 8px);
    }
}

/* mobile */
@media (max-width: 600px) {
    .whatis__item {
        min-width: 100%;
    }
}


.partners__slider {
    position: relative;
}

.partners__track {
    overflow: hidden;
}

.partners__list {
    flex-wrap: nowrap !important;
    transition: transform .4s ease;
}

/* стрелки */

.partners__nav {
    position: absolute;
    top: 47%;
    font-weight: 600;
    color: #000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: rgba(234, 255, 115, 1);
    font-size: 26px;
    cursor: pointer;
    z-index: 10;
    display: none;
}

.partners__nav.prev {
    left: -25px;
}

.partners__nav.next {
    right: -25px;
}

/* размеры карточек */

.partners__list-item {
    min-width: 100%;
}

/* ≥1920 */
@media (min-width: 1920px) {
    .partners__list-item {
        min-width: calc(20% - 8px);
    }
}

/* <1920 */
@media (max-width: 1919px) {
    .partners__list-item {
        min-width: calc(25% - 8px);
    }
    .partners__list {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .partners__nav {
        display: block;
    }
}

/* <1400 */
@media (max-width: 1399px) {
    .partners__list-item {
        min-width: calc(33.333% - 8px);
    }
}

/* <1024 */
@media (max-width: 1023px) {
    .partners__list-item {
        min-width: calc(50% - 8px);
    }
}

/* mobile */
@media (max-width: 600px) {
    .partners__list-item {
        min-width: 100%;
    }
}

.footer__download {
    display: none;
}

/* затемнение */
.popup {
    display: none;
    /* скрыт по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* белое окно */
.popup__content {
    background: #fff;
    padding: 20px;
    max-width: 900px;
    width: 90%;
    max-height: 80%;
    overflow-y: auto;
    border-radius: 8px;
    position: relative;
    color: #212121;
}

/* крестик */
.popup__close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.popup h2 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.popup p {
    margin-top: 20px;
    line-height: 120%;
    font-size: 14px;
}

.why__item-2 .why__item-img {
    width: 50%;
}

/* Контейнер делаем относительным, чтобы выпадашка позиционировалась от него */
.card__select-wrapper {
    position: relative;
    cursor: pointer;
    min-width: 80px; /* подправь под свой дизайн */
}

/* Сам список опций */
.card__select-list {
    display: none; /* Скрыт по дефолту */
    position: absolute;
    top: 110%; /* Чуть ниже основного блока */
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 100;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
}

/* Элемент списка */
.card__select-item {
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: background 0.2s;
    text-align: center;
}

.card__select-item:hover {
    background: #f4efff; /* Твой фиолетовый оттенок */
}

/* Поворот иконки (если добавишь стрелочку потом) */
.card__select-wrapper.is-open .card__select-list {
    display: block;
}

.card__custom .card__select-wrapper {
    background: #F4EFFF;
    padding-right: 0;
    height: 40px;
    border-radius: 5px;
}

.card__custom .card__select-value {
    padding-left: 10px;
}

.card__custom .card__setting-row_bottom {
    gap: 20px;
}

.card__custom .card__setting-row_bottom .card__setting-label {
    font-size: 14px;
}