@charset "UTF-8";: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-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-outline-width:1px;--f-button-outline-color:rgba(0, 0, 0, .7);--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-opacity:1;--f-button-svg-disabled-opacity:.5;--f-button-svg-transition:opacity .15s ease;--f-button-svg-transform:none}.f-button{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);transform:var(--f-button-transform);transition:var(--f-button-transition);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media (hover:hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color,var(--f-button-color));background-color:var(--f-button-hover-bg,var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color,var(--f-button-hover-color,var(--f-button-color)));background-color:var(--f-button-active-bg,var(--f-button-hover-bg,var(--f-button-bg)))}.f-button:focus{outline:0}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset);position:relative;z-index:1}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity,1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}:root{--f-spinner-color-1:rgba(0, 0, 0, .1);--f-spinner-color-2:rgba(17, 24, 28, .8);--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-border-radius:50%;--f-spinner-border-width:4px}.f-spinner{position:absolute;top:50%;left:50%;margin:calc(var(--f-spinner-width) * -.5) 0 0 calc(var(--f-spinner-height) * -.5);padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);border-radius:var(--f-spinner-border-radius);border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{transform:rotate(360deg)}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:after,.f-panzoom:before,.f-zoomable:after,.f-zoomable:before{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.has-lazyerror,.f-panzoom__content.is-lazyloading{visibility:hidden}img.f-panzoom__content{vertical-align:top;object-fit:contain;transition:none;user-select:none}.f-panzoom__wrapper>img.f-panzoom__content,.f-panzoom__wrapper>picture.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.f-panzoom__viewport>.f-panzoom__content{display:block;width:100%;height:100%;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;object-fit:contain;transition:none;user-select:none}.f-panzoom__protected{position:absolute;inset:0;z-index:1;user-select:none}.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}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.2s) * .2) ease calc(var(--f-transition-duration,.2s) * .8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap,0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap,0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap,0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap,0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap,0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap,0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap,0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap,0)))}}.f-zoomInUp{animation:var(--f-transition-duration,.3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale,.975)) translate3d(var(--f-zoomInUp-x,0),var(--f-zoomInUp-y,16px),0);opacity:var(--f-zoomInUp-opacity,0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale,.975)) translate3d(var(--f-zoomOutDown-x,0),var(--f-zoomOutDown-y,16px),0);opacity:0}}.f-throwOutUp{animation:var(--f-throwOutUp-duration,.2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration,.2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throwOutUp-y,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throwOutDown-y,150px),0);opacity:0}}.has-gmap .f-html,.has-iframe .f-html,.has-pdf .f-html{width:100%;height:100%;min-height:1px;overflow:visible}.has-gmap .f-html,.has-pdf .f-html{padding:0}.f-html{position:relative;box-sizing:border-box;margin:var(--f-html-margin,0);padding:var(--f-html-padding,2rem);color:var(--f-html-color,currentColor);background:var(--f-html-bg)}.f-html.is-error{text-align:center}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;margin:var(--f-caption-margin);padding:var(--f-caption-padding,16px 8px);max-width:100%;max-height:calc(80vh - 100px);overflow:auto;overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-vimeo .f-html,.has-youtube .f-html{padding:0;width:100%;height:100%;min-height:1px;overflow:visible;max-width:var(--f-video-width,960px);max-height:var(--f-video-height,540px);aspect-ratio:var(--f-video-aspect-ratio);background:var(--f-video-bg,rgba(0,0,0,.9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:0 0}.f-button.is-arrow{--f-button-width:var(--f-arrow-width, 46px);--f-button-height:var(--f-arrow-height, 46px);--f-button-svg-width:var(--f-arrow-svg-width, 24px);--f-button-svg-height:var(--f-arrow-svg-height, 24px);--f-button-svg-stroke-width:var(--f-arrow-svg-stroke-width, 1.75);--f-button-border-radius:var(--f-arrow-border-radius, unset);--f-button-bg:var(--f-arrow-bg, transparent);--f-button-hover-bg:var(--f-arrow-hover-bg, var(--f-arrow-bg));--f-button-active-bg:var(--f-arrow-active-bg, var(--f-arrow-hover-bg));--f-button-shadow:var(--f-arrow-shadow);--f-button-color:var(--f-arrow-color);--f-button-hover-color:var(--f-arrow-hover-color, var(--f-arrow-color));--f-button-active-color:var( --f-arrow-active-color, var(--f-arrow-hover-color) );overflow:visible}.f-button.is-arrow.is-next,.f-button.is-arrow.is-prev{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-next,.is-horizontal .f-button.is-arrow.is-prev{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos,0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos,0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos,0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos,0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:var(--f-arrow-pos,0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos,0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-next svg,.is-vertical .f-button.is-arrow.is-prev svg{transform:rotate(90deg)}.f-carousel__toolbar{--f-progressbar-height:100%;display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin,0);padding:var(--f-toolbar-padding,8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg,none);box-shadow:var(--f-toolbar-shadow,none);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color,currentColor);font-size:var(--f-toolbar-font-size,17px);font-weight:var(--f-toolbar-font-weight,inherit);font-family:var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap,0);pointer-events:none}.f-carousel__toolbar__column.is-left{justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{justify-content:center}.f-carousel__toolbar__column.is-right{justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column>*{pointer-events:all}.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g{display:none}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}.f-carousel__counter{position:relative;display:flex;flex-direction:row;cursor:default;user-select:none;margin:var(--f-counter-margin,0);padding:var(--f-counter-padding,4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-carousel__counter span{padding:0 var(--f-counter-gap,4px)}:root{--f-thumbs-gap:8px;--f-thumbs-margin:0;--f-thumbs-padding-x:8px;--f-thumbs-padding-y:8px;--f-thumbs-z-index:1;--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-fit:cover;--f-thumb-opacity:1;--f-thumb-transition:opacity .3s ease,transform .15s ease;--f-thumb-border:none;--f-thumb-border-radius:4px;--f-thumb-transfors:none;--f-thumb-shadow:none;--f-thumb-bg:linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));--f-thumb-focus-shadow:inset 0 0 0 .8px #222,inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow:inset 0 0 0 .8px #222,inset 0 0 0 2.25px #fff}.f-thumbs{--f-carousel-slide-width:calc(var(--f-thumb-width) + var(--f-thumbs-gap));--f-carousel-slide-height:calc(var(--f-thumb-height) + var(--f-thumbs-gap));--f-carousel-gap:0;flex-shrink:0;max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2);margin:var(--f-thumbs-margin);padding:0;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;user-select:none;transition:max-height .3s ease;z-index:var(--f-thumbs-z-index);overflow:hidden}.f-thumbs__viewport{margin:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:visible;display:grid}.f-thumbs__slide{position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:calc(var(--f-thumbs-gap) * .5);cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity,1);transform:var(--f-thumb-hover-transform,none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border,none);box-shadow:var(--f-thumb-hover-shadow,var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:0;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:none;border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity,1);transform:var(--f-thumb-focus-transform,none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border,none);box-shadow:var(--f-thumb-focus-shadow,var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity,1);transform:var(--f-thumb-active-transform,none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border,none);box-shadow:var(--f-thumb-active-shadow,var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity,1);transform:var(--f-thumb-selected-transform,none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border,none);box-shadow:var(--f-thumb-selected-shadow,var(--f-thumb-shadow))}.f-thumbs__slide img{display:block;width:100%;height:100%;object-fit:var(--f-thumb-fit);border-radius:inherit;pointer-events:none}.f-thumbs__slide img.has-lazyerror{display:none}.f-thumbs.is-modern{--f-thumb-clip-width:46px;--f-thumb-extra-gap:16px;--f-carousel-slide-width:calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );--f-carousel-slide-height:var(--f-thumb-height);--width-diff:calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--width-diff) * 2);margin-left:calc(var(--width-diff) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift:calc((var(--width-diff) * .5) * var(--progress));--clip-path:inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );padding:0;overflow:visible;left:var(--shift,0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-left:-50%;width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration,.2s) var(--f-thumb-transition-easing,ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:0}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border,none);box-shadow:var(--f-thumb-focus-shadow,none)}.f-thumbs.is-modern{--f-transition-duration:.25s;--f-transition-easing:ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration:0s}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:30;height:var(--f-progressbar-height,3px);transform:scaleX(0);transform-origin:0;background:var(--f-progressbar-color,var(--f-carousel-theme-color,#575ad6));user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0!important;min-height:0!important}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(--f-body-margin,0px) + var(--f-scrollbar-compensate,0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:0 0}.fancybox__dialog:focus{outline:0}.fancybox__dialog::backdrop{opacity:0}@supports (height:100dvh){.fancybox__dialog{height:100dvh}}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-backdrop-bg:rgba(24, 24, 27, .95);--f-toolbar-margin:0;--f-toolbar-padding:8px;--f-toolbar-gap:0;--f-toolbar-color:#ddd;--f-toolbar-font-size:16px;--f-toolbar-font-weight:500;--f-toolbar-font:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;--f-toolbar-line-height:var(--f-button-height);--f-toolbar-text-shadow:1px 1px 1px rgba(0, 0, 0, .75);--f-toolbar-shadow:none;--f-toolbar-bg:none;--f-counter-margin:0;--f-counter-padding:0px 10px;--f-counter-gap:4px;--f-counter-line-height:var(--f-button-height);--f-carousel-gap:17px;--f-carousel-slide-width:100%;--f-carousel-slide-height:100%;--f-carousel-slide-padding:0;--f-carousel-slide-bg:unset;--f-html-color:#222;--f-html-bg:#fff;--f-error-color:#fff;--f-error-bg:#333;--f-caption-margin:0;--f-caption-padding:16px 8px;--f-caption-color:var(--fancybox-color, #dbdbdb);--f-caption-bg:transparent;--f-caption-font:inherit;--f-caption-line-height:1.375;--f-spinner-color-1:rgba(255, 255, 255, .2);--f-spinner-color-2:rgba(255, 255, 255, .8);--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-border-radius:50%;--f-spinner-border-width:4px;--f-progressbar-color:rgba(255, 255, 255, .2);--f-button-width:46px;--f-button-height:46px;--f-button-color:#ddd;--f-button-hover-color:#fff;--f-button-outline-width:1px;--f-button-outline-color:rgba(255, 255, 255, .75);--f-button-outline-offset:0px;--f-button-bg:rgba(54, 54, 54, .75);--f-button-border:0;--f-button-border-radius:0;--f-button-shadow:none;--f-button-transition:all .2s ease;--f-button-transform:none;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.75;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)),drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.5;--f-arrow-pos:32px;--f-arrow-width:50px;--f-arrow-height:50px;--f-arrow-svg-width:24px;--f-arrow-svg-height:24px;--f-arrow-svg-stroke-width:2;--f-arrow-border-radius:50%;--f-arrow-bg:rgba(54, 54, 54, .65);--f-arrow-color:#ddd;--f-arrow-hover-color:#fff;--f-thumbs-margin:0px;--f-thumbs-padding-x:8px;--f-thumbs-padding-y:8px;--f-thumbs-bg:none;--f-thumb-transition:all .2s ease;--f-thumb-width:94px;--f-thumb-height:76px;--f-thumb-opacity:1;--f-thumb-border:none;--f-thumb-shadow:none;--f-thumb-transform:none;--f-thumb-focus-opacity:1;--f-thumb-focus-border:none;--f-thumb-focus-shadow:inset 0 0 0 2px rgba(255, 255, 255, .65);--f-thumb-focus-transform:none;--f-thumb-hover-opacity:1;--f-thumb-hover-border:none;--f-thumb-hover-transform:none;--f-thumb-active-opacity:var(--f-thumb-hover-opacity);--f-thumb-active-border:var(--f-thumb-hover-border);--f-thumb-active-transform:var(--f-thumb-hover-transform);--f-thumb-selected-opacity:1;--f-thumb-selected-border:none;--f-thumb-selected-shadow:inset 0 0 0 2px #fff;--f-thumb-selected-transform:none;position:absolute;inset:0;overflow:hidden;outline:0;display:flex;flex-direction:column}.fancybox__container[theme=light]{--fancybox-color:#222;--fancybox-backdrop-bg:rgba(255, 255, 255, .97);--f-toolbar-color:var(--fancybox-color, #222);--f-toolbar-text-shadow:none;--f-toolbar-font-weight:400;--f-html-color:var(--fancybox-color, #222);--f-html-bg:#fff;--f-error-color:#555;--f-error-bg:#fff;--f-video-bg:#fff;--f-caption-color:#333;--f-spinner-color-1:rgba(0, 0, 0, .2);--f-spinner-color-2:rgba(0, 0, 0, .8);--f-spinner-border-width:3.5px;--f-progressbar-color:rgba(111, 111, 116, .2);--f-button-color:#333;--f-button-hover-color:#000;--f-button-outline-color:rgba(0, 0, 0, .85);--f-button-bg:rgba(255, 255, 255, .85);--f-button-svg-stroke-width:1.3;--f-button-svg-filter:none;--f-arrow-bg:rgba(255, 255, 255, .85);--f-arrow-color:#333;--f-arrow-hover-color:#000;--f-arrow-svg-stroke-width:1.3;--f-close-button-color:#555;--f-close-button-hover-color:#000;--f-thumb-bg:linear-gradient(#ebeff2, #e2e8f0);--f-thumb-focus-shadow:0 0 0 1.8px #fff,0px 0px 0px 2.25px #888;--f-thumb-selected-shadow:0 0 0 1.8px #fff,0px 0px 0px 2.25px #000}.fancybox__container::backdrop{background-color:transparent}.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>:not(.f-html,.f-panzoom__wrapper,.f-spinner),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container>:not(.fancybox__carousel){opacity:var(--f-drag-opacity,1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>:not(.f-html,.f-panzoom__wrapper,.f-spinner),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-revealing>:not(.fancybox__carousel){animation:var(--f-interface-enter-duration,.35s) ease none f-fadeIn}.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>:not(.f-html,.f-panzoom__wrapper),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-hiding .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-hiding>:not(.fancybox__carousel){animation:var(--f-interface-exit-duration,.35s) ease forwards f-fadeOut}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height:100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__carousel>.f-progressbar{background-color:var(--fancybox-color)}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;transform:translate3d(0,var(--f-drag-offset,0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [contenteditable],.fancybox__viewport [data-selectable]{cursor:auto}.fancybox__slide{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:after,.fancybox__slide:before{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color:var(--f-error-color, --f-html-color);--f-html-bg:var(--f-error-bg, --f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide .f-button[data-fancybox-close]{--f-button-width:var(--f-close-button-width, 34px);--f-button-height:var(--f-close-button-height, 34px);--f-button-border-radius:var(--f-close-border-radius, 4px);--f-button-color:var(--f-close-button-color, #fff);--f-button-hover-color:var(--f-close-button-hover-color, #fff);--f-button-bg:var(--f-close-button-bg, transparent);--f-button-hover-bg:var(--f-close-button-hover-bg, transparent);--f-button-active-bg:var(--f-close-button-active-bg, transparent);--f-button-svg-width:var(--f-close-button-svg-width, 22px);--f-button-svg-height:var(--f-close-button-svg-height, 22px);position:absolute;top:calc(var(--f-button-height) * -1);right:0;z-index:40}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}.f-carousel__toolbar__column.is-right .f-button[data-autoplay-action=toggle],.f-carousel__toolbar__column.is-right .f-button[data-fullscreen-action=toggle],.f-carousel__toolbar__column.is-right .f-button[data-panzoom-action=toggleFull],.f-carousel__toolbar__column.is-right .f-button[data-thumbs-action=toggle]{display:none}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #d3d3d3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #d9d9d9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub{background:#aaa}.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.reset-button{width:auto;height:auto;border:none;background:0 0;background-color:transparent;padding:0;margin:0;font:inherit;cursor:pointer;text-align:left;text-decoration:none;-webkit-box-shadow:none;box-shadow:none;color:inherit}.reset-list{list-style:none;padding:0;margin:0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(100%);white-space:nowrap;border:0}.hidden{display:none!important}html{font-size:10px;scroll-behavior:smooth}body,html{height:100%}body{position:relative;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}body,button,input,select,textarea{font:400 16px Noto-Sans-Display,sans-serif,arial;color:#1a1a1a;line-height:1.55}*,:after,:before{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}*{outline-color:#1a1a1a}h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:400;color:inherit}a{color:inherit;text-decoration:none}a:active,a:focus,a:hover{text-decoration:underline}.container-fluid{position:relative;width:100%;padding-right:30px;padding-left:30px;margin-right:auto;margin-left:auto}.container{position:relative;margin-left:auto;margin-right:auto;padding-right:30px;padding-left:30px;width:1380px;max-width:100%}@media screen and (max-width:1279.9px){.container{width:1024px;max-width:100%}}@media screen and (max-width:767.9px){.container{padding-left:16px;padding-right:16px;width:100%}}.all-page{display:block;border:4px solid #d6b793;padding:20px 40px 40px;margin:0 0 50px}.all-page ul{list-style:none}.all-page ul:not(:last-child){margin-bottom:40px}.all-page li:not(:last-child){margin-bottom:12px}.all-page li a{text-decoration:underline}*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent}.card-add-cart__base .loader-opacity,.loader-opacity-fixed,.modal [data-getReviewsByProduct] .loader-opacity,.promo-product__add-cart-wrap .loader-opacity,.promo-product__rating-wrap .loader-opacity,.shop-link .loader-opacity{position:fixed;top:0;left:0;height:100%;width:100%;z-index:1200}.card-add-cart__base .loader-opacity::after,.loader-opacity-fixed::after,.modal [data-getReviewsByProduct] .loader-opacity::after,.promo-product__add-cart-wrap .loader-opacity::after,.promo-product__rating-wrap .loader-opacity::after,.shop-link .loader-opacity::after{content:"";position:absolute;left:0;top:0;z-index:1201;height:100%;width:100%;background-color:#fff;opacity:.8}.card-add-cart__base .loader-opacity::before,.loader-opacity-fixed::before,.modal [data-getReviewsByProduct] .loader-opacity::before,.promo-product__add-cart-wrap .loader-opacity::before,.promo-product__rating-wrap .loader-opacity::before,.shop-link .loader-opacity::before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1202;width:4.8rem;height:4.8rem;border-radius:50%;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite;background-image:url(../img/preloader.png);background-size:contain;background-position:center}@-webkit-keyframes rotation{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}}@keyframes rotation{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}}.js-droplist-content{height:0;overflow:hidden}.slider-arrow.swiper-button-disabled{display:none}@font-face{font-family:Noto-Sans-Display;src:url(../fonts/Noto-Sans-Display/Medium.woff2) format("woff2"),url(../fonts/Noto-Sans-Display/Medium.woff) format("woff");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:Noto-Sans-Display;src:url(../fonts/Noto-Sans-Display/Regular.woff2) format("woff2"),url(../fonts/Noto-Sans-Display/Regular.woff) format("woff");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Noto-Sans-Display;src:url(../fonts/Noto-Sans-Display/SemiBold.woff2) format("woff2"),url(../fonts/Noto-Sans-Display/SemiBold.woff) format("woff");font-weight:600;font-display:swap;font-style:normal}@font-face{font-family:Noto-Sans-Display-Condensed;src:url(../fonts/Noto-Sans-Display-Condensed/Medium.woff2) format("woff2"),url(../fonts/Noto-Sans-Display-Condensed/Medium.woff) format("woff");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:Noto-Sans-Display-Condensed;src:url(../fonts/Noto-Sans-Display-Condensed/Regular.woff2) format("woff2"),url(../fonts/Noto-Sans-Display-Condensed/Regular.woff) format("woff");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Noto-Sans-Display-Condensed;src:url(../fonts/Noto-Sans-Display-Condensed/SemiBold.woff2) format("woff2"),url(../fonts/Noto-Sans-Display-Condensed/SemiBold.woff) format("woff");font-weight:600;font-display:swap;font-style:normal}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-24{margin-top:24px}.mb-24{margin-bottom:24px}.text-m-strong{font-weight:600;font-size:16px;line-height:155%;letter-spacing:-.01em}.text-m{font-weight:400;font-size:16px;line-height:160%;letter-spacing:-.02em}.text-s-strong{font-weight:600;font-size:14px;line-height:155%;letter-spacing:-.02em}.text-s{font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em}.text-xs-strong{color:orange}.text-xs{font-weight:400;font-size:12px;line-height:140%;letter-spacing:-.02em}.captions-m{font-weight:600;font-size:12px;line-height:125%;letter-spacing:-.02em;text-transform:uppercase}.text-head-h4{font-weight:600;font-size:24px;line-height:125%;letter-spacing:-.02em;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}.text-head-h4-m{font-weight:600;font-size:20px;line-height:125%;letter-spacing:-.02em;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}.text-head-h3{font-weight:600;font-size:32px;line-height:100%;letter-spacing:-.02em}.text-head-h2{font-weight:600;font-size:40px;line-height:120%;letter-spacing:-.01em}.color-accent-green{color:#14b63a}.color-accent-blue{color:#323e48}.color-accent-beige{color:#d6b793}.color-accent-red{color:maroon}.color-accent-red-error{color:#f00000}.color-dark-100{color:#1a1a1a}.color-dark-200{color:rgba(26,26,26,.5019607843)}.text-decoration-none{text-decoration:none}.text-decoration-underline{text-decoration:underline}.cursor-pointer{cursor:pointer}.d-inline-block{display:inline-block}.font-1{font-family:Noto-Sans-Display,sans-serif,arial}.font-2{font-family:Noto-Sans-Display-Condensed,sans-serif,arial}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.justify-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.align-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}@media (max-width:767.98px){.d-sm-none{display:none!important}.d-sm-block{display:block!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (max-width:767.9px){.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}}@media screen and (max-width:767.9px){.justify-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}}@media screen and (max-width:767.9px){.align-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}}.header-info{font-size:14px;line-height:1.7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;letter-spacing:-.02em}.header-info__col-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767.9px){.header-info__col-1{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.header-info__col-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767.9px){.header-info__col-2{display:none}}.header-info__city-wrap{margin-right:39px}.header-info__loyalty-wrap{margin-left:40px}.header-info__phone{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.header-info__time{display:-webkit-box;display:-ms-flexbox;display:flex}.header-info__time svg{height:auto;margin-right:6px}.header-info__time-wrap{margin-left:39px}@media screen and (max-width:991.9px){.header-info__time-wrap{display:none}}.header-select{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width:767.9px){.header-select_sm-right .header-select__body{left:auto;right:0;max-width:calc(100vw - 30px)}}.header-select__value{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0;margin:0;border:0;border-radius:0;background-color:transparent;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:auto;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.header-select__value:hover{color:rgba(26,26,26,.5019607843)}.header-select._open .header-select__arrow-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header-select._open .header-select__body{display:block;z-index:8}.header-select svg{display:block}.header-select__prev-icon{width:18px;height:18px;position:relative;margin-right:4px}.header-select__arrow-icon{width:14px;height:14px;margin-left:5px;position:relative;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.header-select__body{position:absolute;top:100%;left:0;margin-top:4px;display:none}.header-select-box{border:1px solid rgba(50,62,72,.1490196078);border-radius:8px;background-color:#fff;font-weight:400;font-size:14px;line-height:1.25;letter-spacing:-.02em;color:#323e48;padding:15px;min-width:170px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:left}.header-select-box__profile-name{font-weight:600;font-size:16px;line-height:1.2;letter-spacing:-.01em}.header-select-box__balance{margin:0;margin-top:5px}.header-select-box__links{list-style:none;padding:0;margin:0}.header-select-box__links li{padding:0;margin:0}.header-select-box__links li:not(:last-child){margin-bottom:16px}.header-select-box__links a{-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.header-select-box__links a span{vertical-align:middle}.header-select-box__links a svg{display:inline-block;width:16px;min-width:16px;height:16px;vertical-align:middle;line-height:1;margin:0;margin-left:auto}.header-select-box__links a.active{color:maroon}.header-select-box__links a:focus,.header-select-box__links a:hover{color:maroon;text-decoration:none}.header-select-box__link-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-select-box_profile{min-width:200px}.header-select-box__profile{margin-top:-15px;margin-left:-15px;margin-right:-15px;padding:15px 15px 10px;background-color:rgba(50,62,72,.0705882353);margin-bottom:14px}.loyalty{display:inline-block;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.loyalty:hover{color:rgba(26,26,26,.5019607843)}.loyalty:active,.loyalty:focus,.loyalty:hover{text-decoration:none}.loyalty._auth .loyalty__balance-sum{display:block}.loyalty__balance{background-color:#d6b793;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400;font-size:14px;line-height:16px;height:auto;border-radius:10px;padding:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.loyalty__balance:not(:last-child){margin-right:1px}.loyalty__balance-icon{display:block;width:16px;height:16px;background-color:#fff;border-radius:8px;color:#d6b793}.loyalty__balance-sum{display:none;margin-right:2px;margin-left:4px}.loyalty__name{vertical-align:middle}.tabbar{display:none}.menu{display:none}.header{position:relative;color:#323e48}.header.header--error-page .header__promotions{display:none}.header.header--error-page .header__info{display:none}.header.header--error-page .header__nav{display:none}@media screen and (min-width:1024px){.header.header--error-page .header__search-wrap{margin-right:0}}.header__mobile-buttons{display:none}@media screen and (max-width:1023.9px){.header__mobile-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto}}@media screen and (max-width:1023.9px){.header__mobile-button{display:block;cursor:pointer;padding:11px;background-color:rgba(50,62,72,.0705882353);color:#1a1a1a;margin:0;border:0;border-radius:8px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.header__mobile-button:focus,.header__mobile-button:hover{background-color:rgba(50,62,72,.1490196078);color:#1a1a1a}.header__mobile-button:not(:last-child){margin-right:8px}}@media screen and (max-width:1023.9px){.header__mobile-button-icon{display:block;width:18px;height:18px}}.header__promotions{position:relative;color:#1a1a1a;padding:7px 0;background:radial-gradient(50% 61.62% at 50% 50%,#f1d4cc 0,#f2d0c9 35%,#f0c3bf 70%,#efb4b3 100%)}.header__promotions._hidden{display:none}.header__promotions-title{font-weight:600;font-size:14px;letter-spacing:-.02em;text-transform:uppercase;text-align:center;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:767.9px){.header__promotions-title{margin:0 16px}}@media screen and (max-width:374px){.header__promotions-title{font-size:12px;margin:0 10px}}.header__promotions-close{display:inline-block;vertical-align:middle;position:absolute;right:8px;top:50%;margin:0;padding:0;border:0;border-radius:0;background-color:transparent;color:inherit;margin-top:-10px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.header__promotions-icon{display:block;width:18px}.header__info{background-color:rgba(50,62,72,.0705882353);padding:7px 0}@media screen and (max-width:767.9px){.header__info{padding:7px 0 4px 0}}.header__main{background-color:#fff}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 0}@media screen and (max-width:767.9px){.header__inner{padding:8px 0}}.header__logo{display:inline-block;line-height:1;margin-right:16px}.header__logo img{display:block;width:200px;height:auto}@media screen and (max-width:1279.9px){.header__logo img{width:160px}}@media screen and (max-width:1279.9px) and (min-width:1024px){.header__logo img{width:150px}}@media screen and (max-width:1023.9px){.header__logo img{width:200px}}@media screen and (max-width:374px){.header__logo img{width:180px}}@media screen and (max-width:1279.9px){.header__logo{margin-right:10px}}.header__catalog{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#323e48;color:#fff;border-radius:8px;padding:8px 16px;height:48px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0}.header__catalog:hover{background-color:rgba(50,62,72,.8980392157);text-decoration:none}.header__catalog:focus{text-decoration:none}.header__catalog:active{text-decoration:none}.header__catalog:disabled{background-color:rgba(50,62,72,.3019607843)}@media screen and (max-width:1279.9px){.header__catalog{padding:6px 16px;height:40px}}.header__catalog._open .header__catalog-icon{display:none}.header__catalog._open .header__catalog-icon-hidden{display:block}.header__catalog-icon{display:block;width:18px;height:18px;margin-right:10px}.header__catalog-icon-hidden{display:none;width:18px;height:18px;margin-right:10px}.header__catalog-wrap{margin-right:16px}@media screen and (max-width:1279.9px){.header__catalog-wrap{margin-right:15px}}@media screen and (max-width:1023.9px){.header__catalog-wrap{margin:0;display:none}}.header__search-wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:28px}@media screen and (max-width:1279.9px){.header__search-wrap{margin-right:15px}}@media screen and (max-width:1023.9px){.header__search-wrap{display:none}}@media screen and (max-width:1279.9px) and (min-width:1024px){.header__nav{font-size:14px}.header__nav .shop-link{font-size:13px}.header__nav .header__nav-link{margin-right:10px}}.header__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1023.9px){.header__nav-list{display:none}}.header__nav-list:not(:last-child) .header__nav-link{margin-right:0}@media screen and (max-width:1279.9px){.header__nav-item:last-child .shop-link{margin-right:0}}.header__nav-link{font-weight:600;letter-spacing:-.01em;margin-left:2px;margin-right:28px;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.header__nav-link:hover{color:rgba(26,26,26,.5019607843)}.header__nav-link:active,.header__nav-link:focus,.header__nav-link:hover{text-decoration:none}@media screen and (max-width:1379.9px){.header__nav-link{margin-right:20px}}@media screen and (max-width:1279.9px){.header__nav-link{margin-right:15px}}.header__close-mobile-search-btn{display:none}.header__close-mobile-search-btn svg{display:block;width:18px;min-width:18px;height:18px}@media screen and (max-width:1279.9px){.header._search-menu-open .header__search-wrap{display:block}}@media screen and (max-width:767.9px){.header._search-menu-open .header__search-wrap{background-color:#fff;position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 16px}.header._search-menu-open .header__search-wrap .search.search_header{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media screen and (max-width:767.9px){.header._search-menu-open .header__close-mobile-search-btn{display:block;position:relative;margin-right:8px;z-index:1;padding:6px 0}}@media screen and (max-width:1379.9px){.header{position:relative}}@media screen and (max-width:1279.9px){.header{position:relative}}@media screen and (max-width:1023.9px){.header{position:relative}}@media screen and (max-width:833.9px){.header{position:relative}}@media screen and (max-width:767.9px){.header{position:relative}}@media screen and (max-width:639.9px){.header{position:relative}}@media screen and (max-width:575.9px){.header{position:relative}}@media screen and (max-width:425.9px){.header{position:relative}}.shop-link{display:inline-block;text-align:center;font-size:14px;letter-spacing:-.02em;line-height:1;margin:0 13px;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.shop-link:hover{color:rgba(26,26,26,.5019607843)}.shop-link:active,.shop-link:focus,.shop-link:hover{text-decoration:none}@media screen and (max-width:1379.9px){.shop-link{margin:0 10px}}@media screen and (max-width:1279.9px){.shop-link{margin:0 7px}}.shop-link.shop-link_profile{max-width:130px;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.shop-link.shop-link_cart{white-space:nowrap}.shop-link._open .shop-link__select-body{display:block}.shop-link__icon-wrap{display:inline-block;line-height:1;position:relative;margin-bottom:2px}.shop-link__icon{display:block;width:18px;height:18px}.shop-link__name{display:block;line-height:1}.shop-link__name span{padding-left:3px}.shop-link__count{position:absolute;bottom:100%;left:100%;margin-bottom:-8px;margin-left:-1px;font-size:14px;letter-spacing:-.02em;text-align:center;background-color:#323e48;color:#fff;line-height:18px;padding:0 3px;min-width:18px;border-radius:11px;-webkit-box-shadow:0 0 0 2px #fff;box-shadow:0 0 0 2px #fff}.shop-link__count:empty{display:none}.shop-link__select-body{position:absolute;top:100%;left:0;margin-top:10px;z-index:5;display:none}.shop-link__value{display:block;padding:0;margin:0;border:0;border-radius:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;height:auto;cursor:pointer;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;white-space:nowrap}.shop-link .loader-opacity{position:absolute}.shop-link .loader-opacity:before{width:2.8rem;height:2.8rem}.shop-link .loader-opacity:after{width:130%}.header__nav-list .shop-link .loader-opacity:after{top:-10px;height:130%}body:has(.modal.is-active) .header__nav-list .shop-link .loader-opacity:after{background:0 0}@media screen and (max-width:1023.9px){.tabbar{display:block;position:fixed;bottom:0;left:0;right:0;width:auto;z-index:100;background-color:#fff;padding:0 20px;-webkit-box-shadow:0 -8px 32px 0 rgba(21,4,0,.0784313725);box-shadow:0 -8px 32px 0 rgba(21,4,0,.0784313725)}.tabbar .shop-link{font-size:10px;padding:13px 0;display:block}.tabbar .shop-link__icon{width:24px;height:24px}.tabbar .shop-link__icon-wrap{margin-bottom:3px}.tabbar .shop-link.shop-link_profile-mobile{word-wrap:break-word;max-width:100%}.tabbar__nav{display:block;position:relative}.tabbar__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;list-style:none;text-align:center}.tabbar__nav-item{display:block;position:relative;width:100%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding:0 5px}}@media screen and (max-width:374.9px){.tabbar{padding:0 10px}}@media screen and (max-width:767.9px){.tabbar .shop-link{margin:0}}.menu{display:none}@media screen and (max-width:1023.9px){.menu{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0;z-index:101;font-size:16px;line-height:1.55;color:#323e48;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-transition-property:opacity;transition-property:opacity;display:block;opacity:0;pointer-events:none}.menu._open{display:block;opacity:1;pointer-events:initial}.menu__bg{display:block;position:absolute;top:0;left:0;bottom:0;right:0;width:auto;height:auto;background-color:rgba(26,26,26,.5019607843);cursor:pointer}.menu__body{position:absolute;top:0;left:0;bottom:0;height:auto;width:320px;background-color:#fff;border-right:1px solid rgba(50,62,72,.0705882353);padding:24px 16px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}}@media screen and (max-width:1023.9px) and (max-width:374px){.menu__body{max-width:88%}}@media screen and (max-width:1023.9px){._open .menu__body{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu__accordion._open .menu__accordion-nav{display:block}.menu__accordion._open .menu__accordion-title::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.menu__accordion .header-select-box__link-icon svg{width:20px;min-width:20px;height:20px}.menu__accordion-nav{padding-bottom:17px;display:none}.menu__accordion-nav li,.menu__accordion-nav ul{list-style:none;padding:0;margin:0}.menu__accordion-nav li:not(:last-child){margin-bottom:14px}.menu__base-nav li,.menu__base-nav ul{list-style:none;padding:0;margin:0}.menu__base-nav a{font-weight:600;letter-spacing:-.01em}.menu__base-nav a .loyalty{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:1;position:relative;top:-1px;margin-left:1px;vertical-align:middle}.menu__base-nav li:not(:last-child){margin-bottom:16px}.menu__accordion-title{font-size:16px;line-height:1.55;font-weight:600;margin-bottom:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;position:relative}.menu__accordion-title::before{content:"";width:14px;height:14px;position:absolute;top:3px;right:0;background-image:url(../img/icons/down-arrow.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.menu .footer__contacts{color:rgba(26,26,26,.5019607843)}.menu .footer__contacts-link{color:#1a1a1a;font-size:20px}.menu__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:90px;left:16px;overflow-y:auto;right:0;padding-right:16px;bottom:0}.menu__content-top{width:100%}.menu__content-bottom{width:100%;margin-top:auto;padding-top:30px;padding-bottom:17px}.menu__search-wrap{position:absolute;top:24px;left:16px;right:16px}.menu__search-close-btn-wrap{padding-left:16px;min-width:34px}.menu__search-close-btn{display:block;width:auto;height:auto;padding:0;margin:0;border:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#323e48;cursor:pointer}.menu__search-close-btn svg{display:block;width:18px;height:18px}.menu__content-col:not(:last-child){margin-bottom:15px}}body.touch-not-support .menu__content::-webkit-scrollbar{width:3px}body.touch-not-support .menu__content::-webkit-scrollbar-track{background:0 0}body.touch-not-support .menu__content::-webkit-scrollbar-thumb{background-color:rgba(50,62,72,.1490196078);border-radius:3px}@supports not selector(::-webkit-scrollbar){body.touch-not-support .menu__content{scrollbar-width:thin;scrollbar-color:rgba(50,62,72,.1490196078) transparent}}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.modal-button{display:block;font-weight:600;font-size:16px;line-height:1;letter-spacing:-.01em;padding:16px 14px;margin:0;color:#1a1a1a;background-color:#f0f1f2;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;border:0;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;text-align:center;transition:.2s ease-in-out;position:relative}.modal-button_wide{padding-left:32px;padding-right:32px}.modal-button__icon-wrap{display:inline-block;width:18px;height:18px;vertical-align:middle;position:relative;margin-right:5px}.modal-button__icon-wrap svg{display:block;position:relative;width:100%;height:100%}.modal-button span{vertical-align:middle}.modal-button:hover{background-color:#e3e5e6;color:#1a1a1a}.modal-button:active,.modal-button:focus,.modal-button:hover{text-decoration:none}.modal-button:disabled{color:#1a1a1a;background-color:#f0f1f2;opacity:.3;cursor:no-drop}.modal-button._loading{opacity:.5;cursor:wait;pointer-events:none}.modal-button._loading::after{content:"";display:block;border:.125em solid currentcolor;border-right-color:transparent;display:inline-block;width:1em;height:1em;margin-left:.35em;vertical-align:-.125em;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.modal-button._loading-preloader{opacity:.5;cursor:wait;color:transparent}.modal-button._loading-preloader::after{content:"";display:block;color:#1a1a1a;border:.125em solid currentcolor;border-right-color:transparent;display:inline-block;width:1em;height:1em;vertical-align:-.125em;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border;position:absolute;top:50%;left:50%;margin:0;margin-top:-.5em;margin-left:-.5em}.modal-button._dark{background-color:#323e48;color:#fff}.modal-button._dark:hover{background-color:rgba(26,26,26,.8980392157);color:#fff}.modal-button._dark:disabled{background-color:#323e48;color:#fff;opacity:.3}.modal-button._dark._loading-preloader{color:transparent}.modal-button._dark._loading-preloader::after{border-color:#fff;border-right-color:transparent}.modal-button.w-100{width:100%}@media screen and (max-width:767.9px){.modal-button{font-size:12px}}.header-modal{position:relative;border:1px solid rgba(50,62,72,.1490196078);width:424px;max-width:100%;border-radius:8px;padding:24px;margin:0;font-weight:400;font-size:16px;line-height:1.55;letter-spacing:-.02em;color:#323e48;background-color:#fff}@media screen and (max-width:767.9px){.header-modal{width:343px;padding:16px}}.header-modal textarea{height:48px}@media screen and (max-width:767.9px){.header-modal textarea{height:124px}}.header-modal_single-filter{width:400px}.header-modal_big{padding-top:18px;width:648px}@media screen and (max-width:767.9px){.header-modal_big{padding:16px}}.header-modal_big .header-modal__title{font-size:32px;margin-bottom:13px}@media screen and (max-width:833.9px){.header-modal_big .header-modal__title{font-size:24px;margin-bottom:9px;letter-spacing:-.05em}}.header-modal_big .header-modal__sub-title{font-size:16px;line-height:1.6}@media screen and (max-width:767.9px){.header-modal_big .header-modal__sub-title{font-size:14px;line-height:1.5}}.header-modal__code-row .mat-input{text-align:center}.header-modal_success{padding-top:18px}@media screen and (max-width:833.9px){.header-modal_success{padding-top:23px}}.header-modal_success .header-modal__title{font-size:32px;margin-bottom:13px}@media screen and (max-width:833.9px){.header-modal_success .header-modal__title{font-size:24px;margin-bottom:9px;letter-spacing:-.05em}}.header-modal_success .header-modal__sub-title{font-size:16px;line-height:1.6;margin-bottom:24px}@media screen and (max-width:767.9px){.header-modal_success .header-modal__sub-title{font-size:14px;line-height:1.5}}@media screen and (max-width:833.9px){.header-modal_success .header-modal__sub-title{margin-bottom:16px}}.header-modal_notification-success .header-modal__title{margin-bottom:16px}@media screen and (max-width:833.9px){.header-modal_notification-success .header-modal__title{margin-bottom:9px}}.header-modal_notification-success .header-modal__buttons{margin-top:24px}@media screen and (max-width:833.9px){.header-modal_notification-success .header-modal__buttons{margin-top:16px}}.header-modal.header-modal_sm{width:343px}@media screen and (max-width:833.9px){.header-modal.header-modal_sm{width:320px}}@media screen and (max-width:374.9px){.header-modal.header-modal_sm{width:300px}}.header-modal.header-modal_sm .header-modal__title{font-size:24px;margin-bottom:13px}.header-modal.header-modal_sm .header-modal__sub-title{font-size:16px;line-height:1.6}@media screen and (max-width:767.9px){.header-modal.header-modal_sm .header-modal__sub-title{font-size:14px;line-height:1.5}}.header-modal.header-modal_refund-reason{width:459px}.header-modal.header-modal_refund-reason .header-modal__title{font-family:Noto-Sans-Display,sans-serif,arial}@media screen and (max-width:767.9px){.header-modal.header-modal_refund-reason .header-modal__title{font-weight:600;font-size:16px;line-height:155%;letter-spacing:-.01em}}@media screen and (max-width:767.9px){.header-modal.header-modal_refund-reason .header-modal__buttons{margin-top:14px}.header-modal.header-modal_refund-reason .header-modal__buttons>.modal-button{margin:0 4px 0}.header-modal.header-modal_refund-reason .header-modal__buttons>.modal-button:first-child{margin-left:0}.header-modal.header-modal_refund-reason .header-modal__buttons>.modal-button:last-child{margin-right:0}.header-modal.header-modal_refund-reason .header-modal__buttons .modal-button{font-size:16px;padding:12px 14px}}@media screen and (max-width:767.9px){.header-modal.header-modal_rating{padding:16px}}.header-modal.header-modal_search .header-modal__sub-title{margin-top:15px}@media screen and (max-width:767.9px){.header-modal.header-modal_location{position:sticky;left:16px;max-width:calc(100vw - 32px)}}@media screen and (max-width:374.9px){.header-modal.header-modal_location{left:10px;max-width:calc(100vw - 20px);padding:20px}}.header-modal.header-modal_hidden{display:none}.header-modal.header-modal_hidden._show{display:block}.header-modal.header-modal_phone{width:312px}.header-modal.header-modal_phone .header-modal__title{margin-bottom:4px}.header-modal.header-modal_phone .header-modal__title.header-modal__title_small{font-size:16px;margin-bottom:6px;letter-spacing:-.01em;font-family:Noto-Sans-Display,sans-serif,arial}.header-modal.header-modal_phone .header-modal__sub-title{font-size:14px;margin-bottom:9px}@media screen and (max-width:767.9px){.header-modal.header-modal_reviews{padding:16px}.header-modal.header-modal_reviews .header-modal__form{margin-top:14px}}.header-modal.header-modal_add-cart{width:871px}@media screen and (max-width:767.9px){.header-modal.header-modal_add-cart{padding:16px}}.header-modal.header-modal_add-cart .promo-slider{padding-top:24px;padding-bottom:21px}.header-modal.header-modal_add-cart .promo-slider__title{font-size:24px;letter-spacing:-.02em}.header-modal.header-modal_add-cart .title-row{margin-bottom:25px}@media screen and (max-width:767.9px){.header-modal.header-modal_auth{padding:23px}.header-modal.header-modal_auth .custom-checkbox.custom-checkbox_reverse .custom-checkbox__label{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.header-modal.header-modal_auth .custom-checkbox.custom-checkbox_reverse .custom-checkbox__check{position:relative;top:5px}}.header-modal.header-modal_auth .header-modal__title{font-size:32px;margin-bottom:-4px}@media screen and (min-width:1024px){.header-modal.header-modal_auth .header-modal__title{margin-top:-5px}}@media screen and (max-width:1023.9px){.header-modal.header-modal_auth .header-modal__title{font-size:28px}}@media screen and (max-width:767.9px){.header-modal.header-modal_auth .header-modal__title{font-size:24px;margin-bottom:0}}.header-modal.header-modal_auth .header-modal__sub-title{font-size:16px;margin-bottom:15px;color:#1a1a1a}.header-modal.header-modal_auth .header-modal__checkbox:not(:last-child){margin-bottom:10px}.header-modal.header-modal_auth .mat-field{margin-bottom:16px}.header-modal.header-modal_auth .dark-button.dark-button_auth-sber .dark-button__icon-wrap,.header-modal.header-modal_auth .order-complete__button input.dark-button_auth-sber[type=submit] .dark-button__icon-wrap,.order-complete__button .header-modal.header-modal_auth input.dark-button_auth-sber[type=submit] .dark-button__icon-wrap{width:22px;height:22px}.header-modal.header-modal_auth .dark-button__icon-wrap{width:24px;height:24px}@media screen and (max-width:767.9px){.header-modal.header-modal_auth .dark-button,.header-modal.header-modal_auth .order-complete__button input[type=submit],.order-complete__button .header-modal.header-modal_auth input[type=submit]{min-height:40px;padding-top:8px;padding-bottom:8px}}.header-modal.header-modal_auth .text-s.header-modal__checkbox:last-child .custom-checkbox.custom-checkbox_reverse{margin-bottom:0}.header-modal.header-modal_auth .custom-checkbox__value-text a{text-decoration:underline}.header-modal.header-modal_auth .modal-button{font-size:16px}@media screen and (max-width:767.9px){.header-modal.header-modal_auth .modal-button{min-height:40px;padding-top:12px;padding-bottom:12px}}.header-modal.header-modal_store-pickup{border-radius:0;padding:0;overflow:hidden;scrollbar-width:auto;scrollbar-color:auto}@media screen and (max-width:767.9px){.header-modal.header-modal_store-pickup .switch-panel._show-detail-modal .map-modal{position:absolute;padding-top:1px;padding-left:16px;padding-right:16px;padding-bottom:18px}}@media screen and (max-width:767.9px){.header-modal.header-modal_store-pickup .switch-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:767.9px){.header-modal.header-modal_store-pickup .shops-map__map-wrap{width:100%;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}.header-modal.header-modal_store-pickup .shops-map__show-btn{display:none}.header-modal.header-modal_store-pickup .shops-map__map-sizer{height:100vh}@media screen and (max-width:767.9px){.header-modal.header-modal_store-pickup .shops-map__map-sizer{height:50vh;height:calc(100vh - 119px);display:block;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-left:16px;margin-right:16px;background-color:transparent}}@media screen and (max-width:767.9px){.header-modal.header-modal_store-pickup .shops-map__ya-map{height:auto;bottom:16px;background-color:rgba(50,62,72,.0705882353)}}@media screen and (max-width:767.9px){.header-modal.header-modal_store-pickup .shops-map__switcher-wrap{margin-top:61px;padding:0 15px;width:100%}}.header-modal.header-modal_store-pickup .header-modal__title{display:block;position:absolute;top:0;left:0}@media screen and (min-width:768px){.header-modal.header-modal_store-pickup .header-modal__title{width:0;height:0;overflow:hidden;visibility:hidden;opacity:0}}@media screen and (max-width:767.9px){.header-modal.header-modal_store-pickup .header-modal__title{width:100%;padding:15px 45px 10px 15px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;letter-spacing:-.02em}}.header-modal.header-modal_store-pickup .header-modal__close-btn{z-index:2;padding:10px;top:26px;right:21px}@media screen and (max-width:767.9px){.header-modal.header-modal_store-pickup .header-modal__close-btn{top:11px;right:5px}}.header-modal.header-modal_store-pickup .header-modal__close-btn svg{width:24px;height:auto}@media screen and (max-width:767.9px){.header-modal.header-modal_store-pickup .header-modal__close-btn svg{width:18px}}.header-modal.header-modal_store-pickup .shops-map{padding:0;margin:0}@media screen and (max-width:767.9px){.header-modal.header-modal_store-pickup .shops-map__box{height:100%}}.header-modal.header-modal_store-pickup .title-row{display:none}.header-modal.header-modal_store-pickup-cart .header-modal__pickup-hint-mobile{display:none}.header-modal.header-modal_store-pickup-cart .shop-item__hours{color:rgba(26,26,26,.5019607843)}.header-modal.header-modal_store-pickup-cart .modal-button._dark.shop-item__btn.shop-item__pickup-btn.shop-item__pickup-btn_in-store-pickup{width:226px;max-width:100%;margin-top:14px}.header-modal.header-modal_store-pickup-cart .shop-city-list .shop-item:last-child{padding-bottom:20px}.header-modal.header-modal_store-pickup-cart .shops-map.shops-map_in-store-pickup .map-modal .map-products__unavailable{padding-top:10px}.header-modal.header-modal_store-pickup-cart.header-modal_show-pickup-hint .shops-map__pickup-hint{display:block}@media screen and (max-width:767.9px){.header-modal.header-modal_store-pickup-cart.header-modal_show-pickup-hint .shops-map__pickup-hint{display:none}}.header-modal.header-modal_store-pickup-cart.header-modal_show-pickup-hint .switch-panel._show-detail-modal .shops-map__pickup-hint{display:none}@media screen and (max-width:767.9px){.header-modal.header-modal_store-pickup-cart.header-modal_show-pickup-hint .header-modal__pickup-hint-mobile{display:block;position:absolute;top:51px;left:15px;right:15px;z-index:2;margin:0}.header-modal.header-modal_store-pickup-cart.header-modal_show-pickup-hint .shops-map__switcher-wrap{margin-top:99px}.header-modal.header-modal_store-pickup-cart.header-modal_show-pickup-hint .shops-map__map-sizer{height:calc(100vh - 157px)}}.header-modal.header-modal_subscribe-offer-modal{width:538px;max-width:100%;background-color:#aab6c3;background-image:url(../img/main/subscribe-offer-modal.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;-webkit-transform:none;-ms-transform:none;transform:none;border:0;padding:25px}@media screen and (max-width:767.9px){.header-modal.header-modal_subscribe-offer-modal{border:0;width:343px;max-width:100%;padding:24px 24px 24px}}.header-modal.header-modal_subscribe-offer-modal .header-modal__title{font-size:32px;line-height:1;letter-spacing:-.02em;margin-bottom:17px}@media screen and (max-width:767.9px){.header-modal.header-modal_subscribe-offer-modal .header-modal__title{font-size:24px;line-height:125%;margin-bottom:9px}}.header-modal.header-modal_subscribe-offer-modal .header-modal__sub-title{font-weight:500;font-size:16px;font-weight:600;font-weight:500;line-height:160%;letter-spacing:-.02em;color:#323e48}.header-modal.header-modal_subscribe-offer-modal .header-modal__buttons{margin-top:92px}@media screen and (max-width:767.9px){.header-modal.header-modal_subscribe-offer-modal .header-modal__buttons{margin-top:31px}.header-modal.header-modal_subscribe-offer-modal .header-modal__buttons .modal-button{min-height:40px;font-size:16px;padding:12px 14px}}.header-modal.header-modal_subscribe-offer-modal .shops-map{padding:0;margin:0}@media screen and (max-width:767.9px){.header-modal.header-modal_subscribe-offer-modal .shops-map__box{height:100%}}.header-modal.header-modal_subscribe-offer-modal .title-row{display:none}@media screen and (min-width:1280px){.header-modal.header-modal_unavailable-items{width:436px}}.header-modal.header-modal_unavailable-items .header-modal__sub-title svg{display:inline-block;vertical-align:middle;line-height:1;width:24px;height:24px;color:#d6b793}.header-modal.header-modal_unavailable-items .header-modal__title{font-size:32px;margin-bottom:24px}@media screen and (max-width:767.9px){.header-modal.header-modal_unavailable-items .header-modal__title{font-size:24px;margin-bottom:16px}}.header-modal.header-modal_video-consultation .header-modal__sub-title{font-size:16px;margin-top:16px;line-height:165%}.header-modal.header-modal_video-consultation.header-modal.header-modal_auth .mat-field:not(:last-child){margin-bottom:16px}.header-modal.header-modal_video-consultation .header-modal__title{font-size:32px}.header-modal.header-modal_show-review-modal{width:1365px}@media screen and (max-width:1279.9px){.header-modal.header-modal_show-review-modal{width:1074px}}@media screen and (max-width:767.9px){.header-modal.header-modal_show-review-modal{width:343px;padding:23px}.header-modal.header-modal_show-review-modal .product-review{padding-bottom:20px}}@media screen and (max-width:374.9px){.header-modal.header-modal_show-review-modal{padding:16px}}@media screen and (max-width:767.9px){.header-modal.header-modal_show-review-modal .product-reviews__sort{margin-top:1px}}@media screen and (max-width:767.9px) and (min-width:375px){.header-modal.header-modal_show-review-modal .product-reviews__sort .filter-item__btn{font-size:16px}}@media screen and (max-width:374.9px){.header-modal.header-modal_show-review-modal .product-reviews__sort .filter-item__btn{font-size:12px}}.header-modal.header-modal_show-review-modal .header-modal__title{margin-bottom:4px}@media screen and (max-width:767.9px){.header-modal.header-modal_show-review-modal .header-modal__title{margin-bottom:16px}}.header-modal.header-modal_show-review-modal .header-modal__title.header-modal__title_small{font-size:16px;margin-bottom:6px;letter-spacing:-.01em;font-family:Noto-Sans-Display,sans-serif,arial}.header-modal.header-modal_show-review-modal .product-reviews{padding:1px 0}.header-modal.header-modal_show-review-modal .product-reviews .product-reviews__title.title{margin:0;display:none}.header-modal.header-modal_show-review-modal .product-reviews .product-reviews__title-row{padding-left:25.4%;margin:0;margin-bottom:6px;margin-top:7px}@media screen and (max-width:1279.9px){.header-modal.header-modal_show-review-modal .product-reviews .product-reviews__title-row{padding-left:32%}}@media screen and (max-width:1023.9px){.header-modal.header-modal_show-review-modal .product-reviews .product-reviews__title-row{padding-left:34%}}.header-modal.header-modal_show-review-modal .product-reviews .product-reviews__col-1{margin-top:-42px}@media screen and (max-width:767.9px){.header-modal.header-modal_show-review-modal .product-reviews .product-reviews__col-1{margin-top:0}}.header-modal.header-modal_show-review-modal .product-reviews .container{padding-left:0;padding-right:0}.header-modal.header-modal_show-review-modal .product-reviews .product-reviews__row{padding-bottom:1px}.header-modal.header-modal_show-review-modal .product-reviews .show-more.w-auto{margin-bottom:0}.header-modal.header-modal_show-review-modal .product-reviews .product-review:last-child{border-bottom:1px solid rgba(50,62,72,.1490196078)}.header-modal.header-modal_delivery .switcher.switcher_tabs{margin:0 0 24px}.header-modal.header-modal_delivery .header-modal__title{margin-bottom:16px}.header-modal.header-modal_delivery .text-m.color-accent-blue{margin-bottom:24px}@media screen and (max-width:767.9px){.header-modal.header-modal_delivery .text-m.color-accent-blue{font-size:16px}}.header-modal__code-error{margin-top:8px}.header-modal__code-timer{margin-top:8px}.header-modal__other-services{margin-bottom:24px}.header-modal__other-services a:not(:last-child),.header-modal__other-services button:not(:last-child){margin-bottom:8px}.header-modal__hr-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:24px 0 26px 0}.header-modal__hr-row hr{display:block;width:100%;height:1px;border:0;background-color:rgba(50,62,72,.1490196078)}.header-modal__hr-row span{margin:0 16px}.header-modal__grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.header-modal__col-6{display:block;width:100%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 8px}.header-modal__col-3{display:block;width:100%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding:0 8px}.header-modal__col-4{display:block;width:100%;-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%;padding:0 8px}.header-modal__col-9{display:block;width:100%;-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;padding:0 8px}.header-modal__col-12{display:block;width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0 8px}@media screen and (max-width:767.9px){.header-modal__col-mobile-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:767.9px){.header-modal__col-mobile-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.header-modal__checkbox>.custom-checkbox:last-child{margin-bottom:0}.header-modal__title{font-weight:600;font-size:24px;line-height:1.25;letter-spacing:-.02em;margin-bottom:3px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:833.9px){.header-modal__title{font-size:24px;margin-bottom:9px}}@media screen and (max-width:374.9px){.header-modal__title{font-size:22px}}.header-modal__sub-title{font-size:14px;color:rgba(26,26,26,.5019607843)}.header-modal__sub-title._red{color:maroon}.header-modal__close-btn{display:block;position:absolute;right:15px;top:15px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out;padding:0;margin:0;border:0;border-radius:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.header-modal__close-btn img,.header-modal__close-btn svg{display:block}.header-modal__close-btn:hover{color:rgba(26,26,26,.5019607843)}@media screen and (max-width:767.9px){.header-modal__mobile-hidden{display:none}}.header-modal__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:16px}@media screen and (max-width:767.9px){.header-modal__buttons{gap:8px}}.header-modal__buttons>.modal-button{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header-modal__buttons>.modal-button:first-child{margin-left:0}.header-modal__buttons>.modal-button:last-child{margin-right:0}@media screen and (max-width:767.9px){.header-modal__buttons>.modal-button{padding-top:8px;padding-bottom:8px;font-size:16px;line-height:155%;margin-left:0;margin-right:0}}.header-modal__buttons>.modal-button:has(.header-modal__mobile-hidden){gap:3px}.header-modal__buttons>.modal-button:has(.header-modal__mobile-hidden) i{font-style:normal}@media screen and (max-width:767.9px){.header-modal__buttons>.modal-button:has(.header-modal__mobile-hidden) i{text-transform:uppercase}}@media screen and (max-width:833.9px){.header-modal__buttons{margin-top:8px}}@media screen and (max-width:575.9px){.header-modal__buttons.header-modal__buttons_mobile-vertical{display:block}.header-modal__buttons.header-modal__buttons_mobile-vertical>.modal-button{width:100%;margin:0;font-size:16px;min-height:40px;padding-top:12px;padding-bottom:12px}.header-modal__buttons.header-modal__buttons_mobile-vertical>.modal-button:not(:last-child){margin-bottom:8px}}@media screen and (max-width:575.9px){.header-modal__buttons.header-modal__buttons_mobile-md-font>.modal-button{font-size:16px;min-height:40px;padding-top:12px;padding-bottom:12px}}.header-modal__form{margin-top:24px}.header-modal__form .mat-field:last-child{margin-bottom:16px}@media screen and (max-width:767.9px){.header-modal__form .mat-field:last-child{margin-bottom:10px}}.header-modal__form .mat-field.mb-0{margin-bottom:0!important}.header-modal__form_add-cart{margin-top:0}@media screen and (max-width:425.9px){.header-modal__form-filter .header-modal__buttons>.modal-button{margin:8px 0 0;width:100%}.header-modal__form-filter .header-modal__buttons{display:block}}.header-modal__socials{margin-top:15px;border-top:1px solid rgba(50,62,72,.1490196078);padding-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:-6px}@media screen and (max-width:374.9px){.header-modal__socials{-ms-flex-wrap:wrap;flex-wrap:wrap}}.header-modal__socials .socials__icon{width:32px;height:32px}.header-modal__socials .socials ul{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.header-modal__socials-after{font-size:14px;color:rgba(26,26,26,.5019607843)}.header-modal__search-city-list{display:block;font-weight:400;font-size:16px;line-height:1.2;letter-spacing:-.02em}.header-modal__search-city-list li,.header-modal__search-city-list ul{list-style:none;margin:0;padding:0}.header-modal__search-city-list li:not(:last-child){margin-bottom:23px}.header-modal__search-city-list a{-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.header-modal__search-city-list a:focus,.header-modal__search-city-list a:hover{color:maroon}.header-modal__search-city-list a.active{font-weight:600;color:maroon}.header-modal__search-city-auto a{font-weight:600;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.header-modal__search-city-auto a:focus,.header-modal__search-city-auto a:hover{color:maroon}.header-modal__search{margin:16px 0}.header-modal__search-city-list{margin-top:36px}.header-modal__phone-form-wrapper{padding-bottom:24px}.header-modal__form-wrap{margin-top:22px;margin-bottom:24px;max-height:310px;overflow-y:auto;margin-right:-14px;padding-right:14px;scrollbar-gutter:stable}@media screen and (max-width:767.9px){.header-modal__form-wrap{margin-right:-8px;padding-right:8px}}.header-modal__form-wrap::-webkit-scrollbar{width:5px}.header-modal__form-wrap::-webkit-scrollbar-track{background:0 0}.header-modal__form-wrap::-webkit-scrollbar-thumb{background-color:rgba(50,62,72,.1490196078);border-radius:3px}.header-modal__form-wrap .range-slider{padding-bottom:5px}.header-modal__review{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px}.header-modal__review_cart{border-top:1px solid #e3e5e6;border-bottom:1px solid #e3e5e6;padding-top:25px;padding-bottom:21px}.header-modal:has(.header-modal__review_cart+.header-modal__buttons) .header-modal__review_cart{border-bottom:none}.header-modal:has(.header-modal__review_cart+.header-modal__buttons) .header-modal__buttons{margin-top:3px;border-bottom:1px solid #e3e5e6;padding-bottom:24px}.header-modal__review-photo{margin-right:15px}.header-modal__review-photo a{margin-right:0}.header-modal__review-product{font-size:14px;line-height:1.6;margin-bottom:8px}.header-modal__counter{display:inline-block;min-width:151px}.header-modal__review-col-1{padding-right:15px}@media screen and (max-width:767.9px){.header-modal__review-col-1{padding-right:0}}.header-modal__review-col-2 .promo-product__info{margin-top:0;padding-top:0}@media screen and (max-width:767.9px){.header-modal__review-col-2{margin-top:6px}}@media screen and (max-width:767.9px){.header-modal__review-col-3{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;margin-left:-135px}.header-modal__review-col-3 .delivery-label{display:block}}@media screen and (max-width:374.9px){.header-modal__review-col-3{margin-left:-111px}}.header-modal__review-product.promo-product__name{margin-top:3px;font-size:16px}.header-modal__review-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.header-modal__slider{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.header-modal__slider .promo-slider .container{padding:0;width:auto}.header-modal__slider .custom-checkbox_reverse{cursor:pointer}.header-modal__files{margin-top:-8px}.header-modal__rating-wrap{padding:13px 6px 1px 6px;margin-bottom:-8px}.header-modal .address-list{margin-bottom:8px}.header-modal__code-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin:23px -4px 0 -4px;position:relative}.header-modal__code-row .mat-field{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 4px;position:static}.header-modal__code-row .mat-field span.error{display:none}.header-modal__code-row .mat-field.field__error{padding-bottom:20px}.header-modal__code-row .mat-field.field__error span.error{display:block;position:absolute;top:50px;margin:0;left:4px;line-height:1.2;background-color:#fff}.header-modal__switch-wrapper{margin-top:0;padding-top:1px;margin-bottom:25px}.header-modal__switch-wrapper .order-form__switch .switch__label{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.header-modal__switch-wrapper .order-form__switch .switch__custom-label{font-size:16px;letter-spacing:-.01em}.header-modal__refound-filed{margin:0 0 10px}.header-modal__refound-filed .mat-field,.header-modal__refound-filed .mat-field:last-child,.header-modal__refound-filed .mat-input,.header-modal__refound-filed .mat-input:last-child{margin:0}.header-modal__products{margin:32px 0 0}.header-modal__recommend-images.order-panel__product-row.cart-item__recommend-images{overflow:visible;margin:0;padding:0;padding-bottom:16px;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5,1fr);gap:8px}@media screen and (max-width:767.9px){.header-modal__recommend-images.order-panel__product-row.cart-item__recommend-images{padding-bottom:12px}}.header-modal__recommend-images.order-panel__product-row.cart-item__recommend-images::after{display:none}.header-modal__recommend-images.order-panel__product-row.cart-item__recommend-images img{display:block;min-width:1px;width:100%;height:auto;aspect-ratio:69/86}.header-modal__recommend-images.order-panel__product-row.cart-item__recommend-images button{display:block;min-width:1px;width:100%;height:auto;aspect-ratio:69/86;background-color:#f0f1f2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px;color:rgba(26,26,26,.5019607843);font-weight:400;font-size:18px;line-height:160%;letter-spacing:-.02em}.header-modal__recommend-images.order-panel__product-row.cart-item__recommend-images button.reset-button.cart-item__recommend-item{padding:0}.header-modal__products.cart-item__recommend-images.order-panel__product-row{padding-left:0;padding-right:0;margin-left:0;margin-right:0;margin-top:24px;margin-bottom:24px;-ms-flex-wrap:wrap;flex-wrap:wrap}.header-modal__products.cart-item__recommend-images.order-panel__product-row img{width:80px;min-width:80px;height:100px}.header-modal__products.cart-item__recommend-images.order-panel__product-row a:last-child{margin-right:0}.delivery-label{display:inline-block;padding:10px 16px;font-weight:400;background-color:#ffc800;margin:8px 0;line-height:1.3;border-radius:8px;color:#1a1a1a;text-align:center}.delivery-label:last-child{margin-bottom:0}.header-cart .header__info{display:none}@media screen and (max-width:833.9px){.header-cart .header__info{display:block}}@media screen and (max-width:833.9px){.header-cart .header__info .header-info__col-2{display:none}}.header-cart__cart{font-size:14px;letter-spacing:-.02em;padding:23px 0}.header-cart__cart .header-select{vertical-align:middle}.header-cart__cart .header-select__body{left:auto;right:0;margin-top:10px}.header-cart__cart .header__logo{margin:0;vertical-align:middle}.header-cart__back-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-cart__back-link span{vertical-align:middle}@media screen and (max-width:833.9px){.header-cart__back-link span{display:none}.header-cart__back-link .header-cart__back-link-icon{display:inline-block}}.header-cart__back-link-icon{display:inline-block;margin-right:5px}.header-cart__back-link-icon svg{display:block;width:14px;height:14px}.header-cart__row{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.3}.header-cart__col-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;min-height:1px;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}.header-cart__col-2{display:block;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;padding:0 16px}.header-cart__col-3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;position:relative;min-height:1px;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}@media screen and (max-width:1023.9px){.header-cart__col-3 .header-info__city-wrap{margin-right:19px}}@media screen and (max-width:833.9px){.header-cart__col-3 .header-info__city-wrap{display:none}}@media screen and (max-width:833.9px){.header-cart__col-3 .header-info__phone-wrap{display:none}}.demo-modal{padding:24px 0;background-color:#fff}@media screen and (max-width:1023.9px){.demo-modal{padding-bottom:85px}}.demo-modal__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.rating-stars{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ffb800}.rating-stars__item{position:relative}.rating-stars__icon{display:block;width:20px;height:20px}.rating-stars.rating-stars_map .rating-stars__item:not(:last-child){margin-right:4px}.rating-stars.rating-stars_map .rating-stars__icon{width:14px;height:14px}.rating-stars.rating-stars_review .rating-stars__icon{width:16px;height:16px}.rating-stars.rating-stars_review .rating-stars__item:not(:last-child){margin-right:4px}.rating-stars.rating-stars_input .rating-stars__icon{width:24px;height:24px}.rating-stars.rating-stars_input .rating-stars__item{cursor:pointer;padding:0 2px}.rating-stars.rating-stars_input .rating-stars__item:not(:last-child){margin-right:0}.rating-stars.rating-stars_input .rating-stars__item:first-child{padding-left:0}.rating-stars.rating-stars_input .rating-stars__item:last-child{padding-right:0}.rating-stars.rating-stars_input .rating-stars__item:hover .rating-stars__item-hover{opacity:1}.rating-stars.rating-stars_input .rating-stars__item._selected .rating-stars__item-hover{opacity:1}.rating-stars.rating-stars_input .rating-stars__item-hover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .15 ease-in-out;transition:opacity .15 ease-in-out}.rating-stars.rating-stars_input .rating-stars__item-hover .rating-stars__icon{margin:0 auto}.socials li,.socials ul{list-style:none;margin:0;padding:0}.socials ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.socials li{max-width:64px;height:40px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.socials__link{border-radius:8px;background-color:rgba(255,255,255,.2);color:#fff;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.socials__link:active,.socials__link:focus,.socials__link:hover{text-decoration:none;background-color:rgba(255,255,255,.2)}.socials__icon{display:block;width:24px;height:24px}.socials__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}@media screen and (max-width:575.9px){.socials__row{gap:4px}}@media screen and (max-width:575.9px){.socials__row-caption{font-size:12px}}.socials.socials_lighten .socials__link{background-color:rgba(26,26,26,.5019607843);color:#fff}.socials.socials_darken .socials__link{background-color:#323e48;color:#fff}.socials.socials_modal{margin-right:16px}.socials.socials_modal .socials__link{background-color:rgba(50,62,72,.0705882353);color:rgba(26,26,26,.5019607843);padding:8px}.socials.socials_modal li:not(:last-child){margin-right:4px}.socials.socials_share .socials__link{background-color:#f0f1f2;color:rgba(26,26,26,.5019607843);padding:8px}.socials.socials_share .socials__link img,.socials.socials_share .socials__link svg{width:32px;height:32px}.socials.socials_share ul{-ms-flex-item-align:start;align-self:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.socials.socials_share li:not(:last-child){margin-right:4px}.socials.socials_size_md .socials__link{padding:4px}@media screen and (max-width:575.9px){.socials.socials_size_md .socials__link img,.socials.socials_size_md .socials__link svg{width:16px;height:16px}}.footer{display:block;background-color:#1a1a1a;color:#fff;padding-top:41px;padding-bottom:26px;font-size:16px;line-height:1.5;letter-spacing:-.02em}@media screen and (max-width:1023.9px){.footer{padding-top:60px;padding-bottom:65px}}@media screen and (max-width:767.9px){.footer{padding-top:23px;padding-bottom:88px}}.footer__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -12px}@media screen and (max-width:767.9px){.footer__row{margin:0}}.footer__row.footer__row--new-5{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px;margin-right:-20px}@media screen and (max-width:767.9px){.footer__row.footer__row--new-5{margin-left:-16px;margin-right:-16px}}.footer__row.footer__row--new-5 .footer__col{padding-left:20px;padding-right:20px}@media screen and (max-width:767.9px){.footer__row.footer__row--new-5 .footer__col{padding-left:16px;padding-right:16px}}.footer__row.footer__row--new-5 .footer__col.footer__col--middle-1{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}@media screen and (max-width:1379.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-1{-webkit-box-flex:0;-ms-flex:0 0 23%;flex:0 0 23%;max-width:23%}}@media screen and (max-width:1279.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-1{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%;margin-bottom:22px}}@media screen and (max-width:1023.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-1{-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;max-width:38%}}@media screen and (max-width:833.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-1{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;max-width:49%}}@media screen and (max-width:767.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-1{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;max-width:49%}}@media screen and (max-width:575.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.footer__row.footer__row--new-5 .footer__col.footer__col--middle-2{-webkit-box-flex:0;-ms-flex:0 0 22%;flex:0 0 22%;max-width:22%}@media screen and (max-width:1279.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-2{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%;margin-bottom:22px}}@media screen and (max-width:833.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:767.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:575.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-2{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.footer__row.footer__row--new-5 .footer__col.footer__col--middle-3{-webkit-box-flex:0;-ms-flex:0 0 16%;flex:0 0 16%;max-width:16%}@media screen and (max-width:1379.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-3{-webkit-box-flex:0;-ms-flex:0 0 16.5%;flex:0 0 16.5%;max-width:16.5%}}@media screen and (max-width:1279.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-3{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}}@media screen and (max-width:1023.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-3{-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;max-width:38%}}@media screen and (max-width:833.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-3{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;max-width:49%}}@media screen and (max-width:767.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-3{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;max-width:49%}}@media screen and (max-width:575.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-3{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.footer__row.footer__row--new-5 .footer__col.footer__col--middle-4{-webkit-box-flex:0;-ms-flex:0 0 18%;flex:0 0 18%;max-width:18%}@media screen and (max-width:1279.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-4{-webkit-box-flex:0;-ms-flex:0 0 27%;flex:0 0 27%;max-width:27%}}@media screen and (max-width:1023.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-4{-webkit-box-flex:0;-ms-flex:0 0 31%;flex:0 0 31%;max-width:31%}}@media screen and (max-width:833.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-4{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:767.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-4{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:575.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-4{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.footer__row.footer__row--new-5 .footer__col.footer__col--middle-5{-webkit-box-flex:0;-ms-flex:0 0 19%;flex:0 0 19%;max-width:19%}@media screen and (max-width:1379.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-5{-webkit-box-flex:0;-ms-flex:0 0 20.5%;flex:0 0 20.5%;max-width:20.5%}}@media screen and (max-width:1279.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-5{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;max-width:33%}.footer__row.footer__row--new-5 .footer__col.footer__col--middle-5 .socials ul{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (max-width:1023.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-5{-webkit-box-flex:0;-ms-flex:0 0 31%;flex:0 0 31%;max-width:31%}}@media screen and (max-width:833.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-5{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:0}.footer__row.footer__row--new-5 .footer__col.footer__col--middle-5 .socials ul{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width:767.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-5{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:575.9px){.footer__row.footer__row--new-5 .footer__col.footer__col--middle-5{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.footer__col{display:block;width:100%;position:relative;min-height:1px;padding:0 12px;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}@media screen and (max-width:1023.9px){.footer__col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin-bottom:25px}}@media screen and (max-width:767.9px){.footer__col{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:0;margin-top:18px;padding:0;border-bottom:1px solid rgba(255,255,255,.1019607843)}}.footer__col._open .footer__nav-title::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media screen and (max-width:767.9px){.footer__col._open .footer__nav{display:block}}.footer__nav-title{font-size:24px;font-weight:600;line-height:1.25;color:#fff;margin:0 0 24px;position:relative}@media screen and (max-width:767.9px){.footer__nav-title{margin-bottom:12px}.footer__nav-title::before{content:"";width:14px;height:14px;position:absolute;top:3px;right:0;background-image:url(../img/icons/down-arrow-lighten.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}}.footer__nav{display:block}.footer__nav li,.footer__nav ul{display:block;list-style:none;padding:0;margin:0}.footer__nav li:not(:last-child){margin-bottom:26px}@media screen and (max-width:767.9px){.footer__nav li:not(:last-child){margin-bottom:18px}}@media screen and (max-width:767.9px){.footer__nav{padding-bottom:20px;display:none}.footer__nav._open{display:block}}.footer__contacts{font-size:14px;color:rgba(255,255,255,.6980392157)}.footer__contacts a{display:inline-block;font-size:24px;font-weight:600;line-height:1.25;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;color:#fff;letter-spacing:-.02em;margin-bottom:8px}.footer__rating{font-size:14px;color:rgba(255,255,255,.6980392157)}.footer__rating-map{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;cursor:pointer;margin-bottom:9px}.footer__rating-map-icon{display:block;width:30px;height:30px;margin-right:8px}.footer__top{padding-bottom:10px}@media screen and (max-width:767.9px){.footer__top{padding-bottom:1px}}.footer__middle{padding-top:71px;padding-bottom:26px}@media screen and (max-width:1379.9px){.footer__middle{padding-top:21px}}@media screen and (max-width:767.9px){.footer__middle{padding-top:21px;padding-bottom:17px}.footer__middle .footer__col{border:0;margin:0 0 24px}.footer__middle .footer__col:last-child{margin-bottom:0}}.footer__bottom{color:rgba(255,255,255,.6980392157);font-size:14px}@media screen and (max-width:767.9px){.footer__bottom .footer__col{border:0}.footer__bottom .footer__col:last-child{margin-bottom:0}}.footer__hr{border-top:1px solid rgba(255,255,255,.1019607843);margin-bottom:22px}@media screen and (max-width:767.9px){.footer__hr{margin-bottom:6px}}.footer__production{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__production span{margin-right:8px}.footer__production-icon{display:block;width:70px;height:15px}@media screen and (max-width:1279.9px) and (min-width:1024px){.footer .footer__contacts a{font-size:22px}}.footer__rr-link{display:inline-block;line-height:1;vertical-align:middle;margin-bottom:4px}.footer__rr{font-size:14px;color:rgba(255,255,255,.6980392157)}.bonus{font-family:Noto-Sans-Display-Condensed,sans-serif,arial;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;padding:7px 14px 7px 9px;border-radius:20px;font-size:24px;font-weight:600;letter-spacing:-.02em;background-color:#d6b793;color:#fff;white-space:nowrap}.bonus__icon{color:#d6b793;margin-right:6px}.bonus__icon img,.bonus__icon svg{display:block;width:20px;min-width:20px;height:20px}.bonus__currency{margin-left:4px}.bonus__count{white-space:nowrap}.bonus.bonus_small{font-size:14px;padding:3px}.bonus.bonus_small .bonus__currency{margin-left:3px;margin-right:5px}.newsletter{position:relative;padding-top:37px;padding-bottom:32px;background-color:rgba(50,62,72,.0705882353);font-weight:400;font-size:16px;line-height:1.6;letter-spacing:-.02em;color:#1a1a1a}@media screen and (max-width:767.9px){.newsletter{padding-bottom:24px;padding-top:23px}}.newsletter__title{font-weight:600;font-size:24px;line-height:1.25;letter-spacing:-.02em;margin:0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:1379.9px){.newsletter__title{font-size:22px}}@media screen and (max-width:767.9px){.newsletter__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-right:70px;font-size:24px}}.newsletter__title .bonus{margin-left:24px}@media screen and (max-width:1379.9px){.newsletter__title .bonus{margin-left:12px;position:relative;top:2px}}@media screen and (max-width:767.9px){.newsletter__title .bonus{margin-left:0;margin-top:6px}}.newsletter__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -12px}@media screen and (max-width:1023.9px){.newsletter__row{display:block;margin:0}}.newsletter__content{position:relative;width:100%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 12px}@media screen and (max-width:1279.9px){.newsletter__content{-webkit-box-flex:0;-ms-flex:0 0 63%;flex:0 0 63%;max-width:63%}}@media screen and (max-width:1023.9px){.newsletter__content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:20px}}@media screen and (max-width:767.9px){.newsletter__content{margin-bottom:25px;padding:0}}.newsletter__form{position:relative;width:100%;-webkit-box-flex:0;-ms-flex:0 0 37%;flex:0 0 37%;max-width:37%;padding:0 12px;margin-top:-5px}@media screen and (max-width:1379.9px){.newsletter__form{margin-top:0}}@media screen and (max-width:1023.9px){.newsletter__form{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:767.9px){.newsletter__form{padding-left:0;padding-right:0}}.newsletter__form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.newsletter__button{margin-left:8px;min-width:72px}@media screen and (max-width:767.9px){.newsletter__button{min-width:64px}.newsletter__button.dark-button,.order-complete__button input.newsletter__button[type=submit]{padding-top:8px;padding-bottom:8px;min-height:40px}}.newsletter__privacy{font-size:14px;margin-top:9px;color:rgba(26,26,26,.5019607843)}.newsletter__privacy a{text-decoration:underline}@media screen and (max-width:1279.9px){.newsletter__privacy{font-size:14px;line-height:1.5}}@media screen and (max-width:767.9px){.newsletter__privacy{font-size:12px;line-height:1.4;margin-top:6px}}.lighten-input{display:block;width:100%;border:1px solid rgba(50,62,72,.0705882353);background-color:rgba(50,62,72,.0705882353);padding:4px 15px;height:auto;line-height:38px;border-radius:8px;letter-spacing:-.02em;color:#1a1a1a}.lighten-input::-webkit-input-placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.lighten-input::-moz-placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.lighten-input:-ms-input-placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.lighten-input::-ms-input-placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.lighten-input::placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}@media screen and (max-width:767.9px){.lighten-input{line-height:30px}}.page-heading{position:relative;padding-top:1px;padding-bottom:4px;color:#1a1a1a}.page-heading__breadcrumbs{margin-bottom:11px}@media screen and (max-width:767.9px){.page-heading__breadcrumbs{margin-bottom:19px}}.page-heading__title{font-weight:600;font-size:40px;line-height:120%;letter-spacing:-.01em;padding:0;margin:0 0 5px;color:#1a1a1a;text-align:center;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:1023.9px){.page-heading__title{font-size:32px}}@media screen and (max-width:833.9px){.page-heading__title{font-size:30px}}@media screen and (max-width:767.9px){.page-heading__title{font-size:28px;margin-bottom:8px}}@media screen and (max-width:639.9px){.page-heading__title{font-size:24px}}.page-heading__sub-title{font-weight:400;font-size:16px;line-height:1.6;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843);text-align:center;margin-bottom:21px}@media screen and (max-width:767.9px){.page-heading__sub-title{font-size:14px}}.page-heading__hr{border-bottom:1px solid rgba(50,62,72,.1490196078);margin-top:21px}.page-heading__filter{padding-top:24px;padding-bottom:1px}.page-heading__overflow-hidden .slider-arrow_next{margin-right:10px;margin-top:-45px}.page-heading__overflow-hidden .slider-arrow_prev{margin-left:10px;margin-top:-45px}.page-heading__h2{margin-top:25px;margin-bottom:15px}@media screen and (max-width:1023.9px){.page-heading__h2{font-size:30px}}@media screen and (max-width:767.9px){.page-heading__h2{font-size:24px;margin-bottom:1px}}.search-empty-screen{padding-bottom:57px}@media screen and (max-width:1023.9px){.search-empty-screen{padding-bottom:37px}}@media screen and (max-width:767.9px){.search-empty-screen{padding-bottom:9px}.search-empty-screen .product-empty{padding-top:7px}}.breadcrumb{position:relative;padding:5px 0}.breadcrumb li,.breadcrumb ol,.breadcrumb ul{list-style:none;margin:0;padding:0}.breadcrumb ol,.breadcrumb ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.breadcrumb li{display:inline-block;position:relative}.breadcrumb li:not(:last-child){margin-right:8px;padding-right:11px}.breadcrumb li:not(:last-child)::after{content:"";position:absolute;width:2px;height:2px;background-color:rgba(26,26,26,.5019607843);border-radius:2px;top:50%;right:0;margin-top:-1px}.breadcrumb__link{display:inline-block;font-weight:400;font-size:14px;line-height:1.55;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843)}.filter-line__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:833.9px){.filter-line__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.filter-line__col-1 .filter-actived~.filter-item{margin-top:8px}@media screen and (max-width:833.9px){.filter-line__col-1 .filter-actived~.filter-item.filter-item_clear-all{margin-top:4px;margin-bottom:0;margin-right:4px}}.filter-line__small-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.filter-line__small-row:empty{display:none}.filter-line__small-row:empty:not(:first-child){display:none}.filter-line__all-counter{font-size:16px;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843);margin:8px 0}@media screen and (max-width:767.9px){.filter-line__all-counter{font-size:14px;margin:16px 0 19px 0}}.filter-line__all-counter_mobile{display:none}@media screen and (max-width:833.9px){.filter-line__all-counter_mobile{display:block}}@media screen and (max-width:833.9px){.filter-line__all-counter_desktop{display:none}}.filter-item{position:relative;margin-bottom:8px}@media screen and (max-width:1023.9px){.filter-item{position:static}}@media screen and (max-width:767.9px){.filter-item{margin-bottom:4px}}@media screen and (max-width:767.9px){.filter-item .switch__custom-label{font-size:14px}}.filter-item._show .filter-item__modal-wrap{display:block}.filter-item._show .filter-item__btn:not(.filter-item__btn_dark,.filter-item__btn_white){background-color:rgba(50,62,72,.1490196078);color:#1a1a1a}.filter-item_sorting .filter-item__btn_white{padding-right:0;padding-left:0;white-space:nowrap}.filter-item.filter-item_sorting{position:relative}.filter-item_clear-all{margin-top:8px}.filter-item_clear-all._hidden{display:none}@media screen and (max-width:833.9px){.filter-item_clear-all{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.filter-item_sorting{margin:4px 0}.filter-item:not(:last-child){margin-right:8px}@media screen and (max-width:767.9px){.filter-item:not(:last-child){margin-right:4px}}.filter-item__modal-wrap{position:absolute;top:100%;margin-top:12px;z-index:5;left:0;display:none}@media screen and (max-width:1023.9px){.filter-item__modal-wrap{max-width:calc(100vw - 32px)}}.filter-item__icon-wrap{line-height:1;margin-right:10px}.filter-item__icon-wrap:empty{margin:0;display:none}.filter-item__icon-wrap img,.filter-item__icon-wrap svg{display:block;width:18px;min-width:18px;height:18px}.filter-item__btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;padding:8px 16px;border:0;border-radius:8px;background-color:#f0f1f2;color:#1a1a1a;text-decoration:none;text-align:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:600;font-size:16px;line-height:1.5;letter-spacing:-.01em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.filter-item__btn:hover{background-color:rgba(50,62,72,.1490196078);color:#1a1a1a}.filter-item__btn._loading{opacity:.5;cursor:wait;pointer-events:none}.filter-item__btn._loading .filter-item__count{display:none}.filter-item__btn._loading::after{content:"";display:block;border:.125em solid currentcolor;border-right-color:transparent;display:inline-block;width:1em;height:1em;margin-left:.35em;vertical-align:-.125em;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.filter-item__btn._loading-preloader{opacity:.5;cursor:wait;color:transparent}.filter-item__btn._loading-preloader .filter-item__count{color:transparent}.filter-item__btn._loading-preloader::after{content:"";display:block;color:#1a1a1a;border:.125em solid currentcolor;border-right-color:transparent;display:inline-block;width:1em;height:1em;vertical-align:-.125em;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border;position:absolute;top:50%;left:50%;margin-top:-.5em;margin-left:-.5em}.filter-item__btn:disabled{opacity:.5;pointer-events:none}@media screen and (max-width:767.9px){.filter-item__btn{font-size:14px;padding:5px 15px 6px 15px}}.filter-item__btn_dark{background-color:#323e48;color:#fff}.filter-item__btn_dark:hover{background-color:rgba(26,26,26,.8980392157);color:#fff}.filter-item__btn_dark .filter-item__count{color:rgba(255,255,255,.6)}.filter-item__btn_dark._loading{pointer-events:none}.filter-item__btn_dark._loading::after{border-color:#fff;border-right-color:transparent}.filter-item__btn_dark._loading-preloader{color:transparent}.filter-item__btn_dark._loading-preloader::after{border-color:#fff;border-right-color:transparent}.filter-item__btn_dark._loading-preloader .filter-item__count{color:transparent}.filter-item__btn_white{background-color:#fff;color:#323e48}.filter-item__btn_white:hover{background-color:#fff;color:rgba(26,26,26,.5019607843)}.filter-item__btn_switch{padding-right:15px;padding-left:8px;margin-right:9px;cursor:pointer}@media screen and (max-width:767.9px){.filter-item__btn_switch{padding-right:16px;padding-left:8px;margin-right:4px;padding-top:4px;padding-bottom:4px}}.filter-item__btn_after-icon{font-size:14px;padding:5px 12px;line-height:1.55;letter-spacing:-.02em}.filter-item__btn_after-icon .filter-item__icon-wrap{margin-right:0;margin-left:8px}.filter-item__count{color:rgba(26,26,26,.5019607843);margin-left:9px}.filter-item__count:empty{margin:0;display:none}.filter-item__sorting{border:1px solid rgba(50,62,72,.1490196078);border-radius:8px;background-color:#fff;font-weight:400;font-size:14px;line-height:1.25;letter-spacing:-.02em;color:#323e48;padding:15px;min-width:170px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:left}.filter-actived{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;padding:8px 16px;background-color:#fff;color:#1a1a1a;text-decoration:none;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:600;font-size:16px;line-height:1.5;letter-spacing:-.01em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #e3e5e6;border-radius:20px;margin-right:8px;margin-top:8px}@media screen and (max-width:767.9px){.filter-actived{font-size:14px;padding:6px 12px;line-height:1;margin-right:4px;margin-top:4px}}.filter-actived__close-btn{display:inline-block;padding:0;margin:0;border:0;border-radius:0;background-color:transparent;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:9px;cursor:pointer}.filter-actived__close-btn img,.filter-actived__close-btn svg{display:block;width:18px;height:18px}@media screen and (max-width:767.9px){.filter-actived__close-btn{margin-left:6px}}.sorting-popup{display:block;border:1px solid rgba(50,62,72,.1490196078);border-radius:8px;background-color:#fff;font-weight:400;font-size:16px;line-height:1.25;letter-spacing:-.02em;color:#323e48;padding:15px;min-width:170px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:left}.sorting-popup li:not(:last-child){margin-bottom:10px}.sorting-popup li,.sorting-popup ul{list-style:none;padding:0;margin:0;display:block}.sorting-popup__link{line-height:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out;text-decoration:none}.sorting-popup__link:hover{color:#d6b793;text-decoration:none}.sorting-popup__icon-wrap{margin-right:6px}.sorting-popup__icon-wrap img,.sorting-popup__icon-wrap svg{display:block;width:18px;height:18px}.card-product-breadcrumbs .title{margin:10px 0}.catalog-menu{display:none;position:absolute;top:100%;left:0;width:100%;height:auto;padding:0;margin:0;margin-top:-1px;background-color:#fff;z-index:6;border-top:1px solid #f0f1f2;border-bottom:1px solid #f0f1f2;-webkit-box-shadow:0 12px 11px -10px rgba(21,4,0,.0784313725);box-shadow:0 12px 11px -10px rgba(21,4,0,.0784313725)}.catalog-menu._open{display:block}@media screen and (max-width:1023.9px){.catalog-menu._open{display:none}}@media screen and (max-width:1279.9px){.catalog-menu .category-list__link{font-size:14px}.catalog-menu .category-list__item:not(:last-child){margin-bottom:8px}.catalog-menu .sub-catalog__links{font-size:14px}}.catalog-menu__box{position:relative;margin-left:auto;margin-right:auto;padding-right:30px;padding-left:30px;width:1380px;max-width:100%}@media screen and (max-width:1279.9px){.catalog-menu__box{width:1024px;max-width:100%}}@media screen and (max-width:767.9px){.catalog-menu__box{padding-left:16px;padding-right:16px;width:100%}}.catalog-menu__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.catalog-menu__col-1{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 23.6%;flex:0 0 23.6%;max-width:23.6%;padding-right:24px;border-right:1px solid rgba(50,62,72,.0705882353)}@media screen and (max-width:1279.9px){.catalog-menu__col-1{padding-right:16px;-webkit-box-flex:0;-ms-flex:0 0 24%;flex:0 0 24%;max-width:24%}}.catalog-menu__col-2{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 76.4%;flex:0 0 76.4%;max-width:76.4%}@media screen and (max-width:1279.9px){.catalog-menu__col-2{-webkit-box-flex:0;-ms-flex:0 0 76%;flex:0 0 76%;max-width:76%}}.catalog-menu__sub-catalog{display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px 0}.catalog-menu__sub-catalog.init-hidden{display:none}.catalog-menu__sub-catalog.init-hidden._show{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-menu__sub-catalog.init-hidden._collections{height:100%;padding:0}.catalog-menu__sub-catalog-col-1{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 66.5%;flex:0 0 66.5%;max-width:66.5%;padding-left:24px;padding-right:24px;overflow:auto}.catalog-menu__sub-catalog-col-1._collections{padding-top:24px;border-right:1px solid rgba(50,62,72,.0705882353)}@media screen and (max-width:1279.9px){.catalog-menu__sub-catalog-col-1{padding-left:16px;padding-right:16px;-webkit-box-flex:0;-ms-flex:0 0 67%;flex:0 0 67%;max-width:67%}.catalog-menu__sub-catalog-col-1._collections{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.catalog-menu__sub-catalog-col-2{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 33.5%;flex:0 0 33.5%;max-width:33.5%;padding-left:24px;border-left:1px solid rgba(50,62,72,.0705882353)}@media screen and (max-width:1279.9px){.catalog-menu__sub-catalog-col-2{padding-left:16px;-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;max-width:33%}}.category-list{padding-inline:0;padding-bottom:24px}.category-list.category-list_modal{margin-left:-6px;margin-right:-6px}.category-list.category-list_modal .category-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:9px}.category-list.category-list_modal .category-list__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.category-list.category-list_modal .category-list__item--new{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.category-list.category-list_modal .category-list__item--accent{position:relative;border-radius:8px;overflow:hidden}.category-list.category-list_modal .category-list__item--accent::before{content:"";position:absolute;inset:0;background-image:radial-gradient(50% 61.62% at 50% 50%,#f1d4cc 0,#f2d0c9 35%,#f0c3bf 70%,#efb4b3 100%);opacity:.4;z-index:-1}.category-list.category-list_modal .category-list__item--accent .category-list__link{background-color:transparent;padding-left:16px}.category-list.category-list_modal .category-list__item--accent .category-list__link::before{display:none}.category-list.category-list_modal .category-list__item--accent .category-list__icon{right:6px;left:initial!important}.category-list.category-list_modal .category-list__item--sale .category-list__icon{right:0}.category-list.category-list_modal .category-list__item--with-bg .category-list__link{padding:16px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;min-height:72px;background-size:cover}.category-list.category-list_modal .category-list__link{padding-left:68px;padding-right:40px;font-weight:500;font-size:14px;line-height:120%;letter-spacing:-.01em;color:#323e48;min-height:50px;background-color:#f0f1f2}.category-list.category-list_modal .category-list__link .category-list__icon{position:absolute;top:50%;left:8px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.category-list.category-list_modal .category-list__link[style*="--bg-url"]{padding-left:16px}.category-list.category-list_modal .category-list__link::before{opacity:1;right:16px}.category-list__image-wrap{display:inline-block;width:40px;min-width:40px;height:40px;background-color:#f1f1f2;position:relative;border-radius:20px;overflow:hidden;margin-right:12px}.category-list__image-wrap.image-contain img{-o-object-fit:contain;object-fit:contain}.category-list__image-wrap img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.category-list__item{display:block;margin:0;padding:0;list-style:none}.category-list__item:not(:last-child){margin-bottom:12px}.category-list__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400;font-size:16px;line-height:1.6;letter-spacing:-.02em;background-color:transparent;color:#323e48;padding:5px 12px;position:relative;border:0;border-radius:8px;text-decoration:none;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.category-list__link::before{content:"";width:18px;height:18px;position:absolute;top:50%;right:12px;margin:-9px 0 0;background-image:url(../img/icons/arrow-right.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.category-list__link._active{-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;background-color:#f0f1f2}.category-list__link._active::before{-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:1}.category-list__link:hover{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;background-color:#f0f1f2;text-decoration:none}.category-list__link:hover::before{-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:1}.category-list__link:active,.category-list__link:focus{text-decoration:none}.category-list__link[style*="--bg-url"]{background-image:var(--bg-url);background-repeat:no-repeat;min-height:50px;padding-inline:16px}.category-list__link[style*="--bg-url"]::before{display:none}.sub-catalog.sub-catalog_mobile{padding:12px 0}.sub-catalog__title-link{display:inline-block;margin:0 0 32px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}.sub-catalog__title-link:hover{text-decoration:underline}.sub-catalog__title{display:inline-block;padding:0;margin:0;font-weight:600;font-size:24px;line-height:1.25;letter-spacing:-.02em;position:relative;padding-right:27px;text-decoration:inherit}.sub-catalog__title::before{content:"";width:18px;height:18px;position:absolute;top:50%;right:0;margin:-9px 0 0;background-image:url(../img/icons/arrow-right.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sub-catalog__links{font-weight:400;font-size:16px;line-height:1.6;letter-spacing:-.02em;padding-bottom:1px;margin-bottom:10px}.sub-catalog__links a{text-decoration:none;color:inherit}.sub-catalog__links a:active,.sub-catalog__links a:focus,.sub-catalog__links a:hover{text-decoration:underline}.sub-catalog__link{display:block;margin:0 0 16px}.sub-catalog__link_top{font-weight:600;display:inline-block;position:relative;padding-right:24px;letter-spacing:-.01em;margin-bottom:15px}.sub-catalog__link_top::before{content:"";width:18px;height:18px;position:absolute;top:50%;right:0;margin:-9px 0 0;background-image:url(../img/icons/arrow-right.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sub-catalog__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:50vh}.sub-catalog__col{width:100%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;min-height:1px;position:relative;padding-right:15px}.marketing-block{font-weight:400;font-size:16px;line-height:160%;letter-spacing:-.02em;text-align:center;background:radial-gradient(50% 61.62% at 50% 50%,#f1d4cc 0,#f2d0c9 35%,#f0c3bf 70%,#efb4b3 100%);color:maroon;padding:50px 35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:312px}@media screen and (max-width:1279.9px){.marketing-block{min-height:224px;padding:20px 20px;font-size:14px;line-height:1.55}}.marketing-block__title{font-size:40px;font-weight:600;line-height:1.2;text-align:center;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;letter-spacing:-.01em;margin-bottom:16px}@media screen and (max-width:1279.9px){.marketing-block__title{font-size:28px;margin-bottom:7px}}.marketing-banner{display:block;position:relative;width:100%;background:radial-gradient(100% 123.23% at 0 0,#f1d4cc 0,#f2d0c9 35%,#f0c3bf 70%,#efb4b3 100%);font-weight:400;font-size:16px;line-height:160%;letter-spacing:-.02em;border-radius:8px;text-align:left;padding:16px 106px 115px 16px;min-height:312px;cursor:pointer;text-decoration:none}@media screen and (max-width:1279.9px){.marketing-banner{min-height:224px;padding-right:46px;padding-bottom:76px}}.marketing-banner:hover{text-decoration:none}.marketing-banner:not(:last-child){margin-bottom:20px}.marketing-banner__title{display:block;font-weight:600;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;font-size:28px;line-height:100%;letter-spacing:-.02em;margin-bottom:8px}@media screen and (max-width:1279.9px){.marketing-banner__title{font-size:24px}}.marketing-banner__image{display:block;width:312px;height:auto;position:absolute;bottom:0;right:0}@media screen and (max-width:1279.9px){.marketing-banner__image{width:140px}}.marketing-banner.marketing-banner_mobile{margin:0 6px;width:auto;min-height:287px;padding-right:20px}@media screen and (max-width:374.9px){.marketing-banner.marketing-banner_mobile{min-height:248px}}.marketing-banner.marketing-banner_mobile .marketing-banner__text{padding-right:70px}@media screen and (max-width:374.9px){.marketing-banner.marketing-banner_mobile .marketing-banner__text{padding-right:85px}}.marketing-banner.marketing-banner_mobile .marketing-banner__image{width:290px;right:9px}@media screen and (max-width:374.9px){.marketing-banner.marketing-banner_mobile .marketing-banner__image{width:260px;right:0}}.collections-catalog{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:16px 16px}.collections-catalog--modal{-ms-grid-columns:1fr;grid-template-columns:1fr;grid-auto-rows:120px;gap:8px}.collections-item{position:relative}.collections-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-height:200px}@media screen and (max-width:1023.9px){.collections-item img{max-height:120px}}.swiper-wrapper .collections-item img{max-height:400px}.collections-item__text{position:absolute;top:24px;left:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}@media screen and (max-width:1023.9px){.collections-item__text{top:16px;left:16px}}.collections-item__title{color:#fff;font-weight:600;font-size:24px;line-height:1.25;letter-spacing:-.02em}@media screen and (max-width:1023.9px){.collections-item__title--modal{font-size:16px}}.collections-item__title--swiper{font-size:32px}@media screen and (max-width:1023.9px){.collections-item__title--swiper{font-size:24px}}.collections-item__subtitle--modal{font-size:12px}.collections-item__text{color:#fff;font-weight:400;font-size:14px;line-height:1.55;letter-spacing:-.02em}.catalog-menu-new{display:none;position:absolute;top:100%;left:0;width:100%;height:auto;padding:0;margin:0;margin-top:-1px;background-color:#fff;z-index:6;border-top:1px solid #f0f1f2;border-bottom:1px solid #f0f1f2;-webkit-box-shadow:0 12px 11px -10px rgba(21,4,0,.0784313725);box-shadow:0 12px 11px -10px rgba(21,4,0,.0784313725);padding-top:16px;padding-bottom:32px}.catalog-menu-new._open{display:block}@media screen and (max-width:1023.9px){.catalog-menu-new._open{display:none}}.catalog-menu-new__rows{-webkit-columns:4;-moz-columns:4;columns:4;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}@media screen and (max-width:1279.9px){.catalog-menu-new__rows{-webkit-columns:3;-moz-columns:3;columns:3}}.catalog-menu-new__link{position:absolute;inset:0}.catalog-menu-new__name{font-weight:600;font-size:18px;line-height:120%;letter-spacing:-.01em}@media screen and (max-width:767.9px){.catalog-menu-new__name{font-weight:500;font-size:14px}}.catalog-menu-new__box{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3px;background-color:#f0f1f2;padding:13px 60px 13px 16px;border-radius:8px}.catalog-menu-new__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;-webkit-column-break-before:column;-moz-column-break-before:column;break-before:column}.catalog-menu-new__group .catalog-menu-new__box{padding-right:14px}.catalog-menu-new__group .catalog-menu-new__item{margin-bottom:0;min-height:50px}.catalog-menu-new__group .catalog-menu-new__item--with-bg{min-height:117px}.catalog-menu-new__group .catalog-menu-new__item--with-bg .catalog-menu-new__box{padding:16px}.catalog-menu-new__group .catalog-menu-new__link{font-size:20px}.catalog-menu-new__icon{position:absolute;right:8px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.catalog-menu-new__sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 16px}.catalog-menu-new__sublink{font-weight:500;font-size:14px;line-height:180%;letter-spacing:-.01em;color:#323e48}.catalog-menu-new__item{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:24px}.catalog-menu-new__item:not(:has(.catalog-menu-new__sub)) .catalog-menu-new__box{background-color:rgba(224,200,172,.3)}.catalog-menu-new__item:not(:has(.catalog-menu-new__sub)) .catalog-menu-new__icon{display:none}.catalog-menu-new__item--with-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-image:var(--bg-url);background-position:center;background-size:cover;border-radius:8px}.catalog-menu-new__item--with-bg .catalog-menu-new__box{background-color:transparent!important;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.catalog-menu-new__item--accent .catalog-menu-new__icon{display:block!important}.catalog-menu-new__item--accent .catalog-menu-new__box{position:relative;background-color:transparent!important;overflow:hidden}.catalog-menu-new__item--accent .catalog-menu-new__box::before{content:"";position:absolute;inset:0;background-image:radial-gradient(50% 61.62% at 50% 50%,#f1d4cc 0,#f2d0c9 35%,#f0c3bf 70%,#efb4b3 100%);opacity:.4;z-index:-1}.catalog-menu-new__item--sale .catalog-menu-new__icon{right:0}.catalog-modal{display:none}@media screen and (max-width:1023.9px){.catalog-modal{position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0;z-index:101;font-size:16px;line-height:1.55;color:#323e48;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-transition-property:opacity;transition-property:opacity;display:block;opacity:0;pointer-events:none}.catalog-modal._open{display:block;opacity:1;pointer-events:initial}.catalog-modal .catalog-submodal{display:none}.catalog-modal._open-submenu .category-list.category-list_modal{display:none}.catalog-modal._open-submenu .catalog-submodal{display:block}.catalog-modal._open-submenu .catalog-modal__close-submodal-btn{display:block;position:static}.catalog-modal._open-submenu .search__input{background-color:rgba(255,255,255,.6980392157);border:none}.catalog-modal._open-submenu .catalog-modal__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-inline:-17px;margin-top:-24px;padding-top:24px;padding-inline:17px;background-color:#f5efec;border-radius:0 0 16px 16px}.catalog-modal._open-submenu .catalog-modal__close-submodal-btn{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.catalog-modal._open-submenu .catalog-modal__title{margin-bottom:8px}.catalog-modal._open-submenu .catalog-modal__category-all{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.catalog-modal._open-submenu .catalog-modal__search-wrap{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-top:16px;margin-bottom:24px}.catalog-modal .sub-catalog__link{letter-spacing:-.02em;margin-bottom:12px}.catalog-modal .sub-catalog__link_top{margin-top:12px;margin-bottom:17px;font-weight:600}.catalog-modal__bg{display:block;position:absolute;top:0;left:0;bottom:0;right:0;width:auto;height:auto;background-color:rgba(26,26,26,.5019607843);cursor:pointer}.catalog-modal__body{position:absolute;top:0;left:0;bottom:0;height:auto;width:320px;background-color:#fff;border-right:1px solid rgba(50,62,72,.0705882353);padding:24px 16px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}}@media screen and (max-width:1023.9px) and (max-width:374px){.catalog-modal__body{max-width:88%}}@media screen and (max-width:1023.9px){._open .catalog-modal__body{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.catalog-modal__accordion._open .menu__accordion-nav{display:block}.catalog-modal__accordion._open .menu__accordion-title::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.catalog-modal__category-all{position:relative;font-weight:400;font-size:16px;line-height:160%;letter-spacing:-.02em;color:#323e48;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;display:none}.catalog-modal__category-all::after{content:"";width:18px;height:18px;background-image:url(../img/icons/arrow-right.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.catalog-modal__accordion-nav{padding-bottom:17px;display:none}.catalog-modal__accordion-nav li,.catalog-modal__accordion-nav ul{list-style:none;padding:0;margin:0}.catalog-modal__accordion-nav li:not(:last-child){margin-bottom:14px}.catalog-modal__accordion-title{font-size:16px;line-height:1.55;font-weight:600;margin-bottom:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.catalog-modal__accordion-title::before{content:"";width:14px;height:14px;position:absolute;top:3px;right:0;background-image:url(../img/icons/down-arrow.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.catalog-modal__content{position:relative;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-y:auto;left:0;margin-right:-16px;margin-left:-16px;padding-right:16px;padding-left:16px}.catalog-modal__head{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:auto;padding-bottom:24px}.catalog-modal__title{display:block;font-weight:600;font-size:24px;line-height:1.25;letter-spacing:-.02em;padding:0;margin:0 0 24px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}.catalog-modal__close-btn{position:absolute;top:16px;right:16px;cursor:pointer;z-index:1;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.catalog-modal__close-btn:hover{color:rgba(26,26,26,.5019607843)}.catalog-modal__close-btn img,.catalog-modal__close-btn svg{display:block;width:18px;height:18px}.catalog-modal__search-wrap{position:relative}.catalog-modal__close-submodal-btn{display:none;position:absolute;top:50%;left:0;z-index:1;margin-top:-15px;padding:6px 0}.catalog-modal__close-submodal-btn img,.catalog-modal__close-submodal-btn svg{display:block;width:18px;height:18px}.catalog-modal__search-close-btn-wrap{padding-left:16px;min-width:34px}.catalog-modal__search-close-btn{display:block;width:auto;height:auto;padding:0;margin:0;border:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#323e48;cursor:pointer}.catalog-modal__search-close-btn svg{display:block;width:18px;height:18px}.catalog-modal__sub-catalog{position:relative}.catalog-modal__sub-catalog.init-hidden{display:none}.catalog-modal__sub-catalog.init-hidden._show{display:block}}.search-menu{display:none;position:absolute;top:100%;left:0;width:100%;height:auto;padding:0;margin:0;margin-top:-1px;background-color:#fff;z-index:7;border-top:1px solid #f0f1f2;border-bottom:1px solid #f0f1f2;-webkit-box-shadow:0 12px 11px -10px rgba(21,4,0,.0784313725);box-shadow:0 12px 11px -10px rgba(21,4,0,.0784313725)}.search-menu._show{display:block}.search-menu__close-wrap{background-color:transparent;position:absolute;top:10px;right:0;margin-right:-6px;margin-top:2px;z-index:3}.search-menu__close-wrap.search-menu__close-wrap_mobile{display:none}@media screen and (max-width:833.9px){.search-menu__close-wrap.search-menu__close-wrap_mobile{display:block}}.search-menu__close-wrap.search-menu__close-wrap_desktop{display:block}@media screen and (max-width:833.9px){.search-menu__close-wrap.search-menu__close-wrap_desktop{display:none}}.search-menu__close-wrap .search-menu__close{width:auto;height:auto;display:block;margin:0;padding:3px;-webkit-transition:color .2s 0s ease-in-out;transition:color .2s 0s ease-in-out}.search-menu__close-wrap .search-menu__close:hover{color:rgba(26,26,26,.5019607843)}.search-menu__category-link.orders-filter__tab{margin:0;text-decoration:none}.search-menu__box{position:relative;margin-left:auto;margin-right:auto;padding-right:30px;padding-left:30px;width:1380px;max-width:100%}@media screen and (max-width:1279.9px){.search-menu__box{width:1024px;max-width:100%}}@media screen and (max-width:767.9px){.search-menu__box{padding-left:16px;padding-right:16px;width:100%}}.search-menu__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}@media screen and (max-width:833.9px){.search-menu__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.search-menu__col-1{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 23.6%;flex:0 0 23.6%;max-width:23.6%;border-right:1px solid rgba(50,62,72,.0705882353);padding-right:24px;padding-top:13px}@media screen and (max-width:1279.9px){.search-menu__col-1{padding-right:16px;-webkit-box-flex:0;-ms-flex:0 0 24%;flex:0 0 24%;max-width:24%}}@media screen and (max-width:833.9px){.search-menu__col-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;border-right:0;padding-right:0;border-bottom:1px solid rgba(50,62,72,.0705882353);padding-bottom:8px;padding-top:48px}}.search-menu__col-2{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 76.4%;flex:0 0 76.4%;max-width:76.4%;padding-left:24px}@media screen and (max-width:1279.9px){.search-menu__col-2{-webkit-box-flex:0;-ms-flex:0 0 76%;flex:0 0 76%;max-width:76%}}@media screen and (max-width:833.9px){.search-menu__col-2{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-left:0;padding-bottom:50px}}@media screen and (max-width:767.9px){.search-menu__col-2{padding-bottom:60px}}.search-menu__search-result{margin-top:25px;margin-bottom:5px;display:none}.search-menu__search-result._show{display:block}@media screen and (max-width:833.9px){.search-menu__search-result .promo-slider.promo-slider_search-slider{padding-left:0;padding-right:0;margin-left:0;margin-right:0;padding-bottom:0}.search-menu__search-result .promo-slider.promo-slider_search-slider .title-row{display:none}.search-menu__search-result .promo-slider.promo-slider_search-slider .promo-product__price{font-size:20px}.search-menu__search-result .promo-slider.promo-slider_search-slider .promo-product__price-old{font-size:14px}.search-menu__search-result .promo-slider.promo-slider_search-slider .swiper.promo-slider__swiper>.swiper-wrapper{width:auto!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;margin-left:-12px;margin-right:-12px;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;box-sizing:border-box}.search-menu__search-result .promo-slider.promo-slider_search-slider .swiper.promo-slider__swiper>.swiper-wrapper>.swiper-slide{padding:0 12px;width:100%!important;-webkit-box-flex:0!important;-ms-flex:0 0 33.3333%!important;flex:0 0 33.3333%!important;max-width:33.3333%!important;margin-right:0!important;margin-bottom:12px}.search-menu__search-result .promo-slider.promo-slider_search-slider .slider-arrow{display:none!important}.search-menu__search-result .promo-slider.promo-slider_search-slider .swiper-scrollbar.custom-scrollbar.promo-slider__scrollbar{display:none}}@media screen and (max-width:767.9px){.search-menu__search-result .promo-slider.promo-slider_search-slider .swiper.promo-slider__swiper>.swiper-wrapper{margin-left:-8px;margin-right:-8px}.search-menu__search-result .promo-slider.promo-slider_search-slider .swiper.promo-slider__swiper>.swiper-wrapper>.swiper-slide{padding-left:8px;padding-right:8px;-webkit-box-flex:0!important;-ms-flex:0 0 50%!important;flex:0 0 50%!important;max-width:50%!important;margin-bottom:24px}}@media screen and (max-width:374.9px){.search-menu__search-result .promo-slider.promo-slider_search-slider .swiper.promo-slider__swiper>.swiper-wrapper>.swiper-slide .count__button{width:28px}.search-menu__search-result .promo-slider.promo-slider_search-slider .swiper.promo-slider__swiper>.swiper-wrapper>.swiper-slide .count__input{padding:8px 30px}}.search-menu__recommendation{margin-top:25px;margin-bottom:5px;display:none}.search-menu__recommendation._show{display:block}@media screen and (max-width:833.9px){.search-menu__show-all-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-weight:600;background-color:#323e48;color:#fff;border-radius:8px;padding:8px 17px;line-height:1.5;letter-spacing:-.01em;position:relative;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;cursor:pointer;text-align:center;min-height:40px;min-width:100%;margin-top:5px}}.search-menu__category-slider{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(100%);white-space:nowrap;border:0;opacity:0}@media screen and (max-width:833.9px){.search-menu__category-slider._show{position:relative;width:auto;height:auto;clip:auto;clip-path:none;white-space:normal;opacity:1;margin:0 -30px 12px -30px;padding:0 30px;overflow:hidden}.search-menu__category-slider._show .swiper{overflow:visible}}@media screen and (max-width:767.9px){.search-menu__category-slider._show{margin:0 -16px 12px -16px;padding:0 16px}}.search-menu__category-swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:4px}.search-menu__category-swiper .swiper-slide{width:auto}.search-message{color:rgba(26,26,26,.5019607843);margin-top:12px;margin-bottom:20px;display:none}@media screen and (max-width:833.9px){.search-message{margin-top:0}}.search-message._show{display:block}.search-list{padding-top:12px;padding-bottom:12px}.search-list__link{max-width:93%;overflow:hidden;display:block;text-overflow:ellipsis}.search-list_story{display:none}.search-list_story .search-list__item{padding-bottom:2px}.search-list_story .search-list__item:not(:last-child){margin-bottom:11px}.search-list_story._show{display:block}.search-list_color .search-list__link{color:rgba(26,26,26,.5019607843)}.search-list_color .search-list__link b,.search-list_color .search-list__link strong{color:#1a1a1a;font-weight:inherit}.search-list__title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}.search-list__clean-btn.filter-accordion__clean{font-size:14px;line-height:1.5}.search-list__link-del.header-modal__close-btn{top:50%;margin-top:-10px;right:0}.search-list__row{display:block;list-style:none;margin:0;padding:0;line-height:156%}.search-list__item{display:block;list-style:none;margin:0;padding:0;position:relative}.search-list__item:not(:last-child){margin-bottom:9px}.promo-slider.promo-slider_search-slider{padding-top:0;padding-bottom:15px;margin:0}.promo-slider.promo-slider_search-slider .title-row{margin-bottom:24px}.promo-slider.promo-slider_search-slider .promo-slider__swiper-wrap._isAutoWidth .slider-arrow_next,.promo-slider.promo-slider_search-slider .promo-slider__swiper-wrap._isAutoWidth .slider-arrow_prev{margin-top:-42px}@media screen and (min-width:768px){.promo-slider.promo-slider_search-slider .promo-slider__swiper-wrap._isAutoWidth>.custom-scrollbar.swiper-scrollbar{width:418px;margin-left:auto;margin-right:auto}}@media screen and (max-width:767.9px){.promo-slider.promo-slider_search-slider .promo-slider__swiper-wrap._isAutoWidth>.custom-scrollbar.swiper-scrollbar{top:12px;margin-top:3px}}.promo-slider.promo-slider_search-slider .promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide{width:244px;max-width:244px}@media screen and (max-width:1279.9px){.promo-slider.promo-slider_search-slider .promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide{width:244px;max-width:244px}}@media screen and (max-width:1023.9px){.promo-slider.promo-slider_search-slider .promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide{width:244px;max-width:244px}}@media screen and (max-width:833.9px){.promo-slider.promo-slider_search-slider .promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide{width:223px;max-width:223px}}.promo-slider.promo-slider_search-slider .promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide .swiper-slide{width:100%;max-width:100%}@media screen and (max-width:1023.9px){.promo-slider.promo-slider_search-slider{padding-left:24px;margin-left:-24px;margin-right:-30px;padding-right:30px}}@media screen and (max-width:833.9px){.promo-slider.promo-slider_search-slider{padding-left:24px;margin-left:-24px;margin-right:-30px;padding-right:30px}}@media screen and (max-width:767.9px){.promo-slider.promo-slider_search-slider{padding-left:16px;padding-right:16px;margin-left:-16px;margin-right:-16px}}.promo-slider.promo-slider_search-slider .add-cart-button{padding:11px 12px}.promo-slider.promo-slider_search-slider .promo-product__size-wrap{max-width:calc(100% - 49px)}.promo-slider.promo-slider_search-slider .custom-scrollbar.swiper-scrollbar{margin-top:7px}.promo-slider.promo-slider_search-slider .promo-slider__title{font-size:24px}.custom-scrollbar{position:relative}.banner-slider{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;padding-bottom:0}@media screen and (max-width:767.9px){.banner-slider{padding-top:9px;padding-bottom:0}}.banner-slider__swiper-wrap{position:relative}@media screen and (max-width:767.9px){.banner-slider__swiper-wrap{margin-left:-16px;margin-right:-16px}}@media screen and (max-width:767.9px){.banner-slider .slider-arrow{display:none}}.banner-slider .swiper-scrollbar.custom-scrollbar{margin-top:40px;display:none}@media screen and (max-width:767.9px){.banner-slider .swiper-scrollbar.custom-scrollbar{margin-top:16px}}.banner-slide{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;background-color:#f1f1f2}.banner-slide.banner-slide_reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.banner-slide__left-col{-webkit-box-flex:0;-ms-flex:0 0 51%;flex:0 0 51%;max-width:51%;background:radial-gradient(88.36% 102.38% at 50% 50%,#fffaf7 30%,#d6b793 100%);color:maroon;padding:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:1281px) and (max-width:1560px){.banner-slide__left-col{padding:48px}}@media screen and (max-width:1279.9px){.banner-slide__left-col{padding:40px}}@media screen and (max-width:1023.9px){.banner-slide__left-col{padding:30px}}@media screen and (max-width:767.9px){.banner-slide__left-col{padding:15px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;min-height:275px}}.banner-slide__right-col{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;max-width:49%;position:relative}@media screen and (max-width:767.9px){.banner-slide__right-col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.banner-slide__title{font-weight:600;font-size:64px;line-height:1.1;letter-spacing:-.01em;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media (min-width:1281px) and (max-width:1560px){.banner-slide__title{font-size:56px}}@media screen and (max-width:1279.9px){.banner-slide__title{font-size:46px}}@media screen and (max-width:1023.9px){.banner-slide__title{font-size:32px}}@media screen and (max-width:767.9px){.banner-slide__title{font-size:24px;line-height:1.25}}.banner-slide__info{font-weight:400;font-size:24px;letter-spacing:-.05em;margin-top:13px}@media (min-width:1281px) and (max-width:1560px){.banner-slide__info{font-size:20px;letter-spacing:-.02em;margin-top:15px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}}@media screen and (max-width:1023.9px){.banner-slide__info{font-size:18px}}@media screen and (max-width:767.9px){.banner-slide__info{font-size:14px;margin-top:5px;letter-spacing:-.01em}}.banner-slide__picture-sizer{display:block;position:relative;width:100%;height:auto;padding-bottom:90%}@media (min-width:1281px) and (max-width:1560px){.banner-slide__picture-sizer{padding:0;height:400px}}@media screen and (max-width:767.9px){.banner-slide__picture-sizer{padding:0;height:100%}}.banner-slide__picture img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.banner-slide__link{position:initial!important}.banner-slide__link:after{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}.banner-slide__link-wrap{margin-top:auto;padding-top:20px}.banner-slide-custom{display:block;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;background-color:#f1f1f2;color:#1a1a1a}.banner-slide-custom.banner-slide-custom--theme-2 .banner-slide-custom__title{max-width:50%}@media screen and (max-width:1023.9px){.banner-slide-custom.banner-slide-custom--theme-2 .banner-slide-custom__title{max-width:55%}}@media screen and (max-width:767.9px){.banner-slide-custom.banner-slide-custom--theme-2 .banner-slide-custom__title{max-width:76%}}.banner-slide-custom.banner-slide-custom--theme-2 .banner-slide-custom__info{max-width:32%}@media screen and (max-width:1279.9px){.banner-slide-custom.banner-slide-custom--theme-2 .banner-slide-custom__info{max-width:45%}}@media screen and (max-width:1023.9px){.banner-slide-custom.banner-slide-custom--theme-2 .banner-slide-custom__info{width:310px;max-width:52%;padding-top:3px}}@media screen and (max-width:374.9px){.banner-slide-custom.banner-slide-custom--theme-2 .banner-slide-custom__info{max-width:58%}}.banner-slide-custom.banner-slide-custom--theme-3{background-color:#1c1c1c;color:#fff}.banner-slide-custom.banner-slide-custom--theme-3 .banner-slide-custom__title{max-width:41%}@media screen and (max-width:1023.9px){.banner-slide-custom.banner-slide-custom--theme-3 .banner-slide-custom__title{max-width:44%}}@media screen and (max-width:767.9px){.banner-slide-custom.banner-slide-custom--theme-3 .banner-slide-custom__title{max-width:71%}}.banner-slide-custom.banner-slide-custom--theme-3 .banner-slide-custom__info{max-width:32%;padding-top:6px;letter-spacing:-.01em}@media screen and (max-width:1279.9px){.banner-slide-custom.banner-slide-custom--theme-3 .banner-slide-custom__info{max-width:34%}}@media screen and (max-width:1023.9px){.banner-slide-custom.banner-slide-custom--theme-3 .banner-slide-custom__info{width:160px;max-width:49%;padding-top:3px}}@media screen and (max-width:374.9px){.banner-slide-custom.banner-slide-custom--theme-3 .banner-slide-custom__info{max-width:53%}}.banner-slide-custom.banner-slide-custom--theme-3 .banner-slide-custom__link.dark-button,.banner-slide-custom.banner-slide-custom--theme-3 .order-complete__button input.banner-slide-custom__link[type=submit],.order-complete__button .banner-slide-custom.banner-slide-custom--theme-3 input.banner-slide-custom__link[type=submit]{color:#323e48;background-color:#fff}.banner-slide-custom__picture-sizer{display:block;position:relative;width:100%;height:auto;padding:0 0 43.94%}@media screen and (max-width:767.9px){.banner-slide-custom__picture-sizer{padding:0 0 73.335%}}.banner-slide-custom__picture img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.banner-slide-custom__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:0;left:0;width:100%;height:100%;padding:56px 56px}@media screen and (max-width:1279.9px){.banner-slide-custom__box{padding:42px}}@media screen and (max-width:1023.9px){.banner-slide-custom__box{padding:32px}}@media screen and (max-width:767.9px){.banner-slide-custom__box{padding:24px}}@media screen and (max-width:374.9px){.banner-slide-custom__box{padding:16px}}.banner-slide-custom__title{font-weight:600;font-size:48px;line-height:1.25;letter-spacing:-.02em;font-family:Noto-Sans-Display,sans-serif,arial;max-width:50%}@media screen and (max-width:1279.9px){.banner-slide-custom__title{font-size:42px}}@media screen and (max-width:1023.9px){.banner-slide-custom__title{font-size:32px}}@media screen and (max-width:767.9px){.banner-slide-custom__title{font-size:24px;line-height:1.25;max-width:65%}}@media screen and (max-width:374.9px){.banner-slide-custom__title{font-size:20px}}.banner-slide-custom__info{max-width:38%;padding-right:10px}@media screen and (max-width:1279.9px){.banner-slide-custom__info{max-width:50%}}@media screen and (max-width:1023.9px){.banner-slide-custom__info{width:320px;max-width:50%}}@media screen and (max-width:374.9px){.banner-slide-custom__info{max-width:55%}}.banner-slide-custom__text{display:block;font-weight:500;font-size:18px;line-height:140%;letter-spacing:-.01em;margin-top:16px}@media screen and (max-width:1023.9px){.banner-slide-custom__text{font-size:14px;margin-top:12px}}@media screen and (max-width:767.9px){.banner-slide-custom__text{font-size:12px;margin-top:6px;font-weight:400}}@media screen and (max-width:374.9px){.banner-slide-custom__text{font-size:12px}}.banner-slide-custom__text p:not(:last-child){margin-bottom:1rem}.banner-slide-custom__telegram-link-wrap{margin-top:40px}@media screen and (max-width:1023.9px){.banner-slide-custom__telegram-link-wrap{margin-top:15px}}.banner-slide-custom__telegram-link{font-weight:500;font-size:32px;line-height:1;letter-spacing:-.02em;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:maroon}@media screen and (max-width:1279.9px){.banner-slide-custom__telegram-link{font-size:28px}}@media screen and (max-width:1023.9px){.banner-slide-custom__telegram-link{font-size:16px}}@media screen and (max-width:374.9px){.banner-slide-custom__telegram-link{font-size:14px}}.banner-slide-custom__telegram-link svg{display:inline-block;width:40px;min-width:40px;height:40px;margin-right:12px;vertical-align:middle}@media screen and (max-width:1023.9px){.banner-slide-custom__telegram-link svg{width:24px;min-width:24px;height:24px;margin-right:6px}}.banner-slide-custom__telegram-link span{vertical-align:middle}.banner-slide-custom__link-wrap{margin-top:auto;padding-top:20px}@media screen and (max-width:767.9px){.banner-slide-custom__link-wrap{padding-top:14px;margin-top:auto}}.banner-slide-custom__link-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.banner-slide-custom__link.dark-button,.order-complete__button input.banner-slide-custom__link[type=submit]{background-color:maroon;min-width:254px;letter-spacing:-.01em}@media screen and (max-width:1023.9px){.banner-slide-custom__link.dark-button,.order-complete__button input.banner-slide-custom__link[type=submit]{min-width:200px}}@media screen and (max-width:767.9px){.banner-slide-custom__link.dark-button,.order-complete__button input.banner-slide-custom__link[type=submit]{min-width:1px;font-size:16px;letter-spacing:-.02em;font-weight:400;border-radius:8px;min-height:40px;padding:8px 16px;line-height:1.5}}.banner-slide-custom__date{font-weight:500;font-size:24px;line-height:110%;letter-spacing:-.01em;padding:0;margin:0}@media screen and (max-width:1279.9px){.banner-slide-custom__date{font-size:22px}}@media screen and (max-width:1023.9px){.banner-slide-custom__date{font-size:20px}}@media screen and (max-width:767.9px){.banner-slide-custom__date{font-size:14px}}.slider-arrow{position:relative;width:40px;height:40px;display:block;background-color:#fff;-webkit-box-shadow:4px 8px 12px 0 rgba(50,62,72,.1490196078);box-shadow:4px 8px 12px 0 rgba(50,62,72,.1490196078);background-image:none;border:0;border-radius:20px;z-index:3;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.slider-arrow::after,.slider-arrow::before{content:"";position:absolute;top:50%;left:50%;width:18px;height:18px;margin-top:-9px;margin-left:-9px;background-position:center;background-repeat:no-repeat;background-size:contain}.slider-arrow_prev{position:absolute;top:50%;left:0;margin-top:-20px;margin-left:-20px}.slider-arrow_prev::before{background-image:url(../img/icons/arrow-left.svg)}.slider-arrow_next{position:absolute;top:50%;right:0;margin-top:-20px;margin-right:-20px}.slider-arrow_next::before{background-image:url(../img/icons/arrow-right.svg)}.slider-arrow.swiper-button-lock{display:none}.dark-button,.order-complete__button input[type=submit]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-weight:600;background-color:#323e48;color:#fff;border-radius:8px;padding:12px 17px;line-height:1.5;letter-spacing:-.01em;position:relative;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;cursor:pointer;text-align:center;min-height:48px}.dark-button._loading,.order-complete__button input._loading[type=submit]{opacity:.5;cursor:wait}.dark-button._loading::after,.order-complete__button input._loading[type=submit]::after{content:"";border:.125em solid currentcolor;border-right-color:transparent;display:inline-block;width:1em;height:1em;margin-left:.35em;vertical-align:-.125em;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.dark-button._loading-preloader,.order-complete__button input._loading-preloader[type=submit]{opacity:.5;cursor:wait;color:transparent}.dark-button._loading-preloader::after,.order-complete__button input._loading-preloader[type=submit]::after{content:"";color:#fff;border:.125em solid currentcolor;border-right-color:transparent;display:inline-block;width:1em;height:1em;vertical-align:-.125em;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border;position:absolute;top:50%;left:50%;margin:-.5em 0 0 -.5em}.dark-button_sm{padding-top:8px;padding-bottom:8px;min-height:40px}@media screen and (max-width:767.9px){.dark-button_sm{padding-top:8px;padding-bottom:8px;min-height:40px;font-size:16px}}.dark-button.dark-button_sm,.order-complete__button input.dark-button_sm[type=submit]{padding-top:8px;padding-bottom:8px;min-height:40px}@media screen and (max-width:767.9px){.dark-button.dark-button_sm,.order-complete__button input.dark-button_sm[type=submit]{padding-top:8px;padding-bottom:8px;min-height:40px;font-size:16px}}@media screen and (max-width:767.9px){.dark-button,.order-complete__button input[type=submit]{padding:9px 17px}}.dark-button:hover,.order-complete__button input[type=submit]:hover{background-color:rgba(50,62,72,.8980392157);text-decoration:none}.dark-button:active,.dark-button:focus,.order-complete__button input[type=submit]:active,.order-complete__button input[type=submit]:focus{text-decoration:none}.dark-button:disabled,.order-complete__button input[type=submit]:disabled{background-color:rgba(50,62,72,.3019607843)}.dark-button._disabled,.order-complete__button input._disabled[type=submit]{background-color:#323e48}.dark-button_auth-vk{background-color:#07f}.dark-button_auth-vk:hover{background-color:#005fcc}.dark-button_auth-vk._disabled{cursor:no-drop;opacity:.3;pointer-events:none}.dark-button_auth-yandex{background-color:#000}.dark-button_auth-yandex:hover{background-color:#333}.dark-button_auth-yandex._disabled{cursor:no-drop;opacity:.3;pointer-events:none}.dark-button_auth-sber{background:#21a038}.dark-button_auth-sber:hover{background-color:#1d8b31}.dark-button_auth-sber._disabled{cursor:no-drop;opacity:.3;pointer-events:none}.dark-button__icon-wrap{display:inline-block;width:18px;height:18px;vertical-align:middle;position:relative}.dark-button__icon-wrap:not(:first-child){margin-left:8px}.dark-button__icon-wrap:not(:last-child){margin-right:8px}.dark-button__icon-wrap img{display:block;position:relative;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.dark-button__icon-wrap svg{display:block;position:relative;width:100%;height:100%}.dark-button.w-100,.order-complete__button input.w-100[type=submit]{width:100%}.dark-button_wide,.order-complete__button input[type=submit]{padding-left:24px;padding-right:24px}.custom-scrollbar.swiper-scrollbar{width:418px;position:absolute;top:100%;left:50%;margin-top:20px;margin-left:-209px;height:4px;display:block;z-index:2;background-color:rgba(50,62,72,.0705882353);border-radius:2px}.custom-scrollbar.swiper-scrollbar .swiper-scrollbar-drag{border-radius:2px;background-color:#323e48}@media screen and (max-width:1279.9px){.custom-scrollbar.swiper-scrollbar{width:240px;margin-left:-120px}}@media screen and (max-width:767.9px){.custom-scrollbar.swiper-scrollbar{margin:16px 0 0;width:auto;left:20px;right:20px}}.custom-scrollbar.swiper-scrollbar.custom-scrollbar_preview{width:100%;left:0;top:100%;margin:6px 0 0}.custom-scrollbar.swiper-scrollbar.custom-scrollbar_preview.swiper-scrollbar-lock{display:none}.catalog-links-slider{position:relative;padding-top:30px;padding-bottom:50px;overflow:hidden}.catalog-links-slider .swiper-scrollbar.custom-scrollbar{display:none}.catalog-links-slider__swiper{padding-inline:12px}@media screen and (max-width:1279.9px){.catalog-links-slider__swiper{padding-inline:0}}@media screen and (max-width:767.9px){.catalog-links-slider{padding-top:37px;padding-bottom:24px}}.catalog-links-slider .swiper-slide{width:136px;-webkit-box-flex:0;-ms-flex:0 0 136px;flex:0 0 136px;max-width:136px}@media screen and (max-width:1023.9px){.catalog-links-slider .swiper-slide{width:100px;-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;max-width:100px}}@media screen and (max-width:767.9px){.catalog-links-slider .swiper-slide{width:auto;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:77px}}.catalog-links-slider .swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:24px}.catalog-links-slider .slider-arrow_prev{left:12px}.catalog-links-slider .slider-arrow_next{right:12px}.catalog-links-slider .slider-arrow_next,.catalog-links-slider .slider-arrow_prev{margin:0;top:48px}@media screen and (max-width:1023.9px){.catalog-links-slider .slider-arrow_next,.catalog-links-slider .slider-arrow_prev{top:30px}}@media screen and (max-width:767.9px){.catalog-links-slider .slider-arrow_next,.catalog-links-slider .slider-arrow_prev{display:none}}.catalog-link-slide{display:block;color:#1a1a1a}.catalog-link-slide:active,.catalog-link-slide:focus,.catalog-link-slide:hover{text-decoration:none;color:rgba(26,26,26,.5019607843)}.catalog-link-slide._active{border:2px solid red}.catalog-link-slide__circle{position:relative;width:136px;height:136px;background-color:#f1f1f2;margin:0 auto;overflow:hidden;border-radius:68px}.catalog-link-slide__circle img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width:1023.9px){.catalog-link-slide__circle{width:100px;height:100px}}@media screen and (max-width:767.9px){.catalog-link-slide__circle{width:56px;height:56px}}.catalog-link-slide__title{font-weight:600;font-size:16px;letter-spacing:-.05em;text-align:center;padding:0 4px;margin-top:17px;word-break:break-word;-ms-hyphens:auto;hyphens:auto;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}@media screen and (max-width:1023.9px){.catalog-link-slide__title{font-size:14px;line-height:1.4}}@media screen and (max-width:767.9px){.catalog-link-slide__title{font-size:12px}}.catalog-link-slide__count{color:rgba(26,26,26,.5019607843)}.catalog-grid-slider{position:relative;padding-top:24px;padding-bottom:50px;overflow:hidden}@media (min-width:768px) and (max-width:1560px){.catalog-grid-slider{padding-top:20px;padding-bottom:20px}}@media screen and (max-width:767.9px){.catalog-grid-slider{padding-top:16px;padding-bottom:16px}}.catalog-grid-slider.catalog-grid-slider--type-top-position{padding-top:0;padding-bottom:25px}@media (min-width:768px) and (max-width:1560px){.catalog-grid-slider.catalog-grid-slider--type-top-position{padding-top:0;padding-bottom:16px}.catalog-grid-slider.catalog-grid-slider--type-top-position .catalog-grid-slider__swiper{height:140px}.catalog-grid-slider.catalog-grid-slider--type-top-position .catalog-grid-card .catalog-grid-card__title{position:relative;z-index:1}.catalog-grid-slider.catalog-grid-slider--type-top-position .catalog-grid-card .catalog-grid-card__image img{max-height:86px}.catalog-grid-slider.catalog-grid-slider--type-top-position .catalog-grid-card.catalog-grid-card--type-rose .catalog-grid-card__badge{margin-bottom:-17px}}@media (min-width:1300px) and (max-width:1560px){.catalog-grid-slider.catalog-grid-slider--type-top-position .catalog-grid-card{padding:17px 67px 7px 15px}}@media (min-width:1280px) and (max-width:1299px){.catalog-grid-slider.catalog-grid-slider--type-top-position .catalog-grid-card{padding:17px 47px 7px 15px}}@media (min-width:1024px) and (max-width:1279px){.catalog-grid-slider.catalog-grid-slider--type-top-position .catalog-grid-card{padding:17px 28px 7px 15px}}@media (min-width:768px) and (max-width:1024px){.catalog-grid-slider.catalog-grid-slider--type-top-position .catalog-grid-card{padding:17px 35px 7px 15px}}@media screen and (max-width:767.9px){.catalog-grid-slider.catalog-grid-slider--type-top-position{padding-top:0;padding-bottom:7px}.catalog-grid-slider.catalog-grid-slider--type-top-position .catalog-grid-card__image{width:70px}.catalog-grid-slider.catalog-grid-slider--type-top-position .catalog-grid-slider__swiper{height:140px}.catalog-grid-slider.catalog-grid-slider--type-top-position .catalog-grid-card.catalog-grid-card--type-rose .catalog-grid-card__badge{font-size:54px;margin-bottom:-9px}.catalog-grid-slider.catalog-grid-slider--type-top-position .catalog-grid-card.catalog-grid-card--type-beige .catalog-grid-card__badge{font-size:42px;margin-bottom:-5px}}.catalog-grid-slider .swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:767.9px){.catalog-grid-slider .swiper-wrapper .swiper-slide{width:100%!important;max-width:165px!important}}@media screen and (max-width:767.9px){.catalog-grid-slider__swiper-wrap{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;overflow:hidden}}.catalog-grid-slider__swiper{position:relative;height:216px}@media screen and (max-width:767.9px){.catalog-grid-slider__swiper{overflow:visible;height:154px}}.catalog-grid-card{display:block;position:relative;height:100%;color:#1a1a1a;text-decoration:none;-webkit-transition:.2s 0s ease;transition:.2s 0s ease;background-color:#f1f1f2;border-radius:8px;font-size:14px;font-weight:600;line-height:120%;letter-spacing:-.01em;padding:17px 75px 17px 15px;margin:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;text-decoration:none}@media screen and (max-width:767.9px){.catalog-grid-card{font-size:12px;padding:13px 68px 12px 12px}}.catalog-grid-card.catalog-grid-card--type-rose{background-color:#f9e2dd}.catalog-grid-card.catalog-grid-card--type-rose .catalog-grid-card__badge{display:inline-block;font-weight:600;font-size:74px;line-height:1;letter-spacing:-.01em;text-align:center;vertical-align:bottom;position:absolute;bottom:0;right:0;margin-bottom:-11px;margin-right:7px;color:maroon}.catalog-grid-card.catalog-grid-card--type-beige{background-color:rgba(214,183,147,.3019607843)}.catalog-grid-card.catalog-grid-card--type-beige .catalog-grid-card__badge{font-size:48px;font-weight:700;line-height:1;letter-spacing:-.02em;text-align:center;vertical-align:bottom;position:absolute;bottom:0;right:0;margin-bottom:-6px;margin-right:-1px;color:#323e48}.catalog-grid-card:hover{text-decoration:none;color:rgba(26,26,26,.5019607843)}.catalog-grid-card:focus{text-decoration:none;color:rgba(26,26,26,.5019607843)}.catalog-grid-card:active{text-decoration:none}.catalog-grid-card__title{font-size:14px;font-weight:600;line-height:120%;letter-spacing:-.01em;padding:0;margin:0}@media screen and (max-width:767.9px){.catalog-grid-card__title{font-size:12px}}.catalog-grid-card__image{position:absolute;bottom:0;right:0;width:100px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;line-height:1}.catalog-grid-card__image img{display:inline-block;vertical-align:bottom;width:auto;max-width:100%;height:auto;max-height:100%}.catalog-grid-card__content{position:relative}.interior-slider{padding-top:30px;padding-bottom:40px}.interior-slider__swiper-wrap{position:relative}@media screen and (max-width:767.9px){.interior-slider{overflow:hidden;padding-bottom:30px;padding-top:22px}.interior-slider .swiper{overflow:visible}.interior-slider .slider-arrow{display:none}.interior-slider .swiper-slide{width:158px}}.interior-slide{display:block;background-color:#f1f1f2;color:#fff;position:relative;width:100%;height:auto;padding-bottom:119.5%;cursor:pointer}@media screen and (max-width:767.9px){.interior-slide{padding-bottom:124%}}.interior-slide:active,.interior-slide:focus,.interior-slide:hover{text-decoration:none}.interior-slide img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.interior-slide__title{font-weight:500;font-size:24px;line-height:125%;letter-spacing:-.02em;text-align:center;position:relative;z-index:1;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;letter-spacing:0}@media screen and (max-width:767.9px){.interior-slide__title{font-size:18px}}.interior-slide__info{font-size:14px;letter-spacing:-.01em;position:relative;z-index:1}@media screen and (max-width:767.9px){.interior-slide__info{letter-spacing:-.01em;margin-top:4px}}.interior-slide__content{position:absolute;top:0;top:0;width:100%;height:100%;padding:20px}@media screen and (max-width:767.9px){.interior-slide__content{padding:16px}}.promo-slider{position:relative;padding-top:40px;padding-bottom:40px}.promo-slider .swiper.promo-slider__swiper{z-index:3}@media screen and (max-width:1023.9px){.promo-slider{overflow:hidden}.promo-slider .swiper.promo-slider__swiper{overflow:visible}}@media screen and (max-width:767.9px){.promo-slider .swiper-slide{width:223px;max-width:223px}.promo-slider .slider-arrow{display:none}}.promo-slider__swiper-wrap{position:relative}.promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide{height:auto}.promo-slider .slider-arrow_next,.promo-slider .slider-arrow_prev{top:176px;margin-top:0}.promo-slider_feb-sale{padding-bottom:106px}@media screen and (max-width:1023.9px){.promo-slider_feb-sale{padding-bottom:76px}}@media screen and (max-width:767.9px){.promo-slider_feb-sale{padding-bottom:61px;padding-top:30px}}.promo-slider_hits{padding-top:80px}@media screen and (max-width:1023.9px){.promo-slider_hits{padding-top:50px}}@media screen and (max-width:767.9px){.promo-slider_hits{padding-top:35px}}.promo-slider_new{padding-bottom:110px}@media screen and (max-width:1023.9px){.promo-slider_new{padding-bottom:76px}}@media screen and (max-width:767.9px){.promo-slider_new{padding-top:25px;padding-bottom:61px}}.promo-slider_cart-watch{padding-top:30px;margin-bottom:64px}.promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide{width:200px;max-width:200px}@media screen and (max-width:767.9px){.promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide{width:164px;max-width:164px}}.promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide .swiper-slide{width:244px;max-width:244px}@media screen and (max-width:767.9px){.promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide .swiper-slide{width:223px;max-width:223px}}.promo-slider__swiper-wrap._isAutoWidth .slider-arrow_next,.promo-slider__swiper-wrap._isAutoWidth .slider-arrow_prev{margin-top:-35px}.promo-slider__swiper-wrap._isAutoWidth>.custom-scrollbar.swiper-scrollbar{width:100%;left:auto;right:auto;margin-left:0;margin-right:0;position:relative;margin-top:28px}@media screen and (max-width:767.9px){.promo-slider__swiper-wrap._isAutoWidth>.custom-scrollbar.swiper-scrollbar{margin-top:44px}}.product-select{display:block;width:auto;max-width:100%;min-width:0;font-weight:400;font-size:14px;line-height:1;letter-spacing:-.02em;color:#1a1a1a;background-color:rgba(50,62,72,.0705882353);padding:12px 38px 12px 11px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(50,62,72,.0705882353);border-radius:8px;background-image:url(../img/icons/down-arrow.svg);background-repeat:no-repeat;background-size:18px 18px;background-position:calc(100% - 12px) 50%;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-select option{white-space:normal}.product-select:hover{background-color:rgba(50,62,72,.1490196078)}.promo-product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#1a1a1a;font-size:16px;color:#1a1a1a;letter-spacing:-.02em;min-height:100%}@media screen and (max-width:1279.9px){.promo-product{font-size:14px}}@media screen and (max-width:767.9px){.promo-product.promo-product_grid-item .promo-product__price{font-size:20px;letter-spacing:-.02em}.promo-product.promo-product_grid-item .promo-product__currency{margin-left:4px}.promo-product.promo-product_grid-item .promo-product__price-old{font-size:14px;margin-left:7px}.promo-product.promo-product_grid-item .promo-product__sale-label{font-size:12px;margin-left:8px}.promo-product.promo-product_grid-item .promo-product__name{margin-top:7px}.promo-product.promo-product_grid-item .promo-product__add-cart-button.add-cart-button{padding:11px 11px}.promo-product.promo-product_grid-item .promo-product__size-wrap{width:100%;max-width:calc(100% - 47px);min-width:0}.promo-product.promo-product_grid-item .promo-product__size.product-select{padding:12px 28px 12px 7px;width:100%;min-width:0}.promo-product.promo-product_grid-item .promo-product__characteristics._show-counter .count.count_init-hidden{width:100%}.promo-product.promo-product_grid-item .count__input{padding:8px 30px}.promo-product.promo-product_grid-item .count__button{width:32px}}@media screen and (max-width:767.9px) and (max-width:374.9px){.promo-product.promo-product_grid-item .count__button{width:28px}}.promo-product__image-box{width:100%;display:block;position:relative}.promo-product__preview-swiper-wrap{display:block;position:relative;background-color:#f1f1f2}.promo-product__favorites-icon{display:block;width:18px;height:18px}.promo-product__add-cart-btn,.promo-product__add-favorites{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:10px;right:8px;width:40px;height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:0;background-color:rgba(26,26,26,.5019607843);color:transparent;border:0;border-radius:25px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;z-index:1}.promo-product__add-cart-btn._active,.promo-product__add-favorites._active{color:#fff}.promo-product__add-cart-btn{top:initial;bottom:8px;color:#fff}.promo-product__add-cart-btn-count{position:absolute;top:0;right:0;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:translate(25%,-25%);-ms-transform:translate(25%,-25%);transform:translate(25%,-25%);border-radius:999px;padding:0 4px;width:18px;height:18px;background-color:#fff;color:#1a1a1a;font-size:14px;line-height:155%;letter-spacing:-.02em}.promo-product__add-cart-btn._active .promo-product__add-cart-btn-count{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.promo-product__tips{position:absolute;bottom:8px;left:8px;right:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:1}.promo-product__info{position:relative;padding:17px 0;width:100%;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.promo-product__info>*{width:100%}@media screen and (max-width:767.9px){.promo-product__info{padding-bottom:0}}.promo-product__price-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.promo-product__payment-info{margin-top:8px}.promo-product__price{font-weight:600;font-size:24px;line-height:1.25;letter-spacing:-.02em;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:767.9px){.promo-product__price{font-size:16px;line-height:155%}}.promo-product__currency{margin-left:4px}.promo-product__price-old{font-size:16px;line-height:1.25;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843);text-decoration:line-through;margin-left:9px}.promo-product__currency-old{margin-left:4px}.promo-product__sale-label{display:inline-block;font-size:14px;line-height:1;letter-spacing:-.02em;background-color:maroon;color:#fff;padding:5px 5px 5px 4px;border-radius:4px;margin-left:9px}.promo-product__name{display:block;margin-top:11px;padding-right:2px;word-break:break-word;-ms-hyphens:auto;hyphens:auto}@media (hover:hover){.promo-product__name:hover:not(:disabled){text-decoration:none;color:rgba(26,26,26,.5019607843)}}.promo-product__size{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0}.promo-product__characteristics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:16px;margin-top:auto;gap:8px}.promo-product__characteristics._show-counter .promo-product__size{display:none}.promo-product__characteristics._show-counter .count.count_init-hidden{display:block}.promo-product__characteristics._show-counter .promo-product__wrap{display:block;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.promo-product__size-wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0}.promo-product__wrap{display:none}.promo-product__add-cart-wrap{position:relative}.promo-product__add-cart-wrap .loader-opacity{position:absolute}.promo-product__add-cart-wrap .loader-opacity:before{width:2.8rem;height:2.8rem}.promo-product__add-cart-wrap .loader-opacity:after{width:130%}.promo-product__rating-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:8px;position:relative}.promo-product__rating-wrap .loader-opacity{position:absolute}.promo-product__rating-wrap .loader-opacity:before{width:2.8rem;height:2.8rem}.promo-product__rating-wrap .loader-opacity:after{width:100%}.promo-product__rating{display:inline-block;position:relative;padding-left:18px;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:-.02em}.promo-product__rating::before{content:"";display:block;position:absolute;top:50%;left:0;width:14px;height:14px;margin:0;margin-top:-7px;background-image:url(../img/icons/star.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.promo-product__reviews{font-weight:400;font-size:14px;line-height:1.5;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843);cursor:pointer}.promo-product__reviews:not(._empty){margin-left:10px}.promo-product__sales{font-weight:400;font-size:14px;line-height:1.5;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843)}.promo-product__sales:not(._empty){margin-left:16px}.promo-product--short .custom-scrollbar.swiper-scrollbar{height:2px;margin-top:8px}@media screen and (min-width:768px){.promo-product--short .custom-scrollbar.swiper-scrollbar{-webkit-transition:opacity .3s ease;transition:opacity .3s ease;opacity:0}}.promo-product--short .tip{font-family:Noto-Sans-Display,sans-serif,arial}.promo-product--short .promo-product__add-cart-wrap{z-index:1;position:absolute;right:8px;bottom:8px}.promo-product--short .promo-product__add-cart-wrap .loader-opacity{border-radius:50%;cursor:wait;overflow:hidden;-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.promo-product--short .promo-product__add-cart-wrap .loader-opacity:after{width:100%}.promo-product--short .promo-product__add-cart-btn{position:static}@media screen and (min-width:768px){.promo-product--short .promo-product__add-cart-wrap,.promo-product--short .promo-product__add-favorites{-webkit-transition:opacity .3s ease;transition:opacity .3s ease;opacity:0;pointer-events:none}}.promo-product--short .promo-product__price{font-weight:400;font-size:24px;line-height:125%;letter-spacing:-.02em}.promo-product--short .promo-product__price-old{margin-left:8px}.promo-product--short .promo-product__price,.promo-product--short .promo-product__price-old{font-family:Noto-Sans-Display,sans-serif,arial}@media (hover:hover){.promo-product--short:hover:not(:disabled) .promo-product__add-cart-wrap,.promo-product--short:hover:not(:disabled) .promo-product__add-favorites{opacity:1;pointer-events:initial}.promo-product--short:hover:not(:disabled) .custom-scrollbar.swiper-scrollbar{opacity:1}}.promo-product-preview{position:relative;background-color:#f1f1f2;display:block;position:relative;width:100%;height:auto;padding-bottom:125%}.promo-product-preview img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}body.touch-support .swiper.promo-product__preview-swiper .custom-mouse-pagination.swiper-pagination{display:none}body.touch-support .swiper .promo-product__preview-swiper-wrap .custom-scrollbar.swiper-scrollbar{display:none}body.touch-support .swiper .swiper.promo-product__preview-swiper{pointer-events:none}body.touch-support .swiper .swiper.promo-product__preview-swiper .swiper-wrapper{-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}body.touch-support .swiper .swiper.promo-product__preview-swiper .swiper-wrapper .swiper-slide+.swiper-slide{display:none}body.touch-support .swiper .swiper.promo-product__preview-swiper .custom-mouse-pagination.swiper-pagination{display:none}.custom-mouse-pagination.swiper-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;opacity:1;margin:0;padding:0;position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent}.custom-mouse-pagination.swiper-pagination .swiper-pagination-bullet{background-color:transparent;margin:0;padding:0;opacity:1;width:100%;height:100%;min-height:1px;border:0;border-radius:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.tip{display:inline-block;font-weight:600;font-size:12px;line-height:1.25;letter-spacing:-.02em;text-transform:uppercase;padding:2px 4px;color:#1a1a1a;background-color:#fff;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:6px;font-family:Noto-Sans-Display,sans-serif,arial}.tip:not(:last-child){margin-right:4px}.tip.tip_dark{background-color:maroon;color:#fff}.tip.tip_grey{background-color:#f0f1f2;color:#1a1a1a}.tip.tip_delivery{background-color:#ffc800;color:#1a1a1a}@media screen and (max-width:767.9px){.tip.tip_pickup{font-size:0;letter-spacing:0}.tip.tip_pickup::after{content:"есть самовывоз";font-size:12px;letter-spacing:-.02em}}.add-cart-button{display:inline-block;position:relative;background-color:#323e48;color:#fff;width:auto;height:auto;font-size:16px;line-height:1;padding:11px 23px;margin:0;border:0;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media screen and (max-width:767.9px){.add-cart-button{padding:11px}}.add-cart-button:hover{background-color:rgba(50,62,72,.8980392157)}.add-cart-button:disabled{background-color:rgba(50,62,72,.3019607843)}.add-cart-button._active{background-color:rgba(50,62,72,.0705882353);color:#323e48}.add-cart-button._active .add-cart-button__icon-base{opacity:0}.add-cart-button._active .add-cart-button__icon-active{display:block}.add-cart-button._active .add-cart-button__cart-count{display:block;opacity:1}.add-cart-button__icon-base{display:block}.add-cart-button__icon-base svg{display:block;width:18px;height:18px}.add-cart-button__icon-active{display:none;position:absolute;top:50%;left:50%;margin-left:-9px;margin-top:-9px}.add-cart-button__icon-active svg{display:block;width:18px;height:18px}.add-cart-button__cart-count{display:none;opacity:0;position:absolute;top:0;left:100%;background-color:#323e48;color:#fff;font-weight:400;font-size:14px;line-height:24px;letter-spacing:0;text-align:center;width:auto;height:auto;min-width:24px;padding:0 3px;border:0;border-radius:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:-12px;margin-left:-13px;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.title{display:block;font-weight:600;font-size:40px;line-height:1.2;letter-spacing:-.01em;color:#1a1a1a;padding-right:10px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}.title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:38px}@media screen and (max-width:767.9px){.title-row{margin-bottom:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.title-row__button-wrap{padding:3px 0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (max-width:767.9px){.title-row__button-wrap{padding-bottom:0;-ms-flex-item-align:end;align-self:flex-end}}.title-after{margin-top:16px;padding-right:260px}@media screen and (max-width:1023.9px){.title-after{padding-right:30px;font-size:14px}}@media screen and (max-width:767.9px){.title-after{padding-right:0}}@media screen and (max-width:767.9px){.title{letter-spacing:-.02em}}@media screen and (max-width:1279.9px){.title{font-size:36px}}@media screen and (max-width:1023.9px){.title{font-size:30px}}@media screen and (max-width:767.9px){.title{font-size:24px}}.show-all-button{display:inline-block;background-color:rgba(50,62,72,.0705882353);color:#1a1a1a;font-weight:600;font-size:16px;line-height:1.5;letter-spacing:-.01em;padding:8px 17px;border:0;margin:0;border-radius:8px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.show-all-button:hover{background-color:rgba(50,62,72,.1490196078)}.show-all-button:disabled{background-color:rgba(50,62,72,.0705882353);opacity:.3}.show-all-button:active,.show-all-button:focus,.show-all-button:hover{text-decoration:none}.ideas-for-home{position:relative;background-color:#f5efec;color:#1a1a1a;padding-top:82px;padding-bottom:125px}@media screen and (max-width:1023.9px){.ideas-for-home{padding-top:52px;padding-bottom:88px}}@media screen and (max-width:767.9px){.ideas-for-home{overflow:hidden;padding-top:20px;padding-bottom:45px}.ideas-for-home .slider-arrow{display:none}.ideas-for-home .swiper{overflow:visible}}.ideas-for-home__swiper-wrap{position:relative}@media screen and (max-width:767.9px){.ideas-for-home__swiper-wrap{margin-left:-16px;margin-right:-16px}}.ideas-for-home .swiper-scrollbar.custom-scrollbar{margin-top:40px}@media screen and (max-width:767.9px){.ideas-for-home .swiper-scrollbar.custom-scrollbar{margin-top:16px}}.ideas-for-home .swiper{padding-right:64px}@media screen and (max-width:833.9px){.ideas-for-home .swiper{padding-right:0}}@media screen and (max-width:767.9px){.ideas-for-home .swiper{padding-right:0}}@-webkit-keyframes scale{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.34,1.34,1.34);transform:scale3d(1.34,1.34,1.34)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes scale{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.34,1.34,1.34);transform:scale3d(1.34,1.34,1.34)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.ideas-slide{overflow:hidden}.ideas-slide__image-wrap{width:100%;height:auto;padding-bottom:125%;position:relative;background-color:#f1f1f2}@media screen and (max-width:767.9px){.ideas-slide__image-wrap{padding-bottom:133%}}.ideas-slide__image-wrap img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ideas-slide__points .ideas-slide__point:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.ideas-slide__points .ideas-slide__point:nth-child(1)::before{-webkit-animation-delay:0s;animation-delay:0s}.ideas-slide__points .ideas-slide__point:nth-child(2){-webkit-animation-delay:.25s;animation-delay:.25s}.ideas-slide__points .ideas-slide__point:nth-child(2)::before{-webkit-animation-delay:.25s;animation-delay:.25s}.ideas-slide__points .ideas-slide__point:nth-child(3){-webkit-animation-delay:.5s;animation-delay:.5s}.ideas-slide__points .ideas-slide__point:nth-child(3)::before{-webkit-animation-delay:.5s;animation-delay:.5s}.ideas-slide__points .ideas-slide__point:nth-child(4){-webkit-animation-delay:.75s;animation-delay:.75s}.ideas-slide__points .ideas-slide__point:nth-child(4)::before{-webkit-animation-delay:.75s;animation-delay:.75s}.ideas-slide__points .ideas-slide__point:nth-child(5){-webkit-animation-delay:1s;animation-delay:1s}.ideas-slide__points .ideas-slide__point:nth-child(5)::before{-webkit-animation-delay:1s;animation-delay:1s}.ideas-slide__points .ideas-slide__point:nth-child(6){-webkit-animation-delay:1.25s;animation-delay:1.25s}.ideas-slide__points .ideas-slide__point:nth-child(6)::before{-webkit-animation-delay:1.25s;animation-delay:1.25s}.ideas-slide__points .ideas-slide__point:nth-child(7){-webkit-animation-delay:1.5s;animation-delay:1.5s}.ideas-slide__points .ideas-slide__point:nth-child(7)::before{-webkit-animation-delay:1.5s;animation-delay:1.5s}.ideas-slide__points .ideas-slide__point:nth-child(8){-webkit-animation-delay:1.75s;animation-delay:1.75s}.ideas-slide__points .ideas-slide__point:nth-child(8)::before{-webkit-animation-delay:1.75s;animation-delay:1.75s}.ideas-slide__points .ideas-slide__point:nth-child(9){-webkit-animation-delay:2s;animation-delay:2s}.ideas-slide__points .ideas-slide__point:nth-child(9)::before{-webkit-animation-delay:2s;animation-delay:2s}.ideas-slide__points .ideas-slide__point:nth-child(10){-webkit-animation-delay:2.25s;animation-delay:2.25s}.ideas-slide__points .ideas-slide__point:nth-child(10)::before{-webkit-animation-delay:2.25s;animation-delay:2.25s}.ideas-slide__point{position:absolute;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:0;border:0;top:5%;left:5%;width:24px;height:24px;margin-top:-12px;margin-left:-12px;border-radius:12px;background-color:#fff;cursor:pointer}.ideas-slide__point::before{content:"";position:absolute;top:50%;left:50%;width:48px;height:48px;margin-top:-24px;margin-left:-24px;border-radius:50%;opacity:.7;background-color:rgba(255,255,255,.3019607843);-webkit-transform:none;-ms-transform:none;transform:none;opacity:1;-webkit-animation:scale 2s infinite cubic-bezier(0,0,.49,1.02);animation:scale 2s infinite cubic-bezier(0,0,.49,1.02);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:1023.9px){.ideas-slide__point{width:18px;height:18px;margin-top:-9px;margin-left:-9px}.ideas-slide__point::before{width:38px;height:38px;margin-top:-19px;margin-left:-19px}}@media screen and (max-width:767.9px){.ideas-slide__point{width:16px;height:16px;margin-top:-8px;margin-left:-8px}.ideas-slide__point::before{width:32px;height:32px;margin-top:-16px;margin-left:-16px}}.ideas-modal{position:absolute;top:16px;right:16px;background-color:#fff;color:#1a1a1a;width:257px;max-width:100%;padding:17px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:16px;line-height:1.6;letter-spacing:-.01em;opacity:0;display:none;pointer-events:none}@media screen and (max-width:1279.9px){.ideas-modal{width:257px}}@media screen and (max-width:833.9px) and (min-width:768px){.ideas-modal{width:217px}}@media screen and (max-width:767.9px){.ideas-modal{top:9px;right:8px}}.ideas-modal._opacity-block{opacity:0;display:block}.ideas-modal._show{opacity:1;display:block;pointer-events:initial}.ideas-modal__img-placeholder{width:100%;height:278px;background:#888}.ideas-modal__photo-wrap{position:relative;width:100%;min-height:1px;background-color:rgba(50,62,72,.0705882353)}.ideas-modal__photo-wrap img{display:block;width:100%;max-width:100%;height:auto}.ideas-modal__close{display:block;position:absolute;top:0;right:0;padding:7px;margin:0;border:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;cursor:pointer}.ideas-modal__close-icon{display:block;width:18px;height:18px}.ideas-modal__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ideas-modal__price-row{padding-top:11px;margin-bottom:13px}.ideas-modal__price-row .promo-product__price{font-size:20px}.ideas-modal__price-row .promo-product__currency{margin-left:4px}.ideas-modal__name{padding-right:15px}.ideas-modal__cart-button-wrap .add-cart-button{padding-left:11px;padding-right:11px}.useful-articles{position:relative;padding-top:81px;padding-bottom:108px;background:rgba(50,62,72,.07)}@media screen and (max-width:1023.9px){.useful-articles{padding-top:55px;padding-bottom:80px}}@media screen and (max-width:767.9px){.useful-articles{overflow:hidden;padding-top:47px;padding-bottom:44px}.useful-articles .swiper{overflow:visible}.useful-articles .slider-arrow{display:none}.useful-articles .swiper-slide{width:223px;max-width:223px}.useful-articles .title-row{display:block}.useful-articles .title-row__button-wrap{text-align:right}}@media screen and (max-width:767.9px){.useful-articles .title{padding-right:75px}}@media screen and (max-width:767.9px){.useful-articles .title-after{margin-top:23px}}.useful-articles .title-row{position:relative}.useful-articles .title-row__button-wrap.show-tablet-up{display:none}@media screen and (min-width:768px){.useful-articles .title-row__button-wrap.show-tablet-up{display:block}}.useful-articles .title-row__button-wrap.show-tablet-down{display:none}@media screen and (max-width:767.9px){.useful-articles .title-row__button-wrap.show-tablet-down{display:block;position:absolute;top:-4px;right:0;z-index:1;padding:0}}.useful-articles__swiper-wrap{position:relative}.useful-articles .slider-arrow_next,.useful-articles .slider-arrow_prev{top:113px;margin-top:0}@media screen and (max-width:767.9px){.useful-articles .swiper-scrollbar.custom-scrollbar{margin-top:1px}}.useful-articles__separator{position:relative;padding-top:72px;padding-bottom:48px}@media screen and (max-width:767.9px){.useful-articles__separator{padding-top:37px;padding-bottom:32px}}.useful-articles__separator::before{content:"";position:absolute;top:50%;left:0;width:100%;border-top:1px solid rgba(50,62,72,.07)}.useful-articles--bordered{position:relative}.useful-articles--bordered:after{content:"";width:100%;height:1px;background-color:rgba(50,62,72,.0705882353);position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:1320px}.useful-article{display:block;font-size:16px;color:#1a1a1a;letter-spacing:-.02em}@media screen and (max-width:1279.9px){.useful-article{font-size:14px}}.useful-article__image-wrap{display:block;position:relative;width:100%;height:auto;padding-bottom:62.7375%;background-color:rgba(50,62,72,.0705882353)}.useful-article__image-wrap img{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.useful-article__info{padding-top:16px;padding-bottom:16px}.useful-article__name{font-weight:600;font-size:24px;line-height:1.25;letter-spacing:-.02em;margin-bottom:10px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:1279.9px){.useful-article__name{font-size:20px}}@media screen and (max-width:1023.9px){.useful-article__name{font-size:16px}}@media screen and (max-width:767.9px){.useful-article__name{font-size:16px;line-height:1.55}}.useful-article__preview-text{line-height:1.625}@media screen and (max-width:1023.9px){.useful-article__preview-text{line-height:1.55}}@media screen and (max-width:767.9px){.useful-article__preview-text{line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.useful-article__date-time{font-size:14px;color:rgba(26,26,26,.5019607843);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:8px}@media screen and (max-width:1023.9px){.useful-article__date-time{font-size:12px}}.useful-article__date{display:inline-block;margin-right:9px}.useful-article__read-time{display:inline-block;position:relative;padding-left:10px}.useful-article__read-time::before{content:"";position:absolute;top:50%;left:0;width:2px;height:2px;border-radius:2px;background-color:rgba(26,26,26,.5019607843);top:50%;margin-top:-1px}.useful-article__tips{margin-top:12px}@media screen and (max-width:767.9px){.useful-article__tips{margin-top:14px}}.useful-article__tip{display:inline-block;background-color:rgba(50,62,72,.0705882353);color:#1a1a1a;font-weight:600;font-size:12px;line-height:1;text-transform:uppercase;padding:4px 4px;border-radius:4px;letter-spacing:-.02em;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}.useful-article__tip:not(:last-child){margin-right:1px}.useful-article__link{display:block}@media screen and (max-width:767.9px){.clients-banner .container{padding:0}}.clients-banner__inner{position:relative;margin-bottom:80px;padding:56px 80px}@media screen and (max-width:767.9px){.clients-banner__inner{padding:32px 16px;margin-bottom:0}}.clients-banner__text-bottom,.clients-banner__text-top{position:relative;z-index:1;font-weight:400;font-size:20px;line-height:130%;letter-spacing:-.02em}@media screen and (max-width:767.9px){.clients-banner__text-bottom,.clients-banner__text-top{font-size:16px;max-width:180px}}.clients-banner__number{position:relative;z-index:1;margin-block:8px;font-weight:400;font-size:72px;line-height:120%;letter-spacing:-.01em}@media screen and (max-width:767.9px){.clients-banner__number{font-size:48px}}.clients-banner__image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.features{background-color:#fff;color:#1a1a1a;font-weight:400;font-size:14px;line-height:1.55;letter-spacing:-.02em;padding-top:79px;padding-bottom:79px;border-top:1px solid rgba(50,62,72,.0705882353)}@media screen and (max-width:1023.9px){.features{padding-top:70px;padding-bottom:70px}}@media screen and (max-width:767.9px){.features{padding-top:40px;padding-bottom:61px;overflow:hidden}.features .swiper-slide{width:auto;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:160px}.features .swiper{overflow:visible}}.features__heading-title{text-align:center;padding:0 140px;margin-bottom:60px}.features__list{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -12px}.features__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:767.9px){.features__item{display:block}}.features__icon-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:48px;width:48px;height:48px;border-radius:24px;background-color:rgba(50,62,72,.0705882353);color:#323e48;margin-right:20px}.features__icon-wrap._beige{background-color:#d6b793;color:#d6b793}.features__icon-wrap._beige .features__icon{width:32px;height:32px;color:#fff}@media screen and (max-width:767.9px){.features__icon-wrap{margin-bottom:10px}}.features__icon{display:block;width:24px;height:24px}.features__title{font-weight:600;font-size:16px;line-height:1.55;letter-spacing:-.01em;margin-bottom:4px}@media screen and (max-width:767.9px){.features__title{font-size:14px}}.features__description{padding-right:18px}.features.features_gift{padding-top:70px;border-top:0}@media screen and (max-width:767.9px){.features.features_gift{padding-top:40px;padding-bottom:41px}}.features.features_gift .custom-scrollbar.swiper-scrollbar{display:none}@media screen and (max-width:767.9px){.features.features_gift .swiper-slide{width:257px;-webkit-box-flex:0;-ms-flex:0 0 257px;flex:0 0 257px;max-width:257px}}.features.features_gift .features__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex}.features.features_gift .features__icon{width:40px;height:40px}@media screen and (max-width:767.9px){.features.features_gift .features__icon{width:24px;height:24px}}.features.features_gift .features__icon-wrap{min-width:72px;width:72px;height:72px;border-radius:36px;margin-right:16px}@media screen and (max-width:767.9px){.features.features_gift .features__icon-wrap{min-width:48px;width:48px;height:48px;border-radius:24px;margin-bottom:0}}.features.features_gift .features__swiper-wrap{padding-bottom:55px;border-bottom:1px solid rgba(50,62,72,.1490196078)}@media screen and (max-width:767.9px){.features.features_gift .features__swiper-wrap{padding-bottom:40px}}@media screen and (max-width:1023.9px){.features.features_gift .features__heading-title{padding:0 10px}}@media screen and (max-width:767.9px){.features.features_gift .features__heading-title{padding:39px 0 0;font-size:24px;line-height:1.25;letter-spacing:-.05em;margin-bottom:42px}.features.features_gift .features__heading-title::before{content:"";display:block;width:24px;height:24px;position:absolute;top:0;left:50%;margin:0;margin-left:-12px;background-image:url(../img/icons/quote.svg);background-repeat:no-repeat;background-position:center;background-size:contain}}.stats-metrics{position:relative;padding:72px 0}@media screen and (max-width:1023.9px){.stats-metrics{padding:50px 0}}@media screen and (max-width:767.9px){.stats-metrics{padding:48px 0}}.stats-metrics.stats-metrics--main{margin-bottom:0}.stats-metrics.stats-metrics--main+.shops-map{padding-top:1px}.stats-metrics.stats-metrics_about-page{padding:32px 0 64px 0}@media screen and (max-width:1023.9px){.stats-metrics.stats-metrics_about-page{padding:32px 0 32px 0}}@media screen and (max-width:767.9px){.stats-metrics.stats-metrics_about-page{padding:24px 0 32px 0}}.stats-metrics__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;position:relative}@media screen and (max-width:767.9px){.stats-metrics__grid{margin-left:-2px;margin-right:-2px}}.stats-metrics__col{width:100%;position:relative;padding:8px;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 27.3%;flex:0 0 27.3%;max-width:27.3%;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:1023.9px){.stats-metrics__col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:767.9px){.stats-metrics__col{padding:2px}}.stats-metrics__col:nth-child(1),.stats-metrics__col:nth-child(6){-webkit-box-flex:0;-ms-flex:0 0 45.4%;flex:0 0 45.4%;max-width:45.4%}@media screen and (max-width:1023.9px){.stats-metrics__col:nth-child(1),.stats-metrics__col:nth-child(6){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:767.9px){.stats-metrics__col:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.stats-metrics__col:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.stats-metrics__col:nth-child(3){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.stats-metrics__col:nth-child(4){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.stats-metrics__col:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.stats-metrics__col:nth-child(6){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}.stats-metrics__card{background-color:rgba(50,62,72,.0705882353);border-radius:0;padding:35px 24px;text-align:left;color:#323e48;width:100%}@media screen and (max-width:1279.9px){.stats-metrics__card{padding:24px 24px}}@media screen and (max-width:767.9px){.stats-metrics__card{padding:16px 16px}}.stats-metrics__number{display:block;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;font-weight:600;font-size:56px;line-height:125%;letter-spacing:-.02em;margin:0 0 10px}@media screen and (max-width:767.9px){.stats-metrics__number{font-size:40px;line-height:120%;letter-spacing:-.01em;margin:4px 0 1px 0}}.stats-metrics__text{font-weight:400;font-size:16px;line-height:1.4;letter-spacing:-.02em}@media screen and (max-width:767.9px){.stats-metrics__text{font-size:14px;line-height:155%}.stats-metrics__text br{display:none}}.shops-map{position:relative;padding-top:80px;padding-bottom:42px}.shops-map_in-store-pickup{padding-top:0}@media screen and (max-width:767.9px){.shops-map{padding-top:40px;padding-bottom:0}.shops-map .title-row{display:block}}.shops-map__map-wrap{position:relative}.shops-map__map-sizer{position:relative;background-color:rgba(50,62,72,.0705882353);height:616px}@media screen and (max-width:767.9px){.shops-map__map-sizer{margin-left:-16px;margin-right:-16px;height:500px}}.shops-map__ya-map{position:absolute;top:0;left:0;width:100%;height:100%}.shops-map__show-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;position:absolute;top:0;left:-56px;-webkit-box-shadow:4px 8px 12px 0 rgba(50,62,72,.1490196078);box-shadow:4px 8px 12px 0 rgba(50,62,72,.1490196078);border:0;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;color:#323e48;cursor:pointer;z-index:1}@media screen and (max-width:767.9px){.shops-map__show-btn{display:none}}.shops-map__show-btn svg{display:block;width:18px;min-width:18px;height:18px;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.shops-map__address-shops{position:absolute;top:16px;right:16px;bottom:16px;width:400px}@media screen and (min-width:768px){.shops-map__address-shops._hide{width:0}.shops-map__address-shops._hide .shops-map__box{width:0;padding:0}.shops-map__address-shops._hide .shops-map__show-btn svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}}@media screen and (max-width:767.9px){.shops-map__address-shops{position:relative;width:100%;top:auto;left:auto;right:auto;bottom:auto}}.shops-map__box{position:absolute;top:0;right:0;bottom:0;width:100%;background-color:#fff;border-radius:16px;padding:96px 24px 0;-webkit-box-shadow:4px 8px 12px 0 rgba(50,62,72,.1490196078);box-shadow:4px 8px 12px 0 rgba(50,62,72,.1490196078);overflow:hidden}.shops-map__box li,.shops-map__box ul{list-style:none}@media screen and (max-width:767.9px){.shops-map__box{position:relative;width:100%;top:auto;left:auto;right:auto;bottom:auto;padding:16px}}@media screen and (min-width:768px){.shops-map__search-wrap{position:absolute;top:25px;left:25px;right:24px}}@media screen and (max-width:767.9px){.shops-map__search-wrap{position:relative;margin-bottom:29px}}.shops-map__button-wrap{margin-top:24px;margin-bottom:40px}.shops-map__button-wrap .show-all-button{width:100%}.shops-map__button-wrap.show-tablet-down{display:none}@media screen and (max-width:767.9px){.shops-map__button-wrap.show-tablet-down{display:block}}.shops-map .title-row__button-wrap.show-tablet-up{display:none}@media screen and (min-width:768px){.shops-map .title-row__button-wrap.show-tablet-up{display:block}}.shops-map__switcher-wrap{display:none}@media screen and (max-width:767.9px){.shops-map__switcher-wrap{margin-bottom:16px;display:block}}.shops-map.shops-map_order{padding-top:0;padding-bottom:0}.shops-map.shops-map_order .title-row{display:none}.shops-map.shops-map_select-btn .shops-map__search-wrap{display:none}.shops-map.shops-map_select-btn .shops-map__box{padding-top:0}.shops-map.shops-map_select-btn .shops-map__box .shops-list>li:first-child{margin-top:28px}@media screen and (max-width:767.9px){.shops-map.shops-map_select-btn .shops-map__box .shops-list>li:first-child{margin-top:0}}.order-complete__button .shops-map.shops-map_select-btn input.map-modal__button[type=submit],.shops-map.shops-map_select-btn .dark-button.map-modal__button,.shops-map.shops-map_select-btn .order-complete__button input.map-modal__button[type=submit]{display:none}.shops-map.shops-map_in-store-pickup .modal-button._dark.map-modal__button{-webkit-box-shadow:4px 8px 12px 0 rgba(50,62,72,.15);box-shadow:4px 8px 12px 0 rgba(50,62,72,.15)}.shops-map.shops-map_in-store-pickup .map-modal{padding-top:85px;padding-left:32px;padding-right:32px}@media screen and (max-width:767.9px){.shops-map.shops-map_in-store-pickup .map-modal{padding-top:1px;padding-left:16px;padding-right:16px}}.shops-map.shops-map_in-store-pickup .map-modal__top{padding-right:40px}.shops-map.shops-map_in-store-pickup .shops-map__search-wrap{display:none}.shops-map.shops-map_in-store-pickup .shops-map__box{padding-top:0;padding-top:85px;padding-left:33px;padding-right:31px;border-radius:0}@media screen and (max-width:767.9px){.shops-map.shops-map_in-store-pickup .shops-map__box{padding-top:1px;padding-left:15px;padding-right:15px;padding-bottom:0}}.shops-map.shops-map_in-store-pickup .shops-map__box .shops-list>li:first-child{margin-top:28px}@media screen and (max-width:767.9px){.shops-map.shops-map_in-store-pickup .shops-map__box .shops-list>li:first-child{margin-top:0}}.shops-map.shops-map_in-store-pickup .shops-map__modal-title{position:absolute;top:0;left:0;width:100%;z-index:1;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;padding-left:33px;padding-right:31px;padding-top:32px;padding-bottom:5px;background-color:#fff}@media screen and (max-width:767.9px){.shops-map.shops-map_in-store-pickup .shops-map__modal-title{padding:0;display:none}}.shops-map.shops-map_in-store-pickup .shops-map__pickup-hint{display:none;position:absolute;top:69px;left:0;width:100%;z-index:1;margin:0;padding-left:33px;padding-right:65px;background-color:#fff}@media screen and (max-width:767.9px){.shops-map.shops-map_in-store-pickup .shops-map__pickup-hint{display:none}}.shops-map.shops-map_in-store-pickup .shops-map__address-shops{position:absolute;top:0;right:0;bottom:0;width:500px}@media screen and (min-width:768px){.shops-map.shops-map_in-store-pickup .shops-map__address-shops._hide{width:0}}@media screen and (max-width:767.9px){.shops-map.shops-map_in-store-pickup .shops-map__address-shops{width:100%}}.order-complete__button .shops-map.shops-map_in-store-pickup input.map-modal__button[type=submit],.shops-map.shops-map_in-store-pickup .dark-button.map-modal__button,.shops-map.shops-map_in-store-pickup .order-complete__button input.map-modal__button[type=submit]{display:none}.switch-panel._show-detail-modal .shops-map__pickup-hint{display:none}.switcher{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;background-color:#f2f3f3;padding:4px;border-radius:12px}.switcher_tabs{background-color:#e4e6e7}.switcher_tabs .switcher__item{background-color:#e4e6e7;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}@media (hover:hover){.switcher_tabs .switcher__item:hover{background-color:rgba(50,62,72,.1490196078)}}.switcher_tabs .switcher__item._active{background-color:#fff}@media (hover:hover){.switcher_tabs .switcher__item._active:hover{background-color:#f0f1f2}}.switcher_tabs .switcher__item[disabled]{background-color:transparent;opacity:.3;cursor:no-drop}.switcher_inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.switcher_inline .switcher__item{padding-left:16px;padding-right:16px}@media screen and (max-width:575.9px){.switcher_inline.switcher_inline-mobile-auto{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:575.9px){.switcher_inline.switcher_inline-mobile-auto .switcher__item{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding-left:10px;padding-right:10px}}@media screen and (max-width:374.9px){.switcher_inline.switcher_inline-mobile-auto .switcher__item{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding-left:10px;padding-right:10px}}.switcher__item{display:inline-block;background-color:#f2f3f3;color:#323e48;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:600;font-size:14px;line-height:155%;letter-spacing:-.02em;text-align:center;padding:5px 4px;border:0;border-radius:8px;margin:0 2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.switcher__item:first-child{margin-left:0}.switcher__item:last-child{margin-right:0}.switcher__item._active{background-color:#fff}@media screen and (max-width:767.9px){.switch-panel{display:none}.switch-panel._active{display:block}.switch-panel._show-detail-modal .shops-map__search-wrap{display:none}.switch-panel._show-detail-modal .shops-list{display:none}.switch-panel._show-detail-modal .map-modal{position:relative;padding:0;border-radius:0}}.switch-panel.tab-panel{display:none}.switch-panel.tab-panel._active{display:block}.shop-city-title{display:none;font-weight:600;font-size:16px;line-height:155%;letter-spacing:-.01em;margin:0;padding:12px 24px;cursor:pointer;position:relative;background-color:#fff;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.shop-city-title::before{content:"";position:absolute;bottom:0;left:24px;right:24px;border-bottom:1px solid rgba(50,62,72,.0705882353)}.shop-city-title::after{content:"";position:absolute;top:50%;right:24px;width:18px;height:18px;background-image:url(../img/icons/chevron-right.svg);margin-top:-9px;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.shops-list{overflow-y:auto;max-height:100%;scrollbar-width:thin;scrollbar-color:rgba(50,62,72,.0705882353) transparent;margin-right:-24px;padding-right:0;margin-left:-24px}.shops-list:hover{scrollbar-color:rgba(50,62,72,.0705882353) transparent}.shops-list__empty{text-align:center;padding-bottom:5px}.shops-list.shops-list_multi-city .shop-city-title{display:block}@media (hover:hover){.shops-list.shops-list_multi-city .shop-city-title:hover{background-color:rgba(50,62,72,.0705882353)}}.shops-list.shops-list_multi-city .shop-city-group:last-child{margin-bottom:24px}@media screen and (max-width:767.9px){.shops-list.shops-list_multi-city .shop-city-group:last-child{margin-bottom:0}}.shops-list.shops-list_multi-city .shop-city-group .shop-city-list{display:none}.shops-list.shops-list_multi-city .shop-city-group._show .shop-city-title{background-color:rgba(50,62,72,.0705882353)}.shops-list.shops-list_multi-city .shop-city-group._show .shop-city-title::after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.shops-list.shops-list_multi-city .shop-city-group._show .shop-city-list{display:block}.shop-city-list{padding:0 24px}.shop-item{display:block;position:relative;padding-left:36px;padding-right:5px;font-weight:400;font-size:14px;line-height:1.55;letter-spacing:-.01em;border-radius:0;cursor:pointer;border-bottom:1px solid rgba(50,62,72,.0705882353);padding-top:12px;padding-bottom:11px}.shop-item::after{content:"";position:absolute;top:10px;right:0;width:18px;height:18px;background-image:url(../img/icons/chevron-right.svg)}.shop-item__title{font-size:16px;font-weight:600;margin-bottom:3px}.shop-item__icon{position:absolute;top:10px;left:0}.shop-item__icon img{display:block;width:24px;height:24px}.shop-item__hours{margin-top:5px}.shop-item__products{margin-top:5px}.shop-item__btn{margin-top:16px;font-size:14px;padding:9px 31px}.shop-item__btn.modal-button._selected{opacity:.3}.shop-item__btn.modal-button._selected span{display:none}.shop-item__btn.modal-button._selected::after{content:attr(data-selected-text)}.shop-item__pickup-btn{width:100%;margin-top:14px}.map-modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;color:#1a1a1a;font-size:14px;line-height:1.55;letter-spacing:-.02em;padding:24px 24px 26px;overflow-y:auto;border-radius:16px;scrollbar-width:thin;scrollbar-color:rgba(50,62,72,.0705882353) transparent}@media screen and (max-width:767.9px){.map-modal{padding:17px}}.map-modal__rating{margin-top:9px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.map-modal__rating-star-count{font-size:14px;color:#1a1a1a;margin-left:5px}.map-modal__rating-yandex-wrap{margin-left:10px}.map-modal__sub-title{font-weight:600;font-size:14px;line-height:1.55;letter-spacing:-.02em;margin-top:24px;margin-bottom:13px}.map-modal__top{border-bottom:1px solid rgba(50,62,72,.1490196078);padding-bottom:24px}.map-modal__title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.map-modal__back-button{display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0;margin:0;border:0;border-radius:0;background-color:transparent;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:auto;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;margin:0;padding:0;margin-right:10px}.map-modal__back-button svg{display:block;width:18px;height:18px}.map-modal__title{font-weight:600;font-size:16px;line-height:1.55;letter-spacing:-.01em}.map-modal__address{font-weight:400;font-size:14px;line-height:1.55;text-transform:none;font-style:normal;color:inherit;letter-spacing:-.02em;padding:0;margin:6px 0 0}.map-modal__rating-star-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.map-modal__rating-yandex{color:maroon;text-decoration:underline}.map-modal__top{width:100%}.map-modal__middle{width:100%}.map-modal__bottom{width:100%;margin-top:auto;padding-top:30px}.map-modal__bottom a,.map-modal__bottom button{width:100%}.map-modal__contacts{padding-left:1px}.map-modal__middle{padding-top:22px}.map-modal__pickup-products{margin-top:22px}.map-modal__button.modal-button._selected{opacity:.3}.map-modal__button.modal-button._selected span{display:none}.map-modal__button.modal-button._selected::after{content:attr(data-selected-text)}.map-products__title{margin-bottom:10px;font-family:Noto-Sans-Display,sans-serif,arial}.map-products__title_all{color:#14b63a}.map-products__title_partial{color:#1a1a1a}.map-products__title_none{color:#f00000}.map-products__row.order-panel__product-row.cart-item__recommend-images{margin:0;padding:0;display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[7];grid-template-columns:repeat(7,minmax(0,1fr));gap:7px 4px}.map-products__row.order-panel__product-row.cart-item__recommend-images::after{display:none}.map-products__row.order-panel__product-row.cart-item__recommend-images a:last-child{margin-right:0}.map-products__row.order-panel__product-row.cart-item__recommend-images img{display:block;width:100%;min-width:0;height:auto;aspect-ratio:51/64;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background-color:#f1f1f2}.map-products__item{text-decoration:none;color:inherit}.map-products__item img,.map-products__item picture{display:block}.map-products__item img{aspect-ratio:69/86;border-radius:2px}.map-products__item_unavailable{opacity:.35}.map-products__stock{display:block;margin-top:5px}.map-products__stock_low{color:#f00000}.map-products__more{width:100%;min-width:0;height:auto;aspect-ratio:51/64;border-radius:2px;background-color:#f1f1f2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#1a1a1a;font-weight:400;font-size:14px;line-height:1}.map-products__unavailable{margin-top:13px}.map-products__unavailable-title{margin-bottom:4px}.map-products__unavailable-hint{margin-bottom:12px}.map-products_list .map-products__title{margin-bottom:12px}.map-products--collapsed-available:not(.map-products--show-all-available) .map-products__row_available .map-products__item_collapsed-available{display:none}.map-products--collapsed-available.map-products--show-all-available .map-products__more_available{display:none}.map-products--collapsed-unavailable:not(.map-products--show-all-unavailable) .map-products__row_unavailable .map-products__item_collapsed-unavailable{display:none}.map-products--collapsed-unavailable.map-products--show-all-unavailable .map-products__more_unavailable{display:none}.shops-map__pin-wrap{position:relative;width:48px;height:48px}.shops-map__pin-icon{display:block;width:48px;height:48px;z-index:1;position:relative}.shops-map__pin-badge{position:absolute;left:19px;top:8px;display:inline-block;background-color:#fff;border-radius:4px;padding:8px 7px 7px 28px;-webkit-box-shadow:4px 4px 8px 0 rgba(50,62,72,.15);box-shadow:4px 4px 8px 0 rgba(50,62,72,.15);font-weight:400;font-size:12px;line-height:1;font-weight:500;color:#323e48;white-space:nowrap;pointer-events:none}.shops-map__pin-badge_all{color:#14b63a;background-color:#f4fcf6}.shops-map__pin-badge_partial{color:#1a1a1a;background-color:#fff}.shops-map__pin-badge_none{color:#f00000;background-color:#fff4f4}a.icon-contact{display:inline-block}.icon-contact{color:#1a1a1a;font-size:14px;line-height:1.55;letter-spacing:-.02em;margin-bottom:7px}.icon-contact.icon-contact_storage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4px;margin-top:9px}.icon-contact.icon-contact_storage .icon-contact__name-title{margin-bottom:4px}.icon-contact.icon-contact_storage .icon-contact__name{display:inline-block}.icon-contact.icon-contact_storage .icon-contact__name span{display:block;width:100%}.icon-contact.icon-contact_storage .icon-contact__name .icon-contact__name-grey{margin-left:0;padding-left:0}.icon-contact.icon-contact_storage .icon-contact__icon-wrap{margin-top:2px}.icon-contact.red-metro .icon-contact__icon-wrap{color:#805139}.icon-contact.blue-metro .icon-contact__icon-wrap{color:#21abd9}.icon-contact__icon-wrap{display:inline-block;vertical-align:middle;margin-right:5px}.icon-contact__icon-wrap svg{display:block;width:18px;height:18px}.icon-contact>.icon-contact__name-grey{margin:0}.icon-contact__name-grey-icon{display:inline-block}.icon-contact__name-grey-icon svg{display:block;width:18px;height:18px}.icon-contact__name-grey{color:rgba(26,26,26,.5019607843);margin:0 6px;display:inline-block}.icon-contact__name-grey>*{vertical-align:middle}.icon-contact__name-grey:first-child{margin-right:6px}.icon-contact__name-grey img,.icon-contact__name-grey svg{display:block;width:18px;height:18px}.icon-contact__name{display:inline;vertical-align:middle}.icon-contact__name .icon-contact__name-grey:first-child{margin-left:0}.icon-contact_big{font-size:16px;text-decoration:none}.icon-contact_big:active,.icon-contact_big:focus,.icon-contact_big:hover{text-decoration:none}.icon-contact_big .icon-contact__name{text-decoration:underline}.ya-reviews{position:relative}.ya-reviews.useful-articles{background-color:#fff;padding-top:40px;padding-bottom:42px}@media screen and (max-width:767.9px){.ya-reviews.useful-articles{padding-top:5px;padding-bottom:22px}}.ya-reviews.useful-articles .title-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ya-reviews.useful-articles .title-row__button-wrap{display:none}@media screen and (min-width:768px){.ya-reviews.useful-articles .title-row__button-wrap_desktop{display:block}}@media screen and (max-width:767.9px){.ya-reviews.useful-articles .title-row__button-wrap_mobile{margin-top:40px;text-align:center;display:block}.ya-reviews.useful-articles .title-row__button-wrap_mobile .show-all-button{width:100%}}.ya-reviews.useful-articles .title{font-family:Noto-Sans-Display-Condensed,sans-serif,arial;letter-spacing:-.01em}@media screen and (max-width:767.9px){.ya-reviews.useful-articles .title{letter-spacing:-.02em;padding-right:0}}.ya-reviews.useful-articles .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}@media screen and (max-width:767.9px){.ya-reviews.useful-articles .swiper-slide{width:240px;max-width:240px}}.ya-reviews.useful-articles .slider-arrow_next,.ya-reviews.useful-articles .slider-arrow_prev{top:50%;margin-top:-20px}@media screen and (min-width:1024px){.ya-reviews.useful-articles .swiper-scrollbar.custom-scrollbar{opacity:0}}@media screen and (max-width:767.9px){.ya-reviews.useful-articles .swiper-scrollbar.custom-scrollbar{margin-top:16px;left:0;right:0}}.ya-reviews__show-btn.show-all-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ya-reviews__show-btn-logo{display:inline-block;vertical-align:middle;margin:0 6px 0 7px}.ya-reviews__show-btn-logo svg{display:block;width:24px;height:24px}.primary-review{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;background-color:#f5efec;color:#1a1a1a;padding:24px;border-radius:8px}@media screen and (max-width:991.9px){.primary-review{padding:16px}}.primary-review__logo{display:block;margin-right:20px}@media screen and (max-width:1279.9px){.primary-review__logo{margin-right:14px}}@media screen and (max-width:991.9px){.primary-review__logo{margin-right:8px}}.primary-review__logo svg{display:block;width:48px;min-width:48px;height:48px}@media screen and (max-width:991.9px){.primary-review__logo svg{width:32px;min-width:32px;height:32px}}.primary-review__top{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:top;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.primary-review__top:hover{text-decoration:none}.primary-review__top:hover .primary-review__text{text-decoration:underline}.primary-review__rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:991.9px){.primary-review__rating{margin-top:3px}.primary-review__rating .rating-stars.rating-stars_review .rating-stars__item:not(:last-child){margin-right:1px}}.primary-review__rating-num{margin-right:9px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;letter-spacing:-.02em;text-decoration:none}@media screen and (max-width:991.9px){.primary-review__rating-num{font-size:16px}}@media screen and (max-width:991.9px){.primary-review__rating-num{font-family:Noto-Sans-Display,sans-serif,arial}}.primary-review__text{margin-top:3px}@media screen and (max-width:1279.9px){.primary-review__text{font-size:14px}}@media screen and (max-width:991.9px){.primary-review__text{font-size:12px;padding-right:3px;line-height:1.4;margin-top:5px}}.primary-review__bottom{display:block;padding-top:16px;margin-top:auto}@media screen and (max-width:991.9px){.order-complete__button .primary-review__bottom input[type=submit],.primary-review__bottom .dark-button,.primary-review__bottom .order-complete__button input[type=submit]{padding-top:8px;padding-bottom:8px;min-height:40px}}.primary-review__bottom-text{margin-bottom:32px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;letter-spacing:-.02em}@media screen and (max-width:1279.9px){.primary-review__bottom-text{font-size:20px;margin-bottom:20px}}@media screen and (max-width:991.9px){.primary-review__bottom-text{line-height:1.55;font-family:Noto-Sans-Display,sans-serif,arial;padding-right:17px}}.ya-review{width:100%;position:relative;background-color:rgba(50,62,72,.0509803922);color:#1a1a1a;padding:24px 24px 34px;border-radius:8px}@media screen and (max-width:991.9px){.ya-review{padding:16px}}.ya-review__top-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ya-review__logo{margin-right:20px}@media screen and (max-width:1279.9px){.ya-review__logo{margin-right:14px}}@media screen and (max-width:991.9px){.ya-review__logo{margin-right:8px}}.ya-review__logo img{border-radius:50%}.ya-review__name.text-head-h4-m{line-height:140%;margin-top:1px}@media screen and (max-width:1279.9px){.ya-review__name.text-head-h4-m{font-size:18px}}@media screen and (max-width:991.9px){.ya-review__name.text-head-h4-m{font-size:16px;line-height:1.55;letter-spacing:-.01em}}@media screen and (max-width:991.9px){.ya-review__date.color-dark-200{font-size:12px;line-height:1.4;letter-spacing:-.02em;margin-top:2px}}.ya-review__text{margin-top:18px}@media screen and (max-width:991.9px){.ya-review__text{font-size:14px;line-height:1.565;letter-spacing:-.02em;margin-top:16px}}.info-modal{max-width:100%}.info-modal__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1rem}.info-modal__icon-error,.info-modal__icon-success{width:14.4em;height:15.2rem}.info-modal__icon-error{display:none}.info-modal__title{font-weight:600;font-size:2.4rem;line-height:125%;letter-spacing:-.02em;margin-bottom:1.6rem}.info-modal__desc{font-weight:500;font-size:1.4rem;line-height:145%;letter-spacing:-.02em;margin-bottom:3.2rem}@media screen and (max-width:575.9px){.info-modal .button{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}}.info-modal--success .info-modal__icon-success{display:block}.info-modal--error .info-modal__icon-success{display:none}.info-modal--error .info-modal__icon-error{display:block}.catalog{position:relative;padding-top:10px;padding-bottom:73px}@media screen and (max-width:767.9px){.catalog{padding-bottom:32px}}.catalog:has(+.other-sections){padding-bottom:40px}@media screen and (max-width:767.9px){.catalog:has(+.other-sections){padding-bottom:24px}}.catalog__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}@media screen and (max-width:833.9px){.catalog__row{margin-right:-8px;margin-left:-8px}}.catalog__col{position:relative;width:100%;min-height:1px;padding-right:12px;padding-left:12px;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;margin-bottom:24px}@media screen and (max-width:1023.9px){.catalog__col{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}@media screen and (max-width:833.9px){.catalog__col{padding-right:8px;padding-left:8px}}@media screen and (max-width:639.9px){.catalog__col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:639.9px){.catalog__col.catalog__col-mobile-100{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.catalog__pagination{margin-top:20px}@media screen and (max-width:767.9px){.catalog__pagination{margin-top:1px}}.catalog-page .page-heading__title{text-align:center}.marketing-product__image-wrap{display:block;position:relative;width:100%;height:auto;padding-bottom:125%;overflow:hidden;border-radius:8px}@media screen and (max-width:639.9px){.marketing-product__image-wrap{padding-bottom:60%}}.marketing-product__image-wrap img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.marketing-product__image-wrap::before{content:"";display:block;position:absolute;width:223px;height:737px;top:0;left:0;margin:-280px -100px 0;-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg);background-color:hsla(0,0%,0%,.05);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border-radius:50%;z-index:1;-webkit-box-shadow:inset 0 0 200px -40px rgba(0,0,0,.2),0 0 200px -40px rgba(0,0,0,.2);box-shadow:inset 0 0 200px -40px rgba(0,0,0,.2),0 0 200px -40px rgba(0,0,0,.2)}.marketing-product__title-box{position:absolute;top:0;left:0;width:100%;height:100%;color:#fff;z-index:2;padding:16px 70px 16px 16px}.marketing-product__title{font-weight:600;font-size:32px;line-height:1;letter-spacing:-.02em;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:1279.9px){.marketing-product__title{font-size:28px}}.marketing-product__sub-title{font-weight:400;font-size:16px;line-height:1.6;letter-spacing:-.02em;margin-top:10px}@media screen and (max-width:1279.9px){.marketing-product__sub-title{font-size:14px;margin-top:6px}}.marketing-product__info{margin-top:16px}.pagination{position:relative}.pagination li,.pagination ul{list-style:none}.pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}.pagination__list li{display:block;margin:0 4px 8px;padding:0}@media screen and (max-width:767.9px){.pagination__list li.hide-mobile{display:none;margin:0}}.pagination__list li:first-child{margin-left:0}.pagination__list li:last-child{margin-right:0}.pagination__link{display:block;position:relative;font-weight:600;font-size:16px;line-height:1;letter-spacing:-.01em;text-decoration:none;background-color:rgba(50,62,72,.0705882353);color:#1a1a1a;margin:0;padding:12px 10px;border:0;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;min-width:40px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media screen and (max-width:767.9px){.pagination__link{min-width:34px}}@media screen and (max-width:374.9px){.pagination__link{padding:10px 8px;font-size:14px}}.pagination__link:active,.pagination__link:focus,.pagination__link:hover{text-decoration:none}.pagination__link:hover{background-color:rgba(50,62,72,.1490196078)}.pagination__link:active{background-color:rgba(0,0,0,.1490196078)}.pagination__link._disabled,.pagination__link:disabled{background-color:rgba(50,62,72,.0705882353);opacity:.3;cursor:no-drop;pointer-events:none}.pagination__link._active{background-color:#323e48;color:#fff}.pagination__btn{display:block;position:relative;text-decoration:none;background-color:#323e48;color:#fff;padding:4px 10px;width:auto;height:auto;line-height:1;padding:11px 11px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:8px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media screen and (max-width:767.9px){.pagination__btn{min-width:34px}}@media screen and (max-width:374.9px){.pagination__btn{padding:9px 9px}}.pagination__btn:active,.pagination__btn:focus,.pagination__btn:hover{text-decoration:none}.pagination__btn:hover{background-color:rgba(50,62,72,.8980392157)}.pagination__btn:active{background-color:#000}.pagination__btn._disabled,.pagination__btn:disabled{background-color:#323e48;opacity:.3;cursor:no-drop;pointer-events:none}.pagination__btn span{display:block}.pagination__btn-icon{display:block;width:18px;height:18px}@media screen and (max-width:374.9px){.pagination__btn-icon{width:16px;height:16px}}.pagination .visuallyhidden{border:0;clip:rect(0 0 0 0);height:auto;margin:0;overflow:hidden;padding:0;position:absolute;width:1px;height:1px;white-space:nowrap;display:block}.show-more{display:block;width:100%;height:auto;border:0;border-radius:8px;background-color:transparent;text-align:center;background-color:rgba(50,62,72,.0705882353);color:#1a1a1a;font-weight:600;font-size:16px;line-height:1.25;letter-spacing:-.01em;padding:14px 15px;margin:0;margin-bottom:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;text-decoration:none;cursor:pointer}@media screen and (max-width:767.9px){.show-more{padding:10px 12px;margin-bottom:16px}}.show-more span{color:rgba(26,26,26,.5019607843)}.show-more .show-more__next{color:inherit}.show-more:active,.show-more:focus,.show-more:hover{text-decoration:none}.show-more:hover{background-color:rgba(50,62,72,.1490196078)}.show-more:active{background-color:rgba(0,0,0,.1490196078)}.show-more._disabled,.show-more:disabled{background-color:rgba(50,62,72,.0705882353);opacity:.3;pointer-events:none}.show-more.w-auto{display:inline-block;width:auto}body.touch-not-support .init-scroll{margin-right:-3px;scrollbar-gutter:stable}body.touch-not-support .init-scroll::-webkit-scrollbar{width:3px}body.touch-not-support .init-scroll::-webkit-scrollbar-track{background:0 0}body.touch-not-support .init-scroll::-webkit-scrollbar-thumb{background-color:rgba(50,62,72,.1490196078);border-radius:3px}body.touch-not-support .init-scroll.filter__middle{margin-right:0}body.touch-not-support .init-scroll.init-scroll_hide-scroll{margin-right:0;scrollbar-gutter:auto}@supports not selector(::-webkit-scrollbar){body.touch-not-support .init-scroll{scrollbar-width:thin;scrollbar-color:rgba(50,62,72,.1490196078) transparent;margin-right:-11px}}.filter{display:none;position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0;z-index:101;font-size:16px;line-height:1.55;color:#323e48;letter-spacing:-.02em;color:#1a1a1a}.filter._open{display:block}.filter__bg{display:block;position:absolute;top:0;left:0;bottom:0;right:0;width:auto;height:auto;background-color:rgba(26,26,26,.5019607843);cursor:pointer}.filter__body{display:block;position:absolute;top:0;right:0;bottom:0;height:auto;width:500px;max-width:100%;background-color:#fff;margin:0;padding:32px 32px}@media screen and (max-width:767.9px){.filter__body{padding:27px 16px}}.filter__switch-wrap{padding:18px 0 21px 0}@media screen and (max-width:767.9px){.filter__switch-wrap{padding:19px 0 20px}}.filter__top{position:relative;padding-bottom:8px;border-bottom:1px solid rgba(50,62,72,.1490196078)}@media screen and (max-width:767.9px){.filter__top{padding-bottom:3px}}.filter__title{font-size:32px;line-height:1;font-weight:600;margin-bottom:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;letter-spacing:-.02em;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:767.9px){.filter__title{font-size:24px}}.filter__close-btn{display:block;width:auto;height:auto;padding:0;margin:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#1a1a1a;cursor:pointer;padding:5px;border-radius:8px;position:absolute;top:-5px;right:-5px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.filter__close-btn:hover{color:rgba(26,26,26,.5019607843)}.filter__close-btn img,.filter__close-btn svg{display:block;width:18px;height:18px}.filter__middle{display:block;position:absolute;top:89px;right:0;left:0;padding:1px 32px;bottom:140px;width:auto;height:auto;overflow-y:auto}@media screen and (max-width:767.9px){.filter__middle{padding:1px 16px;bottom:117px;top:70px}}.filter__middle .filter__item:last-child{border-bottom:0}.filter__bottom{display:block;position:absolute;bottom:0;left:0;right:0;padding:0 32px 26px;background-color:#fff}@media screen and (max-width:767.9px){.filter__bottom{padding:0 16px 19px}}.filter__item{padding-top:10px;padding-bottom:9px;border-bottom:1px solid rgba(50,62,72,.1490196078)}@media screen and (max-width:767.9px){.filter__item{padding-top:2px;padding-bottom:2px}}.filter__button.filter__button_result{display:block;width:100%;background-color:#323e48}.filter__button-count:not(:empty)::before{content:"("}.filter__button-count:not(:empty)::after{content:")"}.filter__buttons{border-top:1px solid rgba(50,62,72,.1490196078);padding-top:25px}@media screen and (max-width:767.9px){.filter__buttons{padding-top:15px}}.filter__button-link{display:block;height:auto;width:100%;padding:0;margin:0;border:0;border-radius:0;font-weight:600;font-size:16px;line-height:1.55;letter-spacing:-.01em;text-align:center;background-color:transparent;color:rgba(26,26,26,.5019607843);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:17px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1;vertical-align:middle}.switch__custom-checkbox{display:block;position:relative;min-width:44px;width:44px;height:24px;border-radius:44px;background-color:rgba(50,62,72,.1490196078);-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;cursor:pointer}.switch__custom-checkbox::before{content:"";display:block;position:absolute;top:50%;left:3px;width:18px;height:18px;margin:-9px 0 0;background-color:#fff;border-radius:50%;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.switch__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;border:0;cursor:pointer}.switch__input:checked+.switch__custom-checkbox{background-color:#d6b793}.switch__input:checked+.switch__custom-checkbox::before{-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}.switch__custom-label{font-weight:600;font-size:16px;line-height:1.25;letter-spacing:-.01em}.switch__custom-label:last-child{margin-left:8px}.switch__custom-label:first-child{margin-right:8px}.switch__input{display:none;padding:0;margin:0;width:0;height:0;overflow:hidden}.switch.switch--sm .switch__custom-checkbox::before{left:2px;width:14px;height:14px;margin:-7px 0 0}.switch.switch--sm .switch__custom-checkbox{min-width:32px;width:32px;height:18px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.switch.switch--sm .switch__input:checked+.switch__custom-checkbox::before{-webkit-transform:translate3d(14px,0,0);transform:translate3d(14px,0,0)}.switch.switch--sm .switch__custom-label{font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em;margin-left:9px;margin-right:9px}.filter-accordion._open .filter-accordion__bottom{display:block}.filter-accordion._open .filter-accordion__open-button::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.filter-accordion__top{display:block;position:relative;padding:15px 0 13px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filter-accordion__title{display:block;font-weight:600;font-size:16px;line-height:1.55;letter-spacing:-.01em}.filter-accordion__count:not(:empty)::before{content:"("}.filter-accordion__count:not(:empty)::after{content:")"}.filter-accordion__clean{display:inline-block;background-color:transparent;border:0;padding:0;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:400;font-size:12px;line-height:1.4;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843);margin-left:5px;cursor:pointer}.filter-accordion__clean:hover{text-decoration:underline}.filter-accordion__open-button{display:block;position:absolute;top:14px;right:17px;width:24px;height:24px;border:0;padding:0;margin:0;border-radius:4px;background-color:transparent;cursor:pointer}.filter-accordion__open-button::before{content:"";width:18px;height:18px;position:absolute;top:50%;left:50%;margin-top:-9px;margin-left:-9px;background-image:url(../img/icons/down-arrow.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none}@media screen and (max-width:1023.9px){.filter-accordion__open-button{top:18px;right:0;width:18px;height:18px}}.filter-accordion__bottom{display:none;padding-top:4px;padding-bottom:1px}.filter-accordion__bottom.init-scroll{max-height:194px;overflow-y:auto}@media screen and (max-width:1279.9px){.filter-accordion__bottom.init-scroll{max-height:none;overflow:visible}.filter-accordion__bottom.init-scroll>.custom-checkbox:nth-child(n+6){display:none}.filter-accordion__bottom.init-scroll>.custom-checkbox:nth-child(5)+.filter-show-all{display:none}}.filter-accordion__bottom.init-scroll .filter-show-all{display:none}@media screen and (max-width:1279.9px){.filter-accordion__bottom.init-scroll .filter-show-all{display:block}}@media screen and (max-width:1279.9px){.filter-accordion__bottom.init-scroll.init-scroll__show-all{max-height:none;overflow:visible}.filter-accordion__bottom.init-scroll.init-scroll__show-all>.custom-checkbox:nth-child(n+6){display:block}}.custom-checkbox{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:13px;word-break:break-word}.custom-checkbox__input{z-index:-1;position:absolute;top:-1px;left:0;width:0;height:0;opacity:0}.custom-checkbox__input:checked+.custom-checkbox__label .custom-checkbox__check{border-color:#1a1a1a;background-color:#1a1a1a}.custom-checkbox__input:checked+.custom-checkbox__label .custom-checkbox__check::before{background-color:#1a1a1a}.custom-checkbox__input:checked+.custom-checkbox__label .custom-checkbox__check::after{opacity:1}.custom-checkbox__input:disabled+.custom-checkbox__label{color:rgba(26,26,26,.5019607843)}.custom-checkbox__input:disabled+.custom-checkbox__label .custom-checkbox__check{background-color:#f0f1f2;border-color:#f0f1f2;cursor:no-drop}.custom-checkbox__input:disabled+.custom-checkbox__label .custom-checkbox__check::before{background-color:#f0f1f2}.custom-checkbox__input._invalid+.custom-checkbox__label .custom-checkbox__check{border-color:#f00000}.custom-checkbox__value-color{display:inline-block;min-width:20px;width:20px;height:20px;border-radius:10px;border-width:1px;border-style:solid;background-color:var(--color,#fff);border-color:var(--border-color,#e3e5e6);background-position:center;background-size:cover;background-repeat:no-repeat;vertical-align:middle;margin-right:8px}.custom-checkbox__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-checkbox__check{display:block;min-width:14px;width:14px;height:14px;-webkit-box-flex:0;-ms-flex:0 0 14px;flex:0 0 14px;border:2px solid #e3e5e6;background-color:#fff;border-radius:3px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:auto;cursor:pointer;margin-right:22px;overflow:hidden}@media screen and (max-width:1023.9px){.custom-checkbox__check{margin-right:2px}}.custom-checkbox__check::before{content:"";display:block;position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;width:auto;height:auto;background-color:transparent;border-radius:1px}.custom-checkbox__check::after{content:"";display:block;position:absolute;top:50%;left:50%;width:10px;height:8px;margin-top:-4px;margin-left:-5px;background-color:transparent;background-image:url(../img/icons/check-white.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none;opacity:0}.custom-checkbox__check.custom-checkbox__check_start{margin:0}.custom-checkbox__value-text{margin-right:6px}.custom-checkbox.custom-checkbox_reverse{display:inline-block;margin-bottom:10px}.custom-checkbox.custom-checkbox_reverse .custom-checkbox__label{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.custom-checkbox.custom-checkbox_reverse .custom-checkbox__check{margin-left:0;margin-right:10px}.filter-show-all{display:block;position:relative;width:100%;height:auto;border:0;padding:0;margin:0;font:inherit;cursor:pointer;text-align:left;text-decoration:none;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;color:#1a1a1a;font-size:16px;line-height:1.55;letter-spacing:-.02em}@media screen and (max-width:767.9px){.filter-show-all{margin-bottom:12px}}.filter-show-all._active .filter-show-all::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.filter-show-all._active .filter-show-all__title{display:none}.filter-show-all._active .filter-show-all__active-title{display:block}.filter-show-all._active::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.filter-show-all::before{content:"";width:18px;height:18px;position:absolute;top:50%;right:20px;margin:0;padding:0;margin-top:-9px;background-image:url(../img/icons/down-arrow.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none}@media screen and (max-width:1023.9px){.filter-show-all::before{right:0}}.filter-show-all__active-title{display:none}.product-empty{position:relative;display:block;text-align:center;font-size:16px;color:#1a1a1a;letter-spacing:-.01em;padding-top:54px;padding-bottom:1px}@media screen and (max-width:767.9px){.product-empty{padding-top:23px;padding-bottom:7px}}.product-empty svg{display:block;width:18px;height:18px}.product-empty__title{font-weight:600;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.product-empty__title span{vertical-align:middle}.product-empty__sub-title{letter-spacing:-.02em;margin-top:8px}@media screen and (max-width:767.9px){.product-empty__sub-title{font-size:14px}}.product-empty__sub-title a{text-decoration:underline}.product-empty__sub-title a:hover{text-decoration:none}.product-empty__icon-wrap{display:inline-block;margin-right:4px;position:relative;top:-1px}@media screen and (max-width:767.9px){.product-empty__icon-wrap{margin:0 0 10px;top:0}.product-empty__icon-wrap+span{display:block;padding:0 10px}}.product{position:relative;display:block;padding-top:19px;padding-bottom:0;overflow:hidden}.product__title{display:block;font-weight:600;font-size:32px;line-height:1.5;letter-spacing:-.02em;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;margin:0}@media screen and (max-width:767.9px){.product__title{line-height:1.2;margin-top:5px;margin-bottom:5px}}.product__row{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:80px;border-bottom:1px solid rgba(50,62,72,.1490196078);-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767.9px){.product__row{padding-bottom:24px}}.product__gallery{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 66%;flex:0 0 66%;max-width:66%;padding-top:7px}@media screen and (max-width:1279.9px){.product__gallery{-webkit-box-flex:0;-ms-flex:0 0 58%;flex:0 0 58%;max-width:58%}}@media screen and (max-width:1023.9px){.product__gallery{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:767.9px){.product__gallery{padding-top:0}}.product__content{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 34%;flex:0 0 34%;max-width:34%;padding-left:48px}@media screen and (max-width:1279.9px){.product__content{-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;max-width:42%;padding-left:30px}}@media screen and (max-width:1023.9px){.product__content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-left:0;padding-top:24px}}@media screen and (max-width:767.9px){.product__content{padding-top:37px}}.product__content._empty .product__title{color:rgba(26,26,26,.5019607843)}.product__content-head{position:relative;padding-right:100px}@media screen and (max-width:767.9px){.product__content-head{padding-right:0;position:static}}.product__product-btns{position:absolute;top:8px;right:0}@media screen and (max-width:767.9px){.product__product-btns{margin-top:-460px;z-index:3}}@media screen and (max-width:374.9px){.product__product-btns{margin-top:-390px}}.product__empty-wrap{padding:25px 0 16px 0}.product__empty-wrap .volume__availability{margin-bottom:24px}.product__main-slider{position:relative}.product__main-slider .swiper-slide{width:647px}@media screen and (max-width:1279.9px){.product__main-slider .swiper-slide{width:480px}}@media screen and (max-width:767.9px){.product__main-slider .swiper-slide{width:375px}}@media screen and (max-width:374.9px){.product__main-slider .swiper-slide{width:320px}}@media screen and (max-width:767.9px){.product__main-slider .slider-arrow{display:none}}@media screen and (max-width:767.9px){.product__main-slider{margin-left:-16px;margin-right:-16px}}@media screen and (max-width:767.9px){.product__preview-slider{position:absolute;top:-1px;left:-1px;width:1px;height:1px;opacity:0;pointer-events:none;overflow:hidden}}.product__preview-swiper{position:relative;margin:20px 0 0 -4px}.product__preview-swiper.swiper .swiper-slide{width:92px}.product__preview-swiper .swiper-slide.swiper-slide-thumb-active .product-preview-slide{border-color:#1a1a1a;background-color:rgba(50,62,72,.0705882353)}@media screen and (min-width:768px){.product__scrollbar.swiper-scrollbar.custom-scrollbar{width:1px;height:1px;top:-1px;left:-1px;margin:0;padding:0;opacity:0;pointer-events:none;position:absolute}}@media screen and (max-width:767.9px){.product__scrollbar.swiper-scrollbar.custom-scrollbar{display:block}}.product__delivery-pickup-only{position:relative;margin:-4px 0 6px 0}@media screen and (max-width:767.9px){.product__delivery-pickup-only{margin:-6px 0 6px 0}}.product__delivery-pickup-only .tip{font-family:Noto-Sans-Display,sans-serif,arial;padding-left:7px;padding-right:7px}@media screen and (max-width:767.9px){.product__delivery-pickup-only .tip{padding-top:2px;padding-bottom:2px}}.product__article{font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843)}.product__article-code{margin-left:4px}.product__article-copy.copy-btn{vertical-align:middle;margin-left:4px;top:-1px}.product__payment-info{margin-top:-9px;margin-bottom:24px}.product__loyalty{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:1.5;letter-spacing:-.02em}.product__loyalty svg{display:block;width:20px;min-width:20px;height:20px;margin-right:6px}.product__price{margin-right:15px}.product__price .promo-product__price{font-size:32px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;letter-spacing:-.02em}.product__price .promo-product__price .promo-product__currency{margin-left:.1875em}@media screen and (max-width:767.9px){.product__price .promo-product__price{font-size:24px}}.product__price .promo-product__price-old{font-size:24px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;font-weight:600;letter-spacing:-.02em}@media screen and (max-width:767.9px){.product__price .promo-product__price-old{font-size:20px}}.product__price-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:13px;margin-bottom:20px}@media screen and (max-width:767.9px){.product__price-row{margin-top:18px;margin-bottom:25px}}.product-slide{display:block;position:relative;width:100%;padding-bottom:125%;height:auto;background-color:#f1f1f2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab}.product-slide:active{cursor:-webkit-grabbing;cursor:grabbing}.product-slide__tips{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;top:11px;right:16px;left:16px;z-index:1}@media screen and (max-width:767.9px){.product-slide__tips{right:116px;top:15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.product-slide img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-slide .i-video{position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.product-preview-slide{display:block;position:relative;width:100%;padding-bottom:118%;height:auto;border:2px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:12px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background-color:#f1f1f2}.product-preview-slide img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid transparent;border-radius:10px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.popup-block{display:inline-block;line-height:1;position:relative}.popup-block._show .popup-block__inner{display:block}.popup-block._show .popup-block__btn{background-color:#e3e5e6}.popup-block__btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup-block__inner{display:none;position:absolute;top:100%;left:0;margin:8px 0 0;z-index:2;color:#323e48}@media screen and (max-width:1690px){.popup-block__inner{left:auto;right:0}}.share-popup{display:block;position:relative;border:1px solid #e3e5e6;background-color:#fff;border-radius:8px;padding:24px}@media screen and (max-width:767.9px){.share-popup{padding:16px}}.share-popup__copy{margin-top:20px;margin-bottom:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.share-popup__copy .copy-btn{color:#323e48}.share-popup__copy .copy-btn:hover{color:rgba(26,26,26,.5019607843)}.round-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:20px;color:#1a1a1a;background-color:#f0f1f2;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.round-btn:not(:last-child){margin-right:4px}.round-btn:hover{background-color:#e3e5e6}.round-btn img,.round-btn svg{display:block;width:18px;height:18px}.round-btn.round-btn_like{color:transparent}.round-btn.round-btn_like._active{color:#1a1a1a}.copy-btn{width:auto;height:auto;border:none;background:0 0;background-color:transparent;padding:0;margin:0;font:inherit;cursor:pointer;text-align:left;text-decoration:none;-webkit-box-shadow:none;box-shadow:none;color:inherit;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;color:#ccc;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media (hover:hover){.copy-btn:hover:not(:disabled):hover{color:#140c0c}}.copy-btn._copied{color:#140c0c}.copy-btn._copied .copy-btn__status{display:block}.copy-btn._copied .copy-btn__label_init{display:none}.copy-btn._copied .copy-btn__label_success{display:block}.copy-btn__status{display:none;position:absolute;top:100%;font-weight:400;font-size:12px;line-height:140%;letter-spacing:-.02em;background-color:rgba(26,26,26,.5019607843);color:#fff;padding:4px 8px;margin-top:12px;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:-35px;z-index:2;-webkit-box-shadow:0 0 1px 1px #fff;box-shadow:0 0 1px 1px #fff}.copy-btn__label{margin-left:8px;letter-spacing:-.02em}.copy-btn__label_success{display:none}.copy-btn svg{display:block;width:18px;height:18px}.volume{position:relative;padding:0;border:0;font-size:14px;letter-spacing:-.02em;margin:0 0 28px}@media screen and (max-width:767.9px){.volume{margin-bottom:12px}}.volume__title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:4px}.volume__title-row.--size-table{margin-bottom:0;margin-top:4px;text-decoration:underline;cursor:pointer}@media screen and (max-width:767.9px){.volume__title-row.--size-table{margin-bottom:12px;margin-top:-8px}}@media screen and (max-width:767.9px){.volume__options-position-wrapper{max-width:calc(100vw - 32px)}}@media screen and (max-width:767.9px){.volume__options-scroll{margin:0 -16px}}.volume__options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -4px;overflow-x:auto}@media screen and (max-width:767.9px){.volume__options{display:-ms-grid;display:grid;grid-auto-flow:column;-ms-grid-rows:auto auto;grid-template-rows:auto auto;grid-auto-columns:144px;gap:5px 0;padding-bottom:15px;padding-left:16px}}.volume__item{position:relative;padding:4px;width:100%;-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.volume__item input:disabled+label{opacity:.5}@media screen and (max-width:1023.9px){.volume__item{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media screen and (max-width:767.9px){.volume__item{-webkit-box-flex:0;-ms-flex:0 0 144px;flex:0 0 144px;max-width:144px}}.volume__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em;position:relative;background-color:#f0f1f2;border:2px solid #f0f1f2;border-radius:8px;outline-offset:1px;outline-width:1px;padding:6px 10px;cursor:pointer;-webkit-transition:.2s ease;transition:.2s ease;min-height:100%}.volume__label:hover{border-color:rgba(50,62,72,.1490196078)}.volume__label:active,.volume__label:focus,.volume__label:hover{text-decoration:none}.volume__label._active{border-color:#1a1a1a}.volume__value{display:block}.volume__price{color:rgba(26,26,26,.5019607843);display:block;margin-top:2px}.volume__input{display:block;position:absolute;z-index:-1;top:-1px;left:0;width:0;height:0;opacity:0}.volume__input:checked+label{border-color:#1a1a1a}.volume__availability{color:#14b63a;font-size:14px;position:relative;padding-left:15px}.volume__availability::before{content:"";display:block;width:6px;height:6px;position:absolute;top:50%;left:0;margin-top:-3px;border-radius:3px;background-color:#14b63a}.volume__availability._empty{color:maroon}.volume__availability._empty::before{background-color:maroon}.color-selector{margin-bottom:20px}.color-selector__title{font-size:14px;margin-bottom:8px}.color-selector__value{color:rgba(26,26,26,.5019607843)}.color-selector__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.color-selector__item{display:inline-block;line-height:1;vertical-align:middle;margin-right:4px}.color-selector__link{display:block;position:relative;width:56px;height:56px;border:2px solid #e3e5e6;border-radius:50%;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;background-color:#fff;padding:2px}.color-selector__link:hover{border-color:#1a1a1a}.color-selector__link._active{border-color:#1a1a1a}.color-selector__visual{display:block;position:relative;width:100%;height:100%}.color-selector__visual img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}.card-add-cart._show-counter .card-add-cart__base{display:none}.card-add-cart._show-counter .card-add-cart__active{display:block}.card-add-cart__base{display:block;position:relative}.card-add-cart__base .loader-opacity{position:absolute}.card-add-cart__base .loader-opacity:before{width:2.8rem;height:2.8rem}.card-add-cart__base .loader-opacity:after{width:130%}.card-add-cart__active{display:none}.card-add-cart__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.card-add-cart__col{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 4px}.delivery{margin:23px 0}@media screen and (min-width:1024px){.delivery{margin:23px 0 22px 0}}.delivery__item-wrap{display:block;position:relative}.delivery__item-wrap:not(:last-child){margin-bottom:14px}.delivery__item{font-size:14px;line-height:1.55;letter-spacing:-.02em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1px 14px;position:relative;border:0;border-radius:0;width:100%;height:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media screen and (max-width:374.9px){.delivery__item{font-size:12px}}@media screen and (max-width:324px){.delivery__item{font-size:11px;line-height:1.2}}.delivery__item span{vertical-align:middle}.delivery__item.delivery__item--grey{background-color:rgba(50,62,72,.0705882353);background-color:#f0f1f2;border-radius:12px;padding:12px 12px;text-decoration:none;-webkit-transition:.2s 0s ease-in-out;transition:.2s 0s ease-in-out;cursor:pointer}.delivery__item.delivery__item--grey:hover{background-color:#e3e5e6;color:#1a1a1a;text-decoration:none}.delivery__item.delivery__item--grey:hover .delivery__name{text-decoration:none}.delivery__only{color:#1a1a1a;background-color:#ffc800;padding:16px 16px 9px 16px;margin-top:-12px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;line-height:1.5}.delivery a.delivery__item:active,.delivery a.delivery__item:focus,.delivery a.delivery__item:hover{text-decoration:none}.delivery a.delivery__item:active .delivery__name,.delivery a.delivery__item:focus .delivery__name,.delivery a.delivery__item:hover .delivery__name{text-decoration:underline}.delivery a.delivery__item.delivery__item--grey:active .delivery__name,.delivery a.delivery__item.delivery__item--grey:focus .delivery__name,.delivery a.delivery__item.delivery__item--grey:hover .delivery__name{text-decoration:none}.delivery__icon{display:inline-block;margin-right:6px}.delivery__icon svg{display:block;width:24px;height:24px}.delivery__arr-icon{display:inline-block;margin-left:auto;margin-right:1px}.delivery__arr-icon svg{display:block;width:24px;height:24px}.delivery__value{color:rgba(26,26,26,.5019607843);margin-left:6px}.description{font-size:16px;line-height:1.625;letter-spacing:-.02em;color:#1a1a1a}.description.description_sm{line-height:1.565}.description.description_sm .description__title{margin-bottom:6px}.description.description_sm .description__value{font-size:14px}@media screen and (max-width:767.9px){.description.description_sm .description__item{padding-top:24px}}.description.description_table .description__item{border-color:transparent}.description__item{padding-top:24px;border-top:1px solid #e3e5e6}@media screen and (max-width:767.9px){.description__item{padding-top:17px}}.description__item:not(:last-child){margin-bottom:24px}@media screen and (max-width:767.9px){.description__item:not(:last-child){margin-bottom:14px}}.description__title{font-weight:600;line-height:1.55;letter-spacing:-.01em;margin-bottom:8px;font-size:inherit}.description .filter-item__btn{margin-top:6px}.description a{text-decoration:none;color:maroon}.description a:hover{cursor:pointer}.description-table{font-size:14px}.description-table__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:6px}.description-table__title{width:100%;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 46%;flex:0 0 46%;max-width:46%;padding-right:16px}.description-table__value{width:100%;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 54%;flex:0 0 54%;max-width:54%;font-weight:600}.product-modal{display:none;position:fixed;height:auto;width:auto;top:0;left:0;bottom:0;right:0;z-index:101;font-size:16px;line-height:1.55;color:#323e48;letter-spacing:-.02em;color:#1a1a1a}.product-modal._open{display:block}.product-modal__bg{display:block;position:absolute;top:0;left:0;bottom:0;right:0;width:auto;height:auto;background-color:rgba(26,26,26,.5019607843);cursor:pointer}.product-modal__body{display:block;position:absolute;top:0;right:0;bottom:0;height:auto;width:500px;max-width:100%;background-color:#fff;margin:0;padding:32px 32px}@media screen and (max-width:767.9px){.product-modal__body{padding:27px 16px}}.product-modal__top{position:relative;padding-bottom:8px;border-bottom:1px solid #e3e5e6;background-color:#fff}@media screen and (max-width:767.9px){.product-modal__top{padding-bottom:3px}}.product-modal__title{font-size:32px;line-height:1;font-weight:600;margin-bottom:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;letter-spacing:-.02em;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:767.9px){.product-modal__title{font-size:24px}}.product-modal__close-btn{display:block;width:auto;height:auto;padding:0;margin:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#1a1a1a;cursor:pointer;padding:5px;border-radius:8px;position:absolute;top:-5px;right:-5px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.product-modal__close-btn:hover{color:rgba(26,26,26,.5019607843)}.product-modal__close-btn img,.product-modal__close-btn svg{display:block;width:18px;height:18px}.product-modal__middle{display:block;position:absolute;top:86px;right:0;left:0;padding:1px 32px;bottom:0;width:auto;height:auto;overflow-y:auto}@media screen and (max-width:767.9px){.product-modal__middle{padding:1px 16px;bottom:0;top:68px}}.product-modal__middle>:last-child{margin-bottom:50px}body.touch-not-support .product-modal__middle.init-scroll{margin-right:0}.consultation-video{display:block;position:relative;border:0;border-radius:8px;background-color:#f5efec;color:#1a1a1a;padding:0;margin:16px 0;overflow:hidden}.consultation-video__box{padding:17px 16px 16px;padding-right:155px;min-height:182px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:767.9px){.consultation-video__box{padding-right:145px}}@media screen and (max-width:374.9px){.consultation-video__box{padding-right:122px}}.consultation-video__title{margin-bottom:3px}@media screen and (max-width:767.9px){.consultation-video__title{margin-bottom:4px}}.consultation-video__image-size-wrap{line-height:1;position:absolute;height:auto;top:0;bottom:0;right:0;width:171px;padding-right:8px;padding-top:9px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:767.9px){.consultation-video__image-size-wrap{width:161px;padding-right:1px}}@media screen and (max-width:374.9px){.consultation-video__image-size-wrap{width:138px}}.consultation-video__image-size-wrap::before{content:"";display:block;position:absolute;bottom:0;right:0;left:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(245,239,236,0)),color-stop(92.86%,#f5efec));background:linear-gradient(180deg,rgba(245,239,236,0) 0,#f5efec 92.86%);height:84px;max-height:50%}@media screen and (max-width:374.9px){.consultation-video__image-size-wrap::before{left:12px}}.consultation-video__image{display:inline-block;max-width:100%;width:auto;height:auto;max-height:100%;vertical-align:bottom}.consultation-video__button{font-weight:600;font-size:14px;line-height:155%;letter-spacing:-.02em;background-color:#fff;color:#323e48;padding:5px 16px;border-radius:8px;margin:0;display:inline-block}.consultation-video__button-wrap{width:100%;padding-top:25px;margin-top:auto}.error-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:80px 0}@media screen and (max-width:1023.9px){.error-page{padding:40px 0}}.error-page__title{text-align:center;color:rgba(50,62,72,.1490196078);font-weight:600;font-size:64px;line-height:110%;margin-bottom:16px}@media screen and (max-width:1023.9px){.error-page__title{font-size:48px}}.error-page__subtitle{text-align:center;line-height:160%;letter-spacing:-.02em;max-width:400px;margin-bottom:24px}.error-page__button{min-width:218px;min-height:48px}@media screen and (max-width:575.9px){.error-page__button{width:100%;min-height:40px;padding:8px 17px}}.error-page+hr{border:1px solid rgba(50,62,72,.1490196078)}@media screen and (max-width:425.9px){.error-page+hr{margin:0 -16px}}.error-page.error-page--new{display:block;position:relative;padding:156px 0}@media screen and (max-width:1379.9px){.error-page.error-page--new{padding:64px 0}}@media screen and (max-width:767.9px){.error-page.error-page--new{padding:73px 0 39px 0}}.error-page.error-page--new+hr{display:none}.error-page.error-page--new .error-page__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767.9px){.error-page.error-page--new .error-page__row{display:block}}.error-page.error-page--new .error-page__title{font-weight:500;font-size:404px;line-height:110%;letter-spacing:-.01em;text-align:center;color:#d6b793;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0}@media screen and (max-width:1379.9px){.error-page.error-page--new .error-page__title{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:280px}}@media screen and (max-width:1023.9px){.error-page.error-page--new .error-page__title{font-size:200px}}@media screen and (max-width:767.9px){.error-page.error-page--new .error-page__title{font-size:186px;display:-webkit-box;display:-ms-flexbox;display:flex}}.error-page.error-page--new .error-page__title-image{display:inline-block;line-height:1;aspect-ratio:317/337;position:relative;top:10px;width:317px;max-width:317px}@media screen and (max-width:1379.9px){.error-page.error-page--new .error-page__title-image{width:226px;max-width:226px}}@media screen and (max-width:1023.9px){.error-page.error-page--new .error-page__title-image{width:170px;max-width:170px}}@media screen and (max-width:767.9px){.error-page.error-page--new .error-page__title-image{width:146px;max-width:146px;top:5px}}.error-page.error-page--new .error-page__title-img-wrap{display:inline-block;line-height:1;margin:0 -3px 0 8px}@media screen and (max-width:767.9px){.error-page.error-page--new .error-page__title-img-wrap{margin:0 -2px 0 4px}}.error-page.error-page--new .error-page__title-img-wrap picture{display:block}.error-page.error-page--new .error-page__subtitle{font-weight:500;font-size:28px;line-height:130%;letter-spacing:-.01em;text-align:right;color:#1a1a1a;max-width:none}@media screen and (max-width:1023.9px){.error-page.error-page--new .error-page__subtitle{font-size:20px}}@media screen and (max-width:767.9px){.error-page.error-page--new .error-page__subtitle{font-size:16px;text-align:center;margin-bottom:16px}}.error-page.error-page--new .error-page__col-1{position:relative;width:100%;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 57%;flex:0 0 57%;max-width:57%}@media screen and (max-width:767.9px){.error-page.error-page--new .error-page__col-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.error-page.error-page--new .error-page__col-2{position:relative;width:100%;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 43%;flex:0 0 43%;max-width:43%;text-align:right;padding:30px 0 31px 30px}.error-page.error-page--new .error-page__col-2 .error-page__button{margin-top:7px}@media screen and (max-width:767.9px){.error-page.error-page--new .error-page__col-2 .error-page__button{margin-top:0;width:auto;min-width:218px}}@media screen and (max-width:767.9px){.error-page.error-page--new .error-page__col-2{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;text-align:center;padding:40px 10px}}.product-reviews{position:relative;padding:39px 0 1px 0}.product-reviews:not(:last-child) .product-reviews__row{border-bottom:1px solid rgba(50,62,72,.1490196078)}@media screen and (max-width:767.9px){.product-reviews{padding-top:20px}}.product-reviews__title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:39px}@media screen and (max-width:767.9px){.product-reviews__title-row{margin-bottom:24px;display:block;position:relative}}.product-reviews__row{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:55px}@media screen and (max-width:767.9px){.product-reviews__row{display:block;padding-bottom:24px}}.product-reviews__col-1{width:100%;min-height:1px;position:relative;-webkit-box-flex:0;-ms-flex:0 0 25.4%;flex:0 0 25.4%;max-width:25.4%;padding-right:24px}@media screen and (max-width:1279.9px){.product-reviews__col-1{-webkit-box-flex:0;-ms-flex:0 0 32%;flex:0 0 32%;max-width:32%}}@media screen and (max-width:1023.9px){.product-reviews__col-1{-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%}}@media screen and (max-width:767.9px){.product-reviews__col-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-left:0;padding-right:0}}.product-reviews__col-2{width:100%;min-height:1px;position:relative;-webkit-box-flex:0;-ms-flex:0 0 74.6%;flex:0 0 74.6%;max-width:74.6%}@media screen and (max-width:1279.9px){.product-reviews__col-2{-webkit-box-flex:0;-ms-flex:0 0 68%;flex:0 0 68%;max-width:68%}}@media screen and (max-width:1023.9px){.product-reviews__col-2{-webkit-box-flex:0;-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}}@media screen and (max-width:767.9px){.product-reviews__col-2{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-left:0;padding-right:0;padding-top:5px}.product-reviews__col-2 .show-more.w-auto{width:100%}}@media screen and (max-width:767.9px){.product-reviews__sort{position:absolute;top:100%;right:0;margin-top:26px;z-index:3}}@media screen and (max-width:1379.9px){.product-reviews__sort .filter-item__modal-wrap{left:auto;right:0}}.product-reviews__rating-average{font-weight:600;font-size:24px;line-height:125%;letter-spacing:-.02em;margin-right:13px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}.product-reviews__rating-total{margin:2px 0 0}.product-reviews__rating-total:not(:first-child){margin-left:0}.product-reviews__rating-total_desktop{display:block}@media screen and (max-width:767.9px){.product-reviews__rating-total_desktop{display:none}}.product-reviews__rating-total_mobile{display:none;text-decoration:underline;cursor:pointer}@media screen and (max-width:767.9px){.product-reviews__rating-total_mobile{display:block}}.product-reviews__rating-summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px}@media screen and (max-width:767.9px){.product-reviews__rating-summary{padding-left:0;padding-right:0;margin-bottom:17px}}.product-reviews__star-wrap{line-height:1}.product-reviews__rating-detail{padding:0 16px;margin-top:20px}@media screen and (max-width:767.9px){.product-reviews__rating-detail{margin-top:0;padding:0;display:none}}.product-reviews__info{font-size:14px;line-height:1.55;background-color:rgba(50,62,72,.0705882353);margin-bottom:20px;border-radius:8px;padding:16px;letter-spacing:-.02em}.order-complete__button .product-reviews__info input[type=submit],.product-reviews__info .dark-button,.product-reviews__info .order-complete__button input[type=submit]{width:100%}.product-reviews__info-btn{margin-top:16px}.product-reviews._empty .product-reviews__col-1 .rating-stars__icon{color:#e3e5e6}.rating-detail{line-height:1}.rating-detail__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}.rating-detail__hr{background-color:rgba(50,62,72,.0705882353);height:1px;min-width:1px;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:end;align-self:flex-end;margin:0 11px 3px 8px}.rating-detail__count{font-size:14px;letter-spacing:-.02em;color:#323e48;padding-bottom:3px}.product-review{padding:16px 16px 17px;border-radius:12px;border-bottom:1px solid rgba(50,62,72,.1490196078);font-size:14px;line-height:1.55;letter-spacing:-.02em;margin-bottom:17px}@media screen and (max-width:767.9px){.product-review{padding-left:0;padding-right:0}}.product-review:last-child{border-bottom:0}.product-review__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.product-review__text{font-size:inherit}.product-review__image{display:inline-block;width:auto;height:80px;background-color:#f1f1f2;vertical-align:top}.product-review__image.product-review__image_width{width:120px;height:auto}@media screen and (max-width:374.9px){.product-review__image.product-review__image_width{width:96px}}.product-review__author{font-size:16px;font-weight:600;letter-spacing:-.01em}.product-review__date{font-size:12px;letter-spacing:-.01em;color:rgba(26,26,26,.5019607843);margin-top:7px}.product-review__content{margin-top:14px}.product-review__images{margin-top:17px}.product-review__link{display:inline-block;line-height:1;vertical-align:middle;margin-right:6px}.product-review__empty-title{font-size:16px;line-height:1.6;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843)}.text-align-center{text-align:center}.contacts{position:relative;padding-top:30px;padding-bottom:37px}@media screen and (max-width:767.9px){.contacts{padding-top:14px;padding-bottom:21px}}.contacts__item{position:relative;padding-left:34px}.contacts__phone-icon-wrap{display:inline-block;margin-right:10px}@media screen and (max-width:767.9px){.contacts__phone-icon-wrap{position:absolute;top:4px;left:3px;margin:0}}.contacts__phone-icon-wrap svg{display:block;width:24px;height:24px}@media screen and (max-width:767.9px){.contacts__phone-icon-wrap svg{width:18px;height:18px}}.contacts__phone{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400;font-size:24px;line-height:125%;letter-spacing:-.02em;position:relative;margin-bottom:24px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:767.9px){.contacts__phone{display:block;font-size:20px;padding-left:32px;margin-bottom:16px}}.contacts__phone-name{font-size:inherit;font-weight:inherit;color:inherit;padding:0;margin:0 11px 0 0}@media screen and (max-width:767.9px){.contacts__phone-name{margin-right:0;margin-bottom:4px}}.contacts__phone-value{font-weight:600}@media screen and (max-width:767.9px){.contacts__phone-value{display:block}}.contacts__phone-time{font-size:16px;line-height:160%;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843);margin-left:12px;font-family:Noto-Sans-Display,sans-serif,arial;-ms-flex-item-align:end;align-self:flex-end}@media screen and (max-width:767.9px){.contacts__phone-time{font-size:14px;margin-left:0}}.contacts__border{border:1px solid rgba(50,62,72,.1490196078);border-radius:16px;padding:23px 23px 32px;font-size:16px;line-height:1.55;letter-spacing:-.02em}@media screen and (max-width:1023.9px){.contacts__border{padding-bottom:23px}}@media screen and (max-width:767.9px){.contacts__border{padding:23px 15px 23px}}.contacts__subtitle{padding:0;font-size:24px;line-height:1.25;font-weight:600;color:inherit;letter-spacing:-.02em;margin:0 0 25px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:767.9px){.contacts__subtitle{margin-bottom:17px}}.contacts__item-title{padding:0;font-size:inherit;font-weight:600;color:inherit;position:relative;margin:0 0 5px}.contacts__border-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1023.9px){.contacts__border-row .contacts__col:last-child{margin-bottom:0;margin-top:20px}}@media screen and (max-width:767.9px){.contacts__border-row .contacts__col:last-child{margin-top:0}}.contacts__col{width:100%;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}@media screen and (max-width:1023.9px){.contacts__col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:767.9px){.contacts__col{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:25px}}.contacts__subtitle-icon{color:rgba(26,26,26,.5019607843);position:absolute;right:100%;top:0;margin-top:3px;margin-right:12px}.contacts__subtitle-icon svg{display:block;width:18px;height:18px}.contacts .icon-contact{color:maroon}.requisites{padding-top:50px;padding-bottom:20px;position:relative;font-size:16px;line-height:160%;letter-spacing:-.02em}@media screen and (max-width:1023.9px){.requisites{padding-top:30px;padding-bottom:10px}}@media screen and (max-width:767.9px){.requisites{padding-top:20px;padding-bottom:17px}}.requisites__title{margin-bottom:40px}@media screen and (max-width:767.9px){.requisites__title{margin-bottom:17px}}.requisites__text{margin-bottom:13px}@media screen and (max-width:767.9px){.requisites__text{margin-bottom:16px}}.requisites__text strong{font-weight:600;letter-spacing:-.01em}.requisites__grey{color:rgba(26,26,26,.5019607843);margin-right:3px}@media screen and (max-width:767.9px){.requisites__grey{display:inline-block;width:100%;margin-right:0;margin-bottom:5px}}.requisites__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:-2px}.requisites__row .requisites__text:not(:last-child){margin-right:24px}.requisites__content{border-bottom:1px solid rgba(50,62,72,.1490196078);padding-bottom:71px}@media screen and (max-width:1023.9px){.requisites__content{padding-bottom:52px}}@media screen and (max-width:767.9px){.requisites__content{padding-bottom:31px}}.requisites .icon-contact{color:maroon}.about-head__title{font-weight:600;font-size:40px;line-height:120%;text-align:center;margin:8px 0 24px;color:#1a1a1a}@media screen and (max-width:767.9px){.about-head__title{font-size:24px;margin:16px 0;line-height:125%}}.about-head__tabs{margin:24px 0 8px;display:-webkit-box;display:-ms-flexbox;display:flex}.about-head__tabs .swiper-slide{width:auto;margin-right:24px}.about-head__tabs-item{color:rgba(26,26,26,.5019607843);height:30px;line-height:160%;letter-spacing:-.02em}.about-head__tabs-item:active,.about-head__tabs-item:focus,.about-head__tabs-item:hover,.about-head__tabs-item:visited{text-decoration:none}.about-head__tabs-item_active{color:#1a1a1a;border-bottom:2px solid rgba(26,26,26,.5019607843)}@media screen and (max-width:459.9px){.about-head__tabs .swiper{margin-right:-16px}}.about-hr{border-bottom:1px solid rgba(50,62,72,.1490196078);width:100%}.about-img{padding:40px 0;max-height:660px}.about-img img{height:auto;width:100%}@media screen and (max-width:575.9px){.about-img{padding:24px 0}.about-img .container{padding:0}}.about-info{padding:40px 0;max-width:1184px;margin:0 auto}@media screen and (max-width:1279.9px){.about-info br{display:none}}@media screen and (max-width:833.9px){.about-info{overflow:hidden}.about-info .swiper{overflow:visible;width:100%}}.about-info__quote{margin-bottom:16px;text-align:center}@media screen and (max-width:767.9px){.about-info__quote{margin-bottom:10px}.about-info__quote img{width:24px;height:24px}}.about-info__text{text-align:center;font-weight:600;font-size:40px;line-height:120%;letter-spacing:-.01em;margin-bottom:60px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:1023.9px){.about-info__text{font-size:32px;margin-bottom:40px}}@media screen and (max-width:767.9px){.about-info__text{font-size:24px;line-height:125%;letter-spacing:-.02em}}@media screen and (max-width:767.9px){.about-info{padding:0}}.about-info__stats{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}.about-info__stats .swiper-slide{width:auto;margin-right:24px}.about-info__stats .swiper-slide:last-child{margin-right:0}.about-info__stat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:312px}.about-info__stat>:not(:last-child){margin-right:16px}@media screen and (max-width:1023.9px){.about-info__stat{width:100%;height:60px}}.about-info__icon{min-width:64px;min-height:64px;width:64px;height:64px;background-color:rgba(50,62,72,.0705882353);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1023.9px){.about-info__icon{min-width:48px;min-height:48px;width:48px;height:48px}.about-info__icon img{width:20px;height:20px}}.about-info__number{font-weight:600;font-size:40px;line-height:120%;letter-spacing:-.01em;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:1023.9px){.about-info__number{font-size:24px}}.about-info__label{line-height:160%;letter-spacing:-.02em}.about-info__stat-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:78px}.about-products{padding:40px 0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.about-products__title{font-weight:600;font-size:40px;line-height:120%;letter-spacing:-.01em;margin-bottom:16px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:833.9px){.about-products__title{font-size:32px}}@media screen and (max-width:575.9px){.about-products__title{font-size:24px;line-height:1.25;width:240px;letter-spacing:-.02em}}.about-products__subtitle{line-height:160%;letter-spacing:-.02em;margin-bottom:40px}@media screen and (max-width:767.9px){.about-products__subtitle{margin-bottom:24px}.about-products__subtitle br{display:none}}@media screen and (max-width:575.9px){.about-products__subtitle{font-size:14px}}.about-products__grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-webkit-column-gap:clamp(8px,8px + 24 * (100vw - 375px) / 1545,32px);-moz-column-gap:clamp(8px,8px + 24 * (100vw - 375px) / 1545,32px);column-gap:clamp(8px,8px + 24 * (100vw - 375px) / 1545,32px);row-gap:clamp(8px,8px + 32 * (100vw - 375px) / 1545,40px);width:100%;max-width:1320px;-webkit-box-sizing:border-box;box-sizing:border-box}.about-products__grid-item{position:relative;aspect-ratio:644/430;max-height:805px;max-width:644px}.about-products__grid-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.about-products__grid-item--large{-ms-grid-row-span:2;grid-row:span 2;aspect-ratio:644/805}.about-assortment{background-color:#fff}.about-assortment .title-row{margin-bottom:16px}@media screen and (max-width:767.9px){.about-assortment .title{letter-spacing:-.02em}}.about-assortment .subtitle{margin-bottom:40px;max-width:867px;line-height:160%;letter-spacing:-.02em}@media screen and (max-width:767.9px){.about-assortment .subtitle{margin-bottom:24px;font-size:14px;line-height:155%}}.about-awards{padding:40px 0}@media screen and (max-width:767.9px){.about-awards{padding:20px 0;overflow:hidden}.about-awards .swiper{overflow:visible}}.about-awards__title{font-size:40px;font-weight:600;margin-bottom:40px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:767.9px){.about-awards__title{font-size:24px;margin-bottom:24px;letter-spacing:-.02em}}.about-awards__slider{position:relative}.about-awards__slider .swiper-slide{width:306px;margin-right:32px}.about-awards__slider .swiper-slide:last-child{margin-right:0}@media screen and (max-width:767.9px){.about-awards__slider .swiper-slide{width:283px;margin-right:16px}}.about-awards__slider-arrow{top:70px}@media screen and (max-width:767.9px){.about-awards__slider-arrow{display:none;visibility:hidden}}.about-awards__slider-scrollbar{display:none;visibility:hidden}@media screen and (max-width:767.9px){.about-awards__slider-scrollbar{margin-top:16px;display:block;visibility:visible}}@media screen and (max-width:425.9px){.about-awards__slider .custom-scrollbar.swiper-scrollbar{left:0;right:0}}.about-awards__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-right:16px}.about-awards__image{width:100%;height:auto;margin-bottom:16px}.about-awards__name{font-weight:600;line-height:155%;letter-spacing:-.05em;margin-bottom:16px;font-size:16px;color:#1a1a1a}.about-awards__text{line-height:155%;font-size:14px;color:rgba(26,26,26,.5019607843)}.awards-list{padding:25px 0 39px 0}@media screen and (max-width:767.9px){.awards-list{padding:20px 0}}.awards-list__title{margin-bottom:74px}@media screen and (max-width:1023.9px){.awards-list__title.text-head-h2{font-size:32px}}@media screen and (max-width:767.9px){.awards-list__title.text-head-h2{font-size:24px}}@media screen and (max-width:767.9px){.awards-list__title{margin-bottom:16px}}.awards-list__items{list-style:none;margin:0;padding:0;position:relative}.awards-list__items.awards-list__items--limited .awards-list__item:nth-child(n+5){display:none}.awards-list__items.awards-list__items--has-more.awards-list__items--limited::before{content:"";display:block;background:-webkit-gradient(linear,left top,left bottom,color-stop(70%,rgba(255,255,255,0)),to(#fff));background:linear-gradient(180deg,rgba(255,255,255,0) 70%,#fff 100%);position:absolute;top:0;left:0;width:100%;height:100%;margin:0;z-index:1;pointer-events:none}.awards-list__item{list-style:none;margin:0;padding:0;border-bottom:1px solid rgba(50,62,72,.15);padding-bottom:5px;margin-bottom:24px}.awards-list__item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media screen and (max-width:767.9px){.awards-list__item{padding-bottom:16px;margin-bottom:16px}}.awards-list__content{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:1023.9px){.awards-list__content{-ms-flex-wrap:wrap;flex-wrap:wrap}}.awards-list__left{display:block;position:relative;width:100%;-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;max-width:38%;padding-right:80px}@media screen and (max-width:1279.9px){.awards-list__left{padding-right:40px}}@media screen and (max-width:1023.9px){.awards-list__left{-webkit-box-flex:0;-ms-flex:0 0 76%;flex:0 0 76%;max-width:76%;padding-top:17px}}@media screen and (max-width:767.9px){.awards-list__left{padding-right:20px}}.awards-list__center{display:block;position:relative;width:100%;-webkit-box-flex:0;-ms-flex:0 0 21%;flex:0 0 21%;max-width:21%;padding-right:80px}@media screen and (max-width:1279.9px){.awards-list__center{padding-right:40px}}@media screen and (max-width:1023.9px){.awards-list__center{-webkit-box-flex:0;-ms-flex:0 0 24%;flex:0 0 24%;max-width:24%}}@media screen and (max-width:1023.9px){.awards-list__center{padding-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.awards-list__right{width:100%;-webkit-box-flex:0;-ms-flex:0 0 41%;flex:0 0 41%;max-width:41%;padding-left:20px;padding-right:20px;position:relative;padding-top:7px;padding-bottom:27px}@media screen and (max-width:1023.9px){.awards-list__right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-left:0;padding-right:0}}@media screen and (max-width:767.9px){.awards-list__right{padding-top:9px;padding-bottom:10px}}.awards-list__medal{display:block;font-weight:400;font-size:24px;line-height:130%;letter-spacing:.02em;margin:0;color:#d6b793;margin:0 0 21px}@media screen and (max-width:1023.9px){.awards-list__medal{font-size:20px}}@media screen and (max-width:767.9px){.awards-list__medal{font-weight:400;font-size:14px;margin-bottom:7px}}.awards-list__name{margin:0}.awards-list__name.text-head-h3{font-weight:500;letter-spacing:-.01em}@media screen and (max-width:767.9px){.awards-list__name.text-head-h3{font-size:24px;margin-bottom:4px}}.awards-list__image-box{position:relative;min-height:175px;width:162px;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:767.9px){.awards-list__image-box{width:78px;min-width:78px;min-height:84px;padding:10px;margin-left:auto}}.awards-list__image-box::before{content:"";display:block;position:absolute;width:115px;height:131px;top:50%;left:50%;margin:0;margin-top:-69px;margin-left:-56px;background-image:url(../img/about/ellipse.svg);background-repeat:no-repeat;background-position:center;background-size:contain;pointer-events:none}@media screen and (max-width:767.9px){.awards-list__image-box::before{width:56px;height:63px;margin-top:-32px;margin-left:-28px}}.awards-list__image{width:auto;max-width:100%;height:auto;border-radius:50%;position:relative;z-index:1}@media screen and (max-width:767.9px){.awards-list__image{max-width:100px;width:38px;max-height:40px;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain}}.awards-list__description{font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em;color:#1a1a1a}.awards-list__description p:not(:last-child){margin-bottom:22px}@media screen and (max-width:767.9px){.awards-list__description p:not(:last-child){margin-bottom:10px}}@media screen and (max-width:767.9px){.awards-list__description{font-weight:400;font-size:12px;line-height:140%;letter-spacing:-.02em}}.awards-list__description-wrapper ol,.awards-list__description-wrapper ul{padding-left:20px}.awards-list__description-wrapper ol li:not(:last-child),.awards-list__description-wrapper ul li:not(:last-child){margin-bottom:12px}.awards-list__description-wrapper ul li::marker{font-size:12px}.awards-list__description-wrapper a{text-decoration:none;color:maroon}.awards-list__description-wrapper a:hover{cursor:pointer}.awards-list__description-full{font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em;color:#1a1a1a}.awards-list__description-full p:not(:last-child){margin-bottom:22px}@media screen and (max-width:767.9px){.awards-list__description-full p:not(:last-child){margin-bottom:10px}}@media screen and (max-width:767.9px){.awards-list__description-full{font-weight:400;font-size:12px;line-height:140%;letter-spacing:-.02em;display:none}}@media screen and (max-width:767.9px){.awards-list__description-full._open{display:block}}.awards-list__description-truncated{font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em;color:#1a1a1a;display:none}.awards-list__description-truncated p{display:inline}.awards-list__description-truncated p:not(:last-child){margin-bottom:22px}@media screen and (max-width:767.9px){.awards-list__description-truncated p:not(:last-child){margin-bottom:10px}}@media screen and (max-width:767.9px){.awards-list__description-truncated{font-weight:400;font-size:12px;line-height:140%;letter-spacing:-.02em;display:block}}@media screen and (max-width:767.9px){.awards-list__description-truncated._hidden{display:none}}.awards-list__read-more{display:none;padding:0;border:none;background:0 0;font-weight:400;font-size:12px;line-height:140%;letter-spacing:-.02em;color:#d6b793;cursor:pointer;-webkit-transition:color .3s;transition:color .3s;margin-left:4px;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:767.9px){.awards-list__read-more{display:inline-block}}.awards-list__read-more:hover{color:#c89e6e}.awards-list__read-more:active{color:#c1925c}.awards-list__button-wrap{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:50px}@media screen and (max-width:767.9px){.awards-list__button-wrap{margin-top:24px}}.awards-list__items--has-more+.awards-list__button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.awards-list__show-more{min-width:154px}@media screen and (max-width:767.9px){.awards-list__show-more.modal-button{font-size:16px;padding:12px 14px}}.career{padding:40px 0 80px}@media screen and (max-width:833.9px){.career{padding:40px 0}}.career__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.career__container>:not(:last-child){margin-right:24px}@media screen and (max-width:833.9px){.career__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.career__container>:not(:last-child){margin-right:0;margin-bottom:16px}}.career__contacts,.career__hh{padding:24px;border:1px solid rgba(50,62,72,.1490196078);border-radius:16px}.career__contacts{width:816px}.career__contacts-title{font-size:20px;font-weight:600;margin-bottom:8px;font-size:24px;line-height:125%;letter-spacing:-.02em;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}.career__contacts-subtitle{color:rgba(26,26,26,.5019607843);margin-bottom:24px;line-height:160%;letter-spacing:-.02em}@media screen and (max-width:833.9px){.career__contacts-subtitle{font-size:13px}}.career__contacts-form{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}.career__contacts-form>:not(:last-child){margin-right:8px}@media screen and (max-width:1023.9px){.career__contacts-form{margin-bottom:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.career__contacts-form>:not(:last-child){margin-right:0;margin-bottom:8px}}.career__contacts-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.career__contacts-actions>:not(:last-child){margin-right:24px}@media screen and (max-width:1023.9px){.career__contacts-actions{-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.career__contacts-actions>:not(:last-child){margin-right:0;margin-bottom:16px}}.career__contacts-submit{min-width:212px}@media screen and (max-width:1023.9px){.career__contacts-submit{width:100%}}.career__contacts-notice{font-size:12px;color:rgba(26,26,26,.5019607843);letter-spacing:-.02em;line-height:140%}@media screen and (max-width:1279.9px){.career__contacts-notice br{display:none}}.career__contacts-link{color:maroon}@media screen and (max-width:833.9px){.career__contacts{width:100%}}.career__contacts--full-width{width:100%}.career__hh{width:480px;min-height:231px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.career__hh:active,.career__hh:focus,.career__hh:hover,.career__hh:visited{text-decoration:none}.career__hh-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.career__hh-logo{width:44px;height:44px}.career__hh-arrow{width:18px;height:18px}.career__hh-text{line-height:160%;letter-spacing:-.05em}@media screen and (max-width:833.9px){.career__hh{width:100%}}.blog-head__title{font-weight:600;font-size:40px;line-height:120%;letter-spacing:-.01em;text-align:center;margin:8px 0 16px;color:#1a1a1a;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:767.9px){.blog-head__title{font-size:24px;margin:16px 0;line-height:125%}}.blog-head__subtitle{font-weight:400;font-size:16px;line-height:1.6;letter-spacing:-.02em;color:#1a1a1a;text-align:center;margin-bottom:24px}@media screen and (max-width:767.9px){.blog-head__subtitle{font-size:16px}}.blog-articles__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -12px}@media screen and (max-width:575.9px){.blog-articles__wrap{margin:0}}.blog-articles__pagination{padding-top:24px;margin-bottom:80px}.blog-articles .useful-article{width:calc((100% - 72px)/ 3);margin:0 12px;margin-bottom:40px}.blog-articles .useful-article__info{padding-bottom:0}@media screen and (max-width:1023.9px){.blog-articles .useful-article{width:calc((100% - 48px)/ 2)}}@media screen and (max-width:575.9px){.blog-articles .useful-article{margin:0;margin-bottom:48px;width:100%}}@media screen and (min-width:576px){.blog-articles__first-article{margin-bottom:40px;margin-top:24px}.blog-articles__first-article .useful-article{width:100%;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;aspect-ratio:2.42;background-color:rgba(50,62,72,.0705882353);max-width:1320px;border-top-right-radius:16px;border-bottom-right-radius:16px}.blog-articles__first-article .useful-article__tips{margin-top:auto;padding-top:10px}.blog-articles__first-article .useful-article__image-wrap{padding-bottom:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex:0 0 66%;flex:0 0 66%}.blog-articles__first-article .useful-article__image-wrap img,.blog-articles__first-article .useful-article__image-wrap picture{display:block;width:100%;height:100%}}@media screen and (min-width:576px) and (max-width:1023.9px){.blog-articles__first-article .useful-article__image-wrap{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%}}@media screen and (min-width:576px) and (max-width:767.9px){.blog-articles__first-article .useful-article__image-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:576px){.blog-articles__first-article .useful-article__info{padding:24px;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width:576px) and (max-width:1023.9px){.blog-articles__first-article .useful-article__info{padding:16px}}@media screen and (min-width:576px) and (min-width:1280px){.blog-articles__first-article .useful-article__info{-webkit-box-flex:0;-ms-flex:0 0 34%;flex:0 0 34%}}@media screen and (min-width:576px){.blog-articles__first-article .useful-article__info-wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-articles__first-article .useful-article__preview-text p{margin-bottom:8px}.blog-articles__first-article .useful-article__preview-text br{display:block;content:"";margin-bottom:8px}}@media screen and (min-width:576px) and (min-width:640px){.blog-articles__first-article .useful-article__preview-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}}@media screen and (min-width:576px) and (min-width:768px){.blog-articles__first-article .useful-article__preview-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}}@media screen and (min-width:576px) and (min-width:834px){.blog-articles__first-article .useful-article__preview-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical}}@media screen and (min-width:576px) and (min-width:1024px){.blog-articles__first-article .useful-article__preview-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical}}.blog-filter{margin-bottom:40px}@media screen and (max-width:1023.9px){.blog-filter{overflow:hidden;margin-bottom:24px}}.blog-filter__desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;visibility:visible;height:auto}@media screen and (max-width:1023.9px){.blog-filter__desktop{visibility:hidden;height:0;display:none}}.blog-filter__rows{cursor:pointer;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;margin:0 -30px;visibility:hidden;display:none}@media screen and (max-width:1023.9px){.blog-filter__rows{visibility:visible;display:block}}.blog-filter__rows::-webkit-scrollbar{display:none}.blog-filter__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;overflow:hidden;padding:0 30px}.blog-filter__item{white-space:nowrap;font-weight:700;padding:0;-ms-flex-negative:0;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:8px;margin-bottom:8px}@media screen and (max-width:767.9px){.blog-filter__item{margin-right:4px;margin-bottom:4px}}.blog-filter__btn{display:block;padding:8px 16px;border:0;border-radius:8px;background-color:#f0f1f2;color:#1a1a1a;text-decoration:none;text-align:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:155%;letter-spacing:-.01em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.2s ease;transition:.2s ease;min-width:90px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:700}.blog-filter__btn:not(.blog-filter__btn--active):hover{background-color:rgba(50,62,72,.1490196078)}@media screen and (max-width:767.9px){.blog-filter__btn{padding:5px 16px;font-size:14px;letter-spacing:-.02em;min-width:86px}}.blog-filter__btn--active{background-color:#323e48;color:#fff;-webkit-transition:.1s ease;transition:.1s ease}.blog-filter__btn--active .blog-filter__count{color:rgba(255,255,255,.5019607843)}.blog-filter__count{color:rgba(26,26,26,.5019607843);margin-left:8px}.article-page{padding-bottom:40px}@media screen and (max-width:833.9px){.article-page{overflow:hidden}}@media screen and (max-width:575.9px){.article-page .popup-block__inner{right:auto}}.article-page .article-head{margin-bottom:24px}@media screen and (min-width:576px){.article-page .article-head .popup-block__inner{left:-210px}}.article-page .article-head h1{font-size:40px;line-height:120%;letter-spacing:-.01em;font-weight:700;margin-bottom:16px;margin-top:10px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:767.9px){.article-page .article-head h1{font-size:24px;line-height:125%;letter-spacing:-.02em}}.article-page .article-head .article-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:575.9px){.article-page .article-head .article-meta{display:block}}.article-page .article-head .article-meta span{line-height:160%;letter-spacing:-.02em}.article-page .article-head .article-meta__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:575.9px){.article-page .article-head .article-meta__wrap{margin-bottom:16px}}.article-page .article-head .article-meta__date span,.article-page .article-head .article-meta__reading span{margin-right:4px;color:rgba(26,26,26,.5019607843)}@media screen and (max-width:575.9px){.article-page .article-head .article-meta__date span,.article-page .article-head .article-meta__reading span{margin-right:0;margin-bottom:2px}}@media screen and (max-width:575.9px){.article-page .article-head .article-meta__date,.article-page .article-head .article-meta__reading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.article-page .article-head .article-meta__date{margin-right:40px}@media screen and (max-width:575.9px){.article-page .article-head .article-meta__date{margin-right:0}}.article-page .article-content{display:-ms-grid;display:grid;-ms-grid-columns:minmax(0,1fr) minmax(300px,424px);grid-template-columns:minmax(0,1fr) minmax(300px,424px);line-height:160%;letter-spacing:-.02em}@media screen and (max-width:1023.9px){.article-page .article-content{-ms-grid-columns:minmax(0,2fr) minmax(0,1fr);grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}@media screen and (max-width:833.9px){.article-page .article-content{display:block}}.article-page .article-content .article-main{margin-right:24px;padding-bottom:40px}@media screen and (max-width:833.9px){.article-page .article-content .article-main{margin-right:0}}.article-page .article-content .article-main section:not(:last-child){margin-bottom:40px}.article-page .article-content .article-main h2{padding-top:8px;font-weight:700;font-size:32px;line-height:100%;letter-spacing:-.02em;margin-bottom:16px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:1023.9px){.article-page .article-content .article-main h2{font-size:24px;line-height:125%}}.article-page .article-content .article-main h3{font-size:24px;line-height:125%;letter-spacing:-.02em;font-weight:700;margin-bottom:16px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:1023.9px){.article-page .article-content .article-main h3{font-size:20px}}.article-page .article-content .article-main p:not(:first-child){margin-top:16px}.article-page .article-content .article-main p:not(:last-child){margin-bottom:16px}.article-page .article-content .article-main b,.article-page .article-content .article-main strong{line-height:155%;letter-spacing:-.01em}.article-page .article-content .article-main ol,.article-page .article-content .article-main ul{padding-left:20px;margin-bottom:16px}.article-page .article-content .article-main ol p,.article-page .article-content .article-main ul p{margin:0}.article-page .article-content .article-main ol p:not(:last-child),.article-page .article-content .article-main ul p:not(:last-child){margin-bottom:12px}.article-page .article-content .article-main ol li:not(:last-child),.article-page .article-content .article-main ul li:not(:last-child){margin-bottom:12px}.article-page .article-content .article-main ul li::marker{font-size:12px}.article-page .article-content .article-main a{text-decoration:none;color:maroon}.article-page .article-content .article-main a:hover{cursor:pointer}.article-page .article-content .article-main em,.article-page .article-content .article-main i{font-style:italic}.article-page .article-content .article-main details{background-color:rgba(50,62,72,.0705882353);padding:24px;border-radius:8px}.article-page .article-content .article-main details:not(:last-child){margin-bottom:8px}.article-page .article-content .article-main details img{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.article-page .article-content .article-main details p{margin:0;line-height:160%;letter-spacing:-.02em}@media screen and (max-width:833.9px){.article-page .article-content .article-main details{padding:16px}}.article-page .article-content .article-main summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:700;line-height:160%;letter-spacing:-.02em;cursor:pointer}.article-page .article-content .article-main summary p{line-height:155%;letter-spacing:-.01em}.article-page .article-content .article-main summary::-webkit-details-marker{display:none}.article-page .article-content .article-main details[open] img{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.article-page .article-content .article-main details[open] summary{margin-bottom:16px}.article-page .article-content .article-main blockquote{background-color:rgba(50,62,72,.0705882353);padding:24px;border-radius:8px;font-weight:500;font-size:20px;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:767.9px){.article-page .article-content .article-main blockquote{font-size:18px;padding:16px;margin-bottom:18px}}.article-page .article-content .article-main blockquote cite{display:block;margin-top:24px;font-size:16px;font-weight:400;line-height:160%;letter-spacing:-.02em;text-align:right;color:rgba(26,26,26,.5019607843)}.article-page .article-content .article-main__image-wrap{margin-bottom:40px}@media screen and (max-width:767.9px){.article-page .article-content .article-main__image-wrap{margin-bottom:24px}}.article-page .article-content .article-main__image-wrap img{width:100%}.article-page .article-content .article-main .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab;margin:40px 0 64px 0}.article-page .article-content .article-main .table-wrapper::-webkit-scrollbar{height:4px;margin-top:60px}.article-page .article-content .article-main .table-wrapper::-webkit-scrollbar-thumb{background-color:#323e48;border-radius:2px}.article-page .article-content .article-main .table-wrapper::-webkit-scrollbar-track{background-color:rgba(50,62,72,.0705882353);border-radius:2px}.article-page .article-content .article-main .is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.article-page .article-content .article-main table{border-collapse:collapse;width:100%;margin-bottom:40px}.article-page .article-content .article-main table td,.article-page .article-content .article-main table th{text-align:left;white-space:nowrap;padding:8px 8px 8px 0;border-bottom:1px solid rgba(50,62,72,.1490196078);overflow:hidden;text-overflow:ellipsis;min-width:218px;font-weight:400;line-height:160%;letter-spacing:-.02em}@media screen and (max-width:1023.9px){.article-page .article-content .article-main table td,.article-page .article-content .article-main table th{min-width:170px}}.article-page .article-content .article-main table th{color:rgba(26,26,26,.5019607843)}.article-page .article-content .article-toc{background-color:rgba(50,62,72,.0705882353);padding:24px;position:sticky;top:2rem;-ms-flex-item-align:start;-ms-grid-row-align:start;align-self:start;border-radius:8px;margin-bottom:40px}@media screen and (max-width:833.9px){.article-page .article-content .article-toc{position:static;padding:16px}}.article-page .article-content .article-toc__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;cursor:pointer}.article-page .article-content .article-toc__head h2{font-weight:700;letter-spacing:-.02em;margin:0;padding:0;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}.article-page .article-content .article-toc__head button{all:unset;display:inline;background:0 0;border:none}.article-page .article-content .article-toc__head button img{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.article-page .article-content .article-toc__head button.is-open img{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.article-page .article-content .article-toc__list.is-close{display:none;visibility:hidden}.article-page .article-content .article-toc__list li{line-height:160%;letter-spacing:-.02em;list-style:none;padding:4px 0}.article-page .article-content .article-toc__list li:not(:last-child){margin-bottom:16px}.article-page .article-content .article-toc__list li:hover{cursor:pointer;color:maroon}.article-page .article-content .article-toc__list li a{text-decoration:none;color:inherit}.article-page .article-content .article-toc ul{padding:0;margin:0;margin-top:16px}.article-page .article-footer .page-heading__hr{margin-top:0}.article-page .article-footer .popup-block__inner{top:-165px;right:auto}@media screen and (max-width:575.9px){.article-page .article-footer .popup-block__inner{top:-150px}}.article-page .article-footer__wrap{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:575.9px){.article-page .article-footer__wrap{display:block}}.article-page .article-footer__share,.article-page .article-footer__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.article-page .article-footer__share{cursor:pointer}.article-page .article-footer__share span{margin-left:12px}@media screen and (max-width:575.9px){.article-page .article-footer__share{margin-bottom:24px}}.article-page .article-footer__tag:not(:last-child){margin-right:4px}@media screen and (max-width:833.9px){.article-page.policy-page .article-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.article-page.policy-page .article-toc{width:100%}}.i-video{display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.i-video__iframe-box{display:none}.i-video.i-video--show-video .i-video__iframe-box{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.i-video.i-video--show-video .i-video__iframe-box iframe{display:block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.i-video__preview{position:relative;width:100%;height:auto;padding-bottom:62.73%}.i-video__preview::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.12);z-index:1}.i-video__preview img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain}.i-video__play-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:80px;height:80px;position:absolute;top:50%;left:50%;margin:0;margin-top:-40px;margin-left:-40px;border:0;padding:0;background-color:#fff;border-radius:40px;z-index:2;cursor:pointer;-webkit-box-shadow:0 0 0 0 rgba(50,62,72,0);box-shadow:0 0 0 0 rgba(50,62,72,0);-webkit-transition:.2s 0s ease-in-out;transition:.2s 0s ease-in-out}.i-video__play-button:hover{-webkit-box-shadow:4px 8px 12px 0 rgba(50,62,72,.15);box-shadow:4px 8px 12px 0 rgba(50,62,72,.15);-webkit-transition:.3s 0s ease-in-out;transition:.3s 0s ease-in-out}.i-video__play-button::before{content:"";display:block;width:32px;min-width:32px;height:32px;background-image:url(../img/icons/play.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.article-image-slider{max-width:872px}.article-image-slider__swiper-wrap{position:relative}.article-image-slider__swiper-wrap .slider-arrow{top:43%}@media screen and (max-width:767.9px){.article-image-slider__swiper-wrap .slider-arrow{display:none;visibility:hidden}}.article-image-slider .swiper-slide{height:auto}.article-image-slider .article-image-slide img{width:100%;height:auto;max-height:547px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.article-image-slider .article-image-slide__text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1px;font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:833.9px){.article-image-slider .article-image-slide__text-wrapper{display:block;padding-bottom:8px;margin-bottom:0}.article-image-slider .article-image-slide__text-wrapper p{margin:8px 0!important}}.article-image-slider .article-image-slide__text{min-width:0;max-width:735px;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;margin-right:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.article-image-slider .article-image-slide__caption{min-width:113px;color:rgba(26,26,26,.5019607843);margin-top:0!important}.article-image-slider .article-image-slide.article-video-slide .i-video__preview img{max-height:none;width:100%;height:100%}.article-image-slider .article-thumb-slider .thumb-slider .swiper-slide{width:110px;height:90px;padding:5px}.article-image-slider .article-thumb-slider .thumb-slider .swiper-slide-thumb-active{border:3px solid maroon;border-radius:6px;padding:2px}.article-image-slider .article-thumb-slider .thumb-slider .thumb-slide img{width:100%;height:100%;border-radius:4px}.article-image-slider .article-thumb-slider .thumb-slider .article-image-slide img{height:100%}@media screen and (max-width:833.9px){.article-image-slider .article-thumb-slider .swiper{overflow:visible;width:100%}}.article-grey-block{display:-webkit-box;display:-ms-flexbox;display:flex;gap:14px;margin-bottom:16px}@media screen and (max-width:767.9px){.article-grey-block{gap:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.article-grey-block__item{padding:16px;background-color:#f0f1f2;-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}.article-grey-block__lead{padding:24px 134px;background-color:#f0f1f2;text-align:center}@media screen and (max-width:767.9px){.article-grey-block__lead{padding:25px 20px}}.thumb-slide-video{position:relative;min-height:100%}.thumb-slide-video::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;background-color:#000}.thumb-slide-video::after{content:"";display:block;position:absolute;top:50%;left:50%;width:24px;min-width:24px;height:24px;margin-top:-12px;margin-left:-12px;background-image:url(../img/icons/play-white.svg);background-repeat:no-repeat;background-position:center;background-size:contain;z-index:1}.blog-promo{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;background-color:#f5efec;border-radius:8px;max-width:100%;font-weight:400;font-size:24px;line-height:100%;letter-spacing:-.02em;color:maroon;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;margin:16px 0;overflow:hidden}@media screen and (max-width:1279.9px){.blog-promo{display:block}}.blog-promo>div:first-child{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;max-width:49%;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}@media screen and (max-width:1279.9px){.blog-promo>div:first-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.blog-promo>div:first-child img{display:block;max-width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:426px) and (max-width:833.9px){.blog-promo>div:first-child img{width:100%;height:auto;max-height:343px}}.blog-promo>div:last-child{width:100%;-webkit-box-flex:0;-ms-flex:0 0 51%;flex:0 0 51%;max-width:51%;position:relative;min-height:1px;padding:38px}@media screen and (max-width:1379.9px){.blog-promo>div:last-child{padding:30px 34px}}@media screen and (max-width:1279.9px){.blog-promo>div:last-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:38px 34px}}@media screen and (max-width:767.9px){.blog-promo>div:last-child{padding:23px 17px 18px 17px}}.blog-promo>div:last-child h1,.blog-promo>div:last-child h2,.blog-promo>div:last-child h3,.blog-promo>div:last-child h4,.blog-promo>div:last-child h5,.blog-promo>div:last-child h6{font-family:Noto-Sans-Display,sans-serif,arial;font-size:24px;line-height:125%;font-weight:600;color:maroon;letter-spacing:-.02em;padding:0;margin:0 0 24px 0;margin-bottom:24px!important}@media screen and (max-width:1379.9px){.blog-promo>div:last-child h1,.blog-promo>div:last-child h2,.blog-promo>div:last-child h3,.blog-promo>div:last-child h4,.blog-promo>div:last-child h5,.blog-promo>div:last-child h6{font-size:20px}}@media screen and (max-width:767.9px){.blog-promo>div:last-child h1,.blog-promo>div:last-child h2,.blog-promo>div:last-child h3,.blog-promo>div:last-child h4,.blog-promo>div:last-child h5,.blog-promo>div:last-child h6{font-weight:600!important;font-size:19px!important;font-family:Noto-Sans-Display,sans-serif,arial;line-height:155%;letter-spacing:-.01em!important;margin-bottom:14px!important}}.blog-promo>div:last-child p{color:maroon;font-size:24px;font-weight:400;line-height:140%;letter-spacing:-.02em;padding:0;margin:0}@media screen and (max-width:1379.9px){.blog-promo>div:last-child p{font-size:20px}}@media screen and (max-width:767.9px){.blog-promo>div:last-child p{display:block;font-size:16px;font-weight:400;line-height:160%;letter-spacing:-.02em;font-family:Noto-Sans-Display,sans-serif,arial}}.blog-promo>div:last-child p:not(:first-child){margin-top:19px}@media screen and (max-width:767.9px){.blog-promo>div:last-child p:not(:first-child){margin-top:14px!important}}.blog-promo>div:last-child p:not(:last-child){margin-bottom:19px}@media screen and (max-width:767.9px){.blog-promo>div:last-child p:not(:last-child){margin-bottom:14px!important}}.blog-promo>div:last-child p a{text-decoration:none}.blog-promo>div:last-child p a:hover{text-decoration:underline}.favorites{padding-top:18px;padding-bottom:5px}@media screen and (max-width:767.9px){.favorites{padding-bottom:4px}}.favorites__banner{background-color:#f5efec;padding:21px 24px 24px 24px;border-radius:8px;font-size:16px;line-height:1.6;letter-spacing:-.02em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767.9px){.favorites__banner{padding:16px;display:block;font-size:14px}}.favorites__banner .dark-button,.favorites__banner .order-complete__button input[type=submit],.order-complete__button .favorites__banner input[type=submit]{min-width:252px}@media screen and (max-width:767.9px){.favorites__banner .dark-button,.favorites__banner .order-complete__button input[type=submit],.order-complete__button .favorites__banner input[type=submit]{min-width:100%;min-height:auto}}.favorites__text{margin-right:30px}@media screen and (max-width:767.9px){.favorites__text{margin-right:0;margin-bottom:22px}}.favorites__text b,.favorites__text strong{font-weight:600;letter-spacing:-.01em}@media screen and (max-width:767.9px){.favorites__text b,.favorites__text strong{letter-spacing:-.02em}}@media screen and (max-width:767.9px){.favorites__text p{display:inline}}.favorites__buttons{margin-top:25px}@media screen and (max-width:767.9px){.favorites__buttons{margin-top:28px}}.favorites__buttons .filter-item__btn_white:first-child{padding-left:0}@media screen and (max-width:767.9px){.favorites .filter-item__btn{font-size:16px}.favorites .filter-item__icon-wrap{margin-right:8px}}.cart-head__title{margin:14px 8px 14px 0;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;letter-spacing:-.01em}@media screen and (max-width:833.9px){.cart-head__title{margin-top:2px;margin-right:0}}@media screen and (max-width:767.9px){.cart-head__title{letter-spacing:-.02em}}.cart-head__counter{margin:10px 0 0}.cart-head__title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart-head__title-row_center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:767.9px){.cart-head__title-row_center{margin-top:18px;text-align:center}}.cart-head .page-heading__sub-title{margin:20px 0 0}@media screen and (max-width:833.9px){.cart-head .page-heading__sub-title{margin-top:-4px}}.cart-empty{position:relative;text-align:center;padding:8px 0 80px 0;padding:8px 0 1px 0;margin-bottom:10px}@media screen and (max-width:767.9px){.cart-empty{padding-top:6px;margin-bottom:1px}}.cart-empty .container::after{content:"";display:block;width:100%;height:1px;background-color:#e3e5e6}.cart-empty__title{margin-bottom:17px}@media screen and (max-width:767.9px){.cart-empty__title{font-size:16px;margin-bottom:19px}}.cart-empty__description{max-width:470px;padding:0 10px;margin:0 auto}.cart-empty__description a{color:#d6b793}.cart-empty__button-wrap{margin-top:16px;margin-bottom:79px}@media screen and (max-width:1279.9px){.cart-empty__button-wrap{margin-bottom:55px}}@media screen and (max-width:1023.9px){.cart-empty__button-wrap{margin-bottom:46px}}@media screen and (max-width:767.9px){.cart-empty__button-wrap{margin-bottom:40px}}.cart-empty__button{width:auto;display:inline-block}@media screen and (max-width:767.9px){.cart-empty__button{font-size:16px;width:100%;min-height:40px;padding-top:12px;padding-bottom:12px}}.cart{position:relative;padding-top:10px;padding-bottom:10px}.cart[id]:not([data-v-app]){min-height:250px}.cart[id]:not([data-v-app]) :not(.loader-opacity-fixed){display:none}.cart__order{position:sticky;bottom:0;left:0;z-index:9;padding-bottom:11px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(0,0,0,.16)));background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(0,0,0,.16) 100%);margin-inline:-16px;padding-inline:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;opacity:0;pointer-events:none;margin-top:-59px}@media screen and (max-width:767.9px){.cart__order._active{opacity:1;pointer-events:initial}}.cart__order-button{width:311px}.cart__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-12px;margin-right:-12px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:833.9px){.cart__row{-ms-flex-wrap:wrap;flex-wrap:wrap;display:block}}.cart__col-1{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 66.666%;flex:0 0 66.666%;max-width:66.666%;padding-left:12px;padding-right:12px}@media screen and (max-width:1279.9px){.cart__col-1{-webkit-box-flex:0;-ms-flex:0 0 64%;flex:0 0 64%;max-width:64%}}@media screen and (max-width:1023.9px){.cart__col-1{-webkit-box-flex:0;-ms-flex:0 0 62%;flex:0 0 62%;max-width:62%}}@media screen and (max-width:833.9px){.cart__col-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.cart__col-2{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 33.334%;flex:0 0 33.334%;max-width:33.334%;padding-left:12px;padding-right:12px}.cart__col-2.padding-top{padding-top:61px}@media screen and (max-width:833.9px){.cart__col-2.padding-top{padding-top:0}}@media screen and (max-width:767.9px){.cart__col-2.padding-top{padding-top:24px}}@media screen and (max-width:1279.9px){.cart__col-2{-webkit-box-flex:0;-ms-flex:0 0 36%;flex:0 0 36%;max-width:36%}}@media screen and (max-width:1023.9px){.cart__col-2{-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;max-width:38%}}@media screen and (max-width:833.9px){.cart__col-2{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.cart__col-3{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 66.666%;flex:0 0 66.666%;max-width:66.666%;padding-left:12px;padding-right:12px}@media screen and (max-width:1279.9px){.cart__col-3{-webkit-box-flex:0;-ms-flex:0 0 64%;flex:0 0 64%;max-width:64%}}@media screen and (max-width:1023.9px){.cart__col-3{-webkit-box-flex:0;-ms-flex:0 0 62%;flex:0 0 62%;max-width:62%}}@media screen and (max-width:833.9px){.cart__col-3{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.cart__bottom-hr{border-bottom:1px solid rgba(50,62,72,.1490196078);margin-top:22px}.cart .share-popup{text-align:left}@media screen and (min-width:834px){.cart:not(.cart-order) .cart__col-2.padding-top .order-panel:last-of-type{position:sticky;top:20px}}.cart-unavailable{position:relative}.cart-unavailable__title{margin:0 0 16px}@media screen and (max-width:767.9px){.cart-unavailable__title{font-size:20px}}@media screen and (max-width:767.9px){.cart-unavailable .cart-items .cart-item:last-child{margin-bottom:0}}.cart-unavailable .cart-item__sm-row{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}@media screen and (max-width:767.9px){.cart-unavailable .cart-item__sm-row{padding-bottom:45px}}.cart-unavailable .cart-item__sm-row .cart-item__notify-btn{margin-top:auto}@media screen and (max-width:1279.9px){.cart-unavailable .cart-item__sm-row .cart-item__notify-btn{margin-top:20px}}@media screen and (max-width:767.9px){.cart-unavailable .cart-item__sm-row .cart-item__notify-btn{position:absolute;bottom:0;left:0}}.cart-unavailable .cart-item__sm-row .cart-item__info{padding-right:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:767.9px){.cart-unavailable .cart-item__sm-row .cart-item__info{position:static}}@media screen and (max-width:767.9px){.cart-unavailable .cart-item__sm-row .cart-item__pricing-wrap{bottom:40px}}@media screen and (max-width:767.9px){.cart-unavailable .cart-item__sm-row .cart-item__product-btns .round-btn svg{min-width:20px;width:20px;height:20px}}@media screen and (max-width:1379.9px) and (min-width:1280px){.cart-unavailable .cart-item__quantity{padding-left:24px}}@media screen and (max-width:767.9px){.cart-unavailable .cart-item__quantity{max-width:none}.cart-unavailable .cart-item__quantity .volume__availability{max-width:130px;text-align:left}}.order-panel{top:20px;background-color:#f0f1f2;color:#1a1a1a;padding:24px;border-radius:16px;font-size:16px;line-height:160%;letter-spacing:-.02em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.order-panel:not(:last-child){margin-bottom:24px}.order-panel-wrap{position:sticky;top:20px;margin-bottom:24px}.order-panel__body{overflow:auto;-ms-flex-negative:1;flex-shrink:1}.order-panel__bottom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:1023.9px){.order-panel{padding:16px}}.order-panel hr{display:block;padding:0;margin:15px 0;height:1px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#e3e5e6;border:0;border-radius:0}.order-panel .mat-field span.error{font-size:14px;margin-top:3px}.order-panel__bonus-block{background-color:#fff;border-radius:8px;padding:16px;margin-bottom:24px}.order-panel__promo{margin-bottom:24px}.order-panel__promo-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:1023.9px){.order-panel__promo-form{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:833.9px){.order-panel__promo-form{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.order-panel__promo-form .modal-button{margin-left:8px}@media screen and (max-width:1023.9px){.order-panel__promo-form .modal-button{margin-left:0;margin-top:8px}}@media screen and (max-width:833.9px){.order-panel__promo-form .modal-button{margin-left:8px;margin-top:0}}@media screen and (max-width:767.9px){.order-panel__promo-form .modal-button{min-height:auto;padding-top:14px;padding-bottom:14px}}.order-panel__bonus-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:4px}@media screen and (max-width:767.9px){.order-panel__bonus-text{display:block;font-size:14px;margin-bottom:16px}}.order-panel__bonus-text>span{margin-right:10px}@media screen and (max-width:767.9px){.order-panel__bonus-text>span{display:block;margin-right:0;margin-bottom:9px}}.order-panel__bonus-text .bonus{padding-top:6px;padding-bottom:6px}.order-panel__bonus-text .bonus__icon img,.order-panel__bonus-text .bonus__icon svg{width:18px;min-width:18px;height:18px}.order-panel__bonus-notice{padding-right:41px}@media screen and (max-width:1279.9px){.order-panel__bonus-notice{padding-right:0}}.order-panel__bonus-notice a{text-decoration:underline;color:#323e48}.order-panel__auth-button{margin-top:24px}.order-panel__summary-row{font-weight:400;font-size:16px;line-height:160%;letter-spacing:-.02em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:9px}@media screen and (max-width:767.9px){.order-panel__summary-row{font-size:14px;margin-bottom:8px}}.order-panel__summary-row._red{color:maroon}.order-panel__summary-row._bold{font-weight:600}.order-panel__summary-row:last-child{margin-bottom:0}.order-panel__summary-total{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.order-panel__summary-total .order-panel__summary-label{font-weight:600;font-size:16px;line-height:155%;letter-spacing:-.01em;margin-top:1px}.order-panel__summary-total .order-panel__summary-value{font-weight:600;font-size:24px;line-height:125%;letter-spacing:-.02em;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:767.9px){.order-panel__summary-total .order-panel__summary-value{font-size:20px}}.order-panel__summary-total.mb-0{margin-bottom:0}.order-panel__delivery-notice{padding:16px 16px 16px 42px;border-radius:8px;background-color:#fff;position:relative;margin-top:15px}@media screen and (max-width:767.9px){.order-panel__delivery-notice{margin:15px 0 15px 0}}.order-panel__delivery-notice--orange{background-color:#ffc800}.order-panel__delivery-notice--after-button{margin-top:-9px}.order-panel__delivery-icon{color:#d6b793;display:inline-block;position:absolute;top:18px;left:16px}.order-panel__delivery-icon svg{display:block;width:18px;height:18px}.order-panel__delivery-text.text-s{line-height:1.6;display:block}.order-panel__button-wrap{margin-top:24px;margin-bottom:24px}@media screen and (max-width:767.9px){.order-panel__button-wrap{margin-top:16px;margin-bottom:16px}}.order-complete__button .order-panel__button-wrap input[type=submit],.order-panel__button-wrap .dark-button,.order-panel__button-wrap .order-complete__button input[type=submit],.order-panel__button-wrap button{position:relative;z-index:1}.order-panel__legal-notice{color:rgba(26,26,26,.5019607843)}.order-panel__legal-notice a{text-decoration:underline;color:#323e48}.order-panel__text a{text-decoration:underline}.order-panel__text-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:767.9px){.order-panel__text-row{font-size:14px}}.order-panel__counter{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order-panel__counter span{vertical-align:middle}.order-panel__bonus-counter-num{line-height:1.2}.order-panel__bonus-counter-icon{display:inline-block;margin-left:6px;vertical-align:middle;line-height:1}.order-panel__bonus-counter-icon svg{display:block;width:18px;height:18px}.order-panel__product-row.cart-item__recommend-images{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-left:24px;padding-right:24px;position:relative}@media screen and (max-width:1023.9px){.order-panel__product-row.cart-item__recommend-images{padding-left:16px;padding-right:16px}}.order-panel__product-row.cart-item__recommend-images::after{content:"";display:inline-block;min-width:1px;min-height:1px;position:relative;background:0 0}.order-panel__product-row.cart-item__recommend-images img{width:64px;min-width:64px;height:80px}.order-panel__product-row.cart-item__recommend-images *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.order-panel__product-row.cart-item__recommend-images a:last-child{margin-right:22px}@media screen and (max-width:1023.9px){.order-panel__product-row.cart-item__recommend-images a:last-child{margin-right:14px}}.order-panel__scroll-box{margin:0 -24px;overflow-x:auto;scrollbar-gutter:stable;padding-bottom:6px;margin-bottom:-9px}@media screen and (max-width:1023.9px){.order-panel__scroll-box{margin-left:-16px;margin-right:-16px}}.order-panel__scroll-box::-webkit-scrollbar{height:3px}.order-panel__scroll-box::-webkit-scrollbar-track{background:0 0}.order-panel__scroll-box::-webkit-scrollbar-thumb{background-color:transparent;border-radius:3px}.order-panel__scroll-box:hover::-webkit-scrollbar-thumb{background-color:rgba(50,62,72,.1490196078)}.order-panel__payment-info{text-align:right;margin-top:-14px;padding-top:1px;margin-bottom:14px}.order-panel__title{margin-top:-6px;margin-bottom:15px}.order-panel .switcher_tabs{margin-bottom:24px}.order-bonus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden;margin-bottom:16px}.order-bonus__icon{display:block;width:40px;height:40px}.order-bonus__icon-wrap{margin-right:11px}.order-bonus__title{display:block}.order-bonus__amount{display:block}.order-bonus__expiration{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px;text-align:center;background:#fff;color:maroon;font-size:16px;line-height:1.6;padding:7px 32px;margin-top:20px;border-radius:4px}.order-bonus__expiration-points{font-weight:600}.order-bonus__expiration-icon{width:15px;height:15px}.order-bonus__top{display:-webkit-box;display:-ms-flexbox;display:flex}.order-bonus__letter{width:83px;height:62px;position:absolute;top:6px;right:-28px}.order-bonus_bg{display:inline-block;background-color:#f5efec;border-radius:8px;padding:16px}.range-input{display:block;margin:16px 0;width:100%;height:2px;background:#f0f1f2;border-radius:2px;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}.range-input::-moz-range-thumb,.range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background-color:#fff;border:2px solid grey;border-radius:50%;cursor:pointer}.range-input::-moz-range-progress{background-color:#323e48}.promo-code{margin-bottom:24px}.promo-code__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:2px}.promo-code__col-1{margin-bottom:10px;margin-right:16px}.promo-code__col-2{margin-bottom:10px}.promo-code__title{display:block}@media screen and (max-width:767.9px){.promo-code__title{font-size:12px}}.promo-code__status{margin-bottom:5px}.promo-code__code{display:block;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;letter-spacing:-.02em}@media screen and (max-width:1023.9px){.promo-code__code{font-size:16px}}@media screen and (max-width:767.9px){.promo-code__code{font-size:18px}}.promo-code__note a{text-decoration:underline;color:#1a1a1a}.cart-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-bottom:15px;min-height:48px}@media screen and (max-width:833.9px){.cart-header{min-height:44px}}@media screen and (max-width:767.9px){.cart-header{min-height:32px}}.cart-header .custom-checkbox{font-weight:600}@media screen and (max-width:767.9px){.cart-header .custom-checkbox{padding-left:2px}}.cart-header .filter-item{position:relative}@media screen and (max-width:833.9px){.cart-header .filter-item.filter-item_share{position:absolute;bottom:100%;right:7px;margin-bottom:23px}.cart-header .filter-item.filter-item_share .filter-item__value{display:none}.cart-header .filter-item.filter-item_share .filter-item__icon-wrap{margin:0}.cart-header .filter-item.filter-item_share .filter-item__modal-wrap{left:auto;right:0}}@media screen and (max-width:833.9px){.cart-header .filter-item{margin-top:-4px;margin-right:-2px}}.cart-header__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.cart-header .filter-item__btn{padding-left:8px;padding-right:8px}.cart-items{padding-right:24px;position:relative}@media screen and (max-width:833.9px){.cart-items{padding-right:0}}.cart-items-pickup{background-color:#fffaf7;margin-bottom:52px;padding:24px 24px 24px;background-color:rgba(255,200,0,.08);background:-webkit-gradient(linear,right top,left top,from(rgba(255,200,0,0)),to(rgba(255,200,0,.08)));background:linear-gradient(270deg,rgba(255,200,0,0) 0,rgba(255,200,0,.08) 100%);margin:0 -24px 55px -24px}@media screen and (max-width:767.9px){.cart-items-pickup{margin:0 -16px 24px -16px;padding:16px}}.cart-items-pickup__head{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cart-items-pickup__title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px 16px;margin-bottom:6px}@media screen and (max-width:767.9px){.cart-items-pickup__title-row{gap:6px 8px}}.cart-items-pickup__title{margin:0}@media screen and (max-width:767.9px){.cart-items-pickup__title{font-size:18px}}.cart-items-pickup__count{color:rgba(26,26,26,.5019607843)}@media screen and (max-width:767.9px){.cart-items-pickup__count{line-height:1.2}}.cart-items-pickup__text{margin:0;color:#1a1a1a}.cart-items-pickup__accordion-btn{display:block;width:24px;min-width:24px;height:24px;border:0;margin:4px 0 0;padding:0;font:inherit;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:url(../img/icons/down-arrow.svg);background-repeat:no-repeat;background-position:center;background-size:18px 18px;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.cart-items-pickup__images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-top:24px;padding-bottom:0}@media screen and (max-width:767.9px){.cart-items-pickup__images{padding-bottom:0}}.cart-items-pickup__images a{display:block}.cart-items-pickup__images img{display:block;width:48px;min-width:48px;height:60px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background-color:#f1f1f2}.cart-items-pickup__content{position:relative;display:none;margin-top:32px}@media screen and (max-width:767.9px){.cart-items-pickup__content{margin-top:24px}}.cart-items-pickup__content .cart-item:last-child{margin-bottom:0}.cart-items-pickup._show .cart-items-pickup__accordion-btn{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.cart-items-pickup._show .cart-items-pickup__images{display:none}.cart-items-pickup._show .cart-items-pickup__content{display:block}.cart-item{color:#1a1a1a;position:relative;margin-bottom:52px}.cart-item:last-child .cart-item__main:not(:has(+.cart-item__recommend)){border-bottom:none}@media screen and (max-width:767.9px){.cart-item{margin-bottom:24px}.cart-item .promo-slider.promo-slider_recommend-slider{padding-top:10px}}.cart-item__photo-col{padding-right:24px;width:100%;-webkit-box-flex:0;-ms-flex:0 0 28.775%;flex:0 0 28.775%;max-width:28.775%;position:relative;min-height:1px;padding-left:34px}@media screen and (max-width:767.9px){.cart-item__photo-col{padding-left:26px;padding-right:16px;-webkit-box-flex:0;-ms-flex:0 0 108px;flex:0 0 108px;max-width:108px}}.cart-item__photo-col .custom-checkbox{position:absolute;top:0;left:0;z-index:1}@media screen and (max-width:767.9px){.cart-item__photo-col .custom-checkbox{left:2px}}.cart-item__photo{display:block;position:relative;width:100%;height:auto;background-color:#f1f1f2;padding-bottom:125%}.cart-item__photo img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.cart-item__main{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid rgba(50,62,72,.1490196078);padding-bottom:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:767.9px){.cart-item__main{padding-bottom:16px}}.cart-item__main--empty{opacity:.5}.cart-item__sm-row{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 71.225%;flex:0 0 71.225%;max-width:71.225%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media screen and (max-width:1279.9px){.cart-item__sm-row{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:(auto)[2];grid-template-rows:repeat(2,auto)}}@media screen and (max-width:767.9px){.cart-item__sm-row{display:block;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 108px);flex:0 0 calc(100% - 108px);max-width:calc(100% - 108px)}}.cart-item__info{width:100%;min-height:1px;position:relative;-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;max-width:48%}@media screen and (max-width:1279.9px){.cart-item__info{-ms-grid-row-span:2;grid-row:span 2/span 2;max-width:none}}.cart-item__quantity{width:100%;min-height:1px;position:relative;-webkit-box-flex:0;-ms-flex:0 0 31%;flex:0 0 31%;max-width:31%;text-align:center;padding-left:43px;padding-right:20px}@media screen and (min-width:768px){.cart-item__quantity .count__input{padding-left:44px;padding-right:44px}}@media screen and (max-width:1279.9px){.cart-item__quantity{max-width:none;-ms-grid-column:2;grid-column-start:2;-ms-grid-row:2;grid-row-start:2;padding-right:0;padding-left:53px;margin-top:20px}}@media screen and (max-width:1023.9px){.cart-item__quantity{padding-left:24px}}@media screen and (max-width:833.9px){.cart-item__quantity{padding-left:74px}}@media screen and (max-width:767.9px){.cart-item__quantity{padding-left:0;max-width:110px;width:auto;margin-top:16px}.cart-item__quantity .count.count_card-product .count__input{min-height:38px;padding:8px 32px}.cart-item__quantity .count.count_card-product .count__button{width:32px}}.cart-item__quantity .volume__availability{margin-top:58px;letter-spacing:-.02em}.cart-item__quantity .volume__availability::before{left:7px}@media screen and (max-width:767.9px){.cart-item__quantity .volume__availability::before{left:1px}}@media screen and (max-width:1279.9px){.cart-item__quantity .volume__availability{margin-top:5px}}.cart-item__pricing-wrap{width:100%;min-height:1px;position:relative;-webkit-box-flex:0;-ms-flex:0 0 21%;flex:0 0 21%;max-width:21%;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1279.9px){.cart-item__pricing-wrap{-ms-grid-column:2;grid-column-start:2;-ms-grid-row:1;grid-row-start:1;max-width:none}}@media screen and (max-width:767.9px){.cart-item__pricing-wrap{position:absolute;bottom:7px;right:0;width:auto}}.cart-item__pricing-wrap .product-btns.cart-item__product-btns:first-child{margin-top:0}.cart-item__pricing{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.cart-item__pricing .promo-product__price{width:100%;margin-bottom:8px}@media screen and (max-width:767.9px){.cart-item__pricing_desktop{display:none}}.cart-item__pricing_mobile{display:none}@media screen and (max-width:767.9px){.cart-item__pricing_mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:10px}.cart-item__pricing_mobile .promo-product__price{width:auto;font-size:18px;margin-bottom:0}}.cart-item__product-btns{margin-top:auto}@media screen and (max-width:1279.9px){.cart-item__product-btns{margin-top:12px}}@media screen and (max-width:767.9px){.cart-item__product-btns .round-btn{width:auto;height:auto;background-color:transparent}.cart-item__product-btns .round-btn:hover{background-color:transparent}.cart-item__product-btns .round-btn:focus{background-color:transparent}.cart-item__product-btns .round-btn:not(:last-child){margin-right:12px}}@media screen and (max-width:767.9px){.cart-item__product-btns .popup-block{margin-right:16px}}.cart-item__stock{display:block;margin-top:9px}@media screen and (max-width:767.9px){.cart-item__stock{font-size:14px}}.cart-item__title{margin:0 0 15px}@media screen and (max-width:767.9px){.cart-item__title{margin-bottom:4px}}.cart-item__details{color:rgba(26,26,26,.5019607843)}.cart-item__details strong{color:#1a1a1a;font-weight:inherit;margin-left:2px}.cart-item__copy-btn{vertical-align:middle;margin-left:3px;position:relative;top:-1px}.cart-item__detail{margin-bottom:4px}.cart-item__recommend-images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}@media screen and (max-width:767.9px){.cart-item__recommend-images{display:none}}.cart-item__recommend-images a{display:block}.cart-item__recommend-images img{display:block;width:48px;min-width:48px;height:60px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background-color:#f1f1f2}@media screen and (max-width:1023.9px){.cart-item__recommend-images img{width:42px;min-width:42px;height:52px}}.cart-item__recommend-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:23px 0 4px 0}@media screen and (max-width:767.9px){.cart-item__recommend-head{padding-top:16px}}.cart-item__accordion-btn{width:auto;padding-right:21px;font-size:14px;position:relative}@media screen and (max-width:767.9px){.cart-item__accordion-btn{margin:0}}.cart-item__accordion-btn::before{right:0}.cart-item__recommend{display:none}.cart-item__recommend:has(a){display:block}.cart-item__recommend._show .cart-item__recommend-images{display:none}.cart-item__recommend._show .cart-item__recommend-content{height:auto;opacity:1;overflow:visible}.cart-item__recommend-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart-item__recommend-title{margin-right:25px}@media screen and (max-width:1023.9px){.cart-item__recommend-title{margin-right:16px}}.cart-item__recommend-content{height:0;position:relative;overflow:hidden;opacity:0}.cart-item__notify-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#d6b793;cursor:pointer;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;margin-top:auto;margin-bottom:2px}.cart-item__notify-btn:hover{color:#c89e6e}.cart-item__notify-btn svg{min-width:24px;width:24px;height:24px;margin-right:4px}@media screen and (max-width:767.9px){.cart-item__notify-btn svg{min-width:20px;width:20px;height:20px}}.cart-item.cart-item--unavailable .cart-item__photo{opacity:.34}@media screen and (max-width:767.9px){.cart-item.cart-item--unavailable .cart-item__photo{opacity:.4}}.promo-slider.promo-slider_recommend-slider{padding-top:20px;padding-bottom:15px;margin:0}.promo-slider.promo-slider_recommend-slider .promo-slider__swiper-wrap._isAutoWidth .slider-arrow_next,.promo-slider.promo-slider_recommend-slider .promo-slider__swiper-wrap._isAutoWidth .slider-arrow_prev{margin-top:-70px}@media screen and (max-width:1279.9px){.promo-slider.promo-slider_recommend-slider .promo-slider__swiper-wrap._isAutoWidth .slider-arrow_next,.promo-slider.promo-slider_recommend-slider .promo-slider__swiper-wrap._isAutoWidth .slider-arrow_prev{margin-top:-80px}}@media screen and (max-width:1023.9px){.promo-slider.promo-slider_recommend-slider .promo-slider__swiper-wrap._isAutoWidth .slider-arrow_next,.promo-slider.promo-slider_recommend-slider .promo-slider__swiper-wrap._isAutoWidth .slider-arrow_prev{margin-top:-30px}}@media screen and (min-width:768px){.promo-slider.promo-slider_recommend-slider .promo-slider__swiper-wrap._isAutoWidth>.custom-scrollbar.swiper-scrollbar{width:418px;margin-left:auto;margin-right:auto}}@media screen and (max-width:767.9px){.promo-slider.promo-slider_recommend-slider .promo-slider__swiper-wrap._isAutoWidth>.custom-scrollbar.swiper-scrollbar{top:12px}}.promo-slider.promo-slider_recommend-slider .promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide{width:calc(25% - 16.5px);max-width:calc(25% - 16.5px)}@media screen and (max-width:1279.9px){.promo-slider.promo-slider_recommend-slider .promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide{width:calc(33.3333% - 16px);max-width:calc(33.3333% - 16px)}}@media screen and (max-width:1023.9px){.promo-slider.promo-slider_recommend-slider .promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide{width:calc(50% - 12px);max-width:calc(50% - 12px)}}@media screen and (max-width:833.9px){.promo-slider.promo-slider_recommend-slider .promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide{width:223px;max-width:223px}}.promo-slider.promo-slider_recommend-slider .promo-slider__swiper-wrap._isAutoWidth .promo-slider__swiper.swiper>.swiper-wrapper>.swiper-slide .swiper-slide{width:100%;max-width:100%}@media screen and (max-width:1023.9px){.promo-slider.promo-slider_recommend-slider{padding-left:30px;padding-right:30px;margin-left:-30px;margin-right:-30px}}@media screen and (max-width:833.9px){.promo-slider.promo-slider_recommend-slider{padding-left:30px;padding-right:30px;margin-left:-30px;margin-right:-30px}}@media screen and (max-width:767.9px){.promo-slider.promo-slider_recommend-slider{padding-left:16px;padding-right:16px;margin-left:-16px;margin-right:-16px}}.promo-slider.promo-slider_recommend-slider .title-row{margin:0;display:none}.promo-slider.promo-slider_recommend-slider .add-cart-button{padding:11px 12px}.promo-slider.promo-slider_recommend-slider .promo-product__size-wrap{max-width:calc(100% - 49px)}.promo-slider.promo-slider_recommend-slider .custom-scrollbar.swiper-scrollbar{margin-top:7px}.order-form{background-color:#f0f1f2;position:relative;padding:24px;margin-bottom:24px;border-radius:16px}@media screen and (max-width:833.9px){.order-form{margin-bottom:16px}.order-form:last-child{margin-bottom:40px}}@media screen and (max-width:1023.9px){.order-form{padding:16px}}@media screen and (max-width:767.9px){.order-form .shops-map__switcher-wrap{display:none}.order-form .shops-map__map-wrap .shops-map__map-sizer{margin-left:0;margin-right:0;height:240px;height:auto;padding-bottom:77.175%}.order-form .shops-map__map-wrap .switch-panel,.order-form .shops-map__map-wrap .switch-panel._active{display:block}.order-form .shops-map__map-wrap .shops-map__address-shops.switch-panel{padding-top:16px}.order-form .shops-map.shops-map_select-btn .shops-map__box{padding-top:16px}}.order-form__title{margin-bottom:24px;color:#1a1a1a}.order-form__title.text-head-h4-m{font-family:Noto-Sans-Display,sans-serif,arial}@media screen and (max-width:1023.9px){.order-form__title{margin-bottom:16px}}.order-form__sub-title{margin-bottom:8px;margin-top:24px;color:#1a1a1a}.order-form__sub-title.text-m-strong{font-family:Noto-Sans-Display,sans-serif,arial}@media screen and (max-width:1023.9px){.order-form__sub-title{margin-top:16px;margin-bottom:8px}}@media screen and (max-width:767.9px){.order-form__sub-title{font-size:14px;line-height:155%;letter-spacing:-.02em;margin-top:24px;margin-bottom:8px}}.order-form__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-4px;margin-right:-4px}.order-form__grid .mat-field{margin-bottom:24px}@media screen and (max-width:1023.9px){.order-form__grid .mat-field{margin-bottom:16px}}.order-form__grid .mat-field.mb-0{margin-bottom:0!important}.order-form__col-1{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;padding-left:4px;padding-right:4px}.order-form__col-2{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;padding-left:4px;padding-right:4px}.order-form__col-3{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding-left:4px;padding-right:4px}.order-form__col-4{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%;padding-left:4px;padding-right:4px}.order-form__col-6{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:4px;padding-right:4px}.order-form__col-6.mb-0 .mat-field{margin-bottom:0}@media screen and (max-width:1023.9px){.order-form__col-6.mb-mobile-16 .mat-field{margin-bottom:16px}}.order-form__col-9{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;padding-left:4px;padding-right:4px}.order-form__col-9.mb-0 .mat-field{margin-bottom:0}@media screen and (max-width:1023.9px){.order-form__col-9.mb-mobile-16 .mat-field{margin-bottom:16px}}.order-form__col-10{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;padding-left:4px;padding-right:4px}.order-form__col-12{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-left:4px;padding-right:4px}@media screen and (max-width:1279.9px){.order-form__col-tablet-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media screen and (max-width:1279.9px){.order-form__col-tablet-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}@media screen and (max-width:1023.9px){.order-form__col-mobile-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:1023.9px){.order-form__col-mobile-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:833.9px){.order-form__switch{margin-top:8px}}.order-form__switch .switch__custom-label{font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em}.order-form__button{margin-top:24px}.order-form__button:not(:last-child){margin-right:16px}@media screen and (max-width:833.9px){.order-form__button{width:100%;min-height:42px}.order-form__button:not(:last-child){margin-right:0}}.order-form .switcher_inline{margin-bottom:24px}@media screen and (max-width:833.9px){.order-form .switcher_inline{width:100%;margin-bottom:16px}}.order-form .address-list:not(:last-child){margin-bottom:24px}@media screen and (max-width:833.9px){.order-form .address-list:not(:last-child){margin-bottom:16px}}.order-form .mat-field.mat-field--select+.selected-address{margin-top:16px}.selected-address{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:16px;padding:16px;background-color:#fff}.selected-address.selected-address--next .icon-contact svg{color:#d6b793}.selected-address.selected-address--next .selected-address__col-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1279.9px) and (min-width:834px){.selected-address.selected-address--next .selected-address__next-button{padding-left:5px;padding-right:5px;font-size:12px}}@media screen and (max-width:767.9px){.selected-address.selected-address--next .selected-address__title{font-size:14px;line-height:155%;letter-spacing:-.02em;margin-bottom:14px}}.selected-address.selected-address--next .map-modal__contacts{margin:auto 0}@media screen and (max-width:767.9px){.selected-address{-ms-flex-wrap:wrap;flex-wrap:wrap}}.selected-address__title{margin-bottom:21px}.selected-address__col-1{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-right:16px}@media screen and (max-width:767.9px){.selected-address__col-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-right:0}}.selected-address__col-1>:last-child>:last-child{margin-bottom:0}.selected-address__col-2{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width:767.9px){.selected-address__col-2{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:16px}}.selected-address__map-wrapper{position:relative;width:100%;min-height:215px;border-radius:8px;background-color:#f1f1f2}@media screen and (max-width:767.9px){.selected-address__map-wrapper{min-height:0;height:auto;padding-bottom:55%}}.selected-address__map-image{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.selected-address__address{position:absolute;bottom:12px;left:12px;right:12px;background-color:#fff;border-radius:8px;font-style:normal;margin:0;padding:17px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-box-shadow:0 1px 1.5px 0 rgba(0,0,0,.03),0 1px 1px 0 rgba(0,0,0,.03);box-shadow:0 1px 1.5px 0 rgba(0,0,0,.03),0 1px 1px 0 rgba(0,0,0,.03)}@media screen and (max-width:767.9px){.selected-address__address{bottom:8px;left:8px;right:8px;padding:13px 16px}}.selected-address__map-ballon{display:block;position:absolute;top:50%;left:50%;width:48px;height:48px;z-index:1;margin-top:-24px;margin-left:-24px}@media screen and (max-width:767.9px){.selected-address__map-ballon{margin-top:-40px}}.selected-address+.order-form__button{margin-top:24px}.selected-pvz{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);border-radius:16px;padding:16px;background-color:#fff;-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px}@media screen and (max-width:767.9px){.selected-pvz{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-grid-columns:1fr;grid-template-columns:1fr}}.selected-pvz__title{margin-bottom:8px;color:#1a1a1a}.selected-pvz__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.selected-pvz__info-item{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;line-height:155%;letter-spacing:-.02em;color:#1a1a1a;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.selected-pvz__info-item svg{min-width:18px}.selected-pvz__info-item:not(:last-child){margin-bottom:8px}.selected-pvz__info-item svg{margin-right:8px}.selected-pvz__delivery-data{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:575.9px){.selected-pvz__delivery-data{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.selected-pvz__delivery-data--item{font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em}.selected-pvz__delivery-data--item:not(:last-child){margin-right:24px}@media screen and (max-width:575.9px){.selected-pvz__delivery-data--item:not(:last-child){margin-right:0;margin-bottom:8px}}.selected-pvz__delivery-data--item span:first-child{color:rgba(26,26,26,.5019607843);margin-right:8px}.selected-pvz__delivery-data--item span:last-child{font-weight:600;color:#1a1a1a}.selected-pvz__col-1{width:100%;position:relative;min-height:1px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid rgba(50,62,72,.1490196078);grid-column:1/-1}.selected-pvz__col-1>:last-child>:last-child{margin-bottom:0}.selected-pvz__col-2{width:100%;position:relative;min-height:1px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}@media screen and (max-width:767.9px){.selected-pvz__col-2{margin-bottom:24px}}.selected-pvz__col-2>:last-child>:last-child{margin-bottom:0}.selected-pvz__col-3{width:100%;position:relative;min-height:1px}.selected-pvz__map-wrapper{position:relative;width:100%;min-height:200px;border-radius:8px;background-color:#f1f1f2}@media screen and (max-width:767.9px){.selected-pvz__map-wrapper{min-height:0;height:auto;padding-bottom:55%}}.selected-pvz__map-wrapper:before{content:"";display:block;position:absolute;bottom:50%;left:50%;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);width:3rem;height:3.7rem;background-size:contain;background-position:center;z-index:1;background-image:url("data:image/svg+xml,%3Csvg width='30' height='37' viewBox='0 0 24 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 0C5.37258 0 0 5.37258 0 12C0 14.9799 1.08619 17.7062 2.88424 19.8044C2.88833 19.8091 2.88494 19.8165 2.87866 19.8165C2.87243 19.8165 2.86902 19.8238 2.87303 19.8286L10.9112 29.4352C11.4216 30.0451 12.3593 30.0451 12.8697 29.4352L19.837 21.1085C19.8793 21.0578 19.9256 21.0107 19.9749 20.9668C22.4445 18.7688 24 15.5661 24 12C24 5.37258 18.6274 0 12 0Z' fill='%2300B33C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.06921 13.7863H4.19828C2.83965 13.7863 3.82669 11.2085 4.9705 11.2085H6.34657C6.56719 11.2085 6.95621 11.2448 7.14782 10.7573L7.44392 10H5.55692C4.53505 10 3.73959 10.3216 3.16479 10.861C2.17194 11.7842 1.83518 13.2261 2.07323 13.916C2.29967 14.5539 2.91513 14.9741 3.87894 14.9844L4.62794 14.9896H5.55111L5.77756 14.3828C5.94594 13.9523 5.56854 13.7863 5.06921 13.7863ZM15.6712 12.7178L15.9557 11.8932H12.9191C12.414 11.8932 12.1875 12.0176 12.1005 12.277L11.816 13.1017H14.8526C15.3577 13.1017 15.5841 12.9772 15.6712 12.7178ZM11.3631 14.1701L11.0786 14.9948H14.1152C14.6145 14.9948 14.8468 14.8703 14.9339 14.611L15.2184 13.7863H12.1818C11.6824 13.7863 11.456 13.9108 11.3631 14.1701ZM16.3796 10.8299L16.6641 10.0052H13.6275C13.1223 10.0052 12.8959 10.1297 12.8088 10.389L12.5243 11.2137H15.5609C16.0603 11.2137 16.2867 11.0892 16.3796 10.8299ZM11.7927 10.9959C11.665 10.2282 11.2063 10.0052 10.0915 10.0052H8.05938L6.87493 13.1017H7.62391C8.07099 13.1017 8.29743 13.1068 8.53548 12.5363L9.02901 11.2085H9.7838C10.4283 11.2085 10.2831 11.9295 9.95799 12.6297C9.66769 13.2469 9.16255 13.7915 8.55289 13.7915H7.29297C6.78783 13.7915 6.55559 13.916 6.46268 14.1753L6.14915 15H7.07233L7.97809 14.9948C8.77934 14.9896 9.43543 14.9378 10.2018 14.3205C11.0147 13.6618 11.9553 11.971 11.7927 10.9959ZM22 10H20.2407L18.586 11.5716C18.3943 11.7531 18.1969 11.9346 18.0052 12.1473H17.9878L18.8123 10H17.3783L15.4448 14.9948H16.8789L17.4943 13.4232L18.133 12.9409L18.6382 14.362C18.7949 14.8029 18.9576 14.9948 19.306 14.9948H20.4033L19.2768 12.2044L22 10Z' fill='white'/%3E%3C/svg%3E%0A")}.selected-pvz__map-image{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.selected-pvz__address{position:absolute;bottom:12px;left:12px;right:12px;background-color:#fff;border-radius:8px;font-style:normal;margin:0;padding:17px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-box-shadow:0 1px 1.5px 0 rgba(0,0,0,.03),0 1px 1px 0 rgba(0,0,0,.03);box-shadow:0 1px 1.5px 0 rgba(0,0,0,.03),0 1px 1px 0 rgba(0,0,0,.03)}@media screen and (max-width:767.9px){.selected-pvz__address{bottom:8px;left:8px;right:8px;padding:13px 16px}}.selected-pvz__map-ballon{display:block;position:absolute;top:50%;left:50%;width:48px;height:48px;z-index:1;margin-top:-24px;margin-left:-24px}@media screen and (max-width:767.9px){.selected-pvz__map-ballon{margin-top:-40px}}.selected-pvz+.order-form__button{margin-top:24px}.address-list{position:relative}.address-list__group-title{grid-column:1/-1;width:100%;margin-top:18px;margin-bottom:6px;color:#1a1a1a;padding-left:6px;padding-right:6px}.address-list__group-title:first-child{margin-top:0}@media screen and (max-width:1023.9px){.address-list__group-title{margin-top:18px;margin-bottom:6px;padding-left:0}}.address-list.address-list_grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-4px;margin-right:-4px}@media screen and (max-width:1023.9px){.address-list.address-list_grid{margin-left:0;margin-right:0}}.address-list.address-list_grid .address-list__group-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.address-list.address-list_grid .address-card{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 8px);flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px);margin-left:4px;margin-right:4px}@media screen and (max-width:1023.9px){.address-list.address-list_grid .address-card{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-left:0;margin-right:0}}.address-list.address-list_grid .address-card:last-child{margin-bottom:8px}.address-list.address-list_grid .address-card__content{min-height:100%}@media screen and (max-width:833.9px){.address-list.address-list_wide .address-card__content{padding-left:16px;padding-right:16px}.address-list.address-list_wide .address-card__main{padding-left:24px;padding-right:50px}}.address-list-hide-while-mount{display:none}.address-list-hide-while-mount._active{display:-ms-grid;display:grid}.order-info{width:100%;display:block;margin:0;cursor:pointer;position:relative;background-color:#fff;padding:16px;color:#1a1a1a;border:2px solid rgba(50,62,72,.1490196078);border-radius:8px}.order-info__switch{margin-top:24px}.order-info__actions{position:absolute;top:17px;right:13px}.order-info__action{display:inline-block;color:rgba(26,26,26,.5019607843);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.order-info__action:not(:last-child){margin-right:13px}.order-info__action svg{display:block;width:18px;height:18px}.order-info__action:hover{color:#1a1a1a}.order-info__main{margin-bottom:7px;padding-right:60px}.order-info__details{color:rgba(26,26,26,.5019607843)}.order-info__details:not(:last-child){margin-bottom:9px}@media screen and (max-width:833.9px){.order-info__main{padding-right:50px}}.address-card{display:block;padding:0;margin:0;border-radius:8px;cursor:pointer}.address-card:not(:last-child){margin-bottom:8px}.address-card__radio:checked+.address-card__content{border-color:#d6b793}.address-card__radio:checked+.address-card__content::after{opacity:1}.address-card__content{display:block;position:relative;padding:15px 70px 15px 40px;color:#1a1a1a;background-color:#fff;border:2px solid rgba(50,62,72,.1490196078);border-radius:8px;margin:0}@media screen and (max-width:1279.9px){.address-card__content{padding-right:81px}}@media screen and (max-width:1023.9px){.address-card__content{padding-right:80px}}@media screen and (max-width:767.9px){.address-card__content{padding-right:80px}}.address-card__content::before{content:"";position:absolute;top:18px;left:15px;width:16px;height:16px;border:2px solid rgba(50,62,72,.1490196078);border-radius:15px;background-color:#fff;pointer-events:none}.address-card__content::after{content:"";position:absolute;top:18px;left:15px;width:16px;height:16px;border:5px solid #d6b793;border-radius:15px;background-color:#fff;pointer-events:none;opacity:0}.address-card__content_hide-radio-icon{padding-left:15px}.address-card__content_hide-radio-icon::after,.address-card__content_hide-radio-icon::before{display:none}.address-card__content_hide-radio-icon .text-m-strong.address-card__main{padding-left:0;padding-right:0}.address-card__main{margin-bottom:7px}.address-card__details{color:rgba(26,26,26,.5019607843)}.address-card__details:not(:last-child){margin-bottom:9px}.address-card__note{color:rgba(26,26,26,.5019607843);max-width:400px;word-wrap:break-word;word-break:break-word}.address-card__action{display:inline-block;color:rgba(26,26,26,.5019607843);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.address-card__action:not(:last-child){margin-right:13px}.address-card__action svg{display:block;width:18px;height:18px}.address-card__action:hover{color:#1a1a1a}.address-card__actions{position:absolute;top:17px;right:13px}.address-card__icon-row{position:absolute;top:15px;right:13px;max-height:24px;line-height:1}.address-card__icon-row img{display:inline-block;max-height:24px;width:auto}.pay-cert{background-color:#fff;padding:16px;border-radius:8px;position:relative}.pay-cert__form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -4px;padding:0;margin-top:25px}@media screen and (max-width:1279.9px){.pay-cert__form{margin-top:15px}}@media screen and (max-width:767.9px){.pay-cert__form{margin-top:24px}}.pay-cert__certificate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.pay-cert__certificate-icon{width:60px;height:40px;margin-right:12px}.pay-cert__certificate-text{font-size:14px;line-height:1.55}.pay-cert__certificate-summ{font-weight:600;font-size:20px;line-height:1.25;letter-spacing:-.02em}.pay-cert__col-1{width:100%;min-height:1px;position:relative;padding:0 4px;-webkit-box-flex:1;-ms-flex:1 1 61%;flex:1 1 61%}@media screen and (max-width:1279.9px){.pay-cert__col-1{-webkit-box-flex:0;-ms-flex:0 0 53%;flex:0 0 53%;max-width:53%}}@media screen and (max-width:1023.9px){.pay-cert__col-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:8px}}.pay-cert__col-2{width:100%;min-height:1px;position:relative;padding:0 4px;-webkit-box-flex:0;-ms-flex:0 0 23%;flex:0 0 23%;max-width:23%}@media screen and (max-width:1023.9px){.pay-cert__col-2{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}}@media screen and (max-width:767.9px){.pay-cert__col-2{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.pay-cert__col-3{width:100%;min-height:1px;position:relative;padding:0 4px;-webkit-box-flex:0;-ms-flex:0 0 16%;flex:0 0 16%;max-width:16%}@media screen and (max-width:1279.9px){.pay-cert__col-3{-webkit-box-flex:0;-ms-flex:0 0 24%;flex:0 0 24%;max-width:24%}}@media screen and (max-width:1023.9px){.pay-cert__col-3{-webkit-box-flex:0;-ms-flex:0 0 32%;flex:0 0 32%;max-width:32%}.order-complete__button .pay-cert__col-3 input[type=submit],.pay-cert__col-3 .dark-button,.pay-cert__col-3 .order-complete__button input[type=submit]{min-width:100%}}@media screen and (max-width:767.9px){.pay-cert__col-3{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-top:24px}.order-complete__button .pay-cert__col-3 input[type=submit],.pay-cert__col-3 .dark-button,.pay-cert__col-3 .order-complete__button input[type=submit]{min-height:auto;padding-top:8px;padding-bottom:8px}}.pay-cert__col-4{width:100%;min-height:1px;position:relative;padding:0 4px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pay-cert__col-5{width:100%;min-height:1px;position:relative;padding:0 4px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width:1279.9px){.pay-cert__col-5{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.pay-cert__switch-subtitle{width:100%;margin-left:52px;margin-top:8px}.pay-cert__switch{margin-bottom:0}.pay-cert__status{margin-top:17px}.pay-cert__status span{vertical-align:middle}.pay-cert__status-icon{display:inline-block;margin-right:3px}.pay-cert__status-icon svg{display:block;width:18px;height:18px}.pay-cert__warning{margin-top:3px}.order-fin{padding-bottom:1px;margin-bottom:55px}@media screen and (max-width:767.9px){.order-fin{padding-top:16px;margin-bottom:15px}}.order-fin__counter{margin-bottom:4px}.order-fin__sum{margin-bottom:16px}.order-fin__btn{margin-bottom:15px}@media screen and (max-width:767.9px){.order-complete__button .order-fin__btn input[type=submit],.order-fin__btn .dark-button,.order-fin__btn .order-complete__button input[type=submit]{width:100%}}.order-fin__btn.order-fin__btn--only-desktop{display:block}@media screen and (max-width:767.9px){.order-fin__btn.order-fin__btn--only-desktop{display:none}}.order-fin__btn.order-fin__btn--only-mobile{display:none}@media screen and (max-width:767.9px){.order-fin__btn.order-fin__btn--only-mobile{display:block;position:sticky;bottom:0;left:0}}.order-fin__checkbox{font-size:14px;margin-top:6px;margin-bottom:6px;color:rgba(26,26,26,.5019607843)}.order-fin__checkbox a{color:#1a1a1a;text-decoration:underline}@media screen and (max-width:767.9px){.order-fin.order-fin--next{padding-top:1px;margin-top:-8px}}@media screen and (max-width:767.9px){.order-fin.order-fin--next .custom-checkbox.custom-checkbox_reverse{font-size:14px;letter-spacing:-.02em;margin-bottom:10px}}.order-complete{position:relative;padding:10px 0 80px 0}@media screen and (max-width:767.9px){.order-complete{padding-top:4px;padding-bottom:40px}}.order-complete.order-complete--next .address-card .address-card__content{border-color:rgba(50,62,72,.15)}.order-complete.order-complete--next .cart__bottom-hr{display:block;width:100%;height:1px;background-color:rgba(50,62,72,.1490196078);border:0}@media screen and (max-width:575.9px){.order-complete.order-complete--next .order-complete__value{max-width:100%}}.order-complete__info{max-width:450px;margin-bottom:38px}@media screen and (max-width:767.9px){.order-complete__info{margin-bottom:23px}}.order-complete__hr{margin-top:22px;margin-bottom:41px}@media screen and (max-width:767.9px){.order-complete__hr{margin-bottom:24px}}.order-complete__text{margin-bottom:24px}.order-complete__value{margin-bottom:24px;max-width:335px}.order-complete__value .address-card{cursor:default}.order-complete__value.order-form__complete-value{margin-bottom:0;max-width:408px}@media screen and (max-width:575.9px){.order-complete .dark-button,.order-complete .order-complete__button input[type=submit],.order-complete__button .order-complete input[type=submit]{width:100%;padding-top:8px;padding-bottom:8px;min-height:auto}}.abc{min-height:30px;background-color:orange}.cart-steps{margin:0 -42px 0 -14px;width:auto;margin-bottom:24px}@media screen and (max-width:1279.9px){.cart-steps{margin:0 -20px 0 -14px;margin-bottom:24px}}@media screen and (max-width:767.9px){.cart-steps{margin:0 -16px 7px -16px;overflow-x:auto}}.cart-steps__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;width:100%}@media screen and (max-width:767.9px){.cart-steps__list{width:auto;min-width:100%;padding:0 3px 12px 3px}}.cart-steps__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding:0 4px}.cart-steps__item:first-child{padding-left:0}.cart-steps__item:last-child{padding-right:0}@media screen and (max-width:767.9px){.cart-steps__item{min-width:106px;padding:0 6px}}.cart-steps__icon{position:relative;width:20px;min-width:20px;height:20px;border-radius:50%;background-color:#fff;border:1px solid #d2d5d7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;margin-bottom:6px;z-index:2}.cart-steps__check-icon{display:none;position:absolute;top:50%;left:50%;width:12px;height:10px;margin-top:-5px;margin-left:-6px;background-color:transparent;background-image:url(../img/icons/check-white.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none}.cart-steps__label{color:rgba(26,26,26,.5019607843);text-align:center;max-width:100%}@media screen and (min-width:768px){.cart-steps__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:767.9px){.cart-steps__label{font-weight:400;font-size:14px;line-height:125%;letter-spacing:-.02em;text-align:center}}.cart-steps__connector{position:absolute;top:10px;left:50%;width:100%;height:1px;background-color:#d2d5d7;z-index:1}.cart-steps__connector_completed{background-color:#d6b793}.cart-steps__item._completed .cart-steps__icon{background-color:#d6b793;border-color:#d6b793}.cart-steps__item._completed .cart-steps__check-icon{display:block}.cart-steps__item._completed .cart-steps__label{color:#1a1a1a}.cart-steps__item._completed:has(+.cart-steps__item._active) .cart-steps__connector,.cart-steps__item._completed:has(+.cart-steps__item._completed) .cart-steps__connector{background-color:#d6b793}.cart-steps__item._active:not(._completed) .cart-steps__icon{background-color:#d6b793;border-color:#d6b793}.cart-steps__item._active:not(._completed) .cart-steps__label{color:#1a1a1a}.cart-steps__item._active:not(._completed) .cart-steps__connector{background-color:#d2d5d7}.cart-steps__item._active._completed .cart-steps__icon{background-color:#d6b793;border-color:#d6b793}.cart-steps__item._active._completed .cart-steps__check-icon{display:block}.cart-steps__item._active._completed .cart-steps__label{color:#1a1a1a}.cart-steps__item._active._completed:has(+.cart-steps__item._active) .cart-steps__connector,.cart-steps__item._active._completed:has(+.cart-steps__item._completed) .cart-steps__connector{background-color:#d6b793}.cart-order-next{position:relative}.cart-order-next__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-12px;margin-right:-12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.cart-order-next__col-1{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;padding-left:12px;padding-right:12px}@media screen and (max-width:1279.9px){.cart-order-next__col-1{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}}@media screen and (max-width:1023.9px){.cart-order-next__col-1{-webkit-box-flex:0;-ms-flex:0 0 66%;flex:0 0 66%;max-width:66%}}@media screen and (max-width:833.9px){.cart-order-next__col-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.cart-order-next__col-2{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding-left:12px;padding-right:12px}@media screen and (max-width:1279.9px){.cart-order-next__col-2{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}}@media screen and (max-width:1023.9px){.cart-order-next__col-2{-webkit-box-flex:0;-ms-flex:0 0 34%;flex:0 0 34%;max-width:34%}}@media screen and (max-width:833.9px){.cart-order-next__col-2{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.cart-order-next__col-3{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;padding-left:12px;padding-right:12px}@media screen and (max-width:1279.9px){.cart-order-next__col-3{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}}@media screen and (max-width:1023.9px){.cart-order-next__col-3{-webkit-box-flex:0;-ms-flex:0 0 66%;flex:0 0 66%;max-width:66%}}@media screen and (max-width:833.9px){.cart-order-next__col-3{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:767.9px){.cart-order-next__col-3.cart-order-next__col-3--sticky{position:sticky;bottom:0}}@media screen and (max-width:767.9px){.cart-order-next .order-form__button{margin-top:16px}}.cart-order-next .order-form__grid .mat-field{margin-bottom:16px}.cart-order-next .order-form__grid .switch.order-form__switch{margin-top:12px}@media screen and (max-width:767.9px){.cart-order-next .order-form__grid .switch.order-form__switch{margin-top:8px}}@media screen and (max-width:767.9px){.cart-order-next .order-form__title.text-head-h4-m{font-size:18px;font-weight:600;line-height:140%;letter-spacing:-.02em}}.cart-order-next .pay-cert:not(:last-child){margin-bottom:24px}.cart-order-next .order-form .address-list:not(:last-child){margin-bottom:14px}.cart-order-next .address-card__radio:checked+.address-card__content{border-color:#d6b793}.cart-order-next .address-card__content{border-color:#fff}.cart-order-next .order-info{border:0}@media screen and (max-width:767.9px){.cart-order-next .order-info__main.text-m-strong{font-size:14px;letter-spacing:-.02em;margin-bottom:4px}}@media screen and (max-width:767.9px){.cart-order-next .order-info__details:not(:last-child){margin-bottom:4px}}.order-panel-next{border-radius:16px;border:1px solid #f0f1f2;background-color:#fff;padding:15px;position:relative;margin:0 0 16px}.order-panel-next .mat-input:focus{border-color:#e3e5e6}.order-panel-next hr{display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;height:1px;border:0;background-color:rgba(50,62,72,.0705882353);overflow:visible;padding:0;margin:16px 0}.order-panel-next .order-panel-next__accordion._open .order-panel-next__accordion-button .order-panel__summary-label::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.order-panel-next .order-panel-next__accordion._open .order-panel-next__accordion-box{display:block}.order-panel-next .order-panel-next__accordion-button .order-panel__summary-row{margin:0}.order-panel-next__promo{margin:0 0 15px}.order-panel-next__accordion-button{width:100%;position:relative}.order-panel-next__accordion-button .order-panel__summary-label{position:relative;display:inline-block;padding-right:20px}.order-panel-next__accordion-button .order-panel__summary-label::before{content:"";width:16px;height:16px;position:absolute;top:50%;right:0;margin-top:-8px;background-image:url(../img/icons/down-arrow.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none}.order-panel-next__bonus-get .order-panel__bonus-counter-icon svg{min-width:16px;width:16px;height:16px}.order-panel-next .order-panel-next__summary .order-panel__summary-row.order-panel-next__summary-total{font-weight:500;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#1a1a1a;margin:0 0 3px}.order-panel-next .order-panel-next__bonus-use{margin:16px 0}.order-panel-next .order-panel-next__bonus-use .order-panel__summary-row{margin:0}.order-panel-next .order-panel-next__bonus-use .order-panel__summary-label{font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em}.order-panel-next .order-panel-next__accordion-box{display:none;padding-left:6px;padding-top:5px}.order-panel-next .order-panel-next__accordion-box .order-panel__summary-row{font-size:12px;line-height:140%;margin:0 0 4px}.order-panel-next .order-panel-next__accordion-box .order-panel__summary-row:last-child{margin-bottom:0}.order-panel-next .order-panel__summary-row{font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em;margin:0 0 5px}.order-panel-next .order-panel__summary-row._bold{font-weight:600}.order-panel-next__bonus-get.order-panel__text-row{margin-bottom:-3px}.order-panel-next-products.order-panel-next{padding:11px 15px}.order-panel-next-products._open .order-panel-next-products__accordion-box{display:block}.order-panel-next-products._open .order-panel-next-products__accordion-button::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.order-panel-next-products__swiper{overflow:visible}.order-panel-next-products__swiper .swiper-slide{min-width:38px;width:38px;max-width:38px;-webkit-box-flex:0;-ms-flex:0 0 38px;flex:0 0 38px}.order-panel-next-products__swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:8px}.order-panel-next-products__scroll-swiper-box{position:relative;overflow:hidden;margin:0 -15px;padding:0 15px}.order-panel-next-products__item{display:block}.order-panel-next-products__item img{display:block;min-width:38px;width:38px;height:48px;border-radius:2px}.order-panel-next-products__accordion-box{display:none;padding-top:8px}.order-panel-next-products__accordion-button{display:block;width:100%;position:relative;cursor:pointer;padding:0 20px 0 0}.order-panel-next-products__accordion-button::before{content:"";width:18px;height:18px;position:absolute;top:50%;right:1px;margin-top:-9px;background-image:url(../img/icons/down-arrow.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none}.order-panel-next-products__accordion-button .order-panel__title{margin:0}.order-panel-next-products .order-panel__scroll-box{margin:0 -16px;padding-bottom:2px}.order-panel-next-products .order-panel__product-row.cart-item__recommend-images{padding-left:16px;padding-right:16px;gap:8px}.order-panel-next-products .order-panel__product-row.cart-item__recommend-images a:last-child{margin-right:11px}@media screen and (max-width:1023.9px){.order-panel-next-products .order-panel__product-row.cart-item__recommend-images a:last-child{margin-right:10px}}.order-panel-next-products .order-panel__product-row.cart-item__recommend-images img{min-width:38px;width:38px;height:48px;border-radius:2px}.promo-form-next{position:relative}.promo-form-next__button.reset-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:4px;right:4px;bottom:4px;padding:6px;border-radius:4px;min-width:40px;color:rgba(50,62,72,.22);-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;background-color:transparent}@media (hover:hover){.promo-form-next__button.reset-button:hover{color:#d6b793;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}}.promo-form-next__button.reset-button:active{color:#d6b793;-webkit-transition:50ms ease-in-out;transition:50ms ease-in-out}.promo-form-next__status{margin-top:2px}.lk{position:relative;padding:21px 0 77px 0}@media screen and (max-width:833.9px){.lk{padding-top:1px;padding-bottom:40px}}.lk__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.lk__col-1{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding-left:12px;padding-right:12px;padding-bottom:170px}@media screen and (max-width:1279.9px){.lk__col-1{-webkit-box-flex:0;-ms-flex:0 0 27%;flex:0 0 27%;max-width:27%;padding-bottom:164px}}@media screen and (max-width:1023.9px){.lk__col-1{-webkit-box-flex:0;-ms-flex:0 0 29%;flex:0 0 29%;max-width:29%}}@media screen and (max-width:991.9px){.lk__col-1{padding-bottom:180px}}@media screen and (max-width:833.9px){.lk__col-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-bottom:0}}.lk__col-2{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;padding-left:36px;padding-right:12px}@media screen and (max-width:1279.9px){.lk__col-2{-webkit-box-flex:0;-ms-flex:0 0 73%;flex:0 0 73%;max-width:73%;padding-left:12px}}@media screen and (max-width:1023.9px){.lk__col-2{-webkit-box-flex:0;-ms-flex:0 0 71%;flex:0 0 71%;max-width:71%}}@media screen and (max-width:833.9px){.lk__col-2{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.account-menu{display:block;position:relative;top:0;left:0;padding:24px 0;padding-right:24px;z-index:1;background-color:#fff}@media screen and (max-width:1023.9px){.account-menu{padding-right:10px}}@media screen and (max-width:833.9px){.account-menu{display:none}}.account-menu__list{list-style:none;margin:0;padding:0}.account-menu__item{list-style:none;margin:0;padding:0}.account-menu__item:not(:last-child){margin-bottom:13px}.account-menu__link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400;font-size:16px;line-height:1.2;letter-spacing:-.02em;text-decoration:none;background-color:transparent;color:#323e48;border-left:2px solid transparent;border-radius:0;border-top-right-radius:8px;border-bottom-right-radius:8px;padding:16px 10px;cursor:pointer}.account-menu__link::before{content:"";width:18px;height:18px;position:absolute;top:50%;right:12px;margin:-9px 0 0;background-image:url(../img/icons/arrow-right.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.account-menu__link:hover{text-decoration:none}.account-menu__link:hover::before{opacity:1}.account-menu__link:focus{text-decoration:none}.account-menu__link:active{text-decoration:none}.account-menu__link:active::before{opacity:1}.account-menu__link svg{display:block;width:18px;min-width:18px;height:18px}.account-menu__link._active{border-color:#1a1a1a;background-color:rgba(50,62,72,.0705882353)}.account-menu__link._active::before{opacity:1}.account-menu__link_red{color:maroon}.account-menu__icon{margin-right:12px}.account-menu__text{display:block;position:relative;top:1px}.account-mobile-menu{position:relative;overflow:hidden;margin:0 -16px 26px -16px;padding:0 16px;display:none}@media screen and (max-width:833.9px){.account-mobile-menu{display:block}}.account-mobile-menu__slide.swiper-slide{width:auto}.account-mobile-menu__slide.swiper-slide:last-child .account-mobile-menu__link::after{right:0}.account-mobile-menu__link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;font-size:14px;line-height:1.2;letter-spacing:-.02em;text-decoration:none;background-color:transparent;color:#323e48;border-radius:0;padding:15px 15px;cursor:pointer}.account-mobile-menu__link::before{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#d6b793;z-index:2;opacity:0}.account-mobile-menu__link::after{content:"";display:block;position:absolute;bottom:0;left:0;right:-3px;height:1px;background-color:#e3e5e6;z-index:1;opacity:1}.account-mobile-menu__link:hover{text-decoration:none}@media (hover:hover){.account-mobile-menu__link:hover::before{opacity:1}}.account-mobile-menu__link:focus{text-decoration:none}.account-mobile-menu__link:active{text-decoration:none}.account-mobile-menu__link:active::before{opacity:1}.account-mobile-menu__link svg{display:block;width:18px;min-width:18px;height:18px}.account-mobile-menu__link._active{color:#d6b793}.account-mobile-menu__link._active::before{opacity:1}.account-mobile-menu__link_red{color:maroon}.account-mobile-menu__icon{margin-right:8px;position:relative;top:1px}.account-mobile-menu .swiper{overflow:visible}.account-mobile-menu .swiper::before{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#e3e5e6;z-index:1}.lk-form__title{display:block;margin:0;padding:0;border:0;margin-bottom:24px}@media screen and (max-width:833.9px){.lk-form__title.text-head-h4{font-size:16px;margin-bottom:15px;line-height:155%}}.lk-form__switch.switch .switch__label{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:3px}.lk-form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-4px;margin-right:-4px}.lk-form__col-4{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;padding-left:4px;padding-right:4px}.lk-form__col-2{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;padding-left:4px;padding-right:4px}.lk-form__col-6{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:4px;padding-right:4px}.lk-form__col-12{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-left:4px;padding-right:4px}@media screen and (max-width:1279.9px){.lk-form__col-tablet-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:833.9px){.lk-form__col-mobile-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:833.9px){.lk-form__col-mobile-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:833.9px){.lk-form__col-mobile{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}}@media screen and (max-width:833.9px){.lk-form__col-mobile-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}}.lk-form__section{display:block;padding:0;margin:0;border:0;border-radius:0;background-color:transparent;margin-bottom:40px}.lk-form__promo{position:relative;font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em;color:#1a1a1a;background-color:#f5efec;padding:16px 30px 16px 42px;border-radius:8px}@media screen and (max-width:833.9px){.lk-form__promo{padding-right:11px}}.lk-form__promo-icon{position:absolute;display:block;top:18px;left:16px}.lk-form__promo-icon svg{display:block;width:18px;height:18px}.lk-form .mat-field{margin-bottom:15px}.lk-form .mat-field.mb-0{margin-bottom:0}.lk-form .dark-button_logout{display:none}@media screen and (max-width:767.9px){.lk-form .dark-button_logout{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:400;background-color:transparent;color:maroon;min-height:40px;padding-top:8px;padding-bottom:8px}}.lk-form .modal-button{display:inline-block;min-width:134px}@media screen and (max-width:767.9px){.lk-form .modal-button{font-size:16px;min-width:130px;min-height:40px;padding-top:12px;padding-bottom:12px}}.lk-form .switch__custom-label{font-weight:400;font-size:16px;line-height:155%;letter-spacing:-.02em}.lk-form__button-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:833.9px){.lk-form__button-row{display:block}}.lk-form__button-row .modal-button{min-width:199px}@media screen and (max-width:833.9px){.lk-form__button-row .modal-button.modal-button{min-width:100%}}.lk-form__button-row .modal-button:not(:last-child){margin-right:8px}@media screen and (max-width:833.9px){.lk-form__button-row .modal-button:not(:last-child){margin-right:0;margin-bottom:8px}}.lk-form__section-btn-wrap{margin-top:24px}@media screen and (max-width:767.9px){.lk-form__section-btn-wrap .modal-button{min-width:100%}}.lk-form__grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}@media screen and (max-width:1279.9px){.lk-form__grid{-webkit-column-gap:26px;-moz-column-gap:26px;column-gap:26px}}@media screen and (max-width:1023.9px){.lk-form__grid{display:block}}.radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.radio-group .radio:not(:last-child){margin-right:24px}@media screen and (max-width:833.9px){.radio-group .radio:not(:last-child){margin-right:27px}}.radio-group.radio-group--column{display:block;margin:0 0 22px}@media screen and (max-width:767.9px){.radio-group.radio-group--column{margin:0 0 15px}}.radio-group.radio-group--column .radio:not(:last-child){margin-right:0;margin-bottom:9px}@media screen and (max-width:833.9px){.radio-group.radio-group--column .radio:not(:last-child){margin-right:0}}@media screen and (max-width:767.9px){.radio-group.radio-group--column .radio:not(:last-child){margin-bottom:5px}}.radio-group.radio-group--column .radio__label{font-weight:400;font-size:16px;line-height:160%;letter-spacing:-.02em}@media screen and (max-width:767.9px){.radio-group.radio-group--column .radio__label{font-size:14px}}.radio__label{display:inline-block;position:relative;font-weight:600;font-size:16px;line-height:155%;letter-spacing:-.01em;padding-left:24px;cursor:pointer}.radio__label::before{content:"";display:block;position:absolute;top:50%;left:0;width:16px;height:16px;background-color:#fff;border:2px solid rgba(50,62,72,.1490196078);border-radius:50%;margin-top:-8px}.radio__label::after{content:"";content:"";display:block;position:absolute;top:50%;left:0;width:16px;height:16px;border:5px solid #d6b793;background-color:#fff;border-radius:50%;margin-top:-8px;opacity:0;-webkit-transition:.15s;transition:.15s}.radio__input:checked+.radio__label::after{opacity:1}.order-empty{position:relative;display:block;text-align:center;padding-bottom:24px}@media screen and (max-width:767.9px){.order-empty{padding-bottom:8px}}.order-empty._fake .orders__title{-ms-flex-item-align:start;-ms-grid-row-align:start;align-self:start;display:-webkit-box;display:-ms-flexbox;display:flex}.order-empty__icon svg{display:block;width:64px;height:64px;margin:0 auto}.order-empty__icon{margin-bottom:24px}@media screen and (max-width:833.9px){.order-empty__icon{margin-bottom:19px}}.order-empty__title{margin:0 0 5px}@media screen and (max-width:833.9px){.order-empty__title{margin-bottom:7px}}@media screen and (max-width:833.9px){.order-empty__title.text-head-h4{font-size:16px}}.order-empty__description{margin:0 0 24px}@media screen and (max-width:833.9px){.order-complete__button .order-empty__btn-wrap input[type=submit],.order-empty__btn-wrap .dark-button_wide,.order-empty__btn-wrap .order-complete__button input[type=submit]{min-height:40px;padding-top:8px;padding-bottom:8px}}.orders-filter{display:block;position:relative;margin-bottom:28px}@media screen and (max-width:767.9px){.orders-filter{margin-bottom:12px}}.orders-filter__tabs{margin-bottom:16px;margin-right:-30px;padding-right:30px;overflow:hidden}@media screen and (max-width:833.9px){.orders-filter__tabs{margin-left:-30px;margin-right:-30px;padding:0 30px}}@media screen and (max-width:767.9px){.orders-filter__tabs{margin-left:-16px;margin-right:-16px;padding:0 16px}}.orders-filter__label{display:inline-block}.orders-filter__tab{display:inline-block;position:relative;font-weight:600;font-size:14px;line-height:155%;letter-spacing:-.02em;background-color:#f0f1f2;color:#1a1a1a;padding:5px 16px;cursor:pointer;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;margin:0 8px 8px 0;border:0;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.orders-filter__radio:checked+.orders-filter__tab{background-color:#323e48;color:#fff}.orders-filter__search-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1023.9px){.orders-filter__search-row{display:block}}.orders-filter__search{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:8px}@media screen and (max-width:1023.9px){.orders-filter__search{padding-right:0;padding-bottom:8px}}.orders-filter__date-row{display:-webkit-box;display:-ms-flexbox;display:flex}.orders-filter__date-row .filter-date{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 4px}.orders-filter__date-row .filter-date:first-child{margin-left:0}.orders-filter__date-row .filter-date:last-child{margin-right:0}.orders-filter__swiper.swiper{margin:0;overflow:visible}.orders-filter__swiper.swiper .swiper-slide{width:auto}.orders-filter__swiper.swiper .swiper-slide:last-child .orders-filter__tab{margin-right:0}.orders-filter .search__input{line-height:38px}.order-list{position:relative;list-style:none;padding:0 16px;margin:0}@media screen and (max-width:1023.9px){.order-list{padding-left:0;padding-right:0}}.order-item{position:relative;list-style:none;padding:0;margin:0}.order-item:not(:last-child){margin-bottom:43px}@media screen and (max-width:1023.9px){.order-item:not(:last-child){margin-bottom:20px}}@media screen and (max-width:833.9px){.order-item:not(:last-child){margin-bottom:16px}}.order-item._open .order-item__preview-row{display:none}.order-item._open .order-item__detail{display:block}.order-item._open .order-item__track{display:block}.order-item._open .order-item__cancel{display:block}.order-item._open .order-item__head::after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.order-item._open .order-item__total-label{display:inline}.order-item._open .order-item__total-wrap{margin-left:auto;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%}@media screen and (max-width:833.9px){.order-item._open .order-item__total-wrap{margin-top:0;text-align:right}}@media screen and (max-width:767.9px){.order-item._open .order-item__bottom{padding-top:10px}}.order-item:not(._open) .order-item__total{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.order-item:not(._open) .order-item__price-info{display:none}.order-item__detail{display:none;padding:17px 0 15px 0;border-bottom:1px solid #e3e5e6}.order-item__detail-item{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:833.9px){.order-item__detail-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.order-item__detail-item:not(:last-child){border-bottom:1px solid #e3e5e6;padding-bottom:16px;margin-bottom:30px}}.order-item__detail-item:not(:last-child){margin-bottom:14px}@media screen and (max-width:833.9px){.order-item__detail-item:not(:last-child){border-bottom:1px solid #e3e5e6;padding-bottom:16px;margin-bottom:16px}}.order-item__title{margin-right:16px}.order-item__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;position:relative;padding:14px 0;margin:0;border:0;border-radius:0;border-bottom:1px solid #e3e5e6;cursor:pointer}@media screen and (max-width:833.9px){.order-item__head{display:block}}.order-item__head::after{content:"";position:absolute;top:50%;right:0;width:18px;height:18px;background-image:url(../img/icons/chevron-right.svg);margin-top:-9px;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@media screen and (max-width:833.9px){.order-item__head::after{margin-top:0;top:12px}}.order-item__preview-other-text{margin-left:8px;letter-spacing:-.01em;cursor:pointer}@media screen and (max-width:833.9px){.order-item__preview-other-text{display:none}}.order-item__preview-other-mobile-text{display:none}@media screen and (max-width:833.9px){.order-item__preview-other-mobile-text{display:block;margin-left:8px}}.order-item__preview-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.order-item__preview-row a{display:inline-block}.order-item__preview-row a:not(:last-child){margin-right:8px}@media screen and (max-width:1023.9px){.order-item__preview-row a:not(:last-child){margin-right:4px}}@media screen and (max-width:833.9px){.order-item__preview-row a:not(:last-child){margin-right:8px}}@media screen and (max-width:833.9px){.order-item__preview-row a:nth-child(n+4){display:none}}.order-item__preview-row img{display:block;width:75px;min-width:75px;height:94px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background-color:#f1f1f2}@media screen and (max-width:1023.9px){.order-item__preview-row img{width:45px;min-width:45px;height:56px}}@media screen and (max-width:833.9px){.order-item__preview-row img{width:51px;min-width:51px;height:64px}}.order-item__status{display:inline-block;font-weight:600;font-size:12px;line-height:13px;letter-spacing:-.02em;text-transform:uppercase;padding:4px 5px;margin:0;color:rgba(26,26,26,.5019607843);background-color:#f0f1f2;border:0;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:833.9px){.order-item__status{margin-top:7px}}.order-item__status.status-completed{color:rgba(26,26,26,.5019607843);background-color:#f0f1f2}.order-item__status.status-awaiting-payment{color:#fff;background-color:#14b63a}.order-item__status.status-return{color:#fff;background-color:#d6b793}.order-item__status.status-canceled{color:#fff;background-color:maroon}.order-item__bottom{padding-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:425.9px){.order-item__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.order-item__bottom-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.order-item__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%}.order-item__total.promo-product__price{margin-bottom:16px}@media screen and (max-width:1023.9px){.order-item__total.promo-product__price{margin-bottom:10px}}@media screen and (max-width:833.9px){.order-item__total.promo-product__price{font-size:18px;margin-bottom:16px}}.order-item__total:not(:last-child){margin-bottom:8px}@media screen and (max-width:833.9px){.order-item__quantity{font-size:14px}}@media screen and (max-width:833.9px){.order-item__price.promo-product__price{margin-bottom:0;font-size:18px}}.order-item__track{font-size:16px;line-height:160%;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843);display:none}.order-item__cancel{display:none}.order-item__cancel .filter-item__btn{padding:0}.order-item__total-label{display:none}.order-item__total-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (max-width:833.9px){.order-item__total-wrap{margin-top:18px}}@media screen and (max-width:425.9px){.order-item__total-wrap{width:100%;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial}.order-item__total-wrap .order-complete__button input{width:100%;min-height:40px;padding-top:8px;padding-bottom:8px}}.order-item__total-wrap .modal-button{margin-top:auto;display:inline-block;padding-left:25px;padding-right:25px}@media screen and (max-width:1023.9px){.order-item__total-wrap .modal-button{padding:14px 16px;font-size:14px}}@media screen and (max-width:833.9px){.order-item__total-wrap .modal-button{min-width:100%;padding-top:12px;padding-bottom:12px;font-size:16px}}@media screen and (max-width:425.9px){.order-item__total-wrap .modal-button{width:100%;min-height:40px;padding-top:8px;padding-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.order-item__image{display:block;min-width:112px;width:112px;-webkit-box-flex:0;-ms-flex:0 0 112px;flex:0 0 112px;height:140px;background-color:#f1f1f2;position:relative;margin-right:24px}@media screen and (max-width:1023.9px){.order-item__image{margin-right:16px}}@media screen and (max-width:833.9px){.order-item__image{min-width:51px;width:51px;-webkit-box-flex:0;-ms-flex:0 0 51px;flex:0 0 51px;height:64px;margin-right:24px}}.order-item__image img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.order-item__info{width:100%;min-height:1px;position:relative;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 283px);flex:0 0 calc(100% - 283px);max-width:calc(100% - 283px);padding-right:24px}@media screen and (max-width:1023.9px){.order-item__info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 253px);flex:0 0 calc(100% - 253px);max-width:calc(100% - 253px);padding-right:16px}}@media screen and (max-width:833.9px){.order-item__info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 75px);flex:0 0 calc(100% - 75px);max-width:calc(100% - 75px);padding-right:0}}.order-item__pricing{display:block;position:relative;text-align:right}.order-item__pricing span{display:block}.order-item__pricing{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}@media screen and (max-width:833.9px){.order-item__pricing{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:14px}}.order-item__name{max-width:330px}@media screen and (max-width:833.9px){.order-item__name.text-m-strong{font-size:14px;margin-bottom:9px}}.order-item__price{display:block;margin-top:0;margin-bottom:9px}.order-pagination{margin-top:81px}@media screen and (max-width:1023.9px){.order-pagination{margin-top:41px}}@media screen and (max-width:833.9px){.order-pagination{margin-top:41px}}.account-support{position:absolute;bottom:12px;left:0;padding-left:20px}@media screen and (max-width:833.9px){.account-support{display:block;position:relative;bottom:auto;padding-right:0;border:1px solid #e3e5e6;border-radius:8px;padding:16px;margin-top:24px;padding:16px 16px 12px}}.account-support__title{margin-bottom:12px}.account-support__desk{color:rgba(26,26,26,.5019607843)}.account-support__icon{display:inline-block;margin-right:11px}.account-support__icon svg{display:block;width:18px;height:18px}.account-support__btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.account-support__btn span{vertical-align:middle}.account-support__btn-wrap{margin-top:16px;cursor:pointer}.order-favorite .catalog__col{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}@media screen and (max-width:1023.9px){.order-favorite .catalog__col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:833.9px){.order-favorite .catalog__col{padding-left:8px;padding-right:8px}}.order-favorite .catalog .container{padding:0}.order-favorite .favorites .container{padding:0}@media screen and (max-width:767.9px){.order-favorite{padding-top:6px}}.order-favorite .blog-filter{margin-bottom:0}.order-favorite .blog-filter .container{width:auto;margin:0;padding:0;max-width:100%}.order-favorite .blog-filter__desktop{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.order-favorite .favorites__buttons{margin-top:15px;margin-bottom:16px}@media screen and (max-width:767.9px){.order-favorite .favorites__buttons{margin-top:26px;margin-bottom:11px}}@media screen and (max-width:833.9px){.order-favorite .blog-filter{margin-left:-30px;margin-right:-30px}}@media screen and (max-width:767.9px){.order-favorite .blog-filter{margin-left:-16px;margin-right:-16px}}.order-favorite .blog-filter__desktop{visibility:visible;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:833.9px){.order-favorite .blog-filter__desktop{visibility:hidden;height:0;display:none}}.order-favorite .blog-filter__rows{visibility:hidden;display:none;margin-left:0;margin-right:0}@media screen and (max-width:833.9px){.order-favorite .blog-filter__rows{visibility:visible;display:block}}@media screen and (max-width:767.9px){.order-favorite .blog-filter__row{padding:0 16px}}@media screen and (max-width:767.9px){.order-my-bonus{padding-bottom:8px}}.order-my-bonus__counter{margin-bottom:25px}.order-my-bonus__counter .order-bonus_bg{margin-bottom:0}@media screen and (max-width:767.9px){.order-my-bonus__counter .order-bonus_bg{width:100%}}.order-my-bonus__text{max-width:660px}.order-my-bonus__text p{margin:0 0 9px}.order-my-bonus__text p a{text-decoration:underline;color:#323e48}.order-my-bonus__form{margin:23px 0 40px 0}.order-my-bonus__history-tabs{margin:30px 0 25px 0}@media screen and (max-width:767.9px){.order-my-bonus__history-tabs{margin-top:24px}}.my-bonus-form{position:relative}.my-bonus-form__title{margin-right:24px}@media screen and (max-width:767.9px){.my-bonus-form__title{padding-top:1px;margin:0 0 15px}}.my-bonus-form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:rgba(50,62,72,.0705882353);border-radius:8px;padding:16px;max-width:624px}@media screen and (max-width:767.9px){.my-bonus-form__row{display:block;max-width:100%}}.my-bonus-form__inputs-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:767.9px){.my-bonus-form__inputs-wrap{display:block}}.my-bonus-form__btn-wrap{margin-left:8px}@media screen and (max-width:767.9px){.my-bonus-form__btn-wrap{margin-left:0;margin-top:8px}}.my-bonus-form__btn-wrap button{min-width:136px}@media screen and (max-width:767.9px){.my-bonus-form__btn-wrap button{min-width:100%;padding-top:12px;padding-bottom:12px;min-height:40px;font-size:16px}}.history-tab{color:rgba(26,26,26,.5019607843)}.history-tab:not(:last-child){margin-right:10px}.history-tab._active{color:#323e48}.history-tab span{vertical-align:middle}.history-tab__icon{display:inline-block;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;margin-left:8px}.history-tab__icon svg{display:block;width:18px;height:18px}.history-tab__icon_revers{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.history-tabs__top-row{margin-bottom:29px}@media screen and (max-width:767.9px){.history-tabs__top-row{margin-bottom:19px}}.history-table__amount{padding-right:34px}.history-table td.history-table__amount{padding-right:34px;white-space:nowrap;vertical-align:top}@media screen and (max-width:1023.9px){.history-table td.history-table__amount{padding-right:20px}}@media screen and (max-width:767.9px){.history-table td.history-table__amount{padding-right:30px}}.history-table tbody td{padding:0 0 14px 0}.filter-date{position:relative;min-width:140px}.filter-date__input{opacity:0;position:absolute;top:100%;left:0;width:1px;height:1px}.filter-date__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e3e5e6;font-weight:400;font-size:14px;line-height:160%;letter-spacing:-.02em;border-radius:8px;position:relative;padding:8px 34px 8px 12px;margin:0;color:rgba(26,26,26,.5019607843);min-height:48px;cursor:pointer}.filter-date__value{margin-left:6px;color:#323e48}.filter-date__icon{display:block;position:absolute;top:50%;right:14px;margin-top:-9px;z-index:1;pointer-events:none}.filter-date__icon svg{display:block;width:18px;height:18px}.filter-date.filter-date_gift._selected .filter-date__placeholder{display:none}.filter-date.filter-date_gift._selected .filter-date__value{margin-left:0}.filter-date.filter-date_gift.filter-date_material._selected .filter-date__placeholder{display:block;-webkit-transform:translateY(-12px);-ms-transform:translateY(-12px);transform:translateY(-12px);font-size:12px}@media screen and (max-width:767.9px){.filter-date.filter-date_gift.filter-date_material._selected .filter-date__placeholder{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}}.filter-date.filter-date_gift.filter-date_material .filter-date__label{height:auto;padding-top:16px;padding-bottom:0}@media screen and (max-width:767.9px){.filter-date.filter-date_gift.filter-date_material .filter-date__label{line-height:22px}}.filter-date.filter-date_gift.filter-date_material .filter-date__placeholder{position:absolute;display:block;left:0;top:14px;margin-top:0;width:100%;padding:0 16px;font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.02em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;color:rgba(26,26,26,.5019607843)}@media screen and (max-width:767.9px){.filter-date.filter-date_gift.filter-date_material .filter-date__placeholder{top:9px}}.filter-date.filter-date_gift .filter-date__placeholder{display:block}.filter-date.filter-date_gift .filter-date__label{font-size:16px;line-height:20px;letter-spacing:-.02em;padding-left:15px;padding-right:44px}@media screen and (max-width:767.9px){.filter-date.filter-date_gift .filter-date__label{min-height:40px}}.filter-date.filter-date_gift .filter-date__icon{position:absolute;top:12px;right:16px;width:24px;height:24px;margin:0;color:rgba(26,26,26,.5019607843);opacity:.5}@media screen and (max-width:767.9px){.filter-date.filter-date_gift .filter-date__icon{top:7px}}.filter-date.filter-date_gift .filter-date__icon svg{display:block;width:100%;height:100%;position:absolute;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain}.buyer-head__title{font-weight:600;font-size:40px;line-height:120%;letter-spacing:-.01em;text-align:center;margin:8px 0 24px;color:#1a1a1a}@media screen and (max-width:767.9px){.buyer-head__title{font-size:24px;margin:16px 0;line-height:125%;letter-spacing:-.02em}}.buyer-head .page-heading__hr{margin:0}.buyer-head__tabs{list-style-type:none;margin:24px 0 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767.9px){.buyer-head__tabs{margin:16px 0 8px}}.buyer-head__tab-link{color:rgba(26,26,26,.5019607843);height:30px;line-height:160%;letter-spacing:-.02em}.buyer-head__tab-link:not(:last-child){margin-right:24px}.buyer-head__tab-link a:active,.buyer-head__tab-link a:focus,.buyer-head__tab-link a:hover,.buyer-head__tab-link a:visited{text-decoration:none}.buyer-head__tab-link_active{color:#1a1a1a;border-bottom:2px solid rgba(26,26,26,.5019607843)}.buyer-main section{padding:16px 0 24px;width:932px;margin-left:auto;margin-right:auto;padding-right:30px;padding-left:30px;max-width:100%}@media screen and (max-width:767.9px){.buyer-main section{padding-left:16px;padding-right:16px;width:100%}}.buyer-main__title{font-weight:600;line-height:155%;letter-spacing:-.01em;margin-bottom:24px}.buyer-main__text{line-height:160%;letter-spacing:-.02em}.buyer-main__text p{margin-bottom:24px}.buyer-main__text p:last-of-type{margin-bottom:0}.buyer-main__text ol,.buyer-main__text ul{padding-left:15px;margin-top:12px}.buyer-main__text ol li:not(:last-child),.buyer-main__text ul li:not(:last-child){margin-bottom:12px}.buyer-main__text ul{list-style-type:disc}.buyer-main__text a{text-decoration:none;color:maroon}.buyer-main__text a:hover{cursor:pointer}.buyer-main__payment-logos{margin-top:24px;list-style-type:none;display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,168px);-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;row-gap:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:425.9px){.buyer-main__payment-logos{grid-template-columns:repeat(auto-fill,167px);-webkit-column-gap:7px;-moz-column-gap:7px;column-gap:7px}}.buyer-main__payment-logo{min-width:168px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buyer-main__payment-logo-image{width:100%;min-height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:8px;background-color:#fffaf7;margin-bottom:12px;padding:5px}.buyer-main__payment-logo-image picture{font-size:0}.buyer-main__payment-logo-image img{max-width:100%;height:auto}.buyer-main__payment-logo-name{font-size:14px;line-height:155%;letter-spacing:-.02em}.buyer-main__grid{margin-top:24px;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);-ms-grid-rows:(auto)[2];grid-template-rows:repeat(2,auto)}.buyer-main__grid-cell{border-width:0 1px 1px 0;border-color:#f1f1f2;border-style:solid;padding:15px 16px;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:150%;letter-spacing:-.02em;height:56px}.buyer-main__grid-cell--header{background-color:#f5efec;border-right:1px solid #fff;border-bottom:none}.buyer-main__grid-column:first-child .buyer-main__grid-cell{border-left:1px solid #f1f1f2;border-radius:0 0 0 8px}.buyer-main__grid-column:first-child .buyer-main__grid-cell--header{border-left:none;border-radius:8px 0 0 0}.buyer-main__grid-column:last-child .buyer-main__grid-cell{border-right:1px solid #f1f1f2;border-radius:0 0 8px 0}.buyer-main__grid-column:last-child .buyer-main__grid-cell--header{border-right:none;border-radius:0 8px 0 0}.buyer-main__grid-free{background-color:#14b63a;color:#fff;font-weight:600;font-size:12px;padding:2px 4px;border-radius:4px;line-height:125%;letter-spacing:-.02em;text-transform:uppercase}@media screen and (max-width:767.9px){.buyer-main__grid{-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:(auto)[3];grid-template-rows:repeat(3,auto);margin-top:16px}.buyer-main__grid-column{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.buyer-main__grid-column:first-child .buyer-main__grid-cell{border-left:none;border-top:1px solid #f1f1f2;border-radius:0 8px 0 0}.buyer-main__grid-column:first-child .buyer-main__grid-cell--header{border-top:none;border-radius:8px 0 0 0}.buyer-main__grid-column:last-child .buyer-main__grid-cell{border-bottom:1px solid #f1f1f2;border-radius:0 0 8px 0}.buyer-main__grid-column:last-child .buyer-main__grid-cell--header{border-bottom:none;border-radius:0 0 0 8px}.buyer-main__grid-cell{border-bottom:1px solid #f1f1f2;border-right:1px solid #f1f1f2;padding:13px 16px;font-size:14px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;height:48px}.buyer-main__grid-cell--header{border-bottom:1px solid #fff;border-right:none}}.buyer-main .support-wrap{padding-top:0;padding-bottom:80px}@media screen and (max-width:767.9px){.buyer-main .support-wrap{padding-bottom:24px}}.buyer-main__button-wrapper{margin:0 0 -10px;padding-bottom:1px}@media screen and (max-width:767.9px){.buyer-main__button-wrapper{margin:17px 0 -16px}}.buyer-main__button.modal-button{padding-left:28px;padding-right:28px;display:inline-block}@media screen and (max-width:767.9px){.buyer-main__button.modal-button{display:block;font-size:16px}}.support{max-width:224px;max-height:119px}.support.support--row{max-width:100%;max-height:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid rgba(50,62,72,.15);padding:17px 0 0;margin:15px 0 0}@media screen and (min-width:1024px){.support.support--row .header-select__body{left:auto;right:0}}.support.support--row .support__text{margin-right:auto;padding-left:10px;padding-right:10px;margin-top:2px}.support.support--row .support__text br{display:none}@media screen and (max-width:1023.9px){.support.support--row .support__text br{display:block}}@media screen and (max-width:1023.9px){.support.support--row .support__text{padding-left:0}}.support.support--row .support__icon{vertical-align:middle;margin-bottom:1px}@media screen and (max-width:1023.9px){.support.support--row{display:block}}.support__title{font-weight:600;line-height:155%;letter-spacing:-.01em;margin-bottom:12px}.support__text{font-size:14px;line-height:155%;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843);margin-bottom:12px}.support__сontact{cursor:pointer}.support__сontact-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.support__сontact-wrap p{line-height:160%;letter-spacing:-.02em}.support__icon{display:inline-block;margin-right:12px}@media screen and (max-width:767.9px){.header-select__body{max-width:calc(100vw - 30px)}}.document-download{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-height:48px}.document-download:active,.document-download:focus,.document-download:hover{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex}.document-download__icon{margin-right:8px;padding:2px 4px;display:inline-block;height:25px}.document-download__info p{line-height:160%;letter-spacing:-.02em}.document-download__meta{display:-webkit-box;display:-ms-flexbox;display:flex;color:rgba(26,26,26,.5019607843);font-size:14px;line-height:155%;letter-spacing:-.02em}.document-download__meta p{position:relative}.document-download__meta p:not(:last-child){margin-right:4px;padding-right:8px}.document-download__meta p:not(:last-child)::after{content:"";position:absolute;width:2px;height:2px;background-color:rgba(26,26,26,.5019607843);border-radius:2px;top:50%;right:0;margin-top:-1px}.gift-promo{padding:17px 0 1px 0}@media screen and (max-width:767.9px){.gift-promo{padding-top:9px}}.gift-promo__title{color:maroon}@media screen and (max-width:1023.9px){.gift-promo__title{font-size:30px;margin-bottom:100px}}@media screen and (max-width:767.9px){.gift-promo__title{font-size:24px;margin-bottom:120px}}.gift-promo__banner{position:relative;background-color:#f5efec;overflow:hidden;padding:109px 80px}@media screen and (max-width:1023.9px){.gift-promo__banner{padding:50px 40px}}@media screen and (max-width:767.9px){.gift-promo__banner{margin-left:-16px;margin-right:-16px;padding:17px 15px}}.gift-promo__banner-box{max-width:400px;position:relative;z-index:1}@media screen and (max-width:767.9px){.gift-promo__banner-box{max-width:220px}}.gift-promo__image{position:absolute;top:72px;right:155px}@media screen and (max-width:1279.9px){.gift-promo__image{top:92px;right:55px}}@media screen and (max-width:1023.9px){.gift-promo__image{top:72px;right:55px}}@media screen and (max-width:767.9px){.gift-promo__image{top:50%;margin-top:-52px;right:16px}}.gift-promo__image img{display:block;width:541px;height:268px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media screen and (max-width:1279.9px){.gift-promo__image img{width:432px;height:214px}}@media screen and (max-width:1023.9px){.gift-promo__image img{width:323px;height:160px}}@media screen and (max-width:767.9px){.gift-promo__image img{width:194px;height:97px}}.gift-promo__link-wrap{margin-top:39px}@media screen and (max-width:767.9px){.gift-promo__link-wrap .dark-button,.gift-promo__link-wrap .order-complete__button input[type=submit],.order-complete__button .gift-promo__link-wrap input[type=submit]{min-height:40px;padding-top:8px;padding-bottom:8px}}.gift-promo__link{background-color:maroon}.gift-promo__link:hover{background-color:rgba(50,62,72,.8980392157)}.gift-promo__round-1{position:absolute;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(180deg,#fff 0,rgba(255,255,255,0) 100%);width:407px;height:407px;opacity:.48;border-radius:50%;top:50%;right:50%;margin-top:-116px;margin-right:-341px}.gift-promo__round-2{position:absolute;width:587px;height:587px;opacity:.64;top:50%;right:50%;margin-top:-346px;margin-right:-686px;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(180deg,#fff 0,rgba(255,255,255,0) 100%);border-radius:50%}.gift{position:relative}.card-add-cart__base .gift .loader-opacity,.gift .card-add-cart__base .loader-opacity,.gift .loader-opacity-fixed,.gift .modal [data-getReviewsByProduct] .loader-opacity,.gift .promo-product__add-cart-wrap .loader-opacity,.gift .promo-product__rating-wrap .loader-opacity,.gift .shop-link .loader-opacity,.modal [data-getReviewsByProduct] .gift .loader-opacity,.promo-product__add-cart-wrap .gift .loader-opacity,.promo-product__rating-wrap .gift .loader-opacity,.shop-link .gift .loader-opacity{position:absolute}@media screen and (max-width:767.9px){.gift .mat-input.mat-input_not-md{min-height:48px}}@media screen and (max-width:767.9px){.gift .modal-button{font-size:16px;min-height:40px;padding-top:12px;padding-bottom:12px}}.gift__form-title{margin-bottom:32px}@media screen and (max-width:1023.9px){.gift__form-title{font-size:28px}}@media screen and (max-width:767.9px){.gift__form-title{font-size:24px;margin-bottom:27px}}.gift__form-section{margin-bottom:80px}@media screen and (max-width:767.9px){.gift__form-section{margin-bottom:43px}}.gift__form-section .tabs-block{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-right:12px;position:relative}@media screen and (max-width:767.9px){.gift__form-section .tabs-block{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-right:0}}.gift__form-section .switcher_tabs{width:100%;margin-bottom:13px}.gift__form-section .custom-checkbox__value-text{font-size:14px}.gift__form-section .custom-checkbox__value-text a{text-decoration:underline}.gift__form-section .custom-checkbox__value-text a:hover{text-decoration:none}.gift__checkbox-col{margin-bottom:10px}.gift__checkbox-col .custom-checkbox.custom-checkbox_reverse{margin-bottom:0}.gift__field-after-text{display:block;margin-top:9px}@media screen and (min-width:768px){.gift__field-after-text{position:absolute;top:0;left:100%;width:55%;margin-left:22px}}@media screen and (max-width:767.9px){.gift__field-after-text{font-size:12px;line-height:1.4;padding-right:18px}}.gift__form-step{margin-bottom:12px}.gift__tabs-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767.9px){.gift__tabs-input{display:block}}.gift__tabs-input .mat-field{width:140px;margin-right:16px}@media screen and (max-width:767.9px){.gift__tabs-input .mat-field{width:100%;margin-right:0;margin-bottom:16px}}@media screen and (min-width:768px){.gift__tabs-input .mat-field span.error{position:absolute;top:100%;left:0;white-space:nowrap}}.gift__tabs-input .mat-input_not-md{text-align:center}.gift__field-col{margin-bottom:13px}.gift__button-row{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:8px}.gift__button-col{margin-top:20px}.asked-questions{position:relative;padding:80px 0;background-color:#fffaf7;color:#1a1a1a}@media screen and (max-width:1023.9px){.asked-questions{padding:50px 0 30px 0}}@media screen and (max-width:767.9px){.asked-questions{padding:43px 0 42px 0}}.asked-questions__title{margin-bottom:33px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;letter-spacing:-.02em}@media screen and (max-width:1023.9px){.asked-questions__title{font-size:28px}}@media screen and (max-width:767.9px){.asked-questions__title{font-size:24px;margin-bottom:12px}}.asked-questions__accordion{border-top:1px solid rgba(50,62,72,.1490196078);position:relative;padding:23px 0 24px 0}@media screen and (max-width:767.9px){.asked-questions__accordion{padding:16px 0 15px 0}}.asked-questions__accordion:first-child{border-top:0}.asked-questions__accordion[open] .asked-questions__accordion-top::after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.asked-questions__accordion[open] .asked-questions__accordion-bottom{display:block;opacity:1;color:#1a1a1a}.asked-questions__accordion-top{display:block;position:relative;cursor:pointer;padding-right:300px}@media screen and (max-width:1279.9px){.asked-questions__accordion-top{padding-right:120px}}@media screen and (max-width:767.9px){.asked-questions__accordion-top{padding-right:20px}}.asked-questions__accordion-top::marker{display:none}.asked-questions__accordion-top::after{content:"";width:24px;height:24px;position:absolute;top:50%;right:0;margin-top:-12px;margin-right:0;background-image:url(../img/icons/chevron-right.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}@media screen and (max-width:767.9px){.asked-questions__accordion-top::after{top:0;margin-top:0}}.asked-questions__accordion-bottom{display:none;padding:16px 300px 1px 0;opacity:0;color:transparent}@media screen and (max-width:1279.9px){.asked-questions__accordion-bottom{padding-right:120px}}@media screen and (max-width:767.9px){.asked-questions__accordion-bottom{padding-right:0}}@media screen and (max-width:767.9px){.gift-tabs.orders-filter__tabs{margin-bottom:8px}}.gift-tabs .orders-filter__tab{font-weight:400;font-size:16px;line-height:150%;padding:9px 16px 9px 17px;border-radius:25px}@media screen and (max-width:767.9px){.gift-tabs .orders-filter__tab{padding:5px 16px;border-radius:25px;font-size:14px;line-height:150%}}.certificates-tabs__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}@media screen and (max-width:767.9px){.certificates-tabs__row{margin-left:-4px;margin-right:-4px}}.certificates-tabs__col{width:100%;position:relative;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;min-height:1px;padding:0 8px}@media screen and (max-width:1023.9px){.certificates-tabs__col{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}@media screen and (max-width:767.9px){.certificates-tabs__col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 4px}}@media screen and (min-width:375px){.certificates-tabs__col:nth-child(1) .certificates-tabs__label,.certificates-tabs__col:nth-child(2) .certificates-tabs__label{margin-top:0}}@media screen and (min-width:768px){.certificates-tabs__col:nth-child(1) .certificates-tabs__label,.certificates-tabs__col:nth-child(2) .certificates-tabs__label,.certificates-tabs__col:nth-child(3) .certificates-tabs__label{margin-top:0}}@media screen and (min-width:1024px){.certificates-tabs__col:nth-child(1) .certificates-tabs__label,.certificates-tabs__col:nth-child(2) .certificates-tabs__label,.certificates-tabs__col:nth-child(3) .certificates-tabs__label,.certificates-tabs__col:nth-child(4) .certificates-tabs__label{margin-top:0}}.certificates-tabs__label{display:block;cursor:pointer;margin:24px 0 0}@media screen and (max-width:767.9px){.certificates-tabs__label{margin-top:7px}}.certificates-tabs__tab{display:block;border:1px solid transparent;padding:7px;border-radius:22px;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out}@media screen and (max-width:767.9px){.certificates-tabs__tab{padding:4px}}@media screen and (max-width:767.9px){.certificates-tabs__tab{border-radius:10px}}.certificates-tabs__image-sizer{display:block;position:relative;width:100%;padding-bottom:51%;background-color:#f1f1f2;border-radius:16px;overflow:hidden}@media screen and (max-width:767.9px){.certificates-tabs__image-sizer{border-radius:8px}}.certificates-tabs__image-sizer img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.certificates-tabs__radio:checked+.certificates-tabs__tab{border-color:#323e48}.shops{padding-bottom:4rem}@media screen and (max-width:991.9px){.shops{padding-bottom:2rem}}.shops__head-title{text-align:left;margin-bottom:4rem}@media screen and (max-width:991.9px){.shops__head-title{margin-top:1.6rem;margin-bottom:2.4rem}}.shops__list{list-style:none;margin-bottom:4rem}@media screen and (max-width:991.9px){.shops__list{margin-bottom:2.4rem}}.shops__item:not(:last-child){margin-bottom:2rem}@media screen and (max-width:991.9px){.shops__item:not(:last-child){margin-bottom:1.6rem}}.shops .show-more{max-width:15.6rem;margin:0 auto}@media screen and (max-width:991.9px){.shops .show-more{max-width:none}}.shops-item__inner{padding-bottom:1.2rem;border-bottom:1px solid rgba(50,62,72,.1490196078);-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}@media screen and (min-width:992px){.shops-item__inner{display:-ms-grid;display:grid;-ms-grid-columns:1fr .8rem 1fr .8rem 1fr .8rem 13.4rem;grid-template-columns:repeat(3,1fr) 13.4rem;grid-auto-rows:-webkit-min-content auto;grid-auto-rows:min-content auto;-ms-grid-rows:auto .8rem auto;grid-template-areas:"header transports parking contacts rating" "map transports parking contacts rating";gap:.8rem}}@media screen and (min-width:992px){.shops-item__inner.is-init{border-color:rgba(50,62,72,0)}}.shops-item:last-child .shops-item__inner{border-bottom:none}.shops-item__labels{padding-left:3.6rem;margin-bottom:.6rem}.shops-item__header{grid-area:header}@media screen and (max-width:991.9px){.shops-item__header{position:relative}.shops-item__header::after{content:"";position:absolute;top:0;right:0;width:1.8rem;height:1.8rem;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.66663L8 10.6666L12 6.66663' stroke='%23323E48' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.shops-item__header._show::after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}}.shops-item__top{display:-webkit-box;display:-ms-flexbox;display:flex}.shops-item__transports{grid-area:transports}.shops-item__transports .icon-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.8rem}@media screen and (max-width:991.9px){.shops-item__transports .icon-contact{margin-bottom:.4rem}}.shops-item__transports .icon-contact:last-child{margin-bottom:0}.shops-item__parking{grid-area:parking}.shops-item__parking .icon-contact{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.8rem;max-width:90%;position:relative}.shops-item__parking .icon-contact:last-child{margin-bottom:0}.shops-item__parking .icon-contact__icon-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400;font-size:1.4;line-height:1.55;letter-spacing:-.02em;margin-right:0}.shops-item__parking .icon-contact__name{margin-right:.8rem}.shops-item__parking .icon-contact__name-grey{margin-left:.4rem;margin-right:0}.shops-item__parking .informer{height:-webkit-max-content;height:-moz-max-content;height:max-content;margin-top:2px}.shops-item__parking .informer__trigger{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;border-radius:50%;border:none;padding:0;background-color:rgba(255,255,255,0)}.shops-item__parking .informer__trigger:focus{color:maroon}.shops-item__parking .informer__trigger:focus+.informer__message{-webkit-transform:translateY(calc(100% + .8rem));-ms-transform:translateY(calc(100% + .8rem));transform:translateY(calc(100% + .8rem));opacity:1;pointer-events:all;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.shops-item__parking .informer__message{position:absolute;bottom:0;right:0;width:34.4rem;padding:1.2rem 1.6rem;border-radius:.8rem;border:1.3px solid rgba(50,62,72,.1490196078);background-color:#fff;font-weight:400;font-size:1.4rem;line-height:1.55;letter-spacing:-.02em;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;pointer-events:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;z-index:1;max-height:250px;overflow-x:auto;scrollbar-width:thin}.shops-item__parking .informer__message ul{list-style-type:disc;color:#000;padding-left:2rem;margin:1rem 0}.shops-item__parking .informer__message ul li{color:#000;margin-bottom:.5rem}.shops-item__parking .informer__message ul li::marker{color:#000}@media screen and (max-width:1023.9px){.shops-item__parking .informer__message{width:25rem;left:0;-webkit-transform:translate(0,110%)!important;-ms-transform:translate(0,110%)!important;transform:translate(0,110%)!important}}.shops-item__contacts{grid-area:contacts;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.shops-item__contacts .icon-contact{margin-bottom:.8rem}@media screen and (max-width:991.9px){.shops-item__contacts .icon-contact{margin-bottom:.4rem}}.shops-item__contacts .icon-contact:last-child{margin-bottom:0}.shops-item__contacts .icon-contact__name{font-weight:400;font-size:1.4rem;line-height:1.55;letter-spacing:-.02em;margin-right:0}.shops-item__rating{grid-area:rating;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:991.9px){.shops-item__rating{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.shops-item__rating-star-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:.8rem}@media screen and (max-width:991.9px){.shops-item__rating-star-wrap{margin-bottom:.4rem}}@media screen and (max-width:991.9px){.shops-item__rating-star-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.shops-item__rating-star-count{font-weight:400;font-size:1.4rem;line-height:1.55;letter-spacing:-.02em;margin-right:0;margin-left:.4rem}.shops-item__rating-trigger{position:relative;font-weight:400;font-size:1.4rem;line-height:1.55;letter-spacing:-.02em;background-color:rgba(255,255,255,0);border:none;padding:0 2.2rem 0 0;cursor:pointer}.shops-item__rating-trigger::after{content:"";position:absolute;top:50%;right:0;width:1.6rem;height:1.6rem;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.66663L8 10.6666L12 6.66663' stroke='%23323E48' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.is-init .shops-item__rating-trigger::after{-webkit-transform:translateY(-50%) rotate(-180deg);-ms-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg)}.shops-item__rating .rating-stars{gap:.4rem}.shops-item__rating .rating-stars__item>.rating-stars__icon{height:1.4rem;width:1.4rem}.shops-item__map{grid-area:map;padding-left:3.6rem}@media screen and (min-width:992px){.shops-item__header{-ms-grid-row:1;-ms-grid-column:1}.shops-item__transports{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:3}.shops-item__parking{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:5}.shops-item__contacts{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:7}.shops-item__rating{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:9}.shops-item__map{-ms-grid-row:3;-ms-grid-column:1}}@media screen and (max-width:991.9px){.shops-item__map{padding-top:.4rem;padding-left:0}}.shops-item__icon{display:block;height:3rem;width:2.4rem;-o-object-fit:contain;object-fit:contain;margin-right:1.2rem}.shops-item__title{font-weight:600;font-size:1.6rem;line-height:1.55;letter-spacing:-.01em;margin-bottom:.8rem}@media screen and (max-width:991.9px){.shops-item__title{margin-bottom:.4rem}}.shops-item__address{font-weight:400;font-size:1.4rem;line-height:155%;font-style:normal;letter-spacing:-.02em}@media screen and (min-width:992px){.shops-item__detail{display:contents}}@media screen and (max-width:991.9px){.shops-item__detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:3.6rem;gap:1.6rem;height:0;overflow:hidden}._show+.shops-item__detail{height:auto}.shops-item__detail._show{overflow:visible}}.shops-item__link-map{font-weight:400;font-size:1.4rem;line-height:1.55;letter-spacing:-.02em;color:maroon;text-decoration:underline}.shops-item__content{width:100%;height:0;border-radius:.8rem;overflow:hidden}@media screen and (min-width:992px){.shops-item__content{grid-column:1/-1}}@media screen and (max-width:991.9px){.shops-item__content{margin-left:-3.6rem;width:auto}.shops-item__content iframe .sc-gmgFlS{display:none}}.shops-item>.is-init .shops-item__content{height:auto}.shops-item>.is-init .shops-item__container::after{-webkit-animation:skeleton-move 1.5s ease-in-out 0s 10 forwards;animation:skeleton-move 1.5s ease-in-out 0s 10 forwards}.shops-item__container{position:relative;width:100%;min-height:47.8rem;border-radius:.8rem;background-color:#f5f5f7;z-index:1;margin:.4rem 0 .8rem}@media screen and (max-width:991.9px){.shops-item__container{margin:.8rem 0 .4rem}}.shops-item__container::after{content:"";position:absolute;top:0;left:0;width:200%;height:200%;background-image:linear-gradient(120deg,rgba(255,255,255,0),rgba(255,255,255,0) 50%,rgba(255,255,255,.5333333333) 52%,rgba(255,255,255,0) 54%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);-webkit-transform:translate(-55%,-50%);-ms-transform:translate(-55%,-50%);transform:translate(-55%,-50%);z-index:-1}@-webkit-keyframes skeleton-move{0%{-webkit-transform:translate(-55%,-50%);transform:translate(-55%,-50%)}100%{-webkit-transform:translate(5%,-50%);transform:translate(5%,-50%)}}@keyframes skeleton-move{0%{-webkit-transform:translate(-55%,-50%);transform:translate(-55%,-50%)}100%{-webkit-transform:translate(5%,-50%);transform:translate(5%,-50%)}}.shops-filter__row{padding-bottom:3.2rem}@media screen and (max-width:991.9px){.shops-filter__row{padding-bottom:2rem}}.shops-filter__item{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.shops-filter__item:not(:last-child){padding-right:.8rem}.shops-filter__btn{padding:.8rem 1.6rem;border:0;font-size:1.4rem;letter-spacing:-.02em;border-radius:.8rem;background-color:#f0f1f2;color:#1a1a1a;text-decoration:none;text-align:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:155%;letter-spacing:-.01em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.2s ease;transition:.2s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:991.9px){.shops-filter__btn{padding:.8rem;font-size:1.4rem;letter-spacing:-.015em}}.is-active .shops-filter__btn{background-color:#323e48;color:#fff;-webkit-transition:.1s ease;transition:.1s ease;pointer-events:none}@media screen and (min-width:992px){.shops-filter__item:not(.is-active)>.shops-filter__btn:hover{background-color:rgba(50,62,72,.1490196078)}}.shops-labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shops-labels>:not(:last-child){margin-right:.8rem}.shops-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.2rem .4rem;border-radius:.4rem;height:2rem;font-weight:600;font-size:1.2rem;line-height:1.25;font-family:Noto-Sans-Display-Condensed,sans-serif,arial;letter-spacing:-.02em;text-transform:uppercase}.shops-label--theme--main{color:#fff;background-color:maroon}.shops-label--theme--light{color:#323e48;background-color:rgba(50,62,72,.0705882353)}.shops-features-list.features{border-top:1px solid rgba(50,62,72,.1490196078)}@media screen and (max-width:575.9px){.shops-features-list.features{padding-bottom:4rem}}.shops-features-list .features__list{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2.4rem;margin:0}@media screen and (max-width:1279.9px){.shops-features-list .features__list{-ms-flex-wrap:wrap;flex-wrap:wrap}}.shops-features-list .features__item{width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:1279.9px){.shops-features-list .features__item{max-width:calc(50% - 1.2rem)}}@media screen and (max-width:575.9px){.shops-features-list .features__item{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:none}}.holiday-schedule-banner{background-color:#f5efec;position:relative;border-radius:12px;padding:1.6rem 2.4rem;margin-bottom:2.6rem}@media screen and (max-width:991.9px){.holiday-schedule-banner{padding:1.6rem 1.6rem 1.6rem 1.6rem;margin-bottom:2.1rem}}.holiday-schedule-banner__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.1rem}@media screen and (max-width:767.9px){.holiday-schedule-banner__content{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.7rem 1.2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.holiday-schedule-banner__icon{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2.4rem;height:2.4rem}@media screen and (max-width:991.9px){.holiday-schedule-banner__icon{width:2rem;height:2rem;margin-top:2px}}.holiday-schedule-banner__icon-svg{width:100%;height:100%}.holiday-schedule-banner__text{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#1a1a1a;margin:0;padding:0}@media screen and (max-width:991.9px){.holiday-schedule-banner__text{font-size:1.4rem}}@media screen and (max-width:767.9px){.holiday-schedule-banner__text{font-size:1.4rem;-webkit-box-flex:0;-ms-flex:0 1 calc(100% - 3.2rem);flex:0 1 calc(100% - 3.2rem)}}.holiday-schedule-banner__button{-ms-flex-negative:0;flex-shrink:0;white-space:nowrap}@media screen and (min-width:1024px){.holiday-schedule-banner__button{min-width:216px}}@media screen and (max-width:767.9px){.holiday-schedule-banner__button{width:100%}.holiday-schedule-banner__button.dark-button,.order-complete__button input.holiday-schedule-banner__button[type=submit]{min-height:44px}}.holiday-schedule__intro{margin-bottom:18px}@media screen and (max-width:991.9px){.holiday-schedule__intro{margin-bottom:16px}}@media screen and (max-width:767.9px){.holiday-schedule__intro{font-size:14px;line-height:155%;letter-spacing:-.02em;margin-bottom:26px}}.holiday-schedule__intro p{margin:0}.holiday-schedule__intro p:not(:last-child){margin-bottom:0}.holiday-schedule__hotline{background-color:#f5efec;border-radius:12px;padding:16px 17px;margin-bottom:18px}@media screen and (max-width:767.9px){.holiday-schedule__hotline{padding:14px 12px 11px 12px;margin-bottom:16px}}.holiday-schedule__hotline-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.2rem}.holiday-schedule__hotline-icon{-ms-flex-negative:0;flex-shrink:0;margin-top:.2rem;width:28px;min-width:28px;height:28px}@media screen and (max-width:767.9px){.holiday-schedule__hotline-icon{width:20px;min-width:20px;height:20px}}.holiday-schedule__hotline-text{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#1a1a1a;font-weight:500;font-size:24px;line-height:160%;letter-spacing:-.02em}.holiday-schedule__hotline-text a{text-decoration:underline}.holiday-schedule__hotline-text p{margin:0}.holiday-schedule__hotline-text p:not(:last-child){margin-bottom:.8rem}.holiday-schedule__hotline-text p strong{font-weight:600;letter-spacing:-.01em}@media screen and (max-width:767.9px){.holiday-schedule__hotline-text{font-weight:500;font-size:16px;line-height:160%;letter-spacing:-.02em}}.holiday-schedule-filter.shops-filter{margin-top:39px;margin-bottom:0}@media screen and (max-width:767.9px){.holiday-schedule-filter.shops-filter{margin-top:25px;margin-left:-16px;margin-right:-16px;padding:0 16px;overflow:hidden}.holiday-schedule-filter.shops-filter .shops-filter__row{overflow:visible}}.holiday-schedule-filter.shops-filter .shops-filter__row{padding-bottom:25px}@media screen and (max-width:767.9px){.holiday-schedule-filter.shops-filter .shops-filter__row{padding-bottom:14px}}.holiday-schedule-filter.shops-filter .shops-filter__btn{letter-spacing:-.015em}.holiday-schedule-filter .shops-filter__btn{padding:.8rem .8rem}.holiday-schedule-table{margin-top:0;margin-bottom:4rem}@media screen and (max-width:991.9px){.holiday-schedule-table{margin-top:0;margin-bottom:2.4rem}}@media screen and (max-width:767.9px){.holiday-schedule-table{margin-left:-16px;margin-right:-16px}}.holiday-schedule-table .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab;border:1px solid #f1f1f2;border-radius:.8rem}@media screen and (max-width:767.9px){.holiday-schedule-table .table-wrapper{border-radius:0;border:0}}.holiday-schedule-table .table-wrapper::-webkit-scrollbar{height:4px}.holiday-schedule-table .table-wrapper::-webkit-scrollbar-thumb{background-color:#323e48;border-radius:2px}.holiday-schedule-table .table-wrapper::-webkit-scrollbar-track{background-color:rgba(50,62,72,.0705882353);border-radius:2px}.holiday-schedule-table .is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.holiday-schedule-table__header{display:-ms-grid;display:grid;-ms-grid-columns:minmax(150px,1fr) minmax(250px,1.57fr) minmax(180px,.77fr) minmax(180px,.77fr);grid-template-columns:minmax(150px,1fr) minmax(250px,1.57fr) minmax(180px,.77fr) minmax(180px,.77fr);gap:0;border-bottom:1px solid rgba(50,62,72,.1490196078);background-color:#f5efec;padding:0}@media screen and (max-width:1023.9px){.holiday-schedule-table__header{-ms-grid-columns:minmax(120px,1fr) minmax(200px,1.57fr) minmax(140px,.77fr) minmax(140px,.77fr);grid-template-columns:minmax(120px,1fr) minmax(200px,1.57fr) minmax(140px,.77fr) minmax(140px,.77fr);padding-bottom:1rem}}@media screen and (max-width:767.9px){.holiday-schedule-table__header{display:none}}.holiday-schedule-table__header .holiday-schedule-table__cell{border-right:1px solid #fff}.holiday-schedule-table__header .holiday-schedule-table__cell:last-child{border-right:none}.holiday-schedule-table__header .holiday-schedule-table__cell--col-4{background-color:transparent}.holiday-schedule-table__row{display:-ms-grid;display:grid;-ms-grid-columns:minmax(150px,1fr) minmax(250px,1.57fr) minmax(180px,.77fr) minmax(180px,.77fr);grid-template-columns:minmax(150px,1fr) minmax(250px,1.57fr) minmax(180px,.77fr) minmax(180px,.77fr);gap:0;padding:0;border-bottom:1px solid rgba(50,62,72,.1490196078);margin:0}@media screen and (max-width:1023.9px){.holiday-schedule-table__row{-ms-grid-columns:minmax(120px,1fr) minmax(200px,1.57fr) minmax(140px,.77fr) minmax(140px,.77fr);grid-template-columns:minmax(120px,1fr) minmax(200px,1.57fr) minmax(140px,.77fr) minmax(140px,.77fr)}}@media screen and (max-width:767.9px){.holiday-schedule-table__row{-ms-grid-columns:minmax(150px,.99fr) minmax(70px,.5fr) minmax(90px,.6fr);grid-template-columns:minmax(150px,.99fr) minmax(70px,.5fr) minmax(90px,.6fr);-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.holiday-schedule-table__row:last-child{border-bottom:0}@media screen and (max-width:767.9px){.holiday-schedule-table__row:last-child{border-bottom:1px solid rgba(50,62,72,.1490196078)}}.holiday-schedule-table__cell{text-align:left;color:#1a1a1a;padding-left:20px;padding-right:16px;padding-top:9px;padding-bottom:8px;border-right:1px solid #f1f1f2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1023.9px){.holiday-schedule-table__cell{padding-left:12px;padding-right:12px}}.holiday-schedule-table__cell:last-child{border-right:none}@media screen and (max-width:767.9px){.holiday-schedule-table__cell--col-2{border-right:none;padding-left:16px;padding-right:5px;margin:0}.holiday-schedule-table__cell--col-3{border-right:none;padding-left:5px;padding-right:5px;margin:0}.holiday-schedule-table__cell--col-4{border-right:none;padding-left:5px;padding-right:16px;margin:0}}.holiday-schedule-table__cell--header{color:#1a1a1a;font-weight:400;font-size:16px;line-height:160%;letter-spacing:-.02em;white-space:normal;padding-top:6px;padding-bottom:6px;padding-left:16px}@media screen and (max-width:991.9px){.holiday-schedule-table__cell--header{font-size:1.4rem}}.holiday-schedule-table__cell--col-2{white-space:normal}.holiday-schedule-table__cell--col-4{background-color:#fff8f6}@media screen and (max-width:767.9px){.holiday-schedule-table__cell--col-4{background-color:transparent}}@media screen and (max-width:767.9px){.holiday-schedule-table__cell--col-1{display:none}}.holiday-schedule-table__cell-city{display:none;font-weight:400;margin-bottom:.4rem;line-height:155%;letter-spacing:-.01em;margin:0;color:#1a1a1a}@media screen and (max-width:767.9px){.holiday-schedule-table__cell-city{display:block;margin-bottom:1px;font-size:14px;margin:0}}.holiday-schedule-table__cell-label{display:none;margin:0}@media screen and (max-width:767.9px){.holiday-schedule-table__cell-label{display:block;margin-bottom:2px}}.holiday-schedule-table__cell-name{font-weight:600;margin-bottom:.4rem;line-height:155%;letter-spacing:-.01em;margin:0}@media screen and (max-width:991.9px){.holiday-schedule-table__cell-name{margin-bottom:.2rem}}@media screen and (max-width:767.9px){.holiday-schedule-table__cell-name{font-size:14px;letter-spacing:-.02em;margin:0 0 1px}}.holiday-schedule-table__cell-address{color:rgba(26,26,26,.5019607843);margin:1px 0 0}@media screen and (max-width:767.9px){.holiday-schedule-table__cell-address{font-weight:400;font-size:11px;line-height:140%;letter-spacing:-.02em;margin:0}}@media screen and (max-width:767.9px){.holiday-schedule-table__cell-time{font-size:14px}}.more-than-store.ideas-for-home{background-color:#fff;padding-top:0;padding-bottom:8.8rem}@media screen and (max-width:991.9px){.more-than-store.ideas-for-home{padding-top:2rem;padding-bottom:4rem}}.more-than-store .title-row{margin-bottom:1.6rem}.more-than-store .subtitle{max-width:87.2rem;margin-bottom:4rem}@media screen and (max-width:991.9px){.more-than-store .subtitle{font-size:1.4rem;margin-bottom:2.4rem}}.sections-alternation{padding-bottom:4rem;overflow:hidden}@media screen and (max-width:991.9px){.sections-alternation{padding-bottom:2rem}}.sections-alternation__block{padding:4rem 0;width:100%}@media screen and (min-width:834px){.sections-alternation__block{overflow:hidden;display:-ms-grid;display:grid}.sections-alternation__block:nth-child(odd){-ms-grid-columns:min(53.6rem,50%) minmax(50%,1fr);grid-template-columns:min(53.6rem,50%) minmax(50%,1fr)}.sections-alternation__block:nth-child(even){-ms-grid-columns:minmax(50%,1fr) min(53.6rem,50%);grid-template-columns:minmax(50%,1fr) min(53.6rem,50%)}}@media screen and (max-width:833.9px){.sections-alternation__block{padding:2rem 0}}@media screen and (min-width:834px){.sections-alternation__block:nth-child(even) .sections-alternation__content{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.sections-alternation__block:nth-child(odd) .sections-alternation__content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.sections-alternation picture{display:block}@media screen and (max-width:833.9px){.sections-alternation picture{margin-right:-3rem;margin-left:-3rem}}@media screen and (max-width:767.9px){.sections-alternation picture{margin-right:-1.6rem;margin-left:-1.6rem}}.sections-alternation__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1}@media screen and (max-width:833.9px){.sections-alternation__img{aspect-ratio:3.75/2.75}}.sections-alternation__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-grid-column-align:center;justify-self:center;width:100%;padding:0 2.4rem;max-width:min(100%,62.4rem)}@media screen and (max-width:833.9px){.sections-alternation__content{padding:2.4rem 0 0}}.sections-alternation__tetle{font-weight:600;font-size:4rem;line-height:1.2;letter-spacing:-.01em;margin-bottom:1.6rem;max-width:50rem;text-wrap:balance;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:991.9px){.sections-alternation__tetle{font-size:2.4rem;line-height:1.25;letter-spacing:-.02em}}.sections-alternation__text{font-weight:400;font-size:1.6rem;line-height:1.6;letter-spacing:-.02em}@media screen and (max-width:833.9px){.sections-alternation__text{font-size:1.4rem}}.sections-alternation__button-wrap{margin-top:16px}@media screen and (max-width:767.9px){.sections-alternation_for-customers{margin-top:23px}}@media screen and (min-width:1280px){.sections-alternation_for-customers .sections-alternation__content{padding:0}}.loyalty-program-head__title{text-align:center;margin:0 0 40px}@media screen and (max-width:767.9px){.loyalty-program-head__title{margin:16px 0 24px;letter-spacing:-.02em}}.loyalty-program__container{width:648px;margin:0 auto}@media screen and (max-width:1279.9px){.loyalty-program__container{width:648px;max-width:100%}}@media screen and (max-width:575.9px){.loyalty-program__container{padding-left:0;padding-right:0;width:100%}}.loyalty-program__info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.loyalty-program__info>:not(:last-child){margin-right:24px}@media screen and (max-width:575.9px){.loyalty-program__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.loyalty-program__info>:not(:last-child){margin-right:0;margin-bottom:24px}}.loyalty-program__benefit{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:312px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:767.9px){.loyalty-program__benefit{min-width:200px}}@media screen and (max-width:575.9px){.loyalty-program__benefit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start}}.loyalty-program__icon{width:48px;height:48px;border-radius:50%;background-color:rgba(50,62,72,.0705882353);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:20px}@media screen and (max-width:575.9px){.loyalty-program__icon{width:32px;height:32px;margin-right:10px}.loyalty-program__icon svg{width:22px;height:22px}}.loyalty-program__text{letter-spacing:-.02em}.loyalty-program__text-title{margin-bottom:4px;font-weight:600;font-size:24px;line-height:125%;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}.loyalty-program__text-subtitle{line-height:160%}.loyalty-program__description{line-height:160%;letter-spacing:-.02em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:40px 0}.loyalty-program__description>:not(:last-child){margin-bottom:24px}@media screen and (max-width:575.9px){.loyalty-program__description{margin:24px 0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.loyalty-program__description br{display:none}}.loyalty-program__note,.loyalty-program__paragraph{text-align:center}@media screen and (max-width:575.9px){.loyalty-program__note,.loyalty-program__paragraph{text-align:start}}.loyalty-program__highlight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#d6b793;color:#fff;width:200px;height:38px;border-radius:999px;padding:9px}.loyalty-program__highlight .loyalty-program__badge-icon{display:inline-block;width:20px;height:20px;margin-right:6px}.loyalty-program__highlight .loyalty-program__badge{font-family:Noto-Sans-Display-Condensed,sans-serif,arial;letter-spacing:-.02em;font-weight:600;font-size:24px;line-height:125%}.loyalty-program__note{color:rgba(26,26,26,.5019607843)}.cookie-informer{--offset:24px;position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:var(--offset);left:50%;-webkit-transform:translateX(-50%) translateY(calc(100% + 24px));-ms-transform:translateX(-50%) translateY(calc(100% + 24px));transform:translateX(-50%) translateY(calc(100% + 24px));pointer-events:none;z-index:0;opacity:0;-webkit-transition:.3s;transition:.3s;-webkit-transition-property:opacity,z-index,-webkit-transform;transition-property:opacity,z-index,-webkit-transform;transition-property:transform,opacity,z-index;transition-property:transform,opacity,z-index,-webkit-transform;width:1086px;max-width:calc(100% - 2 * var(--offset))}@media screen and (max-width:767.9px){.cookie-informer{width:600px}}@media screen and (max-width:767.9px){.cookie-informer{--offset:16px}}.cookie-informer._active{opacity:1;-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0);pointer-events:auto;z-index:1100}.cookie-informer._active .cookie-informer__inner{pointer-events:auto}.cookie-informer__inner{pointer-events:none;background-color:#fff;padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;-webkit-box-shadow:4px 8px 12px 0 rgba(50,62,72,.1490196078);box-shadow:4px 8px 12px 0 rgba(50,62,72,.1490196078);background:#fff;border:1px solid rgba(50,62,72,.1490196078);border-radius:8px}@media screen and (max-width:767.9px){.cookie-informer__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:767.9px){.cookie-informer__inner{padding:12px;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.cookie-informer__text{margin-bottom:0;font-weight:400;font-size:16px;line-height:160%;letter-spacing:-.02em;color:#323e48}@media screen and (max-width:767.9px){.cookie-informer__text{font-size:14px}}.cookie-informer__text a{text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}@media (hover:hover){.cookie-informer__text a:hover:not(:disabled){text-decoration:none}}.cookie-informer__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:8px;width:100%}@media screen and (max-width:575.9px){.cookie-informer__group{gap:4px}}.cookie-informer__group button{white-space:nowrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:1279.9px){.cookie-informer__group .dark-button,.cookie-informer__group .order-complete__button input[type=submit],.order-complete__button .cookie-informer__group input[type=submit]{min-height:40px}}@media screen and (max-width:1023.9px){.cookie-informer__group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.modal-cookie-settings{background-color:#fff;border-radius:8px;max-width:600px}@media screen and (max-width:575.9px){.modal-cookie-settings{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.modal-cookie-settings__content{padding:24px}@media screen and (max-width:575.9px){.modal-cookie-settings__content{padding-inline:16px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.modal-cookie-settings__title{font-weight:600;font-size:24px;line-height:125%;letter-spacing:-.02em;margin-bottom:24px;font-stretch:condensed}.modal-cookie-settings__desc,.modal-cookie-settings__link{font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em}@media screen and (min-width:576px){.modal-cookie-settings__desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.modal-cookie-settings__link{text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}@media (hover:hover){.modal-cookie-settings__link:hover:not(:disabled){text-decoration:none}}.modal-cookie-settings__bottom{padding:24px;display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(272px,1fr));gap:8px;-webkit-box-shadow:4px 0 12px 0 rgba(50,62,72,.1490196078);box-shadow:4px 0 12px 0 rgba(50,62,72,.1490196078);background:#fff;position:sticky;bottom:0}@media screen and (max-width:575.9px){.modal-cookie-settings__bottom{gap:8px}}.modal-cookie-settings__params{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;padding-top:16px}.modal-cookie-settings__param{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;border-bottom:1px solid rgba(50,62,72,.1490196078);padding-bottom:8px}.modal-cookie-settings__param-top{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-cookie-settings__param-trigger{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-weight:600;font-size:16px;line-height:155%;letter-spacing:-.01em;padding-right:50px}.modal-cookie-settings__param-trigger._active .modal-cookie-settings__icon::after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.modal-cookie-settings__param-content{color:rgba(26,26,26,.5019607843)}.modal-cookie-settings__param-content p{font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em}.modal-cookie-settings__param-content :last-child{padding-bottom:16px}.modal-cookie-settings__param-switch{position:absolute;top:0;right:0}.modal-cookie-settings__icon{position:relative;width:24px;aspect-ratio:1/1;-ms-flex-negative:0;flex-shrink:0;display:block}.modal-cookie-settings__icon::after,.modal-cookie-settings__icon::before{content:"";border-radius:2px;position:absolute;translate:-50% -50%}.modal-cookie-settings__icon::before{top:50%;left:50%;width:14px;border-top:2px solid rgba(26,26,26,.5019607843)}.modal-cookie-settings__icon::after{top:50%;left:50%;width:2px;height:14px;background-color:rgba(26,26,26,.5019607843);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}@media screen and (max-width:767.9px){.modal-cookie-settings .dark-button,.modal-cookie-settings .order-complete__button input[type=submit],.order-complete__button .modal-cookie-settings input[type=submit]{min-height:40px}}.cookie-informer-mini{--offset:24px;position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:var(--offset);left:var(--offset);-webkit-transform:translateY(calc(100% + 24px));-ms-transform:translateY(calc(100% + 24px));transform:translateY(calc(100% + 24px));pointer-events:none;z-index:0;opacity:0;-webkit-transition:.3s;transition:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;width:100%;max-width:148px}@media screen and (max-width:767.9px){.cookie-informer-mini{--offset:16px}}.cookie-informer-mini._active{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);pointer-events:auto;z-index:1100}.cookie-informer-mini._active .cookie-informer-mini__inner{pointer-events:auto}.cookie-informer-mini__inner{pointer-events:none;background-color:#fff;padding:10px;display:block;-webkit-box-shadow:4px 8px 12px 0 rgba(50,62,72,.1490196078);box-shadow:4px 8px 12px 0 rgba(50,62,72,.1490196078);background:rgba(50,62,72,.92);border:1px solid rgba(50,62,72,.1490196078);border-radius:8px;-webkit-box-shadow:0 8px 12px 0 rgba(50,62,72,.15);box-shadow:0 8px 12px 0 rgba(50,62,72,.15);color:#fff}.cookie-informer-mini__text-wrap{position:relative;padding-right:20px}.cookie-informer-mini__text{margin-bottom:0;font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em;color:#fff}.cookie-informer-mini__text a{text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}@media (hover:hover){.cookie-informer-mini__text a:hover:not(:disabled){text-decoration:none}}.cookie-informer-mini__group{position:relative;margin-top:12px;width:100%}.cookie-informer-mini__group button.light-button.cookie-informer-mini__button{font-size:14px;line-height:1;padding:9px 14px;background-color:#fff;width:100%}@media (hover:hover){.cookie-informer-mini__group button.light-button.cookie-informer-mini__button:hover:not(:disabled){background-color:#f2f2f2}}.cookie-informer-mini__info{position:absolute;top:0;right:0}.cookie-informer-mini__info svg{display:block;width:18px;height:18px}.opt__list{padding-left:20px;margin-bottom:16px}.plug{background-color:#f5efec}.plug__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:6.4rem 0 4rem;min-height:100dvh}@media screen and (max-width:1023.9px){.plug__inner{padding:2.4rem 0}}.plug__main{padding-bottom:6rem}.plug__container{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:6.4rem;width:100%;max-width:182rem;overflow:hidden}@media screen and (max-width:767.9px){.plug__container{-ms-grid-columns:100%;grid-template-columns:100%}}.plug__logo{display:block;margin-bottom:9.6rem}@media screen and (max-width:1379.9px){.plug__logo{margin-bottom:7.2rem}}@media screen and (max-width:1023.9px){.plug__logo{margin-bottom:5.6rem}}.plug__logo .icon{display:block;width:22.5rem;height:2.7rem}@media screen and (max-width:1379.9px){.plug__logo .icon{width:20rem;height:2.4rem}}@media screen and (max-width:1023.9px){.plug__logo .icon{width:15rem;height:1.8rem}}.plug__title{font-weight:600;font-size:6.4rem;line-height:1.2;letter-spacing:-.02em;margin:0 0 2.4rem;color:#323e48;max-width:75rem}@media screen and (max-width:1379.9px){.plug__title{font-size:4.8rem;margin-bottom:2rem}}@media screen and (max-width:1023.9px){.plug__title{font-size:3.8rem;line-height:1.1;letter-spacing:-.01em;margin-bottom:1.6rem}}.plug__text{font-weight:500;font-size:3.2rem;line-height:1.4;letter-spacing:-.02em;color:#323e48;max-width:70rem;margin:0 0 4rem}@media screen and (max-width:1379.9px){.plug__text{font-size:2.4rem;margin-bottom:3.2rem}}@media screen and (max-width:1023.9px){.plug__text{font-size:1.6rem;margin-bottom:2rem}}.plug__footer{padding-top:4rem;margin-top:auto;border-top:1px solid rgba(50,62,72,.2196078431)}@media screen and (max-width:1379.9px){.plug__footer{padding-top:3.2rem}}@media screen and (max-width:1023.9px){.plug__footer{padding-top:2.4rem}}.plug__footer-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr -webkit-max-content;-ms-grid-columns:1fr max-content;grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;max-width:70rem;gap:2.4rem}@media screen and (max-width:1379.9px){.plug__footer-content{-ms-grid-columns:100%;grid-template-columns:100%;gap:2rem}}.plug__contacts-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.4rem}@media screen and (max-width:1023.9px){.plug__contacts-item{gap:0}}.plug__contacts-item:not(:last-child){margin-bottom:2rem}@media screen and (max-width:1023.9px){.plug__contacts-item:not(:last-child){margin-bottom:1.2rem}}.plug__contacts-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.2rem;font-weight:600;font-size:2.4rem;line-height:1.4;letter-spacing:-.02em;color:#323e48}@media screen and (max-width:1379.9px){.plug__contacts-link{font-size:2rem}}@media screen and (max-width:1023.9px){.plug__contacts-link{font-size:1.6rem;gap:1rem}}.plug__contacts-link .icon{width:2.4rem;height:2.4rem;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:1023.9px){.plug__contacts-link .icon{width:2rem;height:2rem}}.plug__contacts-label{padding-left:3.6rem;font-weight:400;font-size:1.6rem;line-height:1.4;letter-spacing:-.02em;opacity:.6;color:#323e48}@media screen and (max-width:1023.9px){.plug__contacts-label{font-size:1.3rem;margin-top:-.2rem;padding-left:3rem}}.plug__socials .socials__link{background-color:rgba(50,62,72,.1215686275);color:#323e48}@media (hover:hover){.plug__socials .socials__link:hover:not(:disabled){-webkit-box-shadow:0 0 0 2px #323e48 inset;box-shadow:0 0 0 2px #323e48 inset}}@media screen and (max-width:767.9px){.plug__aside{display:none}}.plug__img{position:absolute;top:0;left:50%;right:0;bottom:0;width:50%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right;object-position:right}.timer{max-width:48.5rem}@media screen and (max-width:1023.9px){.timer{width:100%;max-width:38rem}}.timer__label{font-weight:500;font-size:2rem;line-height:1.4;letter-spacing:-.02em;margin:0 0 1.6rem;color:#323e48;opacity:.7}@media screen and (max-width:1379.9px){.timer__label{font-size:1.6rem;margin-bottom:1.2rem}}@media screen and (max-width:1023.9px){.timer__label{font-size:1.4rem;margin-bottom:.8rem}}.timer__inner{border-radius:2rem;padding:2.4rem 4rem;background-color:#323e48;color:#fff;overflow:hidden}@media screen and (max-width:1023.9px){.timer__inner{padding:1.2rem 1.8rem;border-radius:1.2rem}}.timer__clock{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);margin-left:-3.6rem;margin-right:-2rem}@media screen and (max-width:1023.9px){.timer__clock{margin-left:-2.4rem;margin-right:-1.6rem}}.timer__clock-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-height:6rem}@media screen and (max-width:1023.9px){.timer__clock-item{max-height:4rem}}.timer__clock-item::after,.timer__clock-item::before{position:absolute;content:"";left:0;right:0;height:2.4rem;z-index:2}@media screen and (max-width:1023.9px){.timer__clock-item::after,.timer__clock-item::before{height:1.6rem}}.timer__clock-item::before{top:-.6rem;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(20%,rgba(50,62,72,0)),color-stop(70%,#323e48),to(#323e48));background-image:linear-gradient(0deg,rgba(50,62,72,0) 20%,#323e48 70%,#323e48)}.timer__clock-item::after{bottom:-.6rem;height:2.4rem;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(50,62,72,0)),color-stop(70%,#323e48),to(#323e48));background-image:linear-gradient(180deg,rgba(50,62,72,0) 20%,#323e48 70%,#323e48)}.timer__clock-item:not(:last-child)::after{content:"";display:block;height:4.4rem;border-right:1px solid #fff;opacity:.4}.timer__number{font-weight:500;font-size:6rem;line-height:1;letter-spacing:-.02em;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-height:6rem;margin:0}@media screen and (max-width:1023.9px){.timer__number{font-size:4rem;max-height:4rem}}.timer__units{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);padding-top:.6rem;margin-left:-3.6rem;margin-right:-2rem}@media screen and (max-width:1023.9px){.timer__units{margin-left:-2.4rem;margin-right:-1.6rem}}.timer__units-item{width:100%;font-weight:400;font-size:2rem;line-height:1;letter-spacing:-.02em;text-align:center;opacity:.8rem}@media screen and (max-width:1023.9px){.timer__units-item{font-size:1.4rem}}.other-sections{padding-bottom:80px}@media screen and (max-width:767.9px){.other-sections{padding-bottom:40px}}.other-sections__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}@media screen and (max-width:767.9px){.other-sections__row{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;margin-left:-16px;padding-left:16px;margin-right:-16px;padding-right:16px}}.other-sections__item{border:1px solid rgba(50,62,72,.1490196078);border-radius:999px;color:#1a1a1a;padding:6px 16px;background:#fff;font-size:16px;line-height:26px;letter-spacing:-.02em;white-space:nowrap}@media screen and (max-width:575.9px){.other-sections__item{font-size:12px;line-height:18px}}.collection-page .collection-description{padding-bottom:40px}.collection-page .collection-description h2{padding-top:8px;font-weight:700;font-size:32px;line-height:100%;letter-spacing:-.02em;margin-bottom:16px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:1023.9px){.collection-page .collection-description h2{font-size:24px;line-height:125%}}.collection-page .collection-description h3{font-size:24px;line-height:125%;letter-spacing:-.02em;font-weight:700;margin-bottom:16px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}@media screen and (max-width:1023.9px){.collection-page .collection-description h3{font-size:20px}}.collection-page .collection-description p:not(:first-child){margin-top:16px}.collection-page .collection-description p:not(:last-child){margin-bottom:16px}.collection-page .collection-description b,.collection-page .collection-description strong{line-height:155%;letter-spacing:-.01em}.collection-page .collection-description ol,.collection-page .collection-description ul{padding-left:20px;margin-bottom:16px}.collection-page .collection-description ol p,.collection-page .collection-description ul p{margin:0}.collection-page .collection-description ol p:not(:last-child),.collection-page .collection-description ul p:not(:last-child){margin-bottom:12px}.collection-page .collection-description ol li:not(:last-child),.collection-page .collection-description ul li:not(:last-child){margin-bottom:12px}.collection-page .collection-description ul li::marker{font-size:12px}.collection-page .collection-description a{text-decoration:none;color:maroon}.collection-page .collection-description a:hover{cursor:pointer}.collection-page .collection-description em,.collection-page .collection-description i{font-style:italic}.collection-page .collection-description details{background-color:rgba(50,62,72,.0705882353);padding:24px;border-radius:8px}.collection-page .collection-description details:not(:last-child){margin-bottom:8px}.collection-page .collection-description details img{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.collection-page .collection-description details p{margin:0;line-height:160%;letter-spacing:-.02em}@media screen and (max-width:833.9px){.collection-page .collection-description details{padding:16px}}.collection-page .collection-description summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:700;line-height:160%;letter-spacing:-.02em;cursor:pointer}.collection-page .collection-description summary p{line-height:155%;letter-spacing:-.01em}.collection-page .collection-description summary::-webkit-details-marker{display:none}.collection-page .collection-description details[open] img{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.collection-page .collection-description details[open] summary{margin-bottom:16px}.collection-page .collection-description blockquote{background-color:rgba(50,62,72,.0705882353);padding:24px;border-radius:8px;font-weight:500;font-size:20px;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:767.9px){.collection-page .collection-description blockquote{font-size:18px;padding:16px;margin-bottom:18px}}.collection-page .collection-description blockquote cite{display:block;margin-top:24px;font-size:16px;font-weight:400;line-height:160%;letter-spacing:-.02em;text-align:right;color:rgba(26,26,26,.5019607843)}.collection-page .collection-description__image-wrap{margin-bottom:40px}@media screen and (max-width:767.9px){.collection-page .collection-description__image-wrap{margin-bottom:24px}}.collection-page .collection-description__image-wrap img{width:100%}.collection-page .collection-description .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab;margin:40px 0 64px 0}.collection-page .collection-description .table-wrapper::-webkit-scrollbar{height:4px;margin-top:60px}.collection-page .collection-description .table-wrapper::-webkit-scrollbar-thumb{background-color:#323e48;border-radius:2px}.collection-page .collection-description .table-wrapper::-webkit-scrollbar-track{background-color:rgba(50,62,72,.0705882353);border-radius:2px}.collection-page .collection-description .is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.collection-page .collection-description table{border-collapse:collapse;width:100%;margin-bottom:40px}.collection-page .collection-description table td,.collection-page .collection-description table th{text-align:left;white-space:nowrap;padding:8px 8px 8px 0;border-bottom:1px solid rgba(50,62,72,.1490196078);overflow:hidden;text-overflow:ellipsis;min-width:218px;font-weight:400;line-height:160%;letter-spacing:-.02em}@media screen and (max-width:1023.9px){.collection-page .collection-description table td,.collection-page .collection-description table th{min-width:170px}}.collection-page .collection-description table th{color:rgba(26,26,26,.5019607843)}.collections-slider{padding-block:80px;background-color:rgba(50,62,72,.0705882353);overflow:hidden}@media screen and (max-width:767.9px){.collections-slider{margin:0;background-color:transparent;padding-bottom:0;padding-top:30px}}.collections-slider .title-row{margin-bottom:40px}@media screen and (max-width:767.9px){.collections-slider .title-row{margin-bottom:16px}}@media screen and (max-width:767.9px){.collections-slider .swiper{width:100%;overflow:visible}}.collections-slider__scrollbar{position:relative!important;margin-top:35px!important}.collections-slider__title{font-family:Noto-Sans-Display-Condensed,sans-serif,arial;font-size:40px;font-weight:600;line-height:1.2;letter-spacing:-.01em}@media screen and (max-width:767.9px){.collections-slider__title{font-size:24px}}.refund-section{position:relative;padding:64px 0 50px;min-height:590px}@media screen and (max-width:1023.9px){.refund-section{min-height:1px;padding-top:38px}}@media screen and (max-width:767.9px){.refund-section{padding-top:16px;padding-bottom:38px}}.refund-section__container.container{width:884px}.refund-section__text{margin:0 0 22px}@media screen and (max-width:767.9px){.refund-section__text{margin:0 0 17px}}@media screen and (max-width:767.9px){.refund-section__text.text-m{font-size:14px;line-height:155%;letter-spacing:-.02em}}.refund-section .text-head-h4{font-family:Noto-Sans-Display,sans-serif,arial;margin:16px 0 0}@media screen and (max-width:767.9px){.refund-section .text-head-h4{font-weight:600;font-size:16px;line-height:156%;letter-spacing:-.01em;margin:16px 0 8px}}.refund-form{padding:0 0 10px}.refund-form__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px 0;margin-left:-4px;margin-right:-4px}@media screen and (max-width:1023.9px){.refund-form__grid{gap:12px 0}}@media screen and (max-width:767.9px){.refund-form__grid{gap:8px 0}}.refund-form__col-4{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;padding-left:4px;padding-right:4px}.refund-form__col-2{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;padding-left:4px;padding-right:4px}.refund-form__col-6{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:4px;padding-right:4px}.refund-form__col-12{display:block;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-left:4px;padding-right:4px}@media screen and (max-width:1279.9px){.refund-form__col-tablet-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:833.9px){.refund-form__col-mobile-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (max-width:833.9px){.refund-form__col-mobile-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:833.9px){.refund-form__col-mobile{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}}@media screen and (max-width:833.9px){.refund-form__col-mobile-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}}.refund-form__section-title{margin-bottom:16px}.refund-form__order-fin.order-fin{padding:1px 0;margin:0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:767.9px){.refund-form__order-fin.order-fin{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:11px}}.refund-form__order-fin.order-fin .order-fin__counter{margin:6px 18px 4px 0}.refund-form__order-fin.order-fin .order-fin__sum{margin:4px 0}.refund-form__order-fin-after-text{margin:0 0 15px}.refund-form__step-buttons{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(200px,1fr))[2];grid-template-columns:repeat(2,minmax(200px,1fr));gap:8px 16px}@media screen and (max-width:767.9px){.refund-form__step-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.refund-form__step-buttons .modal-button{font-size:16px;padding:12px 14px}}.refund-form__checkbox{font-size:14px;letter-spacing:-.02em;margin-bottom:6px}@media screen and (max-width:767.9px){.refund-form__checkbox{margin-top:6px}}.refund-form__checkbox a{text-decoration:underline}.refund-form__checkbox a:hover{text-decoration:none}.refund-products-list{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:16px}@media screen and (max-width:767.9px){.refund-products-list{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);gap:8px}}.refund-product-item{position:relative;display:block;width:100%;max-width:100%;padding:16px;background-color:#fff;border-radius:0;cursor:pointer;-webkit-box-shadow:0 0 8px 0 rgba(50,62,72,.12);box-shadow:0 0 8px 0 rgba(50,62,72,.12);-webkit-transition:background-color .2s 0s ease-in-out,-webkit-box-shadow .2s 0s ease-in-out;transition:background-color .2s 0s ease-in-out,-webkit-box-shadow .2s 0s ease-in-out;transition:background-color .2s 0s ease-in-out,box-shadow .2s 0s ease-in-out;transition:background-color .2s 0s ease-in-out,box-shadow .2s 0s ease-in-out,-webkit-box-shadow .2s 0s ease-in-out;color:#1a1a1a}.refund-product-item._selected{background-color:rgba(50,62,72,.0705882353);-webkit-box-shadow:0 0 0 0 rgba(50,62,72,0);box-shadow:0 0 0 0 rgba(50,62,72,0)}@media screen and (max-width:767.9px){.refund-product-item{padding:8px}}.refund-product-item__close{position:absolute;top:8px;right:8px;width:auto;height:auto;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:0 0;border:none;cursor:pointer;z-index:1;padding:0}.refund-product-item__close:hover{opacity:.7}.refund-product-item._selected .refund-product-item__close{display:-webkit-box;display:-ms-flexbox;display:flex}.refund-product-item__row{display:-webkit-box;display:-ms-flexbox;display:flex}.refund-product-item__image-wrapper{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 136px;flex:0 0 136px;max-width:136px;padding-right:16px}@media screen and (max-width:767.9px){.refund-product-item__image-wrapper{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px;max-width:88px}}.refund-product-item__image{display:block;width:100%;height:auto;padding:0 0 125%;margin:0;position:relative;background-color:rgba(50,62,72,.15)}.refund-product-item__image img{display:block;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.refund-product-item__info{width:100%;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 136px);flex:0 0 calc(100% - 136px);max-width:calc(100% - 136px)}@media screen and (max-width:767.9px){.refund-product-item__info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 88px);flex:0 0 calc(100% - 88px);max-width:calc(100% - 88px);padding-left:0;position:relative;top:-5px}}.refund-product-item__name{margin:0 0 1px}.refund-product-item__name.promo-product__name{display:inline-block;max-width:100%}@media screen and (max-width:767.9px){.refund-product-item__name.promo-product__name{font-weight:400;font-size:12px;line-height:140%;letter-spacing:-.02em}}@media screen and (max-width:767.9px){.refund-product-item__size.text-s{font-weight:400;font-size:12px;line-height:140%;letter-spacing:-.02em}}.refund-product-item__price-row.promo-product__price-row{margin:3px 0 0}.refund-product-item__price.promo-product__price{font-size:16px;font-family:Noto-Sans-Display,sans-serif,arial}@media screen and (max-width:767.9px){.refund-product-item__price.promo-product__price{font-size:14px}}.refund-product-item__reason{display:block}.refund-product-item__selected-data{margin-top:15px}.refund-product-item__selected-refund{text-decoration:underline}.refund-product-item__quantity{display:block;margin:4px 0 0}.signature-buyer__label{display:block;margin-bottom:8px}.signature-buyer__input{display:none}.signature-buyer__preview{display:none;margin-bottom:12px;border:1px solid #ddd;border-radius:4px;padding:8px;background:#fff;cursor:pointer}.signature-buyer__image{display:block;width:100%;max-width:100%;height:102px;max-height:100%;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain}.signature-buyer__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;gap:12px;width:100%;min-height:120px;padding:16px;border:1px solid rgba(50,62,72,.15);border-radius:8px;background-color:#fff;cursor:pointer;-webkit-transition:all .2s 0s;transition:all .2s 0s}.signature-buyer__button:hover{background-color:#f0f1f2}.signature-buyer__button-icon{display:inline-block}.signature-buyer__button-icon svg{display:block;width:24px;min-width:24px;height:24px}.signature-buyer__button-text{color:#323e48}.signature-buyer__checkbox{margin-top:16px}.signature-buyer._has-signature .signature-buyer__preview{display:block}.signature-buyer._has-signature .signature-buyer__button{display:none}.signature-area{position:relative;display:block;margin:24px 0 24px}@media screen and (max-width:767.9px){.signature-area{margin-top:16px}}.signature-area__canvas{position:relative;display:block;width:100%;height:254px;background-color:#f2f3f3;border-radius:4px}.signature-area__description{padding:20px 0 10px;border-top:1px solid #323e48;text-align:center}@media screen and (max-width:767.9px){.signature-area__description{padding:8px 0 13px}}.signature-area__controls{position:absolute;bottom:0;left:0;width:100%;pointer-events:none}.signature-area__btn-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 12px 12px}.signature-area__col-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4px}.signature-area__btn.filter-item__btn{font-size:14px;line-height:1;padding:13px 12px;pointer-events:auto;background-color:#e3e4e6}.signature-area__btn.filter-item__btn:hover{background-color:#d8dadb}.signature-area__btn.filter-item__btn:disabled{background-color:#e3e4e6;color:rgba(50,62,72,.22);opacity:1}.signature-area__icon-btn.filter-item__btn{padding:8px;background-color:#e3e4e6;pointer-events:auto}.signature-area__icon-btn.filter-item__btn:hover{background-color:rgba(50,62,72,.1490196078);background-color:#d8dadb}.signature-area__icon-btn.filter-item__btn:disabled{background-color:#e3e4e6;color:rgba(50,62,72,.22);opacity:1}.signature-area__icon-btn.filter-item__btn svg{display:block;width:24px;min-width:24px;height:24px}@media screen and (max-width:767.9px){.refund-complete__text.text-m{font-weight:400;font-size:14px;line-height:155%;letter-spacing:-.02em}}.refund-complete__download-icon{display:inline-block;line-height:1;vertical-align:middle;margin-right:4px}.refund-complete__download-icon svg{display:block;width:18px;height:18px;min-width:18px}.refund-complete__buttons{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:16px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:24px 0 10px 0}@media screen and (max-width:767.9px){.refund-complete__buttons{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);gap:8px;padding:17px 0 8px 0}}.refund-complete__buttons .modal-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:14px;min-height:48px}@media screen and (max-width:767.9px){.refund-complete__buttons .modal-button{font-size:16px;min-height:40px;padding:11px 14px}}.promotions{display:block;position:relative;padding:36px 0 32px 0}@media screen and (max-width:767.9px){.promotions{padding-top:25px}}.promotions__row{display:-ms-grid;display:grid;gap:24px;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1279.9px){.promotions__row{gap:16px}}@media screen and (max-width:1023.9px){.promotions__row{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:991.9px){.promotions__row{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767.9px){.promotions__row{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575.9px){.promotions__row{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);gap:24px}}.promotions__row.promotions__row--hide-finished .promotions__col.promotions__col--finished{display:none}.promotions__col{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.promotions__pagination{margin-top:48px}@media screen and (max-width:767.9px){.promotions__pagination{margin-top:24px}}.promotion-head{display:block;position:relative;margin:0}@media screen and (max-width:1023.9px){.promotion-head{margin:0}}@media screen and (max-width:767.9px){.promotion-head{padding:22px 0 1px 0;margin:0}}.promotion-head+.page-heading__overflow-hidden{margin-top:25px;margin-bottom:70px}@media screen and (max-width:767.9px){.promotion-head+.page-heading__overflow-hidden{margin-bottom:20px}}.promotion-head__row h1.title{margin:0}.promotion-head__filter .custom-checkbox.custom-checkbox_reverse{margin:10px 0 15px 0;cursor:pointer}@media screen and (max-width:767.9px){.promotion-head__filter .custom-checkbox.custom-checkbox_reverse{margin:0 0 5px 0}}.promotion-head__filter .custom-checkbox__check{width:24px;min-width:24px;height:24px;border-radius:4px}.promotion-head__filter .custom-checkbox__value-text{margin-right:0}.promotion-head__filter .custom-checkbox__check::after{width:14px;height:10px;margin-top:-5px;margin-left:-7px}.promotion-head__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.promotion-head__promo{position:relative;padding:49px 0 42px;border-bottom:1px solid rgba(50,62,72,.22)}@media screen and (max-width:767.9px){.promotion-head__promo{padding:32px 0 32px}}.promotion-head__banner .swiper-lazy-preloader{display:none}@media screen and (max-width:767.9px){.promotion-head__banner{margin-left:-16px;margin-right:-16px}}.promotion-head__promo-title{font-weight:600;font-size:40px;line-height:140%;letter-spacing:0;margin:0 0 31px;font-family:Noto-Sans-Display-Condensed,sans-serif,arial}.promotion-head__promo-title b,.promotion-head__promo-title strong{font-weight:700}.promotion-head__promo-title p{margin:0}@media screen and (max-width:1023.9px){.promotion-head__promo-title{font-size:32px;margin:0 0 24px}}@media screen and (max-width:767.9px){.promotion-head__promo-title{font-size:24px;margin:0 0 16px}}@media screen and (max-width:1023.9px){.promotion-head__promo-title.text-head-h2{font-size:32px;margin:0 0 24px}}@media screen and (max-width:767.9px){.promotion-head__promo-title.text-head-h2{font-size:24px;margin:0 0 16px}}.promotion-head__promo-text{font-weight:400;font-size:16px;line-height:140%;letter-spacing:0;margin:0 0 6px}@media screen and (max-width:1023.9px){.promotion-head__promo-text{font-size:16px;margin:0 0 6px}}@media screen and (max-width:767.9px){.promotion-head__promo-text{font-size:16px;margin:0 0 6px}}@media screen and (max-width:767.9px){.promotion-head__promo-text.text-m-strong{font-size:14px}}.promotion-head__promo-text ul{list-style-position:inside;padding:0 0 0 15px}@media screen and (max-width:767.9px){.promotion-head__promo-text ul{padding:0}}.promotion-head__promo-text ul li{line-height:1.4}@media screen and (max-width:767.9px){.promotion-head__promo-text ul li{margin:0 0 4px}.promotion-head__promo-text ul li:last-child{margin-bottom:0}}.promotion-head__promo-text ul li::marker{margin:0;margin-right:20px;padding:0;font-size:20px}@media screen and (max-width:767.9px){.promotion-head__promo-text ul li::marker{font-size:16px;margin-right:14px}}.catalog.promotion-catalog{margin:29px 0 0}@media screen and (max-width:1023.9px){.catalog.promotion-catalog{margin:0;padding-top:30px}}@media screen and (max-width:767.9px){.catalog.promotion-catalog{padding-top:20px}}.promo-card{display:block;position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#1a1a1a;background-color:#f9e6e5;margin:0;padding:0;text-decoration:none!important}.promo-card:hover{text-decoration:none}.promo-card.promo-card_light{color:#1a1a1a;background-color:#f9e6e5}.promo-card.promo-card_dark{background-color:#d6b793;color:#fff}.promo-card__title{margin:0 0 10px}.promo-card__title.text-head-h4{font-family:Noto-Sans-Display,sans-serif,arial}@media screen and (max-width:767.9px){.promo-card__title.text-head-h4{font-size:20px}}.promo-card__date{padding-top:10px;margin-top:auto}@media screen and (max-width:767.9px){.promo-card__date.text-s{font-size:12px}}.promo-card__bg{display:block;position:absolute;top:0;left:0;width:100%;height:100%;margin:0}.promo-card__bg img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;margin:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.promo-card__content{position:relative;z-index:1;min-height:500px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px}@media screen and (max-width:1279.9px){.promo-card__content{min-height:364px}}@media screen and (max-width:991.9px){.promo-card__content{min-height:408px}}@media screen and (max-width:767.9px){.promo-card__content{min-height:360px;padding:13px}}@media screen and (max-width:575.9px){.promo-card__content{min-height:405px}}@media screen and (max-width:767.9px){.promo-card__description.text-s{font-size:12px}}.promo-card__finished{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.5);z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:16px}@media screen and (max-width:767.9px){.promo-card__finished{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.promo-card__finished-label{display:inline-block;position:relative;padding:8px 16px;line-height:1;background-color:rgba(26,26,26,.5);border-radius:8px;color:#fff}@media screen and (max-width:767.9px){.promo-card__finished-label{padding:5px 12px}}.size-grid{margin-top:24px;border-radius:8px;overflow:hidden;border:1px solid #f1f1f2}.size-grid__grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);width:100%}@media screen and (max-width:767.9px){.size-grid__grid{-ms-grid-columns:1fr;grid-template-columns:1fr}}.size-grid__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:767.9px){.size-grid__column{width:100%}}.size-grid__cell{border-width:0 1px 1px 0;border-color:#f1f1f2;border-style:solid;padding:16px;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:150%;letter-spacing:-.02em;min-height:56px;background-color:#fff}.size-grid__cell--header{background-color:#f5efec;font-weight:600;border-right:1px solid #fff;border-bottom:none;height:56px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1023.9px){.size-grid__cell--header{font-size:14px;line-height:130%;padding:12px 16px}}@media screen and (max-width:767.9px){.size-grid__cell{padding:14px 16px;font-size:14px;min-height:auto;border-right:none;border-bottom:1px solid #f1f1f2}.size-grid__cell--header{background-color:#f5efec;border-bottom:1px solid #f1f1f2;border-right:none;height:auto;min-height:48px;font-size:14px;line-height:140%}}.size-grid__column:first-child .size-grid__cell{border-left:none}.size-grid__column:first-child .size-grid__cell--header{border-radius:8px 0 0 0}@media screen and (max-width:767.9px){.size-grid__column:first-child .size-grid__cell--header{border-radius:8px 8px 0 0}}.size-grid__column:last-child .size-grid__cell{border-right:none}.size-grid__column:last-child .size-grid__cell--header{border-radius:0}.size-grid__column:last-child .size-grid__cell:last-child{border-radius:0 0 8px 0}@media screen and (max-width:767.9px){.size-grid__column:last-child .size-grid__cell:last-child{border-radius:0 0 8px 8px}}@media screen and (max-width:767.9px){.size-grid{margin-top:16px;border-radius:8px;overflow:hidden}.size-grid__column:not(:last-child){margin-bottom:0}.size-grid__cell{width:100%;border-left:none;border-right:none}.size-grid__cell:not(:last-child){border-bottom:1px solid #f1f1f2}}@media screen and (max-width:425.9px){.size-grid__cell{padding:12px 14px;font-size:13px;line-height:145%}.size-grid__cell--header{padding:14px;font-size:14px}}@media screen and (max-width:767.9px){.size-grid--mobile-cards{border:none;margin-top:16px}.size-grid--mobile-cards .size-grid__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.size-grid--mobile-cards .size-grid__column{background:#fff;border:1px solid #f1f1f2;border-radius:8px;overflow:hidden}.size-grid--mobile-cards .size-grid__cell{border:none;border-bottom:1px solid #f1f1f2;padding:14px 16px}.size-grid--mobile-cards .size-grid__cell:last-child{border-bottom:none}.size-grid--mobile-cards .size-grid__cell--header{background-color:#f5efec;border-bottom:1px solid #f1f1f2;border-radius:8px 8px 0 0}.size-grid--mobile-cards .size-grid__column:first-child .size-grid__cell--header{border-radius:8px 8px 0 0}.size-grid--mobile-cards .size-grid__column:last-child .size-grid__cell:last-child{border-radius:0 0 8px 8px}}.declarations{position:relative;padding:1px 0;margin-top:-14px}@media screen and (max-width:767.9px){.declarations{margin-top:0;padding-top:1px}.declarations .page-heading__hr{margin-top:0}}.declarations__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:48px;padding-bottom:78px}@media screen and (max-width:767.9px){.declarations__row{display:block;padding-top:26px;padding-bottom:36px}}.declarations__col-1{width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 56.8%;flex:0 0 56.8%;max-width:56.8%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:767.9px){.declarations__col-1{display:block;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-bottom:24px}}.declarations__col-2{padding-left:41px;width:100%;position:relative;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 43.2%;flex:0 0 43.2%;max-width:43.2%}@media screen and (max-width:767.9px){.declarations__col-2{display:block;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-left:0}}.declarations__image-box{background-color:#f5efec;padding:37px 84px;position:relative}@media screen and (max-width:1279.9px){.declarations__image-box{padding:37px 38px}}@media screen and (max-width:1023.9px){.declarations__image-box{padding:20px 24px}}@media screen and (max-width:767.9px){.declarations__image-box{padding:32px;margin-left:-16px;margin-right:-16px}}.declarations__image-box picture{display:block}.declarations__image-box img{display:block;width:100%;max-width:100%;height:auto}.declarations__sub-title{margin-bottom:33px}@media screen and (max-width:767.9px){.declarations__sub-title{margin-bottom:25px}}.declarations__sub-title.text-head-h4{font-weight:400}.declarations__text{padding-right:20px;margin-bottom:32px}@media screen and (max-width:767.9px){.declarations__text{margin-bottom:24px}}.declarations__support-wrap{margin-top:auto;padding-top:30px}@media screen and (max-width:767.9px){.declarations__support-wrap{padding-top:17px}}.declarations__support-wrap.declarations__support-wrap--mobile{display:none}@media screen and (max-width:767.9px){.declarations__support-wrap.declarations__support-wrap--mobile{display:block}}.declarations__support-wrap.declarations__support-wrap--desktop{display:block}@media screen and (max-width:767.9px){.declarations__support-wrap.declarations__support-wrap--desktop{display:none}}.declarations .account-support{position:relative;padding:0;inset:0;max-width:230px;border-radius:0;border:0}.external-info{display:block;border-radius:8px;padding:24px;border:1px solid rgba(50,62,72,.15);color:#1a1a1a}@media screen and (max-width:767.9px){.external-info{padding:16px 15px 16px 15px}}.external-info__text{margin-bottom:7px}.external-info__link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;letter-spacing:-.02em;line-height:1;vertical-align:middle;color:maroon}.external-info__link:hover{text-decoration:none}.external-info__link svg{display:block;width:20px;height:20px;min-width:20px;margin-right:7px}.external-info__link span+span{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.count{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%}.count__input{display:block;width:100%;max-width:100%;font-weight:600;font-size:16px;line-height:1;letter-spacing:-.02em;color:#1a1a1a;background-color:rgba(50,62,72,.0705882353);padding:8px 50px;margin:0;border:1px solid rgba(50,62,72,.0705882353);border-radius:8px;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;text-align:center;-webkit-appearance:none;appearance:none;-moz-appearance:textfield}.count__input::-webkit-inner-spin-button,.count__input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0;padding:0}.count__button{border:0;background-color:transparent;padding:0;margin:0;font:inherit;cursor:pointer;text-align:center;text-decoration:none;-webkit-box-shadow:none;box-shadow:none;color:#1a1a1a;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;position:absolute;top:2px;left:2px;bottom:2px;height:auto;width:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:6px;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.count__button.count__button_plus{left:auto;right:2px}.count__button-icon{display:block;width:18px;height:18px}.count__button:hover{background-color:rgba(50,62,72,.1490196078)}.count.count_init-hidden{display:none}.count.count_card-product .count__input{min-height:48px}.mat-field{position:relative;width:100%}.mat-field__wrapper{position:relative}.mat-field__wrapper:has(.mat-input:disabled),.mat-field__wrapper:has(.select__root._is-disabled){opacity:.5}.mat-field.is-error{color:#f00000}.mat-field.is-error .mat-input,.mat-field.is-error .mat-select{color:#f00000}.mat-field.field__error .mat-input,.mat-field.field__error .mat-select{border-color:#f00000}.mat-field.mat-field_error-value .mat-input,.mat-field.mat-field_error-value .mat-select{color:#f00000}.mat-field.mat-field_success-icon .mat-field__wrapper::before{content:"";display:block;position:absolute;width:18px;height:18px;top:50%;left:auto;right:16px;margin:0;margin-top:-9px;background-image:url(../img/icons/check-green.svg);background-repeat:no-repeat;background-position:center;background-size:contain;z-index:2;pointer-events:none}.mat-field:not(.mat-field--hide-error) span.error{font-size:12px;line-height:normal;color:#f00000;position:relative;display:block;padding-top:3px}.mat-field-description{display:block;font-weight:400;font-size:12px;line-height:140%;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843);margin-top:8px;padding-right:20px}.mat-field-description.d-inline-block{display:inline-block;padding-right:0}.mat-field-description.color-accent-blue{color:#323e48}.mat-field-description.color-accent-red-error{color:#f00000}.mat-field-description.color-accent-green{color:#14b63a}.mat-input{display:block;width:100%;border:1px solid rgba(50,62,72,.1490196078);background-color:#fff;height:auto;padding:16px 15px 0;line-height:30px;border-radius:8px;letter-spacing:-.02em;color:#1a1a1a;position:relative;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;outline:0}.mat-input::-webkit-input-placeholder{color:transparent;opacity:0}.mat-input::-moz-placeholder{color:transparent;opacity:0}.mat-input:-ms-input-placeholder{color:transparent;opacity:0}.mat-input::-ms-input-placeholder{color:transparent;opacity:0}.mat-input::placeholder{color:transparent;opacity:0}.mat-input:focus{border-color:#d6b793}.mat-input:not(:-moz-placeholder-shown):not(.mat-select)+label{transform:translateY(-12px);font-size:12px}.mat-input:not(:-ms-input-placeholder):not(.mat-select)+label{-ms-transform:translateY(-12px);transform:translateY(-12px);font-size:12px}.mat-input:focus+label,.mat-input:not(:placeholder-shown):not(.mat-select)+label{-webkit-transform:translateY(-12px);-ms-transform:translateY(-12px);transform:translateY(-12px);font-size:12px}@media screen and (max-width:767.9px){.mat-input:not(:-moz-placeholder-shown):not(.mat-select)+label{transform:translateY(-8px)}.mat-input:not(:-ms-input-placeholder):not(.mat-select)+label{-ms-transform:translateY(-8px);transform:translateY(-8px)}.mat-input:focus+label,.mat-input:not(:placeholder-shown):not(.mat-select)+label{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}}@media screen and (max-width:767.9px){.mat-input{font-size:14px;line-height:22px}}.mat-input.mat-input_not-md{padding-top:8px;padding-bottom:8px}.mat-input.mat-input_not-md::-webkit-input-placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.mat-input.mat-input_not-md::-moz-placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.mat-input.mat-input_not-md:-ms-input-placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.mat-input.mat-input_not-md::-ms-input-placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.mat-input.mat-input_not-md::placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.mat-input__icon-wrap{position:absolute;top:12px;right:16px;width:24px;height:24px;margin:0;color:rgba(26,26,26,.5019607843);opacity:.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:767.9px){.mat-input__icon-wrap{top:7px}}.mat-input--disabled{color:rgba(26,26,26,.5019607843)}textarea.mat-input{min-height:48px;min-width:100%;max-width:100%;width:100%;max-height:160px}textarea.mat-input+.mat-label{right:20px;width:auto;border-top-left-radius:6px;left:2px;background-color:#fff}textarea.mat-input.mat-input_comment{min-height:124px}.mat-label{position:absolute;display:block;left:0;top:14px;margin-top:0;width:100%;padding:0 16px;font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.02em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;color:rgba(26,26,26,.5019607843)}@media screen and (max-width:767.9px){.mat-label{top:10px}}.mat-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(../img/icons/down-arrow.svg);background-repeat:no-repeat;background-size:18px 18px;background-position:calc(100% - 12px) 50%;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;cursor:pointer;padding-right:40px}.mat-select:focus+.mat-label,.mat-select:valid+.mat-label{-webkit-transform:translateY(-12px);-ms-transform:translateY(-12px);transform:translateY(-12px);font-size:12px}@media screen and (max-width:767.9px){.mat-select:focus+.mat-label,.mat-select:valid+.mat-label{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}}.input--limit-exceeded{border-color:#f44!important}.search{position:relative}.search__input-wrap{position:relative}.search__input{display:block;width:100%;border:1px solid rgba(50,62,72,.0705882353);background-color:rgba(50,62,72,.0705882353);padding:4px 120px 4px 41px;height:auto;line-height:38px;border-radius:8px;letter-spacing:-.02em;color:#1a1a1a;outline-color:#1a1a1a}.search__input::-webkit-input-placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.search__input::-moz-placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.search__input:-ms-input-placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.search__input::-ms-input-placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.search__input::placeholder{opacity:1;color:rgba(26,26,26,.5019607843)}.search__input:focus~.search__btns-wrap{opacity:1;pointer-events:all}.search__input:focus::-webkit-input-placeholder{opacity:0}.search__input:focus::-moz-placeholder{opacity:0}.search__input:focus:-ms-input-placeholder{opacity:0}.search__input:focus::-ms-input-placeholder{opacity:0}.search__input:focus::placeholder{opacity:0}.search__input:not(:-moz-placeholder-shown)~.search__btns-wrap{opacity:1;pointer-events:all}.search__input:not(:-ms-input-placeholder)~.search__btns-wrap{opacity:1;pointer-events:all}.search__input:not(:placeholder-shown)~.search__btns-wrap{opacity:1;pointer-events:all}@media screen and (max-width:1279.9px){.search__input{line-height:30px;padding:4px 10px 4px 38px}}@media screen and (max-width:767.9px){.search__input{padding-left:41px}}.search__icon-wrap{position:absolute;top:50%;left:16px;margin-top:-9px;color:rgba(26,26,26,.5019607843)}@media screen and (max-width:1279.9px){.search__icon-wrap{left:12px}}@media screen and (max-width:767.9px){.search__icon-wrap{left:15px}}.search__icon{display:block;width:18px;height:18px}.search__btns-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;right:0;bottom:0;z-index:1;padding:7px 7px;pointer-events:none;opacity:0;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out}.search__clear-btn{display:inline-block;margin-right:10px;padding:0 3px;border:0;border-radius:0;background-color:transparent;color:#323e48;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:100%;width:auto;cursor:pointer}.search__clear-btn img,.search__clear-btn svg{display:block;width:18px;min-width:18px;height:18px}.search__submit-btn{display:inline-block;width:auto;height:100%;border:0;border-radius:8px;padding:2px 16px;font-weight:600;font-size:14px;line-height:1;letter-spacing:-.02em;background-color:#323e48;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.search.search_menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search.search_menu .search__input-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.search.search_menu .search__btns-wrap{padding:5px}.search.search_menu .search__submit-btn{padding:2px 12px}.search.search_menu .search__clear-btn{margin-right:7px;padding:0 1px}.search.search_catalog-modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search.search_catalog-modal .search__input-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.search.search_catalog-modal .search__btns-wrap{padding:5px}.search.search_catalog-modal .search__submit-btn{padding:2px 12px}.search.search_catalog-modal .search__clear-btn{margin-right:7px;padding:0 1px}@media screen and (max-width:1279.9px){.search.search_header .search__input:not(:-moz-placeholder-shown){padding-right:120px}.search.search_header .search__input:not(:-ms-input-placeholder){padding-right:120px}.search.search_header .search__input:focus,.search.search_header .search__input:not(:placeholder-shown){padding-right:120px}}@media screen and (max-width:1023.9px){.search.search_header .search__input:not(:-moz-placeholder-shown){padding-right:120px}.search.search_header .search__input:not(:-ms-input-placeholder){padding-right:120px}.search.search_header .search__input:focus,.search.search_header .search__input:not(:placeholder-shown){padding-right:120px}}@media screen and (max-width:767.9px){.search.search_header .search__input:not(:-moz-placeholder-shown){padding-left:41px}.search.search_header .search__input:not(:-ms-input-placeholder){padding-left:41px}.search.search_header .search__input:focus,.search.search_header .search__input:not(:placeholder-shown){padding-left:41px}}.light-button{display:inline-block;background-color:rgba(50,62,72,.0705882353);color:#1a1a1a;font-weight:600;font-size:16px;line-height:1.5;letter-spacing:-.01em;padding:8px 17px;border:0;margin:0;border-radius:8px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.light-button:active,.light-button:focus,.light-button:hover{text-decoration:none}.light-button:hover{background-color:rgba(50,62,72,.1490196078)}.light-button._disabled,.light-button:disabled{background-color:rgba(50,62,72,.0705882353);opacity:.3}.light-button__icon-wrap{display:inline-block;width:18px;height:18px;vertical-align:middle;position:relative;top:-2px}.light-button__icon-wrap:first-child{margin-right:2px}.light-button__icon-wrap:last-child{margin-left:2px}.light-button__icon-wrap img{display:block;position:relative;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.light-button__icon-wrap svg{display:block;position:relative;width:100%;height:100%}.swiper.interior__swiper:not(.swiper-initialized) .swiper-slide{width:calc(33.3333% - 16px)}.swiper.interior__swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:24px}@media screen and (max-width:1023.9px){.swiper.interior__swiper:not(.swiper-initialized) .swiper-slide{width:calc(50% - 16px)}}@media screen and (max-width:767.9px){.swiper.interior__swiper:not(.swiper-initialized) .swiper-slide{width:223px;max-width:223px}.swiper.interior__swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:16px}}.swiper.promo-slider__swiper:not(.swiper-initialized) .swiper-slide{width:calc(25% - 18px)}.swiper.promo-slider__swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:24px}@media screen and (max-width:1023.9px){.swiper.promo-slider__swiper:not(.swiper-initialized) .swiper-slide{width:calc(33.3333% - 16px)}}@media screen and (max-width:767.9px){.swiper.promo-slider__swiper:not(.swiper-initialized) .swiper-slide{width:223px;max-width:223px}.swiper.promo-slider__swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:16px}}.swiper.promo-slider__swiper:not(.swiper-initialized) .swiper.promo-product__preview-swiper .swiper-slide{width:100%;margin-right:0}.catalog-grid-slider:not(.catalog-grid-slider--type-top-position) .swiper.catalog-grid-slider__swiper:not(.swiper-initialized) .swiper-wrapper{gap:16px}@media screen and (max-width:767.9px){.catalog-grid-slider:not(.catalog-grid-slider--type-top-position) .swiper.catalog-grid-slider__swiper:not(.swiper-initialized) .swiper-wrapper{gap:8px}}.catalog-grid-slider:not(.catalog-grid-slider--type-top-position) .swiper.catalog-grid-slider__swiper:not(.swiper-initialized) .swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:calc((100% - 80px)/ 6);height:calc(50% - 8px)}@media screen and (max-width:1279.9px){.catalog-grid-slider:not(.catalog-grid-slider--type-top-position) .swiper.catalog-grid-slider__swiper:not(.swiper-initialized) .swiper-slide{width:calc((100% - 64px)/ 5)}}@media screen and (max-width:1023.9px){.catalog-grid-slider:not(.catalog-grid-slider--type-top-position) .swiper.catalog-grid-slider__swiper:not(.swiper-initialized) .swiper-slide{width:calc((100% - 48px)/ 4)}}@media screen and (max-width:767.9px){.catalog-grid-slider:not(.catalog-grid-slider--type-top-position) .swiper.catalog-grid-slider__swiper:not(.swiper-initialized) .swiper-slide{width:auto;height:calc(50% - 4px)}}.catalog-grid-slider.catalog-grid-slider--type-top-position .swiper.catalog-grid-slider__swiper:not(.swiper-initialized) .swiper-wrapper{gap:8px}.catalog-grid-slider.catalog-grid-slider--type-top-position .swiper.catalog-grid-slider__swiper:not(.swiper-initialized) .swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:calc((100% - 40px)/ 6);height:calc(50% - 4px)}@media screen and (max-width:1279.9px){.catalog-grid-slider.catalog-grid-slider--type-top-position .swiper.catalog-grid-slider__swiper:not(.swiper-initialized) .swiper-slide{width:calc((100% - 32px)/ 5)}}@media screen and (max-width:1023.9px){.catalog-grid-slider.catalog-grid-slider--type-top-position .swiper.catalog-grid-slider__swiper:not(.swiper-initialized) .swiper-slide{width:calc((100% - 24px)/ 4)}}@media screen and (max-width:767.9px){.catalog-grid-slider.catalog-grid-slider--type-top-position .swiper.catalog-grid-slider__swiper:not(.swiper-initialized) .swiper-slide{width:auto;height:calc(50% - 4px)}}.swiper.ideas-for-home__swiper:not(.swiper-initialized) .swiper-slide{width:calc(50% - 16px)}.swiper.ideas-for-home__swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:32px}@media screen and (max-width:767.9px){.swiper.ideas-for-home__swiper:not(.swiper-initialized) .swiper-slide{width:100%}.swiper.ideas-for-home__swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:16px}}.swiper.useful-articles__swiper:not(.swiper-initialized) .swiper-slide{width:calc(33.3333% - 16px)}.swiper.useful-articles__swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:24px}@media screen and (max-width:767.9px){.swiper.useful-articles__swiper:not(.swiper-initialized) .swiper-slide{width:223px;max-width:223px}.swiper.useful-articles__swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:16px}}.swiper.useful-articles__swiper.ya-reviews__swiper:not(.swiper-initialized) .swiper-slide{width:calc(33.3333% - 10.6666666667px)}.swiper.useful-articles__swiper.ya-reviews__swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:16px}@media screen and (max-width:767.9px){.swiper.useful-articles__swiper.ya-reviews__swiper:not(.swiper-initialized) .swiper-slide{width:240px;max-width:240px}.swiper.useful-articles__swiper.ya-reviews__swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:16px}}.swiper.features__swiper:not(.swiper-initialized) .swiper-slide{width:calc(25% - 18px)}@media screen and (max-width:1279.9px){.swiper.features__swiper:not(.swiper-initialized) .swiper-slide{width:calc(33.3333% - 16px)}}@media screen and (max-width:833.9px){.swiper.features__swiper:not(.swiper-initialized) .swiper-slide{width:calc(50% - 16px)}}.swiper.features__swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:24px}@media screen and (max-width:767.9px){.swiper.features__swiper:not(.swiper-initialized) .swiper-slide{width:auto;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:160px}.swiper.features__swiper:not(.swiper-initialized) .swiper-slide:not(:last-child){margin-right:16px}}.swiper.catalog-heading-slider__swiper:not(.swiper-initialized) .swiper-slide{margin-right:16px}.swiper.product__main-swiper:not(.swiper-initialized) .swiper-slide{margin-right:8px;width:647px}@media screen and (max-width:1279.9px){.swiper.product__main-swiper:not(.swiper-initialized) .swiper-slide{width:480px}}@media screen and (max-width:767.9px){.swiper.product__main-swiper:not(.swiper-initialized) .swiper-slide{width:375px}}@media screen and (max-width:374.9px){.swiper.product__main-swiper:not(.swiper-initialized) .swiper-slide{width:320px}}.swiper.product__preview-swiper:not(.swiper-initialized) .swiper-slide{margin-right:0;width:92px}.swiper-slide._popovered{position:relative;z-index:1}.range-slider{position:relative;font-weight:400;font-size:16px;letter-spacing:-.02em;padding:0 0 21px}@media screen and (max-width:767.9px){.range-slider{padding-bottom:20px}}.range-slider__input{display:block;width:100%;max-width:100%;font-weight:400;font-size:16px;line-height:1;letter-spacing:-.02em;color:#1a1a1a;background-color:#fff;padding:8px 10px;height:48px;margin:0;border:1px solid #e3e5e6;border-radius:8px;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.range-slider__input::-webkit-inner-spin-button,.range-slider__input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0;padding:0}@media screen and (max-width:767.9px){.range-slider__input{padding:7px 10px;height:38px}}.range-slider__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -12px}.range-slider__col{width:100%;min-height:1px;position:relative;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px}.range-slider__col.w-100{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;display:block}.range-slider__label-wrap{min-width:28px;padding-right:8px}.range-slider__item-wrap{padding:8px 0;margin-top:16px}.range-slider .noUi-horizontal{background-color:#f0f1f2;border:0;height:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;padding:0 8px}.range-slider .noUi-horizontal.range-range-slider__item{margin:0;padding:0 16px}.range-slider .noUi-horizontal.range-range-slider__item .bx-ui-slider-range{position:relative;margin-left:0;margin-right:0}.range-slider .noUi-connect{background-color:#323e48}.range-slider .noUi-connect.bx-ui-slider-pricebar-v{width:auto}.range-slider .noUi-handle{background-color:orange;-webkit-box-shadow:none;box-shadow:none;border:2px solid #58626a;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;background-color:#fff;cursor:pointer}.range-slider .noUi-handle::after,.range-slider .noUi-handle::before{display:none}.range-slider .noUi-horizontal .noUi-handle{width:16px;height:16px;right:-8px;top:-7px}.range-slider .noUi-horizontal .noUi-handle.bx-ui-slider-handle{left:auto;right:auto;top:-9px}.range-slider .noUi-horizontal .noUi-handle.bx-ui-slider-handle.left{margin-left:-16px}.range-slider .noUi-horizontal .noUi-handle.bx-ui-slider-handle.right{margin-right:-16px}.range-slider.range-slider_single{padding-bottom:10px}@media screen and (max-width:767.9px){.range-slider.range-slider_single{padding-bottom:5px}}.range-slider.range-slider_single .noUi-horizontal{padding-left:0;padding-right:0}.range-slider.range-slider_single .range-slider__item-wrap{margin-top:8px}.range-slider.range-slider_single .range-slider__input{text-align:left;padding-left:16px;padding-right:16px}.range-slider.range-slider_single .range-slider__input::-webkit-input-placeholder{color:rgba(26,26,26,.5019607843);opacity:1}.range-slider.range-slider_single .range-slider__input::-moz-placeholder{color:rgba(26,26,26,.5019607843);opacity:1}.range-slider.range-slider_single .range-slider__input:-ms-input-placeholder{color:rgba(26,26,26,.5019607843);opacity:1}.range-slider.range-slider_single .range-slider__input::-ms-input-placeholder{color:rgba(26,26,26,.5019607843);opacity:1}.range-slider.range-slider_single .range-slider__input::placeholder{color:rgba(26,26,26,.5019607843);opacity:1}.file-upload__input{display:none}.file-upload__label{display:block;font-weight:400;font-size:14px;line-height:1.55;letter-spacing:-.02em;text-align:center;border:1px dashed rgba(50,62,72,.1490196078);border-radius:8px;padding:15px 30px 16px 30px;cursor:pointer}.file-upload__label svg{display:block;width:24px;height:24px;margin:0 auto}@media screen and (max-width:767.9px){.file-upload__label{font-size:12px;line-height:1.4;padding:15px 40px}}.file-upload__label-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;margin-top:8px}@media screen and (max-width:575.9px){.file-upload__label-row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:14px;margin-bottom:14px}}.file-upload__label-row .modal-button{display:inline-block;white-space:nowrap}@media screen and (max-width:575.9px){.file-upload__label-row .modal-button{width:100%}}.file-upload__after-input-text{font-weight:400;font-size:12px;line-height:140%;letter-spacing:-.02em;color:rgba(26,26,26,.5019607843)}@media screen and (max-width:575.9px){.file-upload__after-input-text{width:100%;margin-top:10px}}.file-upload__totalFilesCount{display:none}.file-upload__icon-wrap{display:block;margin-bottom:16px}.file-upload__file-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -6px}.file-upload__file-list .uploaded-file{width:20%}@media screen and (max-width:575.9px){.file-upload__file-list .uploaded-file{width:25%}}@media screen and (max-width:425.9px){.file-upload__file-list .uploaded-file{width:33.3333333333%}}.file-upload__file-list:not(:empty){margin-top:15px;margin-bottom:18px}@media screen and (max-width:767.9px){.file-upload__file-list:not(:empty){margin-bottom:0}}.file-upload__label-clear{margin-right:16px}@media screen and (max-width:575.9px){.file-upload__label-clear{margin-right:0}}.uploaded-file{position:relative;height:auto;padding:0 6px;width:100%;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;margin-bottom:12px}@media screen and (max-width:575.9px){.uploaded-file{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}@media screen and (max-width:425.9px){.uploaded-file{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}}.uploaded-file__preview._empty{width:25%;height:25%;top:10px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:425.9px){.uploaded-file__preview._empty{top:3px}}.uploaded-file__preview._empty+.uploaded-file__name{display:block;position:absolute;bottom:0;padding:5px 5px 2px;line-height:1.15;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media screen and (max-width:575.9px){.uploaded-file__preview._empty+.uploaded-file__name{line-height:1}}.uploaded-file__item{position:relative;width:100%;height:auto;padding-bottom:100%;border:1px solid #e3e5e6}.uploaded-file__item img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.uploaded-file__name{display:none}.uploaded-file__params{display:none}.uploaded-file__delete-button{display:block;width:20px;height:20px;border:1px solid #e3e5e6;background-color:#fff;position:absolute;bottom:100%;left:100%;margin-bottom:-10px;margin-left:-10px;border-radius:20px;cursor:pointer}.uploaded-file__delete-button svg{display:block;width:18px;height:18px}.custom-scroll:not(.ps){overflow-y:auto}.custom-scroll{position:relative}.ps{--ps-x-margin:0;--ps-y-margin:0;--ps-size:4px;--ps-thumb-size:4px;--ps-thumb-color:#323e4826;--ps-color:#fff;overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x,.ps__rail-y{position:absolute;overflow:hidden;z-index:10;background-color:#fff;-webkit-transition:.3s;transition:.3s;-webkit-transition-property:background;transition-property:background;background-color:var(--ps-color);opacity:0}.ps__rail-x{bottom:0;margin:var(--ps-x-margin);height:var(--ps-size);border-radius:1rem}.ps__rail-y{right:0;margin:var(--ps-y-margin);width:var(--ps-size);border-radius:1rem}.ps__thumb-x,.ps__thumb-y{position:absolute;-webkit-transition:.3s;transition:.3s;-webkit-transition-property:background,opacity;transition-property:background,opacity;background-color:var(--ps-thumb-color);border-radius:1rem}.ps__thumb-x{height:var(--ps-thumb-size);bottom:calc((var(--ps-size) - var(--ps-thumb-size))/ 2)}.ps__thumb-y{width:var(--ps-thumb-size);right:calc((var(--ps-size) - var(--ps-thumb-size))/ 2)}.ps.ps--active-x>.ps__rail-x,.ps.ps--active-y>.ps__rail-y{display:block;opacity:1}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}.select__root{position:relative;background-color:#fff;border:1px solid rgba(50,62,72,.1490196078);border-radius:1rem;height:4.8rem;padding:1.6rem 1.5rem 0;color:#1a1a1a;width:100%;outline-offset:-1px;font-size:1.6rem;font-weight:400;line-height:1.143}@media screen and (max-width:767.9px){.select__root{height:4rem;line-height:22px}}.select__root.is-focus{outline:1px solid #d6b793}.select__root._is-disabled{pointer-events:none;opacity:.5}.select__root:has(.select__list--single>.select__item--selectable)+.mat-label{-webkit-transform:translateY(-12px);-ms-transform:translateY(-12px);transform:translateY(-12px);font-size:12px}@media screen and (max-width:767.9px){.select__root:has(.select__list--single>.select__item--selectable)+.mat-label{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}}.select__inner{padding-right:2rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}.select__inner::after{position:absolute;content:"";top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:1.6rem;width:1.6rem;height:1.6rem;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2845 6.1555L11.8284 5.64481C11.6095 5.39971 11.2314 5.38374 10.9926 5.60949L7.99967 8.43884L5.00674 5.60949C4.76793 5.38374 4.38986 5.39971 4.17094 5.64481L3.71482 6.15549C3.50287 6.39279 3.52017 6.75615 3.7537 6.97224L7.6035 10.5344C7.8271 10.7413 8.17225 10.7413 8.39585 10.5344L12.2456 6.97224C12.4792 6.75615 12.4965 6.39279 12.2845 6.1555Z' fill='%23353C4C'/%3E%3C/svg%3E");background-size:1.6rem 1.6rem;-webkit-transition:.3s;transition:.3s}.is-open .select__inner::after{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.select__input{width:100%;padding:0 1.2rem;height:4rem;outline:0;border:none;font-size:1.4rem}.select__input-wrapp{background-color:#fff;border:1px solid #dfdfdf;border-radius:.8rem;padding-right:4.2rem;position:relative;margin-bottom:.2rem;overflow:hidden}.select__input-wrapp::after{position:absolute;content:"";top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:1.6rem;width:1.6rem;height:1.6rem;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.35513 6.94632C3.35513 8.89325 4.93343 10.4716 6.88036 10.4716C7.85362 10.4716 8.73477 10.0771 9.37268 9.43944M6.88036 12.3073C3.9196 12.3073 1.51943 9.90708 1.51943 6.94632C1.51943 3.98556 3.9196 1.58538 6.88036 1.58538C9.84112 1.58538 12.2413 3.98555 12.2413 6.94632C12.2413 8.09526 11.8799 9.15979 11.2645 10.0324L13.8631 12.631C13.9826 12.7505 13.9826 12.9442 13.8631 13.0637L12.9977 13.929C12.8782 14.0485 12.6845 14.0485 12.565 13.929L9.96645 11.3304C9.09384 11.9458 8.02931 12.3073 6.88036 12.3073ZM9.37348 9.43863C10.0112 8.80072 10.4056 7.91958 10.4056 6.94632C10.4056 4.99938 8.8273 3.42108 6.88036 3.42108C4.93343 3.42108 3.35513 4.99938 3.35513 6.94632' fill='%23878787'/%3E%3C/svg%3E%0A");background-size:1.6rem 1.6rem}.select__list{width:100%}.select__list--dropdown{position:absolute;bottom:-.6rem;left:0;right:0;background-color:#fff;border:1px solid #dfdfdf;border-radius:1rem;padding:.8rem;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:.3s;transition:.3s;-webkit-transition-property:opacity,max-height;transition-property:opacity,max-height;max-height:0;opacity:0;overflow:hidden;z-index:-1;pointer-events:none}.is-open>.select__list--dropdown{opacity:1;max-height:27rem;pointer-events:all;z-index:2}.select__list>.select__list{max-height:21rem;padding-right:6px;margin-right:-6px;overflow-y:auto}.select__list .select__input.select__input--cloned{-webkit-autofill:none!important}@-webkit-keyframes autofill{to{background:0 0}}@keyframes autofill{to{background:0 0}}.select__list .select__input.select__input--cloned:-webkit-autofill{-webkit-animation-name:autofill;animation-name:autofill;-webkit-animation-fill-mode:both;animation-fill-mode:both}.select__list .select__input{-webkit-animation-name:none!important;animation-name:none!important}.select__item--selectable{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.select__item--choice{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.4rem 1.2rem;background-color:#fff;border-radius:.8rem;width:100%;min-height:4rem;white-space:normal;font-size:1.4rem;font-weight:400;line-height:1.143}.select__item--choice:not(:last-child){margin-bottom:.2rem}@media (hover:hover){.select__item--choice:hover:not(:disabled){background-color:#f5efec;color:#1a1a1a}}.select__item--choice.is-selected{color:#fff;background-color:#d6b793}@media (hover:hover){.select__item--choice.is-selected:hover:not(:disabled){color:#fff;background-color:#d6b793}}.select__item--choice.has-no-choices{height:0;min-height:auto;padding:0;pointer-events:none}.payment-info-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;position:relative;font-size:14px;line-height:1.55;letter-spacing:-.02em;color:#1a1a1a;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.payment-info-badge__text{font-weight:400;color:maroon;border:1px solid maroon;border-radius:4px;padding:0 5px}.payment-info-badge__count{font-weight:400;color:rgba(26,26,26,.5019607843)}.payment-info-badge__icon-wrap{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:5px}.payment-info-badge__icon-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;border:0;background:0 0;color:rgba(50,62,72,.2196078431);cursor:pointer;-webkit-transition:color .2s ease;transition:color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.payment-info-badge__icon-btn:hover{color:rgba(50,62,72,.1490196078)}.payment-info-badge__icon{min-width:20px;width:20px;height:20px;display:block}.payment-info-badge__popover{position:absolute;top:100%;right:0;width:298px;max-width:90vw;display:none;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:opacity .2s ease,visibility .2s ease;transition:opacity .2s ease,visibility .2s ease;z-index:100;padding:8px 0 0 0}@media screen and (max-width:767.9px){.payment-info-badge__popover{width:260px}}.payment-info-badge__popover._positioning{display:block;visibility:hidden;opacity:0;pointer-events:none}.payment-info-badge__popover._active{display:block;opacity:1;visibility:visible;pointer-events:auto}.payment-info-badge__popover-content{font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.02em;padding:16px;color:#4a4f53;text-align:left;background:#fff;border:1px solid rgba(50,62,72,.1490196078);border-radius:8px;-webkit-box-shadow:4px 8px 12px 0 rgba(50,62,72,.15);box-shadow:4px 8px 12px 0 rgba(50,62,72,.15)}.payment-info-badge__link{color:#323e48;text-decoration:underline;-webkit-transition:color .2s ease;transition:color .2s ease}.payment-info-badge__link:hover{color:rgba(50,62,72,.8980392157);text-decoration:underline}.payment-info-badge__link:active{color:#1a1a1a}.modal{position:fixed;top:0;left:0;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;background:rgba(53,60,76,.4);-webkit-transition:opacity .3s ease;transition:opacity .3s ease;opacity:0;pointer-events:none;z-index:1100}.modal__body{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:767.9px){.modal__body{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}}.modal__top{position:absolute;top:0;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:2.4rem}@media screen and (max-width:639.9px){.modal__top{padding:1.2rem}}.modal__content{position:relative;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);width:100%}.modal__content .header-modal{margin:0 auto}.modal__inner{padding-top:6rem;padding-bottom:6rem;padding-left:4rem;padding-right:4rem;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:639.9px){.modal__inner{padding-left:1.2rem;padding-right:1.2rem;padding-bottom:3rem;padding-top:3rem}}.modal.is-active{opacity:1;pointer-events:initial}.modal.is-active .modal__content{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}@media screen and (max-width:575.9px){.modal--info .modal__body{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:575.9px){.modal--cookie-settings .modal__inner{padding:0}}.modal--size-table .header-modal{width:auto}.modal--size-table .header-modal__body img{width:99%}@media screen and (max-width:575.9px) and (min-width:375px){.modal--show-review .modal__inner{padding-left:1.6rem;padding-right:1.6rem}}.modal [data-getReviewsByProduct]{position:relative}.modal [data-getReviewsByProduct] .loader-opacity{position:absolute}.modal [data-getReviewsByProduct] .loader-opacity:before{width:2.8rem;height:2.8rem}.modal [data-getReviewsByProduct] .loader-opacity:after{width:100%}.catalog-heading-slider{position:relative;padding-top:6px;padding-bottom:3px}.catalog-heading-slider .swiper{overflow:visible}.catalog-heading-slider__swiper .swiper-slide{width:120px;-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;max-width:120px}@media screen and (max-width:1023.9px){.catalog-heading-slider__swiper .swiper-slide{width:100px;-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;max-width:100px}}@media screen and (max-width:767.9px){.catalog-heading-slider__swiper .swiper-slide{width:80px;-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px;max-width:80px}}@media screen and (max-width:639.9px){.catalog-heading-slider__swiper .swiper-slide{width:76px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:76px}}@media screen and (max-width:575.9px){.catalog-heading-slider__swiper .swiper-slide{width:64px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:64px}}@media screen and (max-width:425.9px){.catalog-heading-slider__swiper .swiper-slide{width:56px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:56px}}.catalog-heading-slider__center-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;max-width:1330px}@media screen and (max-width:575.9px){.catalog-heading-slider__center-wrap{margin-right:0}}.catalog-heading-slider__swiper-wrap{position:relative;max-width:100%}.catalog-heading-slider .catalog-link-slide__circle{width:120px;height:120px}@media screen and (max-width:1023.9px){.catalog-heading-slider .catalog-link-slide__circle{width:100px;height:100px}}@media screen and (max-width:767.9px){.catalog-heading-slider .catalog-link-slide__circle{width:80px;height:80px}}@media screen and (max-width:639.9px){.catalog-heading-slider .catalog-link-slide__circle{width:76px;height:76px}}@media screen and (max-width:575.9px){.catalog-heading-slider .catalog-link-slide__circle{width:64px;height:64px}}@media screen and (max-width:425.9px){.catalog-heading-slider .catalog-link-slide__circle{width:56px;height:56px}}.catalog-heading-slider .catalog-link-slide__title{font-size:14px;letter-spacing:-.01em;margin-top:8px}@media screen and (max-width:767.9px){.catalog-heading-slider .catalog-link-slide__title{font-size:12px}}@media screen and (max-width:639.9px){.catalog-heading-slider .catalog-link-slide__title{padding:0;margin-top:16px}}.catalog-heading-slider .catalog-link-slide.catalog-link-slide_quad .catalog-link-slide__circle{border-radius:8px}