/*стили для страниц блога*/
.t-feed__post-popup__close-text {
    font-weight: 500;
    color: #C10B02!important;
}
.t-title {
    font-weight: 500;
    color: #C10B02;
}
.t-feed__post-popup__date.t-uptitle {
    font-weight: 400;
    letter-spacing: 1px;
    color: #4B4949;
}

.t-feed__post-popup__close-wrapper .t-popup__close-icon path {
    stroke: #C10B02;
}

.t-feed__post-popup__text .t-redactor__tte-view .t-redactor__text {
    color: #4B4949;
}

.t-feed__post-popup__close-wrapper {
    background-color: rgba(247, 245, 240, 0.9)!important;
}

.t-feed__post-popup {
    background-color: rgb(247, 245, 240)!important;
}

.t-feed__post-popup__text .t-redactor__tte-view h2.t-redactor__h2, .t-feed__post-popup__text .t-redactor__tte-view h3.t-redactor__h3, .t-feed__post-popup__text .t-redactor__tte-view h4.t-redactor__h4 {
    color: #C10B02!important;
    font-weight: 500!important;
}