.section.popular_wrapper {
    display: block;
    overflow: inherit;
    margin-bottom: 35px;
}

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

.news-list-blocks .news_little_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 28% 44% 28%;
    grid-template-columns: 28% 44% 28%;
    grid-auto-flow: column;
}

.news-list-blocks .news_little_wrapper .news-item:nth-child(4n) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin: 0;
    padding: 0 30px;
}
.news-list-blocks .news_little_wrapper .news-item:not(:nth-child(4n)) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cacaca;
}
.news-list-blocks .news_little_wrapper .news-item:nth-child(3) {
    margin: 0;
    padding: 0;
    border: none;
}
.news-list-blocks .news_little_wrapper .news-item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.news-list-blocks .news_little_wrapper .news-item:not(:nth-child(4n)) .news-img {
    display: none;
}

body .news_little_wrapper .news-item-theme {
    padding-bottom: 3px;
}

body .news_little_wrapper .news-item-theme a, body .news_little_wrapper .news-item-theme span {
    text-transform: inherit;
    font-size: 10px;
    padding-bottom: 3px;
    color: #a6a6a6;
}

body .news_little_wrapper .news-item-title, body .news_little_wrapper .news-item-title a {
    font-size: 18px;
    font-family: 'Bodoni';
    letter-spacing: 0;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 4px;
}

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

body .news-list-blocks .news-item:before {
    display: none;
}

body .news-list-blocks .news-item .news-info:before {
    counter-increment: list;
    content: counter(list);
    float: left;
    color: #1B1B1B;
    -webkit-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    font-size: 60px;
    line-height: 60px;
    padding: 0 17px 0 0px;
}

body .news-list-blocks .news_little_wrapper .news-item:nth-child(4n) .news-info-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 40px 20px 20px;
    z-index: 2;
    display: flex;
    height: 100%;
    align-items: flex-end;
}

body .news-list-blocks .news_little_wrapper .news-item:nth-child(4n) .news-item-bl {
    position: relative;
    display: block;
}

body .news-list-blocks .news_little_wrapper .news-item:nth-child(4n) .news-img {
    /* width: 100%; */
    height: 100%;
}

body .news-list-blocks .news_little_wrapper .news-item:nth-child(4n) .news-img img {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.news-info_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-theme a, body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-theme span {
    color: #ffffffb3;
}

body .section.popular_wrapper .news-list-blocks .news-item:nth-child(4n) .news-info:before,
body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-title span,
body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-title a,
body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-text{
    color: #fff;
}

.news-list-blocks .news-item-bl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

a.styler.show-more-button.js-show-more-button {
    border-color: #C5C5C5;
    font-family: 'Merriweather';
    font-size: 18px;
    padding: 18px 30px;
}

.section.popular_wrapper .news-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 17.95%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.95%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.section.popular_wrapper .news-item:hover .news-img:before {
    opacity: 0;
    -webkit-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}

.section.popular_wrapper .news-item:hover .news-img:after {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.section.popular_wrapper .news-img:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), -o-linear-gradient(top, rgba(0, 0, 0, 0) 17.95%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, left bottom, color-stop(17.95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0) 17.95%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}

.section.popular_wrapper .news-list-blocks .news-item:nth-child(4n) .news-item-bl:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #C5242A;
    bottom: 0;
    left: 0;
    opacity: .8;
    z-index: 2;
}

.section-main_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.block_share {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: 20px;
}

@media (max-width: 1199px){
    body .news-list-blocks .news_little_wrapper .news-item:nth-child(4n) .news-info-wrapper {
        position: relative;
        padding: 12px 0 0;
    }
    
    body .news-list-blocks .news_little_wrapper .news-item:nth-child(4n) .news-img {
        height: 0;
        padding-top: 70%;
    }
    
    .section.popular_wrapper .news-img img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        -o-object-fit: cover;
           object-fit: cover;
    }
    
    .section.popular_wrapper .news-img:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        background: #C5242A;
        bottom: 0;
        left: 0;
        top: inherit;
        opacity: .8;
        z-index: 2;
    }
    
    .section.popular_wrapper .news-img:before,
    .section.popular_wrapper .news-list-blocks .news-item:nth-child(4n) .news-item-bl:after{
        display: none;
    }
    
    body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-theme a, body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-theme span {
        color: #a6a6a6;
    }
    
    body .section.popular_wrapper .news-list-blocks .news-item:nth-child(4n) .news-info:before,
    body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-title span,
    body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-title a,
    body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-text{
        color: #1b1b1b;
    }
    
    .news-list-blocks .news_little_wrapper .news-item:nth-child(4n) {
        padding: 0 15px;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
    }
    
    .news-list-blocks .news_little_wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 30% 40% 30%;
        grid-template-columns: 30% 40% 30%;
        grid-auto-flow: column;
    }
    
    body .news-list-blocks .news-item .news-info:before {
        font-size: 45px;
        line-height: 45px;
        padding-right: 10px;
    }
    
    body .news_little_wrapper .news-item-title, body .news_little_wrapper .news-item-title a {
        line-height: 22px;
    }
}

@media (max-width: 991px){
    .news-list-blocks .news_little_wrapper {
        display: block;
    }
    
    .news-list-blocks .news_little_wrapper .news-item:nth-child(4n) {
        padding: 20px 0;
    }
    
    body .news-list-blocks .news_little_wrapper .news-item:nth-child(4n) .news-img {
        padding-top: 56.25%;
    }
    
    .section.popular_wrapper .news-img:before,
    .section.popular_wrapper .news-list-blocks .news-item:nth-child(4n) .news-item-bl:after{
        display: block;
    }
    
    body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-theme a, body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-theme span {
        color: #ffffffb3;
    }
    
    body .section.popular_wrapper .news-list-blocks .news-item:nth-child(4n) .news-info:before,
    body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-title span,
    body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-title a,
    body .section.popular_wrapper .news_little_wrapper .news-item:nth-child(4n) .news-item-text{
        color: #fff;
    }
    
    body .news-list-blocks .news_little_wrapper .news-item:nth-child(4n) .news-info-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px 15px 20px;
        z-index: 2;
    }
    
    .section.popular_wrapper .news-item:hover .news-img:before {
        opacity: 1;
    }
    
    .section.popular_wrapper .news-item:hover .news-img:after {
        opacity: 0;
    }
}

@media (max-width: 640px){
    .section-main_header {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .block_share {
        margin-left: 0px;
        width: 100%;
    }
    .block_share .block_title {
        width: 100%;
    }
    .block_share .social-bl-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        width: 25%;
    }
}

@media (max-width: 590px) {
    .section.popular_wrapper .news-list-blocks .news-img {
        display: block;
    }
}