

/* Start:/local/templates/mhi/components/bitrix/news/mhi.news/bitrix/news.list/.default/style.css?16379252401829*/
section.news {
    z-index: 1;
    padding-bottom: 100px;
}

.news__logo-img {
    margin: 40px 0;
}
.news__logo-img img {
    width: 100%;
}
.title-simple + .news {
    padding-top: 0;
}
.news__wrapper {
    display: grid;
    grid-gap: 20px;
}
.news__item {
    display: flex;
    flex-direction: column;
}
.news__image-box {
    padding-top: 100%;
    position: relative;
}
.news__date {
    /*position: absolute;
    top: 30px;
    right: 25px;*/
    background: #d81718;
    color: #fff;
    padding: 5px 18px 5px 15px;
    margin: 5px auto 10px 7px;
    width: 100px;
}
.news__text-box {
    padding: 15px 0;
}
.news__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2em;
}
.news__btn-row {
    display: flex;
    justify-content: center;
}

@media all and (min-width: 450px) {
    .news__logo-img {
        text-align: center;
    }
    .news__logo-img img {
        width: 400px;
    }
}

@media all and (min-width: 576px) {
    .news__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .news__btn-row {
        grid-column: 1/3;
    }
}

@media all and (min-width: 768px) {
    .news__title-box {
        display: grid;
        grid-template-columns: 3fr 5fr;
        align-items: center;
    }
    .news__logo-img {
        margin: 0 0 20px;
    }
}
@media all and (min-width: 992px) {
    .news__wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
    .news__logo-box {
        width: 600px;
        margin-left: auto;
    }
    .news__logo-img img {
        width: 600px;
    }
    .news__btn-row {
        grid-column: 1/4;
    }
}

@media all and (min-width: 1200px) {
    .news__socnets .socnets__explain {
        padding-right: 80px;
    }
}
/* End */
/* /local/templates/mhi/components/bitrix/news/mhi.news/bitrix/news.list/.default/style.css?16379252401829 */
