

/* Start:/local/templates/desktop/components/sb/catalog.smart.filter/.default/style.css?17489287001065*/
.filter_catalog_mobile, .filter_catalog_mobile_items {display: none}
@media all and (max-width: 800px){
    .filter_no_mb {display: none}
    .filter_catalog_mobile {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-left: 15px;
        margin-right: 15px;
    }
    .filter_catalog_mobile_btn button {
        outline: none;
        color: #3b3b3b;
        background-color: #ffce45;
        border-radius: 22.5px;
        height: 45px;
        border: none;
        font-weight: 600;
        line-height: 1.64;
        letter-spacing: 1.4px;
        cursor: pointer;
        max-width: 560px;
        width: 100%;
        font-size: 18px;
        box-shadow: 0 0 0 0.2rem rgb(236 235 235 / 50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .filter_catalog_mobile_btn img {
        padding-left: 15px;
    }

    .filter_catalog_mobile_items {
        padding-top: 20px;
    }
    .filter_catalog_mobile_items > .col-auto:first-child{
        padding-bottom: 20px;
    }
}
/* End */


/* Start:/local/templates/desktop/components/bitrix/catalog.section/card/style.css?1748928700528*/
@media all and (max-width: 1000px){
    .container .product_items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .container .product_items .col-3 {
        max-width: initial;
        flex: none;
    }
}
@media all and (max-width: 800px){
    .container .product_items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width: 560px){
    .container .product_items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */
/* /local/templates/desktop/components/sb/catalog.smart.filter/.default/style.css?17489287001065 */
/* /local/templates/desktop/components/bitrix/catalog.section/card/style.css?1748928700528 */
