/*заблюривание фона у стандартных попапов*/
    .t-popup.t-popup_show {
        backdrop-filter: blur(6px) !important;
        -webkit-backdrop-filter: blur(6px);
    }
    
  u {
    text-decoration: underline #b92700;
}      
        
/*выделение неправильной валидации*/
    /*.t-form__errorbox-middle {
        visibility: hidden !important;
        height: 0 !important;
    }*/
    
        .t457__copyright {
            opacity: 1;
    }

    .t886 {
    z-index: 9999999;
}
    .t228 {
        z-index: 999999;
    }

    .t1093 .t-popup {
        backdrop-filter: none !important;
    }
       .t985__bgimg {
    background-size: contain;
    }
    
@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 10px !important;
    }
    
@media screen and (min-width: 980px) {
    .t570__padding_lg {
    padding: 60px;
}
      .t1093 .t-popup {
        height: 0px;
    }
    
}

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

@media (min-width: 640px) and (max-width: 980px) {
    .t570__contentwrapper {
        vertical-align: top;
    }
    .t107 .t-align_center {
        margin: 0px 20px;
    }
    /*поиск*/
    .t985 .t985__search-widget-button {
        top: 100px !important;
        right: 20px !important;
    }
}


@media screen and (max-width: 640px) {
    /*меню*/
    .tmenu-mobile__burgerlogo .tmenu-mobile__imglogo {
        max-width: 160px !important;
        width: 160px !important;
        min-width: 160px !important;
    }
    .t228__rightcontainer {
        padding-top: 0 !important;
    }
    .t228__right_buttons {
        padding: 0 !important;
    }
    .t975__list-item {
        padding: 10px 5px 10px !important;
    }
        /*попапы*/
    .t-popup__container {
        border-radius: 0 !important;
    }
    .t702 .t-popup_show .t-popup__container {
        padding-top: 51px;
    }
    .t1093 .t-popup__close {
        border-radius: 10px !important;
    }
    /*кнопка большая*/
    .t944 {
        padding: 0 20px;
    }
     .t457 li {
        margin-bottom: 0;
    }
    .t570__contentwrapper {
        padding: 60px 20px;
    }
}

    
