

/* Start:/local/templates/gidrosistema/components/bitrix/catalog/catalog_new/style.css?17891225312032*/
root{
    --biege-scroll:#E8E8E8;
}
._ic_eps._big{
    width: 100%;
}


.filter__item{
    text-decoration: none;
    color:#151515;
}
.filter__item label{
    display: flex !important;
    align-items: flex-start;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--biege-scroll) transparent;
}

.desctop-filter-but{
    display: none;
}

.js-filter.default{
    margin-top: 20px;
}

@media (max-width: 991px) {
    .jfmo-section-333.sorting__panel {
        padding-bottom: 40px !important;
    }
}


/*fix карточки товара*/
@media (max-width: 992px) {
    .product._list .product__col._controls .product__price,
    .product._list .product__col._controls .product__purchase,
    .product._list._page .product__price {
        width: 100%;
    }
}
/*fix карточки товара end*/

/* FIX список товаров */
.pp_desc-hidden{
    max-height: 100%;
    overflow: hidden;
}

.pp_desc-hidden.minheight {
    position: relative; /* Обязательно для позиционирования псевдоэлемента */
    padding-bottom: 15px;

    max-height: 180px;
    line-height: 1.5;
}

/* Псевдоэлемент для полупрозрачного блока */
.pp_desc-hidden.minheight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px; /* Высота зоны полупрозрачности */

    /* Градиент от полностью прозрачного к полупрозрачному белому */
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.85) 100%
    );

    /* Позволяет выделять и кликать по тексту под градиентом */
    pointer-events: none;
}
/* конец FIX список товаров */


.product__params-col.deliverypalninfo{
    margin-top: 15px;
}
.product__params-col.deliverypalninfo .deliverypalninfo-value{
    margin-left: 10px;
}
/* End */


/* Start:/local/templates/gidrosistema/components/bitrix/catalog/catalog_new/bitrix/catalog.section.list/catalog/style.css?17891225311098*/
.catalog__cols {
    margin: 0 0 2rem 0!important;
    display: grid!important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
}
.catalog__cols .catalog__col {
    width: 100%;
    margin: 0;
    padding: 0;
}
.catalog__cols .catalog__col .catalog__item {
    border-radius: 8px;
    border: 1px solid #D22020;
    background: #FFF;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #333;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    height: initial;
    min-height: 250px;
    width: 100%;
    position: relative;
    text-decoration: none;
}
.catalog__cols .catalog__col  .catalog__item .catalog__img {
    position: static;
    max-height: initial;
    width: 80%;
}

@media (max-width: 1200px) {
    .catalog__cols {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .catalog__cols{
        grid-template-columns: 1fr ;
    }
}

/* End */
/* /local/templates/gidrosistema/components/bitrix/catalog/catalog_new/style.css?17891225312032 */
/* /local/templates/gidrosistema/components/bitrix/catalog/catalog_new/bitrix/catalog.section.list/catalog/style.css?17891225311098 */
