

/* Start:/local/templates/.default/components/bitrix/catalog.section.list/subcats/style.css?1747074760791*/
.subsection_container {
    margin: 0 -.5rem;
}

.subsection {
    text-decoration: none;
    color: #1e2021;
    padding: 0.5rem;
    position: relative;
}

.subsection:hover {
    text-decoration: underline;
}

.collection-list__content {
    position: absolute;
    top: 65%;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-list__title {
    display: inline-block;
    opacity: 1;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #d4e2e6;
    border-radius: 24px;
    background-color: #f8f9fddb;
    font-size: 16px;
}
.subsection:hover .collection-list__title{
    background-color: #0078E1;
    color: #fff;
}
/* End */


/* Start:/local/templates/.default/components/realweb/blank/seo/style.css?1740412179848*/
.seo__spoiler {
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in;
    max-height: 1000px;
}

.seo__spoiler.seo__spoiler_hide {
    max-height: 150px!important;
}

.seo__spoiler.seo__spoiler_hide:after {
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}

.seo {
    padding: 30px 0;
}

.seo__spoiler-text {
    padding-bottom: 20px;
}

.spoiler-toggle {
    display: block;
    margin: 0 auto;
    width: 100px;
}

@media (min-width: 768px) {
    .seo__spoiler.seo__spoiler_hide {
        max-height: 100%!important;
    }

    .seo__spoiler-toggle {
        display: none;
    }

    .seo__spoiler.seo__spoiler_hide:after {
        display: none;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section.list/subcats/style.css?1747074760791 */
/* /local/templates/.default/components/realweb/blank/seo/style.css?1740412179848 */
