.t396__elem[data-elem-type="text"] a { 
    transition: all 0.2s ease-in-out
}
.t396__elem[data-elem-type="text"] a:hover{
      color: #e1011c !important;
}
@media (min-width: 961px) {
    .t-feed__container {
        max-width: calc(100% - 60px);
    }
    .t-feed__post {
        margin-left: 10px;
        margin-right: 10px;
        max-width: calc(49% - 10px);
        /*max-width: calc(33% - 20px); Для трех колонок*/ 
    }
    .js-feed-parts-select-container.t-col.t-col_12 {
        max-width: calc(100% - 60px);
    }
}
.t-feed__parts-switch-btn a {
    padding: 10px 18px !important;
}
.t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
    border-radius: 5px;
}
.t-feed__post-bgimg.t-bgimg.loaded:hover {
    transform: scale(105%);
    transition: transform 300ms ease-in-out;
}
.t-feed__textwrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}