.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;
}


.t-popup__container {border-radius: 30px;}

@media screen and (max-width: 640px) {
    .t-title_xxs {font-size: 22px !important;}
    .t-name_xl {font-size: 20px !important;}
    .t-name_lg {font-size: 18px !important;}
    .t858__img {padding-bottom: 40px;}
}