@media screen and (max-width: 600px) { /*Максимальная ширина смартфона где будет применяться эффект сетки зеро-блока*/
.t-col { padding: 0 10px !important; } /*Это отступы слева и справа до контента в Grid-контейнере*/
.t-container {
    max-width: 320px !important; /*Это максимальная ширина контейнера в зеро-блоке, при отображении мобильного*/
}
}


.t-rec {
    word-break: normal !important;
}


.t-text_md {
    font-size: 18px;
    line-height: 1.55;
}


.t-feed__post-popup__content img {
    max-width: 100%;
    border-radius: 20px;
}


.t-feed__post-popup__relevants-bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.t-popup__container {
    background: #fff;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
    -moz-transform: translateY(-30%) scale(.9);
    -ms-transform: translateY(-30%) scale(.9);
    -webkit-transform: translateY(-30%) scale(.9);
    -o-transform: translateY(-30%) scale(.9);
    transform: translateY(-30%) scale(.9);
    border-radius: 20px;
}

.t-input {
    font-family: 'FuturaPT';
}
