body.home main {
    overflow: hidden;
}

.news-item {
    display: block;
}

.news-item .back {
    background-position: 0 center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 56.17%;
    position: relative;
}

.news-item .cats {
    list-style-type: none;
    font-size: .857em;
    line-height: 1.21;
    height: 1.79em;
    overflow: hidden;
}

.news-item .cats li {
    display: inline-block;
}

.news-item .cats li:not(:last-child) {
    margin-right: .571em;
}

.news-item .cat-bckgr {
    display: block;
    padding: .29167em .667em;
    background: var(--orange);
    border-radius: 2px;
}

.news-item .title {
    font-size: 1.286em;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0.8333em;
    margin-top: 2.222em;
    overflow: hidden;
}

.news-item .other {
    color: var(--fgrey);
    display: flex;
}

.news-item div+.date {
    position: relative;
    padding-left: 1em;
}

.news-item div+.date::before {
    content: ' . ';
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    display: block;
    left: .4em;
}

.news-item.big {
    width: 100%;
    margin-bottom: 2.857em;
    position: relative;
}

.news-item.big .back {
    padding-top: 30.714em;
}

.news-item.big .info {
    position: absolute;
    z-index: 1;
}

.news-item.big .title {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.29;
}

.news-item.big .other>div {
    color: #fff;
}

.news-item.mid .info {
    margin-top: -3.11em;
    position: relative;
}

.news-item.mid .cats {
    padding-left: 1.667em;
    padding-right: 1.667em;
}

.news-item.square {
    position: relative;
    width: 100%;
}

.news-item.square .back {
    border-radius: 0.43em;
    padding-top: 18.075em;
}

.news-item.min {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.4285em;
}

.news-item.min .cats {
    display: none;
}

.news-item.min .date {
    padding: 0;
}

.news-item.min .other {
    margin-top: 0.57em;
}

.news-item.min .title {
    font-size: 1em;
    margin: 0;
    line-height: 140%;
    max-height: 5.5em;
}

.news-item.mid.mini .back {
    padding-top: 12.43em;
    border-radius: 0.43em;
}

/* SECTION 1*/
.trending {
    background: linear-gradient(258deg, #C6005F 0%, #FF2950 99.21%);
    position: relative;
    padding-top: 5.5em;
    padding-bottom: 1px;
}

.trending>img {
    position: absolute;
    top: 0;
    left: 1.6%;
    width: 96.8%;
    padding: 0;
}

.t-head {
    font-size: 1em;
    line-height: 1.2143em;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 1em;
    right: 1.4285em;
}

.trending-item {
    margin-bottom: 4.143em;
}

.trending-item:not(.n0) {
    display: flex;
}

.trending-item .auth {
    font-weight: 400;
    line-height: 1.2;
    color: var(--fgrey);
}

.trending-item .num {
    position: absolute;
    line-height: 1.4;
    font-weight: 700;
    font-size: 4.5714em;
    color: white;
    top: 0%;
    transform: translateY(-50%);
    z-index: 1;
    filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.25));
}

.trending-item:not(.n0) .over {
    width: 6.4285em;
    height: 6.4285em;
}

.trending-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform .5s;
}

.trending-item.n0 .over::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 65.62%);
    z-index: 2;
}

.trending-item:not(.n0) .info {
    width: calc(100% - 6.4285em);
}

.trending-item .tt {
    line-height: 1.4;
}

.trending-item:not(.n0) .tt {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.trending-item.n0 {
    display: block;
}

.trending-item.n0 .over {
    position: absolute;
    inset: 0;
}

.trending-item.n0 .info {
    position: relative;
    z-index: 3;
}

.trending-item.n0 .tt {
    color: var(--font);
    line-height: 1.4;
    font-weight: bold;
    margin: 0;
}

.trending-item.n0 .auth {
    display: none;
}

/* SECTION 2*/
.section_2 {
    background: var(--bgrey);
    padding-top: 4.2857em;
}

.section_2 .nstt {
    -webkit-text-fill-color: white;
}

.bl-2-cats {
    border-bottom: 1px solid #838386;
}

.bl-2-cats:not(.slick-initialized) {
    flex-wrap: wrap;
    align-items: baseline;
}

.bl-2-cats .slick-list {
    -webkit-transition: margin-left .1s ease-out 0s;
    -moz-transition: margin-left .1s ease-out 0s;
    -o-transition: margin-left .1s ease-out 0s;
    transition: margin-left .1s ease-out 0s;
}

.cat-item {
    cursor: pointer;
}

.cat-pic {
    width: 100%;
    border-radius: 3.857em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: outline .3s, filter .3s;
    outline: 2px solid rgba(255, 255, 255, 0);
}

.cat-item:last-child .cat-pic {
    background-position: center;
}

.cat-item.active .cat-pic {
    outline-color: #5CFFBC;
    filter: brightness(1);
}

.cat-name {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.143em;
    line-height: 1.21;
    margin-top: 1.05em;
    margin-bottom: 0;
}

.ajax-items {
    padding-top: 2.8571em;
}

.ajax-tt {
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    font-size: 1.43em;
    margin-top: 0;
    margin-bottom: 1.8em;
}


/* SECTION 5*/
.bl5-menu .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    background-size: .5714rem auto;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    border: none;
    font-size: 0%;
    height: 2.2857rem;
    margin-top: -1.14285rem;
    background-image: url(../images/msn.svg);
    background-color: var(--black);
    padding: 0 .7143rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.bl5-menu .slick-prev {
    opacity: 0;
    visibility: hidden;
    /*
    left: -1.4285rem;
    -webkit-transform: rotate3d(1, 180, 1, 180deg);
    -moz-transform: rotate3d(1, 180, 1, 180deg);
    -ms-transform: rotate3d(1, 180, 1, 180deg);
    -o-transform: rotate3d(1, 180, 1, 180deg);
    transform: rotate3d(1, 180, 1, 180deg);*/
}

.bl5-menu .slick-next {
    right: 0;
}

.bl5-menu .slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.bl5-menu li:not(:last-child) {
    margin-right: 1.45em;
}

.bl5-menu a {
    font-weight: 700;
    line-height: 120%;
    color: var(--fgrey);
    transition: color .6s;
}

.section_5 .bl5-menu li:first-child a {
    background: linear-gradient(258deg, #C6005F 0%, #FF2950 99.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100%;
}

.bl5-menu a:hover {
    color: var(--font);
}

.follow-block {
    width: 100%;
    background: var(--bdark);
    border-radius: 6px;
    padding: 2.32em;
    text-align: center;
    margin-bottom: 2.643em;
}

.follow-block .tt {
    margin-bottom: 1.25em;
    display: block;
    font-size: 1.143em;
    line-height: 120%;
    font-weight: 700;
}

.flinks a {
    display: inline-block;
    border-radius: 50%;
    width: 4.1428em;
    text-align: center;
    padding: 1.357em 0;
}

.flinks a:first-child {
    background: #55ACEE;
}

.flinks a:last-child {
    background: #1877F2;
}

.flinks svg {
    margin: 0 auto;
    display: block;
    height: 1.4285em;
    width: auto;
}

.flinks path {
    fill: white;
}

.form-block {
    background: var(--bdark);
    border-radius: 6px;
    padding: 2.286em 1.714em;
}

.form-block img.attachment-thumbnail.size-thumbnail {
    width: 100%;
}

.form-block .wpcf7-form {
    margin-top: 1.857em;
}

.wpcf7-spinner {
    display: none;
}

.show-more img {
    width: 100%;
    height: auto;
}

.more-btn span {
    transition: all .3s;
    color: var(--red);
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    cursor: pointer;
}

@media(max-width: 992px) {

    /* SECTION 1 */
    .trending-item.n0 .over {
        border-radius: 2px;
    }

    /* SECTION 2 */
    .bl-2-cats:not(.slick-initialized) .cat-item:not(:first-child) {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

    .bl-2-cats {
        overflow: visible;
    }

    /* SECTION 5 */
    .form-block img:first-child {
        display: none;
    }

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

@media (max-width: 650px) {
    .nstt {
        margin-bottom: 0.78125em;
    }

    .news-item {
        width: 100%;
    }

    .news-item:not(.add_side_mob) .back {
        border-radius: 6px;
    }

    .news-item .title {
        max-height: 3.9em;
    }

    .news-item.big .info {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 5.128% 2.1428em;
    }

    .news-item.big .title {
        margin-top: .7143em;
        margin-bottom: .7143em;
    }

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

    .news-item.min {
        justify-content: normal;
    }

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

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

    .news-item.min .info {
        width: calc(67.74% - 2em);
        margin-left: 2em;
    }

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

    .news-item.min .date {
        padding-left: 1em;
    }

    .news-item.mid.mini .back {
        padding-top: 17.143em;
    }


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

    .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;
    }

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

    .trending-item {
        padding: 0% 5.128%;
    }

    .trending-item .num {
        left: 5.128%;
    }

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

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

    .trending-item.n0 .over {
        left: 5.128%;
        right: 5.128%;
    }

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

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

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


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

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

    .bl2 .nstt {
        margin-bottom: 0.892em;
    }

    .cat-item {
        width: 9.0714em;
        margin-right: 1.05em;
    }

    .cat-pic {
        padding-top: 5.7857em;
    }

    .cat-name {
        line-height: 120%;
        font-size: 1em;
    }

    .ajax-items {
        padding-bottom: 2.1428em;
    }

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

    /* SECTION 4 */
    .section_4 {
        padding-top: 3.0714em;
    }

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

    .bl5-menu {
        margin-bottom: 2.857em;
    }

    .show-more img {
        display: none;
    }

    .more-btn {
        text-align: center;
        margin-bottom: 2.8571em;
    }
}