:root {
    --green-color: 0, 166, 82;
    --yellow-color: 255, 202, 8;
    
    --yellow_light-color: 255, 246, 154;
    --green_light-color: 234, 237, 145;

    
    --blue-color: 110, 192, 213;
    --ocean: #56CEB9;
    --border-gradient: linear-gradient(var(--gradient-color)) 1;
    --gradient: linear-gradient(var(--gradient-color));
}



.t795__title {
    margin-bottom: 10px;
}

.uc-title_12 .t-container {
    background: white;
}

.t-title_xs {
    font-weight: 900;
    line-height: 1 !important;
}

mark:before, mark:after {
    content: '\00a0';
}





/*«Бесплатный» градиент*/
.textShine {
    background: linear-gradient(
        to right,
        #FFCA08 30%,
        #FFF69A 60%,
        #00A652 90%
        /*#0190cd 70%,*/
        /*#764ada 80%*/
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 2s ease-in-out infinite alternate;
}


@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


/*КАРТОЧКИ ПРЕПОДАВАТЕЛЕЙ*/

.t-feed__post-popup__close-text {
    font-family: 'Montserrat',Arial,sans-serif;
    font-weight: 700;
}

.t-feed__post-popup__title {
    font-weight: 800;
}

.t-feed__post-popup__text-wrapper blockquote.t-redactor__preface {
    line-height: 1.4;
}

.t-redactor__h2 {
    margin-bottom: 0;
}

.t-redactor__text li {
    line-height: 1.3;
    /*padding-bottom: 10px;*/
}



.t-feed__post-popup__relevants-title {
    margin: 0 0 15px;
}


.t-feed__post-popup__relevants-item-title {
    font-family: 'Montserrat',Arial,sans-serif;
    font-weight: 700;
}



@media screen and (max-width: 480px) {
    .t-section__title.t-title_xs {
        text-align: center;
    }
}


