/*СТИЛИ КНОПОК*/
.btn-orange .tn-atom,
.js-store-prod-btn,
.js-feed-btn-show-more {
    box-shadow: 0px 0px 25px 0px #FFD594 inset;
    transition: all .12s linear;
}

.btn-orange .tn-atom:hover,
.js-store-prod-btn:hover,
.js-feed-btn-show-more:hover {
    background: #fff !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, .07);
    color: #484848 !important;
    border: 0 none;
}

.btn-white .tn-atom {
    transition: all .12s linear;
}

.btn-white .tn-atom:hover {
    color: #fff !important;
    background: #F9B233 !important;
    box-shadow: inset 0px 0px 25px #ffd594 !important;
}

.orange-check .tn-atom {
    box-shadow: inset 0px 0px 10px #FFEBCC;
}

/*СТИЛИ БЛОКА ВОПРОС ОТВЕТ*/
.t585__icon,
.t585__lines svg {
    width: 16px !important;
    height: 16px !important;
}

.t585__icon {
    border-radius: 50px;
    border: 1px solid #000;
}

.t585__circle {
    width: 34px !important;
    height: 34px !important;
}

.t585__circle {
    background-color: transparent !important;
}

/*СТИЛИ НАЛОЖЕНИЯ*/
.mix-multiply {
    mix-blend-mode: multiply;
    display: block;
}

.mix-multiply .tn-atom {
    position: absolute;
    height: 100%;
}

/*ГРАДИЕНТ ДЛЯ ЗАГОЛОВКОВ*/
.game-title .tn-atom {
    background: linear-gradient(96.45deg, #1B1B1B 0.61%, rgba(84, 84, 84, 0.78) 89.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.t-store__filter__custom-sel:hover {
    background-color: #F9B233 !important;
}

.t-store__filter__custom-sel:hover .t-store__filter__title {
    color: #fff !important;
}

/*СТИЛИ ОКОШКА ПОИСКА*/
.uc-zero-search .t-site-search-dm {
    width: 320px !important;
    max-width: 320px;
    min-width: 320px;
    border-radius: 10px;
}

.uc-zero-search .t-site-search-dm__result__title {
    font-weight: bold !important;
    color: #373737 !important;
    font-size: 14px !important;
    font-family: 'GothamPro', Arial, sans-serif !important;
}

.uc-zero-search .t-site-search-dm__result__body {
    color: #373737 !important;
    font-size: 12px !important;
    font-family: 'GothamPro', Arial, sans-serif !important;
}

.uc-zero-search .t-site-search-dm,
.t-store__filter__item-controls-container  {
    scrollbar-width: thin; /* Для Firefox */
    scrollbar-color: lightgray transparent; /* Цвет для Firefox */
}

.uc-zero-search .t-site-search-dm::-webkit-scrollbar,
.t-store__filter__item-controls-container::-webkit-scrollbar{
    width: 8px; /* Ширина вертикального скроллбара */
    height: 8px; /* Высота горизонтального скроллбара */
}

.uc-zero-search .t-site-search-dm::-webkit-scrollbar-track,
.t-store__filter__item-controls-container::-webkit-scrollbar-track{
    background: transparent; /* Фон трека */
}

.uc-zero-search .t-site-search-dm::-webkit-scrollbar-thumb,
.t-store__filter__item-controls-container::-webkit-scrollbar-thumb{
    background-color: #F9B233; /* Цвет ползунка */
    border-radius: 10px; /* Закругленные углы ползунка */
    border: 2px solid transparent; /* Промежуток между ползунком и треком */
    background-clip: padding-box; /* Убираем заливку за пределы бордюра */
}

.uc-zero-search .t-site-search-dm::-webkit-scrollbar-thumb:hover,
.t-store__filter__item-controls-container::-webkit-scrollbar-thumb:hover{
    background-color: #F9B233; /* Цвет ползунка при наведении */
}

/*СТИЛИ БУЛЛЕТОВ В ТЕКСТЕ*/
li::marker {
    color: #ed9b07 !important;
    font-size: 20px;
    line-height: 27px;
}

/*СТИЛИ КНОПОК ПРОЛИСТЫВАНИЯ СТРАНИЦ*/
.uc-next-article,
.uc-prev-article {
    width: 21px;
    height: 49px;
    position: fixed;
    top: calc(50vh - 8px);
    margin: 0;
    padding: 0;
    z-index: 500;
}

.uc-next-article {
    right: 5px;
}

.uc-prev-article {
    left: 5px;
}

@media screen and (max-width: 480px) {
    .uc-next-article,
    .uc-prev-article {
        width: 14px;
        height: 33px;
    }
}





