/*стили для страниц блога*/
.t-feed__post-popup__close-text {
    font-family: "TildaSans", sans-serif; 
    font-weight: 400;
    color: #E0B871!important;
}
.t-title {
    font-family: "TildaSans", sans-serif; 
    font-weight: 400;
    color: #E0B871;
}
.t-feed__post-popup__date.t-uptitle {
    font-family: "TildaSans", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #595858;
}

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

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

.t-feed__post-popup__close-wrapper {
    background-color: rgba(255, 253, 251, 0.9)!important;
}

.t-feed__post-popup {
    background-color: rgb(255, 253, 251)!important;
}

.t-feed__post-popup__relevants-title {
    font-family: "TildaSans", sans-serif; 
    font-weight: 400;
    color: #E0B871;
}

.t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-item-title {
    font-weight: 400;
    color: #E0B871;
}

.t-feed__post-popup__relevants-item-descr {
    color: #595858;
}

.t-feed__post-popup__container {
    padding-top: 11.33vw!important; /* 136px */
}

.t-feed__post-popup__content #feed-cover {
    display: none;
}

/* < 1200 */
@media screen and (max-width: 1199px) {
    .t-feed__post-popup__container {
        padding-top: 17.31vw!important; /* 133px */
    }
}
    
/* < 768 */
@media screen and (max-width: 767px) {
    .t-feed__post-popup__container {
        padding-top: 32.1875vw!important; /* 103px */
    }
}

.t-feed__post-popup .t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-imgwrapper {
    height: calc(100px* 1.1) !important;
    margin-bottom: 0;
    margin-right: 15px;
    padding-bottom: 0;
    width: 100px;
}

@media screen and (max-width: 560px) {
    .t-feed__post-popup .t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-imgwrapper {
        height: calc(60px* 1.1) !important;
        margin-right: 10px;
        width: 60px;
    }
}

.t-feed__post-popup .js-feed-post-author-name {
    color: #E0B871!important;
}