::selection {
    /* укажи цвет выделения текста */
    background: #ffd30d;
    color: #333333;
}


.uc-kinoscope {
    position: relative;
    max-width: 1160px;
    aspect-ratio: 16 / 9;
    margin-top: 45px;
    margin-bottom: 55px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    overflow: hidden;
}


@media (max-width: 480px) {
.uc-kinoscope {
    margin-top: 45px;
    margin-bottom: 55px;
    border-radius: 0;
}
}


/*пункты меню загораются жёлтым */
li.js-feed-parts-switcher.t-feed__parts-switch-btn.t-feed__parts-switch-btn_bg.t-name.t-name_xs.t-menu__link-item:hover {
    background-color: #FFD30D !important;
}


/* ----ПОДЧЁРКИВАНИЕ У ССЫЛОК В ОТДЕЛЬНЫХ БЛОКАХ---- */

/* TX01, ПОТОКИ текстовый блок */
.t004 a,
.t119 a,
.t-feed__post-popup__text-wrapper .t-redactor__text a {
    background-image: -o-linear-gradient(330deg,#ffd30d 0,#ffd30d 100%);
    background-image: -o-linear-gradient(330deg,#ffd30d,#ffd30d);
    background-image: linear-gradient(120deg,#ffd30d,#ffd30d);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0;
    border-bottom: 3px solid #ffd30d;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-size .125s ease-in;
    -o-transition: background-size .125s ease-in;
    transition: background-size .125s ease-in;
}


.t004 a:hover,
.t119 a:hover,
.t-feed__post-popup__text-wrapper .t-redactor__text a:hover {
    background-size: 100% 100%;
}
