

/* Start:/bitrix/templates/astdesign_climate/components/bitrix/catalog/catalog__custom/style.css?1771343115995*/
.section-description {
    max-height: 600px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}
.section-description.expanded {
    max-height: none;
}
.section-description--has-toggle:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 40%,rgba(255, 255, 255, 1) 100%);
}
.section-description.expanded.section-description--has-toggle:after {
    display: none;
}
.section-description__toggle {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: auto;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    padding: 10px;
    text-align: center;
    color: var(--color-1);
}
.section-description__toggle:hover {
    text-decoration: none;
}
.section-description__toggle.active {
    display: block;
}
/* End */


/* Start:/bitrix/templates/astdesign_climate/components/bitrix/catalog.smart.filter/catalog/style.css?1771343115225*/
.filter-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-label--image {
    width: 100%;
}
.filter-label__image-container {
    position: absolute;
    right: 0;
}

/* End */


/* Start:/bitrix/templates/astdesign_climate/components/bitrix/catalog.section.list/subsection__custom/style.css?1771343115775*/
.catalog-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.catalog-categories__item {
    background: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.catalog-categories__item-image-container {
    display: flex;
    justify-content: center;
    height: 100px;
}
.catalog-categories__item-image-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.catalog-categories__item-name {
    font-size: 14px;
    text-decoration: none;
    margin-top: 10px;
    text-align: center;
}
.catalog-categories__item-link {
    text-decoration: none;
}
.catalog-categories__item-link:hover {
    text-decoration: underline;
}

/* End */
/* /bitrix/templates/astdesign_climate/components/bitrix/catalog/catalog__custom/style.css?1771343115995 */
/* /bitrix/templates/astdesign_climate/components/bitrix/catalog.smart.filter/catalog/style.css?1771343115225 */
/* /bitrix/templates/astdesign_climate/components/bitrix/catalog.section.list/subsection__custom/style.css?1771343115775 */
