

/* Start:/local/templates/truewater.v2/components/bitrix/news/info/bitrix/news.list/.default/style.css?17702753191837*/
.info-list {
    display: flex;
    gap: 20px;
    flex-flow: wrap;
}

.info-item {
    flex: 23%;
    max-width: 23%;
    position: relative;
    min-height: 399px;
    border-bottom: 1px solid #E8E8E8;
}

/* Блок картинки */
.info-item .img {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Одинаковый размер и адаптивность, max 308.2×221.5 */
.info-item .img a {
    display: block;
    width: 100%;
    max-width: 308.2px;
    aspect-ratio: 308.2 / 221.5;
    overflow: hidden;
}

/* Заполнение контейнера */
.info-item .preview_picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Текстовая часть */
.info-item-name {
    margin-top: 26px;
}

.info-item-meta {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.info-item-date,
.info-item-views {
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #A8A8A8;
    white-space: nowrap;
}

.info-item .info-item-name a {
    color: #1F5CA8;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    text-decoration: none;
}

.info-item .info-item-name p {
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #333333;
    margin: 10px 0;
}

.pagination_info {
    padding: 0 !important;
    margin-top: 20px !important;
}

@media (max-width: 768px) {
    .info-item {
        flex: 48%;
        max-width: 48%;
    }
}

@media (max-width: 480px) {
    .info-item {
        flex: 100%;
        max-width: 100%;
        min-height: 379px;
    }

    .info-item .img a {
        max-width: 100%;
    }
}

/* End */
/* /local/templates/truewater.v2/components/bitrix/news/info/bitrix/news.list/.default/style.css?17702753191837 */
