@media(max-width: 1439px) and (min-width: 993px) {
    html {
        font-size: 0.97222vw;
    }
}

@media(min-width: 993px) {

    .section_1 .news-items,
    .section_2 .news-items,
    .section_5 .news-items:not(.side-block),
    .section_4 .news-items:not(.side-block) {
        width: 72.278%;
    }

    .side-block {
        width: 24.1935%;
    }

    .news-item.square {
        margin-bottom: 1.9em;
    }

    .news-item.square .info {
        padding: 1.785em 1.4285em;
        position: absolute;
        margin: 0;
        inset: 0;
    }

    .news-item.square .title,
    .news-item.square .other {
        position: absolute;
        margin: 0;
        left: 0;
        right: 0;
    }

    .news-item.square .title {
        font-size: 1.143em;
        bottom: 3.7125em;
        padding: 0 1.25em;
    }

    .news-item.square .other {
        position: absolute;
        bottom: 1.785em;
        padding: 0 1.4285em;
    }

    .news-item.min .over {
        width: 7.143em;
        height: 7.143em;
    }

    .news-item.min .back {
        padding-top: 7.143em;
    }

    .news-item.min .info {
        width: 59.35%;
    }

    /* SECTION 1 */
    body.home .section_1 {
        padding-top: 5.0714em;
        padding-bottom: 2.1428em;
    }

    .bl1 {
        align-items: flex-start;
    }

    body.home .trending {
        margin-left: 3.286em;
        width: 24.516%;
    }

    .trending-item.n0 .info {
        padding: 5.07em 1.4285em 1.4285em;
    }

    /* SECTION 2 */
    .cat-item {
        width: 12.92%;
    }

    .block-2-aj {
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    /* SECTION 3 */
    .bl3 .news-item.mid {
        width: 34.677%;
    }

    /* SECTION 4, 5 */
    .bl4,
    .bl5 {
        align-items: flex-start;
    }

    .bl5 .side-block {
        flex-direction: column;
    }

    .form-block img:first-child {
        display: block;
    }

    .form-block img:not(:first-child) {
        display: none;
    }

    .show-more {
        margin-bottom: 8.7143em;
    }
}

@media(max-width: 992px) {
    .side-block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news-item.square,
    .news-item.min {
        width: 48.315%;
        display: block;
        margin-bottom: 0;
    }

    .news-item.square .back,
    .news-item.min .back {
        padding-top: 17.143em;
    }

    .news-item.square .info,
    .news-item.min .info {
        margin-bottom: 4.286em;
        margin-top: -3.11em;
    }

    .side-block .news-item.min .cats {
        display: block;
    }

    .side-block .news-item.square .cats,
    .side-block .news-item.min .cats {
        padding-left: 1.667em;
        padding-right: 1.667em;
    }

    .side-block .news-item.square .title,
    .side-block .news-item.min .title {
        font-size: 1.286em;
        margin-bottom: 0.8333em;
        margin-top: 2.222em;
        max-height: 3.6em;
        line-height: 1.2;
    }

    .side-block .news-item.square .other,
    .side-block .news-item.min .other {
        flex-direction: row;
    }

    .side-block .news-item.min .date::before {
        display: block;
    }

    .side-block .news-item.square .date,
    .side-block .news-item.min .date {
        padding-left: 1em;
    }

    /* SECTION 1 */
    .section_1 {
        padding-top: 3.9642em;
        padding-bottom: 3.9642em;
    }

    .trending {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .trending-item:not(.n0) {
        width: 50%;
    }

    .trending-item:not(.n0) .num {
        left: .3125em
    }

    .trending-item.n0 {
        padding: 0;
        width: 100%;
    }

    .trending-item.n0 .info {
        width: 50%;
        max-width: 24em;
        padding: 3.5714em 1.4285em 1.4285em;
    }

    /* SECTION 2 */
    .cat-item {
        margin-right: 1.4285em;
        width: 11.357em;
    }

    /* SECTION 5 */
    .section_5 {
        padding-bottom: 4.2857em;
    }

    .ms-arr {
        position: absolute;
        width: 3.285em;
        height: 2em;
        right: 0rem;
        top: 1.8rem;
        background: var(--black);
        padding-left: 0.75em;
    }

    .ms-arr .slick-prev {
        display: none !important;
    }

    .ms-arr .slick-next {
        background-image: url(../images/msn.svg);
        background-size: cover;
        background-repeat: no-repeat;
        border: none;
        font-size: 0%;
        padding: 0;
        height: 0.95rem;
        background-color: var(--black);
        padding-right: .55rem;
    }

    .bl5 .news-items:not(.side-block) {
        margin-bottom: 4.2857em;
    }

    .follow-block,
    .form-block {
        width: 48.315%;
    }

    .form-block img:not(:first-child) {
        display: block;
    }

    .form-block img:first-child {
        display: none;
    }
}

.nstt {
    margin-bottom: 0.94em;
}

.news-items {
    align-items: flex-start;
    flex-wrap: wrap;
}

.news-item .over {
    border-radius: 6px;
}

.news-item .back {
    transition: transform .5s;
    transform: scale(1);
}

.news-item:hover .back {
    transform: scale(1.2);
}

.news-item .cat-bckgr {
    position: relative;
    z-index: 0;
}

.news-item .cat-bckgr::before {
    content: '';
    position: absolute;
    top: 0%;
    display: block;
    left: 0%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    transition: opacity .3s;
}

.news-item .cat-bckgr:hover:before {
    opacity: 1;
}

.news-item span:not([class]) {
    position: relative;
    z-index: 2;
}

.news-item.big .info {
    width: 100%;
    position: static;
    margin-top: 1.0714em;
    margin-top: -3.6em;
}

.news-item.big .title {
    margin-top: 1em;
    margin-bottom: 0.42857em;
    background: linear-gradient(258deg, #c6005f 0%, #ff2950 99.21%);
    padding: 0.7143em 1.0714em;
    border-radius: 0px 0px 6px 6px;
}

.news-item.big .over {
    border-radius: 6px 6px 0px 0px;
}

.news-item.big .cats {
    margin-left: 2.5em;
}

.news-item.big .other {
    display: flex;
    position: absolute;
    right: 2em;
    top: 27.02em;
}

.news-item.mid {
    width: 48.315%;
}

.news-item.mid .info {
    margin-bottom: 4.286em;
}

.news-item.min .other {
    flex-direction: column;
}

.news-item.min .date::before {
    display: none;
}

.news-item.mid.mini {
    width: 31.46%;
}

/* SECTION 1 */
.trending {
    border-radius: 6px;
}

.trending-item:not(.n0) {
    padding: 0em 1.43em;
}

.trending-item:hover img {
    transform: scale(1.2);
}

.trending-item .num {
    left: .3125em;
}

.trending-item:not(.n0) .info {
    padding-left: .9285em;
}

.trending-item.n0 .tt {
    font-size: 1.2857em;
}

/* SECTION 2 */
.bl-2-cats {
    padding: 2px 2px 0;
}

.bl-2-cats .cat-item {
    padding-bottom: 2.0714em;
}

.cat-item .cat-pic {
    padding-top: 7.7143em;
}

.cat-item:hover .cat-pic {
    filter: brightness(0.8);
}

/* SECTION 3 */
.section_3 {
    padding-top: 7.1428em;
}

/* SECTION 4 */
.section_4,
.section_5 {
    padding-top: 2.8571em;
}

/* SECTION 5 */
.bl5-menu {
    margin-bottom: 2.643em;
}

.bl5 .news-item.mid:first-child {
    margin-right: 3.37%;
}

.bl5 .news-item.mid.mini {
    margin-left: 2.81%;
}

.bl5 .news-item.mid.mini:nth-child(3n) {
    margin-left: 0;
}

.more-btn {
    position: absolute;
    top: 1.95em;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}