.news-page .wrapper_inner {
    background: transparent;
}
.news-page .head-block.top .bottom_border:before {
    background: #C5C7C9;
}
.news-filter {
    margin: 30px 0 50px;
}
.news-page .head-block .item-link:not(.active):hover .title a {
    position: relative;
    display: block;
    padding: 10px 0 24px;
    text-decoration: none;
}
.news-page .head-block .item-link:not(.active):hover .title a:before {
    background: #ffad00;
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.news-page .head-block .item-link.active .title,
.news-page .head-block .item-link.active span,
.news-page .head-block .item-link.active .btn-inline {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}
.news-page .ajax_load_btn {
    border: none;
}
.news-page .module-pagination {
    display: none;
}
.news-page .more_text_ajax {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #FF8800;
}
.news-page .more_text_ajax:after {
    display: none;
}
body .news-page .table-type-block.item-views .row>div .item {
    background-color: #fff;
    border-radius: 8px;
}
.news-page .item-views.table-elements .item .image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.news-page .item-views.table-elements .item .image img {
    height: 300px;
}
.news-page .catalog-detail__reg-banner-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
@media screen and (min-width: 560px) and (max-width: 768px) {
    .news-page .col-sm-6 {
        width: 50%;
    }
}
@media screen and (max-width: 560px) {
    .news-page .catalog-detail__reg-banner-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 37px;
        margin-bottom: 10px;
        padding-right: 0;
    }
    .news-page .catalog-detail__middle-banner .maxwidth-theme {
        padding: 0 15px;
    }
    .news-page .table-type-block.item-views.items-list3 .row > div,
    .news-page .table-type-block.item-views.table-elements .row > div {
        width: 100%;
    }
}