

/* Start:/local/templates/redesign/components/bitrix/news/.default/bitrix/news.list/flat/style.css?17551670822296*/
.news-list {
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    position: relative;
    border: 1px solid var(--gray-semilight);
    overflow: hidden;
}

.news-list__item {
    width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 30px;
    background-color: var(--white);
}

.news-list__item:before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #e0e0e0;
    content: "";
}


.news-list__item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.news-list-item__img {
    position: relative;
    width: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.news-list-item__info {
    width: calc(100% - 200px);
    padding-left: 20px;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.news-list-item__date {
    color: var(--orange);
    margin-top: auto;
    padding-top: 10px;
}

.news-list-item__title {
    font-size: 20px;
    margin-bottom: 10px;
    transition: 0.3s color;
}

.news-list-item__img::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.news-list-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (any-hover: hover),(hover: hover) and (pointer: fine) {
    .news-list__item:hover .news-list-item__title {
        color: var(--orange);
    }
}

@media (max-width: 1700px) {
    .news-list__item {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .news-list-item__img {
        width: 150px;
    }

    .news-list__item {
        padding: 15px;
    }

    .news-list-item__info {
        width: calc(100% - 150px);
    }

    .news-list-item__title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .news-list__item {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .news-list__item {
        width: 100%;
        display: block;
    }

    .news-list-item__img {
        width: 100%;
        margin-bottom: 20px;
    }

    .news-list-item__info {
        width: 100%;
        padding-left: 0;
    }

    .news-list-item__date {
        margin-top: 0;
        padding-top: 30px;
    }
}
/* End */
/* /local/templates/redesign/components/bitrix/news/.default/bitrix/news.list/flat/style.css?17551670822296 */
