/*заблюривание фона у стандартных попапов*/
    .t-popup.t-popup_show {
        backdrop-filter: blur(6px) !important;
        -webkit-backdrop-filter: blur(6px);
    }
    
/*скорость анимации*/
    
    .t-animate {
        transition-duration: 2s !important;
    }
        
        
/*выделение неправильной валидации*/
    .t-form__errorbox-middle {
        visibility: hidden !important;
        height: 0 !important;
    }
    
@media screen and (min-width: 1200px) {
       * {
  scrollbar-width: thin;
  scrollbar-color: #b92700 transparent;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  border-radius: 10px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #b92700;
  border-radius: 10px;
  border: 3px solid transparent;
}
}

        /*тень снизу у меню*/
    .tmenu-mobile {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}
    /*отступы у моб меню*/
        .tmenu-mobile__container {
            padding: 10px 15px !important;
    }


@media screen and (min-width: 640px) {
    .t-popup__close {
    border-radius: 10px !important;
    }
}
@media screen and (max-width: 640px) {
    /*меню*/
    .tmenu-mobile__imglogo {
        max-width: 190px !important;
        width: 190px !important;
        min-width: 190px !important;
    }
        /*попапы*/
    .t-popup__container {
        border-radius: 0 !important;
    }
    .t702 .t-popup_show .t-popup__container {
        padding-top: 51px;
    }
    /*нопка большая*/
    .t944 {
        padding: 0 20px;
    }
}