

/* Start:/local/templates/new/components/bitrix/news/promotions/bitrix/news.list/.default/style.css?17866953471639*/
.promotions-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 24px;
}

.promotion-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #edf4f8;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 87, 113, .08);
}

.promotion-card__image {
    display: block;
    height: 210px;
    overflow: hidden;
    background: #eaf2f6;
}

.promotion-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.promotion-card:hover .promotion-card__image img {
    transform: scale(1.03);
}

.promotion-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.promotion-card__name {
    color: #005771 !important;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.promotion-card__date {
    margin: 10px 0 0;
    color: #68747a;
    font-size: 14px;
}

.promotion-card__text {
    margin-top: 14px;
    line-height: 1.5;
}

.promotion-card__more {
    align-self: flex-start;
    margin-top: auto;
    padding-top: 18px;
    color: #0789b4 !important;
    font-weight: 600;
    text-decoration: underline;
}

.promotions-list__pager {
    margin-top: 28px;
}

.promotions-list__empty {
    margin: 0;
    padding: 24px;
    background: #f8fbfd;
}

@media (max-width: 900px) {
    .promotions-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .promotions-list {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* End */
/* /local/templates/new/components/bitrix/news/promotions/bitrix/news.list/.default/style.css?17866953471639 */
