

/* Start:/local/templates/.default/components/bitrix/catalog.section.list/catalog/style.css?17586893291050*/
.pageTemplate__sectionCatalogPreview-card.type-red {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 24px;
    gap: 11px;
    background: rgba(200, 0, 72, 0.21);
    border-radius: 34px;
    margin-bottom: 0;
}
.catalog__items-wrap .pageTemplate__sectionCatalogPreview-card.type-red img {
    width: auto;
    margin-bottom: 0;
    border-radius: 0;
    aspect-ratio: auto;
    max-height: 120px;
}
.type-red .pageTemplate__sectionCatalogPreview-card_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    -webkit-hyphens: manual;
    hyphens: manual;
    max-width: 140px;
}
.card-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    
}
@media (max-width: 760px) {
    .card-image-wrapper {
        height: 108px;
    }
    .solutionsPage__section-list_wrap .catalog__items-wrap {
        grid-template-columns: repeat(auto-fit, minmax(151px, 1fr));
        gap: 20px;
        row-gap: 20px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section.list/catalog/style.css?17586893291050 */
