/* фикс pop-up формы */

@media (min-width: 980px) {

    .t-popup__container {
        border-radius: 12px !important;
    }
    
    .t702 .t-input-group {
        margin-bottom: 16px !important;
    }
    
    .t-input-group_ta textarea.t-input {
        resize: none !important;
    }
    
    .t702 .t702__wrapper {
        padding: 32px 36px !important;
    }
    
    .t702 .t702__form-bottom-text {
        margin-top: 16px !important;
    }
}


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

    .t702 .t-popup__block-close {
        background: #fff !important;
    }
}