.section.section_partners {
    display: block;
}

.section.section_partners .section-title {
    /* margin-bottom: -15px; */
}

.section.section-central {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-item-vertical .news-item-title a {
    font-size: 18px;
    font-family: 'Bodoni';
    font-weight: 700;
    line-height: 20px;
}

.news-top-list-right .news-item {
    padding: 0;
}

.news-top-list-right .news-item .news-img {
    height: 145px;
}

.news-top-list-right .news-item .news-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.news-item-vertical .news-info {
    margin-top: 10px;
}

.news-item-vertical .news-item-theme,
.news-item-vertical .news-item-theme a {
    font-size: 10px;
    padding-bottom: 3px;
}

.news-item-vertical .news-item-theme a {
    text-transform: none;
}

.news-item-vertical .news-item-title {
    padding-bottom: 4px;
}

.news-item-vertical .news-item-text {
    margin: 0;
    font-size: 14px;
}

.news-item.news-item-vertical {
    margin-bottom: 0px;
}

.news-item-vertical .news-item-bl:before {
    display: none;
}

.popular-news_wrapper {
    counter-reset: list;
}

.popular-news_item {
    padding-bottom: 14px;
    position: relative;
    padding-left: 35px;
}

.popular-news-left_wrapper .popular-news_item:last-child {
    padding-bottom: 0;
}

.popular-news_item .news-item-theme,
.popular-news_item .news-item-theme a {
    font-size: 10px;
    padding-bottom: 3px;
}

.popular-news_item .news-item-theme a {
    text-transform: none;
}

.popular-news_item .news-item-title a {
    font-size: 18px;
    font-family: 'Bodoni';
    font-weight: 700;
    line-height: 18px;
}

.popular-news_item .news-item-title {
    padding-bottom: 4px;
}

.popular-news_item .news-item-text {
    margin: 0;
    font-size: 14px;
}

.popular-news_item::before {
    counter-increment: list;
    content: counter(list);
    color: #1B1B1B;
    font-size: 46px;
    -webkit-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    line-height: 38px;
    position: absolute;
    left: 0;
}

.popular-news_item:hover:before {
    color: #D0021B;
}

.popular-news_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.popular-news-left_wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    width: 35%;
}

.popular-news-right_wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    width: 65%;
    opacity: 0;
    visibility: hidden;
}

.popular-news-right_wrapper.slick-initialized.slick-slider {
    opacity: 1;
    visibility: visible;
}

.popular-news-right_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
}

.popular-news-right_wrapper .news-item.news-item-vertical {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 0 6px;
}

.popular-news-right_wrapper .news-img {
    position: relative;
}

.popular-news-right_wrapper .news-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #C5242A;
    bottom: 0;
    left: 0;
    opacity: .8;
}

button.slick-arrow {
    outline: none;
    background: #fff;
    border: 1px solid #121111;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: -40px;
    z-index: 3;
}

button.slick-arrow span {
    font-size: 24px;
    line-height: 24px;
}

button.slick-arrow.slick-disabled {
    opacity: .3;
    cursor: default;
}

button.slick-prev.slick-arrow {
    right: 45px;
}

button.slick-next.slick-arrow {
    right: 7px;
}

.news-bottom-list .news-item.news-item-horizontal {
    padding: 0 7px 14px 0px;
}

.news-item.news-item-horizontal .news-item-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-item.news-item-horizontal .news-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-right: 10px;
    height: 145px;
}

.news-item.news-item-horizontal .news-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.news-bottom-list .news-item.news-item-horizontal:nth-child(2n) {
    padding: 0 0px 14px 7px;
}

.news-bottom-list .news-item.news-item-horizontal .news-item-bl:before {
    display: none;
}

.news-item.news-item-horizontal .news-item-title a {
    font-size: 18px;
    font-family: 'Bodoni';
    font-weight: 700;
}

body .news-item.news-item-horizontal .news-item-theme,
body .news-item.news-item-horizontal .news-item-theme a {
    font-size: 10px;
    text-transform: none;
    padding-bottom: 3px;
}

.news-item.news-item-horizontal .news-item-title {
    padding-bottom: 4px;
}

.news-item.news-item-horizontal .news-item-title a {
    font-size: 18px;
    font-family: 'Bodoni';
    font-weight: 700;
    line-height: 18px;
}

.news-item.news-item-horizontal .news-item-text {
    margin: 0;
    font-size: 14px;
}

.news-bottom-list .news-item.news-item-horizontal:nth-last-child(1),
.news-bottom-list .news-item.news-item-horizontal:nth-last-child(2) {
    padding-bottom: 0;
}

.central-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.8%;
    flex: 0 0 57.8%;
    width: 57.8%;
    position: relative;
}

.central-left .block_center_wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.central-left .active_block {
    height: 100%;
}

.central-left .active_block_item {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.central-left .active_block_item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.central-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 14px;
}

.central-right .popular-news_wrapper {
    display: block;
}

.central-right .popular-news_wrapper .news-item.news-item-horizontal:not(:last-child) {
    margin-bottom: 14px;
}

.central-right .popular-news_wrapper .news-item-bl:before {
    display: none
}

.popular-news_wrapper .news-item.news-item-horizontal {
    flex: 0 0 calc(50% - 7px);
    max-width: 50%;
    padding-bottom: 14px;
}

.popular-news_wrapper .news-item.news-item-horizontal:nth-child(1n) {
    margin-right: 7px;
}

.popular-news_wrapper .news-item.news-item-horizontal:nth-child(2n) {
    margin-left: 7px;
    margin-right: 0;
}

.popular-news_wrapper .news-item.news-item-horizontal:nth-last-child(1),
.popular-news_wrapper .news-item.news-item-horizontal:nth-last-child(2) {
    padding-bottom: 0;
}

.popular-news_wrapper .news-item.news-item-horizontal .news-item-bl:before{
    display: none;
}

.popular-news_wrapper .news-item.news-item-horizontal .news-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 7px);
    flex: 0 0 calc(50% - 7px);
    margin-right: 10px;
    height: 0;
    padding-bottom: 26.7035%;
    position: relative;
}

.popular-news_wrapper .news-item.news-item-horizontal .news-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section.section_partners {
    padding-bottom: 35px;
    border-bottom: 1px solid #C5C5C5;
}

@media (max-width:991px) {
    .popular-news_wrapper .news-item.news-item-horizontal .news-img {
        flex: 0 0 180px;
        height: 140px;
        padding-bottom: 0;
    }
}

@media (max-width:799px) {

    .section.section_partners {
        padding-bottom: 0px;
        border-bottom: none;
    }

    .popular-news-right_wrapper {
        margin-top: 64px
    }

    .section.section-central {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section.section-central .central-left {
        position: relative;
        height: 100vh;
        width: 100%;
    }

    .central-right {
        padding: 0;
        margin-top: 20px;
    }

    .news-item.news-item-horizontal .news-item-bl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .popular-news_wrapper .news-item.news-item-horizontal {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 !important;
    }

    .popular-news_wrapper .news-item.news-item-horizontal:not(:last-child) {
        padding-bottom: 24px !important;
    }

    .popular-news_wrapper .news-item.news-item-horizontal:not(:last-child):after {
        content: "";
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #c5c5c5;
        bottom: 12px;
    }

    .popular-news_wrapper .news-item.news-item-horizontal .news-info {
        flex: 1 1 auto;
        margin-right: 10px;
    }

    .popular-news_wrapper .news-item.news-item-horizontal .news-img {
        height: 95px;
        margin: 0;
    }

    .central-right .popular-news_wrapper .news-item.news-item-horizontal .news-info {
        padding-right: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .central-right .popular-news_wrapper .news-item.news-item-horizontal:not(:last-child) {
        margin: 0;
        padding-bottom: 24px;
        position: relative;
    }

    .central-right .popular-news_wrapper .news-item.news-item-horizontal:not(:last-child):after {
        content: "";
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #c5c5c5;
        bottom: 12px;
    }
}

@media (max-width:646px) {
    .popular-news_wrapper .news-item.news-item-horizontal .news-img {
        flex: 0 0 150px;
        height: 95px;
    }
}

@media (max-width:450px) {
    .popular-news_wrapper .news-item.news-item-horizontal .news-img {
        flex: 0 0 125px;
        height: 80px;
    }
}