.t-text {
    font-size:18px;
}
.t-img {
    border-radius: 10px;
}
.t-feed__post-bgimg {
    border-radius: 5px;
}
.t214__blockimg {
 border-radius: 8px;   
}
.t-slds__bgimg {
    border-radius: 10px;
}
/* Заголовок статей*/
@media screen and (min-width: 1200px) {
.js-feed-post-title {
    font-size:70px;
}
}
@media screen and ((min-width: 960px) and (max-width: 1199px)) {
.js-feed-post-title {
    font-size:60px;
}
}
@media screen and ((min-width: 640px) and (max-width: 959px)) {
.js-feed-post-title {
    font-size:50px;
}
}
@media screen and (max-width: 639px) {
.js-feed-post-title {
    font-size:36px;
}
}

/* Ширина статьи*/
.t-feed__post-popup__content-wrapper {
    justify-content:left;
}
.t-col_8 {
    max-width:960px;
}

/* Отступ сверху у статьи*/
.t-popup_show .t-popup__container {
    padding-top:0px;
}