

/* Start:/local/js/sunweb/subscribe/src/style.css?1733986073527*/
div.form-subscribe {
    padding: 8px 32px 32px;
    display: flex;
    flex-direction: column;
    width: 500px;
    max-width: 100%;
}
.form-subscribe__button-wrapper {
    margin-top: 16px;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    align-items: center;
}
.form-subscribe__button-wrapper button {
    min-width: 120px;
}

@media (max-width: 320px) {
    .form-subscribe__button-wrapper {
        flex-direction: column;
    }
    .form-subscribe__button-wrapper button {
        width: 100%
    }
}
/* End */


/* Start:/local/components/sunweb/catalog/templates/.default/style.min.css?176251259032*/
.disabled a{pointer-events:none}
/* End */


/* Start:/local/js/vendor/Fancybox/fancybox.min.css?173398607314809*/
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel :before,.carousel :after{box-sizing:inherit}.carousel__viewport{position:relative;overflow:hidden;width:100%;height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none)}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 24px);height:var(--carousel-button-svg-height, 24px);fill:none;stroke:#9c2531;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:0;transform-origin:top left;--fancybox-bg:#000;--fancybox-thumbs-width:48px;--fancybox-thumbs-ratio:1;--carousel-button-bg:rgb(91 78 76 / 0%);--carousel-button-width:24px;--carousel-button-height:24px;--carousel-button-svg-width:12px;--carousel-button-svg-height:12px;--carousel-button-svg-stroke-width:2.5}.fancybox__container *,.fancybox__container ::before,.fancybox__container ::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:0}@media all and (min-width:1024px){.fancybox__container{--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-content-bg, rgba(47, 21, 46, 0.25))}.fancybox__backdrop::after{content:"";position:absolute;width:10%;height:10%;filter:blur(1px);left:50%;top:50%;transform:scale(11);opacity:.3;background-image:var(--bg-image);background-size:cover;background-repeat:no-repeat;background-position:center center}a[data-fancybox] img{cursor:zoom-in}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:0;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:20px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:20px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{display:none;position:absolute;right:25px;top:25px;z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.carousel__button.is-close:hover{background:var(--v-color-pink) radial-gradient(circle,transparent 1%,var(--v-color-pink) 1%) center/15000%;color:var(--v-color-red);transition:background .8s}.fancybox__content>.carousel__button.is-close{position:absolute;color:var(--fancybox-color, #fff)}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;cursor:pointer;z-index:1053;color:var(--fancybox-color, currentColor)}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.5;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{to{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{transition:opacity var(--fancybox-ts, 0.25s) ease,background .8s;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=true] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=true] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=true] .carousel__dots,.fancybox__container.is-animated[aria-hidden=true] .carousel__button.is-close{transition:opacity .2s ease;opacity:0}.fancybox-fadeIn{animation:.2s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.2s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.2s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.2s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.2s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{20%{opacity:.5}to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{20%{opacity:.5}to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel .is-draggable{cursor:move;cursor:grab}.fancybox__carousel .is-dragging{cursor:move;cursor:grabbing}.fancybox__carousel .carousel__slide:not(.has-image) .fancybox__content{cursor:auto}.fancybox__carousel .carousel__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .carousel__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__image{background:0 0;transform-origin:0 0;transition:none;user-select:none}.has-image .fancybox__content{padding:0;background:0 0}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{min-height:1px}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;min-height:1px;object-fit:contain;background:0 0}.has-image[data-image-fit=contain].is-draggable .fancybox__image,.has-image[data-image-fit=contain].is-dragging .fancybox__image{min-height:initial}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{min-height:1px;width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;min-height:1px;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:0 0}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{display:none}.fancybox__button--thumbs{display:none}.fancybox__container.is-animated[aria-hidden=true] .fancybox__thumbs{transition:unset;opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{transition:opacity var(--fancybox-ts, 0.25s) ease-in;opacity:var(--fancybox-opacity, 1)}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 8px 16px 8px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide.is-nav-selected::after{content:"";position:absolute;top:0;left:3px;right:3px;bottom:3px;border-bottom:none}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:6px;opacity:.4}.fancybox__thumb:hover,.is-nav-selected .fancybox__thumb{border-radius:6px;opacity:1}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}.fancybox__toolbar{display:flex;justify-content:space-between}.fancybox__toolbar__items.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items.fancybox__toolbar__items--right{margin-left:auto;display:flex;justify-content:flex-end}.fancybox__toolbar__items.fancybox__toolbar__items--right .carousel__button{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center}.fancybox__toolbar__items.fancybox__toolbar__items--right .carousel__button.fancybox__button--zoom,.fancybox__toolbar__items.fancybox__toolbar__items--right .carousel__button.fancybox__button--fullscreen{display:none}.fancybox__toolbar__items.fancybox__toolbar__items--right .carousel__button:hover{background-color:var(--v-color-white)}.fancybox__slide.has-video .carousel__button.is-close{display:flex;align-items:center;justify-content:center;top:-40px;right:-40px;width:36px;height:36px}
/* End */


/* Start:/local/js/vendor/splide/splide.min.css?17339860734140*/
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}.splide__arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);width:2em;height:2em;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;padding:0;opacity:.7;background:#ccc}.splide__arrow svg{width:1.2em;height:1.2em}.splide__arrow:hover{cursor:pointer;opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{position:absolute;z-index:1;bottom:.5em;left:50%;transform:translateX(-50%);padding:0}.splide__pagination__page{display:inline-block;width:8px;height:8px;background:#ccc;border-radius:50%;margin:3px;padding:0;transition:transform .2s linear;border:none;opacity:.7}.splide__pagination__page.is-active{transform:scale(1.4);background:#fff}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{width:0;height:3px;background:#ccc}.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent}.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border-color:#000}.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{right:1em;left:auto}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{top:auto;bottom:1em}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination{display:flex;flex-direction:column;bottom:50%;left:auto;right:.5em;transform:translateY(50%)}
/* End */


/* Start:/local/components/sunweb/catalog.element/templates/.default/style.css?176915589530825*/
/*left side*/

.product-gallery {
    margin-bottom: 24px;
}

.product-gallery__sliders-wrapper {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--v-color-bg);
    width: 100%;
    max-width: 100%;
}

.thumb-slider {
    display: none;
}

.product__yt-link-wrapper:has(.product__yt-link_mobile) .product__yt-link:not(.product__yt-link_mobile) {
    display: none;
}

body {
    scrollbar-gutter: stable;
}

.product__yt-link {
    padding-left: 32px;
    min-height: 24px;
    background-image: url(/local/components/sunweb/catalog.element/templates/.default/img/yt-link.svg);
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    color: var(--v-color-red);
    text-decoration: underline;
    margin: 0 0 8px;
}

@media (min-width: 1024px) {
    .product__yt-link-wrapper:has(.product__yt-link_mobile) .product__yt-link:not(.product__yt-link_mobile) {
        display: inline-block;
    }

    .product__yt-link_mobile {
        display: none;
    }
}

.product__yt-link:hover {
    text-decoration: none;
}

.product__color-notification {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: var(--v-color-gray);
    margin-bottom: 40px;
}

.slider-img-small-item {
    width: 8px;
    height: 8px;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    background-color: var(--v-color-light-gray);
    border-radius: 50%;
}

.product-gallery__controls {
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 24px;
    grid-gap: 16px;
}

.product-gallery__fullscreen {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid var(--v-color-light-gray);
    background-color: var(--v-color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--v-color-gray);
    transition: color .8s ease, background-color .8s ease;
}

.product-gallery__fullscreen:hover {
    background-color: var(--v-color-pink);
    border-color: var(--v-color-pink);
    color: var(--v-color-red);
}

.product-gallery__counters {
    text-align: right;
}

.product-gallery__buttons {
    min-height: 46px;
    border: 1px solid var(--v-color-bg);
    box-sizing: border-box;
    border-radius: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
}

.product-gallery-button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    cursor: pointer;
    background-color: transparent;
    color: var(--v-color-red);
    transition: color .8s ease, background-color .8s ease;
}

.product-gallery-button.product-gallery-button_right {
    background-color: var(--v-color-pink);
}

.product-gallery .splide--ltr .splide__slide {
    text-align: center;
}

.related-goods {
    margin-bottom: 50px;
}

.related-goods .products {
    margin-top: 0;
}

.related-goods .h2 {
    margin-top: 40px;
}

.content-equipment {
    margin-top: 20px;
}

.product-set-equipments {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-set-equipment {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    cursor: default;
}

.product-set-equipment[href] {
    cursor: pointer;
}

.product-set-equipment__image {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.product-set-equipment__name {
    font-weight: 400;
}

@media (hover: hover) {
    .product-gallery-button:hover {
        background-color: var(--v-color-pink);
    }

    .product-gallery-button.product-gallery-button_right:hover {
        background-color: var(--v-color-red);
        color: var(--v-color-white);
    }
}

.main-slider {
    width: 100%;
    max-height: 288px;
    position: relative;
    padding-bottom: 48px;
}

.main-slider .splide__pagination__page.is-active {
    transform: scale(1);
    background: var(--v-color-red);
    opacity: 1;
}

.main-slider .splide__list {
    display: flex;
    align-items: center;
}

.main-slider__slide {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    object-position: center;
    object-fit: contain;
    cursor: pointer;
}

/*right side*/
.container-content:not(.active) {
    display: none
}

.content-variants .variants {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
    position: relative;
}

.content-variants {
    width: 100%;
}

.content-variants + .content-variants {
    margin-top: 32px;
}

.content-variants-text {
    display: inline-block;
    margin: 0 0 8px 0;
    padding: 0;
    min-height: 24px;
    color: var(--v-color-gray);
}

.offer-variant {
    padding: 8px 11px;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    font-weight: 400;
    height: 40px;
    border: 1px solid var(--v-color-light-gray);
    box-sizing: border-box;
    border-radius: 4px;
    background-color: var(--v-color-white);
    color: var(--v-color-black);
    cursor: pointer;
    position: relative;
}

.offer-variant:after {
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    display: block;
    opacity: 0;
    border: 3px solid var(--v-color-red);
    border-radius: 5px;
    box-sizing: border-box;
}

.offer-variant.offer-variant_mini-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-variant__small-preview {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
}

.offer-variant.active {
    pointer-events: none;
}

.offer-variant:hover,
.offer-variant.active {
    border-color: var(--v-color-red);
    color: var(--v-color-deep-purple);
}

.offer-variant:hover:after,
.offer-variant.active:after {
    opacity: 1;
}

.offer-variant-big-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4px;
    cursor: pointer;
    font-weight: 400;
    color: var(--v-color-black);
    position: relative;
    font-size: 16px;
    line-height: 1.5;
}

.offer-variant__big-preview {
    width: 40px;
    height: 40px;
    object-position: center;
    object-fit: cover;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid var(--v-color-light-gray);
}

.offer-variant-big-image.active {
    pointer-events: none;
}

.offer-variant-big-image:hover,
.offer-variant-big-image.active {
    color: var(--v-color-deep-purple);
}

.offer-variant-big-image:hover .offer-variant__big-preview,
.offer-variant-big-image.active .offer-variant__big-preview {
    border-color: var(--v-color-red);
}

.product {
    padding-bottom: 32px;
}

.product.row {
    align-items: flex-start;
}

.product__status-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 24px;
    margin-top: 16px;
    gap: 8px 24px;
}

.product__available {
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: var(--v-color-green);
}

.product__available:before {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-right: 8px;
    margin-bottom: 1px;
    background-color: currentColor;
    border-radius: 50%;
    content: "";
}

.product__available.not-available {
    color: var(--v-color-gray);
}

.product__available.few {
    color: var(--v-color-gold-active);
}

.product__favorite {
    position: relative;
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: var(--v-color-gray);
}

.product__info {
    display: grid;
    grid-gap: 32px;
}

.product__title h1 {
    margin: 0
}

.product__variants-container {
    padding-top: 32px;
}

.product__previews {

}

.product__action-block {
    display: grid;
    grid-gap: 16px;
    width: 100%;
}

.product__price-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.product__price {
    font-size: 20px;
    color: var(--v-color-black);
    margin: 0 4px 0 0;
}

.product__price.product__price_old {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    text-decoration-line: line-through;
    color: var(--v-color-gray);
    margin-right: 8px;
}

.product__price-economy-chip {
    background-color: var(--v-color-gold);
    color: var(--v-color-white);
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.equipment-product {
    display: flex;
    flex-direction: column;
}

.product-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-row-right {
    display: flex;
    flex-direction: column;
}

.product-row-right-need-quantity {
    margin: 0;
    font-size: 14px;
    color: #ACA9A9;
    align-self: flex-end;
}

.hidden {
    visibility: hidden;
}

.equipment-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 64px;
}

.total-sum {
    display: flex;
}

.total-sum-price {
    display: flex;
}

.total-sum .product__total,
.total-sum .product__price.product__price_old,
.total-sum .product__price-economy-chip {
    margin: auto auto auto 8px;
}

.content-equipment-h5 {
    margin-bottom: 8px !important;
}

.content-equipment-warning {
    margin: 0 0 24px 0;
    font-size: 14px;
    background: #9C2531;
    color: white;
    padding: 2px 8px;
    border-radius: 5px;
    display: inline;
}

.product__stepper {
    width: 100%;
    height: 46px;
    border-radius: 25px;
    border: 1px solid #F2F6FA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product__step-count {
    border: none;
    background-color: transparent;
    outline: none;
    margin: 0;
    padding: 0 5px;
    width: 30px;
    text-align: center;
    flex-grow: 1;
    -moz-appearance: textfield;
}

input.product__step-count::-webkit-outer-spin-button,
input.product__step-count::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.product__stepper .product__step {
    width: 46px;
    height: 46px;
    padding: 0;
}

.button.product__buy-btn {
    width: 100%;
    min-width: 192px;
}

.product__total-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

div.product__total {
    margin: 8px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: var(--v-color-red);
}

.product__total-equipment {
    margin: auto auto auto 8px;
    font-weight: 500;
    font-size: 20px;
    white-space: nowrap;
    line-height: 1;
    color: var(--v-color-red);
}

.product__total-bonus {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--v-color-gray);
    display: flex;
    align-items: center;
}

.product__total-bonus-sum {
    display: inline-flex;
    font-weight: 700;
    line-height: 1;
    color: var(--v-color-red);
    padding-left: 28px;
    min-height: 24px;
    background-image: url(/local/components/sunweb/catalog.element/templates/.default/img/piggy.svg);
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    align-items: center;
}

.content-parameters td:nth-child(1) {
    max-width: 297px;
}

.content-basket-sum .h2 {
    color: var(--v-color-red);
}

.offer-variant {
    z-index: 1;
    background-color: white;
}

.offer-variant.variants-move {
    transition: all 600ms ease-in-out 50ms;
}

.offer-variant.variants-enter-active {
    transition: all 300ms ease-out;
}

.offer-variant.variants-leave-active {
    transition: all 200ms ease-in;
    position: absolute;
    z-index: 0;
}

.offer-variant.variants-enter,
.offer-variant.variants-leave-to {
    opacity: 0;
}

.offer-variant.variants-enter {
    transform: scale(0.9);
}

.content-file-icons {
    display: grid;
    grid-template-columns: 80px 80px 80px;
    grid-gap: 25px 8%;
    margin: 0px auto;
}

.content-file-svg {
    width: 80px;
    height: 80px;
    object-fit: contain;
    opacity: 0.7;
}

.variants .unavailible {
    opacity: 0.5;
}

.fancybox__viewport .can-zoom_in .fancybox__content {
    cursor: zoom-in;
}

.fancybox__viewport {
    cursor: no-drop;
}

@media (min-width: 375px) {
    .content-file-icons {
        grid-gap: 25px 15%;
    }
}

@media (min-width: 475px) {
    .content-file-icons {
        grid-template-columns: 100px 100px 100px;
        width: inherit;
    }
}

@media (min-width: 524px) {
    .content-file-icons {
        grid-gap: 25px 25%;
    }

    .content-file-svg {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 628px) and (max-width: 474px) {
    .content-file-icons {
        grid-gap: 25px 35%;
    }
}

@media (max-width: 765px) {
    .product-gallery__sliders-wrapper {
        padding-top: 16px;
    }

    .product-set-equipments {
        gap: 24px;
    }

    .equipment-price {
        justify-content: center;
    }

    .total-sum {
        flex-direction: column;
        align-items: center;
        margin-bottom: 16px;
    }

    .total-sum-word {
        margin: 16px 0;
    }
}

@media (max-width: 460px) {
    .content-equipment-warning {
        display: block;
    }
}

@media (min-width: 765px) {
    .product__color-notification {
        font-size: 14px;
    }

    .product__action-block {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .product__stepper {
        align-self: end;
        width: 150px;
    }

    .button.product__buy-btn {
        width: auto;
    }

    .product__total-wrapper {
        align-items: flex-start;
    }

    .product__price-container {
        display: grid;
        grid-gap: 4px 8px;
        grid-template-areas: 'new new' 'old chip';
        grid-template-columns: max-content;
        justify-content: start;
    }

    span.product__price {
        margin: 0;
        width: 100%;
        grid-column: 1/3;
        grid-area: new;
    }

    .product__price.product__price_old {
        margin: 0;
        grid-area: old;
    }

    .product__price-economy-chip {
        margin: 0;
        grid-area: chip;
    }

    div.product__total {
        margin: 0 0 4px;
    }
}

@media (min-width: 768px) {
    .product-gallery__sliders-wrapper {
        display: grid;
        grid-template-columns: 80px minmax(calc(100% - 110px), 650px);
        grid-gap: 30px;
    }

    .main-slider {
        max-height: 520px;
        max-width: 650px;
        width: 100%;
    }

    .product-gallery .main-slider .splide__slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-gallery .main-slider.is-active .splide__slide img {
        image-rendering: -webkit-optimize-contrast;
        will-change: transform;
        transform: translateZ(1px);
    }

    .main-slider .splide__pagination {
        display: none !important;
    }

    .thumb-slider {
        display: block;
    }

    .thumb-slider__slide {
        position: relative;
        padding-left: 16px;
        cursor: pointer;
        height: 48px;
        width: 80px;
        margin-bottom: 12px;
    }

    .thumb-slider__slide::before {
        position: absolute;
        height: 8px;
        width: 8px;
        top: calc(50% - 4px);
        left: 0;
        opacity: 0.5;
        border-radius: 50%;
        content: "";
        background-color: transparent;
        transition: background-color .8s ease, opacity .8s ease;
    }

    .thumb-slider__slide.thumb-slider__slide_active::before {
        background-color: var(--v-color-red);
    }

    .thumb-slider__slide:hover::before {
        background-color: var(--v-color-gold);
    }

    .thumb-slider__slide.thumb-slider__slide_active {
        pointer-events: none;
        opacity: 1;
    }

    .offer-variant__big-preview {
        width: 54px;
        height: 54px;
    }
}

@media (min-width: 1000px) {
    .content-add-basket2 .product__price-container {
        width: 100%;
        text-align: left;
    }
}

@media (min-width: 1024px) and (max-width: 1820px) {
    .product__action-block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 482px;
    }
}

/* before micro redesign */

.visible {
    display: block;
}

.content-container {
    background-color: var(--v-color-white);
    display: block;
}

.content-parameters-table {
    width: 100%;
    line-height: 150%;
    margin-top: 32px;
}

.content-parameters {
    width: 100%;
}

.content-parameters td {
    color: var(--v-color-gray);
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    vertical-align: top;
}

.content-parameters .content-parameters-right {
    color: var(--v-color-deep-purple);
}

.content-parameters .red-text {
    color: var(--v-color-red);
}

.content-parameters-right a {
    color: var(--v-color-red);
    text-decoration: underline;
    cursor: pointer;
}

.content-parameters-right-icon img {
    margin-right: 15px;
    margin-bottom: 8px;
}

.content-section {
    margin-top: 72px;
}

.content-basket-count.product__stepper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 225px;
    width: 100%;
    height: 46px;
}

.content-basket-sum {
    max-width: 225px;
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-basket-sum p {
    margin: 0;
    line-height: 28px;
    font-size: 14px;
    color: var(--v-color-gray);
}

button.content-basket-add2 {
    justify-content: center;
    max-width: 225px;
    width: 100%;
    height: 46px;
    font-size: 14px;
}

.content-basket-bonus {
    margin: 0;
    max-width: 225px;
    width: 100%;
    font-size: 14px;
    color: var(--v-color-gray);
}

.content-basket-bonus span {
    padding-left: 28px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    color: var(--v-color-red);
}

.content-basket-bonus span:before {
    background-image: url(/local/components/sunweb/catalog.element/templates/.default/img/piggy.svg);
    height: 20px;
    width: 23px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-size: cover;
}

.content-detail {
    width: 100%;
    margin-top: 40px;
}

/* region include discount */
.discount-block__title {
    display: flex;
    align-items: center;
    width: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: var(--v-color-red);
    margin: 16px 0;
}

.discount-block__title:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h32v32H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.878 15.76a.8.8 0 0 1 .153-1.113l5.521-4.241.042-.032.037-.037 3.643-3.644.883-.883 2.497 8.874-.58-.11.022-.035-3.51-2.171c-.725-.448-1.56.385-1.114 1.11l4.803 7.813-4.663 3.483a.8.8 0 0 1-1.12-.162L1.879 15.76Zm13.212.472-1.827-.346-.008.014-.037-.022-.444-.084 1.065 1.732 1.74.444-.489-1.738Zm.94 3.34-1.107-.283 1.098 1.787.383.622-.585.438-5.25 3.92a2.4 2.4 0 0 1-3.358-.486L.596 16.718a2.4 2.4 0 0 1 .46-3.34l5.48-4.21 3.607-3.606 1.517-1.517-.018-.067c-.19-.672.317-1.504 1.178-1.38.083.012.165.026.244.043l.8-.8a2.4 2.4 0 0 1 1.957-.689l7.11.774a2.4 2.4 0 0 1 2.126 2.126l.774 7.11a2.4 2.4 0 0 1-.689 1.957l-2.984 2.984 1.417.268a4.313 4.313 0 0 1 6.535-2.003c1.973 1.399 2.228 4.095 1.11 5.918a3.89 3.89 0 0 1-2.21 1.718c-1.019.318-2.292.313-3.867-.088h-.002l-3.627-.94 1.071 2.981c.54 1.386.682 2.56.492 3.556-.193 1.01-.714 1.767-1.366 2.327-1.818 1.563-4.632 1.287-6.175-.508a4.313 4.313 0 0 1 1.36-6.68l-.866-3.08Zm4.894-.235L25.5 20.52h.001c1.409.359 2.395.323 3.081.109.67-.21 1.11-.606 1.411-1.096.783-1.276.55-3.095-.715-3.992a2.874 2.874 0 0 0-4.484 1.795l-.136.704-.704-.133-3.8-.719.771 2.148Zm-1.337-3.72.669.126 3.755-3.755a.8.8 0 0 0 .23-.653l-.775-7.11a.8.8 0 0 0-.709-.708l-7.11-.774a.8.8 0 0 0-.652.23l-.407.406c.48.406.869.953 1.18 1.623l.015.03.01.03 3.794 10.555Zm.338-9.22a.635.635 0 1 1 1.27 0 .635.635 0 0 1-1.27 0Zm.635-2.235a2.235 2.235 0 1 0 0 4.47 2.235 2.235 0 0 0 0-4.47Zm7.05 13.248a.548.548 0 1 0 0 1.097.548.548 0 0 0 0-1.097Zm-1.988.549a1.989 1.989 0 1 1 3.977 0 1.989 1.989 0 0 1-3.977 0ZM18.3 26.537a.58.58 0 1 1 1.16 0 .58.58 0 0 1-1.16 0Zm.58-2.02a2.02 2.02 0 1 0 0 4.04 2.02 2.02 0 0 0 0-4.04ZM14.45 5.582c-.35-.741-.76-1.173-1.254-1.395l5.262 18.698.192.68-.676.205a2.874 2.874 0 0 0-1.345 4.623c1.044 1.215 2.95 1.38 4.143.355.444-.382.768-.862.89-1.505.126-.656.055-1.55-.422-2.771l-.003-.01-.004-.008L14.45 5.582Z' fill='%239C2531'/%3E%3C/svg%3E");
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-size: cover;
}

.discount-block__text {
    display: inline-block;
    width: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--v-color-black);
    margin-left: auto;
    margin-bottom: 16px;
    padding-left: 16px;
    text-align: right;
}

.discount-conditions__table-wrap {
    overflow: auto;
    margin-bottom: 32px;
    max-width: 100%;
}

.discount-conditions .discount-block__title {
    margin-left: 42px;
    line-height: 160%;
}

.discount-conditions__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--v-color-black);
    margin-bottom: 32px;
}

.discount-conditions__table {
    width: 100%;
    min-width: 550px;
}

.discount-conditions__row-head {
    background-color: var(--v-color-white);
    color: var(--v-color-red);
    padding: 0;
    margin: 0;
}

.discount-conditions__table td {
    color: var(--v-color-black);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
    padding: 10px;
}

.discount-conditions__row-head td {
    color: var(--v-color-red);
    line-height: 100%;
    font-weight: 500;
}

.discount-conditions__table .discount-conditions__column-head {
    font-weight: 500;
    line-height: 100%;
    color: var(--v-color-gray);
}

/* endregion  include discount*/

.container-detail-tabs {
    position: relative;
    height: 54px;
}

.container-tabs {
    width: 289px;
    height: 54px;
    position: absolute;
    padding: 8px 46px 8px 8px;
    background-color: var(--v-color-white);
    box-shadow: 0 -5px 20px 10px rgba(228, 231, 235, 0.5), 5px 5px 20px 10px rgba(228, 231, 235, 0.5);
    border-radius: 25px;
    overflow: hidden;
    display: grid;
    row-gap: 32px;
    grid-template-columns: 273px;
    grid-template-rows: repeat(4, 38px);
    box-sizing: border-box;
}

.container-tabs-active {
    height: auto;
}

.container-tabs img {
    position: absolute;
    right: 8px;
    top: 16px;
}

.chevron_left-tabs {
    transform: rotate(90deg);
    transition: transform .2s ease;
}

.container-tabs-active .chevron_left-tabs {
    transform: rotate(270deg);
}

.product-delivery :is(p, .p) {
    margin: 0 0 10px;
}

.button-tabs {
    width: 273px;
    background: none;
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 40px;
    border-radius: 46px;
    transition: background 300ms ease-in-out;
    position: relative;
    z-index: 2;
}

.button-tabs:hover {
    background: var(--v-color-pink);
    color: var(--v-color-red);
}

.button-active {
    background-color: var(--v-color-red);
    width: 235px;
    pointer-events: none;
    color: var(--v-color-white);
}

.button-active:hover {
    background-color: var(--v-color-red);
    color: var(--v-color-white);
}

.tabs-discount {
    color: var(--v-color-gold);
}

.tabs-discount:hover {
    background: #F5E7D3;
    color: var(--v-color-gold);
}

.tabs-discount-active {
    background: var(--v-color-gold);
    width: 235px;
    pointer-events: none;
    color: var(--v-color-white);
}

@media (max-width: 999px) {
    .button-active, .tabs-discount-active {
        order: -1;
    }
}

.tabs-discount-active:hover {
    background-color: var(--v-color-gold);
    color: var(--v-color-white);
}

.content-section-items {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-right: 16px;
}

.content-section-items a {
    margin-top: 16px;
    margin-right: 16px;
}

.content-add-basket2 {
    display: none;
}

.content-section h2 {
    color: var(--v-color-deep-purple);
    font-weight: 500;
    font-size: 28px;
}

.num-item-left {
    background-image: url(/local/components/sunweb/catalog.element/templates/.default/img/left.svg);
    background-size: revert;
    background-repeat: no-repeat;
    background-position: center;
}

.num-item-right {
    background-image: url(/local/components/sunweb/catalog.element/templates/.default/img/right.svg);
    background-size: revert;
    background-repeat: no-repeat;
    background-position: center;
}

.info-text p {
    font-size: 16px;
    font-weight: 400;
    Color: var(--v-color-black);
    margin: 0;
}

.pagination {
    margin: auto;
    max-width: 520px;
    margin-top: 16px;
}

.product-like {
    margin-top: 40px;
}

.breadcrumbs {
    display: none;
}

@media only screen and (min-width: 668px) {
    .content-container {
        padding-top: 40px;
    }

    .pagination {
        margin-top: 32px;
    }
}

@media only screen and (min-width: 1000px) {
    .product-like {
        margin-top: 72px;
    }

    .content-detail {
        max-width: calc(100% - 320px);
        width: 100%;
        margin-top: 72px;
    }

    .container-tabs {
        position: relative;
        width: fit-content;
        border-radius: 48px;
        grid-template-rows: 38px;
        grid-template-columns: repeat(4, 146px);
        padding: 8px;
        column-gap: 8px;
        display: flex;
    }

    .container-tabs:after {
        content: "";
        width: 146px;
        background: var(--v-color-red);
        height: 38px;
        position: absolute;
        top: 8px;
        transition: transform .25s ease-in-out, background-color .25s ease-in-out;
        border-radius: 48px;
        z-index: 1;
        grid-column: 1;
        will-change: transform;
    }

    .slide0:after {
        transform: translateX(0);
    }

    .slide1:after {
        background-color: var(--v-color-gold);
        transform: translateX(calc(100% + 8px));
    }

    .slide2:after {
        transform: translateX(calc(200% + 16px));
    }

    .slide3:after {
        transform: translateX(calc(300% + 24px));
    }

    .container-tabs img {
        display: none;
    }

    .button-tabs {
        width: 146px;
        margin-top: 0px;
    }

    .button-active {
        display: inline-block;
    }

    .tabs-discount-active {
        display: inline-block;
    }

    .content-detail-text {
        padding-left: 0;
        padding-right: 0;
        margin-top: 118px;
    }

    .content-add-basket2 {
        float: right;
        width: 100%;
        max-width: 289px;
        padding: 32px;
        top: 72px;
        background: var(--v-color-white);
        border-radius: 4px;
        text-align: center;
        position: sticky;
        opacity: 0;
        margin: auto;
        margin-bottom: 40px;
        display: grid;
        grid-gap: 16px;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .content-add-basket2.equipment {
        padding: 20px;
    }

    .animate {
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-delay: 0.1s;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(100%);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .fadeInUp {
        animation-name: fadeInUp;
    }

    @keyframes fadeInDown {
        to {
            opacity: 0;
            transform: translateY(100%);
        }

        from {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .fadeInDown {
        animation-name: fadeInDown;
    }

    .basket-up {
        bottom: -40px;
        position: absolute;
    }

    .basket-up a {
        position: relative;
        padding-left: 24px;
    }

    .basket-up a:before {
        background-image: url(/local/components/sunweb/catalog.element/templates/.default/img/arrow_top.svg);
        height: 20px;
        width: 23px;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background-size: 16px 11px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .content-detail-text {
        margin-top: 32px;
    }

    .info-text {
        margin-top: 32px;
    }

    .content-parameters-right-icon img {
        margin-top: 8px;
    }
}

@media (min-width: 1024px) {
    .content-file-icons {
        grid-gap: 15%;
    }
}

@media (min-width: 1280px) {
    .content-file-icons {
        grid-gap: 25%;
    }
}

@media only screen and (min-width: 1750px) {
    .content-container {
        padding-top: 48px;
    }

    .content-parameters-table {
        width: auto;
    }
}

.product__favorite-wrap {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.product__elscheme-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.product__elscheme-label-text {
    color: var(--v-color-red);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    text-decoration-line: underline;
    cursor: pointer;
}

.product__elscheme-label:hover .product__elscheme-label-text {
    text-decoration: none;
}

@media (max-width: 600px) {
    .product__elscheme-label {
        width: 100%;
        order: 1;
    }
}

.fancybox__slide.has-iframe .carousel__button.is-close {
    display: block;
}

.fancybox__slide.has-iframe .fancybox__content {
    max-height: 90dvh;
}

.fancybox__content.el-scheme__modal {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 15px;
    max-width: 600px;
    width: 100%;
}

.el-scheme__modal-close-button {
    margin-left: auto;
}

@media (min-width: 600px) {
    .fancybox__content.el-scheme__modal {
        padding: 30px;
    }
}

.zagotovki {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 25px;
    padding: 25px;
    background: var(--v-color-bg);
    margin-top: 20px;
}

.zagotovki h4 {
    margin: 0 0 20px 0;
}

.zagotovki p {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 5px;
    align-items: center;
    justify-content: space-between;
}

.zagotovki .button {
    min-width: 192px;
    padding: 12px 16px;
}

.zagotovki__link {
    color: var(--v-color-red);
    font-weight: 400;
    align-self: flex-start;
}

@media screen and (max-width: 600px) {
    .zagotovki {
        padding: 15px;
        margin: 0 -15px;
        border-radius: 0;
        gap: 18px;
    }

    .zagotovki h4 {
        line-height: 1.1em;
        margin-bottom: 0;
    }

    .zagotovki p {
        margin: 0;
    }

    .zagotovki .button {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/rukodelie/components/bitrix/system.pagenavigation/.default/style.min.css?1762512588493*/
.pagination{margin-top:40px}.pagination__wrap{margin:32px auto 0;display:flex;justify-content:space-between;align-items:center;max-width:738px}.pagination__wrap-mobile{font-weight:700;font-size:14px;line-height:16px;color:var(--v-color-gray);display:grid;grid-template-columns:repeat(3,46px);grid-gap:15px;text-align:center}button.pagination__show{width:100%}@media only screen and (min-width:768px){.pagination__wrap-mobile{display:none}.pagination__wrap .no-mobile-f{display:flex!important}}
/* End */


/* Start:/local/components/sunweb/catalog.feedback/templates/.default/style.min.css?17625125905999*/
.content-feedback-text{display:none;width:100%;margin-top:16px}.content-feedback-textarea{display:block;width:100%;resize:none}.content-feedback-buttons{margin-top:16px}.content-feedback-button{display:inline-block}.content-feedback{height:auto;margin-top:72px;margin-right:-15px;margin-left:-15px;padding:32px 15px;background-color:var(--v-color-white)}.content-feedback__form-button{width:100%}.content-feedback-comments{margin-top:72px;background-color:var(--v-color-white);margin-right:-15px;margin-left:-15px;padding-left:15px;padding-right:15px;padding-bottom:32px}.content-feedback img{cursor:pointer}.button-chat{width:291px;height:46px;margin-top:24px}.content-feedback-title{display:flex;align-items:center;justify-content:flex-start;margin-bottom:24px}.content-feedback-title .h2{display:inline-block;margin:0 8px 0 0}.content-feedback-comments .content-feedback{padding-bottom:16px}.feedback-star{width:18px;height:18px;background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.925 2.319a1.2 1.2 0 0 1 2.152 0l1.668 3.38 3.729.54a1.2 1.2 0 0 1 .665 2.048l-2.699 2.63.638 3.714a1.2 1.2 0 0 1-1.74 1.264L9 14.142l-3.336 1.753a1.2 1.2 0 0 1-1.74-1.264l.636-3.714-2.698-2.631a1.2 1.2 0 0 1 .666-2.046l3.729-.542 1.666-3.38h.002Zm1.077 1.209-1.47 2.976a1.2 1.2 0 0 1-.902.655l-3.285.477 2.378 2.316a1.2 1.2 0 0 1 .345 1.062l-.561 3.27 2.937-1.543a1.2 1.2 0 0 1 1.116 0l2.936 1.545-.56-3.27a1.2 1.2 0 0 1 .345-1.064l2.375-2.316-3.283-.477a1.2 1.2 0 0 1-.903-.655L9 3.528h.002Z' fill='%239C2531'/%3E%3C/svg%3E")}.feedback-star.feedback-star_gold{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.925 2.319a1.2 1.2 0 0 1 2.152 0l1.668 3.38 3.729.54a1.2 1.2 0 0 1 .665 2.048l-2.699 2.63.638 3.714a1.2 1.2 0 0 1-1.74 1.264L9 14.142l-3.336 1.753a1.2 1.2 0 0 1-1.74-1.264l.636-3.714-2.698-2.631a1.2 1.2 0 0 1 .666-2.046l3.729-.542 1.666-3.38h.002Zm1.077 1.209-1.47 2.976a1.2 1.2 0 0 1-.902.655l-3.285.477 2.378 2.316a1.2 1.2 0 0 1 .345 1.062l-.561 3.27 2.937-1.543a1.2 1.2 0 0 1 1.116 0l2.936 1.545-.56-3.27a1.2 1.2 0 0 1 .345-1.064l2.375-2.316-3.283-.477a1.2 1.2 0 0 1-.903-.655L9 3.528h.002Z' fill='%23BF873C'/%3E%3C/svg%3E")}.feedback-star.feedback-star_half{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9 14.143-3.334 1.752a1.2 1.2 0 0 1-1.74-1.264l.636-3.714-2.699-2.631A1.2 1.2 0 0 1 2.53 6.24l3.73-.542 1.666-3.38A1.185 1.185 0 0 1 9 1.651a1.185 1.185 0 0 1 1.078.669L11.745 5.7l3.729.54a1.2 1.2 0 0 1 .664 2.047l-2.698 2.63.637 3.714a1.2 1.2 0 0 1-1.74 1.264L9 14.143ZM9 3.531v9.072c.195 0 .387.047.56.138l2.937 1.545-.561-3.27a1.199 1.199 0 0 1 .345-1.064l2.376-2.316-3.284-.477a1.2 1.2 0 0 1-.902-.655L9 3.528v.003Z' fill='%239C2531'/%3E%3C/svg%3E")}.feedback-star.feedback-star_gold.feedback-star_half{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9 14.143-3.334 1.752a1.2 1.2 0 0 1-1.74-1.264l.636-3.714-2.699-2.631A1.2 1.2 0 0 1 2.53 6.24l3.73-.542 1.666-3.38A1.185 1.185 0 0 1 9 1.651a1.185 1.185 0 0 1 1.078.669L11.745 5.7l3.729.54a1.2 1.2 0 0 1 .664 2.047l-2.698 2.63.637 3.714a1.2 1.2 0 0 1-1.74 1.264L9 14.143ZM9 3.531v9.072c.195 0 .387.047.56.138l2.937 1.545-.561-3.27a1.199 1.199 0 0 1 .345-1.064l2.376-2.316-3.284-.477a1.2 1.2 0 0 1-.902-.655L9 3.528v.003Z' fill='%23BF873C'/%3E%3C/svg%3E")}.feedback-star.feedback-star_full{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.925 2.319a1.2 1.2 0 0 1 2.152 0l1.668 3.38 3.729.54a1.2 1.2 0 0 1 .665 2.048l-2.699 2.63.638 3.714a1.2 1.2 0 0 1-1.74 1.264L9 14.142l-3.336 1.753a1.2 1.2 0 0 1-1.74-1.264l.636-3.714-2.698-2.631a1.2 1.2 0 0 1 .666-2.046l3.729-.542 1.666-3.38h.002Z' fill='%239C2531'/%3E%3C/svg%3E")}.feedback-star.feedback-star_gold.feedback-star_full{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.925 2.319a1.2 1.2 0 0 1 2.152 0l1.668 3.38 3.729.54a1.2 1.2 0 0 1 .665 2.048l-2.699 2.63.638 3.714a1.2 1.2 0 0 1-1.74 1.264L9 14.142l-3.336 1.753a1.2 1.2 0 0 1-1.74-1.264l.636-3.714-2.698-2.631a1.2 1.2 0 0 1 .666-2.046l3.729-.542 1.666-3.38h.002Z' fill='%23BF873C'/%3E%3C/svg%3E")}.content-comment-img{display:flex;align-items:center;justify-content:flex-start;margin:-4px}.content-comment-user{font-size:16px;font-weight:500;line-height:18px;color:var(--v-color-gray);margin-top:16px;padding-left:22px;background-image:url(/local/components/sunweb/catalog.feedback/templates/.default/img/user.svg);background-size:18px;background-position:left center;background-repeat:no-repeat}.content-comment-user.content-comment-user_answer{background-image:url(/local/components/sunweb/catalog.feedback/templates/.default/img/answer_logo.svg);color:var(--v-color-red)}.content-comment-answer:before{position:absolute;border:25px solid transparent;border-bottom:14px solid var(--v-color-bg);content:"";right:20%;bottom:calc(100% - 1px)}.content-comment{margin-top:8px;padding:16px 0;background-color:var(--v-color-white)}.content-comment-answer{max-width:790px;background-color:var(--v-color-bg);margin-left:auto;padding-right:16px;padding-left:16px;position:relative}.content-comment-data{display:flex}.content-comment-data p{margin:0 0 0 4px;font-size:16px;color:var(--v-color-gray)}.content-comment-text{margin-top:8px;margin-bottom:8px}.content-comment-answer .content-comment-data p{margin:0}.content-comment-img img{margin:4px}@media only screen and (min-width:1000px){.content-feedback{margin-right:0;margin-left:0;padding:32px}.content-feedback-comments{margin-left:0;margin-right:0;padding:32px}.content-feedback-comments .content-feedback{padding:0;margin-top:0}.content-feedback__form-button{width:auto;min-width:225px}.content-comment-answer:before{right:40%}}
/* End */


/* Start:/local/components/sunweb/add.otzyvy/templates/.default/style.min.css?176251258914666*/
@charset "UTF-8";.container .reviews-head{display:flex;flex-wrap:wrap;margin-bottom:32px}.reviews-head .button-chat-reviews{width:100%}.reviews-head .reviews-form{margin-top:24px}.reviews-head .reviews-authorization{display:inline-block;margin:24px 0 0 0}.reviews-comment-link{font-size:16px;color:var(--v-color-red);text-decoration:underline}.reviews-list_body{padding:32px 15px;border-radius:4px;background-color:var(--v-color-white)}.reviews-form{width:100%;border:1px solid var(--v-color-gray);border-radius:4px;padding:16px}.reviews-form__label{font-size:20px;font-weight:500;color:var(--v-color-deep-purple);margin:0 0 10px 0}.reviews-form_user{display:flex;margin-bottom:18px}.reviews-form_user p{margin:0 0 0 8px;color:var(--v-color-gray);font-size:14px;font-weight:500}.reviews-textarea{width:100%;height:72px;border:0;resize:none;outline:0;margin-bottom:16px}.reviews-form__buttons{display:flex;flex-wrap:wrap}.reviews-form__buttons .button--outline{width:100%;margin:0 0 16px 0}.reviews-form__buttons .button--primary{width:100%}.reviews-rating{margin:0 0 17px 0;border:0;padding:0}.reviews-rating__group{position:relative;width:135px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='27' height='24' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.92452 2.31904C8.02358 2.11816 8.17689 1.94901 8.36709 1.83074C8.55729 1.71246 8.77679 1.64978 9.00077 1.64978C9.22475 1.64978 9.44425 1.71246 9.63445 1.83074C9.82465 1.94901 9.97796 2.11816 10.077 2.31904L11.745 5.70004L15.474 6.24004C15.6957 6.27223 15.9039 6.36582 16.0752 6.51023C16.2464 6.65464 16.3738 6.84409 16.443 7.05715C16.5121 7.27022 16.5202 7.49838 16.4664 7.71582C16.4126 7.93327 16.299 8.13131 16.1385 8.28754L13.44 10.917L14.0775 14.631C14.1151 14.8515 14.0903 15.0782 14.0059 15.2853C13.9216 15.4925 13.781 15.6719 13.6 15.8034C13.4191 15.9349 13.205 16.0132 12.9819 16.0295C12.7588 16.0458 12.5356 15.9994 12.3375 15.8955L9.00002 14.142L5.66402 15.8955C5.4659 15.9994 5.24271 16.0458 5.01963 16.0295C4.79654 16.0132 4.58245 15.9349 4.4015 15.8034C4.22056 15.6719 4.07997 15.4925 3.9956 15.2853C3.91123 15.0782 3.88644 14.8515 3.92402 14.631L4.56002 10.917L1.86152 8.28604C1.70141 8.12965 1.58822 7.9316 1.53475 7.71427C1.48128 7.49693 1.48965 7.26897 1.55893 7.05615C1.62821 6.84332 1.75563 6.65411 1.92679 6.5099C2.09795 6.36568 2.30603 6.27221 2.52752 6.24004L6.25652 5.69854L7.92302 2.31904H7.92452ZM9.00152 3.52804L7.53152 6.50404C7.44549 6.67807 7.31851 6.82864 7.1615 6.94281C7.00448 7.05698 6.8221 7.13135 6.63002 7.15954L3.34502 7.63654L5.72252 9.95254C5.8618 10.0883 5.96597 10.256 6.02607 10.441C6.08617 10.626 6.1004 10.8228 6.06752 11.0145L5.50652 14.2845L8.44352 12.741C8.61563 12.6506 8.80712 12.6034 9.00152 12.6034C9.19592 12.6034 9.38741 12.6506 9.55952 12.741L12.4965 14.286L11.9355 11.016C11.9024 10.8241 11.9165 10.6269 11.9766 10.4417C12.0367 10.2564 12.141 10.0885 12.2805 9.95254L14.6565 7.63654L11.373 7.15954C11.1807 7.13158 10.998 7.05731 10.8407 6.94313C10.6834 6.82895 10.5562 6.67826 10.47 6.50404L9.00002 3.52804H9.00152Z' fill='%23ACA9A9'/%3E%3C/svg%3E");background-size:27px;background-repeat:repeat-x}.reviews-rating__star{position:absolute;top:0;left:0;height:24px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-size:27px;background-repeat:repeat-x}.reviews-rating__star:focus{outline:0}.reviews-rating__star:focus~.reviews-rating__focus{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0}.reviews-rating__star:hover,.reviews-rating__star:checked{background-image:url("data:image/svg+xml,%3Csvg width='27' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.566 3.09205C10.6981 2.82421 10.9025 2.59869 11.1561 2.44099C11.4097 2.28329 11.7024 2.19971 12.001 2.19971C12.2997 2.19971 12.5923 2.28329 12.8459 2.44099C13.0995 2.59869 13.3039 2.82421 13.436 3.09205L15.66 7.60005L20.632 8.32005C20.9276 8.36297 21.2053 8.48776 21.4336 8.68031C21.6619 8.87285 21.8318 9.12546 21.924 9.40954C22.0162 9.69362 22.027 9.99784 21.9553 10.2878C21.8835 10.5777 21.7321 10.8417 21.518 11.0501L17.92 14.5561L18.77 19.5081C18.8201 19.802 18.7871 20.1042 18.6746 20.3804C18.5621 20.6566 18.3746 20.8959 18.1334 21.0712C17.8921 21.2465 17.6067 21.3509 17.3092 21.3727C17.0118 21.3944 16.7142 21.3325 16.45 21.1941L12 18.8561L7.55203 21.1941C7.28787 21.3325 6.99028 21.3944 6.69283 21.3727C6.39539 21.3509 6.10993 21.2465 5.86867 21.0712C5.62741 20.8959 5.43996 20.6566 5.32747 20.3804C5.21497 20.1042 5.18192 19.802 5.23203 19.5081L6.08003 14.5561L2.48203 11.0481C2.26854 10.8395 2.11763 10.5755 2.04633 10.2857C1.97504 9.99591 1.98621 9.69196 2.07858 9.4082C2.17095 9.12443 2.34083 8.87215 2.56905 8.67986C2.79726 8.48758 3.07471 8.36295 3.37003 8.32005L8.34203 7.59805L10.564 3.09205H10.566Z' fill='%239C2531'/%3E%3C/svg%3E")}.reviews-rating__star:hover~.reviews-rating__star{background-image:url("data:image/svg+xml,%3Csvg width='27' height='24' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.92452 2.31904C8.02358 2.11816 8.17689 1.94901 8.36709 1.83074C8.55729 1.71246 8.77679 1.64978 9.00077 1.64978C9.22475 1.64978 9.44425 1.71246 9.63445 1.83074C9.82465 1.94901 9.97796 2.11816 10.077 2.31904L11.745 5.70004L15.474 6.24004C15.6957 6.27223 15.9039 6.36582 16.0752 6.51023C16.2464 6.65464 16.3738 6.84409 16.443 7.05715C16.5121 7.27022 16.5202 7.49838 16.4664 7.71582C16.4126 7.93327 16.299 8.13131 16.1385 8.28754L13.44 10.917L14.0775 14.631C14.1151 14.8515 14.0903 15.0782 14.0059 15.2853C13.9216 15.4925 13.781 15.6719 13.6 15.8034C13.4191 15.9349 13.205 16.0132 12.9819 16.0295C12.7588 16.0458 12.5356 15.9994 12.3375 15.8955L9.00002 14.142L5.66402 15.8955C5.4659 15.9994 5.24271 16.0458 5.01963 16.0295C4.79654 16.0132 4.58245 15.9349 4.4015 15.8034C4.22056 15.6719 4.07997 15.4925 3.9956 15.2853C3.91123 15.0782 3.88644 14.8515 3.92402 14.631L4.56002 10.917L1.86152 8.28604C1.70141 8.12965 1.58822 7.9316 1.53475 7.71427C1.48128 7.49693 1.48965 7.26897 1.55893 7.05615C1.62821 6.84332 1.75563 6.65411 1.92679 6.5099C2.09795 6.36568 2.30603 6.27221 2.52752 6.24004L6.25652 5.69854L7.92302 2.31904H7.92452ZM9.00152 3.52804L7.53152 6.50404C7.44549 6.67807 7.31851 6.82864 7.1615 6.94281C7.00448 7.05698 6.8221 7.13135 6.63002 7.15954L3.34502 7.63654L5.72252 9.95254C5.8618 10.0883 5.96597 10.256 6.02607 10.441C6.08617 10.626 6.1004 10.8228 6.06752 11.0145L5.50652 14.2845L8.44352 12.741C8.61563 12.6506 8.80712 12.6034 9.00152 12.6034C9.19592 12.6034 9.38741 12.6506 9.55952 12.741L12.4965 14.286L11.9355 11.016C11.9024 10.8241 11.9165 10.6269 11.9766 10.4417C12.0367 10.2564 12.141 10.0885 12.2805 9.95254L14.6565 7.63654L11.373 7.15954C11.1807 7.13158 10.998 7.05731 10.8407 6.94313C10.6834 6.82895 10.5562 6.67826 10.47 6.50404L9.00002 3.52804H9.00152Z' fill='%23ACA9A9'/%3E%3C/svg%3E")}.reviews-rating__star:nth-of-type(1){z-index:5;width:27px}.reviews-rating__star:nth-of-type(2){z-index:4;width:54px}.reviews-rating__star:nth-of-type(3){z-index:3;width:81px}.reviews-rating__star:nth-of-type(4){z-index:2;width:108px}.reviews-rating__star:nth-of-type(5){z-index:1;width:135px}.reviews-modal-link{background:url(/local/templates/rukodelie/assets/img/svg/camera.svg)no-repeat;background-position:10px 10px;padding:10px 10px 10px 38px;color:var(--v-color-black);text-decoration:underline;font-size:16px;display:block;height:40px}.reviews-images-modal{display:none}.fancybox__content{padding:0}.reviews-body{display:flex;flex-wrap:wrap}.content-comment-answer:before{content:"";position:absolute;right:20%;border:25px solid transparent;margin-top:-55px;margin-left:35%;border-bottom:14px solid var(--v-color-bg)}.content-comment{margin-top:8px;padding:16px;padding-right:0;padding-left:0;background-color:var(--v-color-white)}.content-comment-answer{max-width:790px;background-color:var(--v-color-bg);margin-left:auto;padding-right:16px;padding-left:16px}.content-comment-data{display:flex}.content-comment-data p{margin:0;margin-left:4px;font-size:16px;color:var(--v-color-gray)}.content-comment-text{margin-top:8px;margin-bottom:8px}.content-comment-user{margin-top:16px;display:flex}.content-comment-user p{margin:0;margin-left:4px;font-size:16px;color:var(--v-color-gray);font-weight:500}.content-comment-answer .content-comment-data p{margin:0}.content-comment-img img{display:inline-block;width:107px;height:80px}.upload-images-modal{width:100%;padding:16px;border-radius:4px}.upload-modal-heading{font-size:24px;margin:0 52px 16px 0;font-weight:500}.upload-add-file{margin-bottom:8px}.upload-add-file label{display:flex;padding:18px;background:var(--v-color-bg);color:var(--v-color-gray);cursor:pointer}.upload-image{position:relative;width:100%;height:121px}.upload-image img{object-fit:cover;width:100%;height:100%}.send-image .send-image__input{display:none}.remove-image{position:absolute;top:10px;right:10px;width:14px;height:14px;cursor:pointer;background:url(/local/components/sunweb/add.otzyvy/templates/.default/../../../../../img/svg/delete.svg)no-repeat}.upload-images-list{display:grid;grid-gap:8px;grid-template-columns:1fr 1fr;margin-bottom:8px}.images-error{color:var(--v-color-red);font-size:13px;margin:0 0 32px 0}.upload-button-text{font-weight:400;font-size:13px;display:block;margin-left:8px}.modal-footer{display:flex;flex-wrap:wrap}.button--gray{color:var(--v-color-gray);border-color:var(--v-color-gray);outline:0!important}.modal-footer .button{width:100%}.modal-count{font-weight:700;font-size:13px;margin-bottom:8px}.modal-footer .button--outline{margin-bottom:16px}.upload-cross{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;color:var(--v-color-white);font-size:270px;text-align:center;opacity:1}.upload-cross::before{content:"";display:block;position:relative;width:100%;height:100%;background-color:var(--v-color-black);opacity:.5}.upload-cross::after{content:"+";position:absolute;top:50%;left:0;width:100%;height:100%}.upload-cross-visible{display:block}@media (min-width:416px){.upload-images-list{grid-template-columns:1fr 1fr 1fr;grid-gap:6px}}@media (min-width:426px){.reviews-head .button-chat-reviews{width:225px}.reviews-head .reviews-form{margin-top:32px}.reviews-head .reviews-authorization{margin:11px 0 0 24px}}@media (min-width:572px){.upload-images-modal{max-width:572px;padding:32px}.upload-images-list{grid-gap:4px;grid-template-columns:121px 121px 121px 121px}.modal-count{margin:15px 0}.modal-footer .button{width:150px;height:46px}.modal-footer .button--outline{margin-left:auto}.modal-footer .button--primary{margin-left:8px}}@media (min-width:768px){.reviews-form__buttons{flex-wrap:nowrap}.reviews-form__buttons .button--outline{width:150px;height:46px;margin:0 16px 0 auto}.reviews-form__buttons .button--primary{width:150px;height:46px}}@media only screen and (min-width:1000px){.content-comment{margin-top:8px;padding:16px}.content-comment-answer:before{right:40%}}@media (min-width:1025px){.reviews-list_body{padding:32px}.reviews-form{padding:32px}}@media (max-width:1023px){.reviews-list_body{width:calc(100% + 30px);margin:0-15px 24px}}.reviews-form.hide{display:none}.upload-images-modal{width:100%;padding:16px;border-radius:4px}.upload-modal-heading{font-size:24px;margin:0 52px 16px 0;font-weight:500}.upload-add-file{margin-bottom:8px}.upload-add-file label{display:flex;padding:18px;background:var(--v-color-bg);color:var(--v-color-gray);cursor:pointer}.upload-image{position:relative;width:100%;height:121px}.upload-image img{object-fit:cover;width:100%;height:100%}.upload-images-modal input{display:none}.reviews-images-modal .remove-image{position:absolute;top:10px;right:10px;width:14px;height:14px;cursor:pointer;background:url(/local/components/sunweb/add.otzyvy/templates/.default/images/svg/delete.svg)no-repeat}.upload-images-list{display:grid;grid-gap:8px;grid-template-columns:1fr 1fr;margin-bottom:8px}.images-error{color:var(--v-color-red);font-size:13px;margin:0 0 32px 0}.upload-button-text{font-weight:400;font-size:13px;display:block;margin-left:8px}.modal-footer{display:flex;flex-wrap:wrap}.button--gray{color:var(--v-color-gray);border-color:var(--v-color-gray);outline:0!important}.modal-footer .button{width:100%}.modal-count{font-weight:700;font-size:13px;margin-bottom:8px}.modal-footer .button--outline{margin-bottom:16px}.upload-cross{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;color:var(--v-color-white);font-size:270px;text-align:center;opacity:1}.upload-cross::before{content:"";display:block;position:relative;width:100%;height:100%;background-color:var(--v-color-black);opacity:.5}.upload-cross::after{content:"+";position:absolute;top:50%;left:0;width:100%;height:100%}.upload-cross-visible{display:block}@media (min-width:416px){.upload-images-list{grid-template-columns:1fr 1fr 1fr;grid-gap:6px}}@media (min-width:572px){.upload-images-modal{max-width:572px;padding:32px}.upload-images-list{grid-gap:4px;grid-template-columns:121px 121px 121px 121px}.modal-count{margin:15px 0}.modal-footer .button{width:150px;height:46px}.modal-footer .button--outline{margin-left:auto}.modal-footer .button--primary{margin-left:8px}}.reviews-form .send-images-list{width:100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px;flex-wrap:wrap}.reviews-form .send-image{margin:4px;display:flex}.reviews-head .notification{display:flex;align-items:center;position:relative;width:100%;height:auto;min-height:62px;padding:8px 64px 8px 70px;margin-top:16px}.reviews-head .notification-text{font-size:16px;line-height:150%;font-weight:400}.reviews-head .notification-text{margin:0;font-size:16px;line-height:150%;font-weight:400}.reviews-head .notification-btn{cursor:pointer;background-color:transparent;border:0;position:absolute;top:50%;right:16px;width:24px;height:24px;transform:translateY(-50%);background-size:cover}.reviews-head .notification__error{background-color:var(--v-color-pink)}.reviews-head .notification__error .notification-text{color:var(--v-color-red)}.reviews-head .notification__error .notification-btn{background-image:url(/local/components/sunweb/add.otzyvy/templates/.default/images/svg/close_error.svg)}.reviews-head .notification__warning{background-color:#f5e7d3}.reviews-head .notification__warning .notification-text{color:var(--v-color-gold)}.reviews-head .notification__warning .notification-btn{background-image:url(/local/components/sunweb/add.otzyvy/templates/.default/images/svg/close_warning.svg)}.reviews-head .notification::before{content:"";position:absolute;top:50%;left:16px;width:32px;height:32px;transform:translateY(-50%);background-size:cover}.reviews-head .notification__error::before{background-image:url(/local/components/sunweb/add.otzyvy/templates/.default/images/svg/error.svg)}.reviews-head .notification__warning::before{background-image:url(/local/components/sunweb/add.otzyvy/templates/.default/images/svg/warning.svg)}.reviews-images-modal .carousel__button.is-close{display:none}
/* End */


/* Start:/local/components/sunweb/catalog.section/templates/bigdata/style.css?17691558956331*/
.catalog__item {
    padding: 16px 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.catalog__item-picture {
    display: contents;
}

.catalog__item-image {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.catalog__item-image_wrap {
    margin: 0 auto;
    max-width: 210px;
    max-height: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog__item-title {
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
    color: var(--v-color-black);
    text-align: center;
    margin-top: 12px;
}

.catalog__item-price {
    margin-top: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    position: relative;
}

.catalog__item-price--old {
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: var(--v-color-black);
    margin-left: 3px;
}

.catalog__item-price--new {
    color: var(--v-color-red);
    font-size: 18px;
    margin-left: 0;
}

.catalog__item-info {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-gap: 8px;
    align-items: center;
    margin: 8px auto 0;
}

.catalog__item-info .info__stars {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.catalog__item-info .info__comment {
    padding-left: 22px;
    position: relative;
    color: var(--v-color-black);
}

.catalog__item-info .info__comment::after {
    content: "";
    position: absolute;
    background-image: url(/local/components/sunweb/catalog.section/templates/bigdata/img/comments.svg);
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.catalog__item-info .star {
    width: 18px;
    height: 18px;
    background-size: contain;
}

.catalog__item-info .star.empty {
    background-image: url(/local/components/sunweb/catalog.section/templates/bigdata/img/star_empty.svg);
}

.catalog__item-info .star.half {
    background-image: url(/local/components/sunweb/catalog.section/templates/bigdata/img/star_half.svg);
}

.catalog__item-info .star.full {
    background-image: url(/local/components/sunweb/catalog.section/templates/bigdata/img/star_full.svg);
}

.catalog__item-props {
    display: none;
}

.catalog__item-button {
    margin: 8px auto 0;
}

.catalog__item .step {
    display: none;
}

button.catalog__item-favorite {
    position: absolute;
    top: 8px;
    right: 8px;
}

button.catalog__item-favorite .active {
    display: none;
}

button.catalog__item-favorite.favorite .active {
    display: block;
}

button.catalog__item-favorite.favorite .no-active {
    display: none;
}

.catalog__section-wrap {
    margin: 40px -15px 0;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 2px));
    grid-gap: 4px;
    background-color: var(--v-color-white);
    width: calc(100% + 30px);
}

.catalog__item-discount-percent{
    color: var(--v-color-white);
    font-weight: 600;
    background: var(--v-color-gold);
    border-radius: 4px;
    margin-left: 0;
    position: absolute;
    top: 10px;
    right: -36px;
    padding: 0 3px;
    font-size: 11px;
    line-height: 20px;
}

@media only screen and (min-width: 750px) {
    .catalog__item {
        background-color: var(--v-color-white);
        padding: 8px 8px 16px;
        border-radius: 4px;
        height: 486px;
    }

    .catalog__item-image_wrap {
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 248px;
        order: 1;
        transition: all .3s;
    }

    .catalog__item-title {
        order: 2;
        font-weight: normal;
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 8px;
    }

    .catalog__item-props {
        display: block;
        order: 3;
        margin-bottom: auto;
        font-weight: normal;
        font-size: 14px;
        line-height: 120%;
        max-height: 48px;
        overflow: hidden;
        max-width: 100%;
    }

    .catalog__item-props_wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 8px;
    }

    .catalog__item-props .props__key {
        text-align: right;
        color: var(--v-color-gray);
    }

    .catalog__item-props .props__value {
        color: var(--v-color-black);
    }

    .catalog__item-info {
        order: 4;
        margin-top: 8px;
    }

    .catalog__item-info .info__stars {
        transition: all .3s;
        filter: opacity(0.2);
    }

    .catalog__item-price {
        order: 5;
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 12px;
        white-space: nowrap;
    }

    .catalog__item-price--old {
        transition: all .3s;
        font-weight: bold;
        font-size: 16px;
        line-height: 21px;
        color: var(--v-color-gray);
    }

    .catalog__item-price-grey {
        font-weight: bold;
        font-size: 16px;
        line-height: 21px;
        color: var(--v-color-gray);
    }

    .catalog__item-button {
        margin-top: 0;
        order: 6;
    }

    .catalog__item .step {
        order: 6;
    }

    .catalog__item:hover .catalog__item-info .info__stars {
        filter: opacity(1);
    }

    .catalog__item:hover .catalog__item-price--old {
        color: var(--v-color-black);
    }
}

@media (min-width: 769px) {
    .catalog__item-discount-percent{
        padding: 3px;
        font-size: 12px;
        position: static;
    }
}

@media only screen and (min-width: 1000px) {

    .catalog__section-wrap {
        margin-right: 0;
        margin-left: 0;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
        background-color: transparent;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog__item-price--new {
        margin-left: 3px;
    }

    .catalog__item-price-block{
        display: inline-block;
    }
}

@media only screen and (min-width: 1400px) {
    .catalog__item-price--old,
    .catalog__item-price-grey{
        font-size: 14px;
    }
}

@media (min-width: 1544px) {
    .catalog__item-discount-percent{
        padding: 4px 4px;
        font-size: 14px;
        margin-left: 5px;
    }

    .catalog__item-price--old,
    .catalog__item-price-grey{
        font-size: 16px;
    }
}

@media only screen and (min-width: 1750px) {
    .catalog__section-wrap {
        grid-template-columns: repeat(5, calc(  (100% - (30px * 4) )  / 5 ));
    }
}
/* End */
/* /local/js/sunweb/subscribe/src/style.css?1733986073527 */
/* /local/components/sunweb/catalog/templates/.default/style.min.css?176251259032 */
/* /local/js/vendor/Fancybox/fancybox.min.css?173398607314809 */
/* /local/js/vendor/splide/splide.min.css?17339860734140 */
/* /local/components/sunweb/catalog.element/templates/.default/style.css?176915589530825 */
/* /local/templates/rukodelie/components/bitrix/system.pagenavigation/.default/style.min.css?1762512588493 */
/* /local/components/sunweb/catalog.feedback/templates/.default/style.min.css?17625125905999 */
/* /local/components/sunweb/add.otzyvy/templates/.default/style.min.css?176251258914666 */
/* /local/components/sunweb/catalog.section/templates/bigdata/style.css?17691558956331 */
