

/* 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.element/catalog_element/style.css?17891225314996*/

@media (min-width: 551px) {

    .product__text.has-fds-desktop {
        max-height: 335px;
        overflow: hidden;
        margin-bottom: 0px;
    }

    .product__text.fds-expanded {
        max-height: unset;
        overflow: visible;
    }

    .full-desc-show-desktop, .full-desc-show-desktop:active, .full-desc-show-desktop:visited {
        display: block;
        float: left;
        clear: both;
        width: 100%;
        color: #0090FF;
        margin-bottom: 15px;
    }

    .full-desc-show-mobile {
        display: none;
    }

}

@media (max-width: 550px) {

    .full-desc-show-desktop {display: none;}

    .product__text.has-fds-mobile {
        max-height: 170px;
        overflow: hidden;
        margin-bottom: 0px;
    }
    .product__text.fds-expanded {
        max-height: unset;
        overflow: visible;
    }
    .full-desc-show-mobile, .full-desc-show-mobile:active, .full-desc-show-mobile:visited {
        display: block;
        float: left;
        clear: both;
        width: 100%;
        color: #0090FF;
        margin-bottom: 15px;
    }
}



/*кнопки руководство по эксплуатации и спецификация*/

.exp-spec-wr {
    margin-bottom: 15px;
}

.product__cart_repspec_a {
    width: 120px;
    height: 146px;
    flex-shrink: 0;

    border-radius: 8px;
    /*background: #F9F9F9;*/
    padding-top: 94px;
    float: left;
    display: block;
    color: #000;
    text-align: center;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    line-height: 140%;

    box-shadow: 0 16px 16px -16px rgba(167, 177, 188, 1);
    /*transition: 0.5s ease;*/
    transition: color 0.01s ease, stroke 0.5s ease, background 0.5s ease;
    /*transition: color unset, stroke 0.5s ease;*/
}

/*
.product__cart_repspec_a:after {
    content: "";
    background: url(/local/templates/gidrosistema/images/svg/specrepshadow.svg) center calc(100% - 26px) no-repeat;
    height: 16px;
    width: 136px;
    position: absolute;
    bottom: -170px;
    left: 0px;
    background-position: center bottom;
}*/

.product__cart_repspec_a.pcrep {
    /*background: #F9F9F9 url(/local/templates/gidrosistema/images/svg/rep_button.svg) center 10px no-repeat;*/
    background: #F9F9F9;
    margin-right: 10px;
}
.product__cart_repspec_a.pccpec {
    background: #F9F9F9 url(/local/templates/gidrosistema/images/svg/spec_button.svg) center 10px no-repeat;
}

.product__cart_repspec_a.pcrep,
.product__cart_repspec_a.pccpec {
    align-self: flex-start;
    width: calc(50% - 10px);
    flex-grow: 1;
    margin-right: 10px;
}

.product__cart_repspec_a.pccpec {
    margin-right: 0;
}
.product__cart_repspec_a.pccpec.pccpec_has_exp {
    float: right;
}


.product__cart_repspec_a:hover {
    color: #fff;
}

.product__cart_repspec_a.pcrep:hover {
    /*background: #136797 url(/local/templates/gidrosistema/images/svg/rep_button.svg) center 10px no-repeat;*/
    background: #136797;
}

.product__cart_repspec_a.pccpec:hover {
    background: #136797 url(/local/templates/gidrosistema/images/svg/spec_button.svg) center 10px no-repeat;
}



.repcpecsvg {
    position: absolute;
    top: 10px;
    left: calc(50% - 36px);
}

.product__cart_repspec_a:hover .repcpecsvg path
{
    fill: white;
}

.product__cart_repspec_a:hover .repcpecsvg #repcpeccircle1,
.product__cart_repspec_a:hover .repcpecsvg #repcpeccircle3
{
    stroke-width: 2;
    fill: transparent;
    stroke: #fff;
    r: 26;
}

.product__cart_repspec_a:hover .repcpecsvg #repcpeccircle2,
.product__cart_repspec_a:hover .repcpecsvg #repcpeccircle4
{

    stroke: #fff;
    r: 35.5;
}



/*task 286*/
.product__carousel.loading {
    position: relative;
    height: 568px;
    overflow: hidden;
}
.product__carousel.loading:before,
.product__carousel.loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: block;
}
.product__carousel.loading:before {
    background: #FFFFFF;
}
.product__carousel.loading:after {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    border: 3px solid #076696;
    border-radius: 50%;
    border-top-color: #CA2C2A;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@media (max-width: 1400px) {
    .product__carousel.loading {
        height: 368px;
    }
}
@media (max-width: 1199px) {
    .product__carousel.loading {
        height: 290px;
    }
}
@media (max-width: 990px) {
    .product__carousel.loading {
        height: 742px;
    }
}
@media (max-width: 768px) {
    .product__carousel.loading {
        height: 562px;
    }
}
@media (max-width: 580px) {
    .product__carousel.loading {
        height: 440px;
    }
}





/* End */
/* /local/templates/gidrosistema/components/bitrix/catalog/catalog_new/style.css?17891225312032 */
/* /local/templates/gidrosistema/components/bitrix/catalog/catalog_new/bitrix/catalog.element/catalog_element/style.css?17891225314996 */
