.t-body {
    overflow: overlay !important;
}

::-webkit-scrollbar {
    cursor:grab !important;
    width: 18px;
    background-color: transparent;
}
 
 ::-webkit-scrollbar {
   cursor:grab !important;
}
::-webkit-scrollbar-thumb {
    cursor:grab !important;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 10px;
    border: 7px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
}

.t-popup__container {border-radius: 30px;} /* Скругление углов у popup форм */

/* СТИЛИЗУЕМ COOKIES В МОБИЛЬНОЙ ВЕРСИИ - START */   
@media screen and (max-width: 640px) {

.uc-cookies .t887 {
    bottom: 20px !important;
    left: 20px !important;
    right: 20px !important;
}

.uc-cookies .t887__wrapper {
    border-radius: 15px !important;
}

.uc-cookies .t887__text {
    font-size: 13px;
    font-weight: 500;
}

.uc-cookies .t887 .t887__close-button svg {
    width: 13px !important;
    height: 13px !important;
}

.uc-cookies .t887__icon-close {
    top: 7px !important;
    right: 7px !important;
    opacity: 1 !important;
}
}
/* СТИЛИЗУЕМ COOKIES В МОБИЛЬНОЙ ВЕРСИИ - END */  
