: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;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);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@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{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,-150px,0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,150px,0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,0.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,0.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,0.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,0.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,0.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{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:flex;justify-content:center;align-items:center;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);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;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;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;transition:opacity .15s ease;transform:var(--f-button-transform);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%;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%;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{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{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:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:1050;outline:none;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{box-sizing:inherit}.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;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;transform:translate3d(0,0,0);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:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;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:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;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;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;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);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{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;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;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;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){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.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){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.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%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.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;-webkit-clip-path:inset(50%) !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:0;--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:20px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;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}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-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:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left,0)*1px);width:calc(100% - var(--width,0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path:inset( 0 calc( (var(--f-thumb-width,0) - var(--f-thumb-clip-width,0)) * 0.5 * (1 - var(--progress,0)) ) round var(--f-thumb-border-radius,0) );transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0px -1px 0 var(--f-thumb-outline-color)) drop-shadow(0px 2px 0 var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;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;touch-action:manipulation;opacity:var(--f-thumb-opacity);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-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.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);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;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{flex-wrap:wrap;margin:auto 0;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);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: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:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{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:0 !important}.is-closing .fancybox__thumbs{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:flex;flex-direction:row;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;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;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;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: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:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video{margin:0;padding:0;border:0}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{display:block}body{line-height:1}ol,
ul{list-style:none}blockquote,
q{quotes:none}blockquote:before,
blockquote:after,
q:before,
q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,
canvas,
video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,
a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0;white-space:normal}button,
input,
select,
textarea{font-size:100%;margin:0;vertical-align:baseline}button,
input{line-height:normal}button,
select{text-transform:none}button,
html input[type=button],
input[type=reset],
input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],
html input[disabled]{cursor:default}input[type=checkbox],
input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html,
button,
input,
select,
textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0}html{box-sizing:border-box;font-size:0.5208333333vw}@media (max-width:1024px){html{font-size:0.7220216606vw}}@media (max-width:920px){html{font-size:1.2048192771vw}}@media (max-width:500px){html{font-size:2.6666666667vw}}*,
*:before,
*:after{box-sizing:inherit}body{font-family:"Nunito Sans",sans-serif;font-weight:400;font-size:1.8rem;line-height:1.2;color:#4C3B3C;background-color:white}@media (max-width:500px){body{font-size:1.6rem}}main{padding-top:10rem}@media (max-width:500px){main{padding-top:6rem}}img{image-rendering:crisp-edges;image-rendering:-webkit-optimize-contrast}a{text-decoration:none;color:#4C3B3C;transition:all 0.1s linear}@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;box-sizing:content-box}.swiper-android .swiper-slide,
.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-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;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,
.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";-ms-flex-negative:0;flex-shrink:0;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical{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-navigation{position:absolute;right:0;top:-9.2rem;z-index:3;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:4.6rem}.slider__btn-prev,
.slider__btn-next{width:3.2rem;height:3.2rem;cursor:pointer}.slider__btn-prev:hover svg,
.slider__btn-next:hover svg{stroke:#C4161D}.slider__btn-prev.swiper-button-disabled svg,
.slider__btn-next.swiper-button-disabled svg{stroke:#808080}.slider__btn-prev svg,
.slider__btn-next svg{width:100%;height:100%;stroke:#4C3B3C;transition:all 0.1s linear}.slider__btn-prev{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.page{overflow:hidden}.container{width:100%;max-width:179.2rem;padding:0 1.6rem;margin:0 auto}.header{position:fixed;top:0;left:0;z-index:999;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;max-width:192rem;height:10rem;transition:all 0.2s linear;-webkit-transform:translateY(0);transform:translateY(0);background:white}@media (max-width:500px){.header{height:6rem}.header::after{content:"";position:absolute;top:0;left:0;z-index:1000;width:100%;height:6rem;background:white}}.header.out{-webkit-transform:translateY(-100%);transform:translateY(-100%);box-shadow:none}.header__inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:9rem}@media (max-width:1024px){.header__inner{-ms-flex-pack:justify;justify-content:space-between}}.header__logo{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:5rem}.header__logo-img{width:100%;max-width:18.1rem;margin-bottom:1rem}@media (max-width:500px){.header__logo-img{position:relative;z-index:1001;max-width:11.8rem;margin-bottom:0}}.header__logo-descr{font-family:"Nunito";font-weight:700;text-transform:uppercase}@media (max-width:500px){.header__logo-descr{display:none}}.header-links__main{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width:1024px){.header-links__main{position:absolute;top:4rem;left:11rem;z-index:1000;width:132rem;transition:all 0.4s ease-out;-webkit-transform:translateX(100%);transform:translateX(100%)}.header-links__main.active{-webkit-transform:translateX(0);transform:translateX(0)}}@media (max-width:920px){.header-links__main{display:none}}.header-links__main--mob{display:none}@media (max-width:920px){.header-links__main--mob{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:3rem;margin-bottom:5rem}}@media (max-width:500px){.header-links__main--mob{width:100%}}.header-links{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8.7rem}@media (max-width:500px){.header-links{width:100%;gap:4rem;-ms-flex-pack:justify;justify-content:space-between}}.header-links_red{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:"Nunito";font-weight:700;line-height:1.5;color:#C4161D}@media (max-width:500px){.header-links_red{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;gap:3rem}}.header-links_red .catalog-link{color:#C4161D;text-transform:uppercase;font-size:1.4rem;border-bottom:0.1rem solid #C4161D;margin-right:6.6rem}@media (max-width:500px){.header-links_red .catalog-link{font-size:1.2rem}}.header-links_red .buy-online{margin-right:4.9rem}.header-links_red .buy-online .dropdown-list{top:3rem}.header-links_red .buy-online a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:500px){.header-links_red .buy-online a{font-size:1.2rem}}.header-links_red .buy-online a svg{width:1.2rem;height:1.2rem;stroke:#4C3B3C;fill:none;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.header-links_red .dropdown-link span{text-transform:uppercase;font-size:1.4rem;border-bottom:0.1rem solid #C4161D}@media (max-width:500px){.header-links_red .dropdown-link span{font-size:1.2rem}}.header-links_red .dropdown-link svg{stroke:#C4161D}.header-links_red .header__link{font-family:"Nunito Sans",sans-serif;font-weight:400}@media (max-width:500px){.header__lang{position:absolute !important;right:1.6rem;top:15rem}}.header__lang .dropdown-list{top:3rem;min-width:5.2rem}.burger-menu{position:relative;z-index:1001;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;width:2.4rem;height:1.8rem;cursor:pointer}.burger-menu:hover span{width:100% !important}.burger-menu span{height:2px;background-color:#4C3B3C;border-radius:50%;transition:all 0.3s ease-in-out}.burger-menu span:first-child{width:70%}.burger-menu span:nth-child(2){width:100%}.burger-menu span:last-child{width:70%;-ms-flex-item-align:end;align-self:flex-end}.burger-menu.active span:first-child{width:100%;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:top left;transform-origin:top left}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:last-child{width:100%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:bottom left;transform-origin:bottom left}.menu{position:absolute;top:0;right:0;z-index:999;width:132rem;padding:4rem;background:#fff;box-shadow:0 1rem 1.5rem rgba(76,59,60,0.15);transition:all 0.4s ease-out;-webkit-transform:translateX(100%);transform:translateX(100%)}.menu.active{-webkit-transform:translateX(0);transform:translateX(0)}@media (max-width:1024px){.menu{padding-top:10rem}}@media (max-width:920px){.menu{width:100%;height:100vh;overflow:auto;box-shadow:none}}@media (max-width:500px){.menu{padding:10rem 1.6rem 4rem}}.menu__inner{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}@media (max-width:920px){.menu__inner{-ms-flex-direction:column;flex-direction:column}}.menu-title{font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;color:#4C3B3C;margin-bottom:4rem}@media (max-width:1024px){.menu-title{display:none}}.menu-candies{width:100%;max-width:75rem;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8rem 0;margin-right:10rem;padding:4rem;background:#FEDFA6;border-radius:2rem}@media (max-width:500px){.menu-candies{gap:3rem;padding:1.6rem 2rem}}.menu-cat__wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8rem;-ms-flex-preferred-size:50%;flex-basis:50%}@media (max-width:500px){.menu-cat__wrapper{-ms-flex-preferred-size:100%;flex-basis:100%;gap:3rem}}.menu-cat__wrapper--center{-ms-flex-pack:center;justify-content:center}.menu-cat{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (max-width:500px){.menu-cat{width:100%}}.menu-cat.active .menu-cat__title{margin-bottom:2.4rem}.menu-cat.active .menu-cat__title svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.menu-cat__title{width:-webkit-max-content;width:-moz-max-content;width:max-content;font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:120%;text-transform:uppercase;color:#4C3B3C;margin-bottom:3rem}.menu-cat__title svg{display:none}@media (max-width:500px){.menu-cat__title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;font-size:1.4rem;margin-bottom:0}.menu-cat__title svg{display:block;width:1.2rem;height:1.2rem;stroke:#4C3B3C;fill:none;transition:all 0.1s linear}}.menu-cat__title:hover,
.menu-cat__title.active{color:#C4161D}.menu-cat__links{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2rem}@media (max-width:500px){.menu-cat__links{margin-left:2.4rem;overflow:hidden;max-height:0;transition:max-height 0.3s ease-in-out}.menu-cat__links.active{max-height:50rem}}.menu-cat__link{width:-webkit-max-content;width:-moz-max-content;width:max-content;font-size:1.6rem}.menu-cat__link:hover,
.menu-cat__link.active{color:#C4161D}.menu-candies__links{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:3rem}.menu-candies__link{width:-webkit-max-content;width:-moz-max-content;width:max-content;font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:125%;text-transform:uppercase;color:#4C3B3C}@media (max-width:500px){.menu-candies__link{font-size:1.4rem}}.menu-candies__link:hover,
.menu-candies__link.active{color:#C4161D}.menu-about{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8rem;padding-top:4rem}@media (max-width:920px){.menu-about{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:500px){.menu-about{gap:3rem;width:99%;padding:1.6rem 1.6rem 2rem 2rem}}.hollow-btn{box-sizing:border-box;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:120%;text-transform:uppercase;color:#4C3B3C;padding:1.4rem 3rem;background-color:transparent;border:0.2rem solid #4C3B3C;border-radius:1rem;transition:all 0.2s ease}@media (max-width:500px){.hollow-btn{height:4.6rem;font-size:1.4rem}}.hollow-btn:hover{color:#C4161D;background:rgba(196,22,29,0.1);border-color:#C4161D}.hollow-btn:active{color:white;background:#C4161D;border-color:#C4161D}.hollow-btn[aria-disabled=true],
.hollow-btn:disabled{color:#998485;border-color:#998485}.hollow-btn.white{color:white;border-color:white}.hollow-btn.white:hover{color:#C4161D;background:rgba(196,22,29,0.1);border-color:#C4161D}.hollow-btn.white:active{color:white;background:#C4161D;border-color:#C4161D}.hollow-btn.white[aria-disabled=true],
.hollow-btn.white:disabled{color:#998485;border-color:#998485}.filled-btn{box-sizing:border-box;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:120%;text-transform:uppercase;color:white;padding:1.4rem 3rem;background-color:#C4161D;border:0.2rem solid #C4161D;border-radius:1rem;transition:all 0.2s ease}.filled-btn:hover{background:#9d1217;border-color:#9d1217}.filled-btn:active{background:#760d11;border-color:#760d11}.filled-btn[aria-disabled=true],
.filled-btn:disabled{background-color:#dc7377;border-color:#dc7377}.breadcrumb-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0.3rem 0}@media (max-width:920px){.breadcrumb-wrapper{display:none}}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:transparent;padding:0;margin-bottom:0}.breadcrumb a::after{content:"";display:inline-block;margin:0 2rem;width:1.2rem;height:1.2rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);background:url(../images/icons/chevron.svg) no-repeat;background-size:cover}.breadcrumb span,
.breadcrumb a{font-weight:400;font-size:1.6rem;color:#C4161D;line-height:150%;color:#beb0b0;transition:all 0.2s linear}@media (max-width:920px){.breadcrumb span,.breadcrumb a{font-size:3.2rem}}.breadcrumb span{color:#4C3B3C}.breadcrumb a:hover{color:#C4161D}.modal{position:fixed;left:0;top:0;z-index:1050;width:100%;height:100%;overflow:hidden;background:rgba(55,65,71,0.6)}.modal .section-heading{text-align:left;margin-bottom:1.8rem}@media (max-width:500px){.modal .section-heading{margin-bottom:2.4rem}}.modal__inner{position:relative;overflow-y:auto;width:100%;position:fixed;top:50%;left:50%;z-index:111;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);padding:5rem;background:white}@media (max-width:920px){.modal__inner{padding:5rem 3rem}}@media (max-width:500px){.modal__inner{padding:5rem 1.5rem}}.modal-close-btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:4rem;right:5rem;z-index:1;width:4.8rem;height:4.8rem;cursor:pointer;background:#C4161D;transition:all 0.1s linear}@media (max-width:500px){.modal-close-btn{top:4.7rem;right:1.5rem;width:3.2rem;height:3.2rem}}.modal-close-btn svg{width:4.6rem;height:4.6rem;stroke:white}.modal-close-btn:hover{background:red}.modal-privacy__content{font-size:1.4rem;opacity:0.8}.modal-heading{font-weight:700;font-size:3rem;text-transform:uppercase;margin-bottom:2.2rem}@media (max-width:920px){.modal-heading{max-width:62.9rem}}@media (max-width:500px){.modal-heading{max-width:28.8rem;font-size:2.4rem}}.section{margin:22rem 0}@media (max-width:920px){.section{margin:10rem 0}}.section-title{font-family:"Nunito";font-weight:700;font-size:5.8rem;line-height:100%;color:#4C3B3C;margin-bottom:6rem}@media (max-width:500px){.section-title{font-size:3rem;margin-bottom:3rem}}.dropdown-container{position:relative}.dropdown-container.active .dropdown-list{display:-ms-flexbox;display:flex}.dropdown-container.active .dropdown-link svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dropdown-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:0.7rem;cursor:pointer}.dropdown-link svg{width:1.2rem;height:1.2rem;stroke:#4C3B3C;fill:none;margin-bottom:0.3rem}.dropdown-list{display:none;-ms-flex-direction:column;flex-direction:column;position:absolute;z-index:5;width:100%;padding:1.2rem 0;background:#fff;box-shadow:0 0 1.5rem rgba(76,59,60,0.15);border-radius:1rem}.dropdown-list a{height:4.2rem;font-size:1.4rem;padding:1.4rem 1.6rem}.dropdown-list a:hover{background:#FEDFA6}.anim-fruit{position:absolute;z-index:7;width:26rem}@media (max-width:920px){.anim-fruit{display:none}}@-webkit-keyframes float{0%{top:0;left:0}25%{top:2rem;left:2rem}50%{top:-1rem;left:4rem}75%{top:2rem;left:-3rem}100%{top:0;left:0}}@keyframes float{0%{top:0;left:0}25%{top:2rem;left:2rem}50%{top:-1rem;left:4rem}75%{top:2rem;left:-3rem}100%{top:0;left:0}}.anim-fruit__wrapper{position:absolute;opacity:0;will-change:transform,opacity;-webkit-transform:translateY(30rem);transform:translateY(30rem);transition:all 1s ease}.anim-fruit__wrapper.from-bottom{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.anim-fruit__wrapper.from-top{opacity:1;-webkit-transform:translateY(-30rem);transform:translateY(-30rem)}@media (max-width:920px){.anim-fruit__wrapper{display:none}}.anim-fruit__wrapper .anim-fruit{position:static;width:100%;will-change:transform,opacity;-webkit-animation:animateFruits 6s linear infinite alternate;animation:animateFruits 6s linear infinite alternate}@-webkit-keyframes animateFruits{0%{-webkit-transform:translate(0,0) rotate(210deg);transform:translate(0,0) rotate(210deg)}25%{-webkit-transform:translate(-1rem,-1rem) rotate(213deg);transform:translate(-1rem,-1rem) rotate(213deg)}50%{-webkit-transform:translate(-2rem,-2rem) rotate(215deg);transform:translate(-2rem,-2rem) rotate(215deg)}75%{-webkit-transform:translate(-3rem,-1rem) rotate(213deg);transform:translate(-3rem,-1rem) rotate(213deg)}100%{-webkit-transform:translate(0,0) rotate(210deg);transform:translate(0,0) rotate(210deg)}}@keyframes animateFruits{0%{-webkit-transform:translate(0,0) rotate(210deg);transform:translate(0,0) rotate(210deg)}25%{-webkit-transform:translate(-1rem,-1rem) rotate(213deg);transform:translate(-1rem,-1rem) rotate(213deg)}50%{-webkit-transform:translate(-2rem,-2rem) rotate(215deg);transform:translate(-2rem,-2rem) rotate(215deg)}75%{-webkit-transform:translate(-3rem,-1rem) rotate(213deg);transform:translate(-3rem,-1rem) rotate(213deg)}100%{-webkit-transform:translate(0,0) rotate(210deg);transform:translate(0,0) rotate(210deg)}}.accordion__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden;max-height:0;transition:max-height 0.3s ease-in-out}.accordion__content.active{max-height:200rem}.checkbox{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:1rem;cursor:pointer}.checkbox:hover .checkbox-square{border-color:#C4161D}.custom-checkbox{position:absolute;z-index:-10;width:1px;height:1px;opacity:0}.custom-checkbox:checked+.checkbox-square{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2C0 0.895431 0.895431 0 2 0H18C19.1046 0 20 0.895431 20 2V18C20 19.1046 19.1046 20 18 20H2C0.895431 20 0 19.1046 0 18V2Z' fill='%23C4161D'/%3E%3Cpath d='M4.80859 9.54395L8.6327 13.368L15.3676 6.63314' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:cover;border-color:#C4161D}.checkbox-square{width:2rem;height:2rem;padding:0.2rem;border:0.1rem solid #beb0b0;border-radius:0.4rem}.checkbox-descr{font-size:1.4rem;line-height:150%;color:#4C3B3C}.radio{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:1rem;cursor:pointer}.radio:hover .radio-cirlce{border-color:#C4161D}.custom-radio{position:absolute;z-index:-10;width:1px;height:1px;opacity:0}.custom-radio:checked+.radio-cirlce{background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='6' fill='%23C4161D'/%3E%3C/svg%3E%0A");background-size:1.2rem 1.2rem;background-position:center center;background-repeat:no-repeat;border-color:#C4161D}.radio-cirlce{width:2.4rem;height:2.4rem;padding:0.2rem;border:0.1rem solid #beb0b0;border-radius:50%}.radio-descr{font-size:1.6rem;line-height:150%;color:#4C3B3C}.intro{position:relative;height:86rem;background:#b58fe3;overflow:hidden}@media (max-width:500px){.intro{height:70rem}}.intro .container{height:100%}.intro video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.intro-slider{position:relative;width:100%;height:100%}.intro-slider__first-header{transform:translate3d(-500px,0,0);opacity:0}.intro-slider .swiper-pagination{position:absolute;right:8rem;top:6rem;z-index:44;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:1.6rem}@media (max-width:500px){
.intro-slider__first-header{transform:translate3d(0,0,0);opacity:1}.intro-slider .swiper-pagination{top:2rem;right:1.6rem}}.intro-slider .swiper-pagination .swiper-pagination-bullet{width:1rem;height:1rem;border:0.1rem solid #fff;background:transparent;border-radius:50%;cursor:pointer}.intro-slider .swiper-pagination .swiper-pagination-bullet-active{background:#fff}.intro-slider .swiper-slide-active.swiper-slide{z-index:22}.intro-slider__first{position:relative}.is-slide__content{position:absolute;left:50%;top:51%;z-index:10;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:64rem;height:64rem}@media (max-width:1024px){.is-slide__content{left:59%}}@media (max-width:920px){.is-slide__content{top:62%;left:50%}}@media (max-width:500px){.is-slide__content{position:relative;top:unset;left:unset;-webkit-transform:none;transform:none;width:34rem;height:34rem;margin-bottom:3rem}}.is-slide__content .hollow-circle{position:absolute;left:50%;top:50%;z-index:3;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);width:64rem;height:64rem;border:0.2rem solid #ddccf2;border-radius:50%}@media (max-width:920px){.is-slide__content .hollow-circle{width:50rem;height:50rem}}@media (max-width:500px){.is-slide__content .hollow-circle{width:34rem;height:34rem;left:0;top:0;-webkit-transform:none;transform:none}}.is-slide__content .filled-circle{position:absolute;left:50%;top:50%;z-index:1;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);width:56rem;height:56rem;background:#ddccf2;border-radius:50%}@media (max-width:920px){.is-slide__content .filled-circle{width:43rem;height:43rem}}@media (max-width:500px){.is-slide__content .filled-circle{width:30rem;height:30rem}}.is-slide__content .is-slide__main-img{position:relative;z-index:2;-webkit-transform:rotate(-15deg);transform:rotate(-15deg) scale(0);width:100%;max-width:43.7rem}@media (max-width:920px){.is-slide__content .is-slide__main-img{max-width:33rem}}@media (max-width:500px){.is-slide__content .is-slide__main-img{width:22rem;transform:rotate(-15deg)}}@media (max-width:920px){.is-slide__content .anim-fruit{display:none}}.is-almond__wrapper{position:absolute;top:-4%;left:61%;width:16rem}.is-almond__wrapper .is-almond{position:static;width:100%;transition:all 2s linear}.is-almond__wrapper .is-almond.active{-webkit-animation:almondAnim 20s linear infinite;animation:almondAnim 20s linear infinite}@-webkit-keyframes almondAnim{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes almondAnim{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.is-prunes__wrapper{position:absolute;-webkit-transform:scaleX(-1) rotate(-63deg);transform:scaleX(-1) rotate(-63deg);top:74%;left:62%;width:20rem}.is-prunes__wrapper .is-prunes{position:static;width:100%;-webkit-transform:rotate(-17deg);transform:rotate(-17deg)}.is-prunes__wrapper .is-prunes.active{-webkit-animation:animateIntroFruits 6s linear 1s infinite alternate;animation:animateIntroFruits 6s linear 1s infinite alternate}.is-cherry__wrapper{position:absolute;top:59%;left:-7%;width:19rem}.is-cherry__wrapper .is-cherry{position:static;width:100%;-webkit-transform:rotate(-17deg);transform:rotate(-17deg)}.is-cherry__wrapper .is-cherry.active{-webkit-animation:animateIntroFruits 6s linear 0.5s infinite alternate;animation:animateIntroFruits 6s linear 0.5s infinite alternate}@-webkit-keyframes animateIntroFruits{0%{-webkit-transform:translate(0,0) rotate(-17deg);transform:translate(0,0) rotate(-17deg)}25%{-webkit-transform:translate(-1rem,-1rem) rotate(-13deg);transform:translate(-1rem,-1rem) rotate(-13deg)}50%{-webkit-transform:translate(-2rem,-2rem) rotate(-19deg);transform:translate(-2rem,-2rem) rotate(-19deg)}75%{-webkit-transform:translate(-3rem,-1rem) rotate(-13deg);transform:translate(-3rem,-1rem) rotate(-13deg)}100%{-webkit-transform:translate(0,0) rotate(-17deg);transform:translate(0,0) rotate(-17deg)}}@keyframes animateIntroFruits{0%{-webkit-transform:translate(0,0) rotate(-17deg);transform:translate(0,0) rotate(-17deg)}25%{-webkit-transform:translate(-1rem,-1rem) rotate(-13deg);transform:translate(-1rem,-1rem) rotate(-13deg)}50%{-webkit-transform:translate(-2rem,-2rem) rotate(-19deg);transform:translate(-2rem,-2rem) rotate(-19deg)}75%{-webkit-transform:translate(-3rem,-1rem) rotate(-13deg);transform:translate(-3rem,-1rem) rotate(-13deg)}100%{-webkit-transform:translate(0,0) rotate(-17deg);transform:translate(0,0) rotate(-17deg)}}.intro-title{max-width:53rem;font-family:"Nunito";font-weight:700;font-size:8rem;line-height:100%;color:#fff;margin-bottom:4rem;padding-top:6rem}@media (max-width:920px){.intro-title{font-size:5rem;margin-bottom:3rem}}@media (max-width:500px){.intro-title{font-size:3.7rem;padding-top:4rem;margin-bottom:3rem}}.intro-subtitle{max-width:47rem;font-size:2.4rem;line-height:120%;color:#fff}@media (max-width:500px){.intro-subtitle{font-size:2rem;margin-bottom:3rem}}.intro-slider__first-buy{position:absolute;right:6rem;bottom:7%}@media (max-width:1024px){.intro-slider__first-buy{right:1.6rem}}@media (max-width:500px){.intro-slider__first-buy{position:static}}.intro-slider__price-btn{display:none;position:absolute;right:1.6rem;top:84.6%;height:4.6rem;font-family:"Nunito";font-weight:700;font-size:1.4rem;line-height:120%;text-transform:uppercase;color:#fff;padding:1.4rem 1.8rem;background:#c4161d;box-sizing:border-box;border-radius:1rem;border:none;outline:none;cursor:pointer;transition:all 0.3s linear}@media (max-width:500px){.intro-slider__price-btn{display:block}}.left-line{position:absolute;left:6rem;top:53.5%;z-index:3;width:0;height:0.2rem;background:#ddccf2}@media (max-width:1024px){.left-line{left:1.6rem}}@media (max-width:920px){.left-line{display:none}}.right-line{position:absolute;right:6rem;top:80.3%;z-index:3;width:0;height:0.2rem;background:#ddccf2}@media (max-width:1024px){.right-line{right:1.6rem}}@media (max-width:920px){.right-line{display:none}}.natural{margin-top:6rem}.natural-title{max-width:65rem;font-family:"Nunito";font-weight:700;font-size:8rem;line-height:100%;color:#4c3b3c;margin-bottom:4rem}@media (max-width:500px){.natural-title{font-size:4rem}}.natural-descr{max-width:47rem;font-size:2.4rem;line-height:120%}@media (max-width:500px){.natural-descr{font-size:2rem}}.natural-img{position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.products-main{position:relative}.products-main.rolled .products-main__inner{max-height:300rem}@media (max-width:920px){.products-main.rolled .products-main__inner{max-height:600rem}}.products-main .anim-fruit__wrapper{position:absolute;top:1%;left:51%;width:17rem}.products-main .anim-fruit__wrapper .anim-fruit{-webkit-transform:rotate(210deg);transform:rotate(210deg);-webkit-filter:drop-shadow(0px 1rem 1.5rem rgba(76,59,60,0.15));filter:drop-shadow(0px 1rem 1.5rem rgba(76,59,60,0.15))}.products-main__inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem;overflow:hidden;max-height:85rem;transition:all 0.7s ease-out}@media (max-width:1024px){.products-main__inner{gap:2.7rem}}@media (max-width:500px){.products-main__inner{max-height:165rem}}.pm-cat{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;padding:4rem;border-radius:2rem;cursor:pointer}@media (max-width:500px){.pm-cat{-ms-flex-pack:start;justify-content:flex-start;min-height:26rem;padding:2rem}}.pm-cat:hover::before{opacity:1} .pm-cat::before{content:"";position:absolute;left:50%;top:50%;z-index:5;width:calc(100% - 4rem);height:calc(100% - 4rem);box-shadow:0 0 0 2rem rgba(76,59,60,0.3);border-radius:0.6rem;transform:translate(-50%,-50%);transition:opacity 0.3s;will-change:opacity;opacity:0}@media (max-width:500px){.pm-cat::before{width:calc(100% - 2rem);height:calc(100% - 2rem);border-radius:1rem;box-shadow:0 0 0 1rem rgba(76,59,60,0.3)}}.pm-cat::after{content:unset;position:absolute;left:0;top:0;z-index:5;width:100%;height:100%;border-radius:2rem;background:rgba(76,59,60,0.6);opacity:0;transition:opacity 0.3s;will-change:opacity}.pm-cat img{width:100%;max-width:27.4rem}@media (max-width:500px){.pm-cat img{-ms-flex-order:2;order:2;max-width:19rem}}.pm-cat:nth-child(3n+1){width:101rem}@media (max-width:1024px){.pm-cat:nth-child(1){width:100%}}.pm-cat:nth-child(1) .pm-cat__tags{max-width:49rem}.pm-cat:nth-child(1) img{max-width:31.9rem}@media (max-width:500px){.pm-cat:nth-child(1) img{max-width:19rem}}.pm-cat:nth-child(2){width:71rem}@media (max-width:1024px){.pm-cat:nth-child(2){width:49%}}@media (max-width:920px){.pm-cat:nth-child(2){width:100%}}.pm-cat:nth-child(2) .pm-cat__tags{max-width:24rem}.pm-cat:nth-child(2) img{max-width:27.7rem}@media (max-width:500px){.pm-cat:nth-child(2) img{max-width:19rem}}.pm-cat:nth-child(3){width:71rem}@media (max-width:1024px){.pm-cat:nth-child(3){width:49%}}@media (max-width:920px){.pm-cat:nth-child(3){width:100%}}.pm-cat:nth-child(3) .pm-cat__tags{max-width:31rem}.pm-cat:nth-child(3) img{-webkit-transform:scale(1.15);transform:scale(1.15)}@media (max-width:1024px){.pm-cat:nth-child(4){width:100%}}.pm-cat:nth-child(4) .pm-cat__tags{max-width:50rem}.pm-cat:nth-child(4) img{width:100%;max-width:32.1rem}@media (max-width:500px){.pm-cat:nth-child(4) img{max-width:19rem}}.pm-cat:nth-child(5){width:86rem;padding-right:2rem}@media (max-width:1024px){.pm-cat:nth-child(5){width:49%}}@media (max-width:920px){.pm-cat:nth-child(5){width:100%}}.pm-cat:nth-child(5) .pm-cat__tags{max-width:39rem}.pm-cat:nth-child(6){width:86rem;padding-right:2rem}@media (max-width:1024px){.pm-cat:nth-child(6){width:49%}}@media (max-width:920px){.pm-cat:nth-child(6){width:100%}}.pm-cat:nth-child(6) img{margin-left:-4rem}@media (max-width:500px){.pm-cat:nth-child(6) img{max-width:19rem}}.pm-cat:nth-child(6) .pm-cat__tags{max-width:57rem}.pm-cat:nth-child(7){padding-right:2rem}@media (max-width:1024px){.pm-cat:nth-child(7){width:53%}}@media (max-width:920px){.pm-cat:nth-child(7){width:100%}}.pm-cat:nth-child(7) .pm-cat__tags{max-width:51rem}.pm-cat:nth-child(7) img{-webkit-transform:scale(1.15);transform:scale(1.15)}.pm-cat:nth-child(8){width:71rem;padding-right:2rem}@media (max-width:1024px){.pm-cat:nth-child(8){width:45%}}@media (max-width:920px){.pm-cat:nth-child(8){width:100%}}.pm-cat:nth-child(8) .pm-cat__tags{max-width:37.5rem}.pm-cat__title{font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;margin-bottom:2rem}@media (max-width:500px){.pm-cat__title{font-size:1.8rem}}.pm-cat__content{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end}@media (max-width:500px){.pm-cat__content{-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-align:center;align-items:center;gap:2rem}}.pm-cat__tags{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem;width:100%}@media (max-width:500px){.pm-cat__tags{-ms-flex-item-align:start;align-self:flex-start;gap:1rem}}.pm-cat__tags-item{font-size:1.6rem;line-height:1.5;padding:0.6rem 1.2rem;border:0.1rem solid #4c3b3c;border-radius:1rem}@media (max-width:500px){.pm-cat__tags-item{font-size:1.4rem}}.products-main__show-all{display:block;margin:8rem auto 0}@media (max-width:920px){.products-main__show-all{margin:5rem auto 0}}@media (max-width:500px){.products-main__show-all{width:100%;max-width:100%;margin:3rem auto 0}}.benefits-main{position:relative}.benefits-main .anim-fruit__wrapper{top:5%;left:35%;width:12rem;z-index:5}.benefits-main .anim-fruit__wrapper .anim-fruit{-webkit-transform:rotate(-18deg);transform:rotate(-18deg);-webkit-filter:drop-shadow(0px 1rem 15px rgba(76,59,60,0.1));filter:drop-shadow(0px 1rem 15px rgba(76,59,60,0.1))}.benefits-main__inner{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:8rem}@media (max-width:1024px){.benefits-main__inner{gap:4rem}}@media (max-width:920px){.benefits-main__inner{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (max-width:500px){.benefits-main__inner{gap:3rem}}.benefits-main__img{width:100%;max-width:82rem;border-radius:2rem}@media (max-width:1024px){.benefits-main__img{max-width:60rem}}@media (max-width:920px){.benefits-main__img{max-width:100%;height:50rem;-o-object-fit:cover;object-fit:cover}}@media (max-width:500px){.benefits-main__img{height:20rem}}.benefits-main__content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 4rem}@media (max-width:1024px){.benefits-main__content{gap:0 2rem}}@media (max-width:920px){.benefits-main__content{gap:5rem 2rem}}@media (max-width:500px){.benefits-main__content{gap:4rem 1.6rem}}.benefits-main__item{position:relative;width:41rem;height:15.4rem;padding:4rem;border:0.2rem solid #e5dfe0;border-radius:2rem}@media (max-width:1024px){.benefits-main__item{width:48%}}@media (max-width:500px){.benefits-main__item{width:47%;min-height:12.5rem;padding:1.6rem}}.benefits-main__item:nth-child(even){margin-top:12rem}@media (max-width:1024px){.benefits-main__item:nth-child(even){margin-top:7rem}}@media (max-width:920px){.benefits-main__item:nth-child(even){margin-top:0}}.benefits-main__item:nth-child(odd){margin-top:-1rem}@media (max-width:1024px){.benefits-main__item:nth-child(odd){margin-top:0}}@media (max-width:920px){.benefits-main__item:nth-child(odd){margin-top:0}}.benefits-main__item-title{position:absolute;left:2rem;top:-4rem;font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;color:#C4161D;padding:1rem 2rem;background:#fff;border-radius:1rem}@media (max-width:500px){.benefits-main__item-title{top:-1.7rem;left:1rem;font-size:1.8rem;white-space:nowrap;padding:0 0.5rem}}.benefits-main__item-descr{font-family:"Nunito Sans";font-weight:400;font-size:1.8rem;line-height:150%}@media (max-width:500px){.benefits-main__item-descr{font-size:1.6rem}}.history .section-title{margin-bottom:8rem}@media (max-width:500px){.history .section-title{margin-bottom:3rem}}.history-inner{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:19rem;max-width:161rem}@media (max-width:920px){.history-inner{gap:2rem}}@media (max-width:500px){.history-inner{-ms-flex-direction:column;flex-direction:column;gap:0}}.history-item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8rem}@media (max-width:920px){.history-item{gap:3rem}}@media (max-width:500px){.history-item{-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}}@media (max-width:500px){.history-item:not(:last-child){padding-bottom:3rem;margin-bottom:3rem;border-bottom:0.1rem solid #e5dfe0}}.history-item:not(:last-child)::after{content:"";position:absolute;right:-36%;top:5rem;z-index:1;width:28rem;height:0.2rem;background:#e5dfe0}@media (max-width:1024px){.history-item:not(:last-child)::after{right:-46%;width:20rem}}@media (max-width:920px){.history-item:not(:last-child)::after{right:5%;top:2rem;width:10rem}}@media (max-width:500px){.history-item:not(:last-child)::after{display:none}}.history-item:not(:last-child) .history-item__date{color:white;text-shadow:-0.2rem -0.2rem 0 #4C3B3C,0.2rem -0.2rem 0 #4C3B3C,-0.2rem 0.2rem 0 #4C3B3C,0.2rem 0.2rem 0 #4C3B3C}@media (max-width:920px){.history-item:not(:last-child) .history-item__date{text-shadow:-0.1rem -0.1rem 0 #4C3B3C,0.1rem -0.1rem 0 #4C3B3C,-0.1rem 0.1rem 0 #4C3B3C,0.1rem 0.1rem 0 #4C3B3C}}.history-item__date{font-family:"Nunito";font-weight:700;font-size:10rem;line-height:100%;color:#efac3d}@media (max-width:920px){.history-item__date{font-size:4rem}}@media (max-width:500px){.history-item__date{font-size:4.8rem;text-align:center;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.history-item__descr{width:100%;max-width:41rem;line-height:1.5}@media (max-width:920px){.history-item__descr{font-size:1.4rem}}@media (max-width:500px){.history-item__descr{font-size:1.6rem}}.about{position:relative}.about .anim-fruit__wrapper{width:100%;max-width:15.9rem;left:40%;bottom:0}.about .anim-fruit__wrapper .anim-fruit{-webkit-filter:drop-shadow(0px 10px 15px rgba(76,59,60,0.15));filter:drop-shadow(0px 10px 15px rgba(76,59,60,0.15))}.intro-about{position:relative}.intro-about .breadcrumb-wrapper{position:absolute;left:8rem;top:8rem;z-index:23}.intro-about .breadcrumb-wrapper a,
.intro-about .breadcrumb-wrapper span{color:white}.intro-about .breadcrumb-wrapper a::after,
.intro-about .breadcrumb-wrapper span::after{-webkit-filter:brightness(1000%);filter:brightness(1000%)}.intro-about iframe,
.intro-about video{width:100%;height:100%}.about__inner{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:19rem}@media (max-width:1024px){.about__inner{gap:2rem}}@media (max-width:920px){.about__inner{gap:3rem;-ms-flex-direction:column;flex-direction:column}}.about__content{width:100%;max-width:71rem}.about__descr{margin-bottom:12rem}@media (max-width:920px){.about__descr{margin-bottom:2rem}}@media (max-width:500px){.about__descr{margin-bottom:0}}.about__descr p+p{margin-top:2rem}.about__img{width:100%;max-width:86rem;border-radius:2rem}@media (max-width:500px){.about__img{height:20rem;-o-object-fit:cover;object-fit:cover}}.about-info__inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:4rem}.about-info__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:6.5rem;width:56rem;height:56rem;border-radius:50%}@media (max-width:500px){.about-info__item{width:32rem;height:32rem;gap:1rem}}.about-info__item-img{width:100%;max-width:29.9rem;-webkit-filter:drop-shadow(0 1rem 1.5rem rgba(76,59,60,0.15));filter:drop-shadow(0 1rem 1.5rem rgba(76,59,60,0.15))}@media (max-width:500px){.about-info__item-img{max-width:20rem}}.about-info__item-descr{width:100%;max-width:32rem;text-align:center;line-height:1.5}@media (max-width:500px){.about-info__item-descr{max-width:20rem;font-size:1.6rem}}@media (max-width:500px){.about__link{display:none}}.about__link--mob{display:none}@media (max-width:500px){.about__link--mob{display:-ms-flexbox;display:flex;width:100%;max-width:100%}}.news-block__slider{position:relative}.news-block__item{width:100%;max-width:176rem;display:-ms-flexbox;display:flex;background:#f1eeef;border-radius:2rem;overflow:hidden}@media (max-width:500px){.news-block__item{-ms-flex-direction:column;flex-direction:column;max-width:32rem}}.news-block__item-img{width:100%;max-width:99rem;border-radius:2rem 0 0 2rem}@media (max-width:1024px){.news-block__item-img{max-width:80rem;-o-object-fit:cover;object-fit:cover}}@media (max-width:920px){.news-block__item-img{max-width:45rem}}@media (max-width:500px){.news-block__item-img{height:24.5rem;border-radius:2rem 2rem 0 0}}.news-block__item-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:auto;padding:6rem 11rem 6rem 6rem}@media (max-width:920px){.news-block__item-content{padding:3rem}}@media (max-width:500px){.news-block__item-content{padding:2rem}}.news-block__item-title{font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;margin-bottom:6rem}@media (max-width:920px){.news-block__item-title{margin-bottom:2rem}}@media (max-width:500px){.news-block__item-title{font-size:1.8rem}}.news-block__item-descr{line-height:1.5}.news-block__item-date{font-size:1.6rem;margin-top:auto}@media (max-width:920px){.news-block__item-date{margin-top:2rem}}@media (max-width:500px){.swiper-navigation{display:none}}.achievements{position:relative}.achievements .section-title{max-width:64.5rem}.achievements .anim-fruit__wrapper{width:13rem;left:48%;bottom:-12%}.achievements .anim-fruit__wrapper .anim-fruit{-webkit-filter:drop-shadow(0px 10px 15px rgba(76,59,60,0.15));filter:drop-shadow(0px 10px 15px rgba(76,59,60,0.15))}.achievements__inner{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:14rem}@media (max-width:920px){.achievements__inner{-ms-flex-direction:column;flex-direction:column;gap:3rem}}.achievements__content{width:71.1rem}@media (max-width:500px){.achievements__content{width:auto}}.achievements__content p+p{margin-top:2rem}.achievements__content ul{margin-top:2rem}.achievements__content ul li{position:relative;line-height:1.5;padding-left:2.8rem}.achievements__content ul li::before{content:"";position:absolute;left:0;top:1.1rem;width:0.8rem;height:0.8rem;border-radius:50%;background:#efac3d}.achievements__content ul li+li{margin-top:2.7rem}@media (max-width:500px){.achievements__content ul li+li{margin-top:1rem}}.achievements-slider{position:absolute;right:0;top:9.7rem;width:89rem;overflow:hidden}@media (max-width:1024px){.achievements-slider{width:63rem}}@media (max-width:920px){.achievements-slider{position:static;width:100%}}.achievements-slider .swiper-navigation{top:0.5rem;right:3rem}@media (max-width:920px){.achievements-slider .swiper-navigation{display:none}}.achievements-slider__title{font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;color:#C4161D;margin-bottom:4rem}@media (max-width:500px){.achievements-slider__title{font-size:1.8rem;margin-bottom:2rem}}.achievements-slider__item{width:71rem;height:50rem;border-radius:2rem;overflow:hidden}@media (max-width:1024px){.achievements-slider__item{width:60rem;height:40rem}}@media (max-width:500px){.achievements-slider__item{width:32rem;height:22.6rem}}.achievements-slider__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sertif.rolled .sertif__inner{max-height:300rem}.sertif__inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem;margin-bottom:8rem;padding-top:3rem;overflow:hidden;max-height:63rem;transition:all 0.7s ease-out}@media (max-width:920px){.sertif__inner{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:unset;flex-wrap:unset;overflow:unset;max-height:unset}}@media (max-width:500px){.sertif__inner{gap:3rem}}.sertif__inner .sertif-item--desct{display:none}@media (max-width:920px){.sertif__inner .sertif-item--desct{display:block}}.sertif-item{width:41rem}.sertif-item:nth-child(2) img{-webkit-transform:scale(1.13);transform:scale(1.13);-webkit-transform-origin:top right;transform-origin:top right}@media (max-width:920px){.sertif-item:nth-child(2) img{-webkit-transform:none;transform:none}}@media (max-width:920px){.sertif-item:nth-child(2) img{-webkit-transform:scale(1.13);transform:scale(1.13);-webkit-transform-origin:top right;transform-origin:top right}}@media (max-width:500px){.sertif-item{width:18rem}}.sertif-item img{width:100%}.sertif-item--main{position:relative;padding:4rem;border:0.2rem solid #e5dfe0;border-radius:2rem}@media (max-width:920px){.sertif-item--main{width:100%}}@media (max-width:500px){.sertif-item--main{padding:1.6rem}}.sertif-item__title{position:absolute;top:-4rem;left:2rem;z-index:1;font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;color:#C4161D;padding:1rem 2rem;background:#fff;border-radius:1rem}@media (max-width:500px){.sertif-item__title{top:-2.7rem;font-size:1.8rem;padding:1rem}}.sertif-item__descr{line-height:1.5}.sertif-item__descr p+p{margin-top:2rem}.sertif__show-all{display:block;margin:0 auto}@media (max-width:920px){.sertif__show-all{display:none}}.sertif__slider .swiper-wrapper{gap:4rem;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;box-sizing:border-box}@media (max-width:920px){.sertif__slider .swiper-wrapper{-ms-flex-wrap:unset;flex-wrap:unset;gap:unset}}@media (max-width:920px){.sertif__slider .sertif-item--main{display:none}}.rewards-title{font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;color:#c4161d;margin-bottom:4.6rem}.rewards__inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:4rem}@media (max-width:920px){.rewards__inner{-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-align:unset;align-items:unset}}.rewards-slider .swiper-wrapper{-ms-flex-align:center;align-items:center}.rewards-item{width:41rem}@media (max-width:500px){.rewards-item{width:17.4rem}}.rewards-item img{width:100%}.rewards-medal{position:relative;width:86rem;display:-ms-flexbox;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (max-width:920px){.rewards-medal{width:100%}}.rewards-medal__img{width:100%;max-width:35.8rem}@media (max-width:500px){.rewards-medal__img{max-width:16.4rem}}.rewards-medal__descr{position:absolute;right:0;top:40%;line-height:1.5}@media (max-width:1024px){.rewards-medal__descr{top:-10%;right:unset}}@media (max-width:920px){.rewards-medal__descr{position:static}}.catalog{padding-top:8rem;padding-bottom:22rem}@media (max-width:920px){.catalog{position:relative;padding-top:15rem}}@media (max-width:500px){.catalog{padding-bottom:10rem;padding-top:13rem}}.catalog .breadcrumb-wrapper{margin-bottom:6rem}.catalog__inner{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:4rem}.catalog-aside{width:100%;max-width:41rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;padding:3rem;border:0.2rem solid #e5dfe0;border-radius:2rem}@media (max-width:920px){.catalog-aside{position:absolute;top:5rem;z-index:5;max-height:5rem;overflow:hidden;padding:1.3rem 1.6rem;background:white;border-radius:1rem;border:0.1rem solid #beb0b0;transition:max-height 0.3s linear}}@media (max-width:500px){.catalog-aside{top:3rem;max-width:27.3rem}}.catalog-aside.active{max-height:300rem}.catalog-aside.active .catalog-aside__mob-link svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.catalog-aside .catalog-aside__mob-link{display:none;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:1.6rem}.catalog-aside .catalog-aside__mob-link svg{width:1.2rem;height:1.2rem;stroke:#4C3B3C}@media (max-width:920px){.catalog-aside .catalog-aside__mob-link{display:-ms-flexbox;display:flex}}.catalog-aside .accordion{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.catalog-aside .accordion.active .accordion__heading{margin-bottom:1rem;background:#FEDFA6;outline:none}.catalog-aside .accordion.active .accordion__heading svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.catalog-aside .accordion.active .catalog-aside__sublink-heading{margin-bottom:0}.catalog-aside .accordion-sub .catalog-aside__sublink-heading{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;font-size:1.6rem;line-height:150%;padding:0.5rem 1rem 0.5rem 3rem;background:none !important}.catalog-aside .accordion-sub .catalog-aside__sublink-heading.active,
.catalog-aside .accordion-sub .catalog-aside__sublink-heading:hover{color:#C4161D}.catalog-aside .accordion-sub .catalog-aside__sublink-heading.active{margin-bottom:1rem}.catalog-aside .accordion-sub .catalog-aside__sublink{color:#998485;padding:0.5rem 1rem 0.5rem 5rem}.catalog-aside .accordion-sub .catalog-aside__sublink.active,
.catalog-aside .accordion-sub .catalog-aside__sublink:hover{color:#C4161D}.catalog-aside .accordion-sub.active .catalog-aside__sublink-heading{color:#C4161D}.catalog-aside .accordion__heading{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;font-size:1.6rem;padding:1rem;border-radius:1rem}.catalog-aside .accordion__heading:hover{background:#FEDFA6}.catalog-aside svg{width:1.2rem;height:1.2rem;stroke:#4C3B3C;fill:none;transition:all 0.1s linear}.catalog-aside__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;font-size:1.6rem;padding:1rem;border-radius:1rem}.catalog-aside__link.active,
.catalog-aside__link:hover{background:#FEDFA6}.catalog-aside__link .flag-new{font-weight:900;font-size:1rem;line-height:1.5;padding:0.2rem 0.6rem}.catalog-aside__sublink{font-size:1.6rem;line-height:150%;padding:0.5rem 1rem 0.5rem 3rem}.catalog-aside__sublink.active,
.catalog-aside__sublink:hover{color:#C4161D}.catalog-title{font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;color:#4C3B3C;margin-bottom:4rem}@media (max-width:500px){.catalog-title{font-size:1.8rem;margin-bottom:2.2rem}}.catalog__content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6rem 4rem;margin-bottom:8rem}@media (max-width:500px){.catalog__content{gap:4rem 1.5rem;margin-bottom:6rem}}.catalog-item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:2rem;width:100%;max-width:41rem}@media (max-width:920px){.catalog-item{width:47%}}@media (max-width:500px){.catalog-item{width:16.4rem;gap:1rem}}.catalog-item:hover .catalog-item__name{color:#C4161D}.catalog-item:hover .catalog-item__img{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}.catalog-item.new::before{content:"NEW";position:absolute;top:3rem;left:3rem;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:2.6rem;font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:1;text-transform:uppercase;color:#fff;padding:0.2rem 0.6rem;background:#C4161D;border-radius:0.4rem}@media (max-width:500px){.catalog-item.new::before{top:1rem;left:1rem;height:1.9rem;font-size:1rem}}.catalog-item__img-wrapper{padding:4rem;background:#fef4f1;border-radius:2rem}@media (max-width:500px){.catalog-item__img-wrapper{padding:1.7rem}}.catalog-item__img{width:100%;max-width:33rem;transition:all 0.3s ease-out}.catalog-item__name{font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:120%;text-align:center;color:#4C3B3C}@media (max-width:500px){.catalog-item__name{font-size:1.4rem}}.catalog__nav{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem}.catalog__nav-item{width:3rem;height:3rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:120%;text-transform:uppercase;color:#4C3B3C;border-radius:1rem;background-color:transparent;transition:all 0.2s ease}.catalog__nav-item:hover{color:#C4161D}.catalog__nav-item:not(.disable):hover svg{stroke:#C4161D}.catalog__nav-item:first-child,
.catalog__nav-item:last-child{border:none}.catalog__nav-item:first-child{margin-right:0.4rem}.catalog__nav-item:last-child{margin-left:0.4rem}.catalog__nav-item.active{color:white;background-color:#C4161D}.catalog__nav-item.disable svg{fill:#eceae9}.catalog__nav-item svg{width:3.2rem;height:3.2rem;stroke:#4C3B3C}.catalog__nav-item .cp-nav__icon-prev{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.catalog-filters{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2rem;margin-bottom:4rem}@media (max-width:920px){.catalog-filters{position:fixed;right:0;top:0;z-index:999;-ms-flex-align:end;align-items:flex-end;width:100%;height:100vh;background:rgba(76,59,60,0.4);-webkit-transform:translateX(100%);transform:translateX(100%)}.catalog-filters.active{-webkit-transform:translateX(0%);transform:translateX(0%)}.catalog-filters.active .catalog-filters__inner{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media (max-width:920px){.catalog-filters .read-more-btn{display:block;font-size:1.4rem;font-weight:400;border:none;text-transform:none}.catalog-filters .read-more-btn~*{display:none}}.catalog-filters .read-more-btn.active{display:none}.catalog-filters .read-more-btn.active~*{display:-ms-flexbox;display:flex}.catalog-filters__inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem}@media (max-width:920px){.catalog-filters__inner{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:2rem;width:26rem;min-height:100vh;overflow:auto;padding:1.6rem;background:white;transition:all 0.2s linear;-webkit-transform:translateX(100%);transform:translateX(100%)}}.catalog-filter{position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:26rem;border:0.1rem solid #beb0b0;border-radius:1rem;cursor:pointer}@media (max-width:920px){.catalog-filter{max-height:unset;min-width:unset;width:100%;border-color:#e5dfe0}}.catalog-filter.active .cf__heading svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.catalog-filter.active .cf__content{display:-ms-flexbox;display:flex}.cf__heading{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:1.3rem 1.6rem}@media (max-width:920px){.cf__heading{padding-bottom:0}}.cf__heading svg{width:1.2rem;height:1.2rem;stroke:#4C3B3C;fill:none}@media (max-width:920px){.cf__heading svg{display:none}}.cf__heading-name{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:0.8rem;font-size:1.6rem;line-height:1.5}@media (max-width:920px){.cf__heading-name{margin-bottom:1rem;font-weight:700}}.cf__heading-name .count{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:1.8rem;height:1.8rem;font-family:"Nunito";font-weight:900;font-size:1rem;line-height:1.8rem;text-transform:uppercase;color:#fff;background:#C4161D;border-radius:100%}.cf__content{position:absolute;left:0;top:6rem;z-index:3;display:none;-ms-flex-direction:column;flex-direction:column;gap:0.8rem;width:100%;padding:1.6rem;background:#fff;box-shadow:0 0 1.5rem rgba(76,59,60,0.15);border-radius:1rem}@media (max-width:920px){.cf__content{display:-ms-flexbox;display:flex;position:static;padding-top:0;box-shadow:none}}.cf__content-cat{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:0.8rem;margin-top:1.5rem}@media (max-width:920px){.cf__content-cat{margin-top:0}}.cf__content-cat .content-cat__heading{font-family:"Nunito";font-weight:700;font-size:1.4rem;line-height:150%;text-transform:uppercase;color:#C4161D;margin-bottom:0.4rem}@media (max-width:920px){.cf__content-cat .content-cat__heading{display:none}}.catalog-filters__choosed{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.catalog-filter__chosen{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:0.5rem;font-size:1.6rem;padding:0.6rem 1.2rem;border:0.1rem solid #4C3B3C;border-radius:1rem}.catalog-filter__chosen svg{width:1.2rem;height:1.2rem;stroke:#998485;cursor:pointer}.catalog-filter__chosen svg:hover{stroke:#4C3B3C}.catalog-filters__header{display:none;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:920px){.catalog-filters__header{display:-ms-flexbox;display:flex}}.catalog-filters__header svg{width:2.4rem;height:2.4rem;stroke:#beb0b0;cursor:pointer}.catalog-filters__header svg:hover{stroke:#4C3B3C}.catalog-filters__header-title{font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:120%;color:#4C3B3C}.catalog-filter__mob-btn{position:absolute;top:5rem;right:33rem;display:none;width:5rem;height:5rem;padding:1rem;border:0.1rem solid #beb0b0;border-radius:1rem;background:none}@media (max-width:500px){.catalog-filter__mob-btn{top:3rem;right:1.6rem}}.catalog-filter__mob-btn svg{width:3rem;height:3rem;stroke:#4C3B3C;fill:none}@media (max-width:920px){.catalog-filter__mob-btn{display:block}}.product{padding-top:8rem;margin-bottom:20rem}@media (max-width:920px){.product{position:relative}.product .catalog-aside{top:0}}@media (max-width:920px) and (max-width:500px){.product .catalog-aside{top:3rem}}@media (max-width:500px){.product{padding-top:12rem;margin-bottom:10rem}}.product .breadcrumb-wrapper{margin-bottom:6rem}.product__inner{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:4rem}.product__content{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:4rem}@media (max-width:1024px){.product__content{-ms-flex-direction:column;flex-direction:column}}.product-main{width:71rem}.product-main .is-almond__wrapper,
.product-main .is-prunes__wrapper,
.product-main .is-cherry__wrapper{opacity:0}@media (max-width:920px){.product-main{width:100%}}.product-heading{font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;color:#c4161d;margin-bottom:2rem;text-align:center}@media (max-width:500px){.product-heading{font-size:1.8rem}}.product-descr{font-size:1.6rem;line-height:150%;margin-bottom:2.2rem}@media (max-width:500px){.product-descr{margin-bottom:4rem}}.product-img__wrapper{position:relative;width:60rem;height:60rem;margin:0 auto}@media (max-width:500px){.product-img__wrapper{width:34.3rem;height:34.3rem;margin:0}}.product-img__blur-circle{position:relative;z-index:10;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding:4rem;border-radius:50%;background:rgba(255,255,255,0.6);border:0.2rem solid #fec6a6;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transform:scale(0)}@media (max-width:500px){.product-img__blur-circle{z-index:1;padding:2.1rem;transform:none}}.product-img__blur-circle .blur-circle-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:54rem;height:54rem;background:transparent;border-radius:50%;transition:border-radius .3s,background-color .3s;flex:0 0 auto}.product-img__blur-circle .blur-circle-inner.first{border-radius:50%;background-color:#fec6a6}.product-img__blur-circle .blur-circle-inner.first .product-img{width:100%;height:100%}@media (max-width:500px){.product-img__blur-circle .blur-circle-inner{width:30.1rem;height:30.1rem}}.product-img{width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);object-fit:contain}@media (max-width:500px){.product-img{width:100%;height:100%;max-width:24rem}}.product-cherry{top:26%;left:-12%;max-width:19rem}.product-almond{top:3%;left:80%;max-width:13rem;-webkit-transform:rotate(38deg);transform:rotate(38deg)}.product-prunes{top:71%;left:60%;-webkit-transform:rotate(-20deg);transform:rotate(-20deg);max-width:19rem}.product-info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:6rem;width:56rem;padding:4rem;border:0.2rem solid #e5dfe0;border-radius:2rem}@media (max-width:1024px){.product-info{width:100%}}@media (max-width:500px){.product-info{padding:2rem}}.pi-data__header{display:-ms-flexbox;display:flex;gap:2rem;border-bottom:0.1rem solid #e5dfe0}@media (max-width:500px){.pi-data__header{-ms-flex-align:end;align-items:flex-end;padding-bottom:1.5rem}}.pi-data__title{-ms-flex-preferred-size:50%;flex-basis:50%;font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:120%;text-transform:uppercase;padding-bottom:2rem}@media (max-width:500px){.pi-data__title{font-size:1.4rem;padding-bottom:0}}.pi-data__title-count{-ms-flex-preferred-size:25%;flex-basis:25%;font-size:1.6rem;line-height:150%;text-align:right;color:#beb0b0}@media (max-width:500px){.pi-data__title-count{-ms-flex-preferred-size:45%;flex-basis:45%;font-size:1.4rem}}.pi-data__item{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 0;border-bottom:0.1rem solid #e5dfe0}.pi-data__prop{-ms-flex-preferred-size:50%;flex-basis:50%;font-size:1.6rem}@media (max-width:500px){.pi-data__prop{-ms-flex-preferred-size:60%;flex-basis:60%}}.pi-data__value{-ms-flex-preferred-size:25%;flex-basis:25%;font-size:1.6rem;text-align:right}.product-info__descr{font-size:1.6rem;line-height:1.5}.product-info__btns{display:-ms-flexbox;display:flex;gap:4rem}@media (max-width:500px){.product-info__btns{-ms-flex-direction:column;flex-direction:column;gap:2rem}}.product-info__btn{-ms-flex-preferred-size:50%;flex-basis:50%;padding:1.2rem 2rem}@media (max-width:500px){.product-info__btn{width:100%}}.product-img__slider{width:42rem;height:42rem;overflow:hidden}@media (max-width:500px){.product-img__slider{width:24rem;height:24rem}}.product-img__slider .slider__btn-prev{position:absolute;left:-10rem;top:46%}.product-img__slider .swiper-slide{border-radius:100%;position:relative}.product-img__slider .slider__btn-next{position:absolute;right:-10rem;top:46%}.page-tpl{padding-top:8rem;padding-bottom:22rem}@media (max-width:920px){.page-tpl{padding-bottom:12rem}}@media (max-width:500px){.page-tpl{padding-top:4rem;padding-bottom:8rem}}.page-tpl .breadcrumb-wrapper{margin-bottom:6rem}.page-tpl h1{font-family:"Nunito";font-weight:700;font-size:8rem;line-height:100%;color:#4C3B3C}@media (max-width:920px){.page-tpl h1{font-size:6rem}}@media (max-width:500px){.page-tpl h1{font-size:3.8rem}}.contacts-title{margin-bottom:12rem}@media (max-width:920px){.contacts-title{margin-bottom:10rem}}@media (max-width:500px){.contacts-title{margin-bottom:6rem}}.contacts__inner{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:4rem}@media (max-width:920px){.contacts__inner{-ms-flex-direction:column;flex-direction:column}}@media (max-width:500px){.contacts__inner{gap:6rem}}.contacts-data{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10rem}@media (max-width:500px){.contacts-data{gap:6rem}}.info-block{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:4rem;width:71rem;padding:4rem;border:0.2rem solid #e5dfe0;border-radius:2rem}@media (max-width:1024px){.info-block{width:45rem}}@media (max-width:920px){.info-block{width:100%}}@media (max-width:500px){.info-block{gap:3rem;padding:2rem}}.info-block__title{position:absolute;top:-4rem;left:2rem;z-index:1;font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;color:#C4161D;padding:1rem 2rem;background:white}@media (max-width:500px){.info-block__title{top:-2.7rem;font-size:1.8rem;padding:1rem}}.info-block__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media (max-width:500px){.info-block__item{gap:0}}.info-block__item-prop{font-family:"Nunito";font-weight:700;font-size:1.4rem;line-height:150%;text-transform:uppercase;color:#beb0b0}@media (max-width:500px){.info-block__item-prop{font-size:1.2rem}}.info-block__item-value{line-height:1.5}.contacts-map{position:-webkit-sticky;position:sticky;top:10rem;left:0;width:100%;max-width:101rem;height:79.5rem;overflow:hidden;background:#FEDFA6;border-radius:2rem}@media (max-width:500px){.contacts-map{height:60rem}}.contacts-map iframe{width:100%;height:100%}.contacts-order{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:9.5rem 0 14.5rem;background:#fedfa6}@media (max-width:500px){.contacts-order{padding:8rem 1.6rem}}.contacts-order__leaf{bottom:7%;right:24%;-webkit-filter:drop-shadow(0px 10px 15px rgba(76,59,60,0.15));filter:drop-shadow(0px 10px 15px rgba(76,59,60,0.15))}.order-form{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:3rem;width:100%;max-width:56rem;padding:6rem 9rem;background:#fff;border-radius:2rem}@media (max-width:500px){.order-form{gap:2rem;padding:2rem}}.order-form .checkbox-descr{color:#998485}.order-form .order-form__sbm-btn{width:100%}.order-form__title{font-family:"Nunito";font-style:normal;font-weight:700;font-size:3.2rem;line-height:120%;text-align:center}@media (max-width:500px){.order-form__title{font-size:1.8rem}}.custom-input{padding:1rem 1.6rem;border:0.1rem solid #beb0b0;border-radius:1rem}.custom-input::-webkit-input-placeholder{font-size:1.6rem;line-height:150%;color:#beb0b0}.custom-input::-moz-placeholder{font-size:1.6rem;line-height:150%;color:#beb0b0}.custom-input:-ms-input-placeholder{font-size:1.6rem;line-height:150%;color:#beb0b0}.custom-input::-ms-input-placeholder{font-size:1.6rem;line-height:150%;color:#beb0b0}.custom-input::placeholder{font-size:1.6rem;line-height:150%;color:#beb0b0}.custom-textarea{height:16rem;padding:1rem 1.6rem;border:0.1rem solid #beb0b0;border-radius:1rem}.custom-textarea::-webkit-input-placeholder{font-size:1.6rem;line-height:150%;color:#beb0b0}.custom-textarea::-moz-placeholder{font-size:1.6rem;line-height:150%;color:#beb0b0}.custom-textarea:-ms-input-placeholder{font-size:1.6rem;line-height:150%;color:#beb0b0}.custom-textarea::-ms-input-placeholder{font-size:1.6rem;line-height:150%;color:#beb0b0}.custom-textarea::placeholder{font-size:1.6rem;line-height:150%;color:#beb0b0}.cooperation-title{margin-bottom:10rem}@media (max-width:500px){.cooperation-title{margin-bottom:6rem}}.cooperation__inner{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:4rem}@media (max-width:920px){.cooperation__inner{-ms-flex-direction:column;flex-direction:column}}.cooperation-data{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10rem}@media (max-width:500px){.cooperation-data{gap:6rem}}.cooperation-data .info-block__text{font-size:1.6rem;line-height:150%}.cooperation-data .info-block__text+.info-block__text{margin-top:1rem}.cooperation-order{position:-webkit-sticky;position:sticky;top:10rem;left:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%;max-width:100.6rem;overflow:hidden;padding:10rem;background:#FEDFA6;border-radius:2rem}@media (max-width:1024px){.cooperation-order{max-width:64rem;padding:8rem 1.6rem}}@media (max-width:920px){.cooperation-order{max-width:100%}}.cooperation-order .cooperation-order__leaf{right:3%;bottom:2%}.coop-info{display:grid;min-height:37rem;padding:4rem;background:#f1eeef;border-radius:1rem}@media (max-width:500px){.coop-info{padding:2rem}}.coop-info__tabs{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:3rem}.coop-info__title{font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:120%;color:#4C3B3C}@media (max-width:500px){.coop-info__title{font-size:1.6rem}}.coop-info__vars{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-bottom:3rem}.coop-info__btn{margin-left:auto;margin-top:auto}.coop-info__pane{display:none}.coop-info__pane-title{font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:120%;color:#4C3B3C;margin-bottom:3rem}.coop-info__pane-link{font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;color:#C4161D}@media (max-width:1024px){.coop-info__pane-link{font-size:2rem}}h1.buy-title{font-size:5.8rem;margin-bottom:6rem}@media (max-width:1024px){h1.buy-title{font-size:5rem}}@media (max-width:500px){h1.buy-title{font-size:3rem}}.buy__inner{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:4rem}@media (max-width:1024px){.buy__inner{gap:2rem}}@media (max-width:920px){.buy__inner{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:500px){.buy__inner{gap:6rem}}.buy-img{width:100%;max-width:41rem}@media (max-width:920px){.buy-img{width:51%}}@media (max-width:500px){.buy-img{-ms-flex-order:5;order:5;width:100%}}.buy-item{position:relative;width:41rem;padding:4rem;margin-top:4.3rem;border:0.2rem solid #e5dfe0;border-radius:2rem}@media (max-width:920px){.buy-item{width:46%}}@media (max-width:500px){.buy-item{width:100%;padding:2rem;margin-top:0}}.buy-item__title{position:absolute;left:2rem;top:-4rem;font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;color:#c4161d;padding:1rem 2rem;background:white}@media (max-width:1024px){.buy-item__title{left:1rem;top:-3rem;font-size:2rem}}.buy-item__list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.3rem}.buy-item__list li{position:relative;font-size:1.8rem;line-height:1.5;padding-left:2.8rem}.buy-item__list li::before{content:"";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0.8rem;height:0.8rem;background:#C4161D;border-radius:50%}.buy-item__list li a:hover{color:#C4161D}.buy-item__list+p{margin-top:1.2rem}.buy-descr{position:absolute;right:0%;bottom:0%;max-width:86rem;font-size:1.6rem}@media (max-width:1024px){.buy-descr{right:3%;max-width:55rem}}@media (max-width:920px){.buy-descr{position:static}}.buy-descr p+p{margin-top:2rem}.buy-descr a{color:#C4161D}.buy-descr a:hover{text-decoration:underline}.price-modal{position:fixed;right:0;top:0;z-index:999;display:none;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;width:100%;height:100vh;background:rgba(76,59,60,0.4)}.price-modal.active{display:-ms-flexbox;display:flex}.price-modal__close{position:absolute;top:2rem;right:2rem;z-index:11;width:3.2rem;height:3.2rem;stroke:#beb0b0;cursor:pointer}.price-modal__close:hover{stroke:#4C3B3C}.price-modal__inner{position:absolute;bottom:0;right:8rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:3rem;width:50rem;padding:6rem;background:#fff;box-shadow:0 1rem 1.5rem rgba(76,59,60,0.15);border-radius:2rem 2rem 0 0}@media (max-width:500px){.price-modal__inner{width:100%;right:0;padding:2rem}}.price-modal__inner .custom-input{height:5rem}.price-modal__title{font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;text-align:center;color:#4C3B3C}@media (max-width:500px){.price-modal__title{font-size:2.4rem}}.price-modal__dropdown{height:5rem;padding:1.3rem 1.6rem;border:0.1rem solid #beb0b0;border-radius:1rem}.price-modal__dropdown .dropdown-link{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%;color:#beb0b0}.price-modal__dropdown .dropdown-list{-ms-flex-direction:column;flex-direction:column;right:0;bottom:120%}.price-modal__dropdown .checkbox{padding:0.6rem 1.8rem}.order-form__sbm-btn{width:100%}.contacts-popup{position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:99999;width:100vw;height:100vh;background:rgba(0,0,0,0.2)}.contacts-popup .contacts-popup__close{position:absolute;top:2rem;right:2rem;z-index:11;width:3.2rem;height:3.2rem;stroke:#beb0b0;cursor:pointer}.contacts-popup .contacts-popup__close:hover{stroke:#4C3B3C}.contacts-popup .contacts-popup__inner{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50rem}.contacts-popup .contacts-popup__inner .custom-input{height:5rem}.thx-popup{position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:99999;width:100vw;height:100vh;background:rgba(0,0,0,0.2)}.thx-popup__inner{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:56rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:3rem;-ms-flex-align:center;align-items:center;background:#fff;border-radius:2rem;padding:6rem 9rem}.thx-popup__close{position:absolute;top:2rem;right:2rem;z-index:11;width:3.2rem;height:3.2rem;stroke:#beb0b0;cursor:pointer}.thx-popup__close:hover{stroke:#4C3B3C}.thx-popup__title{font-family:"Nunito";font-weight:700;font-size:3.2rem;line-height:120%;color:#4c3b3c;text-align:center}.footer{position:relative;padding:8rem 0;background:#4c3b3c}@media (max-width:920px){.footer{padding:4rem 0}}.footer .anim-fruit__wrapper{top:-14%;left:68%;width:18rem}.footer-h2{margin:0 auto}.footer .anim-fruit__wrapper .anim-fruit{-webkit-transform:rotate(210deg);transform:rotate(210deg);-webkit-filter:drop-shadow(0px 1rem 1.5rem rgba(76,59,60,0.15));filter:drop-shadow(0px 1rem 1.5rem rgba(76,59,60,0.15))}.footer__header{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:5rem;margin-bottom:8rem;border-bottom:0.1rem solid #998485}@media (max-width:920px){.footer__header{padding-bottom:4rem;margin-bottom:4rem}}@media (max-width:500px){.footer__header{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem}}.footer__logo{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;gap:6.5rem}@media (max-width:500px){.footer__logo{gap:3rem}}.footer__logo-img{width:10.5rem}.footer__logo-descr{font-family:"Nunito";font-weight:700;line-height:120%;text-transform:uppercase;color:#fff}@media (max-width:500px){.footer__logo-descr{font-size:1.4rem}}.footer-buy{margin-right:22rem}@media (max-width:920px){.footer-buy{margin-right:0}}@media (max-width:500px){.footer-buy{width:100%;max-width:100%}}.footer-nav{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:12rem;margin-bottom:11rem}@media (max-width:920px){.footer-nav{gap:0;margin-bottom:4rem;padding-bottom:4rem;border-bottom:0.1rem solid #998485}}@media (max-width:500px){.footer-nav{-ms-flex-direction:column;flex-direction:column;padding-bottom:0;border-bottom:none}}.footer-nav__column:nth-child(1){width:100%;max-width:77.5rem}@media (max-width:1024px){.footer-nav__column:nth-child(1){max-width:58rem}}@media (max-width:920px){.footer-nav__column:nth-child(1){display:none}}.footer-nav__column-title{font-family:"Nunito";font-style:normal;font-weight:700;font-size:1.8rem;line-height:120%;text-transform:uppercase;color:#fff;margin-bottom:3rem}@media (max-width:920px){.footer-nav__column-title{display:none}}.footer-nav__column-links{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem 17.4rem}@media (max-width:1024px){.footer-nav__column-links{gap:2rem}}@media (max-width:500px){.footer-nav__column-links{gap:3rem}}.footer-nav__column-links span{width:100%;max-width:27.6rem;font-size:1.6rem;line-height:150%;color:#beb0b0}.footer-nav__column-links span a{font-size:1.6rem;line-height:150%;color:#beb0b0}.footer-nav__column-links span a:hover{color:#C4161D}.footer-nav__column-links .fl-mob{display:none}@media (max-width:920px){.footer-nav__column-links .fl-mob{display:block}}.footer-nav__column-links .flag-new{font-size:1rem;line-height:1.5;font-weight:900}.footer-nav__contacts{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2rem;-ms-flex-preferred-size:80rem;flex-basis:80rem}@media (max-width:920px){.footer-nav__contacts{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem 1.6rem}}@media (max-width:500px){.footer-nav__contacts{margin-top:4rem;padding-top:4rem;border-top:0.1rem solid #998485}}.footer-nav__contacts span,
.footer-nav__contacts a{font-size:1.6rem;line-height:150%;color:#beb0b0}.footer-nav__contacts a:hover{color:#C4161D}a.footer-tel{font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:120%;text-transform:uppercase;color:#fff}@media (max-width:500px){a.footer-tel{font-size:1.4rem;margin-right:4rem}}.footer-bottom{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;gap:27.5rem}@media (max-width:920px){.footer-bottom{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;gap:4rem}}.footer-social{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:4rem}.footer-social__link svg{width:3.2rem;height:3.2rem;fill:white}.footer-bottom__copy{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-right:27rem}@media (max-width:1024px){.footer-bottom__copy{margin-right:0}}.footer-bottom__copy p,
.footer-bottom__copy a{font-size:1.4rem;line-height:150%;color:#998485}.footer-catalog{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2rem;margin-top:-13rem}@media (max-width:920px){.footer-catalog{margin-top:-20rem;margin-left:auto}}@media (max-width:500px){.footer-catalog{position:absolute;right:1.6rem;top:30.4%;margin-top:0;margin-left:unset}}.footer-catalog a{font-family:"Nunito";font-size:1.4rem;line-height:150%;text-transform:uppercase;color:#fff;border-bottom:1px solid #fff}.footer-catalog a:hover{color:#C4161D;border-bottom-color:#C4161D}.footer-catalog img{width:13.6rem}.fixed-price-btn{position:fixed;right:-9rem;top:30%;z-index:30;font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:120%;text-transform:uppercase;color:#fff;padding:1.4rem 3rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);background:#c4161d;box-shadow:0 1rem 1.5rem rgba(76,59,60,0.15);border-radius:1rem 1rem 0 0;border:none;outline:none;cursor:pointer;transition:all 0.3s linear}.fixed-price-btn svg{display:none;width:3.2rem;height:3.2rem;fill:none;stroke:white}@media (max-width:500px){.fixed-price-btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:none;transform:none;right:4%;bottom:-10%;top:unset;width:5.6rem;height:5.6rem;padding:1.2rem;border-radius:50%;box-sizing:border-box}.fixed-price-btn svg{display:block}.fixed-price-btn span{display:none}}.fixed-price-btn.active{position:fixed}.price-btn--mob{display:none}.flag-new{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;font-family:"Nunito";font-weight:700;font-size:1.8rem;line-height:120%;text-transform:uppercase;color:#fff;padding:0.2rem 0.6rem;background:#C4161D;border-radius:0.4rem}@media (max-width:500px){.flag-new{font-size:1.4rem}}.flag-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:3rem}@media (max-width:500px){.flag-item{gap:2rem}}.hide{display:none}.show{display:block}.read-more-btn{display:none;cursor:pointer;width:-webkit-max-content;width:-moz-max-content;width:max-content;font-family:"Nunito";font-weight:700;font-size:1.2rem;line-height:150%;text-transform:uppercase;color:#C4161D;border-bottom:0.1rem solid #C4161D}@media (max-width:500px){.read-more-btn{display:block}.read-more-btn~*{display:none}}.read-more-btn.active{display:none}.read-more-btn.active~*{display:block}.custom-link{font-family:"Nunito";font-size:1.4rem;line-height:150%;text-transform:uppercase;color:#4C3B3C;border-bottom:0.1rem solid #4C3B3C;display:inline}.custom-link:hover{color:#C4161D;border-bottom-color:#C4161D}
input.is-invalid,textarea.is-invalid{border-color:red}
input.is-invalid::-moz-placeholder,textarea.is-invalid::-moz-placeholder{color:red}
input.is-invalid::-webkit-input-placeholder,textarea.is-invalid::-webkit-input-placeholder{color:red}
input.is-invalid:-ms-input-placeholder,textarea.is-invalid:-ms-input-placeholder{color:red}
.modal-form__success{display:none}
.modal-form__success._active{display:flex}
.modal-form__form._hidden{display:none}
.checkbox.disabled{opacity:0.3}
.catalog__nav-item.disable{opacity:0.3}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}
@media (max-width:991px){.gallery{grid-template-columns:repeat(3,1fr)}}
@media (max-width:767px){.gallery{grid-template-columns:repeat(2,1fr)}}
@media (max-width:575px){.gallery{grid-template-columns:1fr}}
.gallery__hidden{display:none}
.gallery__item{display:flex}
.gallery__link{width:100%;height:100%;display:grid;grid-gap:20px;border:5px solid #fef4f1;border-radius:10px;text-align:center;padding:30px;font-family:"Nunito";font-weight:700;font-size:2.5rem;line-height:120%;align-content:start}
.gallery__link:hover{color:#C4161D}
.gallery__link picture{display:flex;align-items:center;justify-content:center}
.gallery__link picture img{width:100%;height:auto}
.price-modal__subtitle{text-align:center}
@media (max-width:950px){.buy-item:nth-child(3){order:-1}}