/*заблюривание фона у стандартных попапов*/
    .t-popup.t-popup_show {
        backdrop-filter: blur(6px) !important;
        -webkit-backdrop-filter: blur(6px);
    }
    
        
/*выделение неправильной валидации*/
    .t-form__errorbox-middle {
        visibility: hidden !important;
        height: 0 !important;
    }
    /*
    .t690 .t-form__errorbox-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
}*/
/*выделение неправильной валидации*/
    
    .t-popup__close, .t706 .t706__close-button { 
        background-color: #fff !important; 
    }
    .t-store .t-popup__close { 
        background-color: #fff !important; 
        padding: 10px;
    }
    
     .tmenu-mobile {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

@media (min-width: 980px) and (max-width: 1200px) {
    .t228__padding40px {
    width: 10px !important; 
}
    .t228__imglogo {
        margin-right: 10px !important; 
    }
    .t228__right_descr {
        padding-left: 10px !important;
    }
    .t228__right_buttons {
        padding-left: 5px !important;
    }
}