

/* Start:/local/templates/disma/components/bitrix/catalog/.default/style.css?175282853110641*/
.catalog__title {
    margin-block: 20px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.catalog__wrapper {
    display: flex;
    gap: 20px;
    height: 100%;
}

.catalog__sidebar {
    width: 270px;
    display: flex;
    flex-direction: column;
}

.catalog__sidebar>.catalog__filter-item {
    margin-bottom: 0;
}

.catalog__body {
    flex: 1 1 calc(100% - 270px);
    height: 100%;
}


/*Сортировака*/
.jq-selectbox__dropdown .option-custom-selected {
    display: none;
}

.catalog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /*margin: 0 -15px 45px;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    gap: 20px;
    margin-bottom: 15px;
}

.catalog__top-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}


#catalog_sorter-styler li {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

#catalog_sorter-styler li:hover {
    font-weight: 700;
}


.catalog__top-sort-title {
    align-self: center;
    margin: 0px 15px 0px 0px;
}

.catalog__top-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    border: 2px solid var(--color-light-gray)
}

.catalog__top-btn-change-view {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 13px;
    transition: background-color .3s ease-in-out;

    cursor: pointer;
}

.catalog__top-btn-change-view.active {
    background-color: var(--color-light-gray);
    cursor: default;
}

.jq-selectbox__select {
    padding: 8px 23px;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-stroke);
    border-radius: 8px;
    cursor: pointer;
}

.jq-selectbox__select-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;

}

.jq-selectbox {
    position: relative;
}

.jq-selectbox .jq-selectbox__dropdown {
    position: absolute;
    border-radius: 8px;
    background-color: var(--color-white);

    top: calc(100% + 10px);
    left: 0;
    min-width: 100%;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.jq-selectbox .jq-selectbox__dropdown li {
    position: relative;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    transition: all .2s ease-in-out;
    background-color: transparent;
}

.jq-selectbox .jq-selectbox__dropdown li.custom-selected {
    background-color: var(--color-gray);
}

.jq-selectbox .jq-selectbox__dropdown li:hover {
    font-weight: 500 !important;
    background-color: var(--color-gray);
}

.catalog__top-sort .jq-selectbox li.price::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 6px;
    width: 10px;
    height: 10px;
    background-size: contain;
}

.catalog__top-sort .jq-selectbox li.price::before {
    background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
}

.catalog__top-sort .jq-selectbox li.up::before {
    background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
}

.catalog__top-sort .jq-selectbox li.down::before {
    background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/down.svg") no-repeat;
}
.catalog__action-img img {
    max-width: 100%;
}

.catalog__action-img img.desktop {
    display: block;
}
.catalog__action-img img.mob {
    display: none;
}



@media (min-width: 900px) {
    .catalog__top-sort .jq-selectbox li.price::before {
        content: '';
        position: absolute;
        top: 3px;
        right: -2px;
        width: 10px;
        height: 10px;
        background-size: contain;
    }

    .catalog__top-sort .jq-selectbox__dropdown {
        display: block !important;
        position: static;
        border: none;
        border-radius: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        font: inherit;
    }

    .catalog__top-sort .jq-selectbox__dropdown ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        gap: 10px;
    }

    .catalog__top-sort .jq-selectbox__select {
        display: none;
    }

    .catalog__top-sort .jq-selectbox li {
        min-height: unset;
        padding: 0;
        color: var(--color-text);
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        -webkit-transition: all 280ms ease;
        -o-transition: all 280ms ease;
        transition: all 280ms ease;
    }

    .catalog__top-sort .jq-selectbox li.price {
        margin-right: 8px;
    }

    .catalog__top-sort .jq-selectbox li {
        position: relative;
        padding-right: 10px;
    }

    .catalog__top-sort .jq-selectbox li.custom-selected {
        background-color: transparent;
        color: var(--color-fiolet);
        font-weight: 600;
    }

    .catalog__top-sort .jq-selectbox li:hover {
        background-color: transparent;
        color: var(--color-fiolet);
    }

    .catalog__top-sort .jq-selectbox__dropdown li.price {
        display: block;
    }

    .catalog__top-sort .jq-selectbox__dropdown li.custom-selected.price {
        display: none;
    }

    .catalog__top-sort .jq-selectbox__dropdown:has(li.popular.custom-selected) li.down.price {
        display: block;
    }
}


@media (max-width: 900px) {
    .catalog__wrapper {
        flex-direction: column;
    }

    .catalog__sidebar {
        width: 100%;
    }

    .catalog__sidebar>.catalog__filter-item {
        border-bottom: none;
        padding-bottom: 0;
    }

    .catalog__body {
        height: auto;
        width: 100%;
    }

    .catalog__title {
        margin-block: 20px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
    }

    .catalog__top-sort.with-filter .catalog__top-sort-title {
        display: none;
    }

    .catalog__top-btn-change-view {
        display: none;
    }

    .catalog__top-btn {
        border: none;
    }

    .catalog__top-btn-filter {
        padding: 8px 23px;
        background-color: var(--color-white);
        border: 1px solid var(--color-gray-stroke);
        border-radius: 8px;
        cursor: pointer;
    }

    .jq-selectbox__select-text.price-up::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 10px;
        height: 10px;
        background-size: contain;
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
    }

    .jq-selectbox__select-text.price-down::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 10px;
        height: 10px;
        background-size: contain;
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/down.svg") no-repeat;
    }

    .catalog__top-sort .jq-selectbox li.price::before {
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
    }

    .catalog__top-sort .jq-selectbox li.up::before {
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
    }

    .catalog__top-sort .jq-selectbox li.down::before {
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/down.svg") no-repeat;
    }
}

@media (max-width: 768px) {
    .catalog__wrapper {
        flex-direction: column;
    }

    .catalog__sidebar {
        width: 100%;
    }

    .catalog__body {
        height: auto;
    }
    .catalog__action-img img.desktop {
        display: none;
    }
    .catalog__action-img img.mob {
        display: block;
    }
}

.product-card-page {
    gap: 25px;
    flex-direction: column;
}

/*TABS*/

.product-card__tabs {
    overflow-x: hidden;
}

.product-card__tabs-header {
    padding-block: 12px;
    border-bottom: 1px solid var(--color-gray);
    position: relative;
}



.product-card__tabs-border {
    position: absolute;
    height: 3px;
    left: 0;
    width: 130px;
    bottom: -2px;
    background-color: var(--color-text);
    transition: all .5s ease;
}

.product-card__tabs-header-item {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: var(--color-gray-stroke);
    cursor: pointer;
    transition: color .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
}

.product-card__tabs-header-item.active {
    color: var(--color-text);
}

.product-card__tabs-content {
    padding-top: 50px;
    transition: all .5s ease;
}

.product-card__tabs-content-item {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    min-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.product-card__tabs-content-item.active {
    visibility: visible;
    opacity: 1;
    max-height: none;
}

.product-card__tabs-content-item h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: var(--color-text);
    margin-bottom: 16px;
}

.product-card__tabs-content:has(.product-card__tabs-content-item-1.active) {
    transform: translateX(0);
}

.product-card__tabs-content:has(.product-card__tabs-content-item-2.active) {
    transform: translateX(-100%);
}

.product-card__tabs-content:has(.product-card__tabs-content-item-3.active) {
    transform: translateX(-200%);
}

.product-card__tabs-content:has(.product-card__tabs-content-item-4.active) {
    transform: translateX(-300%);
}

/*properties*/
.product-card__tabs-properties {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.product-card__tabs-property {
    display: flex;
    align-items: center;
    gap: 13px;
}

.product-card__tabs-property-name {
    display: flex;
    gap: 13px;
    align-items: center;
    flex-basis: 390px;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 390px;
}

.product-card__tabs-property-spacer {
    flex: 1 1 auto;
    height: 1px;
    background-color: var(--color-gray-stroke);
}

@media (max-width: 998px) {
    .product-card__tabs .product-card__tabs-header {
        display: none;
    }

    .product-card__tabs-content {
        gap: 20px;
        width: 100%;
        flex-direction: column;
    }

    .product-card__tabs-content-item {
        opacity: 1;
        max-height: none;
        visibility: visible;
    }
}



@media (max-width: 560px) {
    .product-card__tabs-property-name {
        flex-basis: 100%;
        max-width: none;
    }

    .product-card__tabs-property-value {
        text-align: right;
    }
}

/* End */


/* Start:/local/extensions/splide/splide.min.css?17252537335002*/
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* End */


/* Start:/local/extensions/splide/splide-default.min.css?17252537335002*/
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* End */


/* Start:/local/templates/disma/components/bitrix/breadcrumb/.default/style.css?1725253733973*/
.bread-crumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bread-crumbs__link {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: var(--color-text);
    transition: all .3s ease;
}

.bread-crumbs__link[href]:hover {
    font-weight: 500;
    color: var(--color-fiolet);
    text-decoration: none;
}

.bread-crumbs__link:hover {
    color: var(--color-text);
}

@media (max-width: 998px) {

    .bread-crumbs__item {
        display: none;
    }

    .bread-crumbs__list > .bread-crumbs__item_last {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        text-align: left;

        display: flex;
        align-items: center;

    }

    .bread-crumbs__list > span {
        display: none;
    }
    .bread-crumbs__list > span.bread-crumbs__item_last svg {
        transform: scaleX(-1);
        width: 8px;
        height: 14px;
    }
}
/* End */


/* Start:/local/templates/disma/components/bitrix/catalog.element/.default/style.css?17273322187938*/
.product-card__wrapper {
    display: flex;
    gap: 20px;
}


.product-card__image-wrapper {
    position: relative;
    display: block;
    width: 53%;
    aspect-ratio: 1/1;
    transform: scale(1);
    background: transparent;
    /*border: 1px solid transparent;*/
    transition: all .3s ease-in-out;
}


.product-card__image {
    display: flex;
    gap: 20px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    background: transparent;
    /*border: 1px solid transparent;*/
    transition: all .3s ease-in-out;
}

.product-card__image.mobile {
    flex-direction: column-reverse;
}

.product-card__main-slider {
    height: auto;
    flex: 1 1 calc(100% - 100px);
    position: relative;
}

.product-card__thumbnail-slider {
    padding: 40px 0;
    width: 100px;
}

.product-card__image.mobile .product-card__thumbnail-slider {
    width: 100%;
}

.product-card__thumbnail-slider .splide__arrows--ttb .splide__arrow--prev {
    top: 0;
    left: 50%;
}

.product-card__thumbnail-slider .splide__arrow--prev {
    left: 0;

}

.product-card__thumbnail-slider .splide__arrows--ttb .splide__arrow--next {
    bottom: 0;
    right: auto;
}

.product-card__thumbnail-slider .splide__arrow--next {
    right: 0;
}

.product-card__thumbnail-slider .splide__track {
    width: 100%;
}

.product-card__image.mobile .product-card__thumbnail-slider {
    padding: 0 40px;
}

.product-card__main-slider .splide__track, .product-card__thumbnail-slider .splide__track {
    height: 100%;
}

.product-card__main-slider .splide__list, .product-card__thumbnail-slider .splide__list {
    height: 100%;
}

.product-card__thumbnail-slider .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-card__thumbnail-slider li > img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product-card__thumbnail-slider .splide__slide {
    opacity: 0.6;
}

.product-card__thumbnail-slider .splide__slide.is-active {
    opacity: 1;
}

.product-card__image-wrapper .product-card__main-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*favorites*/
.product-card__favorites {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 2;
}

.product-card__favorites svg {
    width: 48px;
    height: 48px;
}

.product-card__favorites svg path  {
   stroke-width: 1px;
}

.product-card__tooltip {
    position: absolute;
    min-width: 150px;
    background: white;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 11px rgba(0, 0, 0, 0.1);
    z-index: 2;
    color: var(--color-text);
    font-size: 14px;
    line-height: 17px;

}

.product-card__favorites .delayLink .favorites-icon__empty {
    display: block;
}

.product-card__favorites .delayLink .favorites-icon__fill {
    display: none;
}

.product-card__favorites .delayLink.delayed .favorites-icon__empty {
    display: none;
}

.product-card__favorites .delayLink.delayed .favorites-icon__fill {
    display: block;
}

/*BADGES*/

.product-card__badges {
    position: absolute;
    gap: 5px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 100;
}

.product-card__top-badges {
    top: 0px;
}

.product-card__bottom-badges {
    bottom: 0px;
}

.product-card__top-badges-item {
    padding: 4px 10px;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;

}

.product-card__top-badges-item.badges-popular {
    background-color: var(--color-fiolet);
}

.product-card__top-badges-item.badges-sale {
    background-color: var(--color-red);
}

/*BODY*/


.product-card__content {
    display: flex;
    flex-direction: column;
    flex: 1 0 47%;
    padding: 0;
    margin-bottom: 16px;
}

.product-card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: var(--color-text);
    margin-bottom: 13px;
}



.product-card__price {
    gap: 10px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}

.product-card__price-new {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;

    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.product-card__price-new span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;

}

.product-card__price-old {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-card__price-old > .product-card__price-old-price {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: line-through;

}

 .product-card__price-old .product-card__price-badge strong {
    text-decoration: none;
}

.product-card__price-opt {
    display: none;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}
.product-card__price-opt-text {
    padding: 8px 10px;
    background-color: var(--color-gray);
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.product-card__price-opt-text div {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;

}

.product-card__price-opt-text span {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.product-card__price-opt-info {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.product-card__price-opt-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-gray);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--color-text);

}

.product-card__sku {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    margin-bottom: 14px;

}

.product-card__rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 16px;
}

.product-card__rating span {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}
.product-card__available {
    margin-top: 16px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--color-fiolet)
}

.card__item-info {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;

}

.card__item-info-row {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
   justify-content: space-between;
}

.card__item-info-row > div {
    position: relative;
    padding-left: 45px;
}

.card__item-info-row  svg{
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 36px;
    height: 36px;
}

div[data-element="store-wrapper"] .card__item-info-row span:first-child {
    max-width: 300px;
}

.card__item-info-row span[data-element="delivery-price"] {
    text-transform: capitalize;
}

.card__item-info-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--color-fiolet);

}


@media (max-width: 768px) {
    .product-card__title {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;

    }
    .product-card__wrapper {
        flex-direction: column;
    }
    .product-card__image-wrapper {
        width: 100%;
    }

    .product-card__image {
        width: 100%;
    }


}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1604321503659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/components/disma/reviews/templates/card/style.css?17252537334009*/
.reviews-modal-fake-header {
    width: 100%;
    height: 58px;
    margin-top: 66px;
}

.reviews__item-rate {
    position: relative;
}

.reviews__item-recommend {
    position: absolute;
    top: 1px;
    left: calc(100% + 20px);

    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;

    color: var(--color-fiolet);
}


#reviewForm textarea {
    width: 100%;
    outline: none;
    border: none;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-gray-stroke);
    resize: none;
    overflow-y: hidden;
    min-height: clamp(50px, 15vw, 390px);
}

#reviewForm textarea::placeholder {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.modal-newreview__btn {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.modal-newreview__btn .primary-btn {
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;

}

#messageFormReview {
    color: red;
}

[data-entity="review-window"] {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    right: -100%;
    background-color: var(--color-white);
    z-index: var(--z-index-modal-delivery);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

[data-entity="review-window"].active {
    visibility: visible;
    opacity: 1;
    left: 0;
    right: 0;
}

.modal-newreview .modal-window__wrapper {
    padding-inline: 1rem;
}


.modal-newreview .modal-window__title.modal__title {
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 30px;
    cursor: pointer;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;

}

.modal-newreview .modal-window__title.modal__title span {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.reviewForm__footer {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.reviewForm__rating .catalog__item-rate {
    padding-block: 6px;
}

.reviewForm__like {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reviewForm__like-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
}

.reviewForm__like label span {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 8px 15px;
    color: var(--color-text);
    border-radius: 8px;
    background-color: var(--color-gray);
    border: 1px solid var(--color-gray-stroke);
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;

}

.reviewForm__like label:has(input:checked) span {
    color: var(--color-white);
    background-color: var(--color-fiolet);
}

@media (max-width: 768px) {
    .reviews-modal-fake-header {
        background-color: var(--color-gray);
        height: 58px;
        margin: 0;
    }

    .modal-newreview__btn .primary-btn {
        padding: 8px 15px;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }

    #reviewForm textarea::placeholder {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }

    #reviewForm textarea {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        min-height: auto;
    }

    .modal-newreview .modal-window__title.modal__title {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .modal-newreview .modal-window__title.modal__title span {
        width: 24px;
        height: 24px;
        left: -10px;

    }

    .reviewForm__footer {
        flex-direction: column;
        gap: 10px;
    }

    .reviewForm__like-btns {

        gap: 10px;
    }
}
/* End */


/* Start:/local/components/disma/popular.slider/templates/.default/style.css?1725253733342*/
.popular-slider__title {
    display: flex;
    border-bottom: solid 1px var(--color-gray-stroke);

    font-size: 32px;
    font-weight: 700;
    line-height: 39.01px;

    padding-bottom: 5px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .popular-slider__title {
        font-size: 18px;
        line-height: 21.94px;
    }
}
/* End */


/* Start:/local/templates/disma/components/bitrix/system.pagenavigation/.default/style.css?17252537332826*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 0 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease,  border-color .3s ease;
       -moz-transition: color .3s ease,  border-color .3s ease;
    	-ms-transition: color .3s ease,  border-color .3s ease;
    	 -o-transition: color .3s ease,  border-color .3s ease;
    		transition: color .3s ease,  border-color .3s ease;
	padding: 0 8px;
	display: block;
	height: 36px;
	min-width: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	border-radius: 8px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid var(--color-gray-stroke);
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 36px;
	min-width: 36px;
	line-height: 36px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	border-color: var(--color-fiolet);
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	border-color: var(--color-fiolet);
	background-color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: none;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: none;
	line-height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border: none;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	border-color: var(--color-fiolet);
}


/* End */


/* Start:/local/templates/disma/components/bitrix/catalog.item/disma/style.css?17273322184899*/
.product-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    container-name: product-item;
    container-type: inline-size;
}

.product-item__badges {
    position: absolute;
    gap: 5px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 100;
}

.product-item__top-badges {
    top: 0px;
}

.product-item__bottom-badges {
    bottom: 0px;
}

.product-item__top-badges-item {
    padding: 4px 10px;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.product-item__top-badges-item.badges-popular {
    background-color: var(--color-fiolet);
}

.product-item__top-badges-item.badges-sale {
    background-color: var(--color-red);
}

/*grid*/
/*Image*/
.product-item__image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 270/230;
    border-radius: 8px;
    transform: scale(1);
    background: transparent;
    /*border: 1px solid transparent;*/
    transition: all .3s ease-in-out;
}


.product-item__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    background: transparent;
    /*border: 1px solid transparent;*/
    transition: all .3s ease-in-out;
}

.product-item__image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.product-item__body {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    padding: 0;
}

.product-item__title {
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-text);
    transition: all .3s ease-in-out;
    flex: 1 0 auto;
}

.product-item__title:hover {
    color: var(--color-fiolet);
}


.product-item__price {
    gap: 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    @container product-item (max-width: 200px) {
        margin-top: 5px;
        flex-direction: column-reverse;
        gap: 0;
        align-items: flex-start;
    }
}

.product-item__price-new {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-item__price-new span {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.product-item__price-old {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: line-through;
}

.product-item__scu {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    margin-bottom: 10px;
}

.product-item__rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.product-item__rating span {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}




/*favorites*/
.product-item__favorites {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
}

.product-item__favorites svg {
    width: 30px;
    height: 30px;
}

.product-item__tooltip {
    position: absolute;
    min-width: 150px;
    background: white;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 11px rgba(0, 0, 0, 0.1);
    z-index: 2;
    color: var(--color-text);
    font-size: 14px;
    line-height: 17px;

}

.product-item__favorites .delayLink .favorites-icon__empty {
    display: block;
}

.product-item__favorites .delayLink .favorites-icon__fill {
    display: none;
}

.product-item__favorites .delayLink.delayed .favorites-icon__empty {
    display: none;
}

.product-item__favorites .delayLink.delayed .favorites-icon__fill {
    display: block;
}

/*LIST*/

.product-item_list .product-item__image-wrapper {
    width: 212px;
    height: 174px;
}

.product-item_list {
    flex-direction: row;
    padding-block: 14px;
    gap: 26px;
    border-bottom: 1px solid var(--color-gray-stroke);
}

.product-item_list .product-item__body {
    display: grid;
    grid-template-columns: auto 200px;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    gap: 10px;
    column-gap: 20px;
    flex-shrink: 1;

}

.product-item__info {
    display: flex;
    flex-direction: column;
    grid-row: 1/3;
    grid-column: 1/2;

}

.product-item_list .product-item__price {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: end;
    justify-self: left;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 0;
    gap: 0;
}

.product-item_list .product-item__button-block {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    justify-self: left;

}



@media screen and (max-width: 768px) {
    .product-item {
        padding: 6px;
        border-radius: 8px;
        background-color: var(--color-white);
    }
}
/* End */
/* /local/templates/disma/components/bitrix/catalog/.default/style.css?175282853110641 */
/* /local/extensions/splide/splide.min.css?17252537335002 */
/* /local/extensions/splide/splide-default.min.css?17252537335002 */
/* /local/templates/disma/components/bitrix/breadcrumb/.default/style.css?1725253733973 */
/* /local/templates/disma/components/bitrix/catalog.element/.default/style.css?17273322187938 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1604321503659 */
/* /local/components/disma/reviews/templates/card/style.css?17252537334009 */
/* /local/components/disma/popular.slider/templates/.default/style.css?1725253733342 */
/* /local/templates/disma/components/bitrix/system.pagenavigation/.default/style.css?17252537332826 */
/* /local/templates/disma/components/bitrix/catalog.item/disma/style.css?17273322184899 */
