::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #0B506F;
    border-radius: 50px;
}
::-webkit-scrollbar-track {
    background: #E7EEF1;
}
::-webkit-scrollbar-thumb:hover {
    background: #0B2F40;
}


/* Кастомизация подменюшки */
.t450__right_buttons_but .t-btn_sm {
padding-left: 30px;
padding-right: 30px;
height: 46px;
font-weight: 500;
font-size: 13px;
}
