

/* Start:/local/templates/polaris/components/bitrix/catalog/polaris/style.css?17748634011066*/
/*.filter_wrapper {*/
/*    display: none;*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .filter_wrapper {*/
/*        display: block;*/

/*    }*/
/*}*/



@media (max-width: 992px) {



    .filter_wrapper.active {
        /*display: block;*/
        -webkit-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
        transform: translateX(-100vw);
        overflow: overlay;
    }

    .filter_wrapper {
        position: fixed;
        right: calc(-100% - 15px);
        top: 0;
        z-index: 5;
        height: 100%;
        width: 80%;
        padding: 20px;
        cursor: pointer;
        background-color: #efefef;
        -webkit-transition: transform .53s;
        -o-transition: .53s transform;
        transition: transform .53s;
        -webkit-transition-timing-function:
                cubic-bezier(.38, .52, .37, 1);
        -o-transition-timing-function: cubic-bezier(.38,.52,.37,1);
        transition-timing-function:
                cubic-bezier(.38, .52, .37, 1);
    }
}
/* End */


/* Start:/local/templates/polaris/components/bitrix/catalog/polaris/bitrix/catalog.section.list/catalog.sections/style.css?1730976750902*/
.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/style.css?17748634011066 */
/* /local/templates/polaris/components/bitrix/catalog/polaris/bitrix/catalog.section.list/catalog.sections/style.css?1730976750902 */
