

/* Start:/local/templates/main/components/bitrix/news/discounts/bitrix/news.list/.default/style.css?17855269791603*/
.discounts__title {
    margin-bottom: 1.875rem;
}

.discounts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.875rem;
    row-gap: 2.5rem;
}

.discounts-grid__empty {
    grid-column: 1 / -1;
    font-size: 0.875rem;
    line-height: 1.4;
}

.discount-card__image {
    position: relative;
    z-index: 0;
    display: block;
}

.discount-card__img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.discount-card__name {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0 1.25rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "RF Dewi Expanded";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.375rem;
    line-height: 1.2;
}

.discount-card__name--white {
    color: #fff;
}

.discount-card__caption {
    margin-top: .9375rem;
    font-size: 0.75rem;
    line-height: 1.3;
    color: #737373;
}

.discount-card__title {
    margin-top: .625rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2;
}

.discount-card__link {
    margin-top: .625rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2;
    color: #737373;
}

@media (max-width: 1279px) {
    .discounts__title {
        margin-bottom: 1.25rem;
    }

    .discounts-grid {
        grid-template-columns: 1fr;
        row-gap: 1.875rem;
    }

    .discount-card__img {
        aspect-ratio: 16 / 10;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news/discounts/bitrix/news.list/.default/style.css?17855269791603 */
