@media(max-width: 767px) {
    :root {
        --section-bottom-margin: 36px;
        --left-right-padding: 16px;
    }

    .section-header {
        margin-bottom: 16px;
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .smart-captcha {
        min-width: 250px !important;
    }

    /*----- Шапка сайта -----*/
    .header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header__container {
        border-bottom: 1px solid #cbd5e1;
    }

    .mobile-header__top {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 48px;
        min-height: 1px;
        background-color: var(--white-color);
    }

    .mobile-header__left {
        display: flex;
        align-items: center;
        gap: 12px;
        height: 100%;
    }

    .mobile-header__burger {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        cursor: pointer;
        transition: transform var(--transition);
    }

    .mobile-header__burger_active {
        transform: rotateZ(90deg);
    }

    .mobile-header__logo-link {
        display: inline-flex;
        height: 28px;
    }

    .mobile-header__logo {
        width: auto;
        height: 100%;
    }

    .mobile-header__phones {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .mobile-header__top-phone {
        align-self: flex-end;
        font-weight: 700;
        line-height: 1.125rem;
    }
    /*----- Конец шапки сайта -----*/

    /*----- Мобильное меню -----*/
    .mobile-menu {
        display: none;
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: var(--white-color);
        list-style: none;
    }

    .mobile-menu__top {
        display: flex;
        justify-content: flex-end;
        padding: 11px var(--small-gap);
        border-bottom: 1px solid var(--light-steel-color);
    }

    .mobile-menu__list {
        padding: 0 var(--small-gap);
        margin: 0;
    }

    .mobile-menu__item {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid var(--light-steel-color);
    }

    .mobile-menu__item:last-child {
        border-bottom: none;
    }

    .mobile-menu__link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 52px;
        padding: 0 var(--left-right-padding);
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 1.25rem;
        border-bottom: 1px solid #e2e8f0;
    }

    .mobile-menu__link-expand {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        background-image: url('/upload/icons/template/mobile-menu-arrow-down.svg');
        background-position: center;
        background-repeat: no-repeat;
        transition: transform var(--transition-delay);
    }

    .mobile-menu__item_active .mobile-menu__link-expand {
        transform: rotateX(180deg);
    }

    .mobile-menu__sublist {
        display: none;
        padding: 0 var(--left-right-padding);
        margin: 0 0 10px 0;
        overflow: hidden;
    }

    .mobile-menu__subitem {
        position: relative;
        display: block;
        padding-top: 20px;
        padding-left: 20px;
        width: 100%;
    }

    .mobile-menu__subitem:last-child .mobile-menu__sublink {
        padding-bottom: 0;
    }

    .mobile-menu__sublink {
        display: block;
        padding: 0;
        font-weight: 600;
        font-size: 1rem;
        line-height: 1;
    }
    /*----- Конец мобильного меню -----*/

    /*----- Баннер на главной -----*/
    .main-banner-mobile__inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 400px;
        padding: 24px;
        margin-top: 16px;
        background-size: contain;
        background-position: center right;
        background-repeat: no-repeat;
        border: 1px solid var(--border-color);
    }

    .main-banner-mobile__header {
        padding: 0;
        margin: 0 0 16px 0;
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.5rem;
        color: var(--main-color);
    }

    .main-banner-mobile__subheader {
        margin-bottom: 12px;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .main-banner-mobile__desc {
        margin-bottom: 16px;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .main-banner-mobile__btn {
        align-self: flex-start;
    }
    /*----- Конец баннера на главной -----*/

    /*----- Преимущества -----*/
    .features__items {
        --items: 1;
    }

    .features__item-desc {
        text-align: center;
        font-size: 1rem;
        line-height: 1.25rem;
    }
    /*----- Конец преимуществ -----*/

    /*----- Какой транспорт принимаем -----*/
    .transport-accept__left {
        width: 100%;
    }

    .transport-accept__header {
        margin-bottom: 16px;
        text-align: center;
        font-size: 2rem;
        line-height: 2.25rem;
    }

    .transport-accept__img {
        margin-bottom: 16px;
    }

    .transport-accept__subheader {
        margin-bottom: 16px;
    }

    .transport-accept__desc {
        margin-bottom: 16px;
    }

    .transport-accept__right {
        align-items: flex-start;
        width: 100%;
    }

    .transport-accept__row {
        gap: 0;    
        width: 100%;
        margin-bottom: 16px;
    }

    .transport-accept__row-left {
        display: none;
    }

    .transport-accept__row-right {
        gap: 22px;
        width: 100%;
        height: 92px;
    }

    .transport-accept__row-img {
        width: 106px;
    }

    .transport-accept__row-name {
        font-size: 1.125rem;
        line-height: 1.25rem;
    }

    .transport-accept__btn {
        width: 100%;
    }
    /*----- Конец какой транспорт принимаем -----*/

    /*----- Три шага к получению займа -----*/
    .steps__items {
        --items: 1;
    }

    .steps__item {
        width: calc((100% - (var(--items) - 1) * var(--gap)) / var(--items));
        padding: 24px;
    }

    .steps__item-top {
        flex-wrap: wrap;
    }

    .steps__item-top-left {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .steps__item-top-right {
        width: 100%;
    }

    .steps__item-header {
        display: block;
        width: 100%;
        text-align: center;
    }

    .steps__item-desc {
        display: block;
        text-align: center;
    }
    /*----- Конец три шага к получению займа -----*/

    /*----- Требования к получению займа -----*/
    .reqs__items {
        --items: 1;
    }

    .reqs__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .reqs__item-icon {
        align-self: center;
        margin-bottom: 10px;
    }

    .reqs__item-right {
        width: 100%
    }
    /*----- Конец требований к получению займа -----*/

    /*----- Портфолио -----*/
    .portfolio__carousel-arrow-left {
        display: none;
    }

    .portfolio__carousel-arrow-right {
        display: none;
    }

    /* .portfolio__carousel-item {
        width: 320px;
    } */

    .portfolio__carousel-mobile-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding-top: 16px;
    }

    .portfolio__carousel-mobile-dots .owl-dot {
        display: inline-flex;
        width: 45px;
        height: 4px;
        padding: 0;
        background-color: #e2e8f0;
        border-radius: 8px;
        border: none;
        cursor: pointer;
    }
    
    .portfolio__carousel-mobile-dots .owl-dot:last-child {
        margin-right: 0;
    }
    
    .portfolio__carousel-mobile-dots .owl-dot.active {
        background-color: var(--main-color);
    }
    /*----- Конец портфолио -----*/

    /*----- Выездной офис -----*/
    .field-office__inner {
        flex-wrap: wrap;
        min-height: unset;
    }

    .field-office__left {
        width: 100%;
    }

    .field-office__right {
        width: 100%;
        padding: 16px;
    }

    .field-office__header {
        margin-bottom: 8px;
        text-align: center;
        font-size: 1.5rem;
    }

    .field-office__subheader {
        margin-bottom: 16px;
        text-align: center;
        font-size: 1.125rem;
    }

    .field-office__row {
        flex-wrap: wrap;
        margin-bottom: 16px;
    }

    .field-office__input {
        width: 100%;
        margin-bottom: 12px;
    }

    .field-office__submit {
        width: 100%;
    }

    .field-office__captcha-row {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-bottom: 16px;
    }

    .field-office__max-text {
        justify-content: center;
        gap: 10px;
        margin-bottom: 0;
        font-size: 1.125rem;
    }
    /*----- Конец выездного офиса -----*/

    /*----- Ответы на вопросы -----*/
    .answers__row {
        flex-wrap: wrap;
    }

    .answers__left {
        width: 100%;
    }

    .answers__right {
        width: 100%;
    }

    .answers__video-block {
        height: 190px;
    }

    .answers__video-text {
        margin-bottom: 16px;
        font-size: 1.125rem;
        line-height: 100%;
    }

    .answers__question {
        padding: 0 19px 0 26px;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .answers__question.answers__question_active+.answers__answer {
        padding: 0 19px 24px 26px;
    }
    /*----- Конец ответов на вопросы -----*/

    /*----- Остались вопросы? -----*/
    .other-questions__subheader {
        margin-bottom: 16px;
        font-size: 1rem;
    }

    .other-questions__items {
        --items: 1;
        --gap: 16px;
    }

    .other-questions__item {
        padding: 16px;
    }
    /*----- Конец остались вопросы -----*/

    /*----- Отзывы -----*/
    .testims-carousel__item {
        width: 100%;
    }

    .testims-carousel__item-top-row {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .testims-carousel__item-name {
        margin-bottom: 14px;
    }
    /*----- Конец отзывов -----*/

    /*----- Дисклеймер -----*/
    .text-block__inner {
        padding: 24px;
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .text-block__inner p {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    /*----- Конец дисклеймера -----*/

    /*----- Подвал сайта -----*/
    .footer__second {
        display: none;
    }

    .footer__third {
        display: none;
    }

    .footer__fourth {
        display: none;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer__bottom-right {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    /*----- Конец подвала сайта -----*/

    /*----- Калькулятор -----*/
    .calculator__inner {
        flex-wrap: wrap;
        padding: 16px;
        border-radius: 4px;
    }

    .calculator__left {
        width: 100%;
        margin-bottom: 20px;
    }

    .calculator__slider-row {
        margin-bottom: 40px;
    }

    .calculator__left-bottom {
        padding: 16px;
    }

    .calculator__month {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .calculator__top-row {
        flex-wrap: wrap;
    }
    /*----- Конец калькулятора -----*/

    /*----- Баннер на главной -----*/
    .top-banner-mobile__inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 400px;
        padding: 24px;
        margin-top: 16px;
        background-size: contain;
        background-position: center right;
        background-repeat: no-repeat;
        border: 1px solid var(--border-color);
    }

    .top-banner-mobile__header {
        padding: 0;
        margin: 0 0 16px 0;
        text-align: center;
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.5rem;
        color: var(--main-color);
    }

    .top-banner-mobile__subheader {
        margin-bottom: 12px;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .top-banner-mobile__desc {
        margin-bottom: 16px;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .top-banner-mobile__img {
        margin-bottom: 16px;
        width: 100%;
        height: auto;
    }
    /*----- Конец баннера на главной -----*/

    /*----- Блок куки -----*/
    .cookie {
        right: calc(50% - 163px);
    }
    /*----- Конец блока куки -----*/

    /*----- Парнерам -----*/
    .partners-conditions__desc {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .partners-conditions__row {
        --items: 1;
    }

    .partners-conditions__item-desc {
        text-align: center;
        font-size: 1rem;
        line-height: 1.25rem;
    }
    /*----- Конец партнерам -----*/

    /*----- Партнерам. Завяки -----*/
    .partners-orders__header {
        margin-bottom: 16px;
    }

    .partners-orders__subheader {
        margin-bottom: 16px;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .partners-orders__desc {
        margin-bottom: 16px;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .partners-orders__inner {
        width: 636px;
        max-width: 100%;
        margin: 0 auto;
    }

    .partners-orders__top-row {
        flex-direction: column;
        justify-content: center;
    }

    .partners-orders-form__input {
        width: 100%;
        margin-bottom: 16px;
    }

    .partners-orders-form__submit {
        width: 100%;
    }

    .partners-orders-form__captcha-wrapper {
        width: 100%;
    }

    .partners-orders__bottom-row {
        flex-direction: column;
        justify-content: center;
    }

    .partners-orders-form__result {
        text-align: center;
        font-weight: 700;
        color: var(--second-color);
    }

    .partners-orders-form__success {
        text-align: center;
        font-weight: 700;
        font-size: 1.125rem;
    }

    .partners-orders__bottom-left {
        margin-bottom: 12px;
    }
    /*----- Конец партнерам. Заявки -----*/

    /*----- Отзывы -----*/
    .schemes-carousel__item {
        width: 100%;
    }

    .schemes-carousel__item-name {
        margin-bottom: 14px;
    }
    /*----- Конец отзывов -----*/

    /*----- Этапы -----*/
    .stages__items {
        --items: 1;
    }

    .stages__item {
        width: calc((100% - (var(--items) - 1) * var(--gap)) / var(--items));
        padding: 24px;
    }

    .stages__item-header {
        display: block;
        width: 100%;
        text-align: center;
    }
    /*----- Конец этапов -----*/

    /*----- Партнерам. Участвуй в программе -----*/
    .partners-program__inner {
        flex-wrap: wrap;
    }

    .partners-program__form {
        order: 2;
        width: 100%;
        padding: 16px;
    }

    .partners-program__img {
        order: 1;
    }

    .partners-program__header {
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .partners-program__desc {
        font-size: 1.125rem;
        line-height: 100%;
    }

    .partners-program-form__captcha-wrapper {
        margin-bottom: 16px;
        width: 100%;
    }

    .partners-program__form-subscribe {
        margin-bottom: 16px;
    }

    .partners-program__submit {
        margin-top: 16px;
        align-self: flex-start;
    }
    /*----- Конец. Партнерам. Участвуй в программе -----*/

    /*----- О компании -----*/
    .about__first-block {
        padding: 16px;
    }

    .about__second-block {
        padding: 16px;
    }

    .about__img {
        display: none;
    }

    .about__img-mobile {
        display: block;
        width: 100%;
        margin-bottom: var(--section-bottom-margin);
    }
    /*----- Конец о компании -----*/

    /*----- Контакты -----*/
    .contacts__top {
        --items: 1;
        --gap: 24px;
    }

    .contacts__map {
        height: 400px;
    }

    .contacts__left {
        padding: 24px;
    }

    .contacts__center {
        padding: 24px;
    }

    .contacts__right {
        padding: 24px;
    }

    .about__img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
    }

    .about__first-block {
        padding: 24px;
    }

    .about__second-block {
        padding: 24px;
    }
    /*----- Конец контактов -----*/
}