

/* Start:/local/templates/flash/components/bitrix/news/sale/style.css?17382338371349*/
.text_before_items {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: var(--light-gray);
    border-radius: 4px;
    font-weight: 500;
    margin: 20px 0;
}

a.back-url {
    padding: 10px 12px;
    background: var(--second-color);
    border-radius: 3px;
    display: flex;
    width: fit-content;
    gap: 6px;
}

a.back-url span {
    font-weight: 500;
}

.period_wrapper_inner {
    display: flex;
    gap: 11px;
    padding: 10px 0;
    border-radius: 3px;
    align-items: center;
}

@media (min-width: 1254px) {
    .detail-news .catalog-items.table {
        grid-template-columns: repeat(4, 1fr);
    }

    .detail-news .catalog-items.table .catalog-item-card:nth-of-type(3n):after {
        background: rgb(239, 239, 239);
    }

    .detail-news .catalog-items.table .catalog-item-card:nth-of-type(4n):after {
        background: none;
    }
}

@media (min-width: 1040px) and (max-width: 1254px) {
    .detail-news .catalog-items.table {
        grid-template-columns: repeat(3, 1fr);
    }

    .detail-news .catalog-items.table .catalog-item-card:nth-of-type(3n):after {
        background: none;
    }

    .detail-news .catalog-items.table .catalog-item-card:nth-of-type(4n):after {
        background: rgb(239, 239, 239);
    }
}
/* End */
/* /local/templates/flash/components/bitrix/news/sale/style.css?17382338371349 */
