:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{-webkit-animation:f-spinner-rotate 2s linear infinite;animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);-webkit-animation:f-spinner-dash 2s ease-in-out infinite;animation:f-spinner-dash 2s ease-in-out infinite}@-webkit-keyframes f-spinner-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes f-spinner-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{-webkit-animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp;animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{-webkit-animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown;animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@-webkit-keyframes f-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0);transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@keyframes f-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0);transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@-webkit-keyframes f-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,var(--f-throw-out-distance,150px),0);transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}@keyframes f-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,var(--f-throw-out-distance,150px),0);transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}.f-zoomInUp{-webkit-animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp;animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{-webkit-animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown;animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@-webkit-keyframes f-zoomInUp{0%{opacity:0;-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@keyframes f-zoomInUp{0%{opacity:0;-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@-webkit-keyframes f-zoomOutDown{to{opacity:0;-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0)}}@keyframes f-zoomOutDown{to{opacity:0;-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{-webkit-animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{-webkit-animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@-webkit-keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes f-fadeOut{to{opacity:0}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{-webkit-animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{-webkit-animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@-webkit-keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@-webkit-keyframes f-fadeFastOut{to{opacity:0}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{-webkit-animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{-webkit-animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@-webkit-keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes f-fadeSlowOut{to{opacity:0}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{-webkit-animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{-webkit-animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@-webkit-keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes f-crossfadeOut{to{opacity:0}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@-webkit-keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes f-slideOutNext{to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes f-slideOutNext{to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes f-slideOutPrev{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes f-slideOutPrev{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.f-classicIn.from-next{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@-webkit-keyframes f-classicInNext{0%{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes f-classicInNext{0%{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes f-classicInPrev{0%{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes f-classicOutNext{to{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}}@keyframes f-classicOutNext{to{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}}@-webkit-keyframes f-classicOutPrev{to{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}}@keyframes f-classicOutPrev{to{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);-webkit-box-shadow:var(--f-button-shadow);box-shadow:var(--f-button-shadow);-webkit-box-sizing:content-box;box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;-webkit-transition:var(--f-button-transition);transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{-webkit-box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;-webkit-filter:var(--f-button-svg-filter);filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);pointer-events:none;-webkit-transform:var(--f-button-transform);transform:var(--f-button-transform);-webkit-transition:opacity .15s ease;transition:opacity .15s ease;width:var(--f-button-svg-width)}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{-ms-touch-action:none;touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;margin:0;outline:none;overflow:visible;overscroll-behavior-y:contain;padding:0;position:fixed;right:0;top:0;-webkit-transform-origin:top left;transform-origin:top left;z-index:var(--fancybox-zIndex,1050)}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container::-webkit-backdrop{background-color:transparent}.fancybox__container::backdrop{background-color:transparent}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{-webkit-box-flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex:1;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__track{margin:0 auto}.fancybox__slide,.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.fancybox__slide{-webkit-box-flex:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-ms-scroll-chaining:none;align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-direction:column;flex-direction:column;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;overscroll-behavior:contain;padding:4px;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{-webkit-box-flex:0;content:"";-ms-flex:0 0 0px;flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{-ms-flex-item-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:none;transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{display:block;-webkit-filter:blur(0);filter:blur(0);height:100%;margin:auto;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox__caption{-ms-flex-item-align:center;-ms-flex-negative:0;align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;-webkit-transition:all .25s ease;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:rgba(24,24,27,.5);bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{-webkit-animation:f-fadeOut .15s ease-out both;animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){-webkit-animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn;animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{-webkit-animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn;animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){-webkit-animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut;animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{-webkit-animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut;animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{-ms-flex-negative:1;flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{height:100%;width:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(1px,1px,1px,1px)!important;border:0!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{-webkit-box-flex:0;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-flex:0 0 auto;flex:0 0 auto;margin:0;overflow:hidden;-webkit-perspective:1000px;perspective:1000px;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.f-thumbs .f-spinner{background-image:-webkit-gradient(linear,left top,left bottom,from(#ebeff2),to(#e2e8f0));background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%}.f-thumbs__slide,.f-thumbs__track{display:-webkit-box;display:-ms-flexbox;display:flex}.f-thumbs__slide{-webkit-box-flex:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;-ms-flex:0 0 auto;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-webkit-max-content;width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc((var(--f-thumb-clip-width, 0))*-.5);position:absolute;top:0;width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0))}.is-modern .f-thumbs__slide{pointer-events:none;-webkit-transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transform:translate3d(calc(var(--shift, 0)*-1px),0,0);-webkit-transition:none;transition:none;width:var(--f-thumb-clip-width)}.is-modern.is-resting .f-thumbs__slide{-webkit-transition:-webkit-transform .33s ease;transition:-webkit-transform .33s ease;transition:transform .33s ease;transition:transform .33s ease,-webkit-transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{-webkit-transition:clip-path .33s ease;transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{-webkit-filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color));filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0 -100%;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;width:var(--f-thumb-width)}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*(1 - var(--progress, 0))*0.5) round var(--f-thumb-border-radius,0));clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{-webkit-animation:f-fadeIn .2s ease-out;animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);content:"";height:auto;z-index:10}.f-thumbs__slide__img,.is-classic .is-nav-selected .f-thumbs__slide__button:after{border-radius:var(--f-thumb-border-radius);bottom:0;left:0;position:absolute;right:0;top:0}.f-thumbs__slide__img{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:0;-o-object-fit:cover;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;-webkit-transition:max-height .35s cubic-bezier(.23,1,.32,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),to(hsla(0,0%,100%,.05)));background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),to(hsla(0,0%,100%,.05)));background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{-webkit-transition:none!important;transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;color:var(--fancybox-color,currentColor);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{-webkit-animation:f-fadeOut .15s ease-out both;animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-line-pack:start;align-content:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{-webkit-font-smoothing:subpixel-antialiased;cursor:default;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-webkit-box;display:flex}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-ms-flexbox;display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-webkit-box;display:-ms-flexbox;display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:30}
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.noUi-target{position:relative}.noUi-base,.noUi-connects{height:100%;position:relative;width:100%;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{height:100%;position:absolute;right:0;top:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform-style:preserve-3d;-webkit-transform-style:flat;transform-style:flat;width:100%;will-change:transform;z-index:1}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{height:28px;right:-17px;top:-6px;width:34px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{bottom:-17px;height:34px;right:-6px;width:28px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#fafafa;border:1px solid #d3d3d3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{background:#fff;border:1px solid #d9d9d9;border-radius:3px;-webkit-box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;cursor:default}.noUi-active{-webkit-box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{background:#e8e7e6;content:"";display:block;height:14px;left:14px;position:absolute;top:6px;width:1px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{height:1px;left:6px;top:14px;width:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-webkit-box-sizing:border-box;box-sizing:border-box}.noUi-pips{color:#999;position:absolute}.noUi-value{position:absolute;text-align:center;white-space:nowrap}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{background:#ccc;position:absolute}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{height:80px;left:0;padding:10px 0;top:100%;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{height:5px;margin-left:-1px;width:2px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{height:100%;left:100%;padding:0 10px;top:0}.noUi-value-vertical{padding-left:25px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.noUi-rtl .noUi-value-vertical{-webkit-transform:translateY(50%);transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{height:2px;margin-top:-1px;width:5px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{background:#fff;border:1px solid #d9d9d9;border-radius:3px;color:#000;display:block;padding:5px;position:absolute;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{bottom:120%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.noUi-vertical .noUi-tooltip{right:120%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.noUi-horizontal .noUi-origin>.noUi-tooltip{bottom:10px;left:auto;-webkit-transform:translate(50%);transform:translate(50%)}.noUi-vertical .noUi-origin>.noUi-tooltip{right:28px;top:auto;-webkit-transform:translateY(-18px);transform:translateY(-18px)}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;position:relative;z-index:1}
.tippy-box[data-theme~=light-border]{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,8,16,.15);box-shadow:0 4px 14px -2px rgba(0,8,16,.08);color:#333}.tippy-box[data-theme~=light-border]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light-border]>.tippy-arrow:after,.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after{content:"";position:absolute;z-index:-1}.tippy-box[data-theme~=light-border]>.tippy-arrow:after{border-color:transparent;border-style:solid}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:after{border-top-color:rgba(0,8,16,.2);border-width:7px 7px 0;left:1px;top:17px}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow>svg{top:16px}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow:after{top:17px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff;bottom:16px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:rgba(0,8,16,.2);border-width:0 7px 7px;bottom:17px;left:1px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow:after{bottom:17px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:after{border-left-color:rgba(0,8,16,.2);border-width:7px 0 7px 7px;left:17px;top:1px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow>svg{left:11px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow:after{left:12px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff;right:16px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:after{border-right-color:rgba(0,8,16,.2);border-width:7px 7px 7px 0;right:17px;top:1px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow>svg{right:11px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow:after{right:12px}.tippy-box[data-theme~=light-border]>.tippy-svg-arrow{fill:#fff}.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);background-size:16px 6px;height:6px;width:16px}
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper-container{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{margin:0 auto;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .3s;transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;border-radius:50%;display:inline-block;height:8px;opacity:.2;width:8px}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-container-horizontal>.swiper-scrollbar{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-container-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-container-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";-webkit-filter:blur(50px);filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}
[data-simplebar]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-line-pack:start;-webkit-box-align:start;-ms-flex-align:start;align-content:flex-start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;position:relative}.simplebar-wrapper{height:inherit;max-height:inherit;max-width:inherit;overflow:hidden;width:inherit}.simplebar-mask{direction:inherit;height:auto!important;overflow:hidden;width:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{bottom:0;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.simplebar-offset{-webkit-overflow-scrolling:touch;-webkit-box-sizing:inherit!important;box-sizing:inherit!important;direction:inherit!important;resize:none!important}.simplebar-content-wrapper{-ms-overflow-style:none;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;direction:inherit;display:block;height:100%;max-height:100%;max-width:100%;overflow:auto;position:relative;scrollbar-width:none;width:auto}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;pointer-events:none;width:100%}.simplebar-height-auto-observer-wrapper{-webkit-box-flex:inherit;-ms-flex-positive:inherit;-ms-flex-negative:0;-ms-flex-preferred-size:0;-webkit-box-sizing:inherit!important;box-sizing:inherit!important;flex-basis:0;flex-grow:inherit;flex-shrink:0;float:left;height:100%;margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:relative;width:100%;z-index:-1}.simplebar-height-auto-observer{-webkit-box-sizing:inherit;box-sizing:inherit;display:block;height:1000%;left:0;min-height:1px;min-width:1px;opacity:0;top:0;width:1000%;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{overflow:hidden;pointer-events:none;position:absolute}.simplebar-track{bottom:0;right:0;z-index:1}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{-webkit-touch-callout:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{left:0;min-height:10px;position:absolute;right:0}.simplebar-scrollbar:before{background:#000;border-radius:7px;content:"";opacity:0;position:absolute;-webkit-transition:opacity .2s linear .5s;transition:opacity .2s linear .5s}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{bottom:2px;left:2px;right:2px;top:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{bottom:0;left:0;min-height:0;min-width:10px;right:auto;top:0;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.simplebar-dummy-scrollbar-size{-ms-overflow-style:scrollbar!important;direction:rtl;height:500px;opacity:0;overflow-x:scroll;overflow-y:hidden;position:fixed;visibility:hidden;width:500px}.simplebar-dummy-scrollbar-size>div{height:200%;margin:10px 0;width:200%}.simplebar-hide-scrollbar{-ms-overflow-style:none;left:0;overflow-y:scroll;position:fixed;scrollbar-width:none;visibility:hidden}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}
@font-face{font-display:swap;font-family:Uni Neue;font-style:italic;font-weight:900;src:url(frontend/src/fonts/uni-neue/UniNeue-HeavyItalic.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-HeavyItalic.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue;font-style:normal;font-weight:300;src:url(frontend/src/fonts/uni-neue/UniNeue-Light.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Light.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial;font-style:normal;font-weight:900;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-Black.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-Black.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial;font-style:normal;font-weight:700;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-Bold.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial;font-style:italic;font-weight:900;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-BlackItalic.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-BlackItalic.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial;font-style:italic;font-weight:700;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-BoldItalic.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-BoldItalic.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial Book;font-style:normal;font-weight:300;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-Book.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-Book.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial Book;font-style:italic;font-weight:300;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-BookItalic.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-BookItalic.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial;font-style:normal;font-weight:900;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-Heavy.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-Heavy.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial;font-style:italic;font-weight:900;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-HeavyItalic.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-HeavyItalic.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial;font-style:normal;font-weight:300;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-Light.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-Light.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial;font-style:italic;font-weight:300;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-LightItalic.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-LightItalic.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial;font-style:normal;font-weight:400;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-Regular.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial;font-style:normal;font-weight:100;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-Thin.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-Thin.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial;font-style:italic;font-weight:400;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-RegularItalic.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-RegularItalic.woff) format("woff")}@font-face{font-display:swap;font-family:Uni Neue-Trial;font-style:italic;font-weight:100;src:url(frontend/src/fonts/uni-neue/UniNeue-Trial-ThinItalic.woff2) format("woff2"),url(frontend/src/fonts/uni-neue/UniNeue-Trial-ThinItalic.woff) format("woff")}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}html{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:var(--min-width)}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{color:var(--color-1);font-family:var(--tf-1);font-size:14px;font-style:normal;font-weight:400;line-height:1.25}body.mobile{-webkit-tap-highlight-color:transparent;cursor:pointer}a{color:inherit}body:not(.mobile) a:hover{text-decoration:none}.container{margin-left:auto;margin-right:auto;max-width:calc(1440px + var(--gap)*2);padding-left:var(--gap);padding-right:var(--gap);width:100%}.container--mw-1{max-width:calc(1760px + var(--gap)*2)}.container--mw-2{max-width:calc(1640px + var(--gap)*2)}.container--mw-3{max-width:calc(1800px + var(--gap)*2)}.container--mw-4{max-width:calc(1840px + var(--gap)*2)}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}@-webkit-keyframes pulse{0%{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}50%{opacity:.4;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}50%{opacity:.4;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes flash{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.2);transform:scale(1.2)}50%{-webkit-transform:scale(1);transform:scale(1)}75%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes flash{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.2);transform:scale(1.2)}50%{-webkit-transform:scale(1);transform:scale(1)}75%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.page{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;min-height:100vh}@media print{.page{display:block}}.page__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.field>:last-child{margin-bottom:0}.field--type-1{margin-top:15px;padding-left:39px}@media (max-width:639px){.field--type-1{margin-top:10px}}.field.error .field__element input,.field.error .field__element textarea{border-color:var(--color-4)}.field.error .field__error,.field__label,.field__name{display:block}.field__name{margin-bottom:10px}.field__name span{opacity:.7}.field__name--required:after{color:var(--color-4);content:" *"}.field__element{display:block}.field__element input,.field__element textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid var(--color-5);border-radius:4px;-webkit-box-shadow:none;box-shadow:none;color:var(--color-1);display:block;font-family:var(--tf-1);font-size:15px;font-weight:400;line-height:1.25;margin:0;outline:0;padding:15px 20px;text-align:left;-webkit-transition:.2s;transition:.2s;width:100%}.field__element input::-ms-expand,.field__element textarea::-ms-expand{display:none}.field__element input[type=number]::-webkit-inner-spin-button,.field__element input[type=number]::-webkit-outer-spin-button,.field__element input[type=search]::-webkit-search-cancel-button,.field__element input[type=search]::-webkit-search-decoration,.field__element input[type=search]::-webkit-search-results-button,.field__element input[type=search]::-webkit-search-results-decoration,.field__element textarea[type=number]::-webkit-inner-spin-button,.field__element textarea[type=number]::-webkit-outer-spin-button,.field__element textarea[type=search]::-webkit-search-cancel-button,.field__element textarea[type=search]::-webkit-search-decoration,.field__element textarea[type=search]::-webkit-search-results-button,.field__element textarea[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.field__element input::-webkit-input-placeholder,.field__element textarea::-webkit-input-placeholder{color:rgba(var(--color-rgb-1),.5)}.field__element input::-moz-placeholder,.field__element textarea::-moz-placeholder{color:rgba(var(--color-rgb-1),.5)}.field__element input::-ms-input-placeholder,.field__element textarea::-ms-input-placeholder{color:rgba(var(--color-rgb-1),.5)}.field__element input::placeholder,.field__element textarea::placeholder{color:rgba(var(--color-rgb-1),.5)}.field__element input:placeholder,.field__element textarea:placeholder{color:rgba(var(--color-rgb-1),.5)}.field__element input:-moz-placeholder-shown,.field__element textarea:-moz-placeholder-shown{color:rgba(var(--color-rgb-1),.5)}.field__element input:-ms-input-placeholder,.field__element textarea:-ms-input-placeholder{color:rgba(var(--color-rgb-1),.5)}.field__element input:placeholder-shown,.field__element textarea:placeholder-shown{color:rgba(var(--color-rgb-1),.5)}.field__element input[type=number],.field__element textarea[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.field__element input:focus,.field__element textarea:focus{border-color:var(--color-3)}.field__element input:disabled,.field__element textarea:disabled{background-color:var(--color-12);color:var(color-1);cursor:not-allowed}.field__element textarea{height:100px;min-height:100px;resize:vertical}.field__element--spinner input{border-radius:25px;color:var(--color-2);text-align:center}@media (max-width:639px){.field__element--spinner--size-1 input{font-size:13px;padding-bottom:12px;padding-top:12px}}.field__element--product-spinner input{border-radius:25px 0 0 25px;border-right:0;color:var(--color-2);text-align:center}.field__element--search input{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M8.55106 16.7512C12.8142 16.7512 16.2701 13.2998 16.2701 9.04234C16.2701 4.78484 12.8142 1.33347 8.55106 1.33347C4.28796 1.33347 0.832031 4.78484 0.832031 9.04234C0.832031 13.2998 4.28796 16.7512 8.55106 16.7512Z' stroke='black' stroke-width='1.00798' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M13.9961 14.5041L18.3312 18.8335' stroke='black' stroke-width='1.00111' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");background-position:left 19px center;background-repeat:no-repeat;background-size:20px 20px;border-color:transparent;border-radius:25px;color:var(--color-2);padding-left:50px}@media (max-width:959px){.field__element--search input{padding-right:45px}}.field__element--search input.loading{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='%23849573' viewBox='0 0 40 40'%3e %3cg%3e %3cg stroke='null' id='svg_1' fill-rule='evenodd' fill='none'%3e %3cg stroke='null' id='svg_2' stroke-width='3'%3e %3ccircle stroke='null' id='svg_3' r='18' cy='20' cx='20' stroke-opacity='0.5'/%3e %3cpath stroke='null' id='svg_4' d='m38,20c0,-9.94 -8.06,-18 -18,-18'/%3e %3canimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='1s' repeatCount='indefinite'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e")}.field__element--search input.has-value{border-radius:25px 25px 0 0}.field__error{display:none;font-size:13px;margin-top:6px;text-align:right}.field__error span{background-color:var(--color-4);border-radius:4px;color:#fff;display:inline-block;padding:4px 8px;vertical-align:top}.location-block-wrapper .bx-sls .dropdown-block{border-color:var(--color-5);border-radius:4px;-webkit-box-shadow:none;box-shadow:none}.location-block-wrapper .bx-sls .bx-ui-sls-container{min-height:49px}.location-block-wrapper .bx-sls .bx-ui-sls-fake,.location-block-wrapper .bx-sls .bx-ui-sls-route{height:49px;padding-right:10px!important}.location-block-wrapper .bx-sls .dropdown-icon{top:17px}.location-block-wrapper .bx-sls .bx-ui-sls-clear{margin-top:10px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.header{background-color:var(--color-11);padding-bottom:32px;padding-top:32px;position:relative}@media (max-width:1840px){.header{padding-bottom:20px;padding-top:20px}}@media (max-width:639px){.header{padding-top:12px}}.header:not(.disabled){left:0;position:fixed;right:0;top:0;-webkit-transition:.2s;transition:.2s;z-index:101}.header__row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media (max-width:1840px){.header__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.header__col{margin-right:40px}@media (max-width:959px){.header__col{margin-right:30px}}.header__col--contacts,.header__col--control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.header__col--control>:last-child{margin-right:0}@media (max-width:1840px){.header__col--control{-webkit-box-ordinal-group:11;-ms-flex-order:10;margin-right:0;margin-top:20px;order:10;width:100%}}@media (max-width:959px){.header__col--control{width:auto}}@media (max-width:639px){.header__col--control{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px;width:100%}}@media (max-width:1840px){.header__col--btn-catalog{display:none}}@media (max-width:959px){.header__col--btn-catalog{-webkit-box-ordinal-group:10;-ms-flex-order:9;display:block;margin-top:20px;order:9}}@media (max-width:639px){.header__col--btn-catalog{-webkit-box-ordinal-group:12;-ms-flex-order:11;margin-right:0;order:11;width:100%}}.header__col--hamburger{margin-right:0}@media (max-width:1840px){.header__col--hamburger{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}}.header__col--separator{display:none;width:100%}@media (max-width:959px){.header__col--separator{display:block}}.header__logo{-ms-flex-negative:0;flex-shrink:0}.header__logo a,.header__logo img{display:inline-block;max-width:100%;vertical-align:top}.header__logo img{width:160px}@media (max-width:639px){.header__logo img{width:120px}}.header__contacts{background:url("data:image/svg+xml,%3csvg viewBox='0 0 17 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 2.85302C16 1.55343 15.0542 0.5 13.8873 0.5C11.0313 0.5 5.9685 0.5 3.11254 0.5C1.94582 0.5 1 1.55343 1 2.85302C1 7.44544 1 17.5546 1 22.1472C1 23.4466 1.94582 24.5 3.11254 24.5C5.9685 24.5 11.0313 24.5 13.8873 24.5C15.0542 24.5 16 23.4466 16 22.1472C16 17.5546 16 7.44544 16 2.85302Z' stroke='black' stroke-width='0.989887' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M6 21.5H11' stroke='black' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 0;background-size:17px 25px;margin-right:60px;min-height:25px;padding-left:30px}@media (max-width:1199px){.header__contacts{margin-right:40px}}@media (max-width:959px){.header__contacts{margin-right:30px}}@media (max-width:639px){.header__contacts{display:none}}.header__tel{color:var(--color-2);font-family:var(--tf-2);font-size:24px;margin-bottom:3px}.header__tel a{text-decoration:none}.header__link-callback{font-size:15px}.header__link-callback a{border-bottom:1px dashed transparent;text-decoration:none;-webkit-transition:.2s;transition:.2s}body:not(.mobile) .header__link-callback a:hover{border-bottom-color:var(--color-1)}.header__preview{margin-right:24px}.header__preview--search{margin-right:56px;width:632px}@media (max-width:1840px){.header__preview--search{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:auto}}@media (max-width:959px){.header__preview--search{-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:0;margin-right:24px;width:auto}}.header__btn-catalog--duplicate{display:none}@media (max-width:1840px){.header__btn-catalog--duplicate{display:block;margin-right:60px}}@media (max-width:1199px){.header__btn-catalog--duplicate{margin-right:40px}}@media (max-width:959px){.header__btn-catalog--duplicate{display:none}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.cookie-info{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;background-color:var(--color-10);border-radius:8px;bottom:var(--gap);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding:var(--gap);position:fixed;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);width:1000px;z-index:100}@media (max-width:1199px){.cookie-info{left:var(--gap);right:var(--gap);-webkit-transform:none;transform:none;width:auto}}@media (max-width:959px){.cookie-info{display:block}}.cookie-info__description{margin-right:var(--gap)}@media (max-width:959px){.cookie-info__description{margin-bottom:var(--half-gap);margin-right:0}}@media (max-width:639px){.cookie-info__description{margin-bottom:var(--gap)}}.cookie-info__btn-apply{-ms-flex-negative:0;flex-shrink:0}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.gallery{clear:both;margin-bottom:30px}.gallery--four-cols .gallery__item{width:calc(25% - var(--half-gap)*8/4)}@media (max-width:959px){.gallery--four-cols .gallery__item{width:calc(33.33333% - var(--half-gap)*6/3)}}@media (max-width:639px){.gallery--four-cols .gallery__item{width:calc(50% - var(--half-gap)*4/2)}}.gallery--six-cols .gallery__item{width:calc(16.66667% - var(--half-gap)*12/6)}@media (max-width:1440px){.gallery--six-cols .gallery__item{width:calc(20% - var(--half-gap)*10/5)}}@media (max-width:1199px){.gallery--six-cols .gallery__item{width:calc(25% - var(--half-gap)*8/4)}}@media (max-width:959px){.gallery--six-cols .gallery__item{width:calc(33.33333% - var(--half-gap)*6/3)}}@media (max-width:639px){.gallery--six-cols .gallery__item{width:calc(50% - var(--half-gap)*4/2)}}.gallery__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 calc(var(--half-gap)*-1);margin-bottom:calc(var(--gap)*-1);padding:0}.gallery__item{margin-bottom:var(--gap);margin-left:var(--half-gap);margin-right:var(--half-gap);width:calc(100% - var(--half-gap)*2)}.gallery__item a,.gallery__item img{display:inline-block;max-width:100%;vertical-align:top}.gallery__item a{-webkit-transition:.2s;transition:.2s}body:not(.mobile) .gallery__item a:hover{opacity:.9}.gallery__item img{border-radius:8px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.fast-nav{margin-bottom:30px}@media (max-width:1199px){.fast-nav{margin-bottom:20px}}.fast-nav__list{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 calc(var(--half-gap)*-1);margin-bottom:-20px;padding:0}@media (max-width:1199px){.fast-nav__list{margin-bottom:-10px}}.fast-nav__list--four-cols .fast-nav__item{width:calc(25% - var(--half-gap)*8/4)}@media (max-width:1199px){.fast-nav__list--four-cols .fast-nav__item{width:calc(33.33333% - var(--half-gap)*6/3)}}@media (max-width:959px){.fast-nav__list--four-cols .fast-nav__item{width:calc(50% - var(--half-gap)*4/2)}}@media (max-width:639px){.fast-nav__list--four-cols .fast-nav__item{width:calc(100% - var(--half-gap)*2)}}.fast-nav__item{margin-bottom:20px;margin-left:var(--half-gap);margin-right:var(--half-gap);width:calc(100% - var(--half-gap)*2)}@media (max-width:1199px){.fast-nav__item{margin-bottom:10px}}.fast-nav__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:16px;line-height:1.5;text-decoration:none;vertical-align:top}body:not(.mobile) .fast-nav__link:hover{text-decoration:underline}.fast-nav__link img{-ms-flex-negative:0;border:1px solid var(--color-11);border-radius:10px;flex-shrink:0;height:70px;margin-right:20px;width:70px}@media (max-width:1199px){.fast-nav__link img{height:60px;width:60px}}@media (max-width:639px){.fast-nav__link img{height:50px;width:50px}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.wobbler span{background-color:var(--color-3);border-radius:5px;color:#fff;display:inline-block;padding:8px 17px;text-transform:uppercase;vertical-align:top}.wobbler--style-1 span{background-color:#f01b37}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.contacts__row{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1199px){.contacts__row{display:block}}.contacts__col{width:calc(50% - 20px)}@media (max-width:1199px){.contacts__col{width:auto}}.contacts__col--left{display:flow-root;margin-right:40px}@media (max-width:1199px){.contacts__col--left{margin-bottom:40px;margin-right:0}}.contacts__list{list-style:none;margin:0 0 -40px;padding:0}@media (max-width:1199px){.contacts__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:calc(var(--half-gap)*-1);margin-right:calc(var(--half-gap)*-1)}}.contacts__item{font-size:16px;line-height:1.5;margin-bottom:40px}@media (max-width:1199px){.contacts__item{margin-left:var(--half-gap);margin-right:var(--half-gap);width:290px}}@media (max-width:959px){.contacts__item{width:calc(100% - var(--half-gap)*2)}}@media (max-width:1199px){.contacts__item--second-col{width:calc(100% - var(--half-gap)*4 - 290px)}}@media (max-width:959px){.contacts__item--second-col{width:calc(100% - var(--half-gap)*2)}}.contacts__item--fluid{width:calc(100% - var(--half-gap)*2)}.contacts__item--tel{margin-bottom:25px}@media (max-width:1199px){.contacts__item--tel{-ms-flex-item-align:center;align-self:center;margin-bottom:40px}}@media (max-width:959px){.contacts__item--tel{margin-bottom:25px}}.contacts__item--form{padding-top:20px}.contacts__tel{color:var(--color-2);font-size:36px;line-height:1.25}.contacts__tel a{color:inherit;text-decoration:none}.contacts__subtitle{margin-bottom:5px}.contacts__text{color:var(--color-2)}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.map{border-radius:8px;height:700px;overflow:hidden;position:relative;width:100%;z-index:1}@media (max-width:1199px){.map{height:600px}}@media (max-width:959px){.map{height:580px}}@media (max-width:639px){.map{height:480px}}.map>ymaps{bottom:0;left:0;position:absolute;right:0;top:0}.map__loader{display:none}.map__loader.visible{display:block}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.personal{max-width:1000px}.personal>:last-child{margin-bottom:0}.personal__primary{margin-bottom:60px}.personal__primary>:last-child{margin-bottom:0}@media (max-width:959px){.personal__primary{margin-bottom:40px}}.personal__title{color:var(--color-2);font-family:var(--tf-2);font-size:24px;margin-bottom:10px}@media (max-width:1199px){.personal__title{font-size:21px;line-height:1.43}}@media (max-width:959px){.personal__title{margin-bottom:13px}}@media (max-width:639px){.personal__title{font-size:18px;line-height:1.5}}.personal__email{font-size:16px}@media (max-width:959px){.personal__email{font-size:14px}}.personal__content{margin-bottom:60px}@media (max-width:959px){.personal__content{margin-bottom:40px}}.personal__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 -10px -20px;padding:0}.personal__item{margin-bottom:20px;margin-left:10px;margin-right:10px;width:calc(33.33333% - 20px)}@media (max-width:959px){.personal__item{width:calc(50% - 20px)}}@media (max-width:639px){.personal__item{width:calc(100% - 20px)}}.personal__link{background-color:var(--color-11);border-radius:8px;color:var(--color-2);display:block;font-family:var(--tf-2);font-size:24px;padding:30px;text-decoration:none;-webkit-transition:.2s;transition:.2s}.personal__link:before{background-position:0 100%;background-repeat:no-repeat;content:"";display:block;height:64px;margin-bottom:20px}@media (max-width:959px){.personal__link:before{height:48px}}body:not(.mobile) .personal__link:hover{-webkit-filter:brightness(1.025);filter:brightness(1.025)}@media (max-width:1199px){.personal__link{font-size:21px;line-height:1.43}}@media (max-width:639px){.personal__link{font-size:18px;line-height:1.5}}.personal__link--orders:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 53 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.2297 21.8623C47.8617 18.4997 45.0202 15.9541 41.6378 15.9541C33.5274 15.9541 19.0778 15.9541 10.969 15.9541C7.58496 15.9541 4.74495 18.4997 4.37535 21.8623C3.62975 28.6446 2.39137 39.9254 1.46017 48.4003C1.14657 51.2694 2.06658 54.137 3.99298 56.2854C5.91778 58.4339 8.66814 59.6631 11.5529 59.6631H41.0522C43.937 59.6631 46.6874 58.4339 48.6138 56.2854C50.5386 54.137 51.4602 51.2694 51.145 48.4003C50.2138 39.9254 48.9753 28.6446 48.2297 21.8623Z' stroke='%23645E57' stroke-width='2' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M16.1475 23.9858V11.3538C16.1475 8.66096 17.2163 6.0786 19.1203 4.173C21.0243 2.269 23.6067 1.2002 26.3011 1.2002H26.3059C28.9987 1.2002 31.5811 2.269 33.4851 4.173C35.3891 6.0786 36.4595 8.66096 36.4595 11.3538C36.4595 17.4322 36.4595 23.9858 36.4595 23.9858' stroke='%23645E57' stroke-width='2' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");background-size:53px 61px}@media (max-width:959px){.personal__link--orders:before{background-size:38px 44px}}.personal__link--data:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 54 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M27.2475 30.5619C35.2452 30.5619 41.7287 24.0785 41.7287 16.0808C41.7287 8.08305 35.2452 1.59961 27.2475 1.59961C19.2498 1.59961 12.7664 8.08305 12.7664 16.0808C12.7664 24.0785 19.2498 30.5619 27.2475 30.5619Z' stroke='%23645E57' stroke-width='2' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M1.3999 61.9821C1.3999 49.2434 12.8499 38.9033 26.956 38.9033C41.0594 38.9033 52.5094 49.2434 52.5094 61.9821' stroke='%23645E57' stroke-width='2' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");background-size:54px 63px}@media (max-width:959px){.personal__link--data:before{background-size:39px 46px}}.personal__link--change-password:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 60 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M42.5434 1.40039C37.495 1.40039 32.8647 3.76031 29.8775 7.64373C26.8902 3.76031 22.26 1.40039 17.2116 1.40039C8.38427 1.40039 1.19995 8.61458 1.19995 17.4867C1.19995 21.6539 2.78319 25.612 5.66588 28.6291L28.2494 51.4367L29.8775 53.0797L31.5055 51.4367L53.6559 29.0623C56.7926 26.0302 58.555 21.9078 58.555 17.4867C58.555 8.61458 51.3707 1.40039 42.5434 1.40039Z' stroke='%23645E57' stroke-width='2' stroke-miterlimit='2' stroke-linejoin='round'/%3e %3c/svg%3e");background-size:60px 55px}@media (max-width:959px){.personal__link--change-password:before{background-size:44px 39px}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -10px;padding:0}.pagination__item:not(:last-of-type){margin-right:10px}.pagination__link{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border:1px solid var(--color-11);border-radius:4px;color:var(--color-2);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--tf-2);font-size:18px;height:50px;justify-content:center;text-decoration:none;-webkit-transition:.2s;transition:.2s;width:50px}@media (max-width:959px){.pagination__link{font-size:16px;height:40px;width:40px}}body:not(.mobile) .pagination__link:not(.pagination__link--active,.pagination__link--dots):hover{background-color:var(--color-11)}.pagination__link--active{background-color:var(--color-6);border-color:transparent;color:#fff}.pagination__link--dots{border-color:transparent}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.nav{font-size:16px;margin-bottom:40px}@media (max-width:1199px){.nav{float:right;margin-bottom:0;margin-left:30px;position:relative;z-index:100}}.nav.active .nav__btn-toggle{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.00391 0.999756L13.0016 13.0003' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3cpath d='M12.9961 0.999756L0.998418 13.0003' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3c/svg%3e");background-size:14px;border-bottom-left-radius:0;border-bottom-right-radius:0}.nav.active .nav__container{display:block}.nav__btn-toggle{background:var(--color-11) url("data:image/svg+xml,%3csvg viewBox='0 0 6 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3ccircle cx='3' cy='3' r='2.5' fill='%23849573'/%3e %3ccircle cx='3' cy='11' r='2.5' fill='%23849573'/%3e %3ccircle cx='3' cy='19' r='2.5' fill='%23849573'/%3e %3c/svg%3e") no-repeat center;background-size:6px 22px;border:0;border-radius:8px;cursor:pointer;display:none;font-size:0;height:40px;margin:0;padding:0;width:40px}@media (max-width:1199px){.nav__btn-toggle{display:block}.nav__container{display:none;position:absolute;right:0;width:320px}}.nav__list{list-style:none;margin:0;padding:0}.nav__item{margin-bottom:-1px}.nav__item:first-of-type .nav__link{border-top-left-radius:4px;border-top-right-radius:4px}@media (max-width:1199px){.nav__item:first-of-type .nav__link{border-top-right-radius:0}}.nav__item:last-of-type .nav__link{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.nav__item.visible .nav__inner{max-height:none}.nav__item.visible .nav__link:after{-webkit-transform:none;transform:none}@media (max-width:1199px){.nav__item--title{display:block}}.nav__link{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;background-color:var(--color-12);border:1px solid var(--color-11);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding:16px 20px;text-decoration:none;-webkit-transition:.2s;transition:.2s}body:not(.mobile) .nav__link:not(.active,.nav__link--title):hover{-webkit-filter:brightness(1.02);filter:brightness(1.02)}.nav__link.active{background-color:var(--color-6);border-color:transparent;color:#fff}.nav__link--drop-down span{margin-right:20px}.nav__link--drop-down:after{-ms-flex-negative:0;background:url("data:image/svg+xml,%3csvg viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 7L7 1L13 7' stroke='%23849573' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;flex-shrink:0;height:8px;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.2s;transition:.2s;width:14px}.nav__link--title{background-color:transparent;border-color:transparent;color:var(--color-2);font-family:var(--tf-2);font-size:24px;margin-bottom:30px;padding:0 0 0 20px}@media (max-width:1199px){.nav__link--title{background-color:var(--color-11);border-color:var(--color-11);margin-bottom:0;padding:25px 20px}}.nav__inner{border-left:1px solid var(--color-6);font-size:15px;max-height:0;overflow:hidden;-webkit-transition:.2s;transition:.2s}.nav__inner ul{list-style:none;margin:0;padding:0}.nav__inner ul li a{background-color:var(--color-11);display:block;line-height:1.5;padding:15px 20px;text-decoration:none;-webkit-transition:.2s;transition:.2s}body:not(.mobile) .nav__inner ul li a:hover{-webkit-filter:brightness(1.02);filter:brightness(1.02)}.nav__inner ul li a.active{background-color:var(--color-6);border-color:transparent;color:#fff}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.back-to-top{background:var(--color-3) url("data:image/svg+xml,%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 98.1333389 512 315.7333374' enable-background='new 0 98.1333389 512 315.7333374' xml:space='preserve'%3e %3cg%3e %3cg id='expand-more'%3e %3cpolygon fill='%23fff' points='59.7333527,413.8666687 256,217.6000214 452.2666626,413.8666687 512,354.1333618 256,98.1333389 0,354.1333618 '/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") no-repeat center;background-size:20px;border-radius:4px;bottom:calc(var(--gap)*2);display:block;font-size:0;height:46px;left:var(--gap);opacity:0;position:fixed;-webkit-transition:.2s;transition:.2s;visibility:hidden;width:46px;z-index:990}@media (max-width:1199px){.back-to-top{bottom:calc(var(--gap)*4)}}body:not(.mobile) .back-to-top:hover{-webkit-filter:brightness(1.05);filter:brightness(1.05)}.back-to-top.visible{opacity:1;visibility:visible}@media print{.back-to-top.visible{display:none}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:var(--color-3);background-position:50%;background-repeat:no-repeat;border:1px solid transparent;border-radius:25px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:15px;font-weight:400;justify-content:center;line-height:1.25;margin:0;padding:15px 29px;text-align:center;text-decoration:none;-webkit-transition:.2s;transition:.2s;vertical-align:top}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.5}.btn.loading{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='%23849573' viewBox='0 0 40 40'%3e %3cg%3e %3cg stroke='null' id='svg_1' fill-rule='evenodd' fill='none'%3e %3cg stroke='null' id='svg_2' stroke-width='3'%3e %3ccircle stroke='null' id='svg_3' r='18' cy='20' cx='20' stroke-opacity='0.5'/%3e %3cpath stroke='null' id='svg_4' d='m38,20c0,-9.94 -8.06,-18 -18,-18'/%3e %3canimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='1s' repeatCount='indefinite'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-size:30px;color:transparent;cursor:not-allowed}body:not(.mobile) .btn:not(:disabled,.disabled,.loading):hover{-webkit-filter:brightness(1.05);filter:brightness(1.05)}.btn--style-1{background-color:var(--color-13)}.btn--style-2{border-color:var(--color-7)}.btn--style-2,.btn--style-3{background-color:var(--color-11);color:var(--color-1)}.btn--size-1{font-size:13px;padding:10px 19px}.btn--filter{padding:2px 2px 2px 19px}.btn--filter:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3ccircle cx='18' cy='9.19803' r='4.5' stroke='white'/%3e %3cpath d='M18 4.19803V1.19803' stroke='white' stroke-linecap='round'/%3e %3cpath d='M18 24.198L18 14.198' stroke='white' stroke-linecap='round'/%3e %3ccircle cx='6' cy='16.198' r='4.5' stroke='white'/%3e %3cpath d='M6 11.198L6 1.19803' stroke='white' stroke-linecap='round'/%3e %3cpath d='M6 24.198L6 21.198' stroke='white' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;height:25px;margin-right:10px;width:24px}.btn--filter span{margin-right:10px}.btn--filter i{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#fff;border-radius:50%;color:var(--color-3);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;font-style:normal;height:40px;justify-content:center;width:40px}.btn--filter.active{border-radius:23px 23px 0 0}.btn--fast:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23clip0_59_5659)'%3e %3cpath d='M0.0595703 14.9434H7.9772' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M1.16602 10.5498H9.08365' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M2.37598 6.15674H10.2936' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M14.4072 16.2246V10.6645L18.3288 6.62656' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M8.48047 17.7373C10.1531 19.2993 12.3725 20.2515 14.8062 20.2515C20.0061 20.2515 24.2279 15.9044 24.2279 10.55C24.2279 5.19565 20.0061 0.848589 14.8062 0.848589C12.4263 0.848589 10.2514 1.75917 8.59218 3.26014' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_59_5659'%3e %3crect width='26' height='21' fill='white' transform='matrix(1 0 0 -1 0 21)'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;height:21px;margin-right:10px;width:26px}.btn--spinner{border-bottom-left-radius:0;border-top-left-radius:0;height:100%;padding-bottom:12px;padding-top:12px}.btn--spinner:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4661 7.82959C17.3454 6.72625 16.413 5.89096 15.3031 5.89096C12.6419 5.89096 7.90064 5.89096 5.23994 5.89096C4.12957 5.89096 3.19769 6.72625 3.07642 7.82959C2.83177 10.055 2.42542 13.7565 2.11987 16.5374C2.01697 17.4788 2.31885 18.4197 2.95095 19.1247C3.58253 19.8296 4.48499 20.233 5.43156 20.233H15.111C16.0576 20.233 16.9601 19.8296 17.5922 19.1247C18.2237 18.4197 18.5261 17.4788 18.4227 16.5374C18.1172 13.7565 17.7108 10.055 17.4661 7.82959Z' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M6.93896 8.52651V4.38163C6.93896 3.49805 7.28967 2.65071 7.91442 2.02544C8.53917 1.40069 9.38652 1.04999 10.2706 1.04999H10.2722C11.1558 1.04999 12.0031 1.40069 12.6279 2.02544C13.2526 2.65071 13.6038 3.49805 13.6038 4.38163C13.6038 6.3761 13.6038 8.52651 13.6038 8.52651' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;height:21px;margin-right:10px;width:21px}.btn--all{padding-bottom:3px;padding-right:3px;padding-top:3px;text-transform:uppercase}.btn--all span{margin-right:20px}.btn--all:after{background:url("data:image/svg+xml,%3csvg viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect y='0.5' width='40' height='40' rx='20' fill='%23B4B897'/%3e %3cpath d='M18 14.5L24 20.5L18 26.5' stroke='%23849573' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;height:40px;width:40px}.btn--fluid{padding-left:15px;padding-right:15px;width:100%}.btn--height-fluid{height:100%}@media (max-width:639px){.btn--fluid-on-mobile{padding-left:15px;padding-right:15px;width:100%}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.date{font-size:16px;position:relative;z-index:1}.date:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 38 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M-1.64601e-06 20.1931C-6.71039e-07 9.04073 12.3609 -2.24144e-06 23.7823 -1.24295e-06C35.2037 -2.44458e-07 38 22.1662 38 33.3185C38 44.4708 28.9524 46.0263 17.8368 44.5118C5.68711 42.8563 -2.62097e-06 31.3454 -1.64601e-06 20.1931Z' fill='%23ECE8E0'/%3e %3c/svg%3e") no-repeat 50%;content:"";height:45px;left:-10px;position:absolute;top:-13px;width:38px;z-index:-1}@media (max-width:639px){.date--size-1{font-size:14px}}.date--mb-1{margin-bottom:30px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.order-finish__title{margin-bottom:10px}@media (max-width:959px){.order-finish__title{margin-bottom:5px}}.order-finish__description{font-size:16px;line-height:1.69;margin-bottom:20px}@media (max-width:959px){.order-finish__description{font-size:14px;line-height:1.5}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.radio__label{cursor:pointer}.radio__input{clip:rect(0,0,0,0);border:0;clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.radio__input:focus~.radio__name i{border-color:var(--color-3)}.radio__input:checked~.radio__name i:before{opacity:1}.radio__input:disabled~.radio__name{cursor:not-allowed;opacity:.5}.radio__name{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:16px;line-height:1.5}.radio__name,.radio__name i{display:-webkit-box;display:-ms-flexbox;display:flex}.radio__name i{-ms-flex-negative:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border:1px solid var(--color-5);flex-shrink:0;height:24px;justify-content:center;margin-right:15px;width:24px}.radio__name i,.radio__name i:before{border-radius:50%;-webkit-transition:.2s;transition:.2s}.radio__name i:before{background-color:var(--color-6);content:"";display:block;height:16px;opacity:0;width:16px}.radio__name--size-1{font-size:15px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.order-total__price{margin-bottom:46px}.order-total__data{margin-bottom:40px;max-width:640px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.price{line-height:1}.price>:last-child{margin-bottom:0}.price small{font-size:50%}.price--size-1 .price__current{font-size:30px}@media (max-width:1440px){.price--size-1 .price__current{font-size:24px}}.price--size-1 .price__old{font-size:16px;top:-5px}@media (max-width:1440px){.price--size-1 .price__old{font-size:14px}}@media (max-width:639px){.price--size-2 .price__current{font-size:36px}.price--size-2 .price__old{font-size:18px;top:-5px}}.price--size-3 .price__current{font-size:30px}@media (max-width:1199px){.price--size-3 .price__current{font-size:24px}}@media (max-width:639px){.price--size-3 .price__current{font-size:18px}}.price--size-3 .price__old{font-size:16px;top:-5px}@media (max-width:1199px){.price--size-3 .price__old{font-size:14px}}@media (max-width:639px){.price--size-3 .price__old{font-size:12px}}.price--type-1 .price__top{display:block}.price--type-1 .price__old{margin-bottom:5px;top:0}.price__top{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}.price__top>:last-child{margin-right:0}.price__current{color:var(--color-2);font-family:var(--tf-2);font-size:48px;margin-right:10px}@media (max-width:1199px){.price__current{font-size:36px}}@media (max-width:639px){.price__current{font-size:30px}}.price__old{font-size:18px;position:relative;text-decoration:line-through;top:-16px}@media (max-width:1199px){.price__old{top:-5px}}@media (max-width:639px){.price__old{font-size:16px;top:1px}}.price__per-piece{font-size:15px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.data{font-size:16px;line-height:1.5}@media (max-width:639px){.data--size-1{font-size:14px;line-height:1.5}}.data__list{list-style:none;margin:0;padding:0}.data__item{-webkit-box-align:baseline;-ms-flex-align:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.data__item:not(:last-of-type){margin-bottom:10px}.data__item span:first-of-type{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;margin-right:10px}.data__item span:first-of-type:after{-webkit-box-flex:1;-ms-flex-positive:1;border-bottom:1px dashed var(--color-7);content:"";display:block;flex-grow:1;margin-left:10px;min-width:20px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.order-info__data{margin-bottom:60px;max-width:640px}@media (max-width:959px){.order-info__data{margin-bottom:40px}}.order-info__control{margin-bottom:60px}@media (max-width:959px){.order-info__control{margin-bottom:40px}}.order-info__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-10px}.order-info__buttons>:last-child{margin-right:0}.order-info__btn{margin-bottom:10px;margin-right:20px}@media (max-width:959px){.order-info__btn{margin-right:15px}}.order-info__composition{max-width:960px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.composition__title{color:var(--color-2);font-family:var(--tf-2);font-size:24px}@media (max-width:959px){.composition__title{margin-bottom:20px}}.composition__table{margin-bottom:-20px}@media (max-width:959px){.composition__table{margin-bottom:0}}.composition__table table{border-spacing:0 20px}@media (max-width:959px){.composition__table table,.composition__table table tbody{display:block}.composition__row{background-color:var(--color-11);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px}.composition__row:not(:last-of-type){margin-bottom:10px}}.composition__cell{background-color:var(--color-11);padding:10px;vertical-align:middle}@media (max-width:959px){.composition__cell{background-color:transparent;padding:0}}.composition__cell:first-of-type{border-bottom-left-radius:8px;border-top-left-radius:8px}.composition__cell:last-of-type{border-bottom-right-radius:8px;border-top-right-radius:8px}.composition__cell--image{width:140px}@media (max-width:959px){.composition__cell--image{margin-bottom:24px;margin-right:20px;width:80px}}.composition__cell--content{padding-left:30px}@media (max-width:959px){.composition__cell--content{padding-left:0;width:calc(100% - 100px)}}.composition__cell--price{width:150px}@media (max-width:959px){.composition__cell--price{margin-right:20px;width:auto}}.composition__cell--count{width:115px}@media (max-width:959px){.composition__cell--count{-ms-flex-item-align:end;align-self:flex-end;margin-right:20px;width:auto}}.composition__cell--total{width:150px}@media (max-width:959px){.composition__cell--total{width:auto}}.composition__image a,.composition__image img{display:inline-block;max-width:100%;vertical-align:top}.composition__image img{border-radius:8px}.composition__image a{-webkit-transition:.2s;transition:.2s}body:not(.mobile) .composition__image a:hover{opacity:.9}.composition__article{font-size:15px;margin-bottom:5px}@media (max-width:959px){.composition__article{font-size:13px}}.composition__name{color:var(--color-2);font-size:16px;line-height:1.5}@media (max-width:959px){.composition__name{font-size:14px}}.composition__name a{text-decoration:none}body:not(.mobile) .composition__name a:hover{text-decoration:underline}.composition__old-price{font-size:14px;line-height:1;margin-bottom:10px;text-decoration:line-through}@media (max-width:959px){.composition__old-price{font-size:13px;margin-bottom:7px}}.composition__current-price{color:var(--color-2);font-family:var(--tf-2);font-size:24px;line-height:1}@media (max-width:959px){.composition__current-price{font-size:18px}}.composition__count{color:var(--color-2);font-family:var(--tf-2);font-size:24px;line-height:1}@media (max-width:959px){.composition__count{font-size:18px}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.special-radio__label{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:16px;line-height:1.5}@media (max-width:639px){.special-radio__label{font-size:14px}}.special-radio__input{clip:rect(0,0,0,0);border:0;clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.special-radio__input:focus~.special-radio__icon{border-color:var(--color-3)}.special-radio__input:checked~.special-radio__icon:before{opacity:1}.special-radio__input:disabled~.special-radio__description,.special-radio__input:disabled~.special-radio__icon,.special-radio__input:disabled~.special-radio__primary{cursor:not-allowed;opacity:.5}.special-radio__icon{-ms-flex-negative:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border:1px solid var(--color-5);display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;height:24px;justify-content:center;margin-right:15px;width:24px}.special-radio__icon,.special-radio__icon:before{border-radius:50%;-webkit-transition:.2s;transition:.2s}.special-radio__icon:before{background-color:var(--color-6);content:"";display:block;height:16px;opacity:0;width:16px}.special-radio__primary{-webkit-box-align:baseline;-ms-flex-align:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:baseline;color:var(--color-2);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;width:calc(100% - 39px)}@media (max-width:639px){.special-radio__primary{padding-top:3px}}.special-radio__primary span:first-of-type{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;margin-right:10px}.special-radio__primary span:first-of-type:after{-webkit-box-flex:1;-ms-flex-positive:1;border-bottom:1px dashed var(--color-7);content:"";display:block;flex-grow:1;margin-left:10px;min-width:20px}.special-radio__description{padding-left:39px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.order{max-width:960px}.order__list{list-style:none;margin:0;padding:0}.order__item:not(:last-of-type){margin-bottom:60px}@media (max-width:959px){.order__item:not(:last-of-type){margin-bottom:40px}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.news{margin-bottom:60px}@media (max-width:959px){.news{margin-bottom:40px}}.news--two-cols .news__item{padding-right:60px;width:calc(50% - var(--half-gap)*4/2)}@media (max-width:1440px){.news--two-cols .news__item{padding-right:0}}@media (max-width:959px){.news--two-cols .news__item{width:calc(100% - var(--half-gap)*2)}}.news--type-1 .news__image{width:140px}@media (max-width:1199px){.news--type-1 .news__image{margin-right:40px}}@media (max-width:959px){.news--type-1 .news__image{margin-right:20px}}@media (max-width:639px){.news--type-1 .news__image{width:80px}}.news__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 calc(var(--half-gap)*-1);margin-bottom:-30px;padding:0}@media (max-width:959px){.news__list{margin-bottom:-20px}}.news__item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px;margin-left:var(--half-gap);margin-right:var(--half-gap);width:calc(100% - var(--half-gap)*2)}@media (max-width:959px){.news__item{margin-bottom:20px}}.news__image{-ms-flex-negative:0;flex-shrink:0;margin-right:40px;width:160px}@media (max-width:1199px){.news__image{margin-right:20px;width:120px}}@media (max-width:639px){.news__image{width:80px}}.news__image a,.news__image img{border-radius:10px;display:inline-block;max-width:100%;vertical-align:top}.news__image a{-webkit-transition:.2s;transition:.2s}body:not(.mobile) .news__image a:hover{opacity:.9}.news__content>:last-child{margin-bottom:0}.news__date{margin-bottom:22px}@media (max-width:639px){.news__date{margin-bottom:12px}}.news__title{color:var(--color-2);font-family:var(--tf-2);font-size:24px;margin-bottom:20px}@media (max-width:1199px){.news__title{font-size:21px;line-height:1.43}}@media (max-width:639px){.news__title{font-size:18px;line-height:1.5;margin-bottom:10px}}.news__title a{text-decoration:none;-webkit-transition:.2s;transition:.2s}body:not(.mobile) .news__title a:hover{color:var(--color-3)}.news__description{font-size:16px;line-height:1.5}@media (max-width:639px){.news__description{font-size:14px}}.news__description>:last-child{margin-bottom:0}.news__description p{margin:0 0 20px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.content{background-color:var(--color-11);padding-bottom:70px;padding-top:70px}@media (max-width:1440px){.content{padding-bottom:60px;padding-top:60px}}.content--type-1{background-color:transparent;margin-bottom:60px;padding-bottom:0;padding-top:0}@media (max-width:959px){.content--type-1{margin-bottom:40px}}.content__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:959px){.content__row{display:block}}.content__image{-ms-flex-negative:0;flex-shrink:0;margin-right:60px;width:480px}@media (max-width:1199px){.content__image{width:420px}}@media (max-width:959px){.content__image{margin-bottom:35px;margin-right:0;text-align:center;width:auto}}.content__image img{border-radius:10px;display:inline-block;max-width:100%;vertical-align:top}.content__description{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.section{padding-bottom:160px;padding-top:160px}@media (max-width:1440px){.section{padding-bottom:120px;padding-top:120px}}@media (max-width:959px){.section{padding-bottom:80px;padding-top:80px}}.section--size-1{padding-bottom:80px;padding-top:80px}@media (max-width:959px){.section--size-1{padding-bottom:40px;padding-top:40px}}.section--style-1{background-color:var(--color-11)}.section__inner-wrapper>:last-child{margin-bottom:0}.section__row{margin-bottom:160px}.section__row>:last-child{margin-bottom:0}@media (max-width:1440px){.section__row{margin-bottom:120px}}@media (max-width:959px){.section__row{margin-bottom:80px}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.primary{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:70px}@media (max-width:959px){.primary{margin-bottom:50px}}.primary__title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.primary__title,.primary__title:after{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.primary__title:after{background-image:repeating-linear-gradient(to right,var(--color-14) 0,var(--color-14) 10px,transparent 10px,transparent 20px);content:"";height:1px;margin-left:40px;min-width:20px}@media (max-width:639px){.primary__title:after{margin-left:15px}}.primary__text{position:relative;top:-7px}@media (max-width:1199px){.primary__text{top:-5px}}.primary__other{-ms-flex-negative:0;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;justify-content:space-between;margin-left:40px}@media (max-width:639px){.primary__other{margin-left:15px}}.primary__other--arrows{width:110px}@media (max-width:959px){.primary__other--arrows{width:70px}}.primary__other--arrows.hidden{display:none}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.arrow{background:var(--color-6) url("data:image/svg+xml,%3csvg viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M7 13L1 7L7 1' stroke='%23ECE8E0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e") no-repeat center;background-size:8px 14px;border:0;border-radius:50%;cursor:pointer;display:block;font-size:0;height:40px;margin:0;padding:0;-webkit-transition:.2s;transition:.2s;width:40px}@media (max-width:959px){.arrow{height:30px;width:30px}}body:not(.mobile) .arrow:not(:disabled):hover{-webkit-filter:brightness(1.05);filter:brightness(1.05)}.arrow:disabled{cursor:not-allowed;opacity:.5}.arrow--next{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.arrow--size-1{height:40px;width:40px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.info--tippy{padding:10px 20px;width:410px}@media (max-width:600px){.info--tippy{padding:0;width:280px}}.info--card{background-color:var(--color-11);border-radius:8px;padding:30px 40px}@media (max-width:959px){.info--card{padding-left:30px;padding-right:30px}}@media (max-width:639px){.info--card{padding:20px}}.info__title{margin-bottom:20px}.info__list{list-style:none;margin:0;padding:0}.info__item{-webkit-box-align:baseline;-ms-flex-align:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;justify-content:space-between;line-height:1.5}@media (max-width:639px){.info__item{font-size:14px}}.info__item:not(:last-of-type){margin-bottom:13px}@media (max-width:639px){.info__item:not(:last-of-type){margin-bottom:10px}}.info__item span:first-of-type{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;margin-right:5px}.info__item span:first-of-type:after{-webkit-box-flex:1;-ms-flex-positive:1;border-bottom:1px dashed var(--color-7);content:"";display:block;flex-grow:1;margin-left:5px;min-width:20px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.catalog__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 -15px -30px;padding:0}@media (max-width:959px){.catalog__list{margin-bottom:-10px;margin-left:-5px;margin-right:-5px}}.catalog__list--four-cols .catalog__item{width:calc(25% - 30px)}@media (max-width:1440px){.catalog__list--four-cols .catalog__item{width:calc(33.33333% - 30px)}}@media (max-width:1199px){.catalog__list--four-cols .catalog__item{width:calc(50% - 30px)}}@media (max-width:959px){.catalog__list--four-cols .catalog__item{width:calc(50% - 10px)}}@media (max-width:639px){.catalog__list--four-cols .catalog__item{width:calc(100% - 10px)}}.catalog__item{margin-bottom:30px;margin-left:15px;margin-right:15px;width:calc(100% - 30px)}@media (max-width:959px){.catalog__item{margin-bottom:10px;margin-left:5px;margin-right:5px;width:calc(100% - 10px)}}.catalog__link{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;background-color:#fff;border-radius:8px;color:var(--color-2);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--tf-2);font-size:24px;height:100%;justify-content:space-between;min-height:180px;text-decoration:none;-webkit-transition:.2s;transition:.2s}@media (max-width:959px){.catalog__link{font-size:18px;line-height:1.5;min-height:124px}}body:not(.mobile) .catalog__link:hover{background-color:var(--color-12)}body:not(.mobile) .catalog__link:hover .catalog__image img{-webkit-transform:scale(1.04);transform:scale(1.04)}.catalog__text{padding:30px 20px 30px 30px;word-break:break-word}.catalog__image{-ms-flex-negative:0;border-bottom-right-radius:8px;border-top-right-radius:8px;flex-shrink:0;max-width:146px;overflow:hidden}@media (max-width:959px){.catalog__image{max-width:100px}}.catalog__image img{display:block;max-width:100%;-webkit-transition:.2s;transition:.2s}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.card{margin-bottom:160px}@media (max-width:1440px){.card{margin-bottom:120px}}@media (max-width:959px){.card{margin-bottom:80px}}.card__row{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:959px){.card__row{display:block}}.card__col>:last-child{margin-bottom:0}.card__col--left{margin-right:60px;width:420px}@media (max-width:1440px){.card__col--left{width:400px}}@media (max-width:1199px){.card__col--left{width:320px}}@media (max-width:959px){.card__col--left{margin-bottom:40px;margin-right:0;width:auto}}.card__col--right{width:calc(100% - 480px)}@media (max-width:1440px){.card__col--right{width:calc(100% - 460px)}}@media (max-width:1199px){.card__col--right{width:calc(100% - 380px)}}@media (max-width:959px){.card__col--right{width:auto}}.card__title{color:var(--color-2);font-family:var(--tf-2);font-size:40px;font-weight:400;line-height:1.35;margin-bottom:30px}@media (max-width:1199px){.card__title{font-size:36px;line-height:1.33;margin-bottom:24px}}@media (max-width:639px){.card__title{font-size:30px;margin-bottom:34px}}.card__title h1{font-size:inherit;font-weight:inherit;margin:0}.card__primary{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px}@media (max-width:1199px){.card__primary{margin-bottom:21px}}@media (max-width:639px){.card__primary{margin-bottom:32px}}.card__data{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1199px){.card__data{margin-right:30px}}@media (max-width:639px){.card__data{display:block}}.card__article{font-size:16px;margin-right:60px}@media (max-width:639px){.card__article{margin-bottom:4px;margin-right:0}}.card__control-mobile{display:none}@media (max-width:1199px){.card__control-mobile{display:block;margin-left:auto;margin-right:-8px}}.card__btn-fast-order{margin-bottom:37px}.card__purchase{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px}@media (max-width:639px){.card__purchase{display:block}}.card__add-to-cart{margin-right:30px;max-width:294px;width:100%}@media (max-width:1199px){.card__add-to-cart{margin-right:0}}.card__other-btn{margin-right:30px}@media (max-width:1199px){.card__other-btn{margin-right:0}}.card__price{margin-right:40px;width:294px}@media (max-width:639px){.card__price{margin-bottom:44px;margin-right:0}}.card__info{margin-bottom:30px;max-width:640px}.card__description{font-size:16px;line-height:1.68;margin-bottom:30px}@media (max-width:639px){.card__description{font-size:14px;line-height:1.5}}.card__description>:last-child{margin-bottom:0}.card__description p{margin:0 0 20px}.card__params{max-width:640px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.spinner{position:relative}@media (max-width:639px){.spinner--size-1 .spinner__btn--minus{left:5px}.spinner--size-1 .spinner__btn--plus{right:5px}}.spinner__btn{background-color:#fff;border:0;border-radius:25px;bottom:1px;cursor:pointer;display:block;margin:0;padding:0;position:absolute;top:1px;width:30px}.spinner__btn:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 12 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 0.5L11 0.500001' stroke='black' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;background-size:12px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;-webkit-transition:.2s;transition:.2s}.spinner__btn--minus{left:11px}.spinner__btn--plus{right:11px}.spinner__btn--plus:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6 0.5L6 10.5' stroke='black' stroke-linecap='round'/%3e %3cpath d='M1 5.5L11 5.5' stroke='black' stroke-linecap='round'/%3e %3c/svg%3e")}.spinner__btn.disabled{cursor:not-allowed}.spinner__btn.disabled:before{opacity:.3}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.text{word-wrap:break-word;font-size:18px;font-weight:400;line-height:1.5}@media (max-width:1199px){.text{font-size:16px;line-height:1.68}}.text>:first-child,.text>[class*=text__]:first-child{margin-top:0}.text>:last-child,.text>[class*=text__]:last-child{margin-bottom:0}.text .text__h1,.text>h1{color:var(--color-2);font-family:var(--tf-2);font-size:48px;font-weight:400;line-height:1.25;margin:0 0 30px}@media (max-width:1199px){.text .text__h1,.text>h1{font-size:36px;line-height:1.33}}@media (max-width:639px){.text .text__h1,.text>h1{font-size:30px;line-height:1.33}}.text .text__h2,.text>h2{color:var(--color-2);font-family:var(--tf-2);font-size:40px;font-weight:400;line-height:1.35;margin:0 0 30px}@media (max-width:1199px){.text .text__h2,.text>h2{font-size:30px;line-height:1.6}}@media (max-width:639px){.text .text__h2,.text>h2{font-size:24px;line-height:1.5}}.text .text__h3,.text>h3{color:var(--color-2);font-family:var(--tf-2);font-size:24px;font-weight:400;line-height:1.25;margin:0 0 30px}@media (max-width:1199px){.text .text__h3,.text>h3{font-size:21px;line-height:1.43}}@media (max-width:639px){.text .text__h3,.text>h3{font-size:18px;line-height:1.5}}.text p{margin:0 0 30px}.text b,.text strong{font-weight:600}.text>img{border-radius:10px;display:block;margin-bottom:30px;max-width:100%}.text>ul{font-size:18px;line-height:1.5;list-style:none;margin:0 0 30px;padding:0 0 0 12px}.text>ul>li{padding-left:15px;position:relative}.text>ul>li>:last-child{margin-bottom:0}.text>ul>li:not(:last-of-type){margin-bottom:13px}.text>ul>li:before{background-color:var(--color-1);border-radius:50%;content:"";height:4px;left:0;position:absolute;top:13px;width:4px}.text>ol{counter-reset:list 0;font-size:18px;line-height:1.5;list-style:none;margin:0 0 30px;padding:0 0 0 12px}.text>ol>li{overflow:hidden;padding-left:19px;position:relative}.text>ol>li>:last-child{margin-bottom:0}.text>ol>li:not(:last-of-type){margin-bottom:13px}.text>ol>li:before{content:counter(list) ". ";counter-increment:list;left:0;position:absolute}.text .text__float-left{float:left;margin-right:30px}@media (max-width:959px){.text .text__float-left{float:none;margin-right:0}}.text .text__float-right{float:right;margin-left:30px}@media (max-width:959px){.text .text__float-right{float:none;margin-left:0}}.text--mw-1{max-width:960px}.text--title{margin-bottom:60px}@media (max-width:959px){.text--title{margin-bottom:40px}}.text .text__image-with-caption{font-size:14px;line-height:1.7;margin-bottom:30px;text-align:center}.text .text__image-with-caption img{border-radius:10px;display:inline-block;margin-bottom:10px;max-width:100%;vertical-align:top}.text .text__clearfix:before{clear:both;content:"";display:table}.text .text__special-list li:not(:last-of-type){margin-bottom:20px}.text .text__special-list p{color:var(--color-1)}.text--center{text-align:center}.text--size-1{font-size:16px;line-height:1.68}@media (max-width:1199px){.text--size-1{font-size:15px;line-height:1.5}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.footer{background-color:var(--color-8);color:#fff}.footer__row{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1199px){.footer__row{display:block}}.footer__col{padding-bottom:80px;padding-top:80px}@media (max-width:1440px){.footer__col{padding-bottom:60px;padding-top:60px}}.footer__col>:last-child{margin-bottom:0}.footer__col--left{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:80px;padding-right:30px;position:relative;z-index:1}@media (max-width:1440px){.footer__col--left{margin-right:0;padding-right:30px;width:50%}}@media (max-width:1199px){.footer__col--left{background-color:var(--color-9);margin-left:calc(var(--gap)*-1);margin-right:calc(var(--gap)*-1);padding-left:var(--gap);padding-right:var(--gap);width:auto}}.footer__col--left:before{background-color:var(--color-9);bottom:0;content:"";position:absolute;right:0;top:0;width:3000px;z-index:-1}@media (max-width:1199px){.footer__col--left:before{display:none}}.footer__col--right{-ms-flex-negative:0;flex-shrink:0;width:640px}@media (max-width:1440px){.footer__col--right{padding-left:30px;width:50%}}@media (max-width:1199px){.footer__col--right{padding-left:0;width:auto}}.footer__logo{margin-bottom:60px}@media (max-width:639px){.footer__logo{margin-bottom:30px}}.footer__logo a,.footer__logo img{display:block;max-width:100%;width:160px}.footer__nav{margin-bottom:60px}@media (max-width:639px){.footer__nav{margin-bottom:30px}}.footer__nav--type-1{max-width:680px}@media (max-width:1199px){.footer__nav--type-1{max-width:760px}}.footer__nav--type-1 ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__nav--type-1 ul li:not(:last-of-type){margin-right:40px}.footer__nav--type-2{margin-bottom:43px;max-width:602px}@media (max-width:1199px){.footer__nav--type-2{max-width:none}}@media (max-width:639px){.footer__nav--type-2{margin-bottom:35px}}.footer__nav--type-2 ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__nav--type-2 ul li{width:calc(50% - 15px)}.footer__nav--type-2 ul li:nth-of-type(2n){margin-right:30px}@media (max-width:1199px){.footer__nav--type-2 ul li{width:auto}.footer__nav--type-2 ul li:nth-of-type(2n){margin-right:0}.footer__nav--type-2 ul li:not(:last-of-type){margin-right:40px}}.footer__nav ul{list-style:none;margin:0 0 -19px;padding:0}.footer__nav ul li{font-size:16px;margin-bottom:19px}.footer__nav ul li a{color:inherit;text-decoration:none}body:not(.mobile) .footer__nav ul li a:hover{text-decoration:underline}.footer__content{max-width:794px}@media (max-width:1199px){.footer__content{max-width:900px}}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 calc(var(--half-gap)*-1);margin-bottom:-40px;padding:0}@media (max-width:639px){.footer__list{margin-bottom:-30px}}.footer__item{margin-bottom:40px;margin-left:var(--half-gap);margin-right:var(--half-gap);width:290px}@media (max-width:1440px){.footer__item{width:calc(50% - var(--half-gap)*4/2)}}@media (max-width:639px){.footer__item{margin-bottom:30px;width:calc(100% - var(--half-gap)*2)}}.footer__item--second-col{width:calc(100% - var(--half-gap)*4 - 290px)}@media (max-width:1440px){.footer__item--second-col{width:calc(50% - var(--half-gap)*4/2)}}@media (max-width:959px){.footer__item--second-col{width:calc(100% - var(--half-gap)*2)}}.footer__item--fluid{width:calc(100% - var(--half-gap)*2)}.footer__item--tel{-ms-flex-item-align:center;align-self:center}@media (max-width:1440px){.footer__item--tel{margin-bottom:30px;width:calc(100% - var(--half-gap)*2)}}@media (max-width:1199px){.footer__item--tel{margin-bottom:40px;width:calc(50% - var(--half-gap)*4/2)}}@media (max-width:959px){.footer__item--tel{margin-bottom:30px;width:calc(100% - var(--half-gap)*2)}}@media (max-width:639px){.footer__item--tel{margin-bottom:20px}}@media (max-width:1440px){.footer__item--info{width:calc(100% - var(--half-gap)*2)}}@media (max-width:1199px){.footer__item--info{width:calc(50% - var(--half-gap)*4/2)}}@media (max-width:959px){.footer__item--info{width:calc(100% - var(--half-gap)*2)}}.footer__tel{font-size:36px}.footer__tel a{color:inherit;text-decoration:none}.footer__text{line-height:1.5}.footer__subtitle,.footer__text{color:var(--color-10);font-size:16px}.footer__subtitle{margin-bottom:9px}.footer__email{font-size:16px}.footer__email a{color:inherit;text-decoration:none}body:not(.mobile) .footer__email a:hover{text-decoration:underline}.footer__copyright,.footer__development{color:var(--color-10)}.footer__development{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.footer__development span{margin-right:8px;padding-top:3px}.footer__development a{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.557 16.086'%3e %3cg transform='translate(-0.749 -0.173)'%3e %3cpath d='M5.814,14.7a3.03,3.03,0,0,1-2.946-2.3,3.729,3.729,0,0,1-.088-.714V9.745a3.832,3.832,0,0,1,.112-.8,3.128,3.128,0,0,1,2.989-2.41c2.1,0,3.213,1.851,3.213,4.016,0,2.476-1.227,4.149-3.28,4.149M6.505,4.97A4.022,4.022,0,0,0,2.824,6.956H2.78V.173H.839V13.225c0,.96-.045,2.053-.09,2.789h1.7l.09-1.785H2.6a3.846,3.846,0,0,0,3.614,2.03c2.41,0,4.842-1.918,4.842-5.778C11.079,7.2,9.182,4.97,6.505,4.97' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M20.115,4.97A3.973,3.973,0,0,0,16.545,7H16.5l-.112-1.786h-1.74c.066.893.09,1.808.09,2.923v7.876H16.7V9.522a2.829,2.829,0,0,1,.133-.915A2.789,2.789,0,0,1,19.468,6.6c1.852,0,2.5,1.45,2.5,3.191v6.224H23.93V9.566c0-3.7-2.32-4.6-3.815-4.6' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M30.8,12.377A2.05,2.05,0,0,1,30.69,13a2.685,2.685,0,0,1-2.61,1.807,1.738,1.738,0,0,1-1.851-1.874c0-2.1,2.431-2.476,4.573-2.432Zm1.9-2.989c0-2.165-.8-4.418-4.1-4.418a6.7,6.7,0,0,0-3.548.959l.447,1.294a5.376,5.376,0,0,1,2.81-.8,2.226,2.226,0,0,1,2.454,2.5v.223c-4.171-.022-6.491,1.406-6.491,4.016a3.076,3.076,0,0,0,3.3,3.1,4.023,4.023,0,0,0,3.3-1.606h.067l.156,1.361h1.785a15.19,15.19,0,0,1-.179-2.589V9.388Z' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M39.191,6.889V5.037a2.15,2.15,0,0,0-.558-.067,3.239,3.239,0,0,0-2.989,2.365h-.09l-.067-2.12H33.77c.066,1.005.089,2.1.089,3.37v7.429H35.8V10.258a5.489,5.489,0,0,1,.089-.915,2.755,2.755,0,0,1,2.633-2.521,2.924,2.924,0,0,1,.669.067' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M46.286,11.485a3.394,3.394,0,0,1-.089.847,2.95,2.95,0,0,1-2.878,2.343c-2.119,0-3.19-1.807-3.19-3.994,0-2.386,1.2-4.171,3.235-4.171A2.886,2.886,0,0,1,46.2,8.785a3.471,3.471,0,0,1,.089.826v1.874ZM48.249.173H46.286V6.621h-.044A3.611,3.611,0,0,0,42.984,4.97c-2.632,0-4.863,2.209-4.841,5.8,0,3.28,2.007,5.488,4.619,5.488a3.993,3.993,0,0,0,3.68-2.119h.045l.089,1.874h1.763c-.067-.736-.09-1.829-.09-2.789V.173Z' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M11.592,16.014h1.9V5.215l-1.9,1.25Z' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M49.409,6.465v9.549h1.9V5.215Z' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M49.407,3.563V5.4l1.9-1.249V2.313l-1.9,1.25Z' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M11.591,3.563V5.4l1.9-1.249V2.313l-1.9,1.25Z' fill='%23ffffff' fill-rule='evenodd'/%3e %3c/g%3e %3c/svg%3e") no-repeat 50%;display:block;font-size:0;height:17px;width:51px}.footer__title{color:var(--color-10);font-family:var(--tf-2);font-size:24px;margin-bottom:40px}@media (max-width:639px){.footer__title{margin-bottom:30px}}.footer__info{color:var(--color-10);line-height:1.5;margin-bottom:40px}@media (max-width:639px){.footer__info{margin-bottom:32px}}.footer__docs{line-height:1.5}.footer__docs a{color:inherit;text-decoration:none}body:not(.mobile) .footer__docs a:hover{text-decoration:underline}.footer__docs span{color:var(--color-10);margin-left:5px;margin-right:5px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.form>:first-child{margin-top:0}.form>:last-child{margin-bottom:0}.form__primary{margin-bottom:20px;margin-top:60px}.form__primary>:last-child{margin-bottom:0}@media (max-width:959px){.form__primary{margin-top:40px}}.form__title{color:var(--color-2);font-family:var(--tf-2);font-size:24px}@media (max-width:639px){.form__title{font-size:18px;line-height:1.5}}.form__fields-wrapper{margin-bottom:20px}.form__fields-wrapper--mw-1{max-width:630px}.form__fields-wrapper--mw-2{max-width:300px}.form__fields-wrapper--mw-3{max-width:960px}.form__fields{border-bottom:1px solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-24px;margin-left:calc(var(--half-gap)*-1);margin-right:calc(var(--half-gap)*-1)}.form__field{margin-bottom:24px;margin-left:var(--half-gap);margin-right:var(--half-gap);width:calc(100% - var(--half-gap)*2)}.form__field--separator{margin-bottom:0;width:100%}.form__field--half{width:calc(50% - var(--half-gap)*4/2)}@media (max-width:639px){.form__field--half{width:calc(100% - var(--half-gap)*2)}}.form__field--third{width:calc(33.33333% - var(--half-gap)*6/3)}@media (max-width:959px){.form__field--third{width:calc(50% - var(--half-gap)*4/2)}}@media (max-width:639px){.form__field--third{width:calc(100% - var(--half-gap)*2)}}.form__field--type-1{width:calc(66.66667% - var(--half-gap)*4 + var(--half-gap)*6/3)}@media (max-width:959px){.form__field--type-1{width:calc(100% - var(--half-gap)*2)}}.form__agreement{font-size:16px;line-height:1.5;margin-bottom:20px}.form__agreement>:last-child{margin-bottom:0}@media (max-width:639px){.form__agreement{font-size:14px}}.form__agreement-checkbox{margin-bottom:20px}.form__btn{margin-bottom:23px}.form__control{font-size:16px}.form__control>:last-child{margin-bottom:0}.form__control-link{font-size:16px;margin-bottom:14px}@media (max-width:639px){.form__control-link{font-size:14px}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.popup{-webkit-overflow-scrolling:touch;bottom:0;left:0;opacity:0;overflow-y:scroll;padding-left:var(--half-gap);padding-right:var(--half-gap);position:fixed;right:0;text-align:center;top:0;-webkit-transition:.2s;transition:.2s;visibility:hidden;z-index:1100}.popup.active,.popup.active:after,.popup.loading:before{opacity:1;visibility:visible}.popup:before{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background-color:#fff;border-radius:50%;height:100px;position:absolute;right:50%;top:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);width:100px}.popup:after,.popup:before{content:"";opacity:0;-webkit-transition:.2s;transition:.2s;visibility:hidden}.popup:after{background-color:var(--color-1);bottom:-100%;cursor:pointer;left:-100%;position:fixed;right:-100%;top:-100%;z-index:-1}.mobile .popup{display:none}.mobile .popup.active,.mobile .popup.active:after,.mobile .popup.loading:before{display:block}.mobile .popup:after,.mobile .popup:before{display:none}.popup__container{background-color:#fff;border-radius:8px;display:inline-block;margin-bottom:40px;margin-top:40px;max-width:480px;min-width:var(--min-width);padding:60px 40px;position:relative;text-align:left;vertical-align:top;width:100%}@media (max-width:639px){.popup__container{padding-left:20px;padding-right:20px}}.popup__container--request{max-width:780px}.popup__close{background:url("data:image/svg+xml,%3csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.39337 23.1069L22.6066 1.89373' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3cpath d='M1.39337 1.89355L22.6066 23.1068' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 0 100%;background-size:22px;font-size:0;height:52px;position:absolute;right:0;top:0;width:52px}.popup__primary{margin-bottom:42px;text-align:center}.popup__primary>:last-child{margin-bottom:0}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.loader{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='%23849573' viewBox='0 0 40 40'%3e %3cg%3e %3cg stroke='null' id='svg_1' fill-rule='evenodd' fill='none'%3e %3cg stroke='null' id='svg_2' stroke-width='3'%3e %3ccircle stroke='null' id='svg_3' r='18' cy='20' cx='20' stroke-opacity='0.5'/%3e %3cpath stroke='null' id='svg_4' d='m38,20c0,-9.94 -8.06,-18 -18,-18'/%3e %3canimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='1s' repeatCount='indefinite'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") no-repeat 50%;background-size:20px;bottom:0;left:0;position:absolute;right:0;top:0;z-index:100}.loader.hidden{display:none}.loader--xl{background-size:80px}.loader--l{background-size:40px}.loader--with-background{background-color:#fff}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.filter{padding-left:20px;position:relative}@media (max-width:1199px){.filter{margin-bottom:60px;padding-left:0}}@media (max-width:959px){.filter{margin-bottom:40px}}.filter.active .filter__container{display:block}.filter__nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none}.filter__nav>:last-child{margin-right:0}@media (max-width:1199px){.filter__nav{display:-webkit-box;display:-ms-flexbox;display:flex}}.filter__btn-toggle{margin-right:30px}.filter__link-reset{color:var(--color-6);text-decoration:none}body:not(.mobile) .filter__link-reset:hover{text-decoration:underline}@media (max-width:1199px){.filter__container{background-color:var(--color-11);border-radius:8px;border-top-left-radius:0;display:none;padding:30px 20px;position:absolute;width:320px;z-index:100}}.filter__list{list-style:none;margin:0;padding:0}.filter__item:not(:last-of-type){margin-bottom:40px}.filter__item--buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.filter__item--buttons>:last-child{margin-right:0}.filter__title{color:var(--color-2);font-family:var(--tf-2);font-size:24px;margin-bottom:20px}.filter__control ul{list-style:none;margin:0;padding:0}.filter__control ul li:not(:last-of-type){margin-bottom:10px}.filter__btn--submit{margin-right:10px;width:142px}@media (max-width:1440px){.filter__btn--submit{margin-bottom:10px;margin-right:0;width:100%}}.filter__btn--reset{width:130px}@media (max-width:1440px){.filter__btn--reset{width:100%}}.filter__bar{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;background-color:var(--color-11);border:1px solid var(--color-7);border-radius:25px;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;line-height:1;padding-left:20px;position:absolute;right:calc(100% + 40px);-webkit-transition:.2s;transition:.2s;visibility:hidden;width:280px;z-index:99}.filter__bar.active{visibility:visible}@media (max-width:1199px){.filter__bar.active{display:none}.filter.active .filter__bar.active.active{display:-webkit-box;display:-ms-flexbox;display:flex}.filter__bar{-webkit-box-pack:start;-ms-flex-pack:start;border:0;border-radius:0;border-top:1px solid var(--color-7);bottom:0;justify-content:flex-start;padding:5px var(--gap);position:fixed;right:0;top:auto!important;width:100%}}.filter__bar.loading .filter__bar-value{font-size:0;top:0}.filter__bar.loading .filter__bar-value:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='%23849573' viewBox='0 0 40 40'%3e %3cg%3e %3cg stroke='null' id='svg_1' fill-rule='evenodd' fill='none'%3e %3cg stroke='null' id='svg_2' stroke-width='3'%3e %3ccircle stroke='null' id='svg_3' r='18' cy='20' cx='20' stroke-opacity='0.5'/%3e %3cpath stroke='null' id='svg_4' d='m38,20c0,-9.94 -8.06,-18 -18,-18'/%3e %3canimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='1s' repeatCount='indefinite'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") no-repeat 50%;content:"";display:inline-block;height:17px;width:17px}.filter__bar-title{margin-right:10px;white-space:nowrap}.filter__bar-value{color:var(--color-2);font-family:var(--tf-2);font-size:22px;margin-right:10px;min-width:17px;position:relative;text-align:center;top:-1px}.filter__bar-btn{margin-bottom:-1px;margin-right:-1px;margin-top:-1px}@media (max-width:1199px){.filter__bar-btn{margin:0 0 0 auto}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.orders{margin-bottom:45px}@media (max-width:959px){.orders{margin-bottom:25px}}@media (max-width:639px){.orders{margin-bottom:40px}}.orders__table table{border-collapse:collapse;table-layout:fixed;width:100%}@media (max-width:639px){.orders__table table{display:block}}.orders__table table td,.orders__table table th{font-size:16px;padding:15px 15px 15px 0;text-align:left;vertical-align:top}@media (max-width:959px){.orders__table table td,.orders__table table th{font-size:14px;padding-bottom:16px;padding-right:10px;padding-top:16px}}@media (max-width:639px){.orders__table table td,.orders__table table th{padding-bottom:0;padding-right:0;padding-top:0}.orders__table table thead{display:none}}.orders__table table thead tr th{font-weight:400}@media (max-width:639px){.orders__table table tbody{display:block}.orders__table table tbody tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.orders__table table tbody tr:not(:last-of-type){border-bottom:1px solid var(--color-11);margin-bottom:22px;padding-bottom:23px}}.orders__table table tbody tr td{border-top:1px solid var(--color-11);color:var(--color-2)}@media (max-width:639px){.orders__table table tbody tr td{border-top:0;display:block;width:50%}}.orders__table table tbody tr td:not(:last-of-type){margin-bottom:24px}@media (max-width:639px){.orders__table table tbody tr td:not(:last-of-type):before{color:var(--color-1);content:attr(data-title);display:block;margin-bottom:9px}}.orders__status{color:var(--color-1)}.orders__status--waiting-payment{color:#df9732}.orders__status--processing{color:#3a8b22}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.products{margin-bottom:60px}@media (max-width:959px){.products{margin-bottom:40px}}.products__list{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 calc(var(--half-gap)*-1);margin-bottom:-30px;padding:0}.products__list--three-cols .products__item{width:calc(33.33333% - var(--half-gap)*6/3)}@media (max-width:959px){.products__list--three-cols .products__item{width:calc(50% - var(--half-gap)*4/2)}}@media (max-width:639px){.products__list--three-cols .products__item{width:calc(100% - var(--half-gap)*2)}}.products__list--four-cols .products__item{width:calc(25% - var(--half-gap)*8/4)}@media (max-width:1199px){.products__list--four-cols .products__item{width:calc(33.33333% - var(--half-gap)*6/3)}}@media (max-width:959px){.products__list--four-cols .products__item{width:calc(50% - var(--half-gap)*4/2)}}@media (max-width:639px){.products__list--four-cols .products__item{width:calc(100% - var(--half-gap)*2)}}.products__item{margin-bottom:30px;margin-left:var(--half-gap);margin-right:var(--half-gap);width:calc(100% - var(--half-gap)*2)}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.products-short__container{overflow:hidden}.products-short__list{list-style:none;margin:0;padding:0}.products-short__item{-webkit-box-sizing:border-box;box-sizing:border-box}.products-short__image{border:1px solid var(--color-11);border-radius:10px;margin-bottom:20px}@media (max-width:1199px){.products-short__image{margin-bottom:15px}}.products-short__image a,.products-short__image img{display:block;margin-left:auto;margin-right:auto;max-width:100%}.products-short__image img{border-radius:10px}.products-short__image a{-webkit-transition:.2s;transition:.2s}body:not(.mobile) .products-short__image a:hover{opacity:.9}.products-short__name{color:var(--color-2);font-family:var(--tf-2);font-size:18px;line-height:1.5;margin-bottom:20px}@media (max-width:1199px){.products-short__name{font-size:15px;line-height:1.6;margin-bottom:15px}}.products-short__name a{text-decoration:none}body:not(.mobile) .products-short__name a:hover{text-decoration:underline}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.products-related{margin-bottom:160px}@media (max-width:1440px){.products-related{margin-bottom:120px}}@media (max-width:959px){.products-related{margin-bottom:80px}}.products-related__container{margin-left:calc(var(--half-gap)*-1);margin-right:calc(var(--half-gap)*-1);overflow:hidden}body:not(.mobile) .products-related__container{padding-bottom:60px}.products-related__list{list-style:none;margin:0;padding:0}.products-related__item{-webkit-box-sizing:border-box;box-sizing:border-box;padding:var(--half-gap)}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.offers{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:959px){.offers{display:block}}.offers__main{-ms-flex-negative:0;color:#fff;flex-shrink:0;height:480px;margin-right:30px;width:640px}@media (max-width:1440px){.offers__main{width:555px}}@media (max-width:1199px){.offers__main{height:435px;width:435px}}@media (max-width:959px){.offers__main{height:580px;margin-bottom:20px;margin-right:0;width:auto}}@media (max-width:639px){.offers__main{height:320px}}.offers__other{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.offers__other>:last-child{margin-bottom:0}.offers__link{border-radius:8px;display:block;height:100%;overflow:hidden;position:relative;-webkit-transition:.2s;transition:.2s;z-index:1}body:not(.mobile) .offers__link:hover{opacity:.9}.offers__link:before{background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));background-image:linear-gradient(180deg,transparent,#000);bottom:0;content:"";height:160px;left:0;position:absolute;right:0;z-index:-1}.offers__image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-2}.offers__content{bottom:40px;left:40px;position:absolute;right:40px}@media (max-width:639px){.offers__content{bottom:30px;left:20px;right:20px}}.offers__date{font-size:16px;margin-bottom:20px}.offers__name{-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;font-family:var(--tf-2);font-size:24px;overflow:hidden}@media (max-width:1199px){.offers__name{font-size:18px;line-height:1.5}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.advantages{padding-bottom:40px;padding-top:40px}@media (max-width:959px){.advantages{padding-bottom:30px;padding-top:30px}}.advantages__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 calc(var(--half-gap)*-1);margin-bottom:-30px;padding:0}@media (max-width:959px){.advantages__list{margin-bottom:-20px}}.advantages__list--four-cols .advantages__item{width:calc(25% - var(--half-gap)*8/4)}@media (max-width:1440px){.advantages__list--four-cols .advantages__item{width:calc(50% - var(--half-gap)*4/2)}}@media (max-width:639px){.advantages__list--four-cols .advantages__item{width:calc(100% - var(--half-gap)*2)}}.advantages__item{margin-bottom:30px;margin-left:var(--half-gap);margin-right:var(--half-gap);min-height:82px;padding-left:100px;position:relative;width:calc(100% - var(--half-gap)*2)}@media (max-width:959px){.advantages__item{margin-bottom:20px;min-height:52px;padding-left:70px}}.advantages__item>:last-child{margin-bottom:0}.advantages__item:before{background-position:top;background-repeat:no-repeat;content:"";height:100%;left:0;position:absolute;top:0;width:80px}@media (max-width:959px){.advantages__item:before{width:50px}}.advantages__item--1:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 80 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M79.5 45.8277C79.5 67.9191 61.5914 81.3277 39.5 81.3277C17.4086 81.3277 0 42.9188 0 20.8274C0 -1.264 18 -1.67249 39.5 1.32766C63 4.6069 79.5 23.7363 79.5 45.8277Z' fill='%23B4B897'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.9685 46.3401C34.9685 46.3401 34.9685 44.9571 34.9675 43.1358C34.9664 39.0367 34.0218 34.9929 32.2068 31.3173C31.6177 30.1572 31.2993 28.8358 31.2993 27.4422C31.2993 22.7828 35.0821 19 39.7426 19C44.4021 19 48.1848 22.7828 48.1848 27.4422C48.1848 28.7509 47.8866 29.9895 47.3548 31.0955C45.6354 34.6936 44.7428 38.6302 44.7428 42.6178C44.7343 44.6939 44.7343 46.3401 44.7343 46.3401H34.9685Z' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M23.8901 59.1689V62.2289H55.5951V59.1689' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M29.4893 49.3998V46.3398H49.9966V49.3998' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.481 53.5031C57.481 52.4143 57.048 51.3704 56.279 50.6013C55.509 49.8313 54.465 49.3989 53.377 49.3989C46.549 49.3989 32.931 49.3989 26.103 49.3989C25.015 49.3989 23.971 49.8313 23.201 50.6013C22.432 51.3704 22 52.4143 22 53.5031C22 56.1752 22 59.1689 22 59.1689H57.481V53.5031Z' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.advantages__item--2:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 77 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M76.5 52.1914C76.5 74.2828 46.5914 87.1914 24.5 87.1914C2.40863 87.1914 0.5 74.2829 0.5 52.1915C0.5 30.1001 25.5 -2.80862 47 0.191528C70.5 3.47076 76.5 30.1001 76.5 52.1914Z' fill='%23919F83'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5 31.872L37.918 21L59.663 31.546L59.793 56.871L37.983 67.288L16.5 57.327V31.872Z' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M16.5 31.872L38.146 42.028L59.663 31.546' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M38.146 42.0281V67.2881' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M24.73 27.6939L46.522 37.9479L46.577 46.9109L52.241 44.1439L52.07 35.2449L30.753 24.637' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M19.624 50.036L25.679 52.705' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M19.624 53.421L22.652 54.658' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.advantages__item--3:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 74 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M-3.33348e-06 40C-1.40219e-06 17.9086 23.9086 2.61822e-05 46 2.81135e-05C68.0914 3.00447e-05 73.5 43.9085 73.5 65.9999C73.5 88.0913 56.0001 91.1726 34.5001 88.1725C11.0001 84.8932 -5.26477e-06 62.0914 -3.33348e-06 40Z' fill='%23C7BB93'/%3e %3cpath d='M39.6351 38.9892C39.6351 35.8522 42.1818 33.3056 45.3188 33.3056C48.4557 33.3056 51.0025 35.8522 51.0025 38.9892' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M30.7791 46.1784H42.563' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M30.7791 49.4335H42.563' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M13.5 54.2346V59.7526C13.5 61.1006 14.593 62.1935 15.941 62.1935C17.458 62.1935 19.4 62.1935 20.916 62.1935C22.265 62.1935 23.358 61.1006 23.358 59.7526C23.358 57.8716 23.358 55.5886 23.358 55.5886' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M59.5321 54.2346V59.7526C59.5321 61.1006 58.4391 62.1935 57.0911 62.1935C55.5741 62.1935 53.6321 62.1935 52.1161 62.1935C50.7671 62.1935 49.6741 61.1006 49.6741 59.7526C49.6741 57.8716 49.6741 55.5886 49.6741 55.5886' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.134 46.4058C26.134 45.6883 25.553 45.1074 24.836 45.1074C23.479 45.1074 21.363 45.1074 20.007 45.1074C19.29 45.1074 18.708 45.6883 18.708 46.4058C18.708 47.1798 18.708 48.159 18.708 48.9321C18.708 49.6496 19.29 50.2314 20.007 50.2314C21.363 50.2314 23.479 50.2314 24.836 50.2314C25.553 50.2314 26.134 49.6496 26.134 48.9321C26.134 48.159 26.134 47.1798 26.134 46.4058Z' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.714 46.4058C54.714 45.6883 54.133 45.1074 53.416 45.1074C52.059 45.1074 49.943 45.1074 48.587 45.1074C47.87 45.1074 47.288 45.6883 47.288 46.4058C47.288 47.1798 47.288 48.159 47.288 48.9321C47.288 49.6496 47.87 50.2314 48.587 50.2314C49.943 50.2314 52.059 50.2314 53.416 50.2314C54.133 50.2314 54.714 49.6496 54.714 48.9321C54.714 48.159 54.714 47.1798 54.714 46.4058Z' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M59.5343 45.0317C59.5343 43.4284 58.896 41.8899 57.7616 40.7544C56.6272 39.6217 55.0897 38.9849 53.4904 38.9849C44.6693 38.9849 28.3664 38.9849 19.5516 38.9849C17.946 38.9849 16.4087 39.6217 15.2743 40.7544C14.1399 41.8899 13.5013 43.4284 13.5013 45.0317V54.2878C13.5013 54.6316 13.6378 54.9612 13.8857 55.2064C14.1275 55.4487 14.4559 55.5868 14.8031 55.5868C21.4483 55.5868 51.5936 55.5868 58.2389 55.5868C58.5798 55.5868 58.9082 55.4487 59.1562 55.2064C59.3979 54.9612 59.5343 54.6316 59.5343 54.2878C59.5343 52.3042 59.5343 48.3988 59.5343 45.0317Z' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M55.7114 38.9888C55.7114 38.9888 52.0408 30.2889 50.9887 27.7973C50.8238 27.3991 50.4312 27.1396 49.9996 27.1396C46.0188 27.1396 26.6091 27.1396 22.4828 27.1396C22.0173 27.1396 21.6051 27.4332 21.4597 27.8716C20.5869 30.4558 17.7068 38.9888 17.7068 38.9888' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.advantages__item--4:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 69 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M49.5 81C27.4086 81 0.500005 61.5914 0.500006 39.5C0.500007 17.4086 6.40856 -2.70512e-06 28.5 -1.73947e-06C50.5913 -7.73827e-07 71.0002 18 68.0001 39.5C64.7208 63 71.5914 81 49.5 81Z' fill='%23B8C8A8'/%3e %3cpath d='M51.2569 38.968C51.2599 39.116 51.2609 39.264 51.2609 39.413C51.2609 51.231 41.6669 60.8249 29.8489 60.8249C22.2329 60.8249 15.1439 54.937 15.2969 49.027C15.4399 43.531 22.1679 43.92 22.1679 39.718C22.1679 34.982 15.4009 35.335 15.4659 29.084C15.5229 23.692 22.7669 18 29.8489 18C39.8179 18 48.2049 24.828 50.5849 34.058' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M23.821 33.8182C25.6331 33.8182 27.102 32.3493 27.102 30.5372C27.102 28.7252 25.6331 27.2562 23.821 27.2562C22.009 27.2562 20.54 28.7252 20.54 30.5372C20.54 32.3493 22.009 33.8182 23.821 33.8182Z' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M34.4996 30.5376C36.3117 30.5376 37.7806 29.0686 37.7806 27.2566C37.7806 25.4445 36.3117 23.9756 34.4996 23.9756C32.6876 23.9756 31.2186 25.4445 31.2186 27.2566C31.2186 29.0686 32.6876 30.5376 34.4996 30.5376Z' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M43.0472 37.0986C44.8593 37.0986 46.3282 35.6297 46.3282 33.8176C46.3282 32.0056 44.8593 30.5366 43.0472 30.5366C41.2352 30.5366 39.7662 32.0056 39.7662 33.8176C39.7662 35.6297 41.2352 37.0986 43.0472 37.0986Z' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M24.9388 52.9677C26.7509 52.9677 28.2198 51.4987 28.2198 49.6866C28.2198 47.8746 26.7509 46.4056 24.9388 46.4056C23.1268 46.4056 21.6578 47.8746 21.6578 49.6866C21.6578 51.4987 23.1268 52.9677 24.9388 52.9677Z' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.9747 44.131C38.9747 44.131 34.0547 44.304 33.2767 48.923C32.4217 54.002 29.4337 54.673 29.4337 54.673C29.4337 54.673 36.3087 56.398 39.3917 54.173C42.8037 51.709 43.0457 48.34 43.0457 48.34L38.9747 44.131Z' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M60.1047 25.796C60.4067 25.534 60.8577 25.5389 61.1547 25.8079L61.1557 25.809C61.6587 26.266 61.7037 27.042 61.2557 27.553C57.6337 31.688 43.0457 48.34 43.0457 48.34L38.9747 44.131C38.9747 44.131 56.7827 28.679 60.1047 25.796Z' stroke='white' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.advantages__name{color:var(--color-2);font-family:var(--tf-2);font-size:24px;font-weight:400;line-height:1.25;margin:0 0 20px}@media (max-width:959px){.advantages__name{font-size:21px;line-height:1.43;margin-bottom:10px}}@media (max-width:639px){.advantages__name{font-size:18px;line-height:1.5}}.advantages__description{font-size:16px;line-height:1.5}@media (max-width:959px){.advantages__description{font-size:14px}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.dots--slider .swiper-pagination-bullet{display:block}@media (max-width:1199px){.dots--slider .swiper-pagination-bullet{display:inline-block;vertical-align:top}}.dots .swiper-pagination-bullet{background:radial-gradient(circle,var(--color-6) 50%,transparent 50%) no-repeat 50%;background-size:12px 12px;border:1px solid transparent;height:36px;opacity:1;-webkit-transition:.2s;transition:.2s;width:36px}@media (max-width:959px){.dots .swiper-pagination-bullet{display:inline-block;height:24px;vertical-align:top;width:24px}}body:not(.mobile) .dots .swiper-pagination-bullet:not(.dots .swiper-pagination-bullet-active):hover{background-size:16px 16px}.dots .swiper-pagination-bullet-active{border-color:var(--color-6);cursor:not-allowed}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.compares-control__nav>:last-child{margin-bottom:0}@media (max-width:639px){.compares-control__nav{margin-bottom:45px}}.compares-control__radio{margin-bottom:10px}.compares-control__container,.compares-control__product{display:-webkit-box;display:-ms-flexbox;display:flex}.compares-control__product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.compares-control__image{margin-bottom:20px;position:relative}@media (max-width:639px){.compares-control__image{max-width:120px}}.compares-control__image a,.compares-control__image img{display:inline-block;max-width:100%;vertical-align:top}.compares-control__image a{-webkit-transition:.2s;transition:.2s}body:not(.mobile) .compares-control__image a:hover{opacity:.9}.compares-control__image img{border:1px solid var(--color-11);border-radius:8px}.compares-control__control{left:172px;position:absolute;top:0}@media (max-width:639px){.compares-control__control{left:125px}}.compares-control__name{color:var(--color-2);font-family:var(--tf-2);font-size:18px;line-height:1.5}@media (max-width:1440px){.compares-control__name{font-size:16px}}@media (max-width:639px){.compares-control__name{font-size:14px;line-height:1.71}}.compares-control__name a{color:inherit;text-decoration:none}body:not(.mobile) .compares-control__name a:hover{text-decoration:underline}.compares-control__table{padding-bottom:45px}.compares-control__table table{border-collapse:collapse;width:100%}.compares-control__table table tr.hidden{display:none}.compares-control__table table th{padding-top:15px}.compares-control__table table td,.compares-control__table table th{font-size:15px;font-weight:400;line-height:1.5;text-align:left;vertical-align:top}@media (max-width:639px){.compares-control__table table td,.compares-control__table table th{font-size:13px;line-height:1.38}}.compares-control__table table td{border-top:1px solid var(--color-11);padding-bottom:15px;padding-top:15px;vertical-align:top}.compares-control__table--fixed{-ms-flex-negative:0;flex-shrink:0;width:280px}@media (max-width:1440px){.compares-control__table--fixed{width:260px}}@media (max-width:1199px){.compares-control__table--fixed{width:250px}}@media (max-width:959px){.compares-control__table--fixed{width:240px}}@media (max-width:639px){.compares-control__table--fixed{width:160px}}.compares-control__table--fixed td,.compares-control__table--fixed th{padding-right:20px}@media (max-width:1440px){.compares-control__table--fixed td,.compares-control__table--fixed th{padding-right:15px}}.compares-control__table--scrolled{overflow-x:auto}.compares-control__table--scrolled td,.compares-control__table--scrolled th{max-width:290px;min-width:290px;padding-bottom:15px;padding-right:20px;width:290px}@media (max-width:1440px){.compares-control__table--scrolled td,.compares-control__table--scrolled th{max-width:220px;min-width:220px;width:220px}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.slider{background-color:var(--color-11);overflow:hidden}.slider__inner-wrapper{position:relative;z-index:1}.slider__dots{left:-14px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}@media (max-width:1199px){.slider__dots{bottom:32px;left:-14px;right:140px;top:auto;-webkit-transform:none;transform:none}}@media (max-width:959px){.slider__dots{bottom:38px}}@media (max-width:639px){.slider__dots{display:none}}.slider__arrows{-webkit-box-pack:justify;-ms-flex-pack:justify;bottom:100px;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;position:absolute;right:40px;width:110px;z-index:2}@media (max-width:1440px){.slider__arrows{bottom:30px;right:0}}@media (max-width:639px){.slider__arrows{bottom:20px;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}}.slider__list{list-style:none;margin:0;padding:0}.slider__item{-webkit-box-sizing:border-box;box-sizing:border-box}.slider__data{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-left:calc(var(--gap)*-1);margin-right:calc(var(--gap)*-1);padding:60px var(--gap);position:relative}@media (max-width:1199px){.slider__data{overflow:hidden}}@media (max-width:959px){.slider__data{display:block;padding-bottom:80px}}.slider__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:40px;max-width:796px;padding-left:130px}.slider__content>:last-child{margin-bottom:0}@media (max-width:1440px){.slider__content{margin-right:40px;padding-left:50px}}@media (max-width:1199px){.slider__content{margin-right:20px;padding-left:0}}.slider__image{-ms-flex-negative:0;flex-shrink:0}.slider__image img{display:inline-block;max-width:100%;vertical-align:top}@media (max-width:1700px){.slider__image{width:600px}}@media (max-width:1440px){.slider__image{width:490px}}@media (max-width:1199px){.slider__image{margin-right:-200px}}@media (max-width:959px){.slider__image{margin-left:0;margin-right:0;position:absolute;right:-370px;top:0;z-index:-1}}.slider__logo{margin-bottom:30px;max-width:320px}@media (max-width:959px){.slider__logo{margin-bottom:20px}}@media (max-width:639px){.slider__logo{max-width:200px}}.slider__logo img{display:block;max-width:100%}.slider__title{color:var(--color-3);font-family:var(--tf-2);font-size:60px;font-weight:400;line-height:1;margin-bottom:20px}@media (max-width:959px){.slider__title{font-size:48px}}@media (max-width:639px){.slider__title{font-size:32px}}.slider__subtitle{color:var(--color-2);font-size:36px;line-height:1.3;margin-bottom:60px}@media (max-width:959px){.slider__subtitle{font-size:30px;margin-bottom:20px}}@media (max-width:639px){.slider__subtitle{font-size:24px}}.slider__points ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -20px;padding:0}@media (max-width:639px){.slider__points ul{margin-bottom:-10px}}.slider__points ul li{margin-bottom:20px}.slider__points ul li:not(:last-of-type){margin-right:20px}@media (max-width:639px){.slider__points ul li:not(:last-of-type){margin-right:10px}.slider__points ul li{margin-bottom:10px}}.slider__points ul li a{background-color:var(--color-7);border-radius:2500px;color:var(--color-2);display:inline-block;font-size:16px;font-weight:600;line-height:1.5;padding:15px 30px;text-decoration:none;text-transform:uppercase;-webkit-transition:.2s;transition:.2s;vertical-align:top}body:not(.mobile) .slider__points ul li a:hover{background-color:var(--color-15)}@media (max-width:959px){.slider__points ul li a{font-size:15px}}@media (max-width:639px){.slider__points ul li a{font-size:14px;padding:10px 23px}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.simplebar-track.simplebar-horizontal{height:16px}.simplebar-track.simplebar-horizontal:before{background-color:var(--color-5);content:"";height:1px;left:0;position:absolute;right:0;top:50%}.simplebar-track .simplebar-scrollbar:before{background-color:var(--color-3);inset:7px 0 6px}.simplebar-track .simplebar-scrollbar.simplebar-visible:before{opacity:1}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.menu.active .menu__container{display:block}.menu__btn-toggle{-ms-flex-negative:0;background:url("data:image/svg+xml,%3csvg viewBox='0 0 42 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 1.5H41' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3cpath d='M1 9.5H41' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3cpath d='M1 17.5H41' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;background-size:42px 19px;border:0;cursor:pointer;display:block;flex-shrink:0;font-size:0;height:40px;margin:0;padding:0;width:40px}.menu__btn-toggle.active{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.39337 23.1069L22.6066 1.89373' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3cpath d='M1.39337 1.89355L22.6066 23.1068' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3c/svg%3e");background-size:24px}.menu__container{background-color:var(--color-11);display:none;left:0;position:absolute;right:0;top:100%;z-index:110}@media (max-width:1199px){.menu__container{top:90px}}@media (max-width:639px){.menu__container{top:55px}}.menu__row{border-top:1px solid rgba(var(--color-rgb-1),.3);display:-webkit-box;display:-ms-flexbox;display:flex;max-height:calc(100vh - 170px);overflow-y:auto;padding-bottom:60px;padding-top:60px}@media (max-width:959px){.menu__row{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:40px;padding-top:40px}}@media (max-width:639px){.menu__row{margin-top:15px}}.menu__col--left{-ms-flex-negative:0;flex-shrink:0;margin-right:80px;width:758px}@media (max-width:1840px){.menu__col--left{width:calc(50% - 40px)}}@media (max-width:959px){.menu__col--left{margin-right:0;width:100%}}.menu__col--right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width:959px){.menu__col--right{-webkit-box-ordinal-group:0;-ms-flex-order:-1;margin-bottom:30px;order:-1;width:100%}}.menu__nav--two-cols ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}@media (max-width:1199px){.menu__nav--two-cols ul{-webkit-column-count:1;-moz-column-count:1;column-count:1}}@media (max-width:959px){.menu__nav--two-cols ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}}@media (max-width:639px){.menu__nav--two-cols ul{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}}.menu__nav--two-cols ul li{display:inline-block;vertical-align:top;width:100%}.menu__nav ul{list-style:none;margin:0 0 -27px;padding:0}@media (max-width:639px){.menu__nav ul{margin-bottom:-17px}}.menu__nav ul li{color:var(--color-2);font-size:21px;margin-bottom:27px}@media (max-width:639px){.menu__nav ul li{margin-bottom:17px}}.menu__nav ul li a{text-decoration:none}body:not(.mobile) .menu__nav ul li a:hover{text-decoration:underline}.menu__list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -40px;padding:0}@media (max-width:639px){.menu__list{margin-bottom:-30px}}.menu__item{margin-bottom:40px;margin-right:30px;width:290px}@media (max-width:1840px){.menu__item{width:calc(50% - 15px)}}@media (max-width:1199px){.menu__item{margin-right:0;width:100%}}@media (max-width:959px){.menu__item{margin-right:30px;width:calc(50% - 15px)}}@media (max-width:639px){.menu__item{margin-bottom:30px;margin-right:0;width:100%}}.menu__item:nth-of-type(2n){margin-right:0;width:calc(100% - 320px)}@media (max-width:1840px){.menu__item:nth-of-type(2n){width:calc(50% - 15px)}}@media (max-width:1199px){.menu__item:nth-of-type(2n){width:100%}}@media (max-width:959px){.menu__item:nth-of-type(2n){width:calc(50% - 15px)}}@media (max-width:639px){.menu__item:nth-of-type(2n){width:100%}}@media (max-width:1840px){.menu__item--will-fluid{margin-right:0;width:100%}}.menu__item--will-fluid:nth-of-type(2n){margin-right:0;width:calc(100% - 320px)}@media (max-width:1840px){.menu__item--will-fluid:nth-of-type(2n){width:100%}}.menu__item--text{font-size:16px;line-height:1.5}@media (max-width:639px){.menu__item--text{font-size:14px;line-height:1.72}}.menu__tel{color:var(--color-2);font-size:36px;line-height:1}.menu__tel a{text-decoration:none}.menu__info{color:var(--color-2);font-size:16px}.menu__info span{color:var(--color-1);display:block;margin-bottom:5px}.menu__info a{text-decoration:none}body:not(.mobile) .menu__info a:hover{text-decoration:underline}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.preview a{background-position:50%;background-repeat:no-repeat;background-size:24px;display:block;font-size:0;height:30px;position:relative;width:30px}.preview a span{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#e22a2a;border-radius:50%;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;height:16px;justify-content:center;left:calc(50% + 1px);position:absolute;top:-3px;-webkit-transition:.2s;transition:.2s;width:16px}.preview a.is-empty span{opacity:0}.preview--compare a{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 20 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 17L1 25' stroke='%23645E57' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M10 9L10 25' stroke='%23645E57' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M19 1V25' stroke='%23645E57' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");background-size:20px}.preview--favorites a{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M16.703 0.900002C14.8098 0.900002 13.0735 1.78497 11.9533 3.24125C10.8331 1.78497 9.09674 0.900002 7.20358 0.900002C3.89334 0.900002 1.19922 3.60532 1.19922 6.93237C1.19922 8.49507 1.79293 9.97935 2.87394 11.1108L11.3428 19.6636L11.9533 20.2797L12.5638 19.6636L20.8702 11.2732C22.0464 10.1362 22.7074 8.59029 22.7074 6.93237C22.7074 3.60532 20.0133 0.900002 16.703 0.900002Z' stroke='%23645E57' stroke-width='1.5' stroke-miterlimit='2' stroke-linejoin='round'/%3e %3c/svg%3e")}.preview--cart a{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 21 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9596 9.44812C18.8216 8.18716 17.756 7.23254 16.4876 7.23254C13.4462 7.23254 8.02763 7.23254 4.98683 7.23254C3.71783 7.23254 2.65283 8.18716 2.51423 9.44812C2.23463 11.9915 1.77024 16.2218 1.42104 19.3999C1.30344 20.4758 1.64844 21.5511 2.37084 22.3568C3.09264 23.1625 4.12403 23.6234 5.20583 23.6234H16.268C17.3498 23.6234 18.3812 23.1625 19.1036 22.3568C19.8254 21.5511 20.171 20.4758 20.0528 19.3999C19.7036 16.2218 19.2392 11.9915 18.9596 9.44812Z' stroke='%23645E57' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M6.92969 10.2446V5.50758C6.92969 4.49778 7.33049 3.5294 8.04449 2.8148C8.75849 2.1008 9.72689 1.7 10.7373 1.7H10.7391C11.7489 1.7 12.7173 2.1008 13.4313 2.8148C14.1453 3.5294 14.5467 4.49778 14.5467 5.50758C14.5467 7.78698 14.5467 10.2446 14.5467 10.2446' stroke='%23645E57' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");background-size:21px}.preview--user a{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 22 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11.0906 11.9609C14.0897 11.9609 16.521 9.52958 16.521 6.53044C16.521 3.53129 14.0897 1.1 11.0906 1.1C8.09145 1.1 5.66016 3.53129 5.66016 6.53044C5.66016 9.52958 8.09145 11.9609 11.0906 11.9609Z' stroke='%23645E57' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M1.39844 23.7433C1.39844 18.9663 5.6922 15.0887 10.982 15.0887C16.2708 15.0887 20.5645 18.9663 20.5645 23.7433' stroke='%23645E57' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}@media (max-width:959px){.search.active .search__container{display:block}}.search__btn-toggle{display:none}@media (max-width:959px){.search__btn-toggle{display:block}}.search__btn-toggle a{background:url("data:image/svg+xml,%3csvg viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M8.55106 16.7512C12.8142 16.7512 16.2701 13.2998 16.2701 9.04234C16.2701 4.78484 12.8142 1.33347 8.55106 1.33347C4.28796 1.33347 0.832031 4.78484 0.832031 9.04234C0.832031 13.2998 4.28796 16.7512 8.55106 16.7512Z' stroke='%23645E57' stroke-width='1.00798' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M13.9961 14.5041L18.3312 18.8335' stroke='%23645E57' stroke-width='1.00111' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e") no-repeat 50%;background-size:24px;display:block;font-size:0;height:30px;width:30px}.search__container{position:relative;z-index:110}@media (max-width:959px){.search__container{display:none;left:var(--gap);margin-top:-40px;position:absolute;right:var(--gap)}}@media (max-width:639px){.search__container{margin-top:-38px}}.search__form{position:relative}.search__btn-close{display:none;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:959px){.search__btn-close{display:block}}.search__btn-close button{background:url("data:image/svg+xml,%3csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.00391 0.999756L13.0016 13.0003' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3cpath d='M12.9961 0.999756L0.998418 13.0003' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;background-size:14px;border:0;cursor:pointer;display:block;font-size:0;height:24px;margin:0;padding:0;width:24px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.introduction{max-width:960px}.introduction>:last-child{margin-bottom:0}.introduction__title{margin-bottom:30px}.introduction__title>:last-child{margin-bottom:0}@media (max-width:959px){.introduction__title{margin-bottom:10px}}.introduction__description{font-size:24px;line-height:1.5}@media (max-width:959px){.introduction__description{font-size:16px}}.introduction__description>:last-child{margin-bottom:0}.introduction__description p{margin:0 0 20px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.card-slider{-webkit-box-sizing:border-box;box-sizing:border-box}@media (max-width:959px){.card-slider{display:-webkit-box;display:-ms-flexbox;display:flex;height:428px}}@media (max-width:639px){.card-slider{display:block;height:auto}}.card-slider.is-empty .card-slider__arrows,.card-slider.is-empty .card-slider__nav-container{display:none}.card-slider__container{border:1px solid var(--color-11);border-radius:8px;overflow:hidden;position:relative;-webkit-transition:.2s;transition:.2s}@media (max-width:959px){.card-slider__container{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}body:not(.mobile) .card-slider__container:hover{border-color:var(--color-6)}.card-slider__container ul{list-style:none;margin:0;padding:0}.card-slider__container ul li{-webkit-box-sizing:border-box;box-sizing:border-box}.card-slider__container ul li a{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center}.card-slider__container ul li img{display:block;max-height:100%;max-width:100%}body:not(.mobile) .card-slider__container:hover .card-slider__arrows{opacity:1;visibility:visible}.card-slider__arrows{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;height:0;justify-content:space-between;left:var(--half-gap);margin-top:-20px;opacity:0;position:absolute;right:var(--half-gap);top:50%;-webkit-transition:.2s;transition:.2s;visibility:hidden;z-index:10}@media (max-width:959px){.card-slider__arrows{margin-top:-15px}}.card-slider__nav-container{margin-top:10px;overflow:hidden}@media (max-width:959px){.card-slider__nav-container{-ms-flex-negative:0;flex-shrink:0;margin-left:10px;margin-top:0;width:100px}}@media (max-width:639px){.card-slider__nav-container{margin-left:0;margin-top:10px;width:auto}}.card-slider__nav-container ul{list-style:none;margin:0;padding:0}.card-slider__nav-container ul li{border:1px solid var(--color-11);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;overflow:hidden;-webkit-transition:.2s;transition:.2s}.card-slider__nav-container ul li.swiper-slide-thumb-active,body:not(.mobile) .card-slider__nav-container ul li:hover{border-color:var(--color-6)}.card-slider__nav-container ul li img{display:block;max-width:100%}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.product{position:relative}.product:before{background-color:var(--color-12);border-radius:8px;bottom:calc(var(--half-gap)*-1 - 65px);content:"";left:calc(var(--half-gap)*-1);opacity:0;position:absolute;right:calc(var(--half-gap)*-1);top:calc(var(--half-gap)*-1);-webkit-transition:.2s;transition:.2s;visibility:visible;z-index:-1}body:not(.mobile) .product:hover{z-index:10}body:not(.mobile) .product:hover .product__buttons,body:not(.mobile) .product:hover:before{opacity:1;visibility:visible}.product__top{margin-bottom:22px;position:relative}.product__top>:last-child{margin-bottom:0}@media (max-width:1440px){.product__top{margin-bottom:16px}}.product__bottom{position:relative}.product__bottom>:last-child{margin-bottom:0}.product__control{position:absolute;right:10px;top:10px;-webkit-transition:.2s;transition:.2s;z-index:1}.product__image{border:1px solid var(--color-11);border-radius:10px;margin-bottom:20px}@media (max-width:1440px){.product__image{margin-bottom:23px}}.product__image a,.product__image img{display:block;margin-left:auto;margin-right:auto;max-width:100%}.product__image img{border-radius:10px}.product__image a{-webkit-transition:.2s;transition:.2s}body:not(.mobile) .product__image a:hover{opacity:.9}.product__info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:22px}@media (max-width:1440px){.product__info{margin-bottom:12px}}.product__article{margin-right:30px}@media (max-width:1440px){.product__article{font-size:13px}}.product__name{color:var(--color-2);font-family:var(--tf-2);font-size:18px;line-height:1.5}@media (max-width:1440px){.product__name{font-size:16px;line-height:1.69}}.product__name a{text-decoration:none}body:not(.mobile) .product__name a:hover{text-decoration:underline}.product__data{font-size:15px;margin-bottom:14px}@media (max-width:1440px){.product__data{font-size:13px;margin-bottom:16px}}.product__data>ul{-webkit-box-align:baseline;-ms-flex-align:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;list-style:none;margin:0;padding:0}.product__data>ul>li:first-of-type{margin-right:10px}.product__pseudo-link{color:var(--color-2);font-size:16px}@media (max-width:1440px){.product__pseudo-link{font-size:14px}}.product__pseudo-link a{border-bottom:1px dashed var(--color-2);text-decoration:none;-webkit-transition:.2s;transition:.2s}.product__pseudo-link a[aria-expanded=true],body:not(.mobile) .product__pseudo-link a:hover{border-bottom-color:transparent}.product__buttons{display:-webkit-box;display:-ms-flexbox;display:flex}body:not(.mobile) .product__buttons{left:0;opacity:0;position:absolute;right:0;-webkit-transition:.2s;transition:.2s;visibility:hidden}.product__btn{-webkit-box-flex:1;-ms-flex-positive:1;border-radius:2500px;flex-grow:1;overflow:hidden}.product__btn--add-to-cart{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:10px;width:130px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}@media (max-width:1440px){.status{font-size:13px}}.status--size-1{font-size:16px}.status--available{color:#55aa3b}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.control--size-1 .control__item:not(:last-of-type){margin-right:15px}.control--size-1 .control__btn{background-size:24px}.control--top-hint .control__btn span{bottom:calc(100% + 10px);right:0}.control--top-hint .control__btn span:before{bottom:-7px;left:auto;right:14px;top:auto}.control--compare .control__list{display:block}.control--compare .control__btn span{white-space:normal;width:160px}@media (max-width:639px){.control--compare .control__btn span{font-size:12px;padding:5px 7px;width:110px}.control--compare .control__btn span:before{left:calc(100% - 13px);margin-top:-8px}}.control--compare .control__btn--compare.added{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 5L19 5' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M2.5332 5.2019C2.5332 5.2019 3.11547 15.0309 3.38473 19.5762C3.4598 20.8432 4.50926 21.8322 5.77852 21.8322C7.93872 21.8322 11.1775 21.8322 13.3377 21.8322C14.607 21.8322 15.6564 20.8432 15.7314 19.5762C16.0007 15.0309 16.5831 5.2019 16.5831 5.2019' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M7.4707 8.78601V18.487' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M11.6445 8.78601V18.487' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M6.5 4.20178V2.57697C6.5 1.70602 7.20608 0.999959 8.077 0.999959H11.8045C12.6755 0.999959 13.3816 1.70602 13.3816 2.57697V4.20178' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.control__list{list-style:none}.control__btn,.control__list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0}.control__btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:20px;border:0;cursor:pointer;height:40px;justify-content:center;position:relative;-webkit-transition:.2s;transition:.2s;width:40px}.control__btn span{border-radius:8px;color:#fff;font-size:15px;line-height:1.5;opacity:0;padding:11px 15px;right:calc(100% + 10px);visibility:hidden;white-space:nowrap;z-index:1}.control__btn span,.control__btn span:before{background-color:var(--color-6);position:absolute;-webkit-transition:.2s;transition:.2s}.control__btn span:before{content:"";height:15px;left:calc(100% - 8px);margin-top:-6px;top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:15px;z-index:-1}body:not(.mobile) .control__btn:not(.loading,.added):hover span:first-of-type{opacity:1;visibility:visible}body:not(.mobile) .control__btn:not(.loading,.added):hover span:first-of-type:hover{opacity:0;visibility:hidden}body:not(.mobile) .control__btn:not(.loading).added:hover span:last-of-type{opacity:1;visibility:visible}body:not(.mobile) .control__btn:not(.loading).added:hover span:last-of-type:hover{opacity:0;visibility:hidden}.control__btn--favorites{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M16.703 0.900002C14.8098 0.900002 13.0735 1.78497 11.9533 3.24125C10.8331 1.78497 9.09674 0.900002 7.20358 0.900002C3.89334 0.900002 1.19922 3.60532 1.19922 6.93237C1.19922 8.49507 1.79293 9.97935 2.87394 11.1108L11.3428 19.6636L11.9533 20.2797L12.5638 19.6636L20.8702 11.2732C22.0464 10.1362 22.7074 8.59029 22.7074 6.93237C22.7074 3.60532 20.0133 0.900002 16.703 0.900002Z' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='2' stroke-linejoin='round'/%3e %3c/svg%3e")}.control__btn--favorites.added{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.9198 0C11.3422 0 9.89524 0.737476 8.96173 1.95104C8.02822 0.737476 6.58127 0 5.00363 0C2.2451 0 0 2.25444 0 5.02697C0 6.32922 0.494762 7.56613 1.3956 8.50898L8.45297 15.6364L8.96173 16.1498L9.4705 15.6364L16.3925 8.64434C17.3727 7.69682 17.9235 6.40857 17.9235 5.02697C17.9235 2.25444 15.6784 0 12.9198 0Z' fill='%23707D62'/%3e %3c/svg%3e")}.control__btn--compare{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 11L1 17' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M8 7L8 17' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M15 1V17' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");background-size:18px}.control__btn--compare.added{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 11L1 17' stroke='%23707D62' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M8 7L8 17' stroke='%23707D62' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M15 1V17' stroke='%23707D62' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.control__btn.loading{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='%23849573' viewBox='0 0 40 40'%3e %3cg%3e %3cg stroke='null' id='svg_1' fill-rule='evenodd' fill='none'%3e %3cg stroke='null' id='svg_2' stroke-width='3'%3e %3ccircle stroke='null' id='svg_3' r='18' cy='20' cx='20' stroke-opacity='0.5'/%3e %3cpath stroke='null' id='svg_4' d='m38,20c0,-9.94 -8.06,-18 -18,-18'/%3e %3canimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='1s' repeatCount='indefinite'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");cursor:not-allowed}
.browsehappy{background-color:#383838;color:#fff;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.browsehappy{display:table}}.browsehappy span{display:table-cell;font-size:26px;padding:30px;text-align:center;vertical-align:middle}.browsehappy span a{color:inherit}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.breadcrumbs{font-size:15px;line-height:1.4;margin-bottom:30px}.breadcrumbs__list{list-style:none;margin:0 0 -5px;padding:0}.breadcrumbs__item{display:inline-block;margin-bottom:5px;margin-right:17px;vertical-align:top}.breadcrumbs__item:after{background:url("data:image/svg+xml,%3csvg viewBox='0 0 6 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6 4.1786C6 5.92266 3.63879 6.94175 1.89474 6.94175C0.150681 6.94175 0 5.92266 0 4.17861C0 2.43455 1.97368 -0.163506 3.67105 0.0733482C5.52631 0.332235 6 2.43455 6 4.1786Z' fill='%23919F83'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:inline-block;height:7px;margin-left:20px;margin-top:-4px;vertical-align:middle;width:6px}.breadcrumbs__item:last-of-type{margin-right:0}.breadcrumbs__item:last-of-type:after{display:none}.breadcrumbs__link{color:inherit;text-decoration:none}body:not(.mobile) .breadcrumbs__link:hover{text-decoration:underline}.breadcrumbs__text{opacity:.5}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.general__inner-wrapper{padding-bottom:60px;padding-top:30px}.general__row{display:-webkit-box;display:-ms-flexbox;display:flex}.general__col{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.general__col>:last-child{margin-bottom:0}.general__col--aside{-webkit-box-flex:0;-ms-flex-positive:0;-ms-flex-negative:0;flex-grow:0;flex-shrink:0;margin-left:40px;width:320px}@media (max-width:1440px){.general__col--aside{margin-left:30px;width:260px}}@media (max-width:1199px){.general__col--aside{display:none}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.alert{max-height:calc(100vh - var(--gap)*2);max-width:320px;overflow:auto;position:fixed;right:var(--gap);top:var(--gap);width:calc(100% - var(--gap)*2);z-index:1000000}.alert ul{list-style:none;margin:0;padding:0}.alert ul li{background-color:var(--color-1);border-radius:4px;color:#fff;line-height:1.5;padding:15px 20px}.alert ul li:not(:last-of-type){margin-bottom:10px}.alert ul li.error{background-color:var(--color-4)}.alert ul li.success{background-color:var(--color-3)}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.social-networks--type-1 .social-networks__list{margin-left:-15px;margin-right:-15px}.social-networks--type-1 .social-networks__item{margin-left:15px;margin-right:15px}.social-networks__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 -10px -10px;padding:0}.social-networks__item{margin-bottom:10px;margin-left:10px;margin-right:10px}.social-networks__link{background-position:50%;background-repeat:no-repeat;display:block;font-size:0;height:24px;-webkit-transition:.2s;transition:.2s;width:24px}body:not(.mobile) .social-networks__link:hover{-webkit-filter:brightness(1.05);filter:brightness(1.05)}.social-networks__link--telegram{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M23.9316 4.08047L20.3099 21.0525C20.0366 22.2503 19.324 22.5484 18.3114 21.9842L12.793 17.9434L10.1304 20.4882C9.83582 20.781 9.5893 21.0259 9.02138 21.0259L9.4178 15.4412L19.6455 6.25785C20.0902 5.86394 19.5491 5.64563 18.9544 6.03959L6.31042 13.9506L0.867052 12.2577C-0.316986 11.8903 -0.338377 11.0811 1.11347 10.5168L22.4047 2.36627C23.3904 1.99896 24.2531 2.58448 23.9316 4.08047Z' fill='%2320A0E1'/%3e %3c/svg%3e")}.social-networks__link--whatsapp{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12 0.259766C5.37284 0.259766 0 5.63371 0 12.2622C0 14.6874 0.720988 16.9496 1.96049 18.8364L0.414815 24.0721L5.85185 22.5656C7.64938 23.6424 9.75309 24.2598 12 24.2598C18.6272 24.2598 24 18.8858 24 12.2573C24 5.63371 18.6272 0.259766 12 0.259766Z' fill='%2325D366'/%3e %3cpath d='M18.5932 15.5567C18.5783 15.3987 18.4845 15.2604 18.3413 15.1962C17.3734 14.7516 16.4006 14.3071 15.4327 13.8626C15.324 13.8132 15.1907 13.8379 15.1117 13.9317L13.7981 15.4135C13.6944 15.532 13.5314 15.5716 13.3882 15.5123C12.7067 15.2307 11.7882 14.7566 10.8598 13.9564C9.74871 13.0031 9.09686 11.9807 8.73142 11.3139C8.91414 11.1904 9.41291 10.82 9.63513 10.1334C9.63513 10.1285 9.64007 10.1235 9.64007 10.1235C9.77834 9.69874 9.74871 9.23939 9.59562 8.81955C9.33389 8.12311 8.81044 6.77468 8.60797 6.56723C8.5734 6.53266 8.53389 6.49808 8.53389 6.49808C8.38574 6.36472 8.19315 6.29063 7.99068 6.28075C7.92155 6.27581 7.84747 6.27582 7.76846 6.27582C7.5413 6.27088 7.33883 6.27088 7.19068 6.29063C6.77093 6.3499 6.46476 6.63144 6.27216 6.86853C6.04007 7.15007 5.76352 7.56991 5.58081 8.12311C5.56599 8.1725 5.55118 8.21696 5.53636 8.26635C5.33389 8.96773 5.3734 9.7185 5.61537 10.41C5.84253 11.057 6.1734 11.8276 6.67216 12.6426C7.51661 14.0305 8.43513 14.8899 9.05735 15.458C9.75858 16.105 10.6277 16.9002 12.0055 17.5621C13.2796 18.1746 14.4351 18.4018 15.2104 18.4956C15.5265 18.5253 16.1092 18.5302 16.7759 18.2783C17.082 18.1597 17.3388 18.0165 17.5462 17.8634C18.0944 17.4732 18.4796 16.8854 18.5783 16.2235C18.5783 16.2186 18.5783 16.2137 18.5783 16.2087C18.6129 15.9568 18.608 15.7395 18.5932 15.5567Z' fill='white'/%3e %3c/svg%3e")}.social-networks__link--youtube{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M23.4984 3.48316C23.2224 2.45051 22.4093 1.63736 21.3766 1.36141C19.5048 0.859802 11.9999 0.859802 11.9999 0.859802C11.9999 0.859802 4.49498 0.859802 2.62313 1.36141C1.5907 1.63736 0.777375 2.45051 0.501375 3.48316C0 5.35479 0 9.25985 0 9.25985C0 9.25985 0 13.1649 0.501375 15.0364C0.777375 16.069 1.5907 16.8823 2.62313 17.1583C4.49498 17.6597 11.9999 17.6597 11.9999 17.6597C11.9999 17.6597 19.5048 17.6597 21.3766 17.1583C22.4093 16.8823 23.2224 16.069 23.4984 15.0364C24 13.1649 24 9.25985 24 9.25985C24 9.25985 24 5.35479 23.4984 3.48316Z' fill='%23ED1F24'/%3e %3cpath d='M9.60156 12.8599L15.8368 9.25984L9.60156 5.65979V12.8599Z' fill='white'/%3e %3c/svg%3e")}.social-networks__link--instagram{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M17.8748 1.35992H6.12797C3.35196 1.35992 1.10156 3.61032 1.10156 6.38633V18.1332C1.10156 20.9092 3.35196 23.1596 6.12797 23.1596H17.8748C20.6508 23.1596 22.9012 20.9092 22.9012 18.1332V6.38633C22.9012 3.61032 20.6508 1.35992 17.8748 1.35992Z' fill='url(%23paint0_linear_112_8388)'/%3e %3cpath d='M15.5153 5.66069C16.3429 5.66402 17.1356 5.99425 17.7208 6.57943C18.306 7.16461 18.6362 7.95734 18.6395 8.7849V15.7346C18.6362 16.5622 18.306 17.3549 17.7208 17.9401C17.1356 18.5252 16.3429 18.8555 15.5153 18.8588H8.48406C7.65649 18.8555 6.86377 18.5252 6.27859 17.9401C5.6934 17.3549 5.36318 16.5622 5.35984 15.7346V8.7849C5.36318 7.95734 5.6934 7.16461 6.27859 6.57943C6.86377 5.99425 7.65649 5.66402 8.48406 5.66069H15.5153ZM15.5153 4.20756H8.48406C5.96641 4.20756 3.90625 6.27006 3.90625 8.78537V15.7346C3.90625 18.2522 5.96875 20.3124 8.48406 20.3124H15.5153C18.033 20.3124 20.0931 18.2499 20.0931 15.7346V8.7849C20.0931 6.26725 18.033 4.20709 15.5153 4.20709V4.20756Z' fill='white'/%3e %3cpath d='M12.0017 9.54712C12.5382 9.54712 13.0627 9.70621 13.5088 10.0043C13.9549 10.3024 14.3026 10.726 14.5079 11.2217C14.7132 11.7174 14.7669 12.2628 14.6623 12.789C14.5576 13.3152 14.2992 13.7985 13.9199 14.1779C13.5405 14.5573 13.0571 14.8156 12.5309 14.9203C12.0047 15.025 11.4593 14.9713 10.9636 14.7659C10.468 14.5606 10.0443 14.2129 9.74623 13.7668C9.44816 13.3208 9.28906 12.7963 9.28906 12.2598C9.28993 11.5406 9.57601 10.8511 10.0845 10.3426C10.5931 9.83406 11.2825 9.54799 12.0017 9.54712ZM12.0017 8.09399C11.1778 8.09399 10.3724 8.33831 9.68734 8.79605C9.00228 9.2538 8.46834 9.9044 8.15304 10.6656C7.83774 11.4268 7.75525 12.2644 7.91598 13.0725C8.07672 13.8806 8.47347 14.6228 9.05607 15.2054C9.63866 15.788 10.3809 16.1848 11.189 16.3455C11.9971 16.5062 12.8347 16.4238 13.5959 16.1085C14.3571 15.7932 15.0077 15.2592 15.4654 14.5742C15.9232 13.8891 16.1675 13.0837 16.1675 12.2598C16.1675 11.1549 15.7286 10.0954 14.9474 9.31412C14.1661 8.53289 13.1066 8.09399 12.0017 8.09399Z' fill='white'/%3e %3cpath d='M16.2572 8.89884C16.8027 8.89884 17.2448 8.45665 17.2448 7.91118C17.2448 7.36571 16.8027 6.92352 16.2572 6.92352C15.7117 6.92352 15.2695 7.36571 15.2695 7.91118C15.2695 8.45665 15.7117 8.89884 16.2572 8.89884Z' fill='white'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear_112_8388' x1='15.3891' y1='24.0746' x2='8.61375' y2='0.444923' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23FFDB73'/%3e %3cstop offset='0.08' stop-color='%23FDAD4E'/%3e %3cstop offset='0.15' stop-color='%23FB832E'/%3e %3cstop offset='0.19' stop-color='%23FA7321'/%3e %3cstop offset='0.23' stop-color='%23F6692F'/%3e %3cstop offset='0.37' stop-color='%23E84A5A'/%3e %3cstop offset='0.48' stop-color='%23E03675'/%3e %3cstop offset='0.55' stop-color='%23DD2F7F'/%3e %3cstop offset='0.68' stop-color='%23B43D97'/%3e %3cstop offset='0.97' stop-color='%234D60D4'/%3e %3cstop offset='1' stop-color='%234264DB'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e")}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.checkbox__label{cursor:pointer}.checkbox__input{clip:rect(0,0,0,0);border:0;clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.checkbox__input:focus~.checkbox__name i{border-color:var(--color-3)}.checkbox__input:checked~.checkbox__name i:before{opacity:1}.checkbox__input:disabled~.checkbox__name{cursor:not-allowed;opacity:.5}.checkbox__name{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:16px;line-height:1.5}.checkbox__name,.checkbox__name i{display:-webkit-box;display:-ms-flexbox;display:flex}.checkbox__name i{-ms-flex-negative:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border:1px solid var(--color-5);border-radius:2px;flex-shrink:0;height:24px;justify-content:center;margin-right:15px;-webkit-transition:.2s;transition:.2s;width:24px}.checkbox__name i:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 5L4.66667 9L12 1' stroke='%23645E57' stroke-width='1.5' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;content:"";height:11px;opacity:0;-webkit-transition:.2s;transition:.2s;width:13px}
@charset "UTF-8";.currency{font-style:normal;font-weight:400}.currency--ruble:before{content:"₽"}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.add-to-cart{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative}.add-to-cart.added .add-to-cart__btn--add,.add-to-cart.added .add-to-cart__spinner{display:none}.add-to-cart.added .add-to-cart__btn--added{display:block}.add-to-cart__spinner{-ms-flex-negative:0;flex-shrink:0;width:130px}.add-to-cart__btn{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.add-to-cart__btn--added{display:none}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.notification{margin-bottom:40px}@media (max-width:959px){.notification{margin-bottom:30px}}.notification>:last-child{margin-bottom:0}.notification--mw-1{max-width:960px}.notification.error .notification__message span{background-color:var(--color-4);color:#fff}.notification.success .notification__message span{background-color:var(--color-3);color:#fff}.notification--no-margin-bottom{margin-bottom:0}.notification.visible{display:block}.notification__message{font-size:16px;line-height:1.69;margin-bottom:5px}@media (max-width:959px){.notification__message{font-size:14px;line-height:1.5}}.notification__message span{background-color:var(--color-11);border-radius:8px;display:inline-block;padding:10px 20px;vertical-align:top}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.quick-search{background-color:#fff;border-bottom-left-radius:20px;border-bottom-right-radius:20px;-webkit-box-shadow:0 50px 40px 0 rgba(0,0,0,.05);box-shadow:0 50px 40px 0 rgba(0,0,0,.05);color:var(--color-2);display:none;left:0;max-height:calc(100vh - 220px);overflow:auto;padding:20px;position:absolute;right:0}@media (max-width:639px){.quick-search{max-height:calc(100vh - 180px)}}.quick-search.visible{display:block}.quick-search__list{list-style:none;margin:0;padding:0}.quick-search__item{border-bottom:1px solid var(--color-11);margin-bottom:20px;padding-bottom:20px}.quick-search__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:639px){.quick-search__row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}}.quick-search__image{-ms-flex-negative:0;flex-shrink:0;margin-right:20px;width:80px}@media (max-width:639px){.quick-search__image{width:60px}}.quick-search__image a,.quick-search__image img{display:inline-block;max-width:100%;vertical-align:top}.quick-search__image img{border:1px solid var(--color-11);border-radius:8px}.quick-search__content{margin-right:20px}.quick-search__content>:last-child{margin-bottom:0}@media (max-width:639px){.quick-search__content{margin-bottom:20px;margin-right:0;width:calc(100% - 80px)}}.quick-search__article{color:var(--color-1);font-size:13px;margin-bottom:3px}.quick-search__name{line-height:1.71;margin-bottom:3px}.quick-search__name a{text-decoration:none}body:not(.mobile) .quick-search__name a:hover{text-decoration:underline}.quick-search__price{-ms-flex-negative:0;flex-shrink:0;margin-left:auto;text-align:right;width:100px}@media (max-width:639px){.quick-search__price{text-align:left;width:calc(100% - 80px)}}.quick-search__old-price{color:var(--color-1);font-size:12px;margin-bottom:3px;text-decoration:line-through}.quick-search__current-price{font-family:var(--tf-2);font-size:18px}.quick-search__not-found{display:block;text-align:center}.quick-search__not-found b{font-weight:700}.quick-search__link-show-all{color:var(--color-3)}.quick-search__link-show-all a{text-decoration:none}body:not(.mobile) .quick-search__link-show-all a:hover{text-decoration:underline}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.cart{position:relative;z-index:1}.cart__list{list-style:none;margin:0 0 40px;padding:0}.cart__item{background-color:var(--color-11);border-radius:8px;padding:10px}@media (max-width:959px){.cart__item{padding-left:150px;position:relative}}@media (max-width:639px){.cart__item{padding-left:10px}}.cart__item:not(:last-of-type){margin-bottom:10px}.cart__item.removed .cart__content,.cart__item.removed .cart__image{opacity:.3}.cart__item.removed .cart__removed-message{display:block}.cart__item.removed .cart__btn--remove{display:none}.cart__item.removed .cart__btn--restore{display:block}.cart__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:959px){.cart__row{-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:140px}}@media (max-width:639px){.cart__row{min-height:1px}}.cart__image{-ms-flex-negative:0;-ms-flex-item-align:start;align-self:flex-start;flex-shrink:0;margin-right:40px;width:120px}@media (max-width:1199px){.cart__image{margin-right:20px}}@media (max-width:959px){.cart__image{left:10px;margin-right:0;position:absolute;top:10px}}@media (max-width:639px){.cart__image{width:80px}}.cart__image a,.cart__image img{display:inline-block;max-width:100%;vertical-align:top}.cart__image img{background-color:#fff;border-radius:8px}.cart__image a{-webkit-transition:.2s;transition:.2s}body:not(.mobile) .cart__image a:hover{opacity:.9}.cart__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:20px}.cart__content>:last-child{margin-bottom:0}@media (max-width:959px){.cart__content{margin-bottom:20px;padding-right:40px;width:100%}}@media (max-width:639px){.cart__content{min-height:80px;padding-left:100px}}.cart__article{font-size:15px;margin-bottom:10px}@media (max-width:1199px){.cart__article{font-size:13px;margin-bottom:5px}}.cart__name{color:var(--color-2);font-size:16px;line-height:1.5}@media (max-width:1199px){.cart__name{font-size:14px}}.cart__name a{text-decoration:none}body:not(.mobile) .cart__name a:hover{text-decoration:underline}.cart__price{-ms-flex-negative:0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;margin-right:20px;width:200px}@media (max-width:1199px){.cart__price{width:160px}}@media (max-width:959px){.cart__price{width:auto}}.cart__price-info{-ms-flex-item-align:end;align-self:flex-end;margin-left:10px;padding-bottom:3px}@media (max-width:1199px){.cart__price-info{padding-bottom:1px}}@media (max-width:639px){.cart__price-info{padding-bottom:0}}.cart__spinner{-ms-flex-negative:0;flex-shrink:0;margin-right:100px;width:130px}@media (max-width:1440px){.cart__spinner{margin-right:40px}}@media (max-width:1199px){.cart__spinner{margin-right:20px}}@media (max-width:639px){.cart__spinner{margin-left:auto;margin-right:0;width:110px}}.cart__total-price{-ms-flex-negative:0;flex-shrink:0;margin-right:20px;width:200px}@media (max-width:1199px){.cart__total-price{width:160px}}@media (max-width:959px){.cart__total-price{margin-right:0;width:auto}}@media (max-width:639px){.cart__total-price{margin-top:20px;text-align:right;width:100%}}.cart__control{-ms-flex-negative:0;flex-shrink:0;width:60px}@media (max-width:959px){.cart__control{position:absolute;right:10px;top:10px;width:40px}}.cart__removed-message{-ms-flex-negative:0;color:var(--color-2);display:none;flex-shrink:0;font-size:16px;margin-right:20px;width:200px}@media (max-width:1440px){.cart__removed-message{width:150px}}@media (max-width:1199px){.cart__removed-message{width:105px}}.cart__btn button{-ms-flex-negative:0;background:url("data:image/svg+xml,%3csvg viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 5L19 5' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M2.5332 5.2019C2.5332 5.2019 3.11547 15.0309 3.38473 19.5762C3.4598 20.8432 4.50926 21.8322 5.77852 21.8322C7.93872 21.8322 11.1775 21.8322 13.3377 21.8322C14.607 21.8322 15.6564 20.8432 15.7314 19.5762C16.0007 15.0309 16.5831 5.2019 16.5831 5.2019' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M7.4707 8.78601V18.487' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M11.6445 8.78601V18.487' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M6.5 4.20178V2.57697C6.5 1.70602 7.20608 0.999959 8.077 0.999959H11.8045C12.6755 0.999959 13.3816 1.70602 13.3816 2.57697V4.20178' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e") no-repeat 50%;background-size:20px;border:0;cursor:pointer;display:block;flex-shrink:0;font-size:0;height:40px;margin:0;padding:0;width:40px}.cart__btn--restore{display:none}.cart__btn--restore button{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 23 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M15.8173 4.11523C19.35 5.76031 21.7977 9.31487 21.7977 13.4314C21.7977 19.1104 17.1383 23.7212 11.3984 23.7212' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M7.28438 22.883C3.58915 21.3043 1 17.6643 1 13.4314C1 7.75202 5.6599 3.14117 11.3993 3.14117' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M9.38968 5.51743L11.3988 3.14265L9.0482 1.18727' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M13.4111 21.3494L11.402 23.7242L13.7526 25.6796' stroke='%23CDAD86' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.cart__promo-code{margin-bottom:45px}.cart__sum{margin-bottom:50px}.cart__total{margin-bottom:40px;max-width:640px}.cart__max-quantity{margin-top:8px;text-align:center}@media (max-width:1199px){.cart__max-quantity{font-size:12px;line-height:1.5}}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.promo-code__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-10px}.promo-code__row>:last-child{margin-right:0}@media (max-width:639px){.promo-code__row{display:block}}.promo-code__field{margin-bottom:10px;margin-right:10px;width:300px}@media (max-width:959px){.promo-code__field{width:257px}}@media (max-width:639px){.promo-code__field{margin-right:0;width:auto}}.promo-code__btn{margin-bottom:10px;margin-right:10px}@media (max-width:639px){.promo-code__btn{margin-right:0}}.promo-code__result{margin-bottom:10px}.promo-code__result ul{-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -10px;padding:0}.promo-code__result ul,.promo-code__result ul li{display:-webkit-box;display:-ms-flexbox;display:flex}.promo-code__result ul li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-11);border-radius:25px;font-size:15px;margin-bottom:10px;margin-right:10px;padding:15px 30px}@media (max-width:959px){.promo-code__result ul li{padding-left:20px;padding-right:20px}}@media (max-width:639px){.promo-code__result ul li{font-size:13px;padding-bottom:10px;padding-top:10px}}.promo-code__result ul li span{margin-right:10px}.promo-code__result ul li button{-ms-flex-negative:0;background:url("data:image/svg+xml,%3csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.00391 0.999756L13.0016 13.0003' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3cpath d='M12.9961 0.999756L0.998418 13.0003' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;border:0;cursor:pointer;display:block;flex-shrink:0;font-size:0;height:100%;margin:0;-webkit-transition:.2s;transition:.2s;width:10px}.promo-code__result ul li button:disabled{cursor:not-allowed;opacity:.5}body:not(.mobile) .promo-code__result ul li button:not(:disabled):hover{-webkit-filter:brightness(1.3);filter:brightness(1.3)}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.range-slider__fields{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:25px}.range-slider__field{width:calc(50% - 10px)}.range-slider__line-wrapper{background-color:var(--color-7);margin-bottom:15px;padding-left:8px;padding-right:8px}.range-slider__line{background-color:transparent;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;display:block;height:2px;margin-left:auto;margin-right:auto;position:relative}.range-slider__line .noUi-connect{background-color:var(--color-3)}.range-slider__line .noUi-connect,.range-slider__line .noUi-origin{-webkit-transition:.2s;transition:.2s}.range-slider__line .noUi-handle{background:none;border:0;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;height:36px;top:-17px;width:36px}.range-slider__line .noUi-handle:before{background:var(--color-3);border-radius:50%;content:"";height:16px;left:auto;position:absolute;right:50%;top:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);width:16px}.range-slider__line .noUi-handle:after{display:none}html:not([dir=rtl]) .range-slider__line .noUi-handle{right:-18px}.range-slider__config{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.range-slider__config button{background:none;border:0;color:inherit;cursor:pointer;margin:0;opacity:.7;padding:0}.range-slider__config button:first-of-type{margin-right:10px}
:root{--tf-1:"Wix Madefor Display",arial,sans-serif;--tf-2:"Uni Neue","Times New Roman",serif;--color-1:#645e57;--color-rgb-1:100,94,87;--color-2:#000;--color-3:#707d62;--color-4:red;--color-5:#c7c1b4;--color-6:#849573;--color-7:#b4b897;--color-8:#5e5851;--color-9:#655f57;--color-10:#e4d4bd;--color-11:#ece8e0;--color-12:#faf7f2;--color-13:#d91e27;--color-14:#cdad86;--color-15:#9da27e;--min-width:360px;--gap:30px;--half-gap:15px}@media (max-width:639px){:root{--gap:20px;--half-gap:10px}}.tippy{background:none;border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;margin:-3px 0 0;padding:0;-webkit-transition:.2s;transition:.2s;vertical-align:middle}.tippy:before{-ms-flex-negative:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:var(--color-6);border-radius:50%;color:#fff;content:"?";display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;font-size:12px;height:18px;justify-content:center;padding-top:1px;width:18px}body:not(.mobile) .tippy:hover{-webkit-filter:brightness(1.05);filter:brightness(1.05)}.tippy-box{background-color:var(--color-11);border-radius:8px;color:var(--color-1)}.tippy-arrow{color:var(--color-11)}.tippy-content{border-radius:8px;-webkit-box-shadow:0 0 70px -20px rgba(0,0,0,.2);box-shadow:0 0 70px -20px rgba(0,0,0,.2);line-height:1.5;padding:20px}.tippy-content button{background:url("data:image/svg+xml,%3csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.39337 23.1069L22.6066 1.89373' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3cpath d='M1.39337 1.89355L22.6066 23.1068' stroke='%23645E57' stroke-width='2' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;background-size:10px;border:0;cursor:pointer;font-size:0;height:30px;margin:0;padding:0;position:absolute;right:0;top:0;width:30px}[data-tippy-root]{z-index:99!important}
[id^=wait_]{visibility:hidden}#bx-panel{z-index:10!important}:root{--fancybox-accent-color:var(--color-3)}
