<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title_opt {
    display: none;
}


.section {
    margin-bottom: 100px;
}

.btn {
    height: 56px;
    padding: 18px;
    line-height: normal;
    background: #D75A56;
}

h2 {
    margin-top: 0;
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

[data-modal="zayavka-opt-form"] .field_warning span,
.opt-page .field_warning span {
    color: unset !important;
}

[data-modal="zayavka-opt-form"] .field_warning .field__message span,
.opt-page .field_warning .field__message span {
    color: #D75A56 !important;
}

.whatsapp-underline {
    text-decoration: underline;
    color: unset;
}

.field__input input {
    height: 50px;
    padding: 15px 18px;
}

.field_agree .checkbox-square {
    background-color: #fff;
    border: 1px solid #5C6E85;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    cursor: pointer;
}

.field_agree [type="checkbox"]:checked+.checkbox-square {
    background-image: url(/local/templates/new/img/check_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #C8625B;
    border-color: #C8625B;
    cursor: pointer;
}


.main-banner {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
}


.banner_container {
    position: absolute;
    left: 24px;
    bottom: 70px;
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    /*color: #FFF;*/
}
.banner_title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 40%;
}

.banner_subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    width: 35%;
}
.banner_text {
    width: 34%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 35px;
}



.banner_button-link {
    width: 358px;
    max-width: 100%;
    margin-left: unset;
}

.opt-page .btn:hover {
    box-shadow: inset 0 -56px 0 0 rgba(0,0,0,.05);
}

.benefits_numbers {
    display: flex;
    justify-content: space-between;
    margin-bottom: 87px;
}


.section_benefits h2 {
    margin-bottom: 82px;
}
.ben-number {
    flex-basis: 20%;
}

.ben-number_value {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: #576F87;
    margin: 0 0 16px;
}

.ben-number_desc {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #333;
    margin: 0;
}

.benefits_text {
    display: flex;
    flex-wrap: wrap;
    row-gap: 74px;
}
.ben-text {
    flex-basis: 50%;
    display: flex;
    gap: 43px;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
}
.ben-text img {
    width: 60px;
    height: 60px;
}
.section_certs .container {
    display: flex;
    gap: 77px;
}
.certs_desc {
    flex: 1 1 0;
    font-size: 20px;
    line-height: 145%;
    font-weight: 400;
}
.certs_images {
    flex: 1 1 0;
    width: calc(50% - 70px);
    margin-right: 35px;
}

.certs_images img {
    height: 320px !important;
    object-fit: contain;
    /*width: auto !important;*/
}



.certs_images.owl-carousel .owl-item {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    padding: 20px;
}
.certs_images.owl-carousel .owl-stage-outer,
.certs_images.owl-carousel .owl-stage-outer * {
    background: transparent !important;
}

.certs_images.owl-carousel .owl-item img {
    width: 100%;
}

.certs_images .owl-prev {
    background: url(../images/slider-arrow.svg);
    left: -37px;
}

.certs_images .owl-next {
    background: url(../images/slider-arrow-next.svg);
    right: -35px;
}
.certs_images .owl-prev,
.certs_images .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    display: inline-block;
    height: 36px;
    width: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    transition: all .3s;
}

.section_popular {
    display: flex;
    gap: 20px;
}
.popular_form {
    background: #576F87;
    padding: 63px 43px 62px 44px;
    flex-basis: 110%;
    border-radius: 5px;
}
.popular_form h2 {
    color: #FFF;
    margin-bottom: 20px;
}

.popular_form__text {
    color: #FFF;
    margin-bottom: 46px;
    font-size: 16px;
    line-height: 22px;
}

.popular_form form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.popular_form input {
    padding: 15px 17px;
}

.popular_form .field {
    margin-bottom: 0;
}

.popular_form__two-fields {
    display: flex;
    gap: 20px;
}

.popular_form__two-fields &gt; * {
    flex: 1 1 0;
}
.field_agree-popular,
.field_agree-popular a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.field_agree-popular {
    align-items: flex-start;
    gap: 10px;
}

.field_agree-question_tablet {
    display: none !important;
}
.popular_form .btn {
    /*flex-shrink: 0;*/
    /*width: calc(50% - 10px);*/
    width: 100%;
}

.popular_images {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 20px;
}
.popular_images_tablet,
.popular_images_mob {
    display: none !important;
}

.popular_images-item {
    flex-grow: 1;
    height: calc(50% - 10px);
    position: relative;
    text-decoration: none;
    flex-basis: 30%;
    border-radius: 5px;
    overflow: hidden;
}
.popular_images-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular_images-item:hover {
    opacity: 0.7;
}
.popular_images-item span {
    position: absolute;
    left: 10px;
    bottom: 12px;
    color: #576F87;
    margin: 0;
    font-weight: 500;
}

.section_how-we-work h2 {
    margin-bottom: 65px;
}
.work-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.work-blocks__block {
    flex: 1 1 0;
    position: relative;
    padding: 44px 35px;
    background: #EEF0F3;
    border-radius: 5px;
    overflow: hidden;
}

.work-blocks__block_third {
    background: #576F87;
    color: #FFF;
}

.work-blocks__block p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin-top: 0;
}
.work-blocks__block ul {
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
}

.work-blocks__block ul li::marker {
    color: #D75A56;
}

.wbb__first {
    margin-bottom: 10px;
}
.wbb__third {
    margin-top: 20px;
}

.btn_wbb {
    width: 205px;
    margin-left: 0;
}
.wbb__number {
    position: absolute;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    bottom: -35px;
    right: 27px;
}
.work-blocks__block_third .wbb__number {
    color: rgba(255, 255, 255, 0.50);
}

.section_work-conditions h2 {
    margin-bottom: 24px;
}

.wc-blocks {
    display: flex;
    gap: 20px;
}

.wc-blocks__description ul {
    margin: 0;
}

.wc-blocks__description ul li::marker {
    color: #D75A56;
}
.wc-blocks__description ul li {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 25px;
}

.wc-blocks__description ul li span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


.wc-blocks__form {
    width: 66%;
    flex-shrink: 0;
    padding: 50px 58px 48px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
}

.wc-blocks__form-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.wc-blocks__form-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 50px;
}

.wc_form__two-fields {
    display: flex;
    gap: 25px;
    justify-content: space-between;
}
.wc_form__two-fields &gt; * {
    width: 50%;
    margin-bottom: 0;
}

.wc_form__two-fields:first-of-type {
    margin-bottom: 42px;
}

.wc-blocks__form .field_agree,
.wc-blocks__form .field_agree a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.wc-blocks__form .field_agree {
    align-items: flex-start;
    gap: 24px;
}

.big-image {
    border-radius: 5px;
    background: #EEF0F3;
    margin-bottom: 45px;
}
.big-image__desc {
    display: flex;
    padding: 75px 97px 0 60px;
}

.big-image__title {
    flex: 1 1 0;
    margin-bottom: 0;
}
.big-image__text {
    flex: 1 1 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}

.desc__text-blocks {
    display: flex;
    justify-content: space-between;
    gap: 69px;
}
.desc__text-blocks &gt; * {
    flex: 1 1 0;
}

.desc__two-images {
    display: flex;
    gap: 29px;
    margin-top: 50px;
    margin-bottom: 45px;
}
.desc__two-images div {
    border-radius: 5px;
    overflow: hidden;
}
.desc__two-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dtb__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.dtb__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.section_questions {
    display: flex;
    gap: 80px;
    color: #FFF;
    background: #576F87;
    padding: 90px 70px 90px 42px;
    margin-bottom: 166px;
    border-radius: 5px;
}
.section_questions &gt; * {
    flex: 1 1 0;
}

.section_questions h2 {
    margin-bottom: 20px;
    color: #FFF;
}

.que__text {
    margin-bottom: 34px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}
.que__text_mob {
    display: none;
}
.que__whatsapp {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFF;
    text-decoration: none;
}
.que__whatsapp_mob {
    display: none;
}

.field_phone {
    flex-grow: 1.1;
}
.field_agree-question {
    flex-grow: 1.3;
}
.popular_form_question {
    background: none;
    padding: 0 !important;
}

.popular_form_question input {
    height: 50px;
    color: #333;
}
[data-modal="zayavka-opt"] {
    max-width: 691px !important;
}
[data-modal="zayavka-opt"] .modal__body {
    padding: 48px 50px 55px 67px;
}

[data-modal="zayavka-opt"] .modal__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 35px;
}

[data-modal="zayavka-opt"] .modal__text {
    font-size: 20px;
    font-style: normal;
    line-height: 26px;
}


.modal-flax__btn .lp_banner_btn {
    color: white;
    margin-right: 50px;
    font-size: 16px;
    font-weight: 700;
    width: 301px;
    height: 47px;
    border-radius: 3px;
    background-color: #c8625b;
    display: block;
    text-align: center;
    line-height: 47px;
    text-decoration: none;
}

.modal-flax__text {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #333333;
    margin-bottom: 7px;
}

.modal-flax__text span {
    font-weight: 500;
}

.modal-flax__text_small {
    font-size: 14px;
    line-height: 17px;
    color: #3A4757;
    margin-bottom: 40px;
}

.modal-flax {
    max-width: 800px !important
}

.modal-flax__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
}

.modal-flax__btn .modal-flax__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #C8625B;
}

.modal-flax__link:hover {
    text-decoration: none;
}

.modal-flax__close {
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    transition: all 0.34s ease-in;
}

.modal-flax__close:hover {
    transform: rotate(90deg);
}

[data-modal="zayavka-opt-form"] {
    max-width: 462px !important;
}

[data-modal="zayavka-opt-form"] .modal__body {
    padding: 40px 29px 64px 56px;
}

[data-modal="zayavka-opt-form"] .modal__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}

[data-modal="zayavka-opt-form"] .modal__text {
    font-size: 20px;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 30px;
}

[data-modal="zayavka-opt-form"] .field__name {
    font-size: 16px;
}
[data-modal="zayavka-opt-form"] .field__input input {
    height: 46px;
    padding: 12px;
}

[data-modal="zayavka-opt-form"] .field_agree,
[data-modal="zayavka-opt-form"] .field_agree a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #333;
}

[data-modal="zayavka-opt-form"] .form {
    padding: 0;
}
[data-modal="zayavka-opt-form"] .form__fields {
    margin-bottom: 52px;
}
[data-modal="zayavka-opt-form"] .field_agree {
    align-items: flex-start;
    margin-bottom: 40px;
}
[data-modal="zayavka-opt-form"] .btn {
    max-width: 209px;
    padding: 14px;
}

[data-modal="zayavka-opt-form"] .btn:hover {
    box-shadow: inset 0 -56px 0 0 rgba(0,0,0,.05);
}

@media (max-width: 1280px) {
    .section_questions {
        padding: 55px 20px 70px 42px;
    }
    .section_questions {
        gap: 38px;
    }

    .popular_images-item {
        max-width: 30%;
    }
}
/*ÐžÑÐ½Ð¾Ð²Ð½Ð°Ñ Ð¾Ñ‚ÑÐµÑ‡ÐºÐ°*/
@media (max-width: 1024px) {
    h2 {
        font-size: 20px;
    }
    .section {
        margin-bottom: 80px;
    }

    .banner_title {
        font-size: 28px;
    }
    .banner_subtitle {
        width: 50%;
        margin-bottom: 60px;
    }
    .banner_text {
        margin-bottom: 35px;
        width: 45%;
    }
    .banner_button {
        width: 50%;
    }
    .section_benefits h2 {
        margin-bottom: 38px;
    }

    .benefits_numbers {
        row-gap: 45px;
        margin-bottom: 70px;
        flex-wrap: wrap;
    }
    .ben-number {
        flex-basis: calc(50% - 35px);
    }

    .ben-number_value {
        font-size: 28px;
    }
    .benefits_text {
        column-gap: 70px;
        row-gap: 57px;
    }
    .ben-text {
        flex-basis: calc(50% - 35px);
        gap: 11px;
    }

    .certs_desc p {
        font-size: 16px;
        line-height: 145%;
    }


    .popular_form {
        padding: 47px 35px 67px;
    }
    .popular_form h2 {
        margin-bottom: 40px;
    }
    .section_how-we-work h2 {
        margin-bottom: 38px;
    }

    .wbb__number {
        bottom: -30px;
    }

    .wc-blocks {
        flex-direction: column;
        row-gap: 38px;
    }
    .wc-blocks__description ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-left: 20px;
        gap: 25px;
    }
    .wc-blocks__description ul li {
        width: 45%;
        margin-bottom: 0;
    }
    .wc-li__order-1 {
        order: 1;
    }
    .wc-li__order-2 {
        order: 2;
    }
    .wc-li__order-3 {
        order: 3;
    }

    .wc-blocks__form {
        width: 100%;
        padding: 48px 37px 50px;
    }


    .big-image img {
        max-height: 206px;
        width: 100%;
        object-fit: cover;
    }

    .big-image__text {
        font-size: 16px;

    }

    .desc__text-blocks {
        column-gap: 5px;
    }

    .desc__two-images {
        gap: 13px;
    }
    .desc__two-images img {
        width: 100%;
    }
    .big-image__desc {
        padding: 44px 31px 0 37px;
        gap: 38px;
    }


    .que__text {
        display: none;
        margin-bottom: 22px;
    }
    .que__text_mob {
        display: block;
    }

    .que__whatsapp {
        margin-bottom: 28px;
        font-size: 16px;
    }
    .question-form__two-fields {
        flex-direction: column;
        row-gap: 24px;
    }

    .field_agree-question {
        display: none !important;
    }
    .field_agree-question_tablet {
        display: flex !important;
    }

    .popular_form form {
        row-gap: 24px;
    }
    /*.popular_form .btn {*/
    /*    width: 100%;*/
    /*}*/

    .popular_images {
        display: none;
    }
    .popular_images_tablet {
        display: flex !important;
    }

    .popular_images__pair {
        flex: 1;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }


    .popular_form__text {
        max-width: 80%;
        margin-top: 38px;
        font-size: 20px;
        line-height: 135%
    }
    .popular_images-item {
        max-width: unset;
    }

    .modal-flax {
        max-width: 95vw !important;
    }

}
@media (max-width: 960px) {
    .work-blocks__block_third {
        flex-basis: 100%;
        display: flex;
        justify-content: space-between;
    }
    .work-blocks__block_third .wbb__third {
        width: 50%;
    }
    .work-blocks__block_third .btn_wbb {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .modal[data-modal="zayavka-opt"] .modal__close.remove {
        top: -13px!important;
        right: -13px!important;
        border-radius: 50% !important;
    }

    .modal[data-modal="zayavka-opt-form"] .modal__close.remove {
        top: -13px!important;
        right: -13px!important;
        border-radius: 50% !important;

    }

    [data-modal="zayavka-opt"] {
        max-width: 90% !important;
    }






    .modal-flax__text {
        font-size: 20px;
    }

    .modal-flax__text_small {
        font-size: 14px
    }

    .modal-flax__btn .lp_banner_btn {
        margin: 0px;
        margin-right: 10px;
    }

    .modal-flax__btn {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .modal-flax {
        margin-top: 40px;
    }

    .modal-flax__close {
        top: -15px;
        right: -15px;
    }

    .flslider__list_small .flslider__item_100vw {
        min-width: 100vw;
    }

    .flax-banner__box .lp_banner_btn {
        margin: 0 auto;
    }
}


@media (max-width: 680px) {
    .banner_container {
        left: 15px;
        bottom: 60px;
        width: 95%;
    }

    .banner_title {
        margin-bottom: 0;
        font-size: 24px;
    }
    .banner_subtitle {
        margin-bottom: 26px;
        font-size: 16px;
    }
    .banner_text {
        margin-bottom: 32px;
        font-size: 14px;
    }

}
/*ÐžÑÐ½Ð¾Ð²Ð½Ð°Ñ Ð¾Ñ‚ÑÐµÑ‡ÐºÐ°*/
@media (max-width: 576px) {

    .section_banner {
        margin-bottom: 45px;
    }
    .section_benefits {
        margin-bottom: 100px;
    }

    .section_certs {
        margin-bottom: 30px;
    }

    .section_popular {
        margin-bottom: 50px;
    }

    .section_popular h2 {
        font-size: 16px;
    }
    .popular_images-item span {
        font-size: 14px;
        bottom: 6px;
    }
    .section_how-we-work {
        margin-bottom: 60px;
    }

    .section_work-conditions {
        margin-bottom: 50px;
    }
    .section_description {
        margin-bottom: 60px;
    }

    .section_questions {
        margin-bottom: 27px;
    }

    .banner_button-link {
        max-width: 100%;
    }

    .main-banner {
        max-height: 600px;
        object-fit: cover;
    }


    .banner_container {
        color: #FFF;
    }

    .banner_title {
        width: 90%;
        font-size: 24px;
        margin-bottom: 0;
    }
    .banner_subtitle {
        width: 80%;
    }
    .banner_text {
        width: 90%;
    }

    .banner_button {
        width: 95%;
    }

    .section_benefits h2 {
        margin-bottom: 36px;
        font-size: 16px;
    }

    .benefits_numbers {
        flex-direction: column;
        row-gap: 34px;
        margin-bottom: 45px;
    }



    .ben-number_value {
        margin-bottom: 10px;
        font-size: 28px;
    }
    .ben-number_desc {
        font-size: 16px;
        line-height: 145%;
    }
    .benefits_text {
        flex-direction: column;
        row-gap: 35px;
    }

    .ben-text img {
        width: 40px;
        height: 40px;
    }

    .ben-text {
        gap: 17px;
        font-size: 14px;
    }
    .ben-text p {
        margin: 0;
    }

    .section_certs .container {
        flex-direction: column;
        row-gap: 28px;
    }

    .certs_desc p:last-child {
        margin-bottom: 0;
    }
    .certs_desc {
        width: 100%;
    }

    .certs_desc h2 {
        font-size: 16px;
    }
    .certs_desc p {
        font-size: 14px;
    }
    .certs_images {
        width: 80%;
        margin: 0 auto;
    }

    .certs_images .owl-prev {
        width: 24px;
        left: -30px;
        height: 24px;
        background-position: center;
        background-size: contain;
    }
    .certs_images .owl-next {
        width: 24px;
        right: -30px;
        height: 24px;
        background-position: center;
        background-size: contain;
    }

    .work-blocks {
        flex-direction: column;
    }
    .work-blocks__block {
        flex: 1;
        padding: 17px 13px 48px;
    }

    .work-blocks__block_third {
        flex-direction: column;
        padding: 23px 13px 33px;
    }

    .wbb__number {
        line-height: 1;
        bottom: -15px;
        right: -5px;
    }

    .wbb__second {
        max-width: 75%;
    }
    .wbb__third {

    }

    .work-blocks__block_third .wbb__third {
        width: calc(100% - 115px);
        /*max-width: 200px;*/
    }
    .btn_wbb {
        max-width: calc(100% - 111px);
        padding: 16px 6px;
    }

    .section_how-we-work h2 {
        font-size: 16px;
    }

    .work-blocks__block p {
        font-size: 16px;
    }
    .work-blocks__block ul {
        font-size: 14px;
    }

    .section_work-conditions h2 {
        margin-bottom: 28px;
        font-size: 16px;
    }
    .wc-blocks {
        row-gap: 38px;
    }
    .wc-blocks__description ul li {
        width: 100%;
    }

    .wc-blocks__description ul li {
        font-size: 16px;
    }

    .wc-blocks__description ul li:last-child {
        margin-bottom: 0;
    }


    .wc-blocks__description ul li span {
        font-size: 14px;
    }
    .wc-li__order-2 {
        order: 1;
    }

    .wc-blocks__form {
        padding: 40px 13px 57px;
    }

    .wc-blocks__form-title {
        font-size: 16px;
    }
    .wc-blocks__form-desc {
        font-size: 14px;
        margin-bottom: 32px;
    }

    .wc_form__two-fields {
        flex-direction: column;
        row-gap: 22px;
    }

    .wc_form__two-fields &gt; * {
        width: 100%;
    }

    .wc_form__two-fields:first-of-type {
        margin-bottom: 26px;
    }

    .wc-blocks__form .field_agree,
    .wc-blocks__form .field_agree a {
        align-items: center;
        margin-bottom: 8px;
        font-size: 10px;
    }

    .big-image__title {
        font-size: 16px;
    }

    .big-image__desc {
        padding: 53px 12px 20px 12px;
        flex-direction: column;
        font-size: 14px;
    }

    .big-image img {
        width: 100%;
    }

    .big-image__text {
        font-size: 14px;
    }
    .dtb__title {
        font-size: 16px;
    }
    .dtb__text {
        font-size: 14px;
    }

    .desc__text-blocks {
        flex-direction: column;
        row-gap: 35px;
    }

    .desc__two-images {
        margin-top: 46px;
        margin-bottom: 46px;
    }
    .desc__two-images div:first-of-type {
        display: none;
    }

    .text-block_variety {
        display: none;
    }

    .section_questions {
        flex-direction: column;
        padding: 39px 12px !important;
        gap: 30px;
    }

    .section_questions h2 {
        font-size: 16px;
    }
    .que__text_mob {
        margin-bottom: 0;
        font-size: 14px;
    }

    .field_agree-question {
        display: flex !important;
        column-gap: 24px;
        font-size: 10px;
    }

    .field_agree-question a {
        font-size: 10px;
    }

    .field_agree-question_tablet {
        display: none !important;
    }
    .que__whatsapp {
        display: none;
    }
    .que__whatsapp_mob {
        display: flex;
        margin-top: 46px;
        justify-content: center;
        margin-bottom: 0;
    }


    .popular_form {
        width: 100%;
        padding: 35px 13px 48px;
    }
    .popular_images_tablet {
        display: none !important;
    }
    .popular_images_mob {
        display: block !important;
        opacity: 0;
        /*gap: 7px 15px;*/
    }
    .popular_images_mob .owl-stage {
        display: flex;
        row-gap: 7px;
        background: #576F87;
    }
    .popular_images__pair {
        background: #576F87;
    }

    .popular_images-item {

    }


    .popular_images_mob .owl-nav {
        display: flex;
        justify-content: center;
        column-gap: 45px;
        margin-top: 24px;
    }
    .popular_images_mob .owl-prev {
        background: url(../images2/slider-arrow_white.svg);
        /*left: -37px;*/
    }

    .popular_images_mob .owl-next {
        background: url(../images2/slider-arrow-next_white.svg);
        /*right: -35px;*/
    }
    .popular_images_mob .owl-prev,
    .popular_images_mob .owl-next {
        /*position: absolute;*/
        /*top: 50%;*/
        /*margin-top: -18px;*/
        display: inline-block;
        height: 24px;
        width: 24px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        font-size: 0;
        transition: all .3s;
    }

    .popular_form__two-fields {
        flex-direction: column;
        row-gap: 22px;
    }

    .popular_form__text {
        max-width: unset;
        margin-top: 37px;
        font-size: 16px;
    }

    .field_agree-popular, .field_agree-popular a {
        font-size: 10px;
    }

    [data-modal="zayavka-opt"] .modal__body {
        padding: 55px 35px;
    }

    .modal-flax__btn {
        flex-direction: column;
    }

    .modal-flax__btn .lp_banner_btn {
        max-width: 250px;
    }

    .modal-flax__link {
        margin-top: 15px;
    }

    [data-modal="zayavka-opt"] .modal__title {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 23px;
    }

    [data-modal="zayavka-opt"] .modal__text {
        font-size: 16px;
        font-style: normal;
        line-height: 22px;
    }

    [data-modal="zayavka-opt-form"] {
        max-width: 300px !important;
    }
    [data-modal="zayavka-opt-form"] .modal__body {
        padding: 57px 10px 61px;
    }

    [data-modal="zayavka-opt-form"] .modal__title {
        font-size: 20px;
        margin-bottom: 23px;
    }

    [data-modal="zayavka-opt-form"] .modal__text {
        font-size: 16px;
        margin-bottom: 38px;
    }

    [data-modal="zayavka-opt-form"] .form__fields {
        margin-bottom: 26px;
    }

    [data-modal="zayavka-opt-form"] .field_agree {
        margin-bottom: 15px;
    }

    [data-modal="zayavka-opt-form"] .btn {
        width: 100%;
        max-width: unset;
    }

}

@media (max-width: 500px) {

}</pre></body></html>