::-webkit-scrollbar {
        height: 14px;
        background-color: transparent;
}

::-webkit-scrollbar-thumb {
        background-color: #0260e8;
        /*Цвет скролла*/
        background-clip: padding-box;
        border: 5px solid transparent;
        border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
        border: 2px solid transparent;
}
.t-body {
        background: #eef1f7;
}