/** фиксим блог */
.t403 .t403__link {
    border-top: 1px solid #eee;
}
.t403__container-table {
margin-bottom: 50px;}

.t404__textwrapper, .t-feed__col-grid__post-wrapper {
    box-shadow: 0px 10px 0px #f7c600;
    transition-duration: .45s
}
.t404__textwrapper:hover, .t-feed__col-grid__post-wrapper:hover {
    box-shadow: 0px 10px 0px #e03a45;
    transition-duration: .45s
}
.t-feed__col-grid__wrapper {
    padding: 20px 20px 30px 20px;
    background: #fff;
}
.t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
    margin-bottom: 0;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
.t404__textwrapper {
    box-shadow: 10px 0px 0px #f7c600;
    transition-duration: .45s
}
.t404__textwrapper:hover {
    box-shadow: 10px 0px 0px #e03a45;
    transition-duration: .45s
}
}