.modules-request-form-wrapper {
    padding: 100px 40px 50px 40px;
}
.modules-request-form {
    position: relative;
    border-radius: 50px;
    padding: 70px 0;
    background-color: #F3F3F3;
    z-index: 0;
    background-image: url(/local/templates/norbit_crm/assets/images/backgrounds/demonstraciya/form_fone_1920.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
/*.modules-request-form::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: 0;*/
/*    background-image: url("/local/components/norbit/forms/templates/modules/img/Frame.png");*/
/*    background-repeat: no-repeat;*/
/*    background-position:  bottom right;*/
/*    background-size: contain;*/
/*}*/

.modules-request-form .popup-guide__form{
    z-index: 1;
    position: relative;
}
.modules-request-form .news-list__title_detail-provider {
    font-size: 48px;
}
.modules-request-form .news-list__subtitle_detail-provider {
    padding-top: 0;
    padding-bottom: 0;
}

.modules-request-form .modules-request-form-result {
    padding-top: 50px;
}
.modules-request-form .popup__footer {
    padding-top: 20px;
}
.modules-request-form .popup__footer-personal-information-link_more {
    padding-top: 20px;
}

.modules-request-form-wrapper .popup-guide__form-row_grid {
    max-width: 70%;
}
@media (max-width: 1560px) {
    .modules-request-form-wrapper .popup-guide__form-row_grid {
        max-width: 80%;
    }
}
@media (max-width: 1200px) {
    /*.modules-request-form::before{*/
    /*    background-image: url("/local/components/norbit/forms/templates/modules/img/Frame-2.png");*/
    /*    background-size: auto;*/
    /*    padding: 50px 0;*/
    /*}*/
    .modules-request-form .news-list__title_detail-provider {
        font-size: 32px;
        letter-spacing: 0;
        padding-bottom:0;
        padding-top: 0;
    }
    .modules-request-form .news-list__subtitle_detail-provider {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 24px;
    }
    .modules-request-form-wrapper .popup-guide__form-row_grid {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .modules-request-form-wrapper {
        padding: 60px 15px 60px 15px;
    }

    .modules-request-form {
        padding: 30px 0;
    }
    /*.modules-request-form::before{*/
    /*    background-image: url("/local/components/norbit/forms/templates/modules/img/Frame-3.png");*/
    /*    background-position: 100% 100%;*/
    /*    background-size: contain;*/
    /*    top: 0;*/
    /*    left: unset;*/
    /*    right: 0;*/
    /*    width: 70%;*/
    /*}*/
    .modules-request-form .news-list__title_detail-provider {
        font-size: 25px;
    }
    .modules-request-form-wrapper .popup-guide__form-row_grid {
        max-width: 100%;
    }
    .modules-request-form-wrapper .popup-guide__row_flex{
        gap: 20px;
    }
    .modules-request-form-wrapper .popup__footer-submit{
        justify-content: flex-start;
    }
    .modules-request-form-wrapper .popup-guide__footer-personal-information{
        padding-left:0;
    }
    .modules-request-form-wrapper .popup-guide__label-checkbox{
        height: 26px;
        width: 26px;
    }
    .modules-request-form-wrapper .popup-guide__checkbox-circle {
        height: 18px;
        width: 18px;
    }
}