/*Новости: Скругляем углы у картинок*/
.t-feed__post-bgimg {
    border-radius: 20px;
}
.t-feed__post-imgwrapper {
    transition: transform .2s;
}
.t-feed__post-imgwrapper:hover {
  transform: scale(1.05);
}
/*Главная → Новости: Кнопка*/
.t-feed__buttons-wrapper {
    margin-top: 40px !important;
}
/*Новости → Новость:Текст*/
.t-redactor__text {
    font-size: 18px;
}
/*Новости → Новость: Заголовок попапа*/
.t-descr_xxs {
    font-size: 18px;
}
/*Завершённые сборы: Вставляем надпись*/
[data-feed-recid="890952946"] .js-feed-post-title:before {
    content: "Сбор завершён ✔";
    display: block;
    clear: both;
    color: #00ace6;
    font-size: 14px;
    font-family: 'TildaSans';
    font-weight: 600;
    line-height: 3em;
}
