

/* Start:/local/templates/main_v2/components/bitrix/news.list/discount_cards/style.css?17491951591414*/
.discount-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 40px 0;
}

.discount-cards .item {
    display: flex;
    flex-direction: column;
    width: 255px;
}

.discount-cards .item .image {
    padding: 40px 45px;
    width: 100%;
    height: 255px;
    margin: 0 0 20px;
}

.discount-cards .item .image .title {
    margin: 0 0 22px;
    font-size: 32px;
    font-weight: 300;
}

.discount-cards .item .image .percent {
    font-size: 64px;
    font-weight: 300;
}

.discount-cards .item .image .discount-title {
    font-size: 15px;
    font-weight: 400;
}

.discount-cards .item .amount {
    width: 150px;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 1219px) {
    .discount-cards {
        flex-direction: column;
        margin: 10px 0 20px 0;
    }

    .discount-cards .item {
        max-width: 320px;
        width: 100%;
    }

    .discount-cards .item:not(:last-of-type) {
        margin: 0 0 30px 0;
    }

    .discount-cards .item .image {
        padding: 30px 55px;
        width: 100%;
        height: 215px;
        margin: 0 0 10px;
    }

    .discount-cards .item .image .title {
        margin: 0;
    }

    .discount-cards .item .image .discount-title {
        font-size: 16px;
    }

    .discount-cards .item .amount {
        width: 100%;
        font-size: 14px;
    }
}
/* End */
/* /local/templates/main_v2/components/bitrix/news.list/discount_cards/style.css?17491951591414 */
