

/* Start:/local/templates/polaris/components/bitrix/catalog/polaris/bitrix/catalog.section.list/catalog.sections/style.css?1726832205902*/
.list__category {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    margin-bottom: 50px;

}

.catalog-sections__item {
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f1f3;
    min-height: 209px;
    height: 209px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all .3s;

    color: #010916;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
}

.catalog-sections__item-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 146px;
}

.catalog-sections__item-img-wrapper > img {
    max-width: 100%;
    max-height: 100%;
}

.catalog-sections__item-title {
    padding-top: 20px;
    width: 90%;
    text-align: center;
}

.catalog-sections__h3 {
    font-size: 18px;
    font-weight: 500;
}
/* End */
/* /local/templates/polaris/components/bitrix/catalog/polaris/bitrix/catalog.section.list/catalog.sections/style.css?1726832205902 */
