/*Обнуление*/
* {
    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-size: 18px;
    font-weight: 500;
    line-height: 140%;
    color: #000;
}

.header {
    padding: 20px 0;
    border-bottom: 1px solid #212121;
}

.container {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}

.header__navigation {
    display: flex;
    align-items: center;
}

.header__menu {
    display: flex;
    margin-left: 80px;
    gap: 0 30px;
}

.header__menu-item.active .header__menu-link {
    opacity: 0.5;
}

.header__menu-link {
    text-transform: uppercase;
    color: #212121;
    font-weight: 600;
    font-size: 14px;
}

.language-switcher {
    margin-left: auto;
    margin-right: 45px;
    color: #212121;
    font-weight: 600;
    font-size: 18px;
}

.login-btn {
    color: #212121;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero__title {
    font-size: 60px;
    font-weight: 700;
    line-height: 122%;
    max-width: 643px;

}

.hero__subtitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 122%;
    color: #384636;
    margin-bottom: 50px;
    margin-top: 10px;
    max-width: 700px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 263px;
    height: 70px;
    background: #212121;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: auto;
    border-radius: 50px;
}

.benefits {
    padding: 100px 0;
}

.benefits__list {
    display: flex;
    flex-wrap: wrap;
    gap: 70px 30px;
    align-items: center;
}

.benefits__item {
    text-align: center;
    width: 30%;
}

.benefits__item-img {
    margin-bottom: 50px;
}

.benefits__item-img {

}

.benefits__item-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.benefits__item-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    max-width: 360px;
    margin: 0 auto;
    height: 83px;
}

.characteristics__slider-item {
    display: flex;
}

.section-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-left: 160px; /* отступ, чтобы текст не прилипал */
}

.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 130px; /* длина линии */
    height: 2px; /* толщина линии */
    background: #212121; /* цвет линии */
    transform: translateY(-50%);
}


.characteristics__slider {
    width: 100%;
    background: #F8F9F1;
}

.characteristics__slider-item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.characteristics__slider--left {
    position: relative;
    display: flex;
    align-items: center;
}

.characteristics__slider--left img {
    border-radius: 20px;
}

.characteristics__slider--right {
    max-width: 360px;
    flex: 1;
    text-align: center;
}

.characteristics__slider-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.characteristics__slider-text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-pagination {
    margin-top: 20px;
    text-align: center;
}

.characteristics .container {
    max-width: 1350px;
    margin: 0 auto; /* центрирование */
    padding: 0 15px; /* небольшой отступ от краев экрана */
}

.characteristics__slider {
    max-width: 1350px;
    margin: 0 auto;
}

.characteristics__slider .swiper-slide {
    width: 100% !important; /* каждый слайд ровно по ширине контейнера */
    box-sizing: border-box;
}

.characteristics__slider-img:first-child {
    width: 500px;
    height: 600px;
}

.characteristics__slider-img:last-child {
    margin-left: -150px;
    margin-bottom: -50px;
}

.characteristics__slider {
    border-radius: 20px;
    margin-bottom: 50px;
    margin-top: 84px;
    margin-bottom: 50px;
}

.characteristics {
    padding-bottom: 69px;
}

/* Общий стиль стрелок */
.swiper-button-next,
.swiper-button-prev {
    background: #111; /* чёрный круг */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #333; /* лёгкое затемнение при наведении */
}

/* Убираем дефолтный символ Swiper */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 15px;
    font-weight: bold;
    color: #fff; /* белая стрелка */
}

.swiper-button-next::after {
    margin-left: 3px;
}

.swiper-button-next {
    right: -20px;
}

.swiper-button-prev {
    left: -20px;
}

.characteristics {
    position: relative;
}

.swiper-pagination {
    position: relative;
    margin-top: 40px;
}


.characteristics .container {
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    top: 44%;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.characteristics__slider-item {
    justify-content: space-between;
    padding-right: 90px;
}

.swiper-pagination-bullet-active {
    background: #212121;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 10px;
}

.how__list {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}

.how__list-item {
    max-width: 360px;
}

.how__inner {
    display: flex;
    align-items: center;
}

.how__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 360px;
    line-height: 120%;
}

.how__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.how__right {
    display: flex;
    align-items: center;
}

.how_img:first-child {
    position: relative;
    z-index: 5;
    margin-right: -90px;
}

.how .container {
    max-width: 1650px;
    margin: 0 auto;
    position: relative;
    top: -30px;
}

.how {
    padding-bottom: 79px;
}

.start {

}

.start__block {
    background: #E1F2A8;
    max-width: 1044px;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 64px 20px;
    margin-bottom: 20px;
}

.start__title {
    font-weight: 700;
    font-size: 40px;
    color: #000;
    line-height: 140%;
    text-align: center;
    max-width: 579px;
    margin-bottom: 50px;
}

.plans__item-try,
.testdrive__link {
    text-transform: uppercase;
}

.plans__switcher {
    justify-content: center;
    display: flex;
}

.plans__inner {
    justify-content: space-between;
}

.plans {
    padding: 70px 0
}

.plans__inner {
    display: flex;
    align-items: center;
    margin-bottom: 50px
}

.plans__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%
}

.plans__switcher {
    align-items: center;
    background: #edf1fb;
    padding: 10px;
    border-radius: 100px;
    font-size: 24px;
    font-weight: 700;
    height: 90px
}

.plans__switcher-left {
    color: #000;
    margin-right: 30px
}

.plans__switcher-right {
    border-radius: 190px;
    padding: 0 20px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000
}

.plans__switcher-right.active {
    background: #212121;
    color: #fff
}

.plans__switcher-right span {
    color: #000;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    margin-left: 20px
}

.plans__item-try,
.plans__pagination a {
    justify-content: center;
    color: #fff;
    display: flex
}

.plans__switcher-right.active span {
    color: #212121;
    background: #C4F32C;
}

.plans__pagination {
    display: flex;
    gap: 0 20px
}

.plans__pagination a {
    background: #212121;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    align-items: center;
    cursor: pointer
}

.plans__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e3e3e3;
    padding: 40px 25px 30px
}

.plans__item-top {
    display: flex;
    align-items: center;
    gap: 0 16px;
    margin-bottom: 20px
}

.plans__item-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 120%
}

.plans__item-price {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px
}

.plans__item-price span {
    color: #212121;
    font-size: 36px;
    margin-right: 8px;
    font-weight: 800;
}

.plans__item-list {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 48px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    font-size: 16px;
    font-weight: 600
}

.plans__item-mark,
.text-block h2 {
    margin-bottom: 10px
}

.plans__lists {
    display: flex
}

.plans__list.free .plans-counter {
    position: relative;
    padding-top: 3px
}

.plans__list.free .plans-counter::before {
    content: '50';
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 20px;
    font-weight: 700
}

.plans__list.start .plans-counter {
    position: relative;
    padding-left: 30px;
    padding-top: 3px
}

.plans__list.start .plans-counter::before {
    content: '3 000';
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 20px;
    font-weight: 700
}

.plans__list.business .plans-counter {
    position: relative;
    padding-left: 45px;
    padding-top: 3px
}

.plans__list.business .plans-counter::before {
    content: '25 000';
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 20px;
    font-weight: 700
}

.plans__list.profi .plans-counter {
    position: relative;
    padding-left: 40px;
    padding-top: 3px
}

.plans__list.profi .plans-counter::before {
    content: '50 000';
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 20px;
    font-weight: 700;
}

.plans__item-mark {
    position: relative;
}

.plans__item-mark.plans-no::before {
    content: '';
    background: url("../images/dashboard-constructor/lending/plan_mark_disable.svg") center top/cover no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    top: -7px;
    left: -40px;
}

.plans__item-mark.plans-yes::before {
    content: '';
    background: url("../images/dashboard-constructor/lending/plan_mark_enable.svg") center top/cover no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    top: -7px;
    left: -40px;
}

.plans-first-pay::before {
    content: '0';
    position: absolute;
    top: 4px;
    font-size: 20px;
    font-weight: 700;
    left: -38px;
}

.plans__item-bottom {
    display: flex;
    gap: 0 30px;
    align-items: center;
    justify-content: center;
}

.plans__item-try {
    align-items: center;
    width: 192px;
    height: 72px;
    border-radius: 72px;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    background: #212121;
    border: 5px solid #edf1fb
}

.arrow,
.plans__item-pagination {
    height: 40px;
    border-radius: 20px;
}

.plans__item-pagination {
    width: 40px;
    background: #145eff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plans__item-mark.hidden {
    display: none;
    transition: .3s
}

.plans__switcher-left {
    height: 70px;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .3s
}

.plans__switcher-right {
    transition: .3s
}

.plans__switcher-left.active {
    background: #212121;
    color: #fff
}

.plans__item-try:hover,
.testdrive__link:hover {
    background: #212121;
    transform: scale(1.02);
    border: none
}

.carousel-content button,
.plans__item-try,
.testdrive__link {
    transition: .3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

@media screen and (max-width: 1817px) {
    .plans__lists {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
}

@media screen and (max-width: 952px) {
    .plans__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .plans__pagination {
        display: none;
    }

    .plans__item {
        border: none;
        padding: 0;
    }

    .plans__item-mark {
        max-width: 360px;
    }

    .plans__item {
        max-width: 360px;
    }

    .plans__switcher-left {
        font-size: 20px;
    }

    .plans__switcher-right {
        font-size: 20px;
    }

    .plans {
        padding-top: 30px;
    }
}

.plans__lists.swiper {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 1800px) {
    .plans__item {
        width: 380px;
    }
}

@media (max-width: 768px) {
    .plans__item {
        width: 90%;
    }
}

.plans__lists {
    display: flex;
    /* Убрать или переопределить */
}

/* Убираем отступы у слайда */


/* Обнуляем margin и padding у списка */
.plans__list {
    margin: 0;
    padding: 0;
}

/* Убедимся, что item тянется на 100% */
.plans__item {
    width: 100%;
    max-width: none;
}

.plans__pagination {
    visibility: hidden;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

.plans__pagination a.disabled,
.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.plans__pagination {
    margin-top: 0;
}

.plans {
    padding: 46px 0;
}

.integrations__text {
    max-width: 600px;
    margin-bottom: 79px;
    margin-top: 49px;
}

.integrations__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    margin-bottom: 10px;
}

.integrations__list li {
    list-style-type: disc;
    margin-left: 25px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 7px;
}

.integrations__title--bottom {
    margin-top: 79px;
}

.integrations__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.integrations {
    padding: 110px 0 139px 0;
}

.integrations__right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.integrations__right-block {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 531px;
    height: 281px;
    background: #fff;
    padding: 80px 55px;
    border-radius: 20px;
    z-index: 10;
}


.integrations__right::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -187px;
    background: url(../images/dashboard-constructor/lending/test_vector.png) no-repeat center top / cover;
    z-index: 5;
    width: 828px;
    height: 702px;
}

.faq {
    padding-top: 70px;
}

.faq .section-title {
    margin-bottom: 60px;
}

.arrow,
.faq-question .arrow img {
    transition: transform .3s
}

.faq-question {
    justify-content: space-between;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    width: 1025px
}

.faq-question {
    display: flex;
    align-items: center;
    font-size: 20px;
    text-align: left;
    max-width: 1025px;
    font-weight: 600;
    line-height: 120%
}

.faq-answer {
    display: none;
    padding: 20px 0 0;
    color: #333;
    text-align: left;
    max-width: 800px;
    line-height: 160%;
    font-size: 18px
}

.faq__title,
.partners__title,
.testdrive__title {
    font-size: 32px;
    font-weight: 600
}

.faq-item.active .faq-answer {
    display: block;
    padding-top: 10px
}

.faq-item.active .arrow {
    transform: rotate(180deg);
    background: #002574
}

.faq__inner {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 100px 150px
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s, padding .4s
}

.faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color .3s
}

@media screen and (max-width: 1450px) {

    .faq__inner {
        padding: 80px 40px;
    }

}

@media screen and (max-width: 1280px) {


    .burger {
        display: flex;
    }

}


@media screen and (max-width: 952px) {
    .faq-question p {
        max-width: 270px;
        padding-right: 20px;
        font-size: 18px;
    }
}

.faq .container {
    max-width: 1044px;
    margin: 0 auto;
}

.faq-item {
    width: 100%;
}

.faq {
    padding-bottom: 145px;
}

.partners {
    padding: 70px 0 140px 0;
    background: #F8F9F1;
}

.partners .section-title {
    margin-bottom: 55px;
}

.partners__list {
    display: flex;
    gap: 20px;
    padding: 0 20px;
}

.partners__list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 248px;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    box-shadow: -18px 25px 21px 0 rgba(0, 0, 0, 0.05);
    padding: 40px 37px;
}

.partners__list-img {
    width: 100%;
}

.footer {
    padding: 80px 0;
    background: #212121;
    color: #fff;
}

.footer .container {
    max-width: 1245px;
}

.footer a {
    color: #fff;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
}

.footer__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__pretitle {
    margin-bottom: 10px;
}

.footer__phone-number:not(:last-child) {
    margin-bottom: 20px;
}

.footer__center {
    display: flex;
    flex-direction: column;
}

.footer__social-list {
    display: flex;
    margin-top: auto;
    gap: 30px;
}

.footer__payments-list {
    display: flex;
    gap: 0 16px;
}

.footer__right {
    display: flex;
    flex-direction: column;
}

.footer__menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.footer__logo {
    margin-bottom: 147px;
}

.footer__copyright, .footer__pretitle, .footer__menu-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 86%;
}

.footer__pretitle {
    margin-bottom: 20px;
}

.footer__phone-number {
    font-weight: 700;
    font-size: 20px;
    line-height: 86%;
}

.hero__right {
    position: relative;
}


.hero__right-img {
    position: relative;
    z-index: 10;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: transform 0.3s ease;
    z-index: 9999;
    background: #fff;
}

.hero {
    padding-top: 80px;
}

.language-switcher:hover .language-dropdown,
aside,
footer,
header,
nav {
    display: block
}

.language {
    color: #000;
    text-decoration: underline;
    position: relative;
    padding-right: 20px
}

.language::after {
    content: "";
    position: absolute;
    top: 1px;
    right: -3px;
    background: url("../images/dashboard-constructor/lending/language_icon.svg") center top/cover no-repeat;
    width: 7px;
    height: 15px
}

.dot,
.language-btn {
    background: 0 0;
    cursor: pointer
}

.language-switcher {
    position: relative;
    display: inline-block
}

.language-btn {
    border: none;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 4px 0;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    min-width: 60px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    z-index: 100
}

.language-dropdown li a {
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    color: #000
}

.language-dropdown li a:hover {
    background-color: #f0f0f0
}

.language {
    cursor: pointer;
    background: 0 0
}

@media screen and (max-width: 1280px) {

    .menu,
    .menu-login,
    .language {
        display: none;
    }

    .registration .language {
        display: block;
    }

}


@media screen and (max-width: 768px) {
    .burger-menu .language-switcher,
    .burger-menu .language {
        display: block;
    }

    .burger-menu .language-switcher {
        position: absolute;
        top: 34px;
        left: 0;
        right: 0;
        display: block;
        width: 50px;
        margin-left: auto;
        margin-right: 104px;
    }

    .burger-menu .language::after {
        top: 4px;
    }
}

.burger-menu .language-switcher,
.burger-menu .language {
    display: block;
}

.burger-menu .language-switcher {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    display: block;
    width: 50px;
    margin-left: auto;
    margin-right: 104px;
}

.burger-menu .language::after {
    top: 4px;
}

.burger-menu .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 150px;
}

.burger-menu .logo img {
    width: 100%;
}

.burger-menu li {
    margin-bottom: 20px;
}

.burger-menu {
    padding-top: 60px;
}

.burger-menu .menu-login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
}

.language::after {
    content: "";
    position: absolute;
    top: 3px;
    right: -4px;
    background: url(../images/dashboard-constructor/lending/language_icon.svg) center top / cover no-repeat;
    width: 13px;
    height: 15px;
}

.login-btn {
    font-weight: 700;
}

.faq-question {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
}

.faq-answer {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    line-height: 160%;
}

/* затемнение */
.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;
}

/* Бургер */
.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    cursor: pointer;
}

.burger span {
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Полноэкранное меню */
.burger-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #e4ebf9;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
}

.burger-menu.active {
    transform: translateY(0);
}

.burger-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.burger-menu li {
    margin: 15px 0;
}

.burger-menu a {
    font-size: 24px;
    text-decoration: none;
    color: #000;
}

.close-menu {
    position: absolute;
    bottom: 40px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px;
    font-size: 19px;
    width: 50px;
    height: 50px;
    border-radius: 56px;
    top: 20px;
    right: 30px;

}

.language {
    text-decoration: none;
}

.how {
    padding-top: 70px;
}

.start__title {
    font-weight: 900;
}

.plans__item-mark.plans-yes::before {
    top: -1px;
}

.plans__item-mark.plans-no::before {
    top: -2px;
}

.integrations {
    overflow: hidden;
}

.hero__right {
    max-width: 900px;
}

.hero__left {
    margin-top: 100px;
    margin-bottom: 100px;
}

.hero__right-img {
    width: 100%;
}


@media screen and (max-width: 1650px) {
    .hero {
        padding-left: 40px;
        padding-right: 40px;
    }

    .how .section-title {
        margin-bottom: 80px;
    }

    .hero__title {
        font-size: 50px;
    }

    .how {
        padding-top: 20px;
    }

    .how__inner {
        flex-direction: column;
        gap: 80px;
    }

    .how__list {
        gap: 60px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .how__list-item {
        max-width: 270px;
    }
}

@media screen and (max-width: 1440px) {
    .partners__list {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .integrations__inner {
        flex-direction: column;
        gap: 60px;
    }

    .integrations__right {
        display: flex;
        flex-direction: row;
    }

    .integrations__right::before {
        content: '';
        position: absolute;
        top: -71px;
        left: 217px;
        background: url(../images/dashboard-constructor/lending/test_vector.png) no-repeat center top / cover;
        z-index: 5;
        width: 528px;
        height: 402px;
    }

    .hero__title {
        font-size: 35px;
    }

    .hero__subtitle {
        font-size: 20px;
    }

    .benefits__item-img {
        max-width: 130px;
    }

    .benefits__item-title {
        font-size: 22px;
    }

    .benefits__item-text {
        font-size: 16px;
    }

    .how__right {
        display: none;
    }

    .benefits__item-img {
        margin-bottom: 30px;
    }

    .characteristics__slider-img:first-child {
        width: 300px;
        height: 350px;
    }

    .characteristics__slider-img:last-child {
        width: 200px;
    }

    .characteristics__slider {
        max-width: 1000px;
    }

    .how__title {
        font-size: 16px;
    }

    .how__text {
        font-size: 15px;
    }

    .start__title {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .start__block {
        padding: 30px 20px;
        max-width: 898px;
    }

    .integrations {
        padding-top: 60px;
    }

    .how__list-item {
        max-width: 33%;
    }

    .hero {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1280px) {
    .header__menu,
    .login-btn,
    .language {
        display: none;
    }

    .burger {
        display: flex;
    }

    .menu-login {
        color: #212121 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        padding: 25px;
        width: 150px;
        height: 50px;
        border-radius: 30px;
        font-size: 20px;
        border: 1px solid #212121;
    }

    .faq-question p {
        max-width: 100%;
    }

    .footer__inner {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 60px;
    }

    .footer__payments-list {
        margin-bottom: 30px;
    }

    .footer__logo {
        margin-bottom: 100px;
    }

    .integrations__right-block {
        max-width: 320px;
    }

    .integrations__right-img {
        width: 100%;
    }

    .integrations__right-block {
        padding: 35px 27px;
    }

    .integrations__right::before {
        display: none;
    }

    .integrations {
        padding-bottom: 50px;
    }

    .swiper-button-next {
        right: 20px;
    }

    .swiper-button-prev {
        left: 20px;
    }
}

@media screen and (max-width: 994px) {
    .footer__logo {
        margin-bottom: 20px;
    }

    .footer__right {
        align-items: center;
    }

    .footer__center {
        align-items: center;
    }

    .benefits__list {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 60px;
    }

    .hero__right {
        max-width: 380px;
    }

    .hero__right-img {
        width: 100%;
    }

    .partners__list-item {
        width: 218px;
        height: 148px;
    }

    .partners {
        padding-bottom: 80px;
    }

    .footer__menu {
        align-items: center;
    }

    .faq {
        padding-bottom: 100px;
    }

    .footer__left {
        align-items: center;
    }
}

@media screen and (max-width: 800px) {
    .hero__right {
        display: none;
    }

    .hero__left {
        text-align: center;
    }

    .hero .btn {
        margin: 0 auto;
    }

    .hero__title {
        margin: 0 auto;
        max-width: 500px;
        margin-bottom: 20px;
    }

    .hero__left {
        margin: 50px 0;
    }

    .benefits {
        padding-top: 70px;
    }

    .characteristics__slider .swiper-slide {
        flex-direction: column;
    }

    .characteristics__slider-img:first-child {
        width: 173px;
        height: 185px;
    }

    .characteristics__slider-img:last-child {
        width: 120px;
    }

    .characteristics__slider-img:last-child {
        margin-left: -42px;
        margin-bottom: -15px;
    }

    .characteristics__slider-item {
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-title {
        padding-left: 93px;
        padding-right: 30px;
    }

    .section-title::before {
        width: 73px;
    }

    .benefits__item-title {
        font-size: 18px;
    }

    .benefits__item {
        width: 40%;
    }

    .benefits__item-text {
        height: 136px;
    }
}

@media screen and (max-width: 644px) {
    .integrations__right {
        flex-direction: column;
    }

    .integrations__right-block {
        height: 109px;
    }

    .integrations__right-block {
        max-width: 244px;
    }

    .integrations__right-block {
        padding: 7px 27px;
    }

    .integrations__title {
        font-size: 20px;
    }

    .integrations__list li {
        font-size: 18px;
    }

    .start__title {
        font-size: 20px;
    }

    .btn {
        font-size: 15px;
        width: 197px;
        height: 52px;
    }

    .characteristics {
        padding-top: 50px;
    }
}


@media screen and (max-width: 480px) {
    .how__list {
        flex-direction: column;
    }

    .how__list-item {
        max-width: 80%;
    }

    .footer__pretitle {
        line-height: 140%;
        text-align: center;
        margin-bottom: 25px;
        max-width: 250px;
    }
}

.registration-section {
    padding: 57px 0 72px
}


.registration .testdrive__support-numbers {
    gap: 0;
    font-size: 16px
}


.registration__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 450px
}

.registration__title {
    margin-bottom: 30px;
    font-size: 32px;
    color: #000
}

.registration input {
    background: #f3f7ff;
    width: 100%;
    height: 60px;
    border-radius: 60px;
    margin-bottom: 10px;
    padding: 23px 23px 23px 27px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 120%
}

.registration button[type=submit] {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #145eff;
    color: #fff;
    width: 211px;
    height: 67px;
    border-radius: 80px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    transition: .3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.registration__login {
    font-size: 16px;
    color: #145eff
}

.registration__right {
    margin: 0 auto;
    gap: 20px;
}

.registration__right input {
    border: 1px solid rgb(243, 247, 255);
}

.registration input {
    background: #f3f7ff;
    width: 100%;
    height: 60px;
    border-radius: 60px;
    margin-bottom: 10px;
    padding: 23px 23px 23px 27px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 120%
}

.registration button[type=submit] {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
    color: #fff;
    width: 211px;
    height: 67px;
    border-radius: 80px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    transition: .3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.registration__login {
    font-size: 16px;
    color: #212121;
}

.registration .container {
    padding: 0 20px;
}

@media screen and (max-width: 1280px) {
    .registration__left {
        display: none;
    }
}

@media screen and (max-width: 544px) {
    .registration__right {
        max-width: 300px;
    }

}

@media screen and (max-width: 1280px) {
    .registration .burger, .registration .language {
        display: none;
    }
}

.benefits {
    overflow: hidden;
    position: relative;
}

.benefits__list {
    display: flex;
    gap: 70px; /* твой отступ */
    flex-wrap: nowrap; /* убираем перенос */
    animation: marquee 30s linear infinite;
}

.benefits__item {
    flex: 0 0 auto; /* фиксируем ширину по содержимому */
    text-align: center;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.reg_form-label {
    width: 100%;
}

.error_message--text {
    margin: 0;
    padding: 0;
    width: 100%;
    color: red;
}

.border-error {
    border: 1px solid red !important;
}

.error_message--password_confirmation {
    min-height: 20px;
    line-height: 20px;
    white-space: normal;
}
