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

::-webkit-scrollbar {
    cursor:grab !important;
    width: 20px;
    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: 6px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}

.border-0-0-30-30 .tn-atom {
    border-radius: 0px 0px 30px 30px;
}

/* СТИЛИЗУЕМ КОРЗИНУ (ФОРМУ ЗАЯВКИ) */
.uc-store-form-style .t706__cartwin-content {
    border-radius: 30px;
}
.uc-store-form-style .t-name_xl {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700 !important;
    color: #333638 !important;
}

/* Внутренние отступы у таблицы*/
.t431__td {
    padding-top: 15px;
    padding-bottom: 15px;
}


/* ----------ТОЛЬКО ДЛЯ МОБИЛОК------------ */
@media screen and (max-width: 640px) {
    
/* СТИЛИЗУЕМ COOKIES В МОБИЛЬНОЙ ВЕРСИИ */    
.uc-cookies .t886 {
    bottom: 80px !important;
    left: 20px !important;
    right: 20px !important;
}
.uc-cookies .t886__wrapper {
    border-radius: 15px !important;
}
.uc-cookies .t-text_xs {
    font-size: 11px !important;
}
/* СТИЛИЗУЕМ COOKIES В МОБИЛЬНОЙ ВЕРСИИ */

.t431 .t431__td {
    font-size: 14px !important;
}

}
/* ----------------------------------- */