:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;-webkit-animation:f-spinner-rotate 2s linear infinite;animation:f-spinner-rotate 2s linear infinite}.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{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes f-spinner-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{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}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{-webkit-animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{-webkit-animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@-webkit-keyframes f-throwOutUp{to{-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);opacity:0}}@keyframes f-throwOutUp{to{-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);opacity:0}}@-webkit-keyframes f-throwOutDown{to{-webkit-transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}@keyframes f-throwOutDown{to{-webkit-transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{-webkit-animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp;animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{-webkit-animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@-webkit-keyframes f-zoomInUp{from{-webkit-transform:scale(0.975) translate3d(0, 16px, 0);transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomInUp{from{-webkit-transform:scale(0.975) translate3d(0, 16px, 0);transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes f-zoomOutDown{to{-webkit-transform:scale(0.975) translate3d(0, 16px, 0);transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}@keyframes f-zoomOutDown{to{-webkit-transform:scale(0.975) translate3d(0, 16px, 0);transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{-webkit-animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;animation:var(--f-transition-duration, 0.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, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@-webkit-keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes f-fadeOut{100%{opacity:0}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{-webkit-animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{-webkit-animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@-webkit-keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@-webkit-keyframes f-fadeFastOut{100%{opacity:0}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{-webkit-animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{-webkit-animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@-webkit-keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes f-fadeSlowOut{100%{opacity:0}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{-webkit-animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{-webkit-animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@-webkit-keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes f-crossfadeOut{100%{opacity:0}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@-webkit-keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes f-slideOutNext{100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes f-slideOutNext{100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes f-slideOutPrev{100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes f-slideOutPrev{100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}.f-classicIn.from-next{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@-webkit-keyframes f-classicInNext{0%{-webkit-transform:translateX(-75px);transform:translateX(-75px);opacity:0}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInNext{0%{-webkit-transform:translateX(-75px);transform:translateX(-75px);opacity:0}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes f-classicInPrev{0%{-webkit-transform:translateX(75px);transform:translateX(75px);opacity:0}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{-webkit-transform:translateX(75px);transform:translateX(75px);opacity:0}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes f-classicOutNext{100%{-webkit-transform:translateX(-75px);transform:translateX(-75px);opacity:0}}@keyframes f-classicOutNext{100%{-webkit-transform:translateX(-75px);transform:translateX(-75px);opacity:0}}@-webkit-keyframes f-classicOutPrev{100%{-webkit-transform:translateX(75px);transform:translateX(75px);opacity:0}}@keyframes f-classicOutPrev{100%{-webkit-transform:translateX(75px);transform:translateX(75px);opacity:0}}: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{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:content-box;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);-webkit-box-shadow:var(--f-button-shadow);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;-webkit-transition:var(--f-button-transition);transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;-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))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;-webkit-transform:var(--f-button-transform);transform:var(--f-button-transform);-webkit-filter:var(--f-button-svg-filter);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{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{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;-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-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next 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{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{-ms-touch-action:none;touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;-webkit-transform-origin:top left;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container::-webkit-backdrop{background-color:rgba(0,0,0,0)}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height: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{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;height:100%}.fancybox__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;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 [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;-webkit-transition:none;transition:none;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;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;-webkit-filter:blur(0px);filter:blur(0px)}.fancybox__caption{-ms-flex-item-align:center;align-self:center;max-width:100%;-ms-flex-negative:0;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .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;top:0;right:8px;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;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);-webkit-transition:all .25s ease;transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.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, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right: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, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.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, 0.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{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{-webkit-animation:.15s ease-out both f-fadeOut;animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;-webkit-animation:.15s ease-out both f-fadeOut;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){-webkit-animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn;animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{-webkit-animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){-webkit-animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{-webkit-animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;-ms-flex-negative:1;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !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{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:translateZ(0);transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:-webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.f-thumbs__track{display:-webkit-box;display:-ms-flexbox;display:flex}.f-thumbs__slide{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.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{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);-webkit-transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);-webkit-transition:none;transition:none;pointer-events:none}.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 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;-ms-touch-action:manipulation;touch-action:manipulation;opacity:var(--f-thumb-opacity);-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.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{outline:none;opacity:var(--f-thumb-selected-opacity)}.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{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);-webkit-animation:f-fadeIn .2s ease-out;animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.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;position:relative;opacity:var(--fancybox-opacity, 1);-webkit-transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.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(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.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(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.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:0px !important}.is-closing .fancybox__thumbs{-webkit-transition:none !important;transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.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, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.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, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;-webkit-animation:.15s ease-out both f-fadeOut;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.fancybox__toolbar__column.is-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-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}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:-webkit-box;display:-ms-flexbox;display:flex}[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{position:absolute;top:0;left:0;right:0;height:3px;-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;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;-webkit-transform-style:flat;transform-style:flat}.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{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;-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{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;-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}.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{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top: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{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;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{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
.tippy-box[data-theme~=light-border]{background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,8,16,.15);color:#333;box-shadow:0 4px 14px -2px rgba(0,8,16,.08)}.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;top:17px;left:1px}.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-width:7px 7px 7px 0;right:17px;top:1px;border-right-color:rgba(0,8,16,.2)}.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;width:16px;height:6px}
/**
 * Swiper 6.8.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 22, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  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');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  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 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.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;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.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;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.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-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.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 {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.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(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.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: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.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: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.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 {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 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 {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: 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 {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.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 {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[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: #f00;
  --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: #f00;
  --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-weight: 900;
  font-family: "Uni Neue";
  font-style: italic;
  src: url(frontend/src/fonts/uni-neue/UniNeue-HeavyItalic.woff2) format("woff2"), url(frontend/src/fonts/uni-neue/UniNeue-HeavyItalic.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: "Uni Neue";
  font-style: normal;
  src: url(frontend/src/fonts/uni-neue/UniNeue-Light.woff2) format("woff2"), url(frontend/src/fonts/uni-neue/UniNeue-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 900;
  font-family: "Uni Neue-Trial";
  font-style: normal;
  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-display: swap;
}
@font-face {
  font-weight: bold;
  font-family: "Uni Neue-Trial";
  font-style: normal;
  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-display: swap;
}
@font-face {
  font-weight: 900;
  font-family: "Uni Neue-Trial";
  font-style: italic;
  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-display: swap;
}
@font-face {
  font-weight: bold;
  font-family: "Uni Neue-Trial";
  font-style: italic;
  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-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: "Uni Neue-Trial Book";
  font-style: normal;
  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-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: "Uni Neue-Trial Book";
  font-style: italic;
  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-display: swap;
}
@font-face {
  font-weight: 900;
  font-family: "Uni Neue-Trial";
  font-style: normal;
  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-display: swap;
}
@font-face {
  font-weight: 900;
  font-family: "Uni Neue-Trial";
  font-style: italic;
  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-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: "Uni Neue-Trial";
  font-style: normal;
  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-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: "Uni Neue-Trial";
  font-style: italic;
  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-display: swap;
}
@font-face {
  font-weight: normal;
  font-family: "Uni Neue-Trial";
  font-style: normal;
  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-display: swap;
}
@font-face {
  font-weight: 100;
  font-family: "Uni Neue-Trial";
  font-style: normal;
  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-display: swap;
}
@font-face {
  font-weight: normal;
  font-family: "Uni Neue-Trial";
  font-style: italic;
  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-display: swap;
}
@font-face {
  font-weight: 100;
  font-family: "Uni Neue-Trial";
  font-style: italic;
  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");
  font-display: swap;
}
: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: #f00;
  --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: #f00;
  --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);
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: var(--color-1);
  font-weight: normal;
  font-size: 14px;
  font-family: var(--tf-1);
  font-style: normal;
  line-height: 1.25;
}
body.mobile {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}
body:not(.mobile) a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: calc(1440px + var(--gap) * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--gap);
  padding-left: var(--gap);
}
.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: #f00;
  --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% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
  }
}
@-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(0.8);
            transform: scale(0.8);
  }
  100% {
    -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(0.8);
            transform: scale(0.8);
  }
  100% {
    -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: #f00;
  --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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}
@media print {
  .page {
    display: block;
  }
}
.page__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: #f00;
  --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 {
  display: block;
}
.field__label {
  display: block;
}
.field__name {
  display: block;
  margin-bottom: 10px;
}
.field__name span {
  opacity: 0.7;
}
.field__name--required::after {
  color: var(--color-4);
  content: " *";
}
.field__element {
  display: block;
}
.field__element input,
.field__element textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  color: var(--color-1);
  font-weight: normal;
  font-size: 15px;
  font-family: var(--tf-1);
  line-height: 1.25;
  text-align: left;
  background-color: #fff;
  border: 1px solid var(--color-5);
  border-radius: 4px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.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-decoration, .field__element input[type=search]::-webkit-search-cancel-button, .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-decoration,
.field__element textarea[type=search]::-webkit-search-cancel-button,
.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), 0.5);
}
.field__element input::-moz-placeholder, .field__element textarea::-moz-placeholder {
  color: rgba(var(--color-rgb-1), 0.5);
}
.field__element input:-ms-input-placeholder, .field__element textarea:-ms-input-placeholder {
  color: rgba(var(--color-rgb-1), 0.5);
}
.field__element input::-ms-input-placeholder, .field__element textarea::-ms-input-placeholder {
  color: rgba(var(--color-rgb-1), 0.5);
}
.field__element input::placeholder,
.field__element textarea::placeholder {
  color: rgba(var(--color-rgb-1), 0.5);
}
.field__element input:placeholder,
.field__element textarea:placeholder {
  color: rgba(var(--color-rgb-1), 0.5);
}
.field__element input:-moz-placeholder-shown, .field__element textarea:-moz-placeholder-shown {
  color: rgba(var(--color-rgb-1), 0.5);
}
.field__element input:-ms-input-placeholder, .field__element textarea:-ms-input-placeholder {
  color: rgba(var(--color-rgb-1), 0.5);
}
.field__element input:placeholder-shown,
.field__element textarea:placeholder-shown {
  color: rgba(var(--color-rgb-1), 0.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 {
  color: var(color-1);
  background-color: var(--color-12);
  cursor: not-allowed;
}
.field__element textarea {
  height: 100px;
  min-height: 100px;
  resize: vertical;
}
.field__element--spinner input {
  color: var(--color-2);
  text-align: center;
  border-radius: 25px;
}
@media (max-width: 639px) {
  .field__element--spinner--size-1 input {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }
}
.field__element--product-spinner input {
  color: var(--color-2);
  text-align: center;
  border-right: 0;
  border-radius: 25px 0 0 25px;
}
.field__element--search input {
  padding-left: 50px;
  color: var(--color-2);
  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-repeat: no-repeat;
  background-position: left 19px center;
  background-size: 20px 20px;
  border-color: transparent;
  border-radius: 25px;
}
@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;
  margin-top: 6px;
  font-size: 13px;
  text-align: right;
}
.field__error span {
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  vertical-align: top;
  background-color: var(--color-4);
  border-radius: 4px;
}

.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: #f00;
  --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 {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: var(--color-11);
}
@media (max-width: 1840px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .header {
    padding-top: 12px;
  }
}
.header:not(.disabled) {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__col--control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__col--control > :last-child {
  margin-right: 0;
}
@media (max-width: 1840px) {
  .header__col--control {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
}
@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;
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 1840px) {
  .header__col--btn-catalog {
    display: none;
  }
}
@media (max-width: 959px) {
  .header__col--btn-catalog {
    display: block;
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .header__col--btn-catalog {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
    width: 100%;
    margin-right: 0;
  }
}
.header__col--hamburger {
  margin-right: 0;
}
@media (max-width: 1840px) {
  .header__col--hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.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 {
  min-height: 25px;
  margin-right: 60px;
  padding-left: 30px;
  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 left center;
  background-size: 17px 25px;
}
@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 {
  margin-bottom: 3px;
  color: var(--color-2);
  font-size: 24px;
  font-family: var(--tf-2);
}
.header__tel a {
  text-decoration: none;
}
.header__link-callback {
  font-size: 15px;
}
.header__link-callback a {
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body:not(.mobile) .header__link-callback a:hover {
  border-bottom-color: var(--color-1);
}
.header__preview {
  margin-right: 24px;
}
.header__preview--search {
  width: 632px;
  margin-right: 56px;
}
@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: initial;
    width: auto;
    margin-right: 24px;
  }
}
.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: #f00;
  --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 {
  position: fixed;
  right: 50%;
  bottom: var(--gap);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  padding: var(--gap);
  background-color: var(--color-10);
  border-radius: 8px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 1199px) {
  .cookie-info {
    right: var(--gap);
    left: var(--gap);
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 959px) {
  .cookie-info {
    display: block;
  }
}
.cookie-info__description {
  margin-right: var(--gap);
}
@media (max-width: 959px) {
  .cookie-info__description {
    margin-right: 0;
    margin-bottom: var(--half-gap);
  }
}
@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: #f00;
  --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((100% - var(--half-gap) * 8) / 4);
}
@media (max-width: 959px) {
  .gallery--four-cols .gallery__item {
    width: calc((100% - var(--half-gap) * 6) / 3);
  }
}
@media (max-width: 639px) {
  .gallery--four-cols .gallery__item {
    width: calc((100% - var(--half-gap) * 4) / 2);
  }
}
.gallery--six-cols .gallery__item {
  width: calc((100% - var(--half-gap) * 12) / 6);
}
@media (max-width: 1440px) {
  .gallery--six-cols .gallery__item {
    width: calc((100% - var(--half-gap) * 10) / 5);
  }
}
@media (max-width: 1199px) {
  .gallery--six-cols .gallery__item {
    width: calc((100% - var(--half-gap) * 8) / 4);
  }
}
@media (max-width: 959px) {
  .gallery--six-cols .gallery__item {
    width: calc((100% - var(--half-gap) * 6) / 3);
  }
}
@media (max-width: 639px) {
  .gallery--six-cols .gallery__item {
    width: calc((100% - var(--half-gap) * 4) / 2);
  }
}
.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 calc(-1 * var(--half-gap));
  margin-bottom: calc(-1 * var(--gap));
  padding: 0;
  list-style: none;
}
.gallery__item {
  width: calc(100% - var(--half-gap) * 2);
  margin-right: var(--half-gap);
  margin-bottom: var(--gap);
  margin-left: var(--half-gap);
}
.gallery__item a,
.gallery__item img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.gallery__item a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body:not(.mobile) .gallery__item a:hover {
  opacity: 0.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: #f00;
  --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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 calc(-1 * var(--half-gap));
  margin-bottom: -20px;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199px) {
  .fast-nav__list {
    margin-bottom: -10px;
  }
}
.fast-nav__list--four-cols .fast-nav__item {
  width: calc((100% - var(--half-gap) * 8) / 4);
}
@media (max-width: 1199px) {
  .fast-nav__list--four-cols .fast-nav__item {
    width: calc((100% - var(--half-gap) * 6) / 3);
  }
}
@media (max-width: 959px) {
  .fast-nav__list--four-cols .fast-nav__item {
    width: calc((100% - 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 {
  width: calc(100% - var(--half-gap) * 2);
  margin-right: var(--half-gap);
  margin-bottom: 20px;
  margin-left: var(--half-gap);
}
@media (max-width: 1199px) {
  .fast-nav__item {
    margin-bottom: 10px;
  }
}
.fast-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
      flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border: 1px solid var(--color-11);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .fast-nav__link img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 639px) {
  .fast-nav__link img {
    width: 50px;
    height: 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: #f00;
  --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 {
  display: inline-block;
  padding: 8px 17px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
  background-color: var(--color-3);
  border-radius: 5px;
}
.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: #f00;
  --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((100% - 40px) / 2);
}
@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-right: 0;
    margin-bottom: 40px;
  }
}
.contacts__list {
  margin: 0;
  margin-bottom: -40px;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199px) {
  .contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: calc(-1 * var(--half-gap));
    margin-left: calc(-1 * var(--half-gap));
  }
}
.contacts__item {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .contacts__item {
    width: 290px;
    margin-right: var(--half-gap);
    margin-left: var(--half-gap);
  }
}
@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: #f00;
  --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 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 700px;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .map {
    height: 600px;
  }
}
@media (max-width: 959px) {
  .map {
    height: 580px;
  }
}
@media (max-width: 639px) {
  .map {
    height: 480px;
  }
}
.map > ymaps {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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: #f00;
  --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 {
  margin-bottom: 10px;
  color: var(--color-2);
  font-size: 24px;
  font-family: var(--tf-2);
}
@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;
  margin: 0 -10px;
  margin-bottom: -20px;
  padding: 0;
  list-style: none;
}
.personal__item {
  width: calc((100% - 60px) / 3);
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}
@media (max-width: 959px) {
  .personal__item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 639px) {
  .personal__item {
    width: calc(100% - 20px);
  }
}
.personal__link {
  display: block;
  padding: 30px;
  color: var(--color-2);
  font-size: 24px;
  font-family: var(--tf-2);
  text-decoration: none;
  background-color: var(--color-11);
  border-radius: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.personal__link::before {
  display: block;
  height: 64px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: left bottom;
  content: "";
}
@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: #f00;
  --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;
  margin: 0;
  margin-bottom: -10px;
  padding: 0;
  list-style: none;
}
.pagination__item:not(:last-of-type) {
  margin-right: 10px;
}
.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  color: var(--color-2);
  font-size: 18px;
  font-family: var(--tf-2);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid var(--color-11);
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 959px) {
  .pagination__link {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
body:not(.mobile) .pagination__link:not(.pagination__link--active, .pagination__link--dots):hover {
  background-color: var(--color-11);
}
.pagination__link--active {
  color: #fff;
  background-color: var(--color-6);
  border-color: transparent;
}
.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: #f00;
  --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 {
  margin-bottom: 40px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .nav {
    position: relative;
    z-index: 100;
    float: right;
    margin-bottom: 0;
    margin-left: 30px;
  }
}
.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-right-radius: 0;
  border-bottom-left-radius: 0;
}
.nav.active .nav__container {
  display: block;
}
.nav__btn-toggle {
  display: none;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 0;
  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;
}
@media (max-width: 1199px) {
  .nav__btn-toggle {
    display: block;
  }
}
@media (max-width: 1199px) {
  .nav__container {
    position: absolute;
    right: 0;
    display: none;
    width: 320px;
  }
}
.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.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-right-radius: 4px;
  border-bottom-left-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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
  text-decoration: none;
  background-color: var(--color-12);
  border: 1px solid var(--color-11);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body:not(.mobile) .nav__link:not(.active, .nav__link--title):hover {
  -webkit-filter: brightness(1.02);
          filter: brightness(1.02);
}
.nav__link.active {
  color: #fff;
  background-color: var(--color-6);
  border-color: transparent;
}
.nav__link--drop-down span {
  margin-right: 20px;
}
.nav__link--drop-down::after {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 8px;
  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 center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
}
.nav__link--title {
  margin-bottom: 30px;
  padding: 0;
  padding-left: 20px;
  color: var(--color-2);
  font-size: 24px;
  font-family: var(--tf-2);
  background-color: transparent;
  border-color: transparent;
}
@media (max-width: 1199px) {
  .nav__link--title {
    margin-bottom: 0;
    padding: 25px 20px;
    background-color: var(--color-11);
    border-color: var(--color-11);
  }
}
.nav__inner {
  max-height: 0;
  overflow: hidden;
  font-size: 15px;
  border-left: 1px solid var(--color-6);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav__inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__inner ul li a {
  display: block;
  padding: 15px 20px;
  line-height: 1.5;
  text-decoration: none;
  background-color: var(--color-11);
  -webkit-transition: 0.2s;
  transition: 0.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 {
  color: #fff;
  background-color: var(--color-6);
  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: #f00;
  --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 {
  position: fixed;
  bottom: calc(var(--gap) * 2);
  left: var(--gap);
  z-index: 990;
  display: block;
  width: 46px;
  height: 46px;
  font-size: 0;
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@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 {
  visibility: visible;
  opacity: 1;
}
@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: #f00;
  --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 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 15px 29px;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  background-color: var(--color-3);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid transparent;
  border-radius: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn:disabled, .btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn.loading {
  color: transparent;
  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;
  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 {
  color: var(--color-1);
  background-color: var(--color-11);
  border-color: var(--color-7);
}
.btn--style-3 {
  color: var(--color-1);
  background-color: var(--color-11);
}
.btn--size-1 {
  padding: 10px 19px;
  font-size: 13px;
}
.btn--filter {
  padding: 2px 19px;
  padding-right: 2px;
}
.btn--filter::before {
  display: block;
  width: 24px;
  height: 25px;
  margin-right: 10px;
  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 center;
  content: "";
}
.btn--filter span {
  margin-right: 10px;
}
.btn--filter i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--color-3);
  font-size: 15px;
  font-style: normal;
  background: #fff;
  border-radius: 50%;
}
.btn--filter.active {
  border-radius: 23px 23px 0 0;
}
.btn--fast::before {
  display: block;
  width: 26px;
  height: 21px;
  margin-right: 10px;
  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 center;
  content: "";
}
.btn--spinner {
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn--spinner::before {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  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 center;
  content: "";
}
.btn--all {
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.btn--all span {
  margin-right: 20px;
}
.btn--all::after {
  display: block;
  width: 40px;
  height: 40px;
  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 center;
  content: "";
}
.btn--fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.btn--height-fluid {
  height: 100%;
}
@media (max-width: 639px) {
  .btn--fluid-on-mobile {
    width: 100%;
    padding-right: 15px;
    padding-left: 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: #f00;
  --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 {
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.date::before {
  position: absolute;
  top: -13px;
  left: -10px;
  z-index: -1;
  width: 38px;
  height: 45px;
  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 center;
  content: "";
}
@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: #f00;
  --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 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.69;
}
@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: #f00;
  --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 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100%);
}
.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: 0.5;
}
.radio__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}
.radio__name i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-color: #fff;
  border: 1px solid var(--color-5);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.radio__name i::before {
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--color-6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
}
.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: #f00;
  --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 {
  max-width: 640px;
  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: #f00;
  --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 {
  top: -5px;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .price--size-1 .price__old {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .price--size-2 .price__current {
    font-size: 36px;
  }
}
@media (max-width: 639px) {
  .price--size-2 .price__old {
    top: -5px;
    font-size: 18px;
  }
}
.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 {
  top: -5px;
  font-size: 16px;
}
@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 {
  top: 0;
  margin-bottom: 5px;
}
.price__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
}
.price__top > :last-child {
  margin-right: 0;
}
.price__current {
  margin-right: 10px;
  color: var(--color-2);
  font-size: 48px;
  font-family: var(--tf-2);
}
@media (max-width: 1199px) {
  .price__current {
    font-size: 36px;
  }
}
@media (max-width: 639px) {
  .price__current {
    font-size: 30px;
  }
}
.price__old {
  position: relative;
  top: -16px;
  font-size: 18px;
  text-decoration: line-through;
}
@media (max-width: 1199px) {
  .price__old {
    top: -5px;
  }
}
@media (max-width: 639px) {
  .price__old {
    top: 1px;
    font-size: 16px;
  }
}
.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: #f00;
  --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 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.data__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.data__item span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-right: 10px;
}
.data__item span:first-of-type::after {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 20px;
  margin-left: 10px;
  border-bottom: 1px dashed var(--color-7);
  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: #f00;
  --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 {
  max-width: 640px;
  margin-bottom: 60px;
}
@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-right: 20px;
  margin-bottom: 10px;
}
@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: #f00;
  --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-size: 24px;
  font-family: var(--tf-2);
}
@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 {
    display: block;
  }
}
@media (max-width: 959px) {
  .composition__table table tbody {
    display: block;
  }
}
@media (max-width: 959px) {
  .composition__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
    background-color: var(--color-11);
    border-radius: 8px;
  }
  .composition__row:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.composition__cell {
  padding: 10px;
  vertical-align: middle;
  background-color: var(--color-11);
}
@media (max-width: 959px) {
  .composition__cell {
    padding: 0;
    background-color: transparent;
  }
}
.composition__cell:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.composition__cell:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.composition__cell--image {
  width: 140px;
}
@media (max-width: 959px) {
  .composition__cell--image {
    width: 80px;
    margin-right: 20px;
    margin-bottom: 24px;
  }
}
.composition__cell--content {
  padding-left: 30px;
}
@media (max-width: 959px) {
  .composition__cell--content {
    width: calc(100% - 80px - 20px);
    padding-left: 0;
  }
}
.composition__cell--price {
  width: 150px;
}
@media (max-width: 959px) {
  .composition__cell--price {
    width: auto;
    margin-right: 20px;
  }
}
.composition__cell--count {
  width: 115px;
}
@media (max-width: 959px) {
  .composition__cell--count {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: auto;
    margin-right: 20px;
  }
}
.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: 0.2s;
  transition: 0.2s;
}
body:not(.mobile) .composition__image a:hover {
  opacity: 0.9;
}
.composition__article {
  margin-bottom: 5px;
  font-size: 15px;
}
@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 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}
@media (max-width: 959px) {
  .composition__old-price {
    margin-bottom: 7px;
    font-size: 13px;
  }
}
.composition__current-price {
  color: var(--color-2);
  font-size: 24px;
  font-family: var(--tf-2);
  line-height: 1;
}
@media (max-width: 959px) {
  .composition__current-price {
    font-size: 18px;
  }
}
.composition__count {
  color: var(--color-2);
  font-size: 24px;
  font-family: var(--tf-2);
  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: #f00;
  --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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}
@media (max-width: 639px) {
  .special-radio__label {
    font-size: 14px;
  }
}
.special-radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100%);
}
.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__icon, .special-radio__input:disabled ~ .special-radio__primary, .special-radio__input:disabled ~ .special-radio__description {
  cursor: not-allowed;
  opacity: 0.5;
}
.special-radio__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-color: #fff;
  border: 1px solid var(--color-5);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.special-radio__icon::before {
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--color-6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
}
.special-radio__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 24px - 15px);
  color: var(--color-2);
}
@media (max-width: 639px) {
  .special-radio__primary {
    padding-top: 3px;
  }
}
.special-radio__primary span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-right: 10px;
}
.special-radio__primary span:first-of-type::after {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 20px;
  margin-left: 10px;
  border-bottom: 1px dashed var(--color-7);
  content: "";
}
.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: #f00;
  --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 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.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: #f00;
  --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 {
  width: calc((100% - var(--half-gap) * 4) / 2);
  padding-right: 60px;
}
@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;
  margin: 0 calc(-1 * var(--half-gap));
  margin-bottom: -30px;
  padding: 0;
  list-style: none;
}
@media (max-width: 959px) {
  .news__list {
    margin-bottom: -20px;
  }
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - var(--half-gap) * 2);
  margin-right: var(--half-gap);
  margin-bottom: 30px;
  margin-left: var(--half-gap);
}
@media (max-width: 959px) {
  .news__item {
    margin-bottom: 20px;
  }
}
.news__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .news__image {
    width: 120px;
    margin-right: 20px;
  }
}
@media (max-width: 639px) {
  .news__image {
    width: 80px;
  }
}
.news__image a,
.news__image img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  border-radius: 10px;
}
.news__image a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body:not(.mobile) .news__image a:hover {
  opacity: 0.9;
}
.news__content > :last-child {
  margin-bottom: 0;
}
.news__date {
  margin-bottom: 22px;
}
@media (max-width: 639px) {
  .news__date {
    margin-bottom: 12px;
  }
}
.news__title {
  margin-bottom: 20px;
  color: var(--color-2);
  font-size: 24px;
  font-family: var(--tf-2);
}
@media (max-width: 1199px) {
  .news__title {
    font-size: 21px;
    line-height: 1.43;
  }
}
@media (max-width: 639px) {
  .news__title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.news__title a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.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;
  margin-bottom: 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: #f00;
  --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 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--color-11);
}
@media (max-width: 1440px) {
  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.content--type-1 {
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
@media (max-width: 959px) {
  .content--type-1 {
    margin-bottom: 40px;
  }
}
.content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 959px) {
  .content__row {
    display: block;
  }
}
.content__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 480px;
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .content__image {
    width: 420px;
  }
}
@media (max-width: 959px) {
  .content__image {
    width: auto;
    margin-right: 0;
    margin-bottom: 35px;
    text-align: center;
  }
}
.content__image img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  border-radius: 10px;
}
.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: #f00;
  --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-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 1440px) {
  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 959px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section--size-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 959px) {
  .section--size-1 {
    padding-top: 40px;
    padding-bottom: 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: #f00;
  --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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 959px) {
  .primary {
    margin-bottom: 50px;
  }
}
.primary__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.primary__title::after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 20px;
  height: 1px;
  margin-left: 40px;
  background-image: repeating-linear-gradient(to right, var(--color-14) 0, var(--color-14) 10px, transparent 10px, transparent 20px);
  content: "";
}
@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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: #f00;
  --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 {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 0;
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 959px) {
  .arrow {
    width: 30px;
    height: 30px;
  }
}
body:not(.mobile) .arrow:not(:disabled):hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
.arrow:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.arrow--next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.arrow--size-1 {
  width: 40px;
  height: 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: #f00;
  --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 {
  width: 410px;
  padding: 10px 20px;
}
@media (max-width: 600px) {
  .info--tippy {
    width: 280px;
    padding: 0;
  }
}
.info--card {
  padding: 30px 40px;
  background-color: var(--color-11);
  border-radius: 8px;
}
@media (max-width: 959px) {
  .info--card {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 639px) {
  .info--card {
    padding: 20px;
  }
}
.info__title {
  margin-bottom: 20px;
}
.info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-right: 5px;
}
.info__item span:first-of-type::after {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 20px;
  margin-left: 5px;
  border-bottom: 1px dashed var(--color-7);
  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: #f00;
  --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;
  margin: 0 -15px;
  margin-bottom: -30px;
  padding: 0;
  list-style: none;
}
@media (max-width: 959px) {
  .catalog__list {
    margin-right: -5px;
    margin-bottom: -10px;
    margin-left: -5px;
  }
}
.catalog__list--four-cols .catalog__item {
  width: calc((100% - 120px) / 4);
}
@media (max-width: 1440px) {
  .catalog__list--four-cols .catalog__item {
    width: calc((100% - 90px) / 3);
  }
}
@media (max-width: 1199px) {
  .catalog__list--four-cols .catalog__item {
    width: calc((100% - 60px) / 2);
  }
}
@media (max-width: 959px) {
  .catalog__list--four-cols .catalog__item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 639px) {
  .catalog__list--four-cols .catalog__item {
    width: calc(100% - 10px);
  }
}
.catalog__item {
  width: calc(100% - 30px);
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
}
@media (max-width: 959px) {
  .catalog__item {
    width: calc(100% - 10px);
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
}
.catalog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  min-height: 180px;
  color: var(--color-2);
  font-size: 24px;
  font-family: var(--tf-2);
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 959px) {
  .catalog__link {
    min-height: 124px;
    font-size: 18px;
    line-height: 1.5;
  }
}
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;
  padding-right: 20px;
  word-break: break-word;
}
.catalog__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 146px;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 959px) {
  .catalog__image {
    max-width: 100px;
  }
}
.catalog__image img {
  display: block;
  max-width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.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: #f00;
  --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 {
  width: 420px;
  margin-right: 60px;
}
@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 {
    width: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.card__col--right {
  width: calc(100% - 420px - 60px);
}
@media (max-width: 1440px) {
  .card__col--right {
    width: calc(100% - 400px - 60px);
  }
}
@media (max-width: 1199px) {
  .card__col--right {
    width: calc(100% - 320px - 60px);
  }
}
@media (max-width: 959px) {
  .card__col--right {
    width: auto;
  }
}
.card__title {
  margin-bottom: 30px;
  color: var(--color-2);
  font-weight: normal;
  font-size: 40px;
  font-family: var(--tf-2);
  line-height: 1.35;
}
@media (max-width: 1199px) {
  .card__title {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 1.33;
  }
}
@media (max-width: 639px) {
  .card__title {
    margin-bottom: 34px;
    font-size: 30px;
  }
}
.card__title h1 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
.card__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .card__primary {
    margin-bottom: 21px;
  }
}
@media (max-width: 639px) {
  .card__primary {
    margin-bottom: 32px;
  }
}
.card__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .card__data {
    margin-right: 30px;
  }
}
@media (max-width: 639px) {
  .card__data {
    display: block;
  }
}
.card__article {
  margin-right: 60px;
  font-size: 16px;
}
@media (max-width: 639px) {
  .card__article {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.card__control-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .card__control-mobile {
    display: block;
    margin-right: -8px;
    margin-left: auto;
  }
}
.card__btn-fast-order {
  margin-bottom: 37px;
}
.card__purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  .card__purchase {
    display: block;
  }
}
.card__add-to-cart {
  width: 100%;
  max-width: 294px;
  margin-right: 30px;
}
@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 {
  width: 294px;
  margin-right: 40px;
}
@media (max-width: 639px) {
  .card__price {
    margin-right: 0;
    margin-bottom: 44px;
  }
}
.card__info {
  max-width: 640px;
  margin-bottom: 30px;
}
.card__description {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.68;
}
@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;
  margin-bottom: 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: #f00;
  --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;
  }
}
@media (max-width: 639px) {
  .spinner--size-1 .spinner__btn--plus {
    right: 5px;
  }
}
.spinner__btn {
  position: absolute;
  top: 1px;
  bottom: 1px;
  display: block;
  width: 30px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 0;
  border-radius: 25px;
  cursor: pointer;
}
.spinner__btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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 center;
  background-size: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
}
.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: 0.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: #f00;
  --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 {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  word-wrap: break-word;
}
@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 > h1, .text .text__h1 {
  margin: 0;
  margin-bottom: 30px;
  color: var(--color-2);
  font-weight: normal;
  font-size: 48px;
  font-family: var(--tf-2);
  line-height: 1.25;
}
@media (max-width: 1199px) {
  .text > h1, .text .text__h1 {
    font-size: 36px;
    line-height: 1.33;
  }
}
@media (max-width: 639px) {
  .text > h1, .text .text__h1 {
    font-size: 30px;
    line-height: 1.33;
  }
}
.text > h2, .text .text__h2 {
  margin: 0;
  margin-bottom: 30px;
  color: var(--color-2);
  font-weight: normal;
  font-size: 40px;
  font-family: var(--tf-2);
  line-height: 1.35;
}
@media (max-width: 1199px) {
  .text > h2, .text .text__h2 {
    font-size: 30px;
    line-height: 1.6;
  }
}
@media (max-width: 639px) {
  .text > h2, .text .text__h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.text > h3, .text .text__h3 {
  margin: 0;
  margin-bottom: 30px;
  color: var(--color-2);
  font-weight: normal;
  font-size: 24px;
  font-family: var(--tf-2);
  line-height: 1.25;
}
@media (max-width: 1199px) {
  .text > h3, .text .text__h3 {
    font-size: 21px;
    line-height: 1.43;
  }
}
@media (max-width: 639px) {
  .text > h3, .text .text__h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.text p {
  margin: 0;
  margin-bottom: 30px;
}
.text b,
.text strong {
  font-weight: 600;
}
.text > img {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
}
.text > ul {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  padding-left: 12px;
  font-size: 18px;
  line-height: 1.5;
  list-style: none;
}
.text > ul > li {
  position: relative;
  padding-left: 15px;
}
.text > ul > li > :last-child {
  margin-bottom: 0;
}
.text > ul > li:not(:last-of-type) {
  margin-bottom: 13px;
}
.text > ul > li::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--color-1);
  border-radius: 50%;
  content: "";
}
.text > ol {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  padding-left: 12px;
  font-size: 18px;
  line-height: 1.5;
  list-style: none;
  counter-reset: list 0;
}
.text > ol > li {
  position: relative;
  padding-left: 19px;
  overflow: hidden;
}
.text > ol > li > :last-child {
  margin-bottom: 0;
}
.text > ol > li:not(:last-of-type) {
  margin-bottom: 13px;
}
.text > ol > li::before {
  position: absolute;
  left: 0;
  content: counter(list) ". ";
  counter-increment: list;
}
.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 {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
.text .text__image-with-caption img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  vertical-align: top;
  border-radius: 10px;
}
.text .text__clearfix::before {
  display: table;
  clear: both;
  content: "";
}
.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: #f00;
  --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 {
  color: #fff;
  background-color: var(--color-8);
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .footer__row {
    display: block;
  }
}
.footer__col {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .footer__col {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer__col > :last-child {
  margin-bottom: 0;
}
.footer__col--left {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 80px;
  padding-right: 30px;
}
@media (max-width: 1440px) {
  .footer__col--left {
    width: 50%;
    margin-right: 0;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .footer__col--left {
    width: auto;
    margin-right: calc(-1 * var(--gap));
    margin-left: calc(-1 * var(--gap));
    padding-right: var(--gap);
    padding-left: var(--gap);
    background-color: var(--color-9);
  }
}
.footer__col--left::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 3000px;
  background-color: var(--color-9);
  content: "";
}
@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 {
    width: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .footer__col--right {
    width: auto;
    padding-left: 0;
  }
}
.footer__logo {
  margin-bottom: 60px;
}
@media (max-width: 639px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}
.footer__logo a,
.footer__logo img {
  display: block;
  width: 160px;
  max-width: 100%;
}
.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 {
  max-width: 602px;
  margin-bottom: 43px;
}
@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((100% - 30px) / 2);
}
.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 {
  margin: 0;
  margin-bottom: -19px;
  padding: 0;
  list-style: none;
}
.footer__nav ul li {
  margin-bottom: 19px;
  font-size: 16px;
}
.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;
  margin: 0 calc(-1 * var(--half-gap));
  margin-bottom: -40px;
  padding: 0;
  list-style: none;
}
@media (max-width: 639px) {
  .footer__list {
    margin-bottom: -30px;
  }
}
.footer__item {
  width: 290px;
  margin-right: var(--half-gap);
  margin-bottom: 40px;
  margin-left: var(--half-gap);
}
@media (max-width: 1440px) {
  .footer__item {
    width: calc((100% - var(--half-gap) * 4) / 2);
  }
}
@media (max-width: 639px) {
  .footer__item {
    width: calc(100% - var(--half-gap) * 2);
    margin-bottom: 30px;
  }
}
.footer__item--second-col {
  width: calc(100% - var(--half-gap) * 4 - 290px);
}
@media (max-width: 1440px) {
  .footer__item--second-col {
    width: calc((100% - 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 {
    width: calc(100% - var(--half-gap) * 2);
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .footer__item--tel {
    width: calc((100% - var(--half-gap) * 4) / 2);
    margin-bottom: 40px;
  }
}
@media (max-width: 959px) {
  .footer__item--tel {
    width: calc(100% - var(--half-gap) * 2);
    margin-bottom: 30px;
  }
}
@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((100% - 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 {
  color: var(--color-10);
  font-size: 16px;
  line-height: 1.5;
}
.footer__subtitle {
  margin-bottom: 9px;
  color: var(--color-10);
  font-size: 16px;
}
.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 {
  color: var(--color-10);
}
.footer__development {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-10);
}
.footer__development span {
  margin-right: 8px;
  padding-top: 3px;
}
.footer__development a {
  display: block;
  width: 51px;
  height: 17px;
  font-size: 0;
  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 center;
}
.footer__title {
  margin-bottom: 40px;
  color: var(--color-10);
  font-size: 24px;
  font-family: var(--tf-2);
}
@media (max-width: 639px) {
  .footer__title {
    margin-bottom: 30px;
  }
}
.footer__info {
  margin-bottom: 40px;
  color: var(--color-10);
  line-height: 1.5;
}
@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 {
  margin-right: 5px;
  margin-left: 5px;
  color: var(--color-10);
}
: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: #f00;
  --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-top: 60px;
  margin-bottom: 20px;
}
.form__primary > :last-child {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .form__primary {
    margin-top: 40px;
  }
}
.form__title {
  color: var(--color-2);
  font-size: 24px;
  font-family: var(--tf-2);
}
@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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(-1 * var(--half-gap));
  margin-bottom: -24px;
  margin-left: calc(-1 * var(--half-gap));
  border-bottom: 1px solid transparent;
}
.form__field {
  width: calc(100% - var(--half-gap) * 2);
  margin-right: var(--half-gap);
  margin-bottom: 24px;
  margin-left: var(--half-gap);
}
.form__field--separator {
  width: 100%;
  margin-bottom: 0;
}
.form__field--half {
  width: calc((100% - var(--half-gap) * 4) / 2);
}
@media (max-width: 639px) {
  .form__field--half {
    width: calc(100% - var(--half-gap) * 2);
  }
}
.form__field--third {
  width: calc((100% - var(--half-gap) * 6) / 3);
}
@media (max-width: 959px) {
  .form__field--third {
    width: calc((100% - 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(100% - var(--half-gap) * 4 - (100% - var(--half-gap) * 6) / 3);
}
@media (max-width: 959px) {
  .form__field--type-1 {
    width: calc(100% - var(--half-gap) * 2);
  }
}
.form__agreement {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.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 {
  margin-bottom: 14px;
  font-size: 16px;
}
@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: #f00;
  --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 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  padding-right: var(--half-gap);
  padding-left: var(--half-gap);
  overflow-y: scroll;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-overflow-scrolling: touch;
}
.popup.active {
  visibility: visible;
  opacity: 1;
}
.popup.active::after {
  visibility: visible;
  opacity: 1;
}
.popup.loading::before {
  visibility: visible;
  opacity: 1;
}
.popup::before {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  content: "";
}
.popup::after {
  position: fixed;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  z-index: -1;
  background-color: var(--color-1);
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
}
.mobile .popup {
  display: none;
}
.mobile .popup.active {
  display: block;
}
.mobile .popup.active::after {
  display: block;
}
.mobile .popup.loading::before {
  display: block;
}
.mobile .popup::before {
  display: none;
}
.mobile .popup::after {
  display: none;
}
.popup__container {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: var(--min-width);
  max-width: 480px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  border-radius: 8px;
}
@media (max-width: 639px) {
  .popup__container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.popup__container--request {
  max-width: 780px;
}
.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  font-size: 0;
  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 left bottom;
  background-size: 22px;
}
.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: #f00;
  --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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  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 center;
  background-size: 20px;
}
.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: #f00;
  --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 {
  position: relative;
  padding-left: 20px;
}
@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 {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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 {
    position: absolute;
    z-index: 100;
    display: none;
    width: 320px;
    padding: 30px 20px;
    background-color: var(--color-11);
    border-radius: 8px;
    border-top-left-radius: 0;
  }
}
.filter__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.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 {
  margin-bottom: 20px;
  color: var(--color-2);
  font-size: 24px;
  font-family: var(--tf-2);
}
.filter__control ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter__control ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.filter__btn--submit {
  width: 142px;
  margin-right: 10px;
}
@media (max-width: 1440px) {
  .filter__btn--submit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.filter__btn--reset {
  width: 130px;
}
@media (max-width: 1440px) {
  .filter__btn--reset {
    width: 100%;
  }
}
.filter__bar {
  position: absolute;
  right: calc(100% + 40px);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  padding-left: 20px;
  line-height: 1;
  background-color: var(--color-11);
  border: 1px solid var(--color-7);
  border-radius: 25px;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.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;
  }
}
@media (max-width: 1199px) {
  .filter__bar {
    position: fixed;
    top: auto !important;
    right: 0;
    bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 5px var(--gap);
    border: 0;
    border-top: 1px solid var(--color-7);
    border-radius: 0;
  }
}
.filter__bar.loading .filter__bar-value {
  top: 0;
  font-size: 0;
}
.filter__bar.loading .filter__bar-value::before {
  display: inline-block;
  width: 17px;
  height: 17px;
  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 center;
  content: "";
}
.filter__bar-title {
  margin-right: 10px;
  white-space: nowrap;
}
.filter__bar-value {
  position: relative;
  top: -1px;
  min-width: 17px;
  margin-right: 10px;
  color: var(--color-2);
  font-size: 22px;
  font-family: var(--tf-2);
  text-align: center;
}
.filter__bar-btn {
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
}
@media (max-width: 1199px) {
  .filter__bar-btn {
    margin: 0;
    margin-left: 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: #f00;
  --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 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
@media (max-width: 639px) {
  .orders__table table {
    display: block;
  }
}
.orders__table table th,
.orders__table table td {
  padding: 15px;
  padding-left: 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 959px) {
  .orders__table table th,
.orders__table table td {
    padding-top: 16px;
    padding-right: 10px;
    padding-bottom: 16px;
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .orders__table table th,
.orders__table table td {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 639px) {
  .orders__table table thead {
    display: none;
  }
}
.orders__table table thead tr th {
  font-weight: normal;
}
@media (max-width: 639px) {
  .orders__table table tbody {
    display: block;
  }
}
@media (max-width: 639px) {
  .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) {
    margin-bottom: 22px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--color-11);
  }
}
.orders__table table tbody tr td {
  color: var(--color-2);
  border-top: 1px solid var(--color-11);
}
@media (max-width: 639px) {
  .orders__table table tbody tr td {
    display: block;
    width: 50%;
    border-top: 0;
  }
}
.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 {
    display: block;
    margin-bottom: 9px;
    color: var(--color-1);
    content: attr(data-title);
  }
}
.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: #f00;
  --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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 calc(-1 * var(--half-gap));
  margin-bottom: -30px;
  padding: 0;
  list-style: none;
}
.products__list--three-cols .products__item {
  width: calc((100% - var(--half-gap) * 6) / 3);
}
@media (max-width: 959px) {
  .products__list--three-cols .products__item {
    width: calc((100% - 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((100% - var(--half-gap) * 8) / 4);
}
@media (max-width: 1199px) {
  .products__list--four-cols .products__item {
    width: calc((100% - var(--half-gap) * 6) / 3);
  }
}
@media (max-width: 959px) {
  .products__list--four-cols .products__item {
    width: calc((100% - var(--half-gap) * 4) / 2);
  }
}
@media (max-width: 639px) {
  .products__list--four-cols .products__item {
    width: calc(100% - var(--half-gap) * 2);
  }
}
.products__item {
  width: calc(100% - var(--half-gap) * 2);
  margin-right: var(--half-gap);
  margin-bottom: 30px;
  margin-left: 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: #f00;
  --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 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-short__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.products-short__image {
  margin-bottom: 20px;
  border: 1px solid var(--color-11);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .products-short__image {
    margin-bottom: 15px;
  }
}
.products-short__image a,
.products-short__image img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.products-short__image img {
  border-radius: 10px;
}
.products-short__image a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body:not(.mobile) .products-short__image a:hover {
  opacity: 0.9;
}
.products-short__name {
  margin-bottom: 20px;
  color: var(--color-2);
  font-size: 18px;
  font-family: var(--tf-2);
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .products-short__name {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
  }
}
.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: #f00;
  --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-right: calc(-1 * var(--half-gap));
  margin-left: calc(-1 * var(--half-gap));
  overflow: hidden;
}
body:not(.mobile) .products-related__container {
  padding-bottom: 60px;
}
.products-related__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.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: #f00;
  --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;
      flex-shrink: 0;
  width: 640px;
  height: 480px;
  margin-right: 30px;
  color: #fff;
}
@media (max-width: 1440px) {
  .offers__main {
    width: 555px;
  }
}
@media (max-width: 1199px) {
  .offers__main {
    width: 435px;
    height: 435px;
  }
}
@media (max-width: 959px) {
  .offers__main {
    width: auto;
    height: 580px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@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 {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body:not(.mobile) .offers__link:hover {
  opacity: 0.9;
}
.offers__link::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  content: "";
}
.offers__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offers__content {
  position: absolute;
  right: 40px;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 639px) {
  .offers__content {
    right: 20px;
    bottom: 30px;
    left: 20px;
  }
}
.offers__date {
  margin-bottom: 20px;
  font-size: 16px;
}
.offers__name {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  overflow: hidden;
  font-size: 24px;
  font-family: var(--tf-2);
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
@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: #f00;
  --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-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 959px) {
  .advantages {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 calc(-1 * var(--half-gap));
  margin-bottom: -30px;
  padding: 0;
  list-style: none;
}
@media (max-width: 959px) {
  .advantages__list {
    margin-bottom: -20px;
  }
}
.advantages__list--four-cols .advantages__item {
  width: calc((100% - var(--half-gap) * 8) / 4);
}
@media (max-width: 1440px) {
  .advantages__list--four-cols .advantages__item {
    width: calc((100% - var(--half-gap) * 4) / 2);
  }
}
@media (max-width: 639px) {
  .advantages__list--four-cols .advantages__item {
    width: calc(100% - var(--half-gap) * 2);
  }
}
.advantages__item {
  position: relative;
  width: calc(100% - var(--half-gap) * 2);
  min-height: 82px;
  margin-right: var(--half-gap);
  margin-bottom: 30px;
  margin-left: var(--half-gap);
  padding-left: 100px;
}
@media (max-width: 959px) {
  .advantages__item {
    min-height: 52px;
    margin-bottom: 20px;
    padding-left: 70px;
  }
}
.advantages__item > :last-child {
  margin-bottom: 0;
}
.advantages__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  content: "";
}
@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 {
  margin: 0;
  margin-bottom: 20px;
  color: var(--color-2);
  font-weight: normal;
  font-size: 24px;
  font-family: var(--tf-2);
  line-height: 1.25;
}
@media (max-width: 959px) {
  .advantages__name {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.43;
  }
}
@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: #f00;
  --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 {
  width: 36px;
  height: 36px;
  background: radial-gradient(circle, var(--color-6) 50%, transparent 50%) no-repeat center;
  background-size: 12px 12px;
  border: 1px solid transparent;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 959px) {
  .dots .swiper-pagination-bullet {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
  }
}
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: #f00;
  --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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compares-control__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.compares-control__image {
  position: relative;
  margin-bottom: 20px;
}
@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: 0.2s;
  transition: 0.2s;
}
body:not(.mobile) .compares-control__image a:hover {
  opacity: 0.9;
}
.compares-control__image img {
  border: 1px solid var(--color-11);
  border-radius: 8px;
}
.compares-control__control {
  position: absolute;
  top: 0;
  left: 172px;
}
@media (max-width: 639px) {
  .compares-control__control {
    left: 125px;
  }
}
.compares-control__name {
  color: var(--color-2);
  font-size: 18px;
  font-family: var(--tf-2);
  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 {
  width: 100%;
  border-collapse: collapse;
}
.compares-control__table table tr.hidden {
  display: none;
}
.compares-control__table table th {
  padding-top: 15px;
}
.compares-control__table table th,
.compares-control__table table td {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 639px) {
  .compares-control__table table th,
.compares-control__table table td {
    font-size: 13px;
    line-height: 1.38;
  }
}
.compares-control__table table td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  border-top: 1px solid var(--color-11);
}
.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 th,
.compares-control__table--fixed td {
  padding-right: 20px;
}
@media (max-width: 1440px) {
  .compares-control__table--fixed th,
.compares-control__table--fixed td {
    padding-right: 15px;
  }
}
.compares-control__table--scrolled {
  overflow-x: auto;
}
.compares-control__table--scrolled th,
.compares-control__table--scrolled td {
  width: 290px;
  min-width: 290px;
  max-width: 290px;
  padding-right: 20px;
  padding-bottom: 15px;
}
@media (max-width: 1440px) {
  .compares-control__table--scrolled th,
.compares-control__table--scrolled td {
    width: 220px;
    min-width: 220px;
    max-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: #f00;
  --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 {
  overflow: hidden;
  background-color: var(--color-11);
}
.slider__inner-wrapper {
  position: relative;
  z-index: 1;
}
.slider__dots {
  position: absolute;
  top: 50%;
  left: -14px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .slider__dots {
    top: auto;
    right: 140px;
    bottom: 32px;
    left: -14px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 959px) {
  .slider__dots {
    bottom: 38px;
  }
}
@media (max-width: 639px) {
  .slider__dots {
    display: none;
  }
}
.slider__arrows {
  position: absolute;
  right: 40px;
  bottom: 100px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110px;
}
@media (max-width: 1440px) {
  .slider__arrows {
    right: 0;
    bottom: 30px;
  }
}
@media (max-width: 639px) {
  .slider__arrows {
    right: 50%;
    bottom: 20px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slider__data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: calc(-1 * var(--gap));
  margin-left: calc(-1 * var(--gap));
  padding: 60px var(--gap);
}
@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;
  max-width: 796px;
  margin-right: 40px;
  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 {
    position: absolute;
    top: 0;
    right: -370px;
    z-index: -1;
    margin-right: 0;
    margin-left: 0;
  }
}
.slider__logo {
  max-width: 320px;
  margin-bottom: 30px;
}
@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 {
  margin-bottom: 20px;
  color: var(--color-3);
  font-weight: normal;
  font-size: 60px;
  font-family: var(--tf-2);
  line-height: 1;
}
@media (max-width: 959px) {
  .slider__title {
    font-size: 48px;
  }
}
@media (max-width: 639px) {
  .slider__title {
    font-size: 32px;
  }
}
.slider__subtitle {
  margin-bottom: 60px;
  color: var(--color-2);
  font-size: 36px;
  line-height: 1.3;
}
@media (max-width: 959px) {
  .slider__subtitle {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@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;
  margin: 0;
  margin-bottom: -20px;
  padding: 0;
  list-style: none;
}
@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;
  }
}
@media (max-width: 639px) {
  .slider__points ul li {
    margin-bottom: 10px;
  }
}
.slider__points ul li a {
  display: inline-block;
  padding: 15px 30px;
  color: var(--color-2);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  background-color: var(--color-7);
  border-radius: 2500px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
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 {
    padding: 10px 23px;
    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: #f00;
  --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 {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background-color: var(--color-5);
  content: "";
}
.simplebar-track .simplebar-scrollbar::before {
  inset: 7px 0 6px;
  background-color: var(--color-3);
}
.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: #f00;
  --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 {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 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 center;
  background-size: 42px 19px;
  border: 0;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 110;
  display: none;
  background-color: var(--color-11);
}
@media (max-width: 1199px) {
  .menu__container {
    top: 90px;
  }
}
@media (max-width: 639px) {
  .menu__container {
    top: 55px;
  }
}
.menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100vh - 170px);
  padding-top: 60px;
  padding-bottom: 60px;
  overflow-y: auto;
  border-top: 1px solid rgba(var(--color-rgb-1), 0.3);
}
@media (max-width: 959px) {
  .menu__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .menu__row {
    margin-top: 15px;
  }
}
.menu__col--left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 758px;
  margin-right: 80px;
}
@media (max-width: 1840px) {
  .menu__col--left {
    width: calc((100% - 80px) / 2);
  }
}
@media (max-width: 959px) {
  .menu__col--left {
    width: 100%;
    margin-right: 0;
  }
}
.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;
            order: -1;
    width: 100%;
    margin-bottom: 30px;
  }
}
.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;
  width: 100%;
  vertical-align: top;
}
.menu__nav ul {
  margin: 0;
  margin-bottom: -27px;
  padding: 0;
  list-style: none;
}
@media (max-width: 639px) {
  .menu__nav ul {
    margin-bottom: -17px;
  }
}
.menu__nav ul li {
  margin-bottom: 27px;
  color: var(--color-2);
  font-size: 21px;
}
@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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-bottom: -40px;
  padding: 0;
  list-style: none;
}
@media (max-width: 639px) {
  .menu__list {
    margin-bottom: -30px;
  }
}
.menu__item {
  width: 290px;
  margin-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1840px) {
  .menu__item {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 1199px) {
  .menu__item {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 959px) {
  .menu__item {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
}
@media (max-width: 639px) {
  .menu__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.menu__item:nth-of-type(2n) {
  width: calc(100% - 290px - 30px);
  margin-right: 0;
}
@media (max-width: 1840px) {
  .menu__item:nth-of-type(2n) {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 1199px) {
  .menu__item:nth-of-type(2n) {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .menu__item:nth-of-type(2n) {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 639px) {
  .menu__item:nth-of-type(2n) {
    width: 100%;
  }
}
@media (max-width: 1840px) {
  .menu__item--will-fluid {
    width: 100%;
    margin-right: 0;
  }
}
.menu__item--will-fluid:nth-of-type(2n) {
  width: calc(100% - 290px - 30px);
  margin-right: 0;
}
@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 {
  display: block;
  margin-bottom: 5px;
  color: var(--color-1);
}
.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: #f00;
  --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 {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.preview a span {
  position: absolute;
  top: -3px;
  left: calc(50% + 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 12px;
  background-color: #e22a2a;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.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: #f00;
  --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 {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  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 center;
  background-size: 24px;
}
.search__container {
  position: relative;
  z-index: 110;
}
@media (max-width: 959px) {
  .search__container {
    position: absolute;
    right: var(--gap);
    left: var(--gap);
    display: none;
    margin-top: -40px;
  }
}
@media (max-width: 959px) {
  .search__container {
    margin-top: -40px;
  }
}
@media (max-width: 639px) {
  .search__container {
    margin-top: -38px;
  }
}
.search__form {
  position: relative;
}
.search__btn-close {
  position: absolute;
  top: 50%;
  right: 15px;
  display: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 959px) {
  .search__btn-close {
    display: block;
  }
}
.search__btn-close button {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  font-size: 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 center;
  background-size: 14px;
  border: 0;
  cursor: pointer;
}
: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: #f00;
  --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;
  margin-bottom: 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: #f00;
  --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 {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-11);
  border-radius: 8px;
  -webkit-transition: 0.2s;
  transition: 0.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 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-slider__container ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card-slider__container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.card-slider__container ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
body:not(.mobile) .card-slider__container:hover .card-slider__arrows {
  visibility: visible;
  opacity: 1;
}
.card-slider__arrows {
  position: absolute;
  top: 50%;
  right: var(--half-gap);
  left: var(--half-gap);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0;
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@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;
    width: 100px;
    margin-top: 0;
    margin-left: 10px;
  }
}
@media (max-width: 639px) {
  .card-slider__nav-container {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
  }
}
.card-slider__nav-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-slider__nav-container ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border: 1px solid var(--color-11);
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.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: #f00;
  --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 {
  position: absolute;
  top: calc(-1 * var(--half-gap));
  right: calc(-1 * var(--half-gap));
  bottom: calc(-1 * var(--half-gap) - 65px);
  left: calc(-1 * var(--half-gap));
  z-index: -1;
  background-color: var(--color-12);
  border-radius: 8px;
  visibility: visible;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
}
body:not(.mobile) .product:hover {
  z-index: 10;
}
body:not(.mobile) .product:hover::before {
  visibility: visible;
  opacity: 1;
}
body:not(.mobile) .product:hover .product__buttons {
  visibility: visible;
  opacity: 1;
}
.product__top {
  position: relative;
  margin-bottom: 22px;
}
.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;
  top: 10px;
  right: 10px;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product__image {
  margin-bottom: 20px;
  border: 1px solid var(--color-11);
  border-radius: 10px;
}
@media (max-width: 1440px) {
  .product__image {
    margin-bottom: 23px;
  }
}
.product__image a,
.product__image img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.product__image img {
  border-radius: 10px;
}
.product__image a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body:not(.mobile) .product__image a:hover {
  opacity: 0.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-size: 18px;
  font-family: var(--tf-2);
  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 {
  margin-bottom: 14px;
  font-size: 15px;
}
@media (max-width: 1440px) {
  .product__data {
    margin-bottom: 16px;
    font-size: 13px;
  }
}
.product__data > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.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 {
  text-decoration: none;
  border-bottom: 1px dashed var(--color-2);
  -webkit-transition: 0.2s;
  transition: 0.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 {
  position: absolute;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product__btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  border-radius: 2500px;
}
.product__btn--add-to-cart {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 130px;
  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: #f00;
  --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: #f00;
  --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 {
  right: 0;
  bottom: calc(100% + 10px);
}
.control--top-hint .control__btn span::before {
  top: auto;
  right: 14px;
  bottom: -7px;
  left: auto;
}
.control--compare .control__list {
  display: block;
}
.control--compare .control__btn span {
  width: 160px;
  white-space: initial;
}
@media (max-width: 639px) {
  .control--compare .control__btn span {
    width: 110px;
    padding: 5px 7px;
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  .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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.control__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.control__btn span {
  position: absolute;
  right: calc(100% + 10px);
  z-index: 1;
  padding: 11px 15px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
  background-color: var(--color-6);
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.control__btn span::before {
  position: absolute;
  top: 50%;
  left: calc(100% - 8px);
  z-index: -1;
  width: 15px;
  height: 15px;
  margin-top: -6px;
  background-color: var(--color-6);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
}
body:not(.mobile) .control__btn:not(.loading, .added):hover span:first-of-type {
  visibility: visible;
  opacity: 1;
}
body:not(.mobile) .control__btn:not(.loading, .added):hover span:first-of-type:hover {
  visibility: hidden;
  opacity: 0;
}
body:not(.mobile) .control__btn:not(.loading).added:hover span:last-of-type {
  visibility: visible;
  opacity: 1;
}
body:not(.mobile) .control__btn:not(.loading).added:hover span:last-of-type:hover {
  visibility: hidden;
  opacity: 0;
}
.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 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  display: none;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #383838;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .browsehappy {
    display: table;
  }
}
.browsehappy span {
  display: table-cell;
  padding: 30px;
  font-size: 26px;
  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: #f00;
  --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 {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.4;
}
.breadcrumbs__list {
  margin: 0;
  margin-bottom: -5px;
  padding: 0;
  list-style: none;
}
.breadcrumbs__item {
  display: inline-block;
  margin-right: 17px;
  margin-bottom: 5px;
  vertical-align: top;
}
.breadcrumbs__item::after {
  display: inline-block;
  width: 6px;
  height: 7px;
  margin-top: -4px;
  margin-left: 20px;
  vertical-align: middle;
  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 center;
  content: "";
}
.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: 0.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: #f00;
  --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-top: 30px;
  padding-bottom: 60px;
}
.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;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 320px;
  margin-left: 40px;
}
@media (max-width: 1440px) {
  .general__col--aside {
    width: 260px;
    margin-left: 30px;
  }
}
@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: #f00;
  --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 {
  position: fixed;
  top: var(--gap);
  right: var(--gap);
  z-index: 1000000;
  width: calc(100% - var(--gap) * 2);
  max-width: 320px;
  max-height: calc(100vh - var(--gap) * 2);
  overflow: auto;
}
.alert ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alert ul li {
  padding: 15px 20px;
  color: #fff;
  line-height: 1.5;
  background-color: var(--color-1);
  border-radius: 4px;
}
.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: #f00;
  --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-right: -15px;
  margin-left: -15px;
}
.social-networks--type-1 .social-networks__item {
  margin-right: 15px;
  margin-left: 15px;
}
.social-networks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: -10px;
  padding: 0;
  list-style: none;
}
.social-networks__item {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.social-networks__link {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
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: #f00;
  --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 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100%);
}
.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: 0.5;
}
.checkbox__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}
.checkbox__name i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-color: #fff;
  border: 1px solid var(--color-5);
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.checkbox__name i::before {
  width: 13px;
  height: 11px;
  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 center;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
}
@charset "UTF-8";
.currency {
  font-weight: normal;
  font-style: normal;
}
.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: #f00;
  --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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.add-to-cart.added .add-to-cart__spinner,
.add-to-cart.added .add-to-cart__btn--add {
  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: #f00;
  --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 {
  color: #fff;
  background-color: var(--color-4);
}
.notification.success .notification__message span {
  color: #fff;
  background-color: var(--color-3);
}
.notification--no-margin-bottom {
  margin-bottom: 0;
}
.notification.visible {
  display: block;
}
.notification__message {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.69;
}
@media (max-width: 959px) {
  .notification__message {
    font-size: 14px;
    line-height: 1.5;
  }
}
.notification__message span {
  display: inline-block;
  padding: 10px 20px;
  vertical-align: top;
  background-color: var(--color-11);
  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: #f00;
  --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 {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  max-height: calc(100vh - 220px);
  padding: 20px;
  overflow: auto;
  color: var(--color-2);
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0 50px 40px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 50px 40px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 639px) {
  .quick-search {
    max-height: calc(100vh - 180px);
  }
}
.quick-search.visible {
  display: block;
}
.quick-search__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-search__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-11);
}
.quick-search__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 639px) {
  .quick-search__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.quick-search__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  margin-right: 20px;
}
@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 {
    width: calc(100% - 60px - 20px);
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.quick-search__article {
  margin-bottom: 3px;
  color: var(--color-1);
  font-size: 13px;
}
.quick-search__name {
  margin-bottom: 3px;
  line-height: 1.71;
}
.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;
  width: 100px;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 639px) {
  .quick-search__price {
    width: calc(100% - 60px - 20px);
    text-align: left;
  }
}
.quick-search__old-price {
  margin-bottom: 3px;
  color: var(--color-1);
  font-size: 12px;
  text-decoration: line-through;
}
.quick-search__current-price {
  font-size: 18px;
  font-family: var(--tf-2);
}
.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: #f00;
  --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 {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
.cart__item {
  padding: 10px;
  background-color: var(--color-11);
  border-radius: 8px;
}
@media (max-width: 959px) {
  .cart__item {
    position: relative;
    padding-left: 150px;
  }
}
@media (max-width: 639px) {
  .cart__item {
    padding-left: 10px;
  }
}
.cart__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.cart__item.removed .cart__image,
.cart__item.removed .cart__content {
  opacity: 0.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@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;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 120px;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .cart__image {
    margin-right: 20px;
  }
}
@media (max-width: 959px) {
  .cart__image {
    position: absolute;
    top: 10px;
    left: 10px;
    margin-right: 0;
  }
}
@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: 0.2s;
  transition: 0.2s;
}
body:not(.mobile) .cart__image a:hover {
  opacity: 0.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 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .cart__content {
    min-height: 80px;
    padding-left: 100px;
  }
}
.cart__article {
  margin-bottom: 10px;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .cart__article {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 200px;
  margin-right: 20px;
}
@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;
  width: 130px;
  margin-right: 100px;
}
@media (max-width: 1440px) {
  .cart__spinner {
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  .cart__spinner {
    margin-right: 20px;
  }
}
@media (max-width: 639px) {
  .cart__spinner {
    width: 110px;
    margin-right: 0;
    margin-left: auto;
  }
}
.cart__total-price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .cart__total-price {
    width: 160px;
  }
}
@media (max-width: 959px) {
  .cart__total-price {
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .cart__total-price {
    width: 100%;
    margin-top: 20px;
    text-align: right;
  }
}
.cart__control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
}
@media (max-width: 959px) {
  .cart__control {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
  }
}
.cart__removed-message {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  margin-right: 20px;
  color: var(--color-2);
  font-size: 16px;
}
@media (max-width: 1440px) {
  .cart__removed-message {
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .cart__removed-message {
    width: 105px;
  }
}
.cart__btn button {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 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 center;
  background-size: 20px;
  border: 0;
  cursor: pointer;
}
.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 {
  max-width: 640px;
  margin-bottom: 40px;
}
.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: #f00;
  --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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -10px;
}
.promo-code__row > :last-child {
  margin-right: 0;
}
@media (max-width: 639px) {
  .promo-code__row {
    display: block;
  }
}
.promo-code__field {
  width: 300px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  .promo-code__field {
    width: 257px;
  }
}
@media (max-width: 639px) {
  .promo-code__field {
    width: auto;
    margin-right: 0;
  }
}
.promo-code__btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .promo-code__btn {
    margin-right: 0;
  }
}
.promo-code__result {
  margin-bottom: 10px;
}
.promo-code__result ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-bottom: -10px;
  padding: 0;
  list-style: none;
}
.promo-code__result ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px 30px;
  font-size: 15px;
  background-color: var(--color-11);
  border-radius: 25px;
}
@media (max-width: 959px) {
  .promo-code__result ul li {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 639px) {
  .promo-code__result ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
}
.promo-code__result ul li span {
  margin-right: 10px;
}
.promo-code__result ul li button {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 100%;
  margin: 0;
  font-size: 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 center;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.promo-code__result ul li button:disabled {
  cursor: not-allowed;
  opacity: 0.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: #f00;
  --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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
.range-slider__field {
  width: calc((100% - 20px) / 2);
}
.range-slider__line-wrapper {
  margin-bottom: 15px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: var(--color-7);
}
.range-slider__line {
  position: relative;
  display: block;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.range-slider__line .noUi-connect {
  background-color: var(--color-3);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.range-slider__line .noUi-origin {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.range-slider__line .noUi-handle {
  top: -17px;
  width: 36px;
  height: 36px;
  background: none;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.range-slider__line .noUi-handle::before {
  position: absolute;
  top: 50%;
  right: 50%;
  left: auto;
  width: 16px;
  height: 16px;
  background: var(--color-3);
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
}
.range-slider__line .noUi-handle::after {
  display: none;
}
html:not([dir=rtl]) .range-slider__line .noUi-handle {
  right: -18px;
}
.range-slider__config {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.range-slider__config button {
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  opacity: 0.7;
}
.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: #f00;
  --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 {
  display: inline-block;
  margin: 0;
  margin-top: -3px;
  padding: 0;
  vertical-align: middle;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tippy::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  padding-top: 1px;
  color: #fff;
  font-size: 12px;
  background-color: var(--color-6);
  border-radius: 50%;
  content: "?";
}
body:not(.mobile) .tippy:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

.tippy-box {
  color: var(--color-1);
  background-color: var(--color-11);
  border-radius: 8px;
}

.tippy-arrow {
  color: var(--color-11);
}

.tippy-content {
  padding: 20px;
  line-height: 1.5;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 70px -20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 70px -20px rgba(0, 0, 0, 0.2);
}
.tippy-content button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  font-size: 0;
  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 center;
  background-size: 10px;
  border: 0;
  cursor: pointer;
}

[data-tippy-root] {
  z-index: 99 !important;
}
[id^=wait_] {
  visibility: hidden;
}

#bx-panel {
  z-index: 10 !important;
}

:root {
  --fancybox-accent-color: var(--color-3);
}
