/*выделение неправильной валидации*/
    .t-form__errorbox-middle {
        visibility: hidden !important;
        height: 0 !important;
    }


/*отступы у моб меню*/
    .tmenu-mobile__container {
    padding: 10px 15px !important;
}
/*отступы у моб меню*/

/*заблюривание фона у стандартных попапов*/
    .t-popup.t-popup_show {
        backdrop-filter: blur(6px) !important;
        -webkit-backdrop-filter: blur(6px);
    }
    
/*тень у моб меню*/
.tmenu-mobile {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}
/*тень у моб меню*/

/*скругление углов попапа*/
    .t390 .t-popup__container, .t750 .t-popup__container, .t702__wrapper, .t-popup__container, .t702__img {
        border-radius: 30px !important;
    }
    .t390__img {
        border-top-right-radius: 30px !important;
        border-top-left-radius: 30px !important;
    }
/*скругление углов попапа*/

/*крестик*/
.t390 .t-popup__close {
    /*background-color: rgb(0 0 0 / 0%) !important;  */
    border-radius: 30px !important;
}
/*крестик*/
@media screen and (min-width: 1200px) {
/*крестик*/
.t390 .t-popup__close {
    right: 10px !important;
    top: 10px !important;
}
}
/*крестик*/
.js-feed-popup-close.t-feed__post-popup__close-text-wrapper, .t-feed__post-popup__tag {
    visibility: hidden !important;
}


@media (min-width: 640px) and (max-width: 980px) {
    .t-title_md, .t-title_xl, .t-title_lg, .t-title_xs {
        font-size: 46px;
    }
}
@media screen and (max-width: 640px) {
    .t457 li {
    margin-bottom: 5px;
}
    .t-text_md {
        font-size: 18px;
        line-height: 1.55;
    }
    /*интересующие вас темы*/
    .t807 .t-radio__control {
        display: flex;
    }
    .t807 .t807__answer .t-radio__wrapper {
        width: 85%;
    }
    /*интересующие вас темы*/
}