/* News */
.news {
    background: #e5e5e5;
    padding-top: 44px;
    padding-bottom: 35px;
    overflow: hidden;
}

.news__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 20px;
}

.label_stop {

    position: absolute;
    top: 21%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    background: white;
    max-width: 280px;
    font-size: 24px;
    font-weight: bold;
    padding: 9px;
    border-radius: 10px;
    color: #f3522d;
}

.news-item_1 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 370px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    grid-row: span 2 / auto;
    min-height: 610px;
    grid-column: span 1 / auto;
}


.news__list .news-item:nth-child(5n) {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 370px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    grid-row: span 2 / auto;
    min-height: 610px;
}


.news__list .news-item:nth-child(5n) {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 370px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    grid-row: span 2 / auto;
    min-height: 610px;
}

/*.news-item_2 {*/
/*    width: 100%;*/
/*}*/

/*.news-item_3 {*/
/*    width: 100%;*/
/*}*/

.bum_news {
    grid-column: span 2 / auto;
    display: flex;
    width: 100%;
    height: 290px;
}

.news-item {
    transition: all 0.4s ease;
}

.news__list li:hover {
    -webkit-box-shadow: 0px 0px 41px 11px rgba(21, 22, 24, 0.13);
    -moz-box-shadow: 0px 0px 41px 11px rgba(21, 22, 24, 0.13);
    box-shadow: 0px 0px 41px 11px rgba(21, 22, 24, 0.13);
}

.news-item:hover {

}

.news-top,
.news-bottom {
    height: 50%;
}

.news-top {
}

.news-top span:nth-child(1) {
    font-weight: 700;
    font-size: 51px;
    line-height: 64px;
}

.news-top span:nth-child(2) {
    font-weight: 700;
    font-size: 31px;
    line-height: 39px;
}

.news-top span:nth-child(3) {
    font-weight: 700;
    font-size: 111px;
    line-height: 139px;
}

.news-bottom {
    background: url(/local/templates/.default/images/news-gradient.svg) no-repeat bottom center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 290px;
    padding-left: 26px;
    color: #ffffff;
}

.news-bottom__date {
    font-family: "Arsenal", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    letter-spacing: 0.02em;
    margin-bottom: 13px;
    margin-top: 21px;
}

.news-bottom__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 47px;
    max-width: 305px;
}

.news-bottom__link {
    max-width: 173px;
}

.news-item__left {
    background: #ffffff;
    width: 100%;
    max-width: 403px;
    padding: 41px 0 47px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-item__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 367px;
    background: #ffffff;
    position: relative;
}

.news-item__content-title {
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #212128;
    margin-bottom: 14px;
}

.news-item__content-text {
    background: #ffffff;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #585865;
    max-width: 324px;
}

.news-item__left-link {
    max-width: 173px;
}

.news-item__left-link svg {
    margin-left: 13px;
}

.news-item__image {
    max-width: 100%;
    max-height: 290px;
}

.news_show-more {
    margin-top: 36px;
    margin-left: auto;
    max-width: 151px;
}
.custom-ul li:before {
    display: none;
}
@media (max-width: 1200px) {
    .news-item__left {
        padding: 0;
    }

    .news-item_2,
    .news-item_3 {
        padding: 20px;
        background: #ffffff;
        min-height: 280px;
    }

    .news-item__right {
        align-self: center;
        max-width: 250px;
        margin-left: 20px;
    }

    .news-item__content-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    .news__list {
        grid-template-columns: 1fr;
    }

    .news-item_1 {
        margin: 0 auto;
        min-height: 580px;
    }

    .news_show-more {
        margin: 0 auto;
        margin-top: 30px;
    }

    .news-item_2,
    .news-item_3 {
        flex-direction: column;
        max-height: inherit;
        height: unset;
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
        text-align: center;
    }

    .news-item__image {
        max-height: inherit;
    }

    .news-item__left-link {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .news-item__content-text {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .news-item__left-link {
        margin-bottom: 15px;
    }

    .news-item__right {
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .news-item__right {
        margin: 0 auto;
    }

    .news-item__content-text {
        font-weight: 500;
    }

    .news-item_2, .news-item_3 {
        min-height: unset;
    }

    .main-page .news__list .news-item {
        display: none;
    }

    .main-page .news__list .news-item_2 {
        display: block;
    }

    .title.news__title {
        margin-bottom: 40px;
    }
}


body .magazine ul li:before {
    content: "";
    background: url(/local/templates/.default/images/ul-green.svg) no-repeat center center;
    width: 100%;
    max-width: 19px;
    height: 19px;
    margin-right: 15px;
    display: none;
}