
    .js-feed-post-text.t-feed__post-popup__text.t-text.t-text_md strong {
        font-size: 14px;
        font-weight: 300 !important;
        line-height: 1.2;
    }
    .t-feed__post-popup__text-wrapper a {
    color: rgb(123 161 45) !important;
    }
    @media screen and  (min-width: 480px) {
    .js-feed-post-text.t-feed__post-popup__text.t-text.t-text_md {
    font-size: 18px;
    }
    }

/*размер подписи автора*/
.js-feed-post-author-name  {
    font-size: 18px;
    color: rgb(123 161 45) !important;
}
.t-feed__post-popup__author-bgimg {
    width: 60px;
    height: 60px;
}
@media screen and (max-width: 480px) {
    .js-feed-post-author-name {
    font-size: 16px;
}
.t-feed__post-popup__author-bgimg {
    width: 50px;
    height: 50px;
}
}
