

/* Start:/local/templates/cheeseria2021/components/bitrix/news.list/news/style.css?17651926153382*/
.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 30px);
    flex: 0 0 calc(33.333% - 30px);
    margin: 0 15px;
    margin-bottom: 80px;
    cursor: pointer;
}


.news-list__item-img {
    width: 100%;
    max-height: 48rem;
    min-height: 48rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}

.news-list__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.news-list__item-date {
    font-family: "IBM Plex Serif", serif;
    font-size: 1.4rem;
    line-height: 143%;
    color: #A3897A;
    padding-bottom: 5px;
}

.news-list__item-title {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "IBM Plex Serif", serif;
    font-size: 3rem;
    line-height: 133%;
    font-weight: 500;
    padding-bottom: 0.5em;
}

.news-list__item-text {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    line-height: 150%;
}

@media (max-width: 1365px) {
    .news-list__item {
        margin-bottom: 60px;
    }
}

@media (max-width: 1279px) {
    .news-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }
    
    .news-list__item-title {
        font-size: 2.5rem;
        line-height: 140%;
        padding-bottom: 10px;
    }

    .news-list__item-img {
        max-height: 52rem;
        min-height: 52rem;
    }
}

@media (max-width: 1023px) {
    .news-list__item {
        margin-bottom: 40px;
    }

    .news-list__item-title {
        font-size: 2rem;
        line-height: 150%;
    }

    .news-list__item-img {
        max-height: 38rem;
        min-height: 38rem;
    }

    .news-list__item-text {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .news-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .news-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .news-list__item-img {
        max-height: 32rem;
        min-height: 32rem;
        margin-bottom: 15px;
    }

    .news-list__item-date {
        padding-bottom: 5px;
    }

    .news-list__item-title {
        padding-bottom: 15px;
    }
}

@media(max-width: 380px) {
    .news-list__item-img {
        max-height: 17.5rem;
        min-height: 17.5rem;
        margin-bottom: 15px;
    }
}
/* End */
/* /local/templates/cheeseria2021/components/bitrix/news.list/news/style.css?17651926153382 */
