/*стили для страниц блога*/
.t-feed__post-popup__close-text {
    font-family: var(--t-text-font,Arial); 
    font-weight: 500;
    color: #F9F8F8!important;
}
.t-title {
    font-family: var(--t-headline-font,Arial);
    font-weight: 500;
    color: #F9F8F8;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}
.t-redactor__h2, .t-redactor__h3, .t-redactor__h4 {
    font-family: var(--t-headline-font,Arial);
    font-weight: 500;
    color: #F9F8F8;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}
.t-feed__post-popup__date.t-uptitle {
    font-family: var(--t-text-font,Arial);
    font-weight: 500;
    letter-spacing: 0;
    color: #F9F8F8;
    font-size: 12px;
}

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

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

.t-feed__post-popup__close-wrapper {
    background-color: #000!important;
}

.t-feed__post-popup {
    background-color: #000!important;
}

.t-feed__post-popup__relevants-title {
    font-family: var(--t-headline-font,Arial);
    font-weight: 500;
    color: #F9F8F8;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-item-title {
    font-family: var(--t-headline-font,Arial);
    font-weight: 500;
    color: #F9F8F8;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    line-height: 115%;
    margin-bottom: 7px;
}

.t-feed__post-popup__relevants-item-descr {
    color: #F9F8F8;
    line-height: 130%;
    font-family: var(--t-text-font,Arial);
    font-weight: 500;
    letter-spacing: 0;
}

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

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

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


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

/* < 1200 */
@media screen and (max-width: 1199px) {
    .t-feed__post-popup__container {
        padding-top: 14.19vw!important; /* 109px */
    }
}
    
/* < 768 */
@media screen and (max-width: 767px) {
    .t-feed__post-popup__container {
        padding-top: 21.875vw!important; /* 70px */
    }
    .t-feed__post-popup__relevants-content {
        flex-direction: column;
    }
    .t-feed__post-popup .t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-imgwrapper {
        height: unset !important;
        margin-right: 0;
        width: 100%;
        aspect-ratio: 100 / 75;
        margin-bottom: 20px;
    }
    .t-feed__post-popup__relevants-title {
       font-size: 22px; 
    }
    .t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-item-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .t-feed__post-popup__relevants-item-descr {
        font-size: 16px;
    }
}

@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* 0.75) !important;*/
    /*    margin-right: 10px;*/
    /*    width: 60px;*/
    /*}*/
}