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


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




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

