/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */: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:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.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,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.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,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.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:0}.f-button:focus-visible{outline:0;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-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;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-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{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-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{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:transparent;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:0;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 ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container :empty{display:block}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;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__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.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;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::after,.fancybox__slide::before{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 [contenteditable],.fancybox__content [data-selectable]{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-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0)}.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-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;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) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.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:0;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .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:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:transparent;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;transform:translate3d(0,0,0)}.f-thumbs__track{display:flex}.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);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(--f-thumb-clip-width,0))*-.5);width:calc(var(--width,0)*1px + var(--f-thumb-clip-width,0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:0;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:0}.f-thumbs__slide__button:focus-visible{outline:0;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path:inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.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,.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{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font:1em monospace,monospace}a{background:0 0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font:1em monospace,monospace}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font:100%/1.15 inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{font-size:1vw;--c1:#1B1B1B;--c2:#707070;--c3:#FFFFFF;--c4:#f9cb38;--c5:#868686;--c6:#ff003c;--c7:#36b264;--bg1:#F4F4F4;--bg2:#FFFFFF;--bg3:#1B1B1B;--bg4:#f9cb38;--bg5:#F4F4F4;--bg6:#272727;--bg7:#10bc0b;--bg8:#f8411f;--bg9:#931cff;--bg10:#36b264;--bg11:#eaeaea;--border1:#f0f0f0;--border2:#1B1B1B;--border3:#272727;--border4:#ff003c;--border5:#eaeaea;--border6:#d0d0d0;--tf:ease}@media screen and (max-width:1199px){:root{font-size:calc(max(1vw,15px))}}::-moz-selection{background:var(--bg5);color:var(--c1)}::selection{background:var(--bg5);color:var(--c1)}::-webkit-scrollbar{width:0;height:0}*{box-sizing:border-box;scrollbar-width:thin;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;outline:0}@media screen and (max-width:1099px){*{scrollbar-width:none}}:focus{outline:0}* ::after,* ::before{box-sizing:inherit}.tns-visually-hidden,.visually-hidden,[hidden],[type=hidden]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}body,html{height:100%;scrollbar-width:none}html{--ff:"Bion",sans-serif;--ff-main:"Calibri",sans-serif;--fz:max(1vw, 16px);--fwB:bold;--fwR:normal;--offset:max(calc(1.25 * 1vw), 15px);--offset-grid:2rem;--offset-grid-m:4rem;--offset-grid-l:12rem;--main-menu-height:90px}@media screen and (max-width:499px){html{--offset-grid:1.5rem}}body{font:var(--fwR) var(--fz)/1.4 var(--ff-main);background:var(--bg2);color:var(--c1);fill:var(--c1);min-width:360px;margin:0;text-wrap:balance}body.modal-open{overflow:hidden}a{text-decoration:none;color:inherit;transition:color .3s var(--tf)}img{height:auto;max-width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}button{font:1em var(--ff);background:0 0;margin:0;padding:0;text-align:left;border:none;cursor:pointer}a[data-opener]>*,button[data-opener]>*{pointer-events:none}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}.btn{font:calc(max(.8em,15px))/1.2 var(--ff);background:var(--bg3);display:inline-flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.8rem 1.2rem;color:var(--c3);fill:var(--c3);border:1px solid var(--border2);border-radius:calc(max(2rem,30px));gap:.8rem;transition:all .3s var(--tf)}@media screen and (max-width:1299px){.btn{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (max-width:999px){.btn{font-size:13px}}@media screen and (max-width:599px){.btn{padding-top:1rem;padding-bottom:1rem;font-size:14px}}.btn svg{flex-shrink:0;width:calc(max(.6rem,10px));height:calc(max(.6rem,10px))}@media screen and (max-width:599px){.btn svg{width:8px;height:8px}}.btn--gray{background:var(--bg1);color:var(--c1);fill:var(--c1);border-color:var(--border1)}.btn--to_cart svg{width:calc(max(.7rem,16px));height:calc(max(.7rem,16px))}.btn._in-the-cart{background:var(--bg11);color:var(--c5);fill:var(--c5);border-color:var(--border1);pointer-events:none}.btn:focus-within,.btn:hover{background:0 0;color:var(--c1);fill:var(--c1)}.btn[disabled]{background:var(--bg11);color:var(--c5);fill:var(--c5);border-color:var(--border1);pointer-events:none}.btn--s{padding:.4rem .8rem;font-family:var(--ff-main);font-weight:var(--fwB)}.logo{display:flex;align-items:center;width:8rem;height:2.8rem;fill:var(--c1)}@media screen and (max-width:999px){.logo{width:6rem;height:2rem}}.logo svg{width:100%;height:100%}.title,h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--ff);font-weight:var(--fwB)}.title--xl{font-size:5rem;line-height:1;letter-spacing:-.1rem}@media screen and (max-width:999px){.title--xl{font-size:2.1rem}}.title--l{font-size:3rem;line-height:1;letter-spacing:-.1rem}@media screen and (max-width:999px){.title--l{font-size:2.1rem}}.title--m{font-size:1.8em;line-height:1.2}@media screen and (max-width:999px){.title--m{font-size:1.6em}}@media screen and (max-width:399px){.title--m{font-size:1.5em}}.title--s{font-size:1.4em;line-height:1.2}@media screen and (max-width:999px){.title--s{font-size:1.25em}}@media screen and (max-width:399px){.title--s{font-size:1.15em}}.title--xs{font-size:calc(max(.95em,15px));line-height:1.2}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{font:calc(max(.95em,16px))/1 var(--ff-main);background:var(--bg2);padding:.8rem 1.2rem;border-radius:calc(max(2rem,30px));border:1px solid var(--border1);-webkit-appearance:none;-moz-appearance:none;appearance:none;resize:none;transition:color .3s var(--tf),border-color .3s var(--tf)}input[type=date]:-webkit-autofill,input[type=date]:autofill,input[type=email]:-webkit-autofill,input[type=email]:autofill,input[type=number]:-webkit-autofill,input[type=number]:autofill,input[type=password]:-webkit-autofill,input[type=password]:autofill,input[type=search]:-webkit-autofill,input[type=search]:autofill,input[type=tel]:-webkit-autofill,input[type=tel]:autofill,input[type=text]:-webkit-autofill,input[type=text]:autofill,select:-webkit-autofill,select:autofill,textarea:-webkit-autofill,textarea:autofill{box-shadow:0 0 0 30px var(--bg2) inset!important}input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:var(--c2);opacity:1}input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder{color:var(--c2);opacity:1}input[type=date]:not([readonly]):focus-within,input[type=date]:not([readonly]):hover,input[type=email]:not([readonly]):focus-within,input[type=email]:not([readonly]):hover,input[type=number]:not([readonly]):focus-within,input[type=number]:not([readonly]):hover,input[type=password]:not([readonly]):focus-within,input[type=password]:not([readonly]):hover,input[type=search]:not([readonly]):focus-within,input[type=search]:not([readonly]):hover,input[type=tel]:not([readonly]):focus-within,input[type=tel]:not([readonly]):hover,input[type=text]:not([readonly]):focus-within,input[type=text]:not([readonly]):hover,select:not([readonly]):focus-within,select:not([readonly]):hover,textarea:not([readonly]):focus-within,textarea:not([readonly]):hover{border-color:var(--border2)}.error input[type=date],.error input[type=email],.error input[type=number],.error input[type=password],.error input[type=search],.error input[type=tel],.error input[type=text],.error select,.error textarea{border-color:var(--border4)}input[type=search]::-webkit-search-cancel-button{display:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}textarea{border-radius:calc(max(1.5rem,20px))}select{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMC42IDYuNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAuNiA2LjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjMUIxQjFCIj4NCjxwYXRoIGQ9Ik0xMCwwbDAuNiwxLjRDOC41LDIuMiw2LjgsNCw2LDZMNS44LDYuNGgtMUw0LjUsNkMzLjgsNCwyLjEsMi4yLDAsMS40TDAuNiwwYzIsMC44LDMuNywyLjMsNC43LDQuMUM2LjMsMi4zLDgsMC44LDEwLDB6Ii8+DQo8L3N2Zz4NCg==) no-repeat calc(100% - 1.2rem) center/calc(max(.7rem,10px));padding-right:calc(max(.7rem,10px) + (1.2rem * 2))}.form{display:flex;flex-direction:column;align-items:stretch;gap:1.6rem}.form--row{flex-direction:row;gap:var(--offset-grid-m)}@media screen and (max-width:1099px){.form--row{gap:var(--offset-grid)}}@media screen and (max-width:999px){.form--row{flex-direction:column}}.form-col{display:flex;flex-direction:column;align-items:stretch;flex-grow:1;padding-top:.4rem;gap:var(--offset-grid)}@media screen and (min-width:1000px){.form-col--m{width:50%}}.form-fieldset{display:flex;flex-direction:column;margin:0;padding:0;border:none}.form-legend{font:var(--fwB) calc(max(.95em,15px)) var(--ff);display:flex;align-items:center;width:100%;margin-bottom:2.2rem;text-align:center;gap:.8rem}.form-legend::after{content:"";position:relative;flex-grow:1;margin-top:.2rem;border-bottom:1px solid var(--border1)}.form-inner{display:flex;flex-direction:column;align-items:stretch;gap:calc(max(1.6rem,26px))}@media screen and (max-width:1399px){.form-inner{gap:calc(max(1.6rem,26px)) 20px}}.form-inner--grid{display:grid;grid-template-columns:repeat(var(--count),1fr);--count:2}@media screen and (max-width:999px){.form-inner--grid{--count:1}}.form-inner--full{width:100%}.form-inner__info{display:flex;align-items:flex-start;font-size:calc(max(.95em,15px));fill:var(--c2);color:var(--c2);gap:.8rem}.form-inner__info svg{flex-shrink:0;width:1rem;height:1rem}.form-inner__info span{line-height:1}.form-label{position:relative;display:flex;flex-direction:column;gap:.4rem}.form-name{background:var(--bg2);position:absolute;top:-.6em;left:1rem;padding-left:.2rem;padding-right:.2rem;font-weight:var(--fwB);font-size:calc(max(.95em,15px));line-height:1;z-index:1}.error .form-name{color:var(--c6)}.form-checkbox{display:flex;align-items:center;gap:.6rem;cursor:pointer}.form-checkbox__icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:calc(max(1.1rem,18px));height:calc(max(1.1rem,18px));fill:var(--c1);border-radius:calc(max(.4rem,4px));border:1px solid var(--border1);transition:background-color .3s var(--tf),border-color .3s var(--tf)}.form-checkbox__icon svg{width:60%;height:60%;transform:scale(.8);opacity:0;transition:transform .15s var(--tf),opacity .3s var(--tf)}.form-checkbox__input:checked~.form-checkbox__icon{background:var(--bg1);border-color:var(--bg1)}.form-checkbox__input:checked~.form-checkbox__icon svg{transform:scale(1);opacity:1}.form-checkbox__text{font-size:calc(max(.95em,15px));line-height:1.2}.form-input-wrap{position:relative;width:100%}.form-input-wrap .form-input{width:100%}.form-input-code{position:absolute;top:.4rem;right:.4rem;bottom:.4rem}.form-edit{position:absolute;top:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;padding:.8rem 1.2rem;fill:var(--c2);transition:fill .3s var(--tf)}.form-edit svg{width:calc(max(.8rem,18px));height:calc(max(.8rem,18px))}.form-edit:focus-within,.form-edit:hover{fill:var(--c1)}.form-wrap{background:var(--bg1);display:flex;flex-direction:column;align-items:stretch;padding:calc(max(1rem,20px));gap:1.6rem}.form-wrap .form-name{background:var(--bg1)}.form-wrap input[type=date],.form-wrap input[type=email],.form-wrap input[type=number],.form-wrap input[type=password],.form-wrap input[type=search],.form-wrap input[type=tel],.form-wrap input[type=text],.form-wrap select,.form-wrap textarea{background:var(--bg1);border-color:var(--border6)}.form-text{font-weight:var(--fwB);font-size:calc(max(.9em,14px));line-height:1.2}.form-error{font-size:calc(max(.85em,14px));line-height:1.2;color:var(--c6)}.form-row{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.form-row--center{justify-content:center}.form-row--wrap{justify-content:flex-start;flex-wrap:wrap;width:100%;gap:calc(max(1rem,20px))}.form-row__text{font-size:calc(max(.95em,15px));font-weight:var(--fwB);line-height:1.2}.form-row__text.error{color:var(--c6)}.form-row__text.success{color:var(--c7)}.form-row__link{font:calc(max(.95em,15px))/1.2 var(--ff-main);text-decoration:underline;color:var(--c2);transition:color .3s var(--tf)}.form-row__link:focus-within,.form-row__link:hover{color:var(--c1)}.form-address{position:relative}.form-address__results{background:var(--bg2);position:absolute;top:100%;left:0;width:100%;margin-top:.8rem;padding-top:.4rem;padding-bottom:.4rem;border:1px solid var(--border1);border-radius:calc(max(1rem,30px));overflow:hidden;z-index:2}.form-address__results:not(.show){visibility:hidden}.form-address__wrap{display:flex;flex-direction:column;align-items:stretch;width:100%;max-height:16rem;padding-left:1.2rem;padding-right:1.2rem;border-radius:inherit;overflow:auto}.form-address__result{font:calc(max(.95em,16px))/1 var(--ff-main);display:flex;justify-content:space-between;align-items:center;padding-top:.8rem;padding-bottom:.8rem;gap:.8rem}.form-address__result:not(:last-child){border-bottom:1px solid var(--border1)}.form-address__result small{color:var(--c2)}.form-map{background:var(--bg1);position:relative;width:100%;height:18rem;border-radius:calc(max(1rem,30px))}.form-map .form-name{background:0 0;z-index:1}.form-map__controls{position:absolute;top:1rem;right:1.2rem;bottom:2rem;display:flex;flex-direction:column;align-items:stretch;gap:.8rem}.form-map__zoom{display:flex;flex-direction:column;margin-bottom:auto;gap:.4rem}.form-map__button{background:var(--bg2);display:flex;justify-content:center;align-items:center;padding:.8rem;fill:var(--c1);border:1px solid var(--border1);border-radius:calc(max(1rem,30px))}.form-map__button svg{width:calc(max(.8rem,16px));height:calc(max(.8rem,16px))}.form-payment{background:var(--bg2);position:relative;padding:1.4rem 1.2rem 1.2rem;border:1px solid var(--border1);border-radius:calc(max(1rem,30px))}@media screen and (max-width:1399px){.form-payment{border-radius:20px}}.form-payment__inner{display:grid;grid-template-columns:repeat(var(--count),1fr);gap:.8rem;--count:4}@media screen and (max-width:1399px){.form-payment__inner{--count:3}}@media screen and (max-width:499px){.form-payment__inner{gap:6px}}@media screen and (max-width:399px){.form-payment__inner{--count:2}}.form-payment__input{position:absolute;visibility:hidden}.form-payment__input:checked~.form-payment__check svg{transform:scale(1);opacity:1}.form-payment__input:checked~.form-payment__logo::before{background:var(--bg1);content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid var(--border1);border-radius:calc(max(1rem,20px));z-index:-1}@media screen and (max-width:1399px){.form-payment__input:checked~.form-payment__logo::before{border-radius:10px}}.form-payment__label{background:var(--bg2);position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;width:100%;height:6rem;padding:.8rem;border-radius:calc(max(1rem,20px));border:1px solid var(--border1);cursor:pointer;gap:.4rem}@media screen and (max-width:1399px){.form-payment__label{border-radius:10px}}.form-payment__logo{display:flex;justify-content:flex-start;align-items:center;width:3.6rem;height:1.4rem;z-index:1}@media screen and (max-width:499px){.form-payment__logo{width:3.2rem;height:1.2rem}}.form-payment__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.form-payment__name{font-size:calc(max(.95em,15px));line-height:1;z-index:1}.form-payment__check{background:var(--bg2);position:absolute;top:.8rem;right:.8rem;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:calc(max(1.1rem,18px));height:calc(max(1.1rem,18px));fill:var(--c1);border-radius:calc(max(.4rem,4px));border:1px solid var(--border1);z-index:1}.form-payment__check svg{width:60%;height:60%;transform:scale(.8);opacity:0;transition:transform .15s var(--tf),opacity .3s var(--tf)}.form-images{position:relative;display:grid;grid-template-columns:repeat(var(--count),1fr);padding:1.2rem;border-radius:calc(max(1.5rem,20px));border:1px dashed var(--border1);transition:border-color .3s var(--tf),background-color .3s var(--tf);gap:.8rem;--count:6}@media screen and (max-width:1199px){.form-images{gap:.4rem}}@media screen and (max-width:999px){.form-images{min-height:calc(max(16rem,240px))}}@media screen and (max-width:599px){.form-images{--count:4}}@media screen and (max-width:499px){.form-images{--count:3}}@media screen and (max-width:399px){.form-images{--count:2}}.form-images.uploaded .form-images__label{opacity:0}.form-images:focus-within,.form-images:hover{border-color:var(--border2)}.form-images__label{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--c2);transition:opacity .15s ease-in-out}.form-images__text{font-size:calc(max(.95em,16px));text-align:center;line-height:1.4}@media screen and (max-width:599px){.form-images__text{padding-left:10px;padding-right:10px;font-size:calc(max(.85em,12px))}}.form-images__item{background:var(--bg1);position:relative;display:flex;justify-content:center;align-items:center;height:calc(max(6rem,96px));padding:.8rem;border-radius:calc(max(.6rem,20px))}@media screen and (max-width:1199px){.form-images__item{padding:.2rem;border-radius:0}}.form-images__item picture{display:flex;width:100%;height:100%}.form-images__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1199px){.form-images__item img{-o-object-fit:contain;object-fit:contain}}.form-images__remove{background:var(--bg3);position:absolute;top:.4rem;right:.4rem;display:flex;justify-content:center;align-items:center;fill:var(--c3);padding:.4rem;border-radius:50%}@media screen and (max-width:1199px){.form-images__remove{top:.2rem;right:.2rem}}.form-images__remove svg{width:calc(max(.6rem,10px));height:calc(max(.6rem,10px))}.form-user{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;gap:calc(max(1.2rem,20px))}@media screen and (min-width:1000px){.form-user{width:calc(max(20rem,320px));padding-top:.4rem;padding-right:var(--offset-grid);padding-bottom:.4rem;border-right:1px solid var(--border1)}}@media screen and (max-width:999px){.form-user{width:100%;margin-top:90px;margin-bottom:1rem;padding-bottom:var(--offset-grid);background-color:var(--bg1)}}.form-user-photo{font:var(--fwB) calc(max(1.8em,24px)) var(--ff-main);position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:calc(max(10rem,180px));height:calc(max(10rem,180px));color:var(--c5);border-radius:50%}@media screen and (max-width:999px){.form-user-photo{margin-top:-90px}}.form-user-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;overflow:hidden}.form-user-photo:not(.upload) img{display:none}.form-user-photo:not(.upload) .form-user-delete{display:none}.form-user-photo.upload .form-user-image span{display:none}.form-user-photo.upload .form-user-edit{background:var(--bg1);top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);width:101%;height:101%;opacity:0}@media screen and (max-width:999px){.form-user-photo.upload .form-user-edit{width:100%;height:100%;border:1px solid var(--border5)}}.form-user-photo.upload .form-user-edit svg{width:calc(max(1rem,18px));height:calc(max(1rem,18px))}.form-user-photo.upload .form-user-label:focus-within .form-user-edit,.form-user-photo.upload .form-user-label:hover .form-user-edit{opacity:1;transition:opacity .3s var(--tf)}.form-user-label{display:flex;justify-content:center;align-items:center;width:100%;height:100%;border-radius:50%;cursor:pointer}.form-user-image{background:var(--bg1);display:flex;justify-content:center;align-items:center;width:100%;height:100%;border-radius:50%;overflow:hidden}@media screen and (max-width:999px){.form-user-image{border:1px solid var(--border5)}}.form-user-edit{background:var(--bg4);position:absolute;right:.5rem;bottom:.5rem;display:flex;justify-content:center;align-items:center;width:calc(max(2rem,30px));height:calc(max(2rem,30px));border-radius:50%}.form-user-edit svg{width:calc(max(.8rem,16px));height:calc(max(.8rem,16px))}.form-user-delete{background:var(--bg8);position:absolute;right:.5rem;bottom:.5rem;display:flex;justify-content:center;align-items:center;width:calc(max(2rem,30px));height:calc(max(2rem,30px));fill:var(--c3);border-radius:50%;transition:all .3s var(--tf)}.form-user-delete svg{width:calc(max(.8rem,16px));height:calc(max(.8rem,16px))}.form-user-delete:focus-within,.form-user-delete:hover{background:var(--bg4);fill:var(--c1)}.form-user-info{display:flex;flex-direction:column;align-items:center;text-align:center;gap:calc(max(.6rem,10px))}@media screen and (max-width:999px){.form-user-info{padding-bottom:.4rem}}.form-user-name{font-weight:var(--fwB);font-size:calc(max(1.2em,24px));line-height:1}.form-user-text{line-height:1;color:var(--c5)}.form-footer{display:flex;justify-content:center;align-items:center;margin-top:1rem;gap:.8rem}@media screen and (max-width:399px){.form-footer{margin-top:0}}.form-footer:last-child{margin-top:auto}.form-footer+.form-row{margin-top:auto;padding-top:1rem}.form-footer--start{justify-content:flex-start}.form-footer--start .form-footer__btn{font-size:calc(max(.8em,14px));min-width:145px}@media screen and (min-width:1500px){.form-footer--start .form-footer__btn{min-width:calc(max(10rem,200px))}}@media screen and (max-width:999px){.form-footer--start .form-footer__btn{width:50%;min-width:auto}}.form-footer__btn--full{width:100%}@media screen and (max-width:499px){.form-footer__btn--full{letter-spacing:-.025rem}}@media screen and (max-width:399px){.form-footer__btn--full{font-size:12px}}@media screen and (max-width:499px){.form-btn{width:100%}}.breadcrumbs{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:.6rem}.breadcrumbs__item{display:flex;align-items:center;fill:var(--c5);gap:.6rem}.breadcrumbs__item svg{width:calc(max(.5rem,8px));height:calc(max(.5rem,8px))}.breadcrumbs__link{font:calc(max(.75em,14px)) var(--ff);color:var(--c1)}.breadcrumbs__link[href]{color:var(--c2)}.breadcrumbs__link[href]:focus-within,.breadcrumbs__link[href]:hover{color:var(--c1)}.header{position:sticky;top:0;left:0;width:100%;display:flex;flex-direction:column;align-items:stretch;z-index:5}@media screen and (max-width:999px){.header{transition:transform .5s var(--tf)}}.header.hide-category{pointer-events:none}@media screen and (max-width:999px){.header.hide-category{--y:calc(0px - (42px + 1.2rem));transform:translateY(var(--y))}}.header.hide-category .header-main{pointer-events:auto}.header.hide-category .header-list{transform:translateY(-100%)}@media screen and (max-width:999px){.header--order.hide-category{transform:translateY(-100%)}}.header--profile.hide-category{pointer-events:auto}.header--profile.hide-category .header-list{transform:none}@media screen and (max-width:999px){.header--profile.hide-category{transform:none}}.header-top{background:var(--bg3);width:100%;display:flex;align-items:center;padding:.8rem var(--offset-grid);color:var(--c5);gap:var(--offset-grid);z-index:5}.header-top ::-moz-selection{background:var(--bg6);color:var(--c3)}.header-top ::selection{background:var(--bg6);color:var(--c3)}.header-top--offset_l{padding-left:var(--offset-grid-l);padding-right:var(--offset-grid-l)}@media screen and (max-width:1299px){.header-top--offset_l{padding-left:var(--offset-grid-m);padding-right:var(--offset-grid-m)}}@media screen and (max-width:1099px){.header-top--offset_l{padding-left:var(--offset-grid);padding-right:var(--offset-grid)}}.header-top__right{display:flex;align-items:center;gap:var(--offset-grid)}@media screen and (min-width:700px){.header-top__right{margin-left:auto}}@media screen and (max-width:699px){.header-top__right{justify-content:space-between;width:100%}}.header-top__text{position:absolute;left:50%;font-size:calc(max(.85em,15px));line-height:1;transform:translateX(-50%)}@media screen and (max-width:1199px){.header-top__text{display:none}}.header-top__links{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:1rem}.header-top__link{font-size:calc(max(.85em,15px));line-height:1}@media screen and (max-width:499px){.header-top__link--desktop-only{display:none}}.header-top__link:focus-within,.header-top__link:hover{color:var(--c3)}.header-info{display:flex;align-items:center;font-size:calc(max(.85em,15px));line-height:1;gap:.8rem}@media screen and (max-width:699px){.header-info{display:none}}.header-info__text{font-size:1em}@media screen and (max-width:899px){.header-info__link{display:none}}.header-info__link:focus-within,.header-info__link:hover{color:var(--c3)}.header-lang{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:.6rem}.header-lang__item{display:flex;align-items:center}.header-lang__link{margin-top:-.6rem;margin-right:-.6rem;margin-bottom:-.6rem;padding:.6rem;font-size:calc(max(.85em,15px));text-transform:uppercase;line-height:1}.header-lang__item:not(:last-child) .header-lang__link{position:relative}.header-lang__item:not(:last-child) .header-lang__link::before{content:"";position:absolute;top:.6rem;right:0;bottom:.6rem;border-right:1px solid var(--border3)}.header-lang__link:focus-within,.header-lang__link:hover{color:var(--c3)}.header-lang__link.current{color:var(--c3)}.header-main{background:var(--bg2);display:flex;align-items:stretch;padding:1.5rem var(--offset-grid);border-bottom:1px solid var(--border1);gap:1.5rem var(--offset-grid)}@media screen and (max-width:999px){.header-main{flex-wrap:wrap;padding-top:1.2rem;padding-bottom:1.2rem;gap:1.2rem}}.header-main--offset_l{padding-left:var(--offset-grid-l);padding-right:var(--offset-grid-l)}@media screen and (max-width:1299px){.header-main--offset_l{padding-left:var(--offset-grid-m);padding-right:var(--offset-grid-m)}}@media screen and (max-width:1099px){.header-main--offset_l{padding-left:var(--offset-grid);padding-right:var(--offset-grid)}}.header-main__col{display:flex;align-items:center;flex-shrink:0}@media screen and (min-width:1000px){.header-main__col{min-width:20%}}.header-main__col .header-main__widgets{margin-left:auto}.header-main__logo{flex-shrink:0}@media screen and (max-width:999px){.header-main__logo{align-self:center;margin-left:auto;margin-right:auto}}.header-main__logo--center{margin-left:auto;margin-right:auto}.header-main__inner{display:flex;align-items:stretch;flex-grow:1}@media screen and (max-width:999px){.header-main__inner{order:1;width:100%}}.header-main__back{display:flex;align-items:center;font-size:calc(max(.95em,15px));font-weight:var(--fwB);color:var(--c2);fill:var(--c2);gap:.8rem;transition:all .3s var(--tf)}@media screen and (max-width:999px){.header-main__back{width:42px;height:42px;justify-content:center;background-color:var(--bg1);border-radius:50%}.header-main__back span{display:none}}.header-main__back svg{flex-shrink:0;width:calc(max(.7rem,10px));height:calc(max(.7rem,10px))}.header-main__back:focus-within,.header-main__back:hover{color:var(--c1);fill:var(--c1)}.header-main__btn{flex-shrink:0;font-weight:var(--fwB);font-size:calc(max(.85em,14px))}@media screen and (max-width:999px){.header-main__btn{display:none}}.header-main__widgets{display:flex;align-items:center;flex-shrink:0;margin-right:calc(0px - (var(--offset-grid) * .5))}@media screen and (max-width:999px){.header-main__widgets{display:none}}.header-main__widget{display:flex;justify-content:center;align-items:center;flex-shrink:0;height:100%;padding-left:calc(var(--offset-grid) * .5);padding-right:calc(var(--offset-grid) * .5);fill:var(--c2);transition:fill .3s var(--tf)}.header-main__widget svg{width:calc(max(1rem,18px));height:calc(max(1rem,18px))}.header-main__widget span{font:var(--fwB) calc(max(.85em,14px))/1 var(--ff-main);background:var(--bg1);display:flex;justify-content:center;align-items:center;width:calc(max(2.5rem,42px));height:calc(max(2.5rem,42px));text-align:center;border:1px solid var(--border1);border-radius:50%}.header-main__widget img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;overflow:hidden}.header-main__widget[data-count]{position:relative}.header-main__widget[data-count]::after{font:var(--fwB) calc(max(.6em,10px))/1 var(--ff-main);background:var(--bg4);content:attr(data-count);position:absolute;top:.5rem;right:-.5rem;margin-right:calc(var(--offset-grid) * .5);padding:.15rem .3rem .1rem;border-radius:calc(max(1rem,20px))}.header-main__widget:focus-within,.header-main__widget:hover{fill:var(--c1)}.header-search{position:relative;display:flex;align-items:stretch;flex-grow:1}@media screen and (min-width:1000px){.header-search{margin-left:.8rem;margin-right:var(--offset-grid)}}.header-search__label{flex-grow:1}.header-search__input{width:100%;height:100%}.header-search__btn{background:var(--bg2);position:absolute;top:.2rem;right:.2rem;display:flex;justify-content:center;align-items:center;flex-shrink:0;height:calc(100% - (.2rem * 2));fill:var(--c2);padding:.6rem 1rem;border-radius:50%;transition:fill .3s var(--tf)}.header-search__btn svg{width:calc(max(1rem,16px));height:calc(max(1rem,16px))}.header-search__btn:focus-within,.header-search__btn:hover{fill:var(--c1)}.header-main__menu{background:var(--bg3);display:flex;justify-content:center;align-items:center;align-self:center;flex-shrink:0;width:42px;height:42px;fill:var(--c3);border-radius:50%}@media screen and (min-width:1000px){.header-main__menu{display:none}}.header-main__menu svg{width:calc(max(.8rem,12px));height:calc(max(.8rem,12px))}.header-main__login,.header-main__user{background:var(--bg1);display:flex;justify-content:center;align-items:center;align-self:center;flex-shrink:0;width:42px;height:42px;fill:var(--c2);border-radius:50%}@media screen and (min-width:1000px){.header-main__login,.header-main__user{display:none}}.header-main__login svg,.header-main__user svg{width:calc(max(1rem,16px));height:calc(max(1rem,16px))}.header-main__user{font:var(--fwB) calc(max(.85em,16px))/1 var(--ff-main);text-align:center;border:1px solid var(--border1);overflow:hidden}.header-main__user span{display:flex;justify-content:center;align-items:center}.header-main__user img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.header-login__text{margin-left:auto;margin-right:auto;font-size:calc(max(.85em,15px));letter-spacing:-.05em}.header-list{background:var(--bg2);display:flex;justify-content:space-between;align-items:center;width:100%;list-style:none;margin:-1px 0 0;padding:0 var(--offset-grid);border-bottom:1px solid var(--border1);gap:.8rem;z-index:-1;transition:transform .3s var(--tf)}@media screen and (max-width:1099px){.header-list{scroll-snap-type:x mandatory;scroll-padding-left:var(--offset-grid);overflow:auto;transition-duration:.5s}}.header-list--offset_l{padding-left:var(--offset-grid-l);padding-right:var(--offset-grid-l)}@media screen and (max-width:1299px){.header-list--offset_l{padding-left:var(--offset-grid-m);padding-right:var(--offset-grid-m)}}@media screen and (max-width:1099px){.header-list--offset_l{padding-left:var(--offset-grid);padding-right:var(--offset-grid)}}.header-list__item{display:flex;align-items:stretch}@media screen and (min-width:1400px){.header-list__item:nth-child(9),.header-list__item:nth-child(9)~*{display:none}}@media screen and (max-width:1399px) and (min-width:1100px){.header-list__item:nth-child(8),.header-list__item:nth-child(8)~*{display:none}}@media screen and (max-width:1299px) and (min-width:1100px){.header-list__item:nth-child(7),.header-list__item:nth-child(7)~*{display:none}}@media screen and (max-width:1199px) and (min-width:1100px){.header-list__item:nth-child(6),.header-list__item:nth-child(6)~*{display:none}}@media screen and (max-width:1099px){.header-list__item{flex-shrink:0;scroll-snap-align:start}}.header-list__link{font:var(--fwB) calc(max(.95em,15px))/1 var(--ff-main);position:relative;display:flex;padding-top:.8rem;padding-bottom:.8rem}.header-list__link::after{background:var(--bg3);content:"";position:absolute;left:0;bottom:-1px;width:100%;height:2px;transform-origin:right;transform:scaleX(0);transition:transform .6s var(--tf)}@media screen and (max-width:1099px){.header-list__link::after{bottom:0}}.header-list__link:focus-within::after,.header-list__link:hover::after{transform-origin:left;transform:scaleX(1)}.filter{position:relative}.filter-opener{font:var(--fwB) calc(max(.95em,15px))/1 var(--ff-main);background:var(--bg1);display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.2rem;border:1px solid var(--border1);border-radius:calc(max(2rem,30px));transition:background-color .5s var(--tf);gap:.8rem}@media screen and (max-width:399px){.filter-opener{justify-content:center;width:42px;height:42px;padding:0}}@media screen and (max-width:399px){.filter-opener span{display:none}}.filter-opener svg{flex-shrink:0;width:calc(max(.6rem,10px));height:calc(max(.6rem,10px))}@media screen and (max-width:399px){.filter-opener svg{width:calc(max(.8rem,12px));height:calc(max(.8rem,12px))}}.filter-opener[data-modal-open=filter]{font-weight:var(--fwB)}.filter-opener[data-modal-open=filter] svg{width:calc(max(.8rem,10px));height:calc(max(.8rem,10px))}.filter-opener:focus-within,.filter-opener:hover{background:var(--bg2)}.filter-inner{background:var(--bg2);position:absolute;top:100%;left:0;min-width:100%;margin-top:.6rem;border-radius:calc(max(1rem,20px));border:1px solid var(--border1);overflow:hidden;z-index:2}.filter-inner__container{display:flex;flex-direction:column;align-items:stretch;width:100%;padding:1.2rem;max-height:18rem;gap:.6rem;overflow:auto}.filter-checkbox{position:relative;display:flex;align-items:flex-start;gap:.6rem;cursor:pointer}.filter-checkbox:focus-within svg,.filter-checkbox:hover svg{transform:scale(1);opacity:.3}.filter-checkbox__icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:calc(max(1.1rem,18px));height:calc(max(1.1rem,18px));fill:var(--c1);border-radius:calc(max(.4rem,4px));border:1px solid var(--border1);transition:background-color .3s var(--tf),border-color .3s var(--tf)}.filter-checkbox__icon svg{width:60%;height:60%;transition:transform .15s var(--tf),opacity .3s var(--tf);transform:scale(.8);opacity:0}.filter-checkbox__input:checked~.filter-checkbox__icon{background:var(--bg1);border-color:var(--bg1)}.filter-checkbox__input:checked~.filter-checkbox__icon svg{transform:scale(1);opacity:1}.filter-checkbox__text{font-size:calc(max(.95em,15px));line-height:1.2}.advantages{padding:0 var(--offset-grid) var(--offset-grid)}@media screen and (max-width:999px){.advantages{padding-top:var(--offset-grid)}}.advantages-list{display:flex;justify-content:space-between;align-items:stretch;list-style:none;margin:0;padding:0;gap:.8rem}@media screen and (max-width:899px){.advantages-list{flex-direction:column}}.advantages-list__item{flex-grow:1}.advantages-list__inner{display:flex;align-items:center;width:100%;height:100%;padding:2rem;border-radius:calc(max(2rem,30px));border:1px solid var(--border1);gap:1.5rem;transition:background-color .5s var(--tf)}@media screen and (max-width:1199px) and (min-width:900px){.advantages-list__inner{flex-direction:column}}@media screen and (max-width:999px){.advantages-list__inner{padding:1.6rem}}.advantages-list__inner:focus-within,.advantages-list__inner:hover{background:var(--bg1)}.advantages-list__icon{background:var(--bg4);display:flex;justify-content:flex-start;align-items:center;flex-shrink:0;fill:var(--c1);border-radius:50%}@media screen and (max-width:1199px) and (min-width:900px){.advantages-list__icon{align-self:flex-start;order:-1}}.advantages-list__icon svg{width:3.5rem;height:3.5rem}.advantages-list__content{display:flex;flex-direction:column;flex-grow:1;gap:.4rem}.advantages-list__name{font:var(--fwB) 1.1em/1.2 var(--ff);letter-spacing:-.05rem}.advantages-list__text{font-size:1em;line-height:1.4;color:var(--c2)}.advantages-boxes__title{text-align:center}.advantages-boxes{display:grid;grid-template-columns:repeat(var(--count),1fr);flex-direction:column;margin-top:calc(var(--offset-grid) * 2);gap:.8rem;--count:3}@media screen and (max-width:1299px){.advantages-boxes{--count:2}}@media screen and (max-width:999px){.advantages-boxes{margin-top:var(--offset-grid)}}@media screen and (max-width:699px){.advantages-boxes{--count:1}}.advantages-box{background:var(--bg2);position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;padding:2rem;border-radius:calc(max(2rem,30px));gap:var(--offset-grid)}@media screen and (max-width:999px){.advantages-box{border:1px solid var(--border1)}}@media screen and (max-width:699px){.advantages-box{gap:1rem}}.advantages-box__count{font:var(--fwB) 4em/1 var(--ff);color:var(--c4)}.advantages-box__inner{display:flex;flex-direction:column;margin-top:auto;gap:.4rem}.advantages-box__name{font:var(--fwB) 1.8em/1.2 var(--ff)}@media screen and (max-width:999px){.advantages-box__name{font-size:1.6em}}@media screen and (max-width:399px){.advantages-box__name{font-size:1.5em}}.advantages-box__text{font-size:1em;line-height:1.4;color:var(--c2)}.category{display:grid;grid-template-columns:repeat(var(--count),1fr);gap:.8rem;--count:2}@media screen and (max-width:999px){.category{--count:1}}.category--gray .category-box::before{background:var(--bg1)}.category--gray .category-box.light::before{background:var(--bg2);border:1px solid var(--border1)}.category--gray .category-box.light .category-box__count{background:var(--bg1);margin-left:auto}.category--gray .category-box__count{background:var(--bg2)}.category--gray .category-box__link{background:var(--bg2)}.category-box{position:relative;display:flex;align-items:stretch;padding:var(--offset-grid);gap:var(--offset-grid);z-index:0}@media screen and (max-width:1299px){.category-box{flex-direction:column}}.category-box::before{background:var(--bg2);content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:border-radius .5s var(--tf);z-index:-1}.category-box:focus-within::before,.category-box:hover::before{border-radius:calc(max(2rem,30px))}.category-box:focus-within .category-box__image,.category-box:hover .category-box__image{border-radius:calc(max(2rem,30px))}.category-box:focus-within .category-box__image img,.category-box:hover .category-box__image img{transform:scale(1.1)}.category-box__image{display:flex;flex-shrink:0;width:35%;aspect-ratio:1/1;transition:border-radius .5s var(--tf);overflow:hidden}@media screen and (max-width:1299px){.category-box__image{width:100%;aspect-ratio:9/8}}@media screen and (max-width:399px){.category-box__image{aspect-ratio:1/1}}.category-box__image picture{display:flex;width:100%;height:100%}.category-box__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s var(--tf)}.category-box__inner{display:flex;flex-direction:column;flex-grow:1;gap:2rem}.category-box__title{display:flex;justify-content:space-between;align-items:flex-start;gap:.6rem .8rem}.category-box__title a:focus-within,.category-box__title a:hover{color:var(--c5)}.category-box__count{background:var(--bg1);flex-shrink:0;padding:.4rem .6rem;font-size:50%;color:var(--c2);border-radius:calc(max(2rem,30px))}.category-box__list{display:flex;align-items:stretch;flex-wrap:wrap;list-style:none;margin:auto 0 0;padding:0;gap:.4rem}@media screen and (max-width:1299px) and (min-width:700px){.category-box__list{gap:.6rem}}.category-box__link{font:var(--fwB) calc(max(.95em,16px))/1 var(--ff-main);background:var(--bg1);display:flex;padding:.6rem .8rem;border-radius:calc(max(2rem,30px));-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .3s var(--tf),color .3s var(--tf)}@media screen and (max-width:1299px){.category-box__link{padding-left:1rem;padding-right:1rem}}@media screen and (max-width:999px){.category-box__link{font-size:14px}}.category-box__link:focus-within,.category-box__link:hover{background:var(--bg3);color:var(--c3)}.category-box__btn{align-self:flex-start;margin-top:auto}@media screen and (max-width:499px){.category-box__btn{width:100%}}.reviews-wrap{background:var(--bg1);padding:var(--offset-grid)}.reviews{display:flex;flex-direction:column;align-items:stretch;gap:var(--offset-grid)}.reviews-slider{margin-right:-.8rem;overflow:hidden}@media screen and (max-width:999px){.reviews-slider{display:flex;flex-direction:column;align-items:center;gap:var(--offset-grid)}}@media screen and (max-width:699px){.reviews-slider{width:calc(100% + (var(--offset-grid) * 2));margin-left:calc(0px - var(--offset-grid));margin-right:calc(0px - var(--offset-grid));padding-left:var(--offset-grid);padding-right:calc(var(--offset-grid) - 6px)}}@media screen and (min-width:1000px){.reviews-slider__nav.section-header__nav{display:none}}@media screen and (max-width:999px){.reviews-slider__nav.section-header__nav{display:flex;margin-left:-.8rem}}@media screen and (max-width:699px){.reviews-slider__nav.section-header__nav{margin-left:-6px}}.reviews-slider__list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0;width:100%}.reviews-slider__item{display:flex;align-items:stretch;flex-shrink:0;width:25%;padding-right:.8rem}@media screen and (max-width:699px){.reviews-slider__item{padding-right:6px}}.reviews-slider__item ::-moz-selection{background:var(--bg2)}.reviews-slider__item ::selection{background:var(--bg2)}.reviews-card{background:var(--bg1);display:flex;flex-direction:column;width:100%;padding:2rem;text-align:center;gap:1rem}.reviews-card--row{flex-direction:row;padding:0;gap:0}@media screen and (max-width:899px){.reviews-card--row{flex-direction:column}}.reviews-card--row .reviews-card__head{justify-content:center;flex-shrink:0;width:calc(max(16rem,300px));padding:2rem;border-right:1px solid var(--border1)}@media screen and (max-width:899px){.reviews-card--row .reviews-card__head{width:100%;border-right:none;border-bottom:1px solid var(--border1)}}.reviews-card--row .reviews-card__info{flex-grow:0}.reviews-card--row .reviews-card__blockquote{padding:2rem}.reviews-card--row .reviews-card__blockquote p{margin-top:auto;margin-bottom:auto}.reviews-card__head{display:flex;flex-direction:column;align-items:center;gap:.8rem}.reviews-card__image{font:var(--fwR) 1.2em var(--ff);background:var(--bg2);display:flex;justify-content:center;align-items:center;flex-shrink:0;width:4rem;aspect-ratio:1/1;text-transform:uppercase;letter-spacing:-.05em;color:var(--c2);fill:var(--c2);border-radius:50%;overflow:hidden}.reviews-card__image svg{width:calc(max(1.2rem,16px));height:calc(max(1.2rem,16px))}.reviews-card__image picture{display:flex;width:100%;height:100%}.reviews-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reviews-card__info{display:flex;flex-direction:column;align-items:center;flex-grow:1;gap:.4rem}.reviews-card__author{font:var(--fwB) .95em var(--ff);letter-spacing:-.05em}.reviews-card__date{font:calc(max(.7em,12px)) var(--ff);color:var(--c2)}.reviews-card__blockquote{position:relative;display:flex;flex-direction:column;align-items:stretch;margin:0}.reviews-card__blockquote p{margin:0;font-size:calc(max(.95em,16px));line-height:1.4}.reviews-card__photos{display:grid;grid-template-columns:repeat(var(--count),1fr);padding-left:2rem;padding-right:2rem;padding-bottom:2rem;gap:.6rem;--count:12}@media screen and (max-width:1399px){.reviews-card__photos{--count:10}}@media screen and (max-width:1199px){.reviews-card__photos{--count:6}}@media screen and (max-width:699px){.reviews-card__photos{--count:4}}@media screen and (max-width:499px){.reviews-card__photos{--count:3}}.reviews-card__photo{background:var(--bg1);display:flex;padding:.6rem;transition:border-radius .5s var(--tf);overflow:hidden}.reviews-card__photo picture{display:flex;width:100%;height:100%}.reviews-card__photo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s var(--tf)}.reviews-card__photo:focus-within,.reviews-card__photo:hover{border-radius:calc(max(.6rem,20px))}.reviews-card__photo:focus-within img,.reviews-card__photo:hover img{transform:scale(1.05) translateY(.4rem)}.reviews-list{display:flex;flex-direction:column;align-items:stretch;list-style:none;margin:0;padding:0;gap:.8rem}.reviews-list__card{background:var(--bg2);text-align:left;transition:border-radius .5s var(--tf)}.reviews-list__card ::-moz-selection{background:var(--bg1)!important}.reviews-list__card ::selection{background:var(--bg1)!important}.reviews-list__card .reviews-card__image{background:var(--bg1)}.reviews-list__card:focus-within,.reviews-list__card:hover{border-radius:calc(max(2rem,30px))}.reviews-form{background:var(--bg2);display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;width:100%;padding:2rem;gap:2rem}.reviews-form__inner{display:flex;flex-direction:column;align-items:flex-start;gap:var(--offset-grid)}.reviews-form__row{display:grid;grid-template-columns:repeat(var(--count),1fr);width:100%;gap:var(--offset-grid);--count:2}@media screen and (max-width:999px){.reviews-form__row{--count:1}}.card-item{display:grid;grid-template-rows:calc(max(20rem,320px)) auto;width:100%}@media screen and (max-width:599px){.card-item{display:flex;flex-direction:column;align-items:stretch}}.card-item:focus-within .card,.card-item:hover .card{border-radius:calc(max(2rem,30px))}@media screen and (min-width:600px){.card-item:focus-within .card-tag,.card-item:hover .card-tag{opacity:0;pointer-events:none}.card-item:focus-within .card-image,.card-item:hover .card-image{background-color:transparent}.card-item:focus-within .card-image div,.card-item:hover .card-image div{transform:translateY(95%) rotateX(70deg);transition-duration:.6s}.card-item:focus-within .card-image div img,.card-item:hover .card-image div img{-o-object-position:center bottom;object-position:center bottom}.card-item:focus-within .card-inner,.card-item:hover .card-inner{opacity:1;transition-duration:.3s}}.card{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%;transition:border-radius .5s var(--tf);overflow:hidden}@media screen and (max-width:599px){.card{height:100%}}.card ::-moz-selection{background:var(--bg2);color:var(--c1)}.card ::selection{background:var(--bg2);color:var(--c1)}.card::before{background:var(--bg1);content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:border-radius .5s var(--tf);z-index:-1}.card:focus-within::before,.card:hover::before{border-radius:calc(max(2rem,30px))}@media screen and (min-width:600px){.card:focus-within .card-tag,.card:hover .card-tag{opacity:0;pointer-events:none}.card:focus-within .card-image,.card:hover .card-image{background-color:transparent}.card:focus-within .card-image div,.card:hover .card-image div{transform:translateY(95%) rotateX(70deg);transition-duration:.6s}.card:focus-within .card-image div img,.card:hover .card-image div img{-o-object-position:center bottom;object-position:center bottom}.card:focus-within .card-inner,.card:hover .card-inner{opacity:1;transition-duration:.3s}}.card-tag{font:var(--fwB) calc(max(.75em,14px))/1 var(--ff);background:var(--bg4);position:absolute;top:calc(var(--offset-grid) * .6);right:calc(var(--offset-grid) * .6);padding:.6rem .8rem;border-radius:calc(max(2rem,30px));-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .3s var(--tf);z-index:2}@media screen and (max-width:599px){.card-tag{top:calc(var(--offset-grid) + 1rem);right:calc(var(--offset-grid) + 1rem)}}.card-tag svg{display:none}.card-tag--sale{background:var(--bg8);color:var(--c3)}@media screen and (max-width:599px){.section-list[data-grid-list=grid] .card-tag--sale{top:auto;right:.2rem;bottom:.2rem;padding:.8rem;color:var(--bg8);background-color:transparent}}.card-tag--hit{background:var(--bg9);color:var(--c3)}@media screen and (max-width:599px){.section-list[data-grid-list=grid] .card-tag--hit{top:auto;right:.2rem;bottom:.2rem;padding:.8rem;background-color:transparent}.section-list[data-grid-list=grid] .card-tag--hit span{display:none}.section-list[data-grid-list=grid] .card-tag--hit svg{display:block;width:20px;height:20px;fill:var(--bg9)}}.card-tag--new{background:var(--bg10);color:var(--c3)}@media screen and (max-width:599px){.section-list[data-grid-list=grid] .card-tag--new{top:auto;right:.2rem;bottom:.2rem;padding:.8rem;background-color:transparent}.section-list[data-grid-list=grid] .card-tag--new span{display:none}.section-list[data-grid-list=grid] .card-tag--new svg{display:block;width:24px;height:24px;fill:var(--bg10)}}.card-image{background:inherit;display:flex;width:100%;height:100%;padding:var(--offset-grid);z-index:1;transform-style:preserve-3d;perspective:1000px;pointer-events:none;overflow:hidden;transition:background-color .3s var(--tf),border-radius .5s var(--tf)}@media screen and (max-width:599px){.card-image{flex-shrink:0;width:calc(100% - (var(--offset-grid) * 2));height:160px;margin:var(--offset-grid) var(--offset-grid) 0;padding:1rem;background-color:var(--bg2)}}.card-image div{display:flex;width:100%;height:100%;transform-origin:top;transition:transform .4s var(--tf)}.card-image picture{display:flex;width:100%;height:100%}.card-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}.card-inner{background:var(--bg5);position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:100%;height:100%;padding:1.6rem;border-radius:calc(max(2rem,30px));gap:.6rem;opacity:0;transition:opacity .15s var(--tf)}@media screen and (max-width:599px){.card-inner{position:initial;align-items:stretch;flex-grow:1;width:100%;height:auto;opacity:1;gap:10px}}.card-inner__content,.card-inner__header{display:flex;flex-direction:column;align-items:center;gap:.4rem}.card-inner__header{margin-top:1.6rem}@media screen and (max-width:599px){.card-inner__header{margin-top:0}}.card-inner__title{font:var(--fwB) .95em var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;letter-spacing:-.05em;text-align:center;overflow:hidden}@media screen and (max-width:599px){.card-inner__title{font-size:1.1em}}.card-inner__link:focus-within,.card-inner__link:hover{color:var(--c5)}.card-inner__author{font:var(--fwR) calc(max(.7em,12px)) var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-align:center;overflow:hidden}@media screen and (max-width:599px){.card-inner__author{font-size:14px}}.card-inner__content{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:.4rem;gap:.4rem}@media screen and (max-width:599px){.card-inner__content{margin-bottom:10px}}.card-inner__row{display:flex;justify-content:space-between;width:100%;font-size:calc(max(.75em,12px))}@media screen and (max-width:599px){.card-inner__row{font-size:14px}}.card-inner__name{position:relative;display:flex;align-items:baseline;flex-grow:1;font-weight:var(--fwR);color:var(--c2);padding-right:.2rem;gap:.2rem}.card-inner__name::after{background:radial-gradient(ellipse at center,#b4b4b4 0,#b4b4b4 30%,rgba(255,255,255,0) 30%) repeat-x .2rem center/.2rem .2rem;content:"";position:relative;flex-grow:1;height:.2rem}.card-inner__name span{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.card-inner__text{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex-shrink:0;max-width:65%;text-align:right;color:var(--c2);overflow:hidden}.card-inner__text[href]{text-decoration:underline}@media screen and (max-width:599px){.card-inner__text[href]{z-index:1}}.card-inner__text[href]:focus-within,.card-inner__text[href]:hover{color:var(--c1)}.card-inner__price{font:var(--fwB) calc(max(.85em,14px)) var(--ff);display:flex;justify-content:center;align-items:baseline;flex-wrap:wrap;margin-bottom:auto;text-align:center;letter-spacing:-.05em;gap:.4rem}@media screen and (max-width:599px){.card-inner__price{justify-content:center;padding-bottom:10px;font-size:16px}}.card-inner__price s{font-size:90%;font-weight:var(--fwR);color:var(--c5)}.card-inner__footer{margin-bottom:2.5rem;padding-top:.2rem}@media screen and (max-width:599px){.card-inner__footer{display:flex;justify-content:center;margin-bottom:0;gap:var(--offset-grid)}}@media screen and (max-width:599px){.card-inner__btn{z-index:1}}@media screen and (max-width:499px){.card-inner__btn{width:100%}}.card-inner__btn svg{width:calc(max(.7rem,14px));height:calc(max(.7rem,14px))}.card-inner__favorite{position:absolute;top:calc(var(--offset-grid) * .6);left:calc(var(--offset-grid) * .6);display:flex;justify-content:center;align-items:center;padding:.2rem}@media screen and (max-width:599px){.card-inner__favorite{top:var(--offset-grid);left:var(--offset-grid);padding:1rem;z-index:1}}.card-inner__favorite svg{width:calc(max(1.1rem,18px));height:calc(max(1.1rem,18px));fill:transparent;stroke:var(--c2);stroke-width:5;transition:fill .3s var(--tf),stroke .3s var(--tf);visibility:visible}.card-inner__favorite:focus-within svg,.card-inner__favorite:hover svg{fill:var(--c6);stroke:var(--c6)}.card-inner__favorite.selected svg{fill:var(--c6);stroke:var(--c6)}.card-inner__arrow{position:absolute;top:calc(var(--offset-grid) * .6);right:calc(var(--offset-grid) * .6);display:flex;justify-content:center;align-items:center;margin:.2rem;overflow:hidden}@media screen and (max-width:599px){.card-inner__arrow{top:0;left:0;right:0;bottom:0}.card-inner__arrow::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}}.card-inner__arrow svg{width:calc(max(1.2rem,18px));height:calc(max(1.1rem,18px));fill:var(--c2);transition:fill .3s var(--tf) 0s,transform .3s var(--tf) .15s}@media screen and (max-width:599px){.card-inner__arrow svg{display:none}}.card-inner__arrow svg:last-child{position:absolute;transform:translateX(-100%);transition-delay:0s,0s}.card-inner__arrow:focus-within svg,.card-inner__arrow:hover svg{transform:translateX(100%);transition-delay:0s,0s;fill:var(--c1)}.card-inner__arrow:focus-within svg:last-child,.card-inner__arrow:hover svg:last-child{transform:translateX(0);transition-delay:0s,.15s}.card-info{display:flex;flex-direction:column;align-items:center;margin-top:1.25rem;gap:.4rem}@media screen and (max-width:599px){.card-info{display:none}}.card-info__author{font:var(--fwR) calc(max(.7em,12px))/1.4 var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-align:center;overflow:hidden}.card-info__title{font:var(--fwB) calc(max(.85em,15px)) var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;letter-spacing:-.05em;text-align:center;overflow:hidden;transition:color .3s var(--tf)}.card-info__title:focus-within,.card-info__title:hover{color:var(--c5)}.tabs{background:var(--bg1);position:relative;display:flex;align-items:stretch;border-radius:calc(max(2rem,30px));border:.2rem solid var(--bg1)}@media screen and (max-width:999px){.tabs{width:100%;max-width:400px}}.tabs-decor{background:var(--bg3);position:absolute;top:0;left:0;bottom:0;border-radius:inherit;transition:all .5s var(--tf)}.tab{font:var(--fwB) calc(max(.85em,14px))/1 var(--ff);padding:.8rem 1.2rem;text-align:center;border-radius:calc(max(2rem,30px));transition:color .5s var(--tf);z-index:1}@media screen and (max-width:999px){.tab{flex-grow:1;padding:1em}}@media screen and (max-width:599px){.tab{padding-left:.6em;padding-right:.6em;font-size:calc(max(.8em,14px))}}.tab.open{color:var(--c3)}.tab-list__item{width:100%}.tab-list__item .section-list__item{opacity:0}.tab-list__item.open .section-list__item{animation:show-tab-content .5s var(--tf) forwards}@keyframes show-tab-content{0%{transform:scale(.9);opacity:0}100%{transform:scale(1);opacity:1}}.showcase{display:flex;align-items:stretch;padding-top:calc(var(--offset-grid) * 2);padding-bottom:var(--offset-grid)}@media screen and (max-width:1099px){.showcase{flex-direction:column;gap:calc(var(--offset-grid) * 2)}.showcase .showcase-top{width:100%;height:auto}.showcase .showcase-top__card{flex-direction:row}.showcase .selection-card__image{flex-shrink:0;aspect-ratio:1/1;width:50%}.showcase .selection-card__image div{transform:none!important}.showcase .selection-card__tag{top:calc(var(--offset-grid) + (var(--offset-grid) * .6));right:calc(50% + (var(--offset-grid) * .4));visibility:visible!important;opacity:1!important}.showcase .selection-card__inner{position:relative;top:auto;left:auto;width:50%;align-items:flex-start;text-align:left;opacity:1}.showcase .selection-card__title{text-align:left}.showcase .selection-card__content{text-align:left}.showcase .selection-card__footer{margin-bottom:0}}@media screen and (max-width:699px){.showcase{padding-top:var(--offset-grid)}.showcase .showcase-top__card{flex-direction:column}.showcase .selection-card__image{width:100%}.showcase .selection-card__tag{right:calc((var(--offset-grid) * .4) + var(--offset-grid))}.showcase .selection-card__inner{width:100%;padding-bottom:var(--offset-grid)}.showcase .showcase-top__pagination{bottom:var(--offset-grid)}}@media screen and (max-width:499px){.showcase .selection-card__footer{width:100%}.showcase .selection-card__btn{width:100%}}.showcase-top{position:relative;width:calc(max(30%,400px));height:calc(max(27rem,380px));flex-shrink:0;padding-left:var(--offset-grid);padding-right:var(--offset-grid)}.showcase-top__slider{position:relative;display:flex;align-items:stretch;width:100%;height:100%;overflow:hidden}.showcase-top__list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0}.showcase-top__item{display:flex;align-items:stretch;flex-shrink:0;width:100%}.showcase-top__item:focus-within .selection-card,.showcase-top__item:hover .selection-card{border-radius:calc(max(2rem,30px))}.showcase-top__item:focus-within .selection-card__tag,.showcase-top__item:hover .selection-card__tag{visibility:hidden;opacity:0}.showcase-top__item:focus-within .selection-card__image div,.showcase-top__item:hover .selection-card__image div{transform:translateY(95%) rotateX(70deg)}.showcase-top__item:focus-within .selection-card__inner,.showcase-top__item:hover .selection-card__inner{opacity:1}.showcase-top__card{width:100%;height:100%}.showcase-top__pagination{position:absolute;left:50%;bottom:calc(var(--offset-grid)/ 2);transform:translate(-50%,50%);display:flex;justify-content:center;align-items:center;gap:.2rem}.showcase-top__bullet{background:var(--bg3);flex-shrink:0;width:.6rem;height:.6rem;transform:scale(.6);border-radius:50%;opacity:.1;transition:background-color .5s var(--tf),transform .3s var(--tf),opacity .3s var(--tf)}.showcase-top__bullet.active{background:var(--bg4);transform:scale(1);opacity:1}.showcase-top__btn{margin-top:calc(0px - (var(--offset-grid)/ 2))}.showcase-sale{display:flex;flex-direction:column;align-items:stretch;width:calc(100% - max(30%,400px));gap:var(--offset-grid)}@media screen and (max-width:1099px){.showcase-sale{width:100%;padding-left:var(--offset-grid);padding-right:var(--offset-grid)}}.showcase-sale__header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;width:100%}@media screen and (min-width:1100px){.showcase-sale__header{padding-right:var(--offset-grid)}}@media screen and (max-width:999px){.showcase-sale__header{flex-direction:column;align-items:center}}.showcase-sale__nav{display:flex;align-items:stretch;flex-shrink:0;margin-right:-.6rem;gap:.6rem}@media screen and (max-width:999px){.showcase-sale__nav:not(.showcase-sale__slider-nav){display:none}}@media screen and (max-width:999px){.showcase-sale__nav.showcase-sale__slider-nav{justify-content:center;margin-left:-.8rem;margin-right:0}}@media screen and (max-width:699px){.showcase-sale__nav.showcase-sale__slider-nav{margin-left:-6px}}.showcase-sale__next,.showcase-sale__prev{position:relative;display:flex;justify-content:center;align-items:center;padding:.6rem;fill:var(--c1);overflow:hidden}.showcase-sale__next svg,.showcase-sale__prev svg{width:calc(max(1.5rem,20px));height:calc(max(1rem,16px));transition:transform .3s var(--tf) .15s}.showcase-sale__next svg:last-child,.showcase-sale__prev svg:last-child{position:absolute;transform:translateX(-150%);transition-delay:0s}.showcase-sale__next:focus-within svg,.showcase-sale__next:hover svg,.showcase-sale__prev:focus-within svg,.showcase-sale__prev:hover svg{transform:translateX(150%);transition-delay:0s}.showcase-sale__next:focus-within svg:last-child,.showcase-sale__next:hover svg:last-child,.showcase-sale__prev:focus-within svg:last-child,.showcase-sale__prev:hover svg:last-child{transform:translateX(0);transition-delay:.15s}.showcase-sale__next[disabled],.showcase-sale__prev[disabled]{pointer-events:none;fill:var(--c2);opacity:.5}.showcase-sale__prev svg:last-child{transform:translateX(150%)}.showcase-sale__prev:focus-within svg,.showcase-sale__prev:hover svg{transform:translateX(-150%);transition-delay:0s}.showcase-sale__prev:focus-within svg:last-child,.showcase-sale__prev:hover svg:last-child{transform:translateX(0);transition-delay:.15s}.showcase-sale__container{display:flex;align-items:stretch;flex-grow:1;width:100%;height:calc(max(20rem,300px));overflow:hidden}@media screen and (max-width:999px){.showcase-sale__container{height:auto}}@media screen and (max-width:699px){.showcase-sale__container{overflow:visible}}.showcase-sale__slider{display:flex;flex-direction:column;align-items:stretch;width:calc(100% + .8rem);margin-right:-.8rem}@media screen and (max-width:999px){.showcase-sale__slider{gap:var(--offset-grid)}}@media screen and (max-width:699px){.showcase-sale__slider{width:calc(100% + (var(--offset-grid) * 2));margin-left:calc(0px - var(--offset-grid));margin-right:calc(0px - var(--offset-grid));padding-left:var(--offset-grid);padding-right:calc(var(--offset-grid) - 6px);overflow:hidden}}.showcase-sale__list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0;width:100%;height:100%;transition-timing-function:ease-out}@media screen and (max-width:999px){.showcase-sale__list{height:380px}}@media screen and (max-width:599px){.showcase-sale__list{height:auto}}.showcase-sale__item{display:flex;align-items:stretch;flex-shrink:0;width:25%;height:100%;padding-right:.8rem}@media screen and (max-width:1299px){.showcase-sale__item{width:33.333%}}@media screen and (max-width:999px){.showcase-sale__item{width:25%}}@media screen and (max-width:799px){.showcase-sale__item{width:50%}}@media screen and (max-width:699px){.showcase-sale__item{padding-right:6px}}@media screen and (max-width:599px){.showcase-sale__item{width:100%}}.showcase-sale__inner .card-inner{gap:1rem}@media screen and (min-width:600px){.showcase-sale__inner .card-inner__header{margin-top:2rem}}.showcase-sale__inner .card-inner__title{font-size:1.1em}@media screen and (min-width:600px){.showcase-sale__inner .card-inner__footer{margin-bottom:3rem}}.assortment{display:flex;flex-direction:column;align-items:stretch}@media screen and (max-width:699px){.assortment{padding-bottom:var(--offset-grid)}}.assortment .main-ticker{margin-bottom:0}.assortment+.main-ticker{margin-top:calc(0px - var(--offset-grid));padding-top:0}.assortment-head{position:sticky;top:var(--header-height);display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - var(--header-height-with-top));text-align:center;gap:var(--offset-grid)}@media screen and (max-width:999px){.assortment-head{min-height:calc(100vh - var(--header-height-with-top) - var(--main-menu-height))}}.assortment-books{display:grid;grid-template-columns:repeat(var(--count),1fr);align-items:center;flex-wrap:wrap;margin-top:calc(0px - var(--offset-grid-l));padding-left:calc(var(--offset-grid) * 2);padding-right:calc(var(--offset-grid) * 2);padding-bottom:calc(var(--offset-grid) * 2);gap:var(--offset-grid);overflow:hidden;--count:6}.assortment-book{position:relative;display:flex;margin-left:auto;margin-right:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto;flex-shrink:0;overflow:hidden;z-index:1}.assortment-book picture{display:flex;width:100%;height:100%}.assortment-book img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:all .3s var(--tf)}.assortment-book:focus-within img,.assortment-book:hover img{transform:scale(.8)}.assortment-book:nth-child(12n+1){width:8rem;height:12rem;margin-top:25rem;margin-left:5rem}@media screen and (max-width:1099px){.assortment-book:nth-child(12n+1){margin-left:0}}@media screen and (max-width:999px){.assortment-book:nth-child(12n+1){margin-left:-6rem}}.assortment-book:nth-child(12n+2){width:7rem;height:10rem;margin-top:30rem;margin-left:-6rem}@media screen and (max-width:999px){.assortment-book:nth-child(12n+2){margin-left:-8rem}}.assortment-book:nth-child(12n+3){width:10rem;height:15rem;margin-top:-6rem}@media screen and (max-width:699px){.assortment-book:nth-child(12n+3){margin-left:-6rem}}.assortment-book:nth-child(12n+4){width:8.2rem;height:12rem;margin-left:-6rem}.assortment-book:nth-child(12n+5){width:9rem;height:13rem;margin-top:20rem;margin-right:-2rem;z-index:2}@media screen and (max-width:699px){.assortment-book:nth-child(12n+5){margin-left:4rem}}.assortment-book:nth-child(12n+6){width:11rem;height:16rem;margin-top:14rem;margin-left:-4rem}.assortment-book:nth-child(12n+7){width:14rem;height:20rem;margin-top:16rem;margin-right:-12rem}@media screen and (max-width:1099px){.assortment-book:nth-child(12n+7){margin-right:-6rem}}@media screen and (max-width:999px){.assortment-book:nth-child(12n+7){width:10rem;height:14rem;margin-top:10rem}}.assortment-book:nth-child(12n+8){width:8rem;height:11rem;margin-top:2rem;margin-right:-1rem}.assortment-book:nth-child(12n+9){width:9.6rem;height:14rem;margin-top:-24rem;margin-right:-6rem;z-index:2}@media screen and (max-width:699px){.assortment-book:nth-child(12n+9){width:7rem;height:10rem;margin-top:-26rem;margin-left:-2rem;margin-right:auto}}.assortment-book:nth-child(12n+10){width:14rem;height:21rem;margin-top:-10rem}@media screen and (max-width:999px){.assortment-book:nth-child(12n+10){width:10rem;height:15rem}}@media screen and (max-width:699px){.assortment-book:nth-child(12n+10){width:8rem;height:12rem;margin-top:-32rem;margin-left:-6rem}}.assortment-book:nth-child(12n+11){width:6rem;height:9rem;margin-top:6rem;margin-right:-2rem;z-index:2}@media screen and (max-width:699px){.assortment-book:nth-child(12n+11){margin-left:-4rem;margin-right:0}}.assortment-book:nth-child(12n){width:11rem;height:16rem;margin-left:-2rem;margin-bottom:-22rem}@media screen and (max-width:999px){.assortment-book:nth-child(12n){margin-bottom:0}}@media screen and (max-width:999px){.assortment-book:nth-child(12)~*{display:none}}.section{display:flex;flex-direction:column;padding:var(--offset-grid);gap:var(--offset-grid)}.section--bg{background:var(--bg1);margin-top:var(--offset-grid);margin-bottom:var(--offset-grid);padding-top:calc(var(--offset-grid) * 3);padding-bottom:calc(var(--offset-grid) * 3)}@media screen and (max-width:399px){.section--bg{padding-top:calc(var(--offset-grid) * 2);padding-bottom:calc(var(--offset-grid) * 2)}}.section-row{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--offset-grid)}@media screen and (max-width:999px){.section-row{flex-direction:column;align-items:stretch}}@media screen and (min-width:1100px){.section-row--gap_m{gap:var(--offset-grid-m)}}.section-row__content{display:flex;flex-direction:column;align-items:stretch;flex-grow:1;gap:var(--offset-grid)}.section-col{display:flex;flex-direction:column;align-items:stretch}.section-col--m{flex-grow:1;width:65%}.section-col--s{flex-shrink:0;width:35%}.section-header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;width:100%;gap:var(--offset-grid)}@media screen and (max-width:999px){.section-header{flex-direction:column;align-items:center;text-align:center}}.section-header__nav{display:flex;align-items:stretch;flex-shrink:0;gap:.6rem}@media screen and (max-width:999px){.section-header__nav{display:none}}.section-header__nav.hidden{display:none}.section-header__next,.section-header__prev{position:relative;display:flex;justify-content:center;align-items:center;padding:.6rem;fill:var(--c1);transition:fill .3s var(--tf),opacity .3s var(--tf);overflow:hidden}.section-header__next svg,.section-header__prev svg{width:calc(max(1.5rem,20px));height:calc(max(1rem,16px));transition:transform .3s var(--tf) .15s}.section-header__next svg:last-child,.section-header__prev svg:last-child{position:absolute;transform:translateX(-150%);transition-delay:0s}.section-header__next:focus-within svg,.section-header__next:hover svg,.section-header__prev:focus-within svg,.section-header__prev:hover svg{transform:translateX(150%);transition-delay:0s}.section-header__next:focus-within svg:last-child,.section-header__next:hover svg:last-child,.section-header__prev:focus-within svg:last-child,.section-header__prev:hover svg:last-child{transform:translateX(0);transition-delay:.15s}.section-header__next[disabled],.section-header__prev[disabled]{pointer-events:none;fill:var(--c2);opacity:.5}.section-header__prev svg:last-child{transform:translateX(150%)}.section-header__prev:focus-within svg,.section-header__prev:hover svg{transform:translateX(-150%);transition-delay:0s}.section-header__prev:focus-within svg:last-child,.section-header__prev:hover svg:last-child{transform:translateX(0);transition-delay:.15s}@media screen and (min-width:1000px){.section-header__tabs{margin-left:auto}}@media screen and (min-width:1000px){.section-header__btn{margin-left:auto}}.section-filter{background:var(--bg2);position:sticky;top:calc(var(--header-height) - 1px);display:flex;align-items:center;min-height:5rem;margin-top:-1rem;padding-top:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border1);gap:.8rem;z-index:3}@media screen and (max-width:999px){.section-filter{transition:top .5s var(--tf)}}@media screen and (max-width:999px){.header.hide-category~.main .section-filter{top:calc(var(--header-height) - (43px + 1.2rem))}}.section-filter__col{display:flex;align-items:center;margin-right:auto;gap:.8rem}@media screen and (max-width:999px){.section-filter__col--mobile_left{margin-right:0}}.section-filter__count{font:var(--fwB) 1.1em var(--ff);margin-right:1rem;color:var(--c1)}@media screen and (max-width:999px){.section-filter__count{margin-right:6px}}.section-filter__btn{position:relative;display:flex;justify-content:center;align-items:center;fill:var(--c2);transition:fill .3s var(--tf)}.section-filter__btn::after{background:var(--bg3);content:"";position:absolute;top:100%;left:0;width:100%;height:2px;margin-top:.4rem;transform:scaleX(0);transition:transform .3s var(--tf)}.section-filter__btn svg{width:calc(max(1rem,16px));height:calc(max(1rem,16px))}.section-filter__btn.active{fill:var(--c1)}.section-filter__btn.active::after{transform:scaleX(1)}@media screen and (max-width:999px){.section-filter__item.mobile-only{margin-left:auto}}.section-inner{display:flex;flex-direction:column;gap:calc(var(--offset-grid) * 2)}@media screen and (max-width:999px){.section-inner{gap:var(--offset-grid)}}.section-slider{display:flex;flex-direction:column;align-items:stretch;margin-right:-.8rem;overflow:hidden}@media screen and (max-width:999px){.section-slider{gap:var(--offset-grid)}}@media screen and (max-width:699px){.section-slider{width:calc(100% + (var(--offset-grid) * 2));margin-left:calc(0px - var(--offset-grid));margin-right:calc(0px - var(--offset-grid));padding-left:var(--offset-grid);padding-right:calc(var(--offset-grid) - 6px)}}.section-list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0;transition-timing-function:ease-out}.section-list--grid{display:grid;grid-template-columns:repeat(var(--count),1fr);gap:2rem .8rem;--count:6}@media screen and (max-width:1499px){.section-list--grid{--count:5}}@media screen and (max-width:1299px){.section-list--grid{--count:4}}@media screen and (max-width:1099px){.section-list--grid{--count:3}}@media screen and (max-width:799px){.section-list--grid{--count:2}}@media screen and (max-width:699px){.section-list--grid{gap:2rem 6px}}@media screen and (max-width:599px){.section-list--grid{gap:6px;--count:1}.section-list--grid:not([data-grid-list=list]) .card{flex-direction:row;padding:.8rem;gap:1.2rem}.section-list--grid:not([data-grid-list=list]) .card:focus-within,.section-list--grid:not([data-grid-list=list]) .card:hover{border-radius:0}.section-list--grid:not([data-grid-list=list]) .card:focus-within::before,.section-list--grid:not([data-grid-list=list]) .card:hover::before{border-radius:0}.section-list--grid:not([data-grid-list=list]) .card-image{width:6rem;height:6rem;margin:0;padding:.8rem}.section-list--grid:not([data-grid-list=list]) .card-inner{justify-content:center;width:calc(100% - 6rem - 1.2rem);padding:0}.section-list--grid:not([data-grid-list=list]) .card-inner__header{align-items:flex-start}.section-list--grid:not([data-grid-list=list]) .card-inner__author{padding-right:2rem;text-align:left}.section-list--grid:not([data-grid-list=list]) .card-inner__title{font-size:calc(max(.95em,15px));text-align:left}.section-list--grid:not([data-grid-list=list]) .card-inner__content{display:none}.section-list--grid:not([data-grid-list=list]) .card-inner__price{justify-content:flex-start;margin-bottom:0;padding-right:calc(max(2rem,40px));padding-bottom:0;text-align:left;font-size:calc(max(.85em,14px));gap:.2rem .4rem}.section-list--grid:not([data-grid-list=list]) .card-inner__price s{font-size:80%}.section-list--grid:not([data-grid-list=list]) .card-inner__footer{margin-top:-10px;padding-top:0}.section-list--grid:not([data-grid-list=list]) .card-inner__btn{position:absolute;top:.2rem;right:.2rem;width:auto;padding:.8rem;fill:var(--c2);background-color:transparent;border:none;transition:none}.section-list--grid:not([data-grid-list=list]) .card-inner__btn span{display:none}.section-list--grid:not([data-grid-list=list]) .card-inner__btn svg{width:calc(max(.8rem,18px));height:calc(max(.8rem,18px))}.section-list--grid:not([data-grid-list=list]) .card-inner__favorite{top:.2rem;left:.2rem;padding:.8rem}.section-list--grid:not([data-grid-list=list]) .card-inner__favorite:not(.selected) svg{fill:var(--bg1)}}.section-list--grid .section-list__item{width:100%;padding-right:0}.section-list--5{--count:5}@media screen and (max-width:1499px){.section-list--5{--count:4}}@media screen and (max-width:1299px){.section-list--5{--count:3}}@media screen and (max-width:1099px){.section-list--5{--count:2}}@media screen and (max-width:999px){.section-list--5{--count:3}}@media screen and (max-width:799px){.section-list--5{--count:2}}@media screen and (max-width:599px){.section-list--5{--count:1}}@media screen and (max-width:1299px){.section-list--5.section-list[data-grid-list=list]{--count:1}}.section-list--5 .card-item{grid-template-rows:calc(max(19rem,320px)) auto}.section-list--4{--count:4}.section-list[data-grid-list=list]{--count:2}@media screen and (max-width:1099px){.section-list[data-grid-list=list]{--count:1}}@media screen and (min-width:600px){.section-list[data-grid-list=list]{gap:.8rem}.section-list[data-grid-list=list] .card .card-image,.section-list[data-grid-list=list] .card-item .card-image{transition-delay:0s,-.5s}.section-list[data-grid-list=list] .card-item:focus-within .card-tag,.section-list[data-grid-list=list] .card-item:hover .card-tag,.section-list[data-grid-list=list] .card:focus-within .card-tag,.section-list[data-grid-list=list] .card:hover .card-tag{opacity:1;visibility:visible}.section-list[data-grid-list=list] .card-item:focus-within .card-image,.section-list[data-grid-list=list] .card-item:hover .card-image,.section-list[data-grid-list=list] .card:focus-within .card-image,.section-list[data-grid-list=list] .card:hover .card-image{border-radius:calc(max(2rem,30px));transition-delay:0s,0s}.section-list[data-grid-list=list] .card-item:focus-within .card-image div,.section-list[data-grid-list=list] .card-item:hover .card-image div,.section-list[data-grid-list=list] .card:focus-within .card-image div,.section-list[data-grid-list=list] .card:hover .card-image div{transform:scale(1.2) translateY(.6rem)}.section-list[data-grid-list=list] .card{flex-direction:row}.section-list[data-grid-list=list] .card-tag{top:calc(var(--offset-grid) + (var(--offset-grid) * .4));right:calc(50% + (var(--offset-grid) * .6))}.section-list[data-grid-list=list] .card-image{width:50%;height:calc(100% - (1.6rem * 2));margin:1.6rem 0 1.6rem 1.6rem;background-color:var(--bg2);border-radius:inherit}.section-list[data-grid-list=list] .card-inner{position:relative;top:auto;left:auto;align-items:stretch;width:50%;opacity:1;transition:none}.section-list[data-grid-list=list] .card-inner__header{align-items:stretch;margin-top:2.5rem;margin-bottom:.4rem;font-size:1.1em}.section-list[data-grid-list=list] .card-inner__author,.section-list[data-grid-list=list] .card-inner__title{text-align:left}.section-list[data-grid-list=list] .card-inner__content{font-size:1.1em}.section-list[data-grid-list=list] .card-inner__price{justify-content:flex-start;text-align:left}.section-list[data-grid-list=list] .card-inner__footer{margin-bottom:0}.section-list[data-grid-list=list] .card-info{display:none}}.section-list__item{display:flex;align-items:stretch;flex-shrink:0;width:16.666%;padding-right:.8rem}@media screen and (max-width:1399px){.section-list__item{width:20%}}@media screen and (max-width:1199px){.section-list__item{width:25%}}@media screen and (max-width:999px){.section-list__item{width:33.333%}}@media screen and (max-width:799px){.section-list__item{width:50%}}@media screen and (max-width:699px){.section-list__item{padding-right:6px}}@media screen and (max-width:599px){.section-list__item{width:100%}}.section-list__nav{align-self:center}@media screen and (min-width:1000px){.section-list__nav{display:none}}@media screen and (max-width:999px){.section-list__nav{display:flex;margin-left:-.8rem}}@media screen and (max-width:699px){.section-list__nav{margin-left:-6px}}.section-pagination{display:flex;justify-content:center;align-items:center}@media screen and (max-width:699px){.section-pagination{justify-content:space-between}}.section-pagination__next,.section-pagination__prev{background:var(--bg1);display:flex;justify-content:center;align-items:center;padding:1rem;fill:var(--c1);border:1px solid var(--border1);border-radius:50%;transition:fill .3s var(--tf),background-color .3s var(--tf)}@media screen and (max-width:699px){.section-pagination__next,.section-pagination__prev{width:36px;height:36px;padding:8px}}.section-pagination__next svg,.section-pagination__prev svg{width:calc(max(.6rem,10px));height:calc(max(.6rem,10px))}.section-pagination__next:focus-within,.section-pagination__next:hover,.section-pagination__prev:focus-within,.section-pagination__prev:hover{background:var(--bg3);fill:var(--c3)}.section-pagination__next.disabled,.section-pagination__prev.disabled{fill:var(--c2);opacity:.6;pointer-events:none}.section-pagination__list{display:flex;justify-content:center;align-items:center;list-style:none;margin:0 2rem;padding:0;gap:.8rem}@media screen and (max-width:699px){.section-pagination__list{margin-left:auto;margin-right:auto;gap:6px}}.section-pagination__item{display:flex;justify-content:center;align-items:center;flex-shrink:0}.section-pagination__link{background:var(--bg1);display:flex;justify-content:center;align-items:center;width:3.2rem;height:3.2rem;padding:1rem;font-weight:var(--fwB);font-size:calc(max(1em,15px));text-align:center;border:1px solid var(--border1);border-radius:50%;transition:color .3s var(--tf),background-color .3s var(--tf)}@media screen and (max-width:699px){.section-pagination__link{width:38px;height:38px}}.section-pagination__link:focus-within,.section-pagination__link:hover{background:var(--bg2)}.section-pagination__link.current{background:var(--bg3);color:var(--c3)}.section-info{background:var(--bg1);display:flex;justify-content:center;align-items:center;min-height:calc(max(30rem,140px));font-size:calc(max(.95em,15px));text-align:center;line-height:1.2;color:var(--c5)}.section-aside{background:var(--bg1);position:sticky;top:var(--header-height);flex-shrink:0;display:flex;flex-direction:column;align-items:stretch;width:calc(max(20rem,320px));height:calc(100vh - var(--header-height,0px));margin-top:-1rem}@media screen and (max-width:999px){.section-aside{position:initial;top:auto;width:100%;height:auto}}.section-aside__header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;min-height:5rem;padding:1rem var(--offset-grid);border-bottom:1px solid var(--border5)}.section-aside__title{font-size:1.1em}.section-aside__icon{flex-shrink:0;width:calc(max(.8rem,16px));height:calc(max(.8rem,16px));fill:var(--c1)}.section-aside__inner{flex-grow:1;overflow:auto}.section-aside__accordion.accordion:hover{border-radius:0}.section-aside__accordion .accordion-summary{padding-top:1rem;padding-bottom:1rem}.section-aside__accordion .accordion-summary__title{font-family:var(--ff-main)}.section-aside__accordion .accordion-inner{display:flex;flex-direction:column;align-items:stretch;padding-top:1.2rem;padding-bottom:1.2rem;gap:1.2rem}.section-aside__accordion:not(:last-child){border-bottom:1px solid var(--border5)}.section-aside__footer{display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;padding:var(--offset-grid);border-top:1px solid var(--border5);gap:.8rem}.section-aside__footer .btn--gray{border-color:var(--border6)}.selection-slider{margin-right:-.8rem;overflow:hidden}@media screen and (max-width:999px){.selection-slider{display:flex;flex-direction:column;align-items:center;gap:var(--offset-grid)}}@media screen and (max-width:699px){.selection-slider{width:calc(100% + (var(--offset-grid) * 2));margin-left:calc(0px - var(--offset-grid));margin-right:calc(0px - var(--offset-grid));padding-left:var(--offset-grid);padding-right:calc(var(--offset-grid) - 6px)}}.selection-list__nav{align-self:center}@media screen and (min-width:1000px){.selection-list__nav{display:none}}@media screen and (max-width:999px){.selection-list__nav{display:flex;margin-left:-.8rem}}@media screen and (max-width:699px){.selection-list__nav{margin-left:-6px}}.selection-list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0;width:100%}.selection-list--grid{display:grid;grid-template-columns:repeat(var(--count),1fr);gap:2rem .8rem;--count:4}@media screen and (max-width:1299px){.selection-list--grid{--count:3}}@media screen and (max-width:1099px){.selection-list--grid{--count:2}}@media screen and (max-width:999px){.selection-list--grid{gap:.8rem}.selection-list--grid .selection-card{flex-direction:column}.selection-list--grid .selection-card__image{width:100%;height:auto}.selection-list--grid .selection-card__inner{flex-grow:1;width:100%;height:auto;padding-left:0;padding-right:0;padding-bottom:0}}@media screen and (max-width:699px){.selection-list--grid{--count:1}.selection-list--grid[data-grid-list=grid] .selection-card{flex-direction:row-reverse;align-items:flex-start;flex-wrap:wrap;gap:1rem}.selection-list--grid[data-grid-list=grid] .selection-card__image{position:absolute;top:var(--offset-grid);left:var(--offset-grid);width:4rem;height:4.5rem;padding:.2rem}.selection-list--grid[data-grid-list=grid] .selection-card__inner{padding-top:0}.selection-list--grid[data-grid-list=grid] .selection-card__title{display:flex;align-items:center;width:calc(100% - 5rem);min-height:4.5rem;margin-left:auto}.selection-list--grid[data-grid-list=grid] .selection-card__tag{display:none}}.selection-list--grid .selection-list__item{width:100%;padding-right:0}.selection-list[data-grid-list=list]{--count:2;gap:.8rem}@media screen and (max-width:1199px){.selection-list[data-grid-list=list]{--count:1}}@media screen and (min-width:1000px){.selection-list[data-grid-list=list] .selection-card:focus-within .selection-card__image,.selection-list[data-grid-list=list] .selection-card:hover .selection-card__image,.selection-list[data-grid-list=list] .selection-list__inner:focus-within .selection-card__image,.selection-list[data-grid-list=list] .selection-list__inner:hover .selection-card__image{border-radius:calc(max(2rem,30px))}.selection-list[data-grid-list=list] .selection-card:focus-within .selection-card__image div,.selection-list[data-grid-list=list] .selection-card:hover .selection-card__image div,.selection-list[data-grid-list=list] .selection-list__inner:focus-within .selection-card__image div,.selection-list[data-grid-list=list] .selection-list__inner:hover .selection-card__image div{transform:scale(1.1)}.selection-list[data-grid-list=list] .selection-card:focus-within .selection-card__tag,.selection-list[data-grid-list=list] .selection-card:hover .selection-card__tag,.selection-list[data-grid-list=list] .selection-list__inner:focus-within .selection-card__tag,.selection-list[data-grid-list=list] .selection-list__inner:hover .selection-card__tag{opacity:1;visibility:visible}}@media screen and (min-width:700px){.selection-list[data-grid-list=list] .selection-card{flex-direction:row}}.selection-list[data-grid-list=list] .selection-card__image{background:var(--bg2);width:50%;height:100%;border-radius:inherit;overflow:hidden}@media screen and (max-width:1199px){.selection-list[data-grid-list=list] .selection-card__image{width:40%}}@media screen and (max-width:699px){.selection-list[data-grid-list=list] .selection-card__image{width:100%;height:auto}}.selection-list[data-grid-list=list] .selection-card__tag{top:calc(var(--offset-grid) + (var(--offset-grid) * .4));right:calc(50% + (var(--offset-grid) * .4))}@media screen and (max-width:1199px){.selection-list[data-grid-list=list] .selection-card__tag{right:calc(60% + (var(--offset-grid) * .4))}}@media screen and (max-width:699px){.selection-list[data-grid-list=list] .selection-card__tag{right:calc(var(--offset-grid) + (var(--offset-grid) * .4))}}.selection-list[data-grid-list=list] .selection-card__inner{position:relative;top:auto;left:auto;align-items:stretch;width:50%;padding-top:0;padding-right:0;padding-bottom:0;opacity:1;transition:none}@media screen and (max-width:1199px){.selection-list[data-grid-list=list] .selection-card__inner{flex-grow:1}}@media screen and (max-width:999px) and (min-width:700px){.selection-list[data-grid-list=list] .selection-card__inner{padding-left:var(--offset-grid)}}@media screen and (max-width:699px){.selection-list[data-grid-list=list] .selection-card__inner{width:100%;padding-top:var(--offset-grid)}}.selection-list[data-grid-list=list] .selection-card__content,.selection-list[data-grid-list=list] .selection-card__title{text-align:left}.selection-list[data-grid-list=list] .selection-card__footer{margin-bottom:0}.selection-list[data-grid-list=list] .selection-list__info{display:none}.selection-list__item{flex-shrink:0;width:25%;padding-right:.8rem}@media screen and (max-width:1299px){.selection-list__item{width:33.333%}}@media screen and (max-width:1099px){.selection-list__item{width:50%}}@media screen and (max-width:999px){.selection-list__item{width:100%}}@media screen and (max-width:699px){.selection-list__item{padding-right:6px}}.selection-list__inner{display:grid;grid-template-rows:calc(max(25rem,380px)) auto;width:100%}@media screen and (max-width:999px){.selection-list__inner{grid-template-rows:auto;height:100%}}.selection-list__inner:focus-within .selection-card,.selection-list__inner:hover .selection-card{border-radius:calc(max(2rem,30px))}.selection-list__inner:focus-within .selection-card__tag,.selection-list__inner:hover .selection-card__tag{visibility:hidden;opacity:0}.selection-list__inner:focus-within .selection-card__image div,.selection-list__inner:hover .selection-card__image div{transform:translateY(95%) rotateX(70deg)}.selection-list__inner:focus-within .selection-card__inner,.selection-list__inner:hover .selection-card__inner{opacity:1}.selection-list__info{display:flex;flex-direction:column;align-items:center;margin-top:1.25rem;gap:.4rem}@media screen and (max-width:999px){.selection-list__info{display:none}}.selection-list__tag{font:var(--fwR) calc(max(.75em,12px))/1.4 var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-align:center;overflow:hidden}.selection-list__title{font:var(--fwB) 1em var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;letter-spacing:-.05em;text-align:center;overflow:hidden;transition:color .3s var(--tf)}.selection-list__title:focus-within,.selection-list__title:hover{color:var(--c5)}.selection-card{position:relative;display:flex;flex-direction:column;align-items:stretch;padding:var(--offset-grid);transition:border-radius .5s var(--tf);overflow:hidden}.selection-card ::-moz-selection{background:var(--bg2);color:var(--c1)}.selection-card ::selection{background:var(--bg2);color:var(--c1)}.selection-card::before{background:var(--bg1);content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:border-radius .5s var(--tf);z-index:-1}.selection-card:focus-within::before,.selection-card:hover::before{border-radius:calc(max(2rem,30px))}.selection-card:focus-within .selection-card__tag,.selection-card:hover .selection-card__tag{visibility:hidden;opacity:0}.selection-card:focus-within .selection-card__image div,.selection-card:hover .selection-card__image div{transform:translateY(95%) rotateX(70deg)}.selection-card:focus-within .selection-card__inner,.selection-card:hover .selection-card__inner{opacity:1}@media screen and (max-width:999px){.selection-card{flex-direction:row}.selection-card:focus-within .selection-card__image div,.selection-card:hover .selection-card__image div{transform:none}.selection-card:focus-within .selection-card__tag,.selection-card:hover .selection-card__tag{visibility:visible;opacity:1}}@media screen and (max-width:699px){.selection-card{flex-direction:column}}.selection-card__image{display:flex;width:100%;height:100%;transform-style:preserve-3d;perspective:1000px;pointer-events:none;transition:border-radius .5s var(--tf);z-index:1}@media screen and (max-width:999px){.selection-card__image{flex-shrink:0;width:40%;padding:var(--offset-grid);background-color:var(--bg2)}}@media screen and (max-width:799px){.selection-card__image{width:50%}}@media screen and (max-width:699px){.selection-card__image{width:100%;height:auto;aspect-ratio:291/340}}.selection-card__image div{display:flex;width:100%;height:100%;transform-origin:top;transition:transform .6s var(--tf)}.selection-card__image picture{display:flex;width:100%;height:100%}.selection-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.selection-card__inner{background:var(--bg5);position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:100%;height:100%;padding:var(--offset-grid);border-radius:calc(max(2rem,30px));gap:1rem;opacity:0;transition:opacity .3s var(--tf)}@media screen and (max-width:999px){.selection-card__inner{position:relative;align-items:stretch;width:60%;opacity:1}}@media screen and (max-width:799px){.selection-card__inner{width:50%}}@media screen and (max-width:699px){.selection-card__inner{flex-grow:1;width:100%;height:auto;padding-left:0;padding-right:0;padding-bottom:0}}.selection-card__title{font:var(--fwB) 1.4em/1.2 var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;flex-shrink:0;letter-spacing:-.05em;text-align:center;overflow:hidden}@media screen and (max-width:999px){.selection-card__title{-webkit-line-clamp:2;text-align:left}}@media screen and (max-width:399px){.selection-card__title{font-size:1.15em}}.selection-card__tag{font:var(--fwB) calc(max(.85em,14px))/1 var(--ff);background:var(--bg4);position:absolute;top:calc(var(--offset-grid) * .6);right:calc(var(--offset-grid) * .6);padding:.6rem .8rem;border-radius:calc(max(2rem,30px));-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .3s var(--tf);z-index:2}@media screen and (max-width:999px){.selection-card__tag{top:calc(var(--offset-grid) + (var(--offset-grid) * .6));right:calc(60% + (var(--offset-grid) * .4))}}@media screen and (max-width:799px){.selection-card__tag{right:calc(50% + (var(--offset-grid) * .4))}}@media screen and (max-width:699px){.selection-card__tag{right:calc((var(--offset-grid) * .4) + var(--offset-grid))}}.selection-card__content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;gap:.4rem;font-size:calc(max(.95em,15px));line-height:1.4}@media screen and (max-width:999px){.selection-card__content{align-items:stretch;text-align:left}}.selection-card__content p{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden;margin:0}@media screen and (max-width:699px){.selection-card__content p{-webkit-line-clamp:3}}.selection-card__footer{margin-top:auto;margin-bottom:3rem;padding-top:.6rem}@media screen and (max-width:999px){.selection-card__footer{margin-bottom:0}}@media screen and (max-width:499px){.selection-card__btn{width:100%}}.accordions{gap:.8rem}@media screen and (max-width:499px){.accordions{gap:1px}}.accordion{background:var(--bg1);display:flex;flex-direction:column;align-items:stretch;transition:border-radius .5s var(--tf)}.accordion ::-moz-selection{background:var(--bg2)}.accordion ::selection{background:var(--bg2)}@media screen and (min-width:600px){.accordion:hover{border-radius:calc(max(2rem,30px))}}.accordion-summary{display:flex;justify-content:space-between;align-items:center;padding:var(--offset-grid)}.accordion-summary svg{flex-shrink:0;width:calc(max(.8rem,10px));height:calc(max(.8rem,10px));transition:transform .3s var(--tf)}[open] .accordion-summary svg{transform:rotateX(180deg)}.accordion-summary__title{font-family:var(--ff);font-weight:var(--fwB)}.accordion-inner{padding:var(--offset-grid);border-top:1px solid var(--border5)}.accordion-content{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}.accordion-content ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0;gap:.4rem}.accordion-content ul:not(:last-child){margin-bottom:.8rem}.accordion-content li{position:relative;padding-left:calc(max(.3rem,6px) + .6rem);font-size:calc(max(.95em,15px))}.accordion-content li::before{background:var(--bg3);content:"";position:absolute;left:0;flex-shrink:0;width:calc(max(.3rem,6px));height:calc(max(.3rem,6px));margin-top:.55em;border-radius:50%}.accordion-content p{margin:0;font-size:calc(max(.95em,15px))}.accordion-content b{font-size:1em}.accordion-filter{display:flex;flex-direction:column;align-items:stretch;gap:.8rem}.accordion-filter .filter-checkbox__icon,.accordion-filter .filter-checkbox__input:checked~.filter-checkbox__icon{border-color:var(--border6)}.accordion-search{position:relative;display:flex;align-items:stretch}.accordion-search__label{flex-grow:1}.accordion-search__input{width:100%;height:100%}.accordion-search__input[type=search]{background:var(--bg1);border-color:var(--border6)}.accordion-search__btn{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;flex-shrink:0;height:100%;fill:var(--c2);padding:.6rem 1.2rem;transition:fill .3s var(--tf)}.accordion-search__btn svg{width:calc(max(1rem,16px));height:calc(max(1rem,16px))}.accordion-search__btn:focus-within,.accordion-search__btn:hover{fill:var(--c1)}.preview{background:var(--bg2);position:fixed;top:calc(var(--header-height) - 1px);left:0;display:flex;justify-content:flex-start;align-items:center;width:100%;padding:.8rem var(--offset-grid);border-bottom:1px solid var(--border1);transform:translateY(-210%);gap:1rem;transition:transform .5s var(--tf),top .5s var(--tf);z-index:3}@media screen and (max-width:599px){.preview{gap:.8rem}}@media screen and (max-width:999px){.header.hide-category~.main .preview{top:calc(var(--header-height) - (43px + 1.2rem))}}.preview.show{transform:none}.preview__image{background:var(--bg1);display:flex;flex-shrink:0;width:4rem;height:4rem;padding:.4rem}.preview__image picture{display:flex;width:100%;height:100%}.preview__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.preview__info{display:flex;flex-direction:column;gap:.6rem}@media screen and (max-width:599px){.preview__info{margin-right:-.8rem;gap:.4rem}}.preview__price{font:calc(max(.85em,14px)) var(--ff);display:flex;align-items:baseline;margin-bottom:auto;letter-spacing:-.05em;gap:.4rem}@media screen and (max-width:999px){.preview__price{font-weight:var(--fwB)}}.preview__price s{font-size:90%;color:var(--c5)}@media screen and (max-width:999px){.preview__price s{font-weight:var(--fwR)}}.preview__btn{flex-shrink:0;margin-left:auto}@media screen and (max-width:599px){.preview__btn{width:42px;height:42px;padding:0;fill:var(--c2);background-color:transparent;border:none}.preview__btn span{display:none}.preview__btn svg{width:18px;height:18px}}.box{background:var(--bg1);display:flex;justify-content:space-between;align-items:stretch;margin:var(--offset-grid)}@media screen and (max-width:1099px){.box{flex-direction:column}}@media screen and (max-width:399px){.box{margin:0}}.box--center{position:relative;justify-content:center;margin-top:calc(var(--offset-grid) * 2);margin-bottom:calc(var(--offset-grid) * 2)}@media screen and (max-width:1199px){.box--center{margin-top:var(--offset-grid);margin-bottom:var(--offset-grid)}}@media screen and (max-width:1099px){.box--center{align-items:center}}@media screen and (max-width:399px){.box--center{margin-top:0;margin-bottom:0}}.box--center .box-content{align-items:center;text-align:center}@media screen and (max-width:1099px){.box--center .box-content{width:60%}}@media screen and (max-width:768px){.box--center .box-content{width:100%}}.box-content{display:flex;flex-direction:column;align-items:flex-start;width:50%;padding:calc(var(--offset-grid) * 2);gap:1.2rem;z-index:1}@media screen and (max-width:1299px) and (min-width:1100px){.box-content{padding-right:0}}@media screen and (max-width:1099px){.box-content{width:100%;padding:var(--offset-grid)}}.box-content ::-moz-selection{background:var(--bg2);color:var(--c1)}.box-content ::selection{background:var(--bg2);color:var(--c1)}.box-content p{margin:0;font-size:calc(max(.95em,16px));line-height:1.4}.box-content p+p{margin-top:-.6rem}.box-content__logo{width:calc(max(10em,200px));height:calc(max(1.6em,32px))}@media screen and (min-width:1100px){.box-content__logo{margin-bottom:.8rem}}.box-content__footer{margin-top:auto;padding-top:1.6rem}@media screen and (max-width:1099px){.box-content__footer{padding-top:.4rem}}.box-image{display:flex;width:50%;min-height:30rem;padding:var(--offset-grid)}@media screen and (max-width:1099px){.box-image{width:100%;min-height:auto;padding-bottom:0;order:-1}}.box-image picture{display:flex;width:100%;height:100%}.box-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.box-books{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.box-books__item{position:absolute;display:flex;width:8rem;height:12rem;animation:translateY 7s var(--tf) alternate infinite}@media screen and (max-width:768px){.box-books__item{display:none}}.box-books__item picture{display:flex;width:100%;height:100%}.box-books__item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.box-books__item:nth-child(1){top:-7%;left:14%;animation-delay:-8s}@media screen and (max-width:1199px){.box-books__item:nth-child(1){display:none}}.box-books__item:nth-child(2){top:18%;left:20%}@media screen and (max-width:1199px){.box-books__item:nth-child(2){display:none}}.box-books__item:nth-child(3){left:-1%;bottom:8%;width:9.5rem;height:14rem;animation-delay:-6s}@media screen and (max-width:1199px){.box-books__item:nth-child(3){bottom:27%}}.box-books__item:nth-child(4){top:-8%;right:18%;width:10rem;height:15rem;animation-delay:-2s}@media screen and (max-width:1199px){.box-books__item:nth-child(4){display:none}}.box-books__item:nth-child(5){right:6%;bottom:8%;animation-delay:-7s}@media screen and (max-width:1199px){.box-books__item:nth-child(5){top:25%;bottom:auto}}.box-books__item:nth-child(6){right:-1%;bottom:22%;animation-delay:-4s}@media screen and (max-width:1199px){.box-books__item:nth-child(6){top:4%;bottom:auto}}.box-books__item:nth-child(7){left:7%;bottom:-5%;width:6rem;height:9rem;animation-delay:-9s;z-index:-1}@media screen and (max-width:1199px){.box-books__item:nth-child(7){left:9%;bottom:10%}}@keyframes translateY{0%{transform:translateY(0)}100%{transform:translateY(1rem)}}.tags{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:.4rem}.tags__item{display:flex}.tags__link{font:calc(max(.65em,12px))/1 var(--ff);background:var(--bg1);padding:.6rem .8rem;border-radius:calc(max(2rem,30px));transition:all .3s var(--tf)}@media screen and (max-width:699px){.tags__link{font-weight:var(--fwB);font-size:14px}}.tags__link:focus-within,.tags__link:hover{background:var(--bg3);color:var(--c3)}.cart{display:flex;flex-direction:column;align-items:stretch;margin-top:1rem}.cart-list{display:flex;flex-direction:column;align-items:stretch;list-style:none;margin:0;padding:0;border-top:1px solid var(--border1)}.cart-list__item{display:flex;align-items:center;padding-top:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border1);gap:2rem}@media screen and (max-width:1199px){.cart-list__item{padding-top:1.6rem;padding-bottom:1.6rem;gap:1.6rem}}.cart-list__image{background:var(--bg1);display:flex;justify-content:center;align-items:center;flex-shrink:0;width:8rem;height:8rem;padding:1rem;transition:border-radius .5s var(--tf);overflow:hidden}@media screen and (max-width:1199px){.cart-list__image{padding:.8rem}}@media screen and (max-width:599px){.cart-list__image{width:6rem;height:auto;align-self:stretch}}.cart-list__image picture{display:flex;width:100%;height:100%}.cart-list__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:top;transition:transform .6s var(--tf)}.cart-list__image[href]:focus-within,.cart-list__image[href]:hover{border-radius:calc(max(1rem,20px))}.cart-list__image[href]:focus-within img,.cart-list__image[href]:hover img{transform:scale(1.2) translateY(.6rem)}.cart-list__inner{display:grid;grid-template-columns:1fr auto auto;align-items:center;flex-grow:1;gap:4rem}@media screen and (max-width:1199px){.cart-list__inner{grid-template-columns:repeat(2,1fr);gap:.4rem 1.6rem}}@media screen and (max-width:499px){.cart-list__inner{grid-template-columns:1fr}}.cart-list__header{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}@media screen and (max-width:1199px) and (min-width:500px){.cart-list__header{grid-column-start:1;grid-column-end:3}}.cart-list__goods{margin-top:-1rem;margin-bottom:.4rem;font-size:calc(max(.95em,15px));color:var(--c2)}@media screen and (max-width:1199px){.cart-list__goods{margin-bottom:0}}@media screen and (max-width:599px){.cart-list__goods{margin-top:0}}.cart-list__author{font:calc(max(.75em,14px)) var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;letter-spacing:-.05rem;overflow:hidden}.cart-list__title{font:var(--fwB) calc(max(.95em,15px)) var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;letter-spacing:-.05rem;overflow:hidden}.cart-list__title[href]:focus-within,.cart-list__title[href]:hover{color:var(--c2)}.cart-list__price{font:var(--fwB) calc(max(.85em,14px)) var(--ff);display:flex;align-items:baseline;flex-wrap:wrap;letter-spacing:-.05em;gap:.2rem 1.6rem}@media screen and (max-width:1199px){.cart-list__price{gap:.2rem 1rem}}@media screen and (max-width:499px){.cart-list__price{margin-top:10px;margin-bottom:10px}}.cart-list__price s{font-weight:var(--fwR);font-size:90%;color:var(--c5)}.cart-list__row{display:flex;align-items:center;gap:2rem}@media screen and (max-width:1199px){.cart-list__row{gap:1rem}}.cart-list__counter{position:relative;display:flex;flex-shrink:0;width:8rem;flex-grow:1}.cart-list__minus,.cart-list__plus{position:absolute;display:flex;justify-content:center;align-items:center;height:100%;aspect-ratio:1/1;fill:var(--c2);transition:fill .3s var(--tf)}.cart-list__minus svg,.cart-list__plus svg{width:calc(max(.6rem,10px));height:calc(max(.6rem,10px))}.cart-list__minus:focus-within,.cart-list__minus:hover,.cart-list__plus:focus-within,.cart-list__plus:hover{fill:var(--c1)}.cart-list__minus{left:0}.cart-list__plus{right:0}.cart-list__count{width:100%}.cart-list__count input{width:100%;padding:.6rem;text-align:center}.cart-list__count input:focus-within,.cart-list__count input:hover{border-color:var(--border1)}.cart-list__remove{display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:.4rem;fill:var(--c2);transition:fill .3s var(--tf)}.cart-list__remove svg{width:calc(max(1rem,18px));height:calc(max(1rem,18px))}.cart-list__remove:focus-within,.cart-list__remove:hover{fill:var(--c1)}.cart-promo{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;padding-top:2rem;gap:1rem}.cart-promo__inner{position:relative;width:30%}.cart-promo__label{width:100%}.cart-promo__input{width:100%}.cart-promo__btn{background:var(--bg3);position:absolute;top:.3rem;right:.3rem;display:flex;justify-content:center;align-items:center;height:calc(100% - (.3rem * 2));aspect-ratio:1/1;fill:var(--c3);border:1px solid var(--border2);border-radius:50%;transition:all .3s var(--tf)}.cart-promo__btn svg{width:calc(max(.6rem,10px));height:calc(max(.6rem,10px))}.cart-promo__btn:focus-within,.cart-promo__btn:hover{background:var(--bg2);fill:var(--c1)}.cart-promo__discount{display:flex;align-items:center;gap:.8rem}.cart-promo__text{font-size:calc(max(.95em,15px));font-weight:var(--fwB);line-height:1.2}.cart-promo__link{font:calc(max(.95em,15px))/1.2 var(--ff-main);text-decoration:underline;color:var(--c2);transition:color .3s var(--tf)}.cart-promo__link:focus-within,.cart-promo__link:hover{color:var(--c1)}.cart-total{display:flex;flex-direction:column;align-items:stretch;padding-top:2rem}.cart-total--without_offset{padding-top:0}@media screen and (max-width:1199px){.cart-total--without_offset{padding-bottom:var(--offset-grid)}}@media screen and (max-width:499px){.cart-total--without_offset{margin-bottom:.8rem}}.cart-total__row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.8rem;border-bottom:1px solid var(--border1)}.cart-total__row:not(:last-child){margin-bottom:.8rem}.cart-total__name{flex-shrink:0;font-size:calc(max(.95em,15px))}.cart-total__price{font:var(--fwB) 1em/1.2 var(--ff);display:flex;align-items:baseline;flex-wrap:wrap;letter-spacing:-.05em;gap:.2rem .6rem}.cart-total__price s{font-weight:var(--fwR);font-size:80%;color:var(--c2)}.cart-total__price--sale{color:var(--c6)}.cart-footer{display:flex;justify-content:space-between;align-items:stretch;gap:10rem}@media screen and (max-width:1399px){.cart-footer{gap:4rem}}@media screen and (max-width:1199px){.cart-footer{flex-direction:column;gap:0}}.cart-footer__promo{flex-direction:column;align-items:flex-start;max-width:40%;min-width:18rem}@media screen and (max-width:1199px){.cart-footer__promo{width:100%;max-width:100%;padding-top:2rem}}.cart-footer__promo .cart-promo__inner{width:100%}.cart-footer__promo .cart-promo__discount{margin-top:auto;margin-bottom:.6rem}.cart-footer__promo form{width:100%}.cart-footer__right{flex-grow:1}.cart-footer__row{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;gap:2rem}@media screen and (max-width:1399px){.cart-footer__row{flex-direction:column;align-items:flex-start}}.cart-footer__btn{flex-shrink:0}@media screen and (max-width:499px){.cart-footer__btn{width:100%}}.cart-footer__info{font-size:calc(max(.85em,14px));line-height:1.2;color:var(--c2)}@media screen and (max-width:1399px){.cart-footer__info{order:-1}}.delivery{display:flex;flex-direction:column;align-items:stretch;gap:.4rem}.delivery__title{font-size:1em;line-height:1.2}.delivery__text{font-size:calc(max(.95em,15px));line-height:1.2}.delivery__text i{font:normal var(--fwB) calc(max(.85em,14px)) var(--ff)}.delivery__grid{position:relative;display:flex;justify-content:space-between;align-items:flex-end;padding-top:2rem}.delivery__current,.delivery__max{font:calc(max(.75em,12px)) var(--ff);position:absolute;bottom:.6rem;color:var(--c2)}.delivery__current{left:0}.delivery__max{right:0}.delivery__line{background:var(--bg1);position:relative;flex-grow:1;height:.2rem;overflow:hidden}.delivery__line span{background:var(--bg7);position:absolute;left:0;bottom:0;width:0;height:100%;transition:width .5s var(--tf)}.content{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}.content h2:not(:first-child),.content h3:not(:first-child),.content h4:not(:first-child),.content h5:not(:first-child),.content h6:not(:first-child){margin-top:.8rem}@media screen and (max-width:999px){.content h2:not(:first-child),.content h3:not(:first-child),.content h4:not(:first-child),.content h5:not(:first-child),.content h6:not(:first-child){margin-top:.4rem}}.content ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0;gap:.4rem}.content ul:not(:last-child){margin-bottom:.8rem}.content li{position:relative;padding-left:calc(max(.3rem,6px) + .6rem);font-size:calc(max(.95em,15px))}.content li::before{background:var(--bg3);content:"";position:absolute;left:0;flex-shrink:0;width:calc(max(.3rem,6px));height:calc(max(.3rem,6px));margin-top:.55em;border-radius:50%}.content p{margin:0;font-size:calc(max(.95em,15px))}.content b{font-size:1em}.cite{background:var(--bg4);position:relative;display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:var(--offset-grid);overflow:hidden;gap:.6rem}.cite::after{content:"";position:absolute;top:-.25rem;bottom:-.25rem;left:-.25rem;right:-.25rem;border-left:.5rem dotted var(--bg2)}.cite:not(:first-child){margin-top:1.6rem}@media screen and (max-width:999px){.cite:not(:first-child){margin-top:1rem}}.modal-overlay{background:rgba(39,39,39,.2);position:fixed;top:0;left:0;width:100%;height:100%;transition:.15s var(--tf);z-index:6}.modal-overlay.open{transition-delay:0s}.modal-overlay.open .modal{transform:none;transition-duration:.5s}@media screen and (min-width:1000px){.modal-overlay.open .modal--center{transform:translate(-50%,-50%)}}.modal-overlay:not(.open){visibility:hidden;transition-delay:.3s;opacity:0}.modal-overlay._blur{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.modal{background:var(--bg2);position:fixed;display:flex;flex-direction:column;align-items:stretch;transition:.3s ease-in-out}.modal--center{top:50%;left:50%;width:calc(max(26rem,420px));transform:translate(-50%,-50%) translateY(200%)}@media screen and (min-width:1000px){.modal--center{transition-duration:.5s}}@media screen and (max-width:999px){.modal--center{top:auto;left:0;bottom:0;width:100%;transform:translateY(100%)}}.modal--center .modal-header{padding-top:var(--offset);padding-bottom:var(--offset)}.modal--center .modal-inner:not(.modal-inner--offset_m){padding-top:var(--offset);padding-bottom:var(--offset)}.modal--center .modal-footer{padding-top:0;padding-bottom:var(--offset);border-color:transparent}.modal--right{top:0;right:0;bottom:0;width:calc(max(26rem,420px));transform:translateX(100%);border-left:1px solid var(--border1)}@media screen and (max-width:999px){.modal--right{width:100%;transform:translateY(100%)}}.modal--full{top:0;left:0;bottom:0;width:100%;transform:translateY(100%)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:var(--offset-grid);border-bottom:1px solid var(--border1)}.modal-closed{display:flex;justify-content:center;align-items:center;fill:var(--c2);transition:fill .3s var(--tf)}.modal-closed svg{width:calc(max(.8rem,16px));height:calc(max(.8rem,16px))}.modal-closed:focus-within,.modal-closed:hover{fill:var(--c1)}.modal-inner-wrap{display:flex;flex-direction:column;align-items:stretch;flex-grow:1;height:50%}.modal-inner{display:flex;flex-direction:column;align-items:stretch;flex-grow:1;height:80%;padding:var(--offset-grid);overflow:auto}.modal-inner__text{margin:0;font-size:calc(max(.95em,16px))}.modal-user{display:flex;flex-direction:column;align-items:center;padding-bottom:var(--offset-grid);border-bottom:1px solid var(--border1);gap:calc(max(1.2rem,20px))}.modal-user__photo{font:var(--fwB) calc(max(1.8em,24px)) var(--ff-main);background:var(--bg1);display:flex;justify-content:center;align-items:center;flex-shrink:0;width:calc(max(8rem,90px));height:calc(max(8rem,90px));color:var(--c5);border-radius:50%;overflow:hidden}.modal-user__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;overflow:hidden}.modal-user__info{display:flex;flex-direction:column;align-items:center;text-align:center;gap:calc(max(.6rem,10px))}.modal-user__name{font-weight:var(--fwB);font-size:calc(max(1.2em,24px));line-height:1}.modal-user__text{line-height:1;color:var(--c5)}.modal-nav{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--offset-grid)}@media screen and (max-width:999px){.modal-nav{flex-direction:column;gap:calc(var(--offset-grid) * 2)}}@media screen and (max-width:1299px){.modal-nav__category{--count:1}}.modal-nav__showcase{position:sticky;top:0;display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;width:30%;height:auto;gap:var(--offset-grid)}@media screen and (max-width:1299px){.modal-nav__showcase{width:380px}}@media screen and (max-width:999px){.modal-nav__showcase{width:100%;padding-left:0;padding-right:0}}.modal-nav__showcase .showcase-top__slider{height:27rem}@media screen and (max-width:699px){.modal-nav__showcase .showcase-top__slider{height:auto}}@media screen and (max-width:999px){.modal-nav__showcase .showcase-top__card{flex-direction:row}.modal-nav__showcase .showcase-top__card:focus-within .selection-card__image div,.modal-nav__showcase .showcase-top__card:hover .selection-card__image div{transform:none}.modal-nav__showcase .showcase-top__card:focus-within .selection-card__tag,.modal-nav__showcase .showcase-top__card:hover .selection-card__tag{visibility:visible;opacity:1}}@media screen and (max-width:699px){.modal-nav__showcase .showcase-top__card{flex-direction:column}}@media screen and (max-width:999px){.modal-nav__showcase .selection-card__tag{top:calc(var(--offset-grid) + (var(--offset-grid) * .6));right:calc(60% + (var(--offset-grid) * .4))}}@media screen and (max-width:799px){.modal-nav__showcase .selection-card__tag{right:calc(50% + (var(--offset-grid) * .4))}}@media screen and (max-width:699px){.modal-nav__showcase .selection-card__tag{right:calc((var(--offset-grid) * .4) + var(--offset-grid))}}@media screen and (max-width:999px){.modal-nav__showcase .selection-card__image{flex-shrink:0;width:40%;padding:var(--offset-grid);background-color:var(--bg2)}}@media screen and (max-width:799px){.modal-nav__showcase .selection-card__image{width:50%}}@media screen and (max-width:699px){.modal-nav__showcase .selection-card__image{width:100%;height:auto;aspect-ratio:291/340}}@media screen and (max-width:999px){.modal-nav__showcase .selection-card__inner{position:relative;align-items:stretch;width:60%;opacity:1}}@media screen and (max-width:799px){.modal-nav__showcase .selection-card__inner{width:50%}}@media screen and (max-width:699px){.modal-nav__showcase .selection-card__inner{flex-grow:1;width:100%;height:auto;padding-left:0;padding-right:0;padding-bottom:var(--offset-grid)}}@media screen and (max-width:999px){.modal-nav__showcase .selection-card__title{text-align:left}}@media screen and (max-width:399px){.modal-nav__showcase .selection-card__title{font-size:1.15em}}@media screen and (max-width:999px){.modal-nav__showcase .selection-card__content{align-items:stretch;text-align:left}}@media screen and (max-width:999px){.modal-nav__showcase .selection-card__content p{-webkit-line-clamp:3}}@media screen and (max-width:999px){.modal-nav__showcase .selection-card__footer{margin-bottom:0}}@media screen and (max-width:499px){.modal-nav__showcase .selection-card__btn{width:100%}}@media screen and (max-width:699px){.modal-nav__showcase .showcase-top__pagination{bottom:var(--offset-grid)}}.modal-menu{display:flex;flex-direction:column;align-items:stretch;gap:1.5rem}.modal-menu-box{display:flex;flex-direction:column;align-items:flex-start}.modal-menu-box__name{padding-top:.4rem;padding-bottom:.4rem}.modal-menu-box__name[href]:focus-within,.modal-menu-box__name[href]:hover{color:var(--c5)}.modal-menu-box__list{display:flex;flex-direction:column;width:100%;list-style:none;margin:0;padding:0}.modal-menu-box__list._full_height{flex-grow:1}.modal-menu-box__item{width:100%}.modal-menu-box__item:not(:last-child){border-bottom:1px solid var(--border1)}.modal-menu-box__item._bottom{margin-top:auto}.modal-menu-box__link{font:18px/1.2 var(--ff-main);display:flex;justify-content:space-between;align-items:center;width:100%;padding-top:.8rem;padding-bottom:.8rem;color:var(--c1);fill:var(--c1)}.modal-menu-box__link svg{flex-shrink:0;width:18px;height:18px}.modal-menu-box__link:focus-within,.modal-menu-box__link:hover{color:var(--c5);fill:var(--c5)}.modal-cart{display:flex;flex-direction:column;align-items:stretch;flex-grow:1}.modal-cart--similar{background:var(--bg1);flex-grow:initial;margin:var(--offset-grid) calc(0px - var(--offset-grid)) calc(0px - var(--offset-grid));padding:1rem var(--offset-grid);gap:1rem}.modal-cart--similar .modal-cart__item{background:var(--bg2);padding:.8rem}.modal-cart--similar .modal-cart__image{width:6rem;height:6rem}.modal-cart--similar .modal-cart__image[href]:focus-within,.modal-cart--similar .modal-cart__image[href]:hover{border-radius:calc(max(1rem,10px))}.modal-cart--similar .modal-cart__image[href]:focus-within img,.modal-cart--similar .modal-cart__image[href]:hover img{transform:scale(1.3) translateY(.2rem)}.modal-cart--similar .modal-cart__author{padding-right:2rem}.modal-cart__empty{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;gap:.6rem}.modal-cart__empty>span{font-size:calc(max(.95em,16px));color:var(--c2)}.modal-cart__empty .btn{margin-top:1rem}.modal-cart__list{display:flex;flex-direction:column;align-items:stretch;list-style:none;margin:0;padding:0;gap:1rem}.modal-cart__item{position:relative;display:flex;align-items:stretch;gap:1.2rem}.modal-cart__image{background:var(--bg1);display:flex;justify-content:center;align-items:center;flex-shrink:0;width:9rem;height:9rem;padding:.8rem;transition:border-radius .5s var(--tf);overflow:hidden}.modal-cart__image picture{display:flex;width:100%;height:100%}.modal-cart__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:top;transition:transform .6s var(--tf)}.modal-cart__image[href]:focus-within,.modal-cart__image[href]:hover{border-radius:calc(max(2rem,30px))}.modal-cart__image[href]:focus-within img,.modal-cart__image[href]:hover img{transform:scale(1.2) translateY(.6rem)}.modal-cart__inner{display:flex;flex-direction:column;justify-content:center;align-items:stretch;flex-grow:1;gap:.6rem}.modal-cart__header{display:flex;flex-direction:column;gap:.4rem}.modal-cart__author{font:calc(max(.75em,14px)) var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;letter-spacing:-.05rem;overflow:hidden}.modal-cart__title{font:var(--fwB) calc(max(.95em,15px)) var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;letter-spacing:-.05rem;overflow:hidden}.modal-cart__title[href]:focus-within,.modal-cart__title[href]:hover{color:var(--c2)}.modal-cart__price{font:var(--fwB) calc(max(.85em,14px)) var(--ff);display:flex;align-items:baseline;flex-wrap:wrap;letter-spacing:-.05em;gap:.2rem .4rem}.modal-cart__price s{font-weight:var(--fwR);font-size:90%;color:var(--c5)}.modal-cart__row{display:flex;align-items:center;gap:1rem}.modal-cart__counter{position:relative;display:flex;flex-shrink:0;width:6rem;flex-grow:1}.modal-cart__minus,.modal-cart__plus{position:absolute;display:flex;justify-content:center;align-items:center;height:100%;aspect-ratio:1/1;fill:var(--c2);transition:fill .3s var(--tf)}.modal-cart__minus svg,.modal-cart__plus svg{width:calc(max(.6rem,10px));height:calc(max(.6rem,10px))}.modal-cart__minus:focus-within,.modal-cart__minus:hover,.modal-cart__plus:focus-within,.modal-cart__plus:hover{fill:var(--c1)}.modal-cart__minus{left:0}.modal-cart__plus{right:0}.modal-cart__count{width:100%}.modal-cart__count input{width:100%;padding:.6rem;text-align:center}.modal-cart__count input:focus-within,.modal-cart__count input:hover{border-color:var(--border1)}.modal-cart__remove{display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:.4rem;fill:var(--c2);transition:fill .3s var(--tf)}.modal-cart__remove svg{width:calc(max(1rem,18px));height:calc(max(1rem,18px))}.modal-cart__remove:focus-within,.modal-cart__remove:hover{fill:var(--c1)}.modal-cart__add{position:absolute;top:.2rem;right:.2rem;display:flex;justify-content:center;align-items:center;padding:.8rem;fill:var(--c2);transition:fill .3s var(--tf)}.modal-cart__add svg{width:calc(max(.8rem,18px));height:calc(max(.8rem,18px))}.modal-cart__add:focus-within,.modal-cart__add:hover{fill:var(--c1)}.modal-form{flex-grow:1}@media screen and (max-width:499px){.modal-form{padding-top:.6rem}}.modal-delivery{display:flex;flex-direction:column;align-items:stretch;padding:1rem var(--offset-grid);border-top:1px solid var(--border1);gap:.2rem}.modal-delivery__title{font-size:calc(max(.95em,15px));line-height:1.2}.modal-delivery__text{font-size:calc(max(.85em,14px));line-height:1.2}.modal-delivery__text i{font:normal var(--fwB) calc(max(.75em,12px)) var(--ff);letter-spacing:-.02rem}.modal-delivery__grid{position:relative;display:flex;justify-content:space-between;align-items:flex-end;padding-top:1.6rem}.modal-delivery__current,.modal-delivery__max{font:calc(max(.65em,12px)) var(--ff);position:absolute;bottom:.6rem;color:var(--c2)}.modal-delivery__current{left:0}.modal-delivery__max{right:0}.modal-delivery__line{background:var(--bg1);position:relative;flex-grow:1;height:.2rem;overflow:hidden}.modal-delivery__line span{background:var(--bg7);position:absolute;left:0;bottom:0;width:0;height:100%;transition:width .5s var(--tf)}.modal-total{display:flex;justify-content:space-between;align-items:baseline}.modal-total__name{flex-shrink:0;font-size:calc(max(.95em,15px))}.modal-total__price{font:var(--fwB) 1em/1.2 var(--ff);display:flex;align-items:baseline;flex-wrap:wrap;letter-spacing:-.05em;gap:.2rem .6rem}.modal-total__price s{font-weight:var(--fwR);font-size:80%;color:var(--c2)}.modal-accordion{display:flex;flex-direction:column;align-items:stretch}.modal-accordion:first-child{margin-top:-.8rem}.modal-accordion:last-child{margin-bottom:-.8rem}.modal-accordion:not(:last-child){border-bottom:1px solid var(--border1)}.modal-accordion__summary{font:var(--fwB) 1.1em/1 var(--ff-main);display:flex;justify-content:space-between;align-items:center;padding-top:.8rem;padding-bottom:.8rem;gap:.8rem;transition:color .3s var(--tf),fill .3s var(--tf)}.modal-accordion__summary svg{flex-shrink:0;width:calc(max(.6rem,10px));height:calc(max(.6rem,10px))}details[open] .modal-accordion__summary svg{transform:scaleY(-1)}.modal-accordion__summary:hover{color:var(--c2);fill:var(--c2)}.modal-accordion__inner{display:flex;flex-direction:column;align-items:stretch;gap:.8rem}.modal-accordion__filter{display:flex;flex-direction:column;align-items:stretch;max-height:12rem;padding-top:.8rem;padding-bottom:.8rem;margin-bottom:.8rem;gap:.8rem;overflow:auto}.modal-search{position:relative;display:flex;align-items:stretch}.modal-search__label{flex-grow:1}.modal-search__input{width:100%;height:100%}.modal-search__btn{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;flex-shrink:0;height:100%;fill:var(--c2);padding:.6rem 1.2rem;transition:fill .3s var(--tf)}.modal-search__btn svg{width:calc(max(1rem,16px));height:calc(max(1rem,16px))}.modal-search__btn:focus-within,.modal-search__btn:hover{fill:var(--c1)}.modal-footer{display:flex;flex-direction:column;align-items:stretch;padding:1rem var(--offset-grid);gap:.8rem;border-top:1px solid var(--border1)}.modal-footer--row{flex-direction:row}.modal-footer__btn{width:100%}.footer{background:var(--bg3);display:flex;flex-direction:column;flex-shrink:0;color:var(--c3)}@media screen and (min-width:1200px){.footer{position:sticky;bottom:0}}@media screen and (max-width:999px){.footer{padding-bottom:var(--main-menu-height)}}.footer ::-moz-selection{background:var(--bg6);color:var(--c3)}.footer ::selection{background:var(--bg6);color:var(--c3)}.footer-inner{display:flex;padding:calc(var(--offset-grid) * 3) var(--offset-grid) calc(var(--offset-grid) * 2);gap:calc(var(--offset-grid) * 2)}@media screen and (max-width:1499px){.footer-inner{padding-top:calc(var(--offset-grid) * 2)}}@media screen and (max-width:1099px){.footer-inner{flex-direction:column;padding-top:var(--offset-grid);padding-bottom:var(--offset-grid);gap:var(--offset-grid)}}.footer-row{display:flex;flex-direction:column;flex-grow:1;gap:var(--offset-grid)}.footer-col{display:grid;grid-template-columns:25% auto;gap:var(--offset-grid)}@media screen and (max-width:1199px){.footer-col{grid-template-columns:1fr}}.footer-col__right{display:grid;grid-template-columns:repeat(var(--count),var(--col-size));gap:var(--offset-grid);--count:4;--col-size:auto}@media screen and (max-width:699px){.footer-col__right{--count:2;--col-size:1fr;display:none}}.footer-logo{flex-shrink:0;fill:var(--c3)}.footer-box{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem}@media screen and (max-width:1199px){.footer-box--info{flex-direction:row;justify-content:space-between;width:100%;padding-bottom:var(--offset-grid);border-bottom:1px solid var(--border3);gap:1.2rem var(--offset-grid)}}@media screen and (max-width:399px){.footer-box--info{flex-wrap:wrap;justify-content:flex-start}}.footer-box__name{margin-top:-.4rem;padding-top:.4rem;padding-bottom:.4rem;font-weight:var(--fwB);font-size:1em;line-height:1.2}.footer-box__name[href]:focus-within,.footer-box__name[href]:hover{color:var(--c5)}.footer-box__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0;gap:.6rem}.footer-box__link{padding-top:.4rem;padding-bottom:.4rem;font-size:calc(max(.95em,16px));line-height:1.2;color:var(--c5);cursor:pointer}.footer-box__link:focus-within,.footer-box__link:hover{color:var(--c3)}.footer-box__address{font:calc(max(.75em,13px))/1.6 var(--ff);display:flex;flex-direction:column;margin-top:1rem;letter-spacing:-.05em;color:var(--c5);gap:.8rem}@media screen and (max-width:1199px){.footer-box__address{margin-top:auto;margin-bottom:auto;text-align:right}}@media screen and (max-width:399px){.footer-box__address{text-align:initial}}.footer-box__address:focus-within,.footer-box__address:hover{color:var(--c3)}.footer-contacts{display:flex;justify-content:space-between;margin-top:auto;padding-top:var(--offset-grid);border-top:1px solid var(--border3);gap:var(--offset-grid)}@media screen and (max-width:749px){.footer-contacts{gap:1.4rem}}@media screen and (max-width:699px){.footer-contacts{justify-content:flex-start;flex-wrap:wrap;padding-top:0;border-top:none;gap:.8rem}}.footer-contacts__link{display:flex;align-items:center;gap:.8rem;color:var(--c5);transition:color .3s var(--tf)}@media screen and (max-width:1499px) and (min-width:700px){[class*="--email"]+.footer-contacts__link[class*="--social"],[class*="--phone"]+.footer-contacts__link[class*="--social"]{margin-left:auto}}@media screen and (max-width:699px){.footer-contacts__link[class*="--email"],.footer-contacts__link[class*="--phone"]{padding:.2rem 1.2rem .2rem .2rem;color:var(--c3);background-color:var(--bg6);border-radius:calc(max(2rem,30px))}.footer-contacts__link[class*="--email"] .footer-contacts__icon,.footer-contacts__link[class*="--phone"] .footer-contacts__icon{background-color:var(--bg3)}}@media screen and (max-width:699px){.footer-contacts__link{flex-grow:1;width:45%;max-width:calc(50% - (1rem / 2));padding:.2rem 1.2rem .2rem .2rem;border:1px solid var(--bg6);border-radius:calc(max(2rem,30px))}.footer-contacts__link .footer-contacts__icon{background-color:var(--bg6)}.footer-contacts__link .footer-contacts__text{margin-left:auto;margin-right:auto}}@media screen and (max-width:559px){.footer-contacts__link{width:100%;max-width:none}}.footer-contacts__link:focus-within,.footer-contacts__link:hover{color:var(--c3)}.footer-contacts__link:focus-within .footer-contacts__icon,.footer-contacts__link:hover .footer-contacts__icon{background:var(--bg1);fill:var(--c1)}.footer-contacts__link:focus-within .footer-contacts__icon svg:first-child,.footer-contacts__link:hover .footer-contacts__icon svg:first-child{transform:translateY(-200%)}.footer-contacts__link:focus-within .footer-contacts__icon svg:last-child,.footer-contacts__link:hover .footer-contacts__icon svg:last-child{transform:translate(-50%,-50%) translateY(0)}.footer-contacts__icon{background:var(--bg6);position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:.8rem;fill:var(--c3);border-radius:50%;transition:fill .3s var(--tf),background-color .3s var(--tf);overflow:hidden}.footer-contacts__icon svg{width:calc(max(1rem,16px));height:calc(max(1rem,16px));transition:transform .5s var(--tf)}.footer-contacts__icon svg:last-child{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateY(200%)}.footer-contacts__text{font:calc(max(.85em,15px)) var(--ff);letter-spacing:-.05em}@media screen and (max-width:1499px) and (min-width:700px){.footer-contacts__link--social .footer-contacts__text{display:none}}.footer-subscribe{display:flex;flex-direction:column;align-items:stretch;align-self:flex-start;flex-shrink:0;width:calc(max(20rem,320px));margin-left:auto}@media screen and (max-width:1199px){.footer-subscribe{align-self:stretch}}@media screen and (max-width:1099px){.footer-subscribe{position:relative;order:-1;width:100%;margin-bottom:var(--offset-grid);color:var(--c1);z-index:1}.footer-subscribe::before{content:"";position:absolute;top:calc(0px - var(--offset-grid));left:calc(0px - var(--offset-grid));right:calc(0px - var(--offset-grid));bottom:calc(0px - var(--offset-grid));background-color:var(--bg1);z-index:-1}}.footer-subscribe ::-moz-selection{background:var(--bg3);color:var(--c3)}.footer-subscribe ::selection{background:var(--bg3);color:var(--c3)}.footer-subscribe__inner{background:var(--bg6);display:flex;flex-direction:column;padding:var(--offset-grid);border-radius:calc(max(2rem,30px));gap:.8rem}@media screen and (max-width:1099px){.footer-subscribe__inner{background-color:var(--bg2);border-radius:0}}.footer-subscribe__text{margin:0;font-size:calc(max(.95em,15px));line-height:1.4;color:var(--c5)}@media screen and (max-width:1099px){.footer-subscribe__text{font-size:16px;color:inherit}}.footer-subscribe__form{position:relative;display:flex;align-items:center}@media screen and (min-width:1200px){.footer-subscribe__form{flex-grow:1;margin-top:1rem}}@media screen and (max-width:1199px){.footer-subscribe__form{margin-top:auto}}@media screen and (max-width:1099px){.footer-subscribe__form{margin-top:1rem}}.footer-subscribe__form .footer-subscribe__input{background:var(--bg3);width:100%;color:var(--c3);border-color:var(--border2)}@media screen and (max-width:1099px){.footer-subscribe__form .footer-subscribe__input{color:var(--c1);background-color:var(--bg2);border-color:var(--border5)}}.footer-subscribe__form .footer-subscribe__input:focus-within,.footer-subscribe__form .footer-subscribe__input:hover{border-color:var(--border3)}.footer-subscribe__label{flex-grow:1;width:100%;height:100%}.footer-subscribe__input{height:100%}.footer-subscribe__btn{background:var(--bg6);position:absolute;top:.2rem;right:.2rem;bottom:.2rem;padding:.2rem;aspect-ratio:1/1}.footer-subscribe__btn:focus-within,.footer-subscribe__btn:hover{background:var(--bg2)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:.6rem var(--offset-grid) var(--offset-grid)}.footer-bottom__text{font-size:calc(max(.85em,15px));line-height:1;color:var(--c5)}.footer-bottom__copyright{flex-shrink:0}.footer-to-top{background:var(--bg4);position:fixed;right:var(--offset-grid);bottom:calc(var(--offset-grid) * 2);display:flex;justify-content:center;align-items:center;width:calc(max(2.5rem,40px));height:calc(max(2.5rem,40px));fill:var(--c1);border-radius:50%;transition:all .3s var(--tf),visibility 0s var(--tf);z-index:2}@media screen and (max-width:1099px){.footer-to-top{bottom:calc(var(--offset-grid) * 2.5)}}@media screen and (max-width:1099px){.footer-to-top{display:none}}.footer-to-top svg{width:calc(max(.8rem,14px));height:calc(max(.8rem,14px))}.footer-to-top:hover{background:var(--bg3);fill:var(--c3)}.footer-to-top:not(.show){visibility:hidden;transform:translateY(1rem);opacity:0;transition-delay:0s,.5s}.copyright{position:relative;display:flex;flex-direction:column;align-self:flex-end;flex-shrink:0;width:calc(max((var(--offset) * 1.2),26px));height:calc(max((var(--offset) * 1.5),30px));margin-left:auto;transition:.5s;transition-delay:.6s;overflow:hidden;z-index:1;--c:var(--c5)}.copyright svg{width:calc(max((var(--offset) * 2.4),52px));height:auto;opacity:1;transform:none;top:auto;left:auto;fill:var(--c);stroke:var(--c);stroke-linecap:round}.copyright .st0{fill:var(--c);stroke-width:12;stroke-linejoin:round;stroke-miterlimit:10;margin-left:auto}@media screen and (min-width:1000px){.copyright .st0{animation:st0 2s linear 0s infinite normal}}.copyright .st01{stroke-width:0;animation:none}.copyright .st{stroke-width:0;stroke-linejoin:bevel;opacity:0;transition:.5s;fill:var(--c);stroke:var(--c)}.copyright .st1{transition-delay:.3s}.copyright .st2{transition-delay:.2s}.copyright .st3{transition-delay:.1s}@media screen and (min-width:769px){.copyright:focus-within,.copyright:hover{width:calc(max((var(--offset) * 2.4),60px));transition-delay:0s;overflow:visible}.copyright:focus-within::after,.copyright:hover::after{opacity:1}.copyright:focus-within .st0,.copyright:hover .st0{animation:none}.copyright:focus-within .st,.copyright:hover .st{opacity:1;transition-delay:.4s}.copyright:focus-within .st2,.copyright:hover .st2{transition-delay:.5s}.copyright:focus-within .st3,.copyright:hover .st3{transition-delay:.6s}}@keyframes st0{80%{stroke-width:12}95%{stroke-width:24}100%{stroke-width:12}}.order{display:flex;justify-content:space-between;align-items:flex-start;flex-grow:1}.order-container{display:flex;flex-direction:column;align-items:stretch;flex-grow:1;width:50%;min-height:calc(100vh - var(--header-height));padding:var(--offset-grid) var(--offset-grid-m) var(--offset-grid-m) var(--offset-grid-l);gap:var(--offset-grid)}@media screen and (max-width:1299px){.order-container{padding-left:var(--offset-grid-m)}}@media screen and (max-width:1099px){.order-container{padding:var(--offset-grid)}}@media screen and (max-width:999px){.order-container{max-width:500px;margin-left:auto;margin-right:auto}}@media screen and (max-width:999px){.order-container__title{text-align:center}}.order-login{display:flex;flex-direction:column;margin-bottom:1rem;gap:2rem}@media screen and (max-width:499px){.order-login__btn{letter-spacing:-.025rem}}@media screen and (max-width:399px){.order-login__btn{font-size:12px}}.order-login__btn svg:first-child{width:1rem;height:1rem}@media screen and (max-width:499px){.order-login__btn svg:first-child{display:none}}.order-login__btn span{margin-top:.2rem}.order-login__btn svg:last-child{margin-left:auto}.order-container__form{gap:3rem}.order-aside{background:var(--bg1);position:sticky;top:var(--header-height);display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;width:50%;height:calc(100vh - var(--header-height));padding:var(--offset-grid) var(--offset-grid-l) var(--offset-grid-m) var(--offset-grid-m);overflow:auto}@media screen and (max-width:1299px){.order-aside{padding-right:var(--offset-grid-m)}}@media screen and (max-width:1099px){.order-aside{padding:var(--offset-grid)}}@media screen and (max-width:999px){.order-aside{display:none}}.order-list{display:flex;flex-direction:column;align-items:stretch;list-style:none;margin:0;padding:0;gap:.6rem}.order-list__item{background:var(--bg2);position:relative;display:flex;align-items:stretch;padding:1rem;gap:1.6rem}@media screen and (max-width:499px){.order-list__item{flex-direction:column;align-items:stretch}}.order-list__item--with_border{border:1px solid var(--border1)}.order-list__image{background:var(--bg1);display:flex;justify-content:center;align-items:center;flex-shrink:0;width:5.5rem;height:5.5rem;padding:.6rem;transition:border-radius .5s var(--tf);overflow:hidden}@media screen and (max-width:499px){.order-list__image{width:100%;height:160px;padding:1rem}}.order-list__image picture{display:flex;width:100%;height:100%}.order-list__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:top;transition:transform .6s var(--tf)}.order-list__image[href]:focus-within,.order-list__image[href]:hover{border-radius:calc(max(1rem,20px))}.order-list__image[href]:focus-within img,.order-list__image[href]:hover img{transform:scale(1.2) translateY(.4rem)}.order-list__inner{display:grid;grid-template-columns:1fr auto;align-items:stretch;flex-grow:1;gap:4rem}@media screen and (max-width:999px){.order-list__inner{gap:1rem}}@media screen and (max-width:499px){.order-list__inner{grid-template-columns:1fr}}.order-list__header{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}.order-list__goods{margin-top:auto;font-size:calc(max(.95em,15px));color:var(--c2)}@media screen and (max-width:499px){.order-list__goods{order:-1}}.order-list__author{font:calc(max(.75em,12px)) var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;letter-spacing:-.05rem;overflow:hidden}.order-list__title{font:var(--fwB) calc(max(.95em,15px)) var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;letter-spacing:-.05rem;overflow:hidden}.order-list__title[href]:focus-within,.order-list__title[href]:hover{color:var(--c2)}.order-list__price{font:var(--fwB) calc(max(.85em,14px)) var(--ff);display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-end;align-self:flex-start;letter-spacing:-.05em;text-align:right;gap:.4rem}@media screen and (max-width:499px){.order-list__price{flex-direction:row}}.order-list__price s{font-weight:var(--fwR);font-size:90%;color:var(--c5)}.order-list__count{background:var(--bg4);position:absolute;top:.6rem;left:calc(5.5rem + (.6rem / 2));display:flex;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;font-weight:var(--fwB);font-size:calc(max(.65em,12px));line-height:1;border-radius:50%}@media screen and (max-width:499px){.order-list__count{left:auto;right:.6rem}}.order-aside__total{flex-shrink:0;margin-top:auto}.order-aside__total .cart-total__row{border-color:var(--border5)}.order-aside__total .cart-total__row:last-child{padding-bottom:0;border-bottom:none}.order-check{background:var(--bg1);position:relative;display:flex;flex-direction:column;align-items:stretch;padding:var(--offset-grid);margin-bottom:1rem;gap:1rem}.order-check::after{content:"";position:absolute;top:100%;left:-.5rem;right:-.5rem;margin-top:-.25rem;border-bottom:.5rem dotted var(--bg2)}.order-check .steps{padding:1rem 0 0}@media screen and (max-width:499px){.order-check .steps{margin-left:-.8rem;margin-right:-.8rem}}.order-check .order-info{margin-bottom:0}.order-info{display:flex;flex-direction:column;align-items:stretch;margin-bottom:1rem;gap:.4rem}@media screen and (max-width:499px){.order-info{gap:16px}}.order-info__row{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;font-size:calc(max(.9em,15px));gap:.4rem 0}@media screen and (max-width:999px){.order-info__row{font-size:16px}}@media screen and (max-width:399px){.order-info__row{font-size:14px}}.order-info__name{position:relative;display:flex;align-items:baseline;flex-grow:1;font-weight:var(--fwR);color:var(--c2);padding-right:.2rem;gap:.2rem}.order-info__name::after{background:radial-gradient(ellipse at center,#b4b4b4 0,#b4b4b4 30%,rgba(255,255,255,0) 30%) repeat-x .2rem center/.2rem .2rem;content:"";position:relative;flex-grow:1;height:.2rem}.order-info__name span{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.order-info__text{flex-shrink:0;max-width:100%;font-weight:var(--fwB);text-align:left;color:var(--c1)}.order-info__text[href]{text-decoration:underline}.order-info__text[href]:focus-within,.order-info__text[href]:hover{color:var(--c2)}.goods-list{display:grid;grid-template-columns:repeat(var(--count),1fr);width:100%;list-style:none;margin:0;padding:0;gap:1rem;--count:2}@media screen and (max-width:999px){.goods-list{--count:1}}.goods-list__item{background:var(--bg1);position:relative;display:flex;align-items:stretch;padding:.8rem;gap:1.2rem}@media screen and (max-width:599px){.goods-list__item{flex-direction:column;padding:var(--offset-grid);gap:var(--offset-grid)}}.goods-list__image{background:var(--bg2);display:flex;justify-content:center;align-items:center;flex-shrink:0;width:8rem;max-height:10rem;padding:1rem;transition:border-radius .5s var(--tf);overflow:hidden}@media screen and (max-width:1199px){.goods-list__image{padding:.8rem}}@media screen and (max-width:599px){.goods-list__image{width:100%;height:160px;align-self:stretch}}.goods-list__image picture{display:flex;width:100%;height:100%}.goods-list__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:top;transition:transform .6s var(--tf)}.goods-list__image[href]:focus-within,.goods-list__image[href]:hover{border-radius:calc(max(1rem,20px))}.goods-list__image[href]:focus-within img,.goods-list__image[href]:hover img{transform:scale(1.2) translateY(.6rem)}.goods-list__inner{display:flex;flex-direction:column;justify-content:center;align-items:stretch;flex-grow:1;gap:.8rem}@media screen and (min-width:600px){.goods-list__inner{padding-top:.8rem;padding-right:.8rem;padding-bottom:.8rem}}.goods-list__head{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.goods-list__title{font:var(--fwB) calc(max(1em,15px))/1 var(--ff)}.goods-list__title::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.goods-list__status{font:var(--fwB) calc(max(.7em,12px))/1 var(--ff);background:var(--bg4);padding:.4rem .6rem;border-radius:calc(max(2rem,30px));-webkit-user-select:none;-moz-user-select:none;user-select:none}.goods-list__status._active{background:var(--bg4)}.goods-list__status._completed{background:var(--bg10);color:var(--c3)}.goods-list__status._rejected{background:var(--bg8);color:var(--c3)}.goods-list__info{display:flex;flex-direction:column;align-items:stretch;gap:.4rem}.goods-list__row{display:flex;justify-content:space-between;width:100%;font-size:calc(max(.9em,15px))}@media screen and (max-width:999px){.goods-list__row{font-size:16px}}.goods-list__name{position:relative;display:flex;align-items:baseline;flex-grow:1;font-weight:var(--fwR);color:var(--c2);padding-right:.2rem;gap:.2rem}.goods-list__name::after{background:radial-gradient(ellipse at center,#b4b4b4 0,#b4b4b4 30%,rgba(255,255,255,0) 30%) repeat-x .2rem center/.2rem .2rem;content:"";position:relative;flex-grow:1;height:.2rem}.goods-list__name span{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.goods-list__text{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex-shrink:0;max-width:65%;font-weight:var(--fwB);text-align:right;color:var(--c1);overflow:hidden}.goods-list__text[href]{text-decoration:underline}.goods-list__text[href]:focus-within,.goods-list__text[href]:hover{color:var(--c1)}.snackbar{background:var(--bg10);position:fixed;left:50%;bottom:var(--bottom);transform:translateX(-50%);display:flex;align-items:center;max-width:calc(max(40rem,300px));min-width:calc(max(13rem,220px));padding:calc(max(.8rem,12px)) calc(max(1rem,16px));color:var(--c3);fill:var(--c7);border-radius:calc(max(1rem,20px));visibility:hidden;z-index:5;gap:calc(max(.8rem,10px));--bottom:calc(max(1rem, 20px))}@media screen and (max-width:768px){.snackbar{width:100%;max-width:calc(100% - (max(1rem,16px) * 2));--bottom:calc(var(--height-nav) + 20px)}}.snackbar._error{background:var(--bg8);fill:var(--c6)}.snackbar.show{visibility:visible;animation:fadein .3s,fadeout .3s 2.5s forwards}.snackbar-icon{background:var(--bg2);display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:calc(max(.4rem,8px));border-radius:calc(max(1rem,20px))}.snackbar-icon svg{width:calc(max(1rem,16px));height:calc(max(1rem,16px))}.snackbar-info{font-weight:var(--fwM);font-size:calc(max(.8em,14px));line-height:1.2}@keyframes fadein{from{bottom:0;opacity:0}to{bottom:var(--bottom);opacity:1}}@keyframes fadeout{from{bottom:var(--bottom);opacity:1}to{bottom:0;opacity:0}}.discount{position:sticky;top:calc(var(--header-height) + var(--offset-grid));display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;width:calc(max(20rem,380px) + (var(--offset) * 2));padding:var(--offset);border:1px solid var(--border1);gap:var(--offset)}@media screen and (max-width:999px){.discount{width:100%}}.discount-stub{background:var(--bg1);position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;aspect-ratio:16/10;padding:calc(max(1rem,20px));font-weight:var(--fwB);text-align:center;color:var(--c1);border-radius:calc(max(.8rem,12px));overflow:hidden}@media screen and (max-width:999px){.discount-stub{align-self:center;max-width:380px}}.discount-card{background:var(--bg3);position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;width:100%;aspect-ratio:16/10;padding:calc(max(1rem,20px));color:var(--c3);border-radius:calc(max(.8rem,12px));border:1px solid var(--border1);overflow:hidden}@media screen and (max-width:999px){.discount-card{align-self:center;max-width:380px}}.discount-card::before{background:url(../img/grain.png) 0 0/10%;content:"";position:absolute;top:0;left:0;right:0;bottom:0;filter:brightness(.3);opacity:.2}.discount-card__slogan{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;padding:calc(max(1rem,20px));text-transform:uppercase;font-weight:var(--fwB);font-size:calc(max(3rem,65px));line-height:.75;color:#000;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-shadow:1px 1px 0 #313131;z-index:1}@media screen and (max-width:499px){.discount-card__slogan{font-size:54px}}@media screen and (max-width:399px){.discount-card__slogan{font-size:44px}}.discount-card__slogan::after{background:linear-gradient(30deg,rgba(0,0,0,.1) 30%,rgba(182,182,182,.2) 100%);content:"";position:absolute;top:0;left:0;right:0;bottom:0;-webkit-backdrop-filter:contrast(1.2) brightness(1.6);backdrop-filter:contrast(1.2) brightness(1.6)}.discount-card__slogan span{transform:scaleY(.85)}.discount-card__slogan span:nth-child(even){margin-left:auto}.discount-card__status{font:var(--fwB) calc(max(.7em,10px))/1 var(--ff);background:var(--bg2);position:relative;margin-left:auto;padding:.3rem .4rem;color:var(--c1);border-radius:calc(max(1rem,16px));z-index:1}.discount-card__info{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:1rem;z-index:1}.discount-card__logo{width:calc(max(8.5rem,150px));filter:brightness(0) invert(1)}.discount-card__number{font:var(--fwR) calc(max(1.2em,16px))/1 monospace;background:linear-gradient(to bottom,#8b8b8b 0,#e6e6e6,#5a5a5a) repeat-x center 55%/100% 100% text;position:relative;color:transparent;-webkit-background-clip:text}.discount-card__number::before{content:attr(data-text);position:absolute;text-shadow:1px 2px 0 #000;z-index:-1}.discount-card__grid{position:relative;display:flex;justify-content:space-between;align-items:flex-end;margin:0 .8rem .8rem;padding-top:1.2rem}.discount-card__current,.discount-card__max{position:absolute;bottom:.6rem;font-size:calc(max(.85em,15px));color:var(--c2)}.discount-card__current{left:0;color:var(--c1)}.discount-card__current i{font-weight:var(--fwB)}.discount-card__max{right:0}.discount-card__line{background:var(--bg1);position:relative;flex-grow:1;height:.2rem;border-radius:calc(max(1rem,12px));overflow:hidden}.discount-card__line span{background:var(--bg6);position:absolute;left:0;bottom:0;width:0;height:100%;border-radius:calc(max(1rem,12px));transition:width .5s var(--tf)}.discount-card__levels{display:flex;flex-direction:column;align-items:stretch;gap:.8rem}.discount-card__level._current{background:var(--bg4);border-radius:calc(max(.8rem,12px));overflow:hidden}.discount-card__level._current .discount-card__level-info{padding:.8rem}.discount-card__level._current .discount-card__level-name{font-weight:var(--fwB)}.discount-card__level._current .discount-card__level-name::after{background:radial-gradient(ellipse at center,#000 0,#000 30%,rgba(255,255,255,0) 30%) repeat-x .2rem center/.2rem .2rem}.discount-card__level-info{display:flex;justify-content:space-between;width:100%;padding-left:.8rem;padding-right:.8rem;font-size:calc(max(.85em,15px))}@media screen and (max-width:999px){.discount-card__level-info{font-size:16px}}.discount-card__level-name{position:relative;display:flex;align-items:baseline;flex-grow:1;font-weight:var(--fwR);color:var(--c1);padding-right:.2rem;gap:.2rem}.discount-card__level-name::after{background:radial-gradient(ellipse at center,#b4b4b4 0,#b4b4b4 30%,rgba(255,255,255,0) 30%) repeat-x .2rem center/.2rem .2rem;content:"";position:relative;flex-grow:1;height:.2rem}.discount-card__level-name span{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.discount-card__level-text{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex-shrink:0;max-width:65%;font-weight:var(--fwB);font-style:normal;text-align:right;color:var(--c1);overflow:hidden}.discount-promo__wrap{display:flex;flex-direction:column;align-items:stretch;gap:.6rem}.discount-promo{background:var(--bg1);display:flex;flex-direction:column;align-items:stretch;padding:calc(max(1rem,20px));border-radius:calc(max(.8rem,12px));gap:.4rem}.discount-promo__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem;gap:.8rem}.discount-promo__code{background:var(--bg4);display:flex;align-items:center;padding-right:.4rem;font-weight:var(--fwB);font-size:calc(max(.65em,14px));line-height:1;border-radius:calc(max(.4rem,6px))}.discount-promo__code span{margin-right:.4rem;padding:.3rem .2rem .3rem .4rem;font-size:calc(max(1.3em,15px));border-right:1px dashed var(--border2)}.discount-promo__date{font-size:calc(max(.85em,14px));color:var(--c2);line-height:1}.discount-promo__name{font-weight:var(--fwB);font-size:calc(max(.95em,14px));line-height:1}.discount-promo__caption{font-size:calc(max(.85em,14px));line-height:1.2}.discount-promo__percent{font-size:calc(max(.85em,14px));line-height:1}.map{width:100%;height:100%;border-radius:inherit;overflow:hidden}.map>*{width:100%;height:100%}.map-marker{display:flex;width:2rem;height:2rem}.map-marker img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ymaps3x0--marker{pointer-events:none}.ymaps3x0--default-marker__icon{pointer-events:auto}.steps{background:var(--bg1);display:grid;grid-template-columns:repeat(var(--count),1fr);padding:var(--offset-grid);margin-bottom:1rem;--count:3}.steps--2{--count:2}.steps-item{position:relative;display:flex;flex-direction:column;align-items:center;flex-grow:1;gap:.6rem}.steps-item._completed .steps-item__icon{background:var(--bg4)}.steps-item._rejected .steps-item__icon{background:var(--bg8);fill:var(--c3)}.steps-item__icon{background:var(--bg2);display:flex;justify-content:center;align-items:center;flex-shrink:0;width:calc(max(3.5rem,42px));height:calc(max(3.5rem,42px));border-radius:50%;z-index:1}.steps-item:not(:last-child) .steps-item__icon::before{content:"";position:absolute;top:calc(max(3.5rem,42px)/ 2);left:calc(50% + (max(3.5rem,42px)/ 2));transform:translateY(-50%);width:calc(100% - max(3.5rem,42px));height:1px;border-top:1px solid var(--border5);z-index:-1}.steps-item._completed .steps-item__icon::before{border-color:var(--bg4)}.steps-item__info{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}.steps-item__name{font-size:calc(max(.95em,15px));line-height:1}@media screen and (max-width:399px){.steps-item__name{font-size:14px}}.steps-item__text{font-size:calc(max(.85em,12px));line-height:1;color:var(--c2)}@media screen and (max-width:399px){.steps-item__text{font-size:12px}}.fancybox__container{--fancybox-hover-color:var(--c1);--fancybox-bg:var(--bg1);--fancybox-zIndex:5;overflow:hidden}.fancybox__slide.has-image>.fancybox__content{background:var(--bg2);padding:calc(max(.6rem,10px));overflow:hidden}.fancybox__slide.has-image>.fancybox__content img{height:auto;max-height:100%;border-radius:inherit}.is-modern .f-thumbs__slide,.is-modern .f-thumbs__slide__button{background:var(--bg2)}.is-modern .f-thumbs__slide:not(.is-nav-selected){overflow:hidden}.fancybox__nav,.fancybox__toolbar{--f-button-bg:var(--bg1);--f-button-hover-bg:var(--bg2);--f-button-active-bg:var(--bg2)}.fancybox__infobar{font-family:var(--ff);color:var(--c2);text-shadow:none}.f-button svg{filter:none;stroke:var(--c2)}.main-wrapper{display:flex;flex-direction:column;align-items:stretch;min-height:100%}@media screen and (min-width:1000px){.main-wrapper--gray ::-moz-selection{color:var(--c1);background-color:var(--bg4)}.main-wrapper--gray ::selection{color:var(--c1);background-color:var(--bg4)}.main-wrapper--gray .header-list,.main-wrapper--gray .header-main,.main-wrapper--gray .header-search__btn,.main-wrapper--gray .header-search__input,.main-wrapper--gray .main{background-color:var(--bg1)}.main-wrapper--gray .header-list,.main-wrapper--gray .header-main,.main-wrapper--gray .header-search__input,.main-wrapper--gray .main-ticker__inner{border-color:var(--border5)}.main-wrapper--gray .advt,.main-wrapper--gray .box,.main-wrapper--gray .header-main__login,.main-wrapper--gray .reviews-card{background-color:var(--bg2)}.main-wrapper--gray .reviews-card__image{background-color:var(--bg1)}.main-wrapper--gray .footer ::-moz-selection{color:var(--c3);background-color:var(--bg6)}.main-wrapper--gray .footer ::selection{color:var(--c3);background-color:var(--bg6)}}.main{background:var(--bg2);display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;flex-grow:1;gap:var(--offset-grid);z-index:1}@media screen and (min-width:1200px){.main{min-height:calc(100vh - var(--header-height-with-top));padding-bottom:calc(var(--offset-grid) * 2)}}@media screen and (max-width:1199px){.main{padding-bottom:var(--offset-grid)}}@media screen and (max-width:999px){.main{padding-bottom:0;gap:0}}.main--offset_l{padding-left:var(--offset-grid-l);padding-right:var(--offset-grid-l)}@media screen and (max-width:1299px){.main--offset_l{padding-left:var(--offset-grid-m);padding-right:var(--offset-grid-m)}}@media screen and (max-width:1099px){.main--offset_l{padding-left:var(--offset-grid);padding-right:var(--offset-grid)}}.main-top{position:relative;display:flex;flex-direction:column;align-items:stretch;padding:var(--offset-grid) var(--offset-grid) 0}.main-top--offset_bottom{padding-bottom:var(--offset-grid)}@media screen and (max-width:999px){.main-top--offset_bottom{margin-bottom:calc(var(--main-menu-height) - var(--offset-grid))}}.main-top--gray{background:var(--bg1);margin-bottom:calc(0px - var(--offset-grid));padding-bottom:var(--offset-grid)}@media screen and (max-width:999px){.main-top--gray{padding-bottom:calc(var(--offset-grid) * 1.6);margin-bottom:0}}.main-top--gray ::-moz-selection{background:var(--bg2)}.main-top--gray ::selection{background:var(--bg2)}.main-top--gray .main-top__inner{width:50%;padding:0}@media screen and (max-width:1299px){.main-top--gray .main-top__inner{flex-grow:1}}@media screen and (max-width:999px){.main-top--gray .main-top__inner{width:100%}}.main-top--full_height{justify-content:center;align-items:center;min-height:calc(100vh - var(--header-height-with-top,200px));padding-bottom:calc(var(--offset-grid) * 2);text-align:center}@media screen and (max-width:999px){.main-top--full_height{min-height:auto;padding-top:calc(var(--offset-grid) * 2)}}.main-top--without_h_offset{padding-left:0;padding-right:0}.main-top__tabs{background:var(--bg2);display:flex;align-items:stretch;min-height:3.5rem;margin-top:-1rem;border-bottom:1px solid var(--border1);gap:calc(var(--offset-grid) * 1);z-index:3}@media screen and (max-width:999px){.main-top__tabs{transition:top .5s var(--tf);margin-left:calc(0px - var(--offset-grid));margin-right:calc(0px - var(--offset-grid));padding-left:var(--offset-grid);padding-right:var(--offset-grid);overflow:hidden;overflow-x:auto}}@media screen and (max-width:999px){.header.hide-category~.main .main-top__tabs{top:calc(var(--header-height) - (43px + 1.2rem))}}.main-top__tab{font:var(--fwB) calc(max(1em,14px)) var(--ff-main);position:relative;color:var(--c5);transition:color .3s var(--tf)}@media screen and (max-width:999px){.main-top__tab{flex-shrink:0}}.main-top__tab::after{background:var(--bg3);content:"";position:absolute;left:0;bottom:-1px;width:100%;height:2px;transform-origin:right;transform:scaleX(0);transition:transform .6s var(--tf)}@media screen and (max-width:1099px){.main-top__tab::after{bottom:0}}.main-top__tab:focus-within,.main-top__tab:hover{color:var(--c1)}.main-top__tab.open{color:var(--c1)}.main-top__tab.open::after{transform-origin:left;transform:scaleX(1)}.main-top__container{display:flex;flex-direction:column;max-width:60%;gap:var(--offset-grid)}@media screen and (max-width:1299px){.main-top__container{max-width:70%}}@media screen and (max-width:1199px){.main-top__container{max-width:85%}}@media screen and (max-width:999px){.main-top__container{max-width:100%}}.main-top__container--full_width{width:100%;max-width:100%}.main-top__container--center{width:60%;margin-left:auto;margin-right:auto}@media screen and (max-width:999px){.main-top__container--center{width:100%;margin-bottom:var(--offset-grid)}}.main-top__container--center .main-top__inner{width:100%;padding-left:0;padding-right:0}@media screen and (min-width:1000px){.main-top__breadcrumbs{margin-bottom:var(--offset-grid)}}@media screen and (max-width:999px){.main-top__breadcrumbs{display:none}}.main-top__row{display:flex;align-items:flex-start;gap:var(--offset-grid)}@media screen and (max-width:999px){.main-top__row{flex-direction:column;align-items:stretch;gap:calc(var(--offset-grid) * 1.5)}}.main-top__row--center{align-items:center;gap:1rem}@media screen and (min-width:1000px){.main-top__row--offset_top{padding-top:var(--offset-grid)}}@media screen and (max-width:999px){.main-top__row--offset_top{gap:var(--offset-grid)}}.main-top__back{position:sticky;top:calc(var(--header-height) + var(--offset-grid));flex-shrink:0;margin-top:.2rem}@media screen and (max-width:999px){.main-top__back{top:calc(var(--header-height) - 1px);width:calc(100% + (var(--offset-grid) * 2));margin-top:calc(0px - var(--offset-grid));margin-left:calc(0px - var(--offset-grid));margin-right:calc(0px - var(--offset-grid));padding:1.2rem var(--offset-grid);font-family:var(--ff-main);font-weight:var(--fwB);font-size:16px;background-color:var(--bg2);border:none;border-bottom:1px solid var(--border1);border-radius:0;z-index:2;transition:top .5s var(--tf)}.header.hide-category~.main .main-top__back{top:calc(var(--header-height) - (43px + 1.2rem))}.main-top__back svg{width:10px;height:10px}.main-top__back:focus-within,.main-top__back:hover{background-color:var(--bg2)}}.main-top__images{background:var(--bg1);position:sticky;top:var(--header-height-with-top);display:flex;justify-content:center;align-items:center;flex-shrink:0;width:50%;height:calc(max(34rem,70vh));padding:var(--offset-grid);transition:border-radius .5s var(--tf);overflow:hidden}@media screen and (max-width:999px){.main-top__images{position:relative;top:auto;width:100%;height:16rem}}.main-top__images picture{display:flex;width:100%;height:100%}.main-top__images img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.main-top__images:focus-within,.main-top__images:hover{border-radius:calc(max(2rem,30px))}.main-top__image{background:var(--bg1);display:flex;justify-content:center;align-items:center;flex-shrink:0;width:calc(max(30%,26rem));height:26rem;padding:var(--offset-grid);transition:border-radius .5s var(--tf);overflow:hidden}@media screen and (max-width:999px){.main-top__image{width:100%;height:300px}}@media screen and (max-width:599px){.main-top__image{height:240px}}.main-top__image picture{display:flex;width:100%;height:100%}.main-top__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.main-top__image--light{background:var(--bg2)}.main-top__image:focus-within,.main-top__image:hover{border-radius:calc(max(2rem,30px))}.main-top__tag{font:var(--fwB) calc(max(.75em,14px))/1 var(--ff);background:var(--bg4);position:absolute;top:calc(var(--offset-grid) * .6);right:calc(var(--offset-grid) * .6);padding:.6rem .8rem;border-radius:calc(max(2rem,30px));-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}.main-top__tag--relative{position:relative;top:auto;right:auto;z-index:initial}.main-top__tag--sale{background:var(--bg8);color:var(--c3)}.main-top__tag--hit{background:var(--bg9);color:var(--c3)}.main-top__tag--new{background:var(--bg10);color:var(--c3)}.main-top__tag._active{background:var(--bg4)}.main-top__tag._completed{background:var(--bg10);color:var(--c3)}.main-top__tag._rejected{background:var(--bg8);color:var(--c3)}.main-top__inner{display:flex;flex-direction:column;align-items:stretch;align-self:stretch;width:calc(50% - var(--offset-grid));padding-left:var(--offset-grid);padding-right:var(--offset-grid);gap:1rem}@media screen and (max-width:1399px){.main-top__inner{padding-left:0;padding-right:0}}@media screen and (max-width:999px){.main-top__inner{width:100%;padding-left:0;padding-right:0}.main-top__inner .main-top__row{align-items:flex-start}}.main-top__inner .main-top__title{margin-top:0}.main-top__inner--center{margin:auto}.main-top__inner--full{flex-grow:1}@media screen and (max-width:599px){.main-top__inner--full .cart{margin-top:0}}.main-top__inner--gap{gap:var(--offset-grid)}.main-top__header{position:relative;display:flex;justify-content:space-between;gap:.8rem}.main-top__header--column{flex-direction:column;gap:0}.main-top__header--offset_b{align-items:center;padding-bottom:1rem}@media screen and (max-width:499px){.main-top__header--offset_b{flex-wrap:wrap;padding-top:.4rem}}.main-top__header-tags{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;flex-wrap:wrap;width:100%;height:100%;gap:var(--offset-grid)}@media screen and (max-width:999px){.main-top__header-tags{display:none}}.main-top__header-tag{font:var(--fwB) calc(max(.75em,14px))/1 var(--ff);background:var(--bg4);position:absolute;padding:.6rem .8rem;border-radius:calc(max(2rem,30px));-webkit-user-select:none;-moz-user-select:none;user-select:none;animation:translateY 2.5s cubic-bezier(.69,.14,.38,.86) alternate infinite;will-change:transform;z-index:2}.main-top__header-tag:nth-child(1){top:4rem;right:calc(100% - 6rem);animation-delay:-1s;animation-duration:3s}.main-top__header-tag:nth-child(2){top:-.8rem;left:31.5%;animation-delay:-6s}.main-top__header-tag:nth-child(3){top:4.2rem;left:80%;animation-duration:2s}.main-top__header-tag:nth-child(4){top:10.2rem;left:26%;animation-delay:-7s}.main-top__header-tag:nth-child(5){top:5.6rem;left:52%}.main-top__header-title{line-height:1.2}.main-top__title{margin-top:var(--offset-grid)}@media screen and (max-width:999px){.main-top__title{margin-top:0}}.main-top__favorite{display:flex;justify-content:center;align-items:center;align-self:flex-start;flex-shrink:0;padding:.5rem}.main-top__favorite svg{width:calc(max(1.1rem,18px));height:calc(max(1.1rem,18px));fill:transparent;stroke:var(--c2);stroke-width:5;transition:fill .3s var(--tf),stroke .3s var(--tf);visibility:visible}.main-top__favorite:focus-within svg,.main-top__favorite:hover svg{fill:var(--c6);stroke:var(--c6)}.main-top__favorite.selected svg{fill:var(--c6);stroke:var(--c6)}.main-top__price{font:var(--fwB) 1.2em var(--ff);display:flex;align-items:baseline;letter-spacing:-.05em;gap:.6rem}.main-top__price s{font-weight:var(--fwR);font-size:90%;color:var(--c5)}.main-top__stock{font:calc(max(.6em,10px))/1 var(--ff);background:var(--bg10);padding:.4rem .6rem;color:var(--c3);border-radius:calc(max(2rem,30px))}@media screen and (max-width:999px){.main-top__stock{font-size:12px}}.main-top__stock.not-available{background:var(--bg8)}.main-top__tags{display:flex;align-items:baseline;margin-top:1rem;gap:.8rem}@media screen and (max-width:699px){.main-top__tags{flex-direction:column}}.main-top__tags-text{font-size:calc(max(.95em,15px))}@media screen and (max-width:699px){.main-top__tags-text{font-size:18px}}.main-top__order{display:flex;align-items:stretch;margin-top:1rem;gap:1rem}.main-top__order .btn{min-width:30%}@media screen and (max-width:499px){.main-top__order .btn{flex-grow:1}}.main-top__counter{position:relative;display:flex;flex-shrink:0;width:8rem}.main-top__minus,.main-top__plus{position:absolute;display:flex;justify-content:center;align-items:center;height:100%;aspect-ratio:1/1;fill:var(--c2);transition:fill .3s var(--tf)}.main-top__minus svg,.main-top__plus svg{width:calc(max(.6rem,10px));height:calc(max(.6rem,10px))}.main-top__minus:focus-within,.main-top__minus:hover,.main-top__plus:focus-within,.main-top__plus:hover{fill:var(--c1)}.main-top__minus{left:0}.main-top__plus{right:0}.main-top__count{width:100%}.main-top__count input{width:100%;height:100%;padding:.6rem;text-align:center}.main-top__count input:focus-within,.main-top__count input:hover{border-color:var(--border1)}.main-top__caption{display:flex;flex-direction:column;margin-top:2rem;gap:1rem}.main-top__content{display:flex;flex-direction:column;gap:.6rem}.main-top__content p{margin:0;font-size:calc(max(.95em,15px));line-height:1.4}@media screen and (max-width:999px){.main-top__content p{font-size:16px}}.main-top__content--center{text-align:center}.main-top__content--center p{font-size:calc(max(1.15em,18px))}.main-top__footer{margin-top:auto;padding-top:1rem}@media screen and (max-width:399px){.main-top__btn{width:100%}}.main-top__section{padding-left:0;padding-right:0}@media screen and (min-width:1000px){.main-top__section{margin-top:var(--offset-grid)}}.main-top__map-wrap{background:var(--bg1);display:flex;align-items:stretch;gap:var(--offset-grid)}@media screen and (max-width:999px){.main-top__map-wrap{flex-direction:column;gap:0}}.main-top__map-content{display:flex;flex-direction:column;align-items:stretch;width:50%;padding:var(--offset-grid);gap:var(--offset-grid)}@media screen and (max-width:999px){.main-top__map-content{width:100%}}.main-top__map-item{display:flex;align-items:flex-start;gap:1.2rem}.main-top__map-icon{background:var(--bg4);display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:calc(max(1rem,18px));fill:var(--c1);border-radius:50%}.main-top__map-icon svg{width:calc(max(1rem,16px));height:calc(max(1rem,16px))}.main-top__map-caption{display:flex;flex-direction:column;align-items:flex-start;margin-top:auto;margin-bottom:auto;gap:.4rem}.main-top__map-name{font:var(--fwB) calc(max(.95em,15px)) var(--ff);letter-spacing:-.05em}.main-top__map-link{font:calc(max(.85em,15px)) var(--ff);letter-spacing:-.05em}.main-top__map-link:focus-within,.main-top__map-link:hover{color:var(--c2)}.main-top__map{background:var(--bg1);position:relative;width:50%}@media screen and (max-width:999px){.main-top__map{order:-1;width:100%;height:18rem}}.main-top__map-controls{position:absolute;top:1rem;right:1.2rem;bottom:2rem;display:flex;flex-direction:column;align-items:stretch;gap:.8rem}.main-top__map-zoom{display:flex;flex-direction:column;margin-bottom:auto;gap:.4rem}.main-top__map-button{background:var(--bg2);display:flex;justify-content:center;align-items:center;padding:.8rem;fill:var(--c1);border:1px solid var(--border1);border-radius:calc(max(1rem,30px))}.main-top__map-button svg{width:calc(max(.8rem,16px));height:calc(max(.8rem,16px))}.main-category{display:flex;align-items:center;height:calc(100vh - (var(--header-height) + var(--header-height-with-top)));margin-left:calc(0px - var(--offset-grid));margin-right:calc(0px - var(--offset-grid));margin-bottom:calc(var(--offset-grid-l) * 3);padding:var(--offset-grid);overflow:hidden}@media screen and (max-width:999px){.main-category{height:auto;margin-bottom:0;padding-left:0;padding-right:0;overflow:auto}}.main-category>div{display:flex;align-items:flex-end}.main-category__letter{display:flex;flex-shrink:0;width:auto;height:18rem;margin-left:-2.4rem}@media screen and (max-width:999px){.main-category__letter{display:none}}.main-category__letter svg{width:100%;height:100%}.main-category__list{display:flex;align-items:stretch;flex-shrink:0;list-style:none;margin:0 4rem 0 1rem;padding:0;gap:1.2rem}@media screen and (max-width:999px){.main-category__list{margin-left:0;margin-right:0;padding-left:calc(var(--offset-grid) + 1.3rem);padding-right:calc(var(--offset-grid) + 1.3rem);padding-bottom:.1rem;border-bottom:4px solid var(--border1)}}.main-category__item{display:flex;align-items:stretch}.main-category__inner{display:flex;align-items:stretch}.main-category__inner div{background:var(--bg1);display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1rem;color:var(--c3);fill:var(--c3);border-radius:calc(max(.4rem,6px));will-change:transform;gap:.8rem;transition:transform .3s var(--tf)}.main-category__item:nth-child(6n) .main-category__inner div{background:#e0631c;margin-left:.4rem;margin-right:.4rem;padding-left:1.4rem;padding-right:1.4rem}.main-category__item:nth-child(6n+5) .main-category__inner div{background:#8eccc7;margin-left:.4rem;color:var(--c1);fill:var(--c1);transform:rotate(6deg)}.main-category__item:nth-child(6n+4) .main-category__inner div{background:#f1a1c1;margin-left:.6rem;margin-right:.6rem;color:var(--c1);fill:var(--c1);transform:rotate(-4deg)}.main-category__item:nth-child(6n+3) .main-category__inner div{background:#29a1c1;margin-right:-.6rem;padding-left:1.6rem;padding-right:1.6rem}.main-category__item:nth-child(6n+2) .main-category__inner div{background:var(--bg4);margin-right:.4rem;color:var(--c1);fill:var(--c1);transform:rotate(6deg)}.main-category__item:nth-child(6n+1) .main-category__inner div{background:var(--bg3);margin-right:1.6rem;transform:rotate(-6deg)}.main-category__inner span{font:var(--fwB) 1.1em var(--ff);writing-mode:vertical-lr}.main-category__inner svg{width:.8rem;height:.8rem;flex-shrink:0}.main-category__inner:focus-within div,.main-category__inner:hover div{transform:none!important}.main-accordions{display:flex;flex-direction:column;align-items:stretch;margin-top:calc(var(--offset-grid) * 2)}@media screen and (max-width:399px){.main-accordions{margin-left:calc(0px - var(--offset-grid));margin-right:calc(0px - var(--offset-grid))}}.main-info{display:flex;flex-direction:column;align-items:stretch;gap:.4rem}.main-info__row{display:flex;justify-content:space-between;width:100%;font-size:calc(max(.85em,15px))}@media screen and (max-width:999px){.main-info__row{font-size:16px}}.main-info__name{position:relative;display:flex;align-items:baseline;flex-grow:1;font-weight:var(--fwR);color:var(--c2);padding-right:.2rem;gap:.2rem}.main-info__name::after{background:radial-gradient(ellipse at center,#b4b4b4 0,#b4b4b4 30%,rgba(255,255,255,0) 30%) repeat-x .2rem center/.2rem .2rem;content:"";position:relative;flex-grow:1;height:.2rem}.main-info__name span{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.main-info__text{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex-shrink:0;max-width:65%;text-align:right;color:var(--c2);overflow:hidden}.main-info__text[href]{text-decoration:underline}.main-info__text[href]:focus-within,.main-info__text[href]:hover{color:var(--c1)}.main-images__slider{display:flex;flex-direction:column;align-items:stretch;width:100%;height:100%}.main-images__list{display:flex;align-items:stretch;flex-grow:1;height:50%;list-style:none;margin:0;padding:0}.main-images__item{display:flex;align-items:stretch;flex-shrink:0;width:100%;height:100%}.main-images__inner{display:flex;width:100%;height:100%}.main-images__nav{display:flex;justify-content:center;align-items:stretch;flex-shrink:0;margin-top:calc(var(--offset-grid)/ 2);margin-bottom:calc(0px - (var(--offset-grid)/ 2));gap:1.2rem}.main-images__nav.hidden{display:none}.main-images__next,.main-images__prev{position:relative;display:flex;justify-content:center;align-items:center;padding-top:.6rem;padding-bottom:.6rem;fill:var(--c1);transition:fill .3s var(--tf),opacity .3s var(--tf);overflow:hidden}.main-images__next svg,.main-images__prev svg{width:calc(max(1.5rem,20px));height:calc(max(1rem,16px));transition:transform .3s var(--tf) .15s}.main-images__next svg:last-child,.main-images__prev svg:last-child{position:absolute;transform:translateX(-100%);transition-delay:0s}.main-images__next:focus-within svg,.main-images__next:hover svg,.main-images__prev:focus-within svg,.main-images__prev:hover svg{transform:translateX(100%);transition-delay:0s}.main-images__next:focus-within svg:last-child,.main-images__next:hover svg:last-child,.main-images__prev:focus-within svg:last-child,.main-images__prev:hover svg:last-child{transform:translateX(0);transition-delay:.15s}.main-images__next[disabled],.main-images__prev[disabled]{pointer-events:none;fill:var(--c2);opacity:.5}.main-images__prev svg:last-child{transform:translateX(100%)}.main-images__prev:focus-within svg,.main-images__prev:hover svg{transform:translateX(-100%);transition-delay:0s}.main-images__prev:focus-within svg:last-child,.main-images__prev:hover svg:last-child{transform:translateX(0);transition-delay:.15s}.main-series{background:var(--bg1);display:flex;flex-direction:column;align-items:stretch;width:100%;margin-top:1rem;padding:1.6rem;gap:1rem}@media screen and (max-width:499px){.main-series{width:calc(100% + (var(--offset-grid) * 2));margin-left:calc(0px - var(--offset-grid));margin-right:calc(0px - var(--offset-grid));padding-left:var(--offset-grid);padding-right:var(--offset-grid)}}.main-series__head{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.main-series__nav{display:flex;align-items:stretch;flex-shrink:0;gap:.8rem}.main-series__nav.hidden{display:none}.main-series__next,.main-series__prev{position:relative;display:flex;justify-content:center;align-items:center;padding-top:.6rem;padding-bottom:.6rem;fill:var(--c1);transition:fill .3s var(--tf),opacity .3s var(--tf);overflow:hidden}.main-series__next svg,.main-series__prev svg{width:calc(max(1.2rem,20px));height:calc(max(1rem,16px));transition:transform .3s var(--tf) .15s}.main-series__next svg:last-child,.main-series__prev svg:last-child{position:absolute;transform:translateX(-100%);transition-delay:0s}.main-series__next:focus-within svg,.main-series__next:hover svg,.main-series__prev:focus-within svg,.main-series__prev:hover svg{transform:translateX(100%);transition-delay:0s}.main-series__next:focus-within svg:last-child,.main-series__next:hover svg:last-child,.main-series__prev:focus-within svg:last-child,.main-series__prev:hover svg:last-child{transform:translateX(0);transition-delay:.15s}.main-series__next[disabled],.main-series__prev[disabled]{pointer-events:none;fill:var(--c2);opacity:.5}.main-series__prev svg:last-child{transform:translateX(100%)}.main-series__prev:focus-within svg,.main-series__prev:hover svg{transform:translateX(-100%);transition-delay:0s}.main-series__prev:focus-within svg:last-child,.main-series__prev:hover svg:last-child{transform:translateX(0);transition-delay:.15s}.main-series__slider{width:calc(100% + .8rem);margin-right:-.8rem;overflow:hidden}.main-series__list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0}.main-series__item{flex-shrink:0;width:25%;padding-right:.8rem}@media screen and (max-width:1399px){.main-series__item{width:33.333%}}@media screen and (max-width:1199px){.main-series__item{width:50%}}.main-series__inner{background:var(--bg2);display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;width:100%;height:100%;padding:.8rem;transition:color .3s var(--tf),border-radius .5s var(--tf);gap:.6rem}.main-series__inner:focus-within,.main-series__inner:hover{color:var(--c2);border-radius:calc(max(1rem,10px))}.main-series__inner:focus-within .main-series__image,.main-series__inner:hover .main-series__image{border-radius:calc(max(1rem,10px))}.main-series__inner:focus-within img,.main-series__inner:hover img{transform:scale(1.1) translateY(.4rem)}.main-series__image{background:var(--bg1);display:flex;height:8rem;padding:.8rem;transition:border-radius .5s var(--tf);overflow:hidden}.main-series__image picture{display:flex;width:100%;height:100%}.main-series__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:top;transition:transform .6s var(--tf)}.main-series__name{font:var(--fwB) calc(max(.85em,14px)) var(--ff);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;letter-spacing:-.05rem;text-align:center;overflow:hidden}.main-ticker{margin-top:auto;margin-bottom:var(--offset-grid);padding-top:var(--offset-grid);overflow:hidden}@media screen and (min-width:1200px){.main-ticker:last-child{margin-bottom:calc(0px - (var(--offset-grid) * 2))}}@media screen and (max-width:1199px){.main-ticker:last-child{margin-bottom:0}}.main-ticker__inner{font:var(--fwB) 1.8em/1.2 var(--ff);display:flex;padding:1.5rem var(--offset-grid);text-transform:uppercase;white-space:nowrap;border-top:1px solid var(--border1);border-bottom:1px solid var(--border1)}@media screen and (max-width:1199px){.main-ticker__inner{padding-top:var(--offset-grid);padding-bottom:var(--offset-grid);font-size:1.2em;line-height:1}}@media screen and (max-width:699px){.main-ticker__inner{font-size:1em}}.main-ticker__inner--reverse{justify-content:flex-end}.main-menu{background:var(--bg2);position:fixed;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:stretch;height:var(--main-menu-height);padding:.8rem var(--offset-grid);border-top-left-radius:calc(max(2rem,30px));border-top-right-radius:calc(max(2rem,30px));border-top:1px solid var(--border1);z-index:5}@media screen and (min-width:1000px){.main-menu{display:none}}.main-menu__list{display:flex;justify-content:space-between;align-items:stretch;flex-grow:1;max-width:500px;list-style:none;margin:0;padding:0;gap:.6rem}.main-menu__item{display:flex;align-items:stretch;flex-shrink:0;width:15%}.main-menu__link{display:flex;flex-direction:column;align-items:center;width:100%;font-family:var(--ff-main);text-align:center;color:var(--c2);fill:var(--c2);gap:.4rem}.main-menu__link.current{color:var(--c1);fill:var(--c1)}.main-menu__link.current .main-menu__icon::before{background:var(--bg4)}.main-menu__icon{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:42px;height:42px}.main-menu__icon::before{background:var(--bg1);content:"";position:absolute;width:100%;height:100%;border-radius:50%;z-index:-1}.main-menu__icon svg{width:18px;height:18px}.main-menu__text{font-size:13px}@media screen and (max-width:999px){.desktop-only{display:none}}@media screen and (min-width:1000px){.mobile-only{display:none}}.page-error{background:var(--bg1);display:flex;justify-content:center;height:100vh;padding:calc(var(--offset-grid) * 2)}@media screen and (max-width:999px){.page-error{padding:var(--offset-grid)}}.page-error ::-moz-selection{background:var(--bg2)}.page-error ::selection{background:var(--bg2)}.page-error__books{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden;z-index:2}.page-error__book{position:absolute;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto;animation:translateY 5s cubic-bezier(.69,.14,.38,.86) alternate infinite;overflow:hidden}@media screen and (max-width:999px) and (orientation:landscape){.page-error__book{display:none}}.page-error__book picture{display:flex;width:100%;height:100%}.page-error__book img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:all .3s var(--tf)}.page-error__book:focus-within img,.page-error__book:hover img{transform:scale(.8)}.page-error__book:nth-child(1){top:5rem;left:6rem;width:8rem;height:12rem;z-index:1;animation-delay:-1s;animation-duration:3s}@media screen and (max-width:1199px){.page-error__book:nth-child(1){top:26rem;left:-3rem;width:12rem;height:18rem}}@media screen and (max-width:999px){.page-error__book:nth-child(1){top:80%;left:auto;right:45%}}.page-error__book:nth-child(2){top:9rem;left:11rem;width:7rem;height:10rem}@media screen and (max-width:1199px){.page-error__book:nth-child(2){top:30rem;left:5rem;z-index:1}}@media screen and (max-width:999px){.page-error__book:nth-child(2){top:76%;left:auto;right:calc(45% - 4rem)}}.page-error__book:nth-child(3){top:-4rem;left:30rem;width:10rem;height:15rem;animation-delay:-6s}@media screen and (max-width:1199px){.page-error__book:nth-child(3){top:-5rem;left:7rem}}@media screen and (max-width:999px){.page-error__book:nth-child(3){left:55%}}.page-error__book:nth-child(4){top:1rem;left:37rem;width:8.2rem;height:12rem;animation-duration:2s}@media screen and (max-width:1199px){.page-error__book:nth-child(4){left:12rem}}@media screen and (max-width:999px){.page-error__book:nth-child(4){left:calc(55% - 4rem)}}.page-error__book:nth-child(5){top:2rem;left:62rem;width:9rem;height:13rem;z-index:1;animation-delay:-7s}@media screen and (max-width:1199px){.page-error__book:nth-child(5){top:6rem;left:auto;right:6rem}}@media screen and (max-width:999px){.page-error__book:nth-child(5){display:none}}.page-error__book:nth-child(6){top:-5rem;left:66rem;width:11rem;height:16rem;animation-duration:3s}@media screen and (max-width:1199px){.page-error__book:nth-child(6){top:7rem;left:auto;right:-1rem}}@media screen and (max-width:999px){.page-error__book:nth-child(6){display:none}}.page-error__book:nth-child(7){top:7rem;right:-4rem;width:14rem;height:20rem;animation-delay:-9s}@media screen and (max-width:1199px){.page-error__book:nth-child(7){top:auto;right:6rem;bottom:-4rem}}@media screen and (max-width:999px){.page-error__book:nth-child(7){display:none}}.page-error__book:nth-child(8){top:20rem;right:6rem;width:8rem;height:11rem;animation-delay:-2s;animation-duration:2s}@media screen and (max-width:1199px){.page-error__book:nth-child(8){top:auto;right:16rem;bottom:4rem}}@media screen and (max-width:999px){.page-error__book:nth-child(8){display:none}}.page-error__book:nth-child(9){right:23rem;bottom:3rem;width:9.6rem;height:14rem;animation-delay:-6s}@media screen and (max-width:1199px){.page-error__book:nth-child(9){display:none}}.page-error__book:nth-child(10){right:30rem;bottom:-8rem;width:14rem;height:21rem;z-index:-1;animation-delay:-2s;animation-duration:4s}@media screen and (max-width:1199px){.page-error__book:nth-child(10){display:none}}.page-error__book:nth-child(11){left:33rem;bottom:7rem;width:6rem;height:9rem;z-index:1;animation-duration:3s}@media screen and (max-width:1199px){.page-error__book:nth-child(11){display:none}}.page-error__book:nth-child(12){left:25rem;bottom:2rem;width:11rem;height:16rem}@media screen and (max-width:1199px){.page-error__book:nth-child(12){display:none}}.page-error__book:nth-child(13){left:-3rem;bottom:3rem;width:12rem;height:18rem;animation-delay:-4s}@media screen and (max-width:1199px){.page-error__book:nth-child(13){display:none}}.page-error__book:nth-child(14){left:5rem;bottom:12rem;width:7rem;height:10rem;animation-duration:4s}@media screen and (max-width:1199px){.page-error__book:nth-child(14){display:none}}.page-error__content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:center;height:100%;text-align:center;gap:1rem;z-index:1}.page-error__content p{font:calc(max(1em,16px))/1.4 var(--ff-main);max-width:60%;margin:0}@media screen and (max-width:1199px){.page-error__content p{max-width:75%}}@media screen and (max-width:999px){.page-error__content p{max-width:100%}}.page-error__title{font-size:4.2rem;line-height:1}@media screen and (max-width:999px){.page-error__title{font-size:3rem}}.page-error__btn{margin-top:1rem}@media screen and (max-width:999px){.page-error__btn{margin-top:.4rem}}