/* Исправление мобильной версии хлебных крошек */
@media screen and (max-width: 480px) {
    .t758__list_item {
    font-size: 16px;
    }
}
/* Скругление элементов потоков */
.t-feed__post-label{
    border-radius: 0px!important;
}
/* Исправление потоков для отзывов и реализаций */
@media screen and (max-width: 640px) {
    .t-feed__buttons-wrapper {
        margin-top: 20px!important;
    }
    .t-feed__buttons-wrapper.t-container > div > :nth-child(1) {
            margin-left: 0px!important;
    }
        .t-feed__showmore-btn {
        margin-right: 00px!important;
    }
    .t-feed__buttons-wrapper.t-container > div > :nth-child(1) {
        width: calc(100% - 40px)!important;
        margin-top: 0px!important;
    }
    .t-feed__grid-col{
        margin-bottom: 40px!important;
    }
}
@media screen and (max-width: 960px) and (min-width: 641px) {
    .t-feed__buttons-wrapper {
        margin-top: 20px!important;
    }
    .t-feed__buttons-wrapper.t-container > div > :nth-child(1) {
            margin-left: 20px!important;
    }
        .t-feed__showmore-btn {
        margin-right: 20px!important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 961px) {
    .t-feed__buttons-wrapper {
        margin-top: 20px!important;
    }
    .t-feed__buttons-wrapper.t-container > div > :nth-child(1) {
            margin-left: 10px!important;
    }
    .t-feed__showmore-btn {
        margin-right: 10px!important;
    }
}
@media screen and (min-width: 1201px){
    .t-feed__buttons-wrapper.t-container > div > :nth-child(1) {
        margin-left: 20px!important;
    }
    .t-feed__buttons-wrapper {
    margin-top: 40px!important;
    }
}
.t-feed__buttons-wrapper.t-container > div > :nth-child(1){
        padding-left: 70px!important;
        padding-right: 70px!important;
        height: 50px!important;
        font-size: 14px!important;
    }
.t-feed__buttons-wrapper {
    justify-content: left!important;
}
@media screen and (max-width: 960px){
    .t-feed__buttons-wrapper {
        text-align: center!important;
    }
}
@media screen and (min-width: 961px){
    .t-feed__buttons-wrapper {
        text-align: left!important;
    }
}