/*для pop-up (уменьшаем заголовки)*/
.t-descr_md {
    font-size: 14px;
    line-height: 1.55;
}

/*уменьшаем размер шрифта в кнопке*/
.t-submit {
    font-size: 14px !important;
}

/*уменьшаем текст в потоках*/
.t-text_md {
    font-size: 14px !important;
    line-height: 1.4;
}

/*заголовки в потоках*/
.t-title_xxs {
    font-size: 23px !important;;
    line-height: 1.23;
}

/*уменьшаем отступ снизу в потоках (ПК)*/
.t-feed__post-popup__container {
    padding-bottom: 5px;
}

/*уменьшаем отступ снизу в потоках (мобильные)*/
@media screen and (max-width: 560px) {
    .t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container-static {
        padding-bottom: 0px;
    }
}

/*потоки и новости (для открытия / закрытия)*/
#allrecords ul.t-feed__container {
    margin-bottom: 0;
    padding-left: 0;
    display: none;
}

