/*Вид текста в потоках*/
@media screen and (min-width: 480px) {
.t-feed__post-popup__title, .t-feed__post-popup__relevants-title, .t-feed__post-popup__relevants-item-title {
font-size: 32px;
line-height: 1.1;
letter-spacing: -1.5px;
font-weight: 500;
}
.t-feed__post-popup__text, .t-feed__post-popup__author-name, .t-feed__post-popup__relevants-item-descr {
font-size: 16px;
line-height: 1.35;
letter-spacing: -0.4px;
font-weight: 500;
}
}
@media screen and (max-width: 480px) {
.t-feed__post-popup__title, .t-feed__post-popup__relevants-title, .t-feed__post-popup__relevants-item-title {
font-size: 24px;
line-height: 1.1;
letter-spacing: -1px;
font-weight: 500;
}
.t-feed__post-popup__text, .t-feed__post-popup__author-name, .t-feed__post-popup__relevants-item-descr {
font-size: 16px;
line-height: 1.35;
letter-spacing: -0.4px;
font-weight: 500;
}
}

