@media (max-width: 991px) {
    body .section-left-news .section-news-list {
        margin-bottom: 35px;
    }

    body .section-news-list {
        visibility: hidden;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }

    body .section-news-list .news-item_wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding: 0;
    }

    body .section-news-list.slick-initialized.slick-slider {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .3 ease;
        -o-transition: all .3 ease;
        transition: all .3 ease;
        overflow: inherit;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div#section-left-news.section-left-news {
        margin: 0;
    }

    body .tabs-multi-height {
        overflow: inherit;
    }

    body .section-news-list .news-item-title,
    body .section-news-list .news-item-title a {
        font-size: 14px;
        display: block;
    }

    body .section-news-list .news-item:not(.news-big) {
        border: none;
        padding: 0 7px;
    }

    body .tabs-multi-height::before,
    body .section-btn {
        display: none;
    }

    body .section-news-list .news-item:not(.news-big) .news-info {
        width: calc(100% - 170px);
        padding-right: 10px;
    }

    body .section-news-list .news-item:not(.news-big) .news-img {
        width: 170px;
        height: 90px;
        padding-right: 0;
    }

    body .section-news-list .news-item:not(.news-big) .news-img img {
        height: 100%;
    }
}

@media (max-width: 778px) {
    body .section-news-list .news-item.news-big {
        display: none;
    }

    body .section-news-list .news-item.news-big+div {
        display: block;
    }

    body .section-news-list .news-item:not(.news-big) .news-info {
        width: calc(100% - 270px);
    }

    body .section-news-list .news-item:not(.news-big) .news-img {
        width: 270px;
        height: 130px;
    }

    .slick-dots-container {
        width: 5.5rem;
        overflow: hidden;
        display: block;
        padding: 0;
        margin: 0.625rem auto;
        height: 0.875rem;
        position: relative;
    }

    ul.slick-dots {
        padding: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        position: relative;
        margin: 0;
        list-style: none;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: unset;
        height: 100%;
    }

    ul.slick-dots li {
        width: 0.625rem;
        height: 0.625rem;
        margin: 0 0.25rem;
        background-color: #D9D9D9;
        border: none;
        border-radius: 50%;
    }

    ul.slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        padding: 0.3125rem;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: 0 0;
    }

    ul.slick-dots li.p-small-1,
    ul.slick-dots li.n-small-1 {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    ul.slick-dots li.slick-active {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        background: #E31C1C;
    }

    .slick-dots li button:before {
        display: none;
    }
}

@media (max-width: 650px) {
    body .section-news-list .news-item:not(.news-big) .news-img {
        width: 170px;
        height: 100px;
    }

    body .section-news-list .news-item:not(.news-big) .news-info {
        width: calc(100% - 170px);
    }
}