@media screen and (max-width: 640px) {
    .t-text_md {
        font-size: 16px;
        line-height: 1.45;
    }
}


.t-search-widget__query-result {
    margin: 30px 0;
    font-size: 20px;
    box-sizing:border-box
}


@media screen and (max-width: 640px) {
    .t-search-widget__query-result {
        margin: 30px 0;
        font-size: 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 560px) {
    .t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container-static {
        box-sizing: border-box;
        margin: 0;
        max-width: 100%;
        min-height: 100vh;
        padding: 70px 0;
        top: 40px;
    }
}