/* Степень скругления для фоновых кругов в % */
    .shape-transform .tn-atom {
        border-radius: 50% !important;
    }
    .uc-block {
        position: relative;
        z-index: 0;
    }

/*Приведение сетки стандартных блоков к сетке зеро на мобильных*/
@media screen and (max-width: 479px) {
.t-col { padding: 0 16px !important; }
/*.t-container { max-width: 328px !important; }*/
}


/*Приведение стандартных блоков потоков к сетке FD301*/
@media (min-width: 1200px) {
.t-feed__container {
    max-width: calc(100% - 36px);
}
.t-feed__post {
    margin-left: 6px;
    margin-right: 6px;
    max-width: calc(33% - 8px);
}
.js-feed-parts-select-container.t-col.t-col_12 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
}
@media screen and (max-width: 960px) {
    ul.js-feed-container.t-feed__container.t897__container.t-feed__container_mobile-grid.t-feed__container_inrow3 {
        max-width: 740px !important;
    }
    .t-feed__container.t897__container {
        max-width: 740px !important;
    }

}
@media (max-width:1200px) {
    .t897 .t-feed__post-title {
    font-size: 18px !important;
    }
    .t-feed__post-descr {
    font-size: 16px !important;
    }
}
.t-btn.t-btn_xs {width: 215px !important; height: 48px !important;}
