/*заблюривание фона у стандартных попапов*/
    .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;
}
}

@media screen and (min-width: 640px) {
    .t-popup__close {
    border-radius: 10px !important;
    }
}

