/* свойства для кейсов*/
.t232__subtitle {
    font-style: normal !important;
    pointer-events: none;
}

.t232__titlebox {
    pointer-events: none !important;
}

/* свойства для блога*/

h1.js-feed-post-title.t-feed__post-popup__title.t-title.t-title_xxs {
  font-weight: 400 !important; 
  font-size: 64px !important;
  line-height: 100%;
}
.js-feed-popup-title.t-feed__post-popup__close-text.t-descr.t-descr_xxs {
    font-weight: 400 !important;
}

.js-feed-post-descr.t-feed__post-descr.t-descr.t-descr_xxs {
    opacity: 100% !important;
}

.js-feed-popup-title.t-feed__post-popup__close-text.t-descr.t-descr_xxs {
    font-weight: 400 !important;
}
.t-feed__post-popup__close-text-wrapper{
    font-weight: 400 !important;
}
.t-feed__post-popup__close-text {
        font-weight: 400 !important;
}
.js-feed-post-date.t-feed__post-popup__date.t-uptitle.t-uptitle_sm {
    font-weight: 400 !important;
}
.t-feed__post-popup__relevants-title.t-align_left.t-uptitle.t-uptitle_xxl {
    font-weight: 400 !important;
    font-size: 64px !important;
}

.t-feed__post-popup__relevants-item-title.t-name.t-name_xs {
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 120% !important;
}
.t-uptitle {
    font-weight: 400 !important;
}
.t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static {
    padding-top: 55px !important;
}

/* стили для текста внутри статьи*/


.t-feed__post-popup__text .t-redactor__tte-view h2.t-redactor__h2 {
    font-size: 40px;
    font-weight: 400 !important;
    color: red !important;
    line-height: 120% !important;
}

.t-feed__post-popup__text .t-redactor__tte-view h3.t-redactor__h3 {
    font-size: 32px;
    font-weight: 400 !important;
    color: #FF0033 !important;
    line-height: 120% !important;
}

.t-feed__post-popup__text .t-redactor__tte-view h4.t-redactor__h4 {
    font-size: 26px;
    font-weight: 400 !important;
    line-height: 120% !important;
    margin-top: 1rem !important;
}
.t-feed__post-popup__text .t-redactor__tte-view .t-redactor__text {
    color: #000000cc;
    line-height: 130% !important;

}

.t-feed__post-popup__text .t-redactor__tte-view .t-redactor__preface {
    font-size: 22px !important;
}

.t-feed__post-popup__text-wrapper blockquote.t-redactor__quote {
    border-left: 3px solid red !important;
}

.t-redactor__quote {
    line-height: 120% !important;
}

/* стили для текста внутри статьи*/

@media (min-width: 320px) and (max-width: 1200px) {
    
    .t-feed__post-popup__relevants-title.t-align_left.t-uptitle.t-uptitle_xxl {
    font-weight: 400 !important;
    font-size: 40px !important;
}
    h1.js-feed-post-title.t-feed__post-popup__title.t-title.t-title_xxs {
  font-weight: 400 !important; 
  font-size: 40px !important;
  line-height: 100%;
}

.t-feed__post-popup__text .t-redactor__tte-view h2.t-redactor__h2 {
    font-size: 32px;
    font-weight: 400 !important;
    color: red !important;
    line-height: 120% !important;
}

.t-feed__post-popup__text .t-redactor__tte-view h3.t-redactor__h3 {
    font-size: 28px;
    font-weight: 400 !important;
    color: #FF0033 !important;
    line-height: 120% !important;
}

.t-feed__post-popup__text .t-redactor__tte-view h4.t-redactor__h4 {
    font-size: 24px;
    font-weight: 400 !important;
    line-height: 120% !important;
    margin-top: 1rem !important;
}
.t-feed__post-popup__text .t-redactor__tte-view .t-redactor__text {
    color: #000000cc;
    line-height: 130% !important;
    font-size: 16px !important;
}

.t-feed__post-popup__text .t-redactor__tte-view .t-redactor__preface {
    font-size: 18px !important;
        line-height: 130% !important;
}

.t-feed__post-popup__text-wrapper blockquote.t-redactor__quote {
    border-left: 3px solid red !important;
}

.t-redactor__quote {
    line-height: 120% !important;
}
}