@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        background: #F95005;
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background: #141414;
    }
}


.t-rec {
    word-break: normal !important;
}




::selection {
    background: #F95005; /* Устанавливаем цвет выделения */
    color: white; /* Устанавливаем белый цвет текста */
}

