:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translate(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translate(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translate(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translate(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media (hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease;width:var(--f-button-svg-width)}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:visible;overscroll-behavior-y:contain;padding:0;position:fixed;right:0;top:0;transform-origin:top left;z-index:var(--fancybox-zIndex,1050)}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container::backdrop{background-color:transparent}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{box-sizing:border-box;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;overscroll-behavior:contain;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{display:block;filter:blur(0);height:100%;margin:auto;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:rgba(24,24,27,.5);bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{height:100%;width:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(1px,1px,1px,1px)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{-webkit-tap-highlight-color:rgba(0,0,0,0);flex:0 0 auto;margin:0;overflow:hidden;perspective:1000px;position:relative;transform:translateZ(0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-thumbs .f-spinner{background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;transform:translateZ(0);width:100%}.f-thumbs__track{display:flex}.f-thumbs__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc((var(--f-thumb-clip-width, 0))*-.5);position:absolute;top:0;width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0))}.is-modern .f-thumbs__slide{pointer-events:none;transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none;width:var(--f-thumb-clip-width)}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:-webkit-clip-path .33s ease;transition:clip-path .33s ease;transition:clip-path .33s ease,-webkit-clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0 -100%;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;touch-action:manipulation;transition:opacity .2s ease;width:var(--f-thumb-width)}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*(1 - var(--progress, 0))*.5) round var(--f-thumb-border-radius,0));-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);content:"";height:auto;z-index:10}.f-thumbs__slide__img,.is-classic .is-nav-selected .f-thumbs__slide__button:after{border-radius:var(--f-thumb-border-radius);bottom:0;left:0;position:absolute;right:0;top:0}.f-thumbs__slide__img{box-sizing:border-box;height:100%;margin:0;-o-object-fit:cover;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{-webkit-font-smoothing:subpixel-antialiased;cursor:default;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:30}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer;opacity:.7}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #00bfff;opacity:1}.splide__arrow{align-items:center;background:transparent;border:0;border-radius:0;cursor:pointer;display:flex;height:2.5em;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2.5em;z-index:1}.splide__arrow svg{fill:#00bfff;height:2.5em;transition:fill .2s linear;width:2.5em}.splide__arrow:hover:not(:disabled) svg{fill:#66d9ff}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #00bfff;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #00bfff;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:10px;margin:3px;padding:0;position:relative;transition:background-color .2s linear,transform .2s linear;width:10px}.splide__pagination__page.is-active{background:#00bfff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{background:#66d9ff;cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #00bfff;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #00bfff;outline-offset:3px}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #00bfff;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports (outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #00bfff;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #00bfff}}@supports (outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #00bfff;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #00bfff}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#00bfff}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #00bfff;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #00bfff;outline-offset:3px}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA)}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.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,.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{transform-style:preserve-3d}.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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.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{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;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);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.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{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.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:transform .2s,top .2s}.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:translate(-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:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.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));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.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{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.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{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.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,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{backface-visibility:hidden;pointer-events:none;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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}:root{--color-base-dark:#011f3a;--color-grey-600:#99a5b0;--color-grey-400:#e0e4eb;--color-grey-300:#eff1f5;--color-grey-200:#f6f7fb;--color-grey-100:#fafbfd;--color-grey-50:#fff;--color-white:var(--color-grey-50);--color-warning:#eb5757;--color-orange:#eb9b51;--color-acces:#30be6d;--color-important:#109ffc;--gardient-primary:linear-gradient(315.2deg,#14d7f2 -55.57%,#1cd5a8 35.43%,#22d26d 116.11%);--gradient-priamry2:linear-gradient(135deg,#99a5b0 45%,#14d7f2 60%,#1cd5a8 69%,#22d26d 85%);--color-white-rgba-05:hsla(0,0%,100%,.5);--color-green-type4:#95dc94;--color-green:#22d26d;--gradient-sticker:linear-gradient(281.19deg,#10c5fe -16.7%,#0f7af9 120.21%);--gradient-bonus:linear-gradient(281.19deg,#14b2f2 -16.7%,#d222cb 120.21%);--color-type1:linear-gradient(90deg,#9796f0,#fbc7d4);--color-type2:linear-gradient(295.93deg,#c614f2 -36.47%,#f9d61b 96.64%);--color-type3:linear-gradient(295.93deg,#c614f2 -36.47%,#1bf9ec 96.64%);--color-b2b:#109ffc;--gardient-b2b:linear-gradient(281.19deg,#10c5fe -16.7%,#0f7af9 120.21%);--main-ff:"Golos",sans-serif;--font-heading-h1:400 6rem/110% var(--main-ff);--font-heading-h2-md:500 3.6rem/110% var(--main-ff);--font-heading-h2:400 3.6rem/110% var(--main-ff);--font-heading-h3-md:500 2.8rem/110% var(--main-ff);--font-heading-h4-md:500 2.4rem/150% var(--main-ff);--font-heading-h4:400 2.4rem/150% var(--main-ff);--font-heading-h5-md:500 1.8rem/1.2 var(--main-ff);--font-text-t1-md:500 2rem/1.2 var(--main-ff);--font-text-t1:400 2rem/1.2 var(--main-ff);--font-text-t2-md:500 1.8rem/115% var(--main-ff);--font-text-t2:400 1.8rem/115% var(--main-ff);--font-text-t3-bld:700 1.6rem/1.2 var(--main-ff);--font-text-t3-md:500 1.6rem/1.2 var(--main-ff);--font-text-t3:400 1.6rem/1.2 var(--main-ff);--font-text-t3-ln:400 1.6rem/150% var(--main-ff);--font-text-t4-md:500 1.4rem/1.2 var(--main-ff);--font-text-t4:400 1.4rem/1.2 var(--main-ff);--font-text-t4-ln:400 1.4rem/140% var(--main-ff);--font-text-t5-md:500 1.2rem/1.2 var(--main-ff);--font-text-t5:400 1.2rem/1.2 var(--main-ff);--font-btn-1-md:500 1.6rem/1 var(--main-ff);--font-btn-1:400 1.6rem/1 var(--main-ff);--font-btn-2-md:500 1.4rem/1 var(--main-ff);--font-btn-2:400 1.4rem/1 var(--main-ff);--font-label:400 1rem/1.2 var(--main-ff);--content-padding:40px;--grid-offset:16px;--header-height:20rem;--transition:.2s;--box-shadow:0px 0px 64px rgba(0,0,0,.05);--mobile-height-nav:6.2rem}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.noUi-target{position:relative}.noUi-base,.noUi-connects{height:100%;position:relative;width:100%;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{height:100%;position:absolute;right:0;top:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-style:flat;width:100%;will-change:transform;z-index:1}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{height:28px;right:-17px;top:-6px;width:34px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{bottom:-17px;height:34px;right:-6px;width:28px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#fafafa;border:1px solid #d3d3d3;border-radius:4px;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{background:#fff;border:1px solid #d9d9d9;border-radius:3px;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;cursor:default}.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{background:#e8e7e6;content:"";display:block;height:14px;left:14px;position:absolute;top:6px;width:1px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{height:1px;left:6px;top:14px;width:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{color:#999;position:absolute}.noUi-value{position:absolute;text-align:center;white-space:nowrap}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{background:#ccc;position:absolute}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{height:80px;left:0;padding:10px 0;top:100%;width:100%}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{height:5px;margin-left:-1px;width:2px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{height:100%;left:100%;padding:0 10px;top:0}.noUi-value-vertical{padding-left:25px;transform:translateY(-50%)}.noUi-rtl .noUi-value-vertical{transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{height:2px;margin-top:-1px;width:5px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{background:#fff;border:1px solid #d9d9d9;border-radius:3px;color:#000;display:block;padding:5px;position:absolute;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{bottom:120%;left:50%;transform:translate(-50%)}.noUi-vertical .noUi-tooltip{right:120%;top:50%;transform:translateY(-50%)}.noUi-horizontal .noUi-origin>.noUi-tooltip{bottom:10px;left:auto;transform:translate(50%)}.noUi-vertical .noUi-origin>.noUi-tooltip{right:28px;top:auto;transform:translateY(-18px)}@font-face{font-display:swap;font-family:Golos;font-style:normal;font-weight:400;src:url(./Golos-Text-Regular.ae569ca7.woff2) format("woff2"),url(./Golos-Text-Regular.26ef9cdc.woff) format("woff")}@font-face{font-display:swap;font-family:Golos;font-style:normal;font-weight:500;src:url(./Golos-Text-Medium.82502526.woff2) format("woff2"),url(./Golos-Text-Medium.2d7250bf.woff) format("woff")}@font-face{font-display:swap;font-family:Golos;font-style:normal;font-weight:700;src:url(./Golos-Text_Bold.77639dc3.woff2) format("woff2"),url(./Golos-Text_Bold.bcf8facd.woff) format("woff")}*,:after,:before{-webkit-tap-highlight-color:transparent;box-sizing:border-box}html{font-size:10px;line-height:1.2}@media screen and (max-width:1536px){html{font-size:9px}}@media screen and (max-width:1440px){html{font-size:8px}}@media screen and (max-width:1199px){html{font-size:8px}}@media screen and (max-width:991px){html{font-size:10px}}@media screen and (max-width:310px){html{font-size:8px}}.nuxt-layout.b2b,html.b2b{--gardient-primary:var(--gardient-b2b);--color-acces:var(--color-b2b);--color-green:var(--color-b2b);--color-green-type4:var(--color-b2b)}body{background-color:var(--color-grey-50);color:var(--color-base-dark);font:var(--font-text-t3)}body ::-moz-selection{background-color:var(--color-acces);color:var(--color-white)}body ::selection{background-color:var(--color-acces);color:var(--color-white)}.body_grey{background-color:var(--color-grey-200)}.body_grey .footer{background-color:var(--color-grey-50)}ol,ul{list-style:none}ol{counter-reset:ordered-list}ol>li{counter-increment:ordered-list}ol>li:before{content:counter(ordered-list) "."}input,textarea{background-color:transparent;border:none;border-radius:0;box-shadow:none;display:block;font:inherit;outline:none;width:100%}input:not([type=checkbox]):not([type=radio]){-moz-appearance:none;appearance:none;-webkit-appearance:none}textarea{box-shadow:none;display:block;height:20rem;overflow:auto;resize:none;width:100%}textarea::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}textarea::-webkit-scrollbar-thumb{background:var(--color-grey-600)}textarea::-webkit-scrollbar-button{display:none}textarea::-webkit-scrollbar-track{background-color:var(--color-grey-300)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=search]{-webkit-appearance:textfield;outline-offset:-2px}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;display:none}button{-webkit-appearance:none;border:none;cursor:pointer;display:inline-flex;font:inherit;margin:0;outline:none;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}a,button{background-color:transparent;transition:color .2s}a{color:inherit;text-decoration:none}svg{fill:currentColor;display:block;flex-shrink:0;transition:fill .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}img{height:auto;max-width:100%;vertical-align:middle}b,strong{font-weight:500}.list-rest{list-style:none;margin:0;padding:0}.visually-hidden{clip:rect(0 0 0 0);height:1px;margin:-1px;position:absolute;width:1px}.site-container{margin-left:auto;margin-right:auto;max-width:1600px;padding-left:var(--content-padding);padding-right:var(--content-padding);width:100%}.page-wrapper{display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.page-wrapper.overflow-visible{overflow:visible}.page-main{flex-grow:1}.top-offset{padding-top:var(--header-height)}.top-offset2{padding-top:11.4rem}@media screen and (max-width:991px){.top-offset2{padding-top:10.1rem}}.button-reset{background-color:transparent;border:none;border-radius:0;margin:0;padding:0}.js-focus-visible a:focus:not(.focus-visible),.js-focus-visible button:focus:not(.focus-visible){outline:none}button{color:inherit}a:focus,button:focus{outline:none}a.focus-visible,button.focus-visible{outline:1px solid var(--color-acces)}label.disabled{opacity:.8;pointer-events:none}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{background-color:transparent}.grid-container{grid-gap:var(--grid-offset);display:grid;grid-template-columns:repeat(24,1fr)}.grid-container__block:first-child{grid-column:span 6}.grid-container__block:nth-child(2){grid-column:span 18}@media screen and (max-width:767px){.grid-container{grid-template-columns:repeat(8,1fr)}.grid-container__block:first-child,.grid-container__block:nth-child(2){grid-column:span 8}}.personal-grid-container{grid-gap:var(--grid-offset);display:grid;grid-template-columns:repeat(24,1fr)}.personal-grid-container__block:first-child{grid-column:span 6}.personal-grid-container__block:nth-child(2){grid-column:span 18}@media screen and (max-width:767px){.personal-grid-container{display:flex;flex-direction:column;gap:16px}}[data-simplebar] .simplebar-track.simplebar-vertical{width:.7rem}[data-simplebar] .simplebar-scrollbar:before{background:var(--color-grey-600)}.js-popup-parent{position:relative}.disable-scroll{height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100%}.is-hidden{display:none!important}.highlighted{color:var(--color-green-type4)!important}.section{margin-bottom:10rem;transition:height .3s ease-in-out}@media screen and (max-width:1199px){.section{margin-bottom:6rem}}@media screen and (max-width:767px){.section{margin-bottom:4.8rem}}.section--padding{padding-bottom:10rem}@media screen and (max-width:1199px){.section--padding{padding-bottom:6rem}}@media screen and (max-width:767px){.section--padding{padding-bottom:4.8rem}}.site-second-heading{font:var(--font-heading-h3-md);margin-bottom:20px}.site-fourth-heading{font:var(--font-heading-h4-md)}.site-heading{font:var(--font-heading-h1);font-weight:500}.site-link-wrapper{align-items:center;display:flex;justify-content:space-between}.swiper-backface-hidden .swiper-slide{transform:none}.page-count{position:relative}.page-count:before{color:var(--color-grey-600);content:attr(data-count);font:var(--font-text-t1);left:calc(100% + .8rem);position:absolute;top:.2rem}.page-count.loading-products:before{display:none}.page-count sup{color:var(--color-grey-600);font:var(--font-text-t1);left:5px;position:relative;vertical-align:super}.js-tabs-content,.js-tabs-content2{display:none}.js-tabs-content.is-active,.js-tabs-content2.is-active{display:block}.mb0{margin-bottom:0!important}.mb48{margin-bottom:4.8rem}@media screen and (max-width:767px){.mb48{margin-bottom:2.4rem}}.mb40{margin-bottom:4rem}@media screen and (max-width:767px){.mb40{margin-bottom:3.2rem}}.mb32{margin-bottom:3.2rem}@media screen and (max-width:767px){.mb32{margin-bottom:1.6rem}}.mb24{margin-bottom:2.4rem}@media screen and (max-width:767px){.mb24{margin-bottom:1.6rem}}.mb20{margin-bottom:2rem}@media screen and (max-width:767px){.mb20{margin-bottom:1.6rem}}.mb16{margin-bottom:1.6rem}.mb12{margin-bottom:1.2rem}@media screen and (max-width:1199px){.page-cabinet{--header-height:5.6rem}.page-cabinet .breadcrumbs-section,.page-cabinet .header{display:none}}.hr{border:1px solid var(--color-grey-300);margin:3.2rem 0;width:100%}@media screen and (max-width:991px){.hr{margin:1.6rem 0}}.invalid-validate{color:#d22722;font-size:14px}.invalid-input{border:1px solid #d22722}.disabled-block-opacity{opacity:.5;pointer-events:none}.vfm__content{max-height:100vh;overflow-y:auto}.input-whith-btn{align-items:center;background-color:var(--color-white);border-radius:.8rem;display:flex;padding:.6rem;width:100%}.input-whith-btn__inpt{flex-grow:1;font:var(--font-btn-1);padding:1.4rem 2.4rem 1.4rem 1.8rem}.input-whith-btn__inpt::-webkit-input-placeholder{color:var(--color-grey-600);font:var(--font-btn-1)}.input-whith-btn__inpt:-moz-placeholder,.input-whith-btn__inpt::-moz-placeholder{color:var(--color-grey-600);font:var(--font-btn-1)}.input-whith-btn__inpt:-ms-input-placeholder{color:var(--color-grey-600);font:var(--font-btn-1)}.input-whith-btn__btn{flex-shrink:0}@media screen and (max-width:767px){.input-whith-btn{height:4.4rem}.input-whith-btn__btn.small._no-icon{padding:.9rem 1.2rem!important}}.agreement-text{color:var(--color-grey-600);font:var(--font-text-t4-ln);margin-top:1.6rem;text-align:center}.agreement-text a{color:var(--color-base-dark);text-decoration:underline}.breadcrumbs{align-items:center;display:flex}@media screen and (max-width:991px){.breadcrumbs{-ms-overflow-style:none;margin-right:calc(var(--content-padding)*-1);overflow:auto;padding-right:var(--content-padding);scrollbar-width:none}.breadcrumbs::-webkit-scrollbar *{background:transparent}.breadcrumbs::-webkit-scrollbar-track{background-color:transparent}.breadcrumbs::-webkit-scrollbar{background-color:transparent;display:none}.breadcrumbs::-webkit-scrollbar-thumb{background-color:transparent}}.breadcrumbs__container{margin-bottom:3.2rem;margin-top:3.2rem}@media screen and (max-width:767px){.breadcrumbs__container{margin-bottom:3.2rem;margin-top:2.4rem}}.breadcrumbs__arrow{background-color:var(--color-grey-600);border-radius:50%;display:block;flex-shrink:0;height:.3rem;margin:0 .6rem;width:.3rem}.breadcrumbs__item{color:var(--color-grey-600);font:var(--font-text-t4-ln)}@media screen and (max-width:991px){.breadcrumbs__item{flex-shrink:0}}.category-cart{background-color:#ffffffd9;border:1.6rem;border-radius:1.6rem;display:flex;height:14.4rem;justify-content:space-between;padding:1.6rem;position:relative;transition:background-color var(--transition);width:100%}.category-cart:hover{background-color:var(--color-white)}.category-cart:hover .category-cart__num{color:var(--color-acces);transform:translate(0)}.category-cart:hover .category-cart__icon{color:var(--color-acces);opacity:1}.category-cart__info{align-items:flex-start;display:flex;flex-direction:column;height:100%}@media screen and (max-width:767px){.category-cart__info{margin-left:1.6rem;order:2}}.category-cart__link{display:inline-block;font:var(--font-text-t2-md);margin-bottom:1rem}.category-cart__link:before{content:"";left:0;position:absolute;top:0;inset:0;z-index:2}@media screen and (max-width:767px){.category-cart__link{margin-bottom:0}}.category-cart__legend{align-items:center;color:var(--color-grey-600);display:flex;font:var(--font-btn-2);margin-top:auto}@media screen and (max-width:767px){.category-cart__legend{display:none}}.category-cart__icon{flex-shrink:0;height:1.6rem;margin-right:.7rem;opacity:0;transition:color var(--transition),opacity var(--transition);width:1.6rem}.category-cart__num{transform:translate(-2.3rem);transition:transform var(--transition)}.category-cart__img{height:10rem;-o-object-fit:cover;object-fit:cover;width:10rem}@media screen and (max-width:767px){.category-cart__img{height:4.8rem;width:4.8rem}.category-cart{align-items:center;border-radius:.8rem;height:auto;justify-content:stretch;padding:.8rem}}.socials{align-items:center;display:flex}.socials__item{margin-right:.8rem}.socials__item:last-child{margin-right:0}.socials__link{align-items:center;background-color:var(--color-white);border-radius:50%;display:flex;height:3.6rem;justify-content:center;width:3.6rem}.socials__link-icon{color:var(--color-base-dark);height:1.6rem;width:1.6rem}.loader{animation:spin 1s linear infinite;border:2px solid #838282;border-radius:50%;border-top-color:#fff;height:18px;margin:0 auto;width:18px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.button-loading:after{content:url(../images/button-spinner.svg);display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-45%)}.button-loading span{opacity:0}.site-more-link{align-items:center;display:flex;font:var(--font-btn-1)}.site-more-link:hover{color:var(--color-green)}.site-more-link__icon{color:currentColor;height:2rem;margin-right:.6rem;width:2rem}.site-more-link__name._mobile{display:none}@media screen and (max-width:767px){.site-more-link__name._desktop{display:none}.site-more-link__name._mobile{display:block}}.site-nav-btn{align-items:center;background-color:var(--color-white);border-radius:50%;box-shadow:10px 0 64px #1a40621f;display:flex;height:6.4rem;justify-content:center;pointer-events:auto;transition:background-color var(--transition);width:6.4rem}@media screen and (max-width:1199px){.site-nav-btn{height:4.8rem;width:4.8rem}}.site-nav-btn:hover{background-color:var(--color-grey-200)}.site-nav-btn:active{background-color:var(--color-grey-400)}.site-nav-btn.swiper-button-disabled{cursor:not-allowed;opacity:.4}.site-nav-btn:nth-child(2){transform:scaleX(-1)}.site-nav-btn__icon{color:var(--color-base-dark);height:1.6rem;width:1.6rem}@media screen and (max-width:767px){.site-nav-btn__icon{height:1rem;width:1rem}.site-nav-btn{height:3.2rem;width:3.2rem}}.sticker{background-color:var(--color-grey-200);border-radius:99.9rem;color:var(--color-grey-600);display:inline-block;padding:.4rem 1.2rem}.sticker--white{background-color:var(--color-white);color:var(--color-base-dark)}.sale-card{align-items:flex-start;display:block;display:flex;flex-direction:column;min-height:31.1rem;position:relative;width:100%}@media screen and (max-width:991px){.sale-card{height:100%;min-height:0}}.sale-card__img{border-radius:1.6rem;height:20.8rem;margin-bottom:2.4rem;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:991px){.sale-card__img{border-radius:1.2rem;margin-bottom:1.2rem}}@media screen and (max-width:767px){.sale-card__img{height:18.5rem}}.sale-card__heading{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:block;display:-webkit-box;font:var(--font-text-t2-md);margin-bottom:1.2rem;overflow:hidden}.sale-card__heading:before{content:"";position:absolute;top:0;inset:0}.sale-card__tag{margin-top:auto}.sale-card__vid-btn{align-items:center;background:var(--gardient-primary);border-radius:50%;display:flex;height:6.2rem;justify-content:center;left:50%;position:absolute;top:9.4rem;transform:translate(-50%);width:6.2rem}.sale-card__vid-btn .icon{color:var(--color-white);height:2rem;margin-left:.5rem;width:2rem}.sale-card.is-video .sale-card__heading{display:block}.sale-card.is-video .sale-card__heading:before{content:none}.sale-card.is-video .sale-card__img{height:25rem}@media screen and (max-width:991px){.sale-card.is-video .sale-card__img{height:21rem}}.sale-card.is-video div{width:100%}.counter{background-color:var(--color-grey-200);border-radius:.8rem;display:flex;height:4.4rem;width:10rem}.counter__btn{align-items:center;background-color:transparent;display:flex;flex-shrink:0;font:var(--font-text-t1-md);height:100%;justify-content:center;width:2.5rem}.counter__btn[disabled]{cursor:not-allowed;opacity:.3}@media screen and (max-width:991px){.counter__btn{justify-content:flex-end;width:2rem}.counter__btn:nth-of-type(2){justify-content:flex-start}}.counter__input{flex-grow:1;height:100%;text-align:center}.counter__wrapper{display:inline-block;text-align:center}.counter__per-one{color:var(--color-grey-600);font:var(--font-text-t5);margin-top:.4rem}@media screen and (max-width:991px){.counter{border-radius:.4rem;height:3.2rem}}.characteristics-card{display:block}.characteristics-card__item{align-items:center;display:flex;font:var(--font-text-t4)}.characteristics-card__label{color:var(--color-grey-600);display:block;margin-right:.8rem}.product-card{--btns-height:8.2rem;display:grid;grid-template-rows:.66fr .33fr;height:100%;max-width:30.4rem;padding:1.8rem;position:relative;z-index:2}.product-card,.product-card:before{background-color:var(--color-white);border-radius:1.6rem}.product-card:before{box-shadow:0 4px 13px #011f3a0a,0 5px 40px #011f3a1a;content:"";height:calc(100% + var(--btns-height));left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}@media screen and (max-width:1199px){.product-card:before{display:none}.product-card{padding:.6rem .6rem 0}}@media (max-width:449px){.product-card{margin-left:auto;margin-right:auto}}.product-card .tezis{display:none}.product-card:hover{z-index:3}.product-card:hover:before{opacity:1}.product-card:hover .product-card__btns{opacity:1;visibility:visible}.product-card:hover .has-tezis{display:none}.product-card:hover .tezis{display:inline}.product-card.is-empty .product-card__img-wrapper:before{background-color:#fff9;content:"";left:0;position:absolute;top:0;inset:0}.product-card__img-wrapper{align-items:center;display:flex;height:22.2rem;justify-content:center;margin-bottom:.8rem;position:relative;width:100%}.product-card__img-wrapper a{width:100%}.product-card__img-wrapper .swiper-slide{display:flex}.product-card__img-wrapper img{border-radius:.6rem;height:22.2rem;margin:auto;-o-object-fit:cover;object-fit:cover;width:22.2rem}@media screen and (max-width:1199px){.product-card__img-wrapper img{height:14.4rem;width:14.4rem}}.product-card__img-wrapper._is-opened:before{background-color:#fff9;content:"";left:0;position:absolute;top:0;inset:0}@media screen and (max-width:1199px){.product-card__img-wrapper{height:14.4rem}}.product-card__pagination{align-items:center;bottom:.2rem!important;display:flex;gap:.4rem;padding:.8rem;position:absolute;z-index:4}@media screen and (max-width:1199px){.product-card__pagination{padding:.4rem}}.product-card__pagination .swiper-pagination-bullet{background-color:var(--color-base-dark);border-radius:4rem;height:.8rem;margin:0!important;width:.1rem}.product-card__stickers{display:flex;flex-wrap:wrap;gap:.8rem;left:0;position:absolute;top:0;z-index:3}.product-card__ratings{align-items:center;display:flex;margin-bottom:1.2rem}.product-card__link{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:inline-block;display:-webkit-box;font:var(--font-text-t4);margin-bottom:1.6rem;overflow:hidden}@media screen and (max-width:1199px){.product-card__link{margin-bottom:2.6rem}}.product-card__prices{align-items:center;display:flex;position:relative}.product-card__main-price{display:block;font:var(--font-text-t1-md);margin-right:1.2rem}@media screen and (max-width:1199px){.product-card__main-price{margin-right:.8rem}}.product-card__old-price{color:var(--color-grey-600);display:block;font:var(--font-text-t4);margin-right:1.5rem;text-decoration:line-through}@media screen and (max-width:1199px){.product-card__old-price{left:0;position:absolute;top:-1.3rem}}.product-card__bonus span span{display:none}.product-card__btns{align-items:center;background-color:var(--color-white);border-radius:1.6rem;display:flex;height:var(--btns-height);left:0;opacity:0;padding:2.2rem 1.8rem 1.8rem;position:absolute;top:100%;visibility:hidden;width:100%}@media screen and (max-width:1199px){.product-card__btns{height:auto;left:auto;margin-top:1rem;opacity:1;padding:0;position:static;top:auto;visibility:visible}}.product-card__btn-wrapper{margin-right:auto}.product-card__btn-wrapper.is-active .counter{display:flex}.product-card__btn-wrapper.is-active .product-card__btn{display:none}.product-card__btn{justify-content:center;width:16.4rem}.product-card__btn.is-active,.product-card__btn.is-hidden{display:block}@media screen and (max-width:1199px){.product-card__btn{border-radius:.4rem!important;max-width:16.4rem;min-width:8.6rem;padding:.8rem!important;width:100%}.product-card__btn .button__name{display:none}}.product-card__counter{display:none;max-width:16.4rem;min-width:8.6rem;width:100%}.product-card__btn-mobile-icon{display:none}@media screen and (max-width:1199px){.product-card__btn-mobile-icon{display:block}}.product-card__btns-wrapper{margin-top:auto}.product-card__include-btn,.product-card__include-btns{align-items:center;display:flex}.product-card__include-btn{height:4.4rem;justify-content:center;width:4rem}.product-card__include-btn.is-active .icon,.product-card__include-btn:hover .icon{color:var(--color-green)}@media screen and (max-width:1199px){.product-card__include-btn{height:3.2rem;width:3.2rem}}.product-card__include-btn-icon{color:var(--color-grey-600);height:2.4rem;transition:color var(--transition);width:2.4rem}@media screen and (max-width:1199px){.product-card__include-btn-icon{height:1.6rem;width:1.6rem}}.product-card__reviews{color:var(--color-grey-600);display:none;font:var(--font-text-t4);margin-left:1.2rem}.product-card__characteristics{display:none}.product-card.mod-comparison{padding-bottom:1.8rem;padding-left:0}.product-card.mod-comparison:before{content:none}.product-card.mod-comparison .product-card__btns{height:auto;opacity:1;padding:0;position:static;visibility:visible}.product-card.mod-comparison .product-card__prices,.product-card.mod-comparison .product-card__stickers{display:none}.product-card.mod-comparison .product-card__btn{margin-right:2.4rem}@media screen and (max-width:1199px){.product-card.mod-comparison .product-card__btn{margin-right:.4rem}}.product-card--small:before{content:none}.product-card--small .product-card__btns{height:auto;opacity:1;padding:0;position:static;visibility:visible}.product-card-analogue{border-radius:1.6rem;display:flex;flex-direction:column;height:100%}@media screen and (max-width:767px){.product-card-analogue{border-radius:.4rem}}@media screen and (max-width:350px){.product-card-analogue .product-card__btns{align-items:stretch;flex-direction:column}.product-card-analogue .product-card__btn-wrapper{margin-bottom:1rem;margin-right:0}}.product-card-analogue .product-card{border-radius:0;padding:3.2rem 3.2rem .8rem}.product-card-analogue .product-card:before{content:none}@media screen and (max-width:767px){.product-card-analogue .product-card{padding:.8rem}}.product-card-analogue--grey,.product-card-analogue--grey .product-card,.product-card-analogue--grey .product-card__btns{background-color:var(--color-grey-100)}.product-card-analogue--grey .product-card__img-wrapper img{mix-blend-mode:multiply}.product-card-analogue--no-table-legend .product-card-analogue__table-legend{display:none}.product-card-analogue .product-card__btns{height:auto;left:auto;margin-top:2.2rem;opacity:1;padding:0;position:static;top:auto;visibility:visible}.product-card-analogue__table{padding-bottom:3.2rem}@media screen and (max-width:767px){.product-card-analogue__table{padding-bottom:.8rem}}.product-card-analogue__table-item-wrapper{border-bottom:1px solid var(--color-grey-300);padding:1.6rem 3.2rem}.product-card-analogue__table-item-wrapper:last-child{border-bottom:none;padding-bottom:0}@media screen and (max-width:767px){.product-card-analogue__table-item-wrapper{padding:1.2rem .8rem}}.product-card-analogue__table-item{display:flex;flex-direction:column;height:5.4rem}@media screen and (max-width:767px){.product-card-analogue__table-item{height:4.4rem}}.product-card-analogue__table-legend{color:var(--color-grey-600);display:block;margin-bottom:.6rem}.product-card-analogue__table-label{margin-top:auto}.rate{align-items:center;background-color:var(--color-grey-200);border-radius:.4rem;display:inline-flex;padding:.4rem .8rem .4rem .6rem}.rate__icon{color:var(--color-base-dark);height:1.5rem;margin-right:.2rem;width:1.5rem}.rate__num{display:block;font:var(--font-text-t4-md)}.sticker-cart{background-color:var(--color-grey-600);background-repeat:no-repeat;background-size:contain;background-size:cover;border-radius:.4rem;color:var(--color-white);font:var(--font-text-t4-md);padding:.3rem .8rem}.sticker-cart__btn{align-items:center;background-color:var(--color-white);border:1px solid var(--color-grey-600);border-radius:.4rem;color:var(--color-grey-600);display:flex;font:var(--font-text-t4-md);justify-content:center;padding:.3rem .5rem}.sticker-cart__btn.is-active .icon{display:block}.sticker-cart__btn.is-active span{display:none}.sticker-cart__btn .icon{display:none;height:1.6rem;width:1.6rem}@media screen and (max-width:767px){.sticker-cart__btn .icon{height:1.2rem;width:1.2rem}}.sticker-cart._order{background-color:var(--color-orange)}.sticker-cart._hit{background-image:url(../images/blue-bg-small1.jpg)}.sticker-cart._discount{background-image:url(../images/puple-bg-small1.jpg)}.sticker-cart._current{background-color:var(--color-base-dark)}.sticker-cart._new{background-color:var(--color-warning)}.tag{background-color:var(--color-white);border-radius:.8rem;color:var(--color-base-dark);display:inline-block;font:var(--font-btn-1);opacity:.6;padding:1.3rem 1.6rem;transition:opacity var(--transition),border-color var(--transition)}@media screen and (max-width:991px){.tag{padding:.8rem 1.2rem}}@media screen and (max-width:767px){.tag{border-radius:.4rem;font:var(--font-text-t3)}}.tag__list{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:5.6rem;margin-top:4rem}@media screen and (max-width:991px){.tag__list{gap:.8rem;margin-bottom:3.2rem;margin-top:2rem}}.tag__item{margin-right:1.2rem}@media screen and (max-width:991px){.tag__item{margin:0}}.tag._grey{background-color:var(--color-grey-200)}.tag._stroke{border:1px solid rgba(1,31,58,.1)}.tag._stroke .is-active,.tag._stroke:hover{border-color:var(--color-base-dark)}.tag.mod-transparent{background-color:transparent;border:1px solid var(--color-white);color:var(--color-white)}.tag._is-dark{border:1px solid rgba(1,31,58,.1);color:var(--color-base-dark)}.tag._small{font:var(--font-text-t3);padding:.6rem 1rem}@media screen and (max-width:767px){.tag._small{padding:.4rem .8rem}}.tag.is-active{background-color:var(--color-grey-300);opacity:1}.tag.is-active._stroke{border:1px solid var(--color-base-dark)}.tag:hover{opacity:1}.ask-question{align-items:center;display:inline-flex;flex-direction:column;height:10.4rem;width:11.2rem}.ask-question:hover .ask-question__img-wrapper img,.ask-question:hover .ask-question__img-wrapper:before{left:50%;transform:translate(-50%)}.ask-question__img-wrapper{display:flex;height:7.5rem;justify-content:flex-start;position:relative;width:100%}.ask-question__img-wrapper:before{background-color:var(--color-white);border-radius:50%;content:"";left:calc(100% - 7.5rem)}.ask-question__img-wrapper img,.ask-question__img-wrapper:before{height:7.5rem;position:absolute;top:0;transition:all .1s;width:7.5rem}.ask-question__img-wrapper img{left:0;-o-object-fit:cover;object-fit:cover;z-index:2}.ask-question__label{color:var(--color-grey-600);display:block;font:var(--font-text-t4);margin-top:1.2rem;text-align:center}.filter{width:100%}@media screen and (max-width:1199px){.filter__wrapper{background-color:#011f3a66;height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .2s,visibility .2s;visibility:hidden;width:100%;z-index:53}.filter__wrapper.is-active{opacity:1;visibility:visible}.filter{background-color:var(--color-white);border-radius:1.6rem;box-shadow:var(--box-shadow);height:calc(100% - 9.4rem - var(--mobile-height-nav));left:50%;max-width:75.2rem;overflow:auto;padding:1.6rem 3.2rem 3.2rem 1.6rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}}@media screen and (max-width:1199px) and (max-width:991px){.filter{bottom:calc(var(--mobile-height-nav) + 1.6rem);top:auto;transform:translate(-50%)}}@media screen and (max-width:1199px) and (max-width:767px){.filter{border-radius:1.2rem;max-width:calc(100% - var(--content-padding)*2);padding-bottom:2rem;padding-right:2rem}}.filter__headning-wrapper{display:none}@media screen and (max-width:1199px){.filter__headning-wrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.3rem}}.filter__heading{font:var(--font-heading-h3-md)}.filter__close-btn{align-items:center;background-color:var(--color-white-rgba-05);border-radius:50%;cursor:pointer;display:none;height:5.4rem;justify-content:center;left:50%;position:absolute;top:1rem;transform:translate(-50%);width:5.4rem}.filter__close-btn span{background-color:var(--color-base-dark);display:block;height:.1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color var(--transition);width:1.3rem}.filter__close-btn span:first-child{transform:translate(-50%,-50%) rotate(-45deg)}.filter__close-btn span:nth-child(2){transform:translate(-50%,-50%) rotate(45deg)}@media screen and (max-width:1199px){.filter__close-btn{display:flex}}.filter__list{width:100%}.filter__list .category-btn{display:flex;justify-content:space-between;width:100%}.filter__list .category-btn.is-active .filter__small-legend:before{opacity:1}.filter__list .category-btn .filter__small-legend{text-align:left}.filter__legend{display:block;font:var(--font-text-t2-md);position:relative}.filter__legend:before{background:transparent;border-radius:100%;content:"";height:10px;position:absolute;right:0;top:50%;transform:translateY(-50%) translate(150%);transition:all .3s ease;width:10px}.filter-choosen:before{background:var(--gardient-primary)}.filter__item{border-bottom:1px solid var(--color-grey-300);border-top:1px solid var(--color-grey-300);padding-bottom:2.8rem;padding-top:2.8rem}.filter__item:last-child{border-bottom:none;padding-bottom:0}.filter__item:first-child{border-top:none;padding-top:1.2rem}.filter__small-legend{cursor:pointer;display:block;font:var(--font-text-t3);max-width:24rem;position:relative}.filter__small-legend:before{background-color:var(--color-green);border-radius:50%;content:"";height:.8rem;opacity:0;position:absolute;right:-2rem;top:50%;transform:translateY(-50%);transition:opacity var(--transition);width:.8rem}.filter__small-legend.is-active:before,.filter__small-legend:hover:before{opacity:1}.filter__small-num{color:var(--color-grey-600);font:var(--font-text-t4)}.filter__scroll-body-wrapper .filter__scroll-body-inner{padding-right:1.7rem}.filter__scroll-body-wrapper._scrollable{max-height:28rem;overflow-x:hidden;overflow-y:auto}.filter__scroll-body-wrapper._scrollable::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.filter__scroll-body-wrapper._scrollable::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.filter__scroll-body-wrapper._scrollable::-webkit-scrollbar-button{display:none}.filter__scroll-body-wrapper._scrollable::-webkit-scrollbar-track{background-color:var(--color-grey-300)}.filter__scroll-body-flash{position:relative}.filter__scroll-body-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.6rem}.filter__scroll-body-item:last-child{margin-bottom:3px}@media (max-width:767px){.filter__scroll-body-item:last-child{margin-bottom:5px}}.filter__label-wrapper{align-items:center;display:flex;justify-content:space-between}.filter__input-wrapper{display:block;position:relative}.filter__input-icon{fill:none;stroke:var(--color-grey-600);height:1.6rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:1.6rem}.filter__input,.filter__scroll-body-box{margin-bottom:1.6rem}.filter__reset{color:var(--color-grey-600);font:var(--font-text-t3);margin-top:4.8rem}@media screen and (max-width:1199px){.filter__reset{display:none}.filter__reset_mobile{display:block}}.accordion{width:100%}.accordion__head{align-items:center;display:flex;justify-content:space-between;text-align:left;width:100%}.accordion__head-icon{color:var(--color-grey-600);transform:rotate(180deg);transition:.5s}.accordion__body{display:grid;grid-row:0;grid-template-rows:0fr;height:0;min-height:0;opacity:0;overflow:hidden;padding-top:1.6rem;transition:grid-template-rows .5s ease,opacity .5s ease,height .5s ease}.accordion.active .accordion__body{grid-row:auto;grid-template-rows:1fr;height:auto;opacity:1;transition:grid .5s ease,opacity .5s ease,height .5s ease;will-change:height,opacity}.accordion.active .accordion__head-icon{transform:rotate(0)}.switcher{background:var(--color-grey-400);border-radius:7rem;cursor:pointer;display:block;height:2.2rem;padding:.4rem;position:relative;width:4.2rem}.switcher-label input:checked~.switcher{background:var(--gardient-primary)}.switcher-label input:checked~.switcher .switcher__circle{left:calc(100% - 1.8rem)}.switcher__circle{background-color:var(--color-white);border-radius:50%;height:1.4rem;left:.4rem;position:absolute;top:50%;transform:translateY(-50%);transition:left var(--transition);width:1.4rem}.custom-checkbox{cursor:pointer;display:inline-block}.custom-checkbox input:checked~.custom-checkbox__name:before{background:var(--gardient-primary);border-color:transparent}.custom-checkbox input:checked~.custom-checkbox__name:after{opacity:1}.custom-checkbox input.focus-visible~.custom-checkbox__name:before{outline:1px solid var(--color-acces)}.custom-checkbox__name{display:block;font:var(--font-text-t3);padding-left:3.2rem;position:relative}.custom-checkbox__name:before{background-color:var(--color-white);border:1px solid var(--color-grey-400);border-radius:.2rem}.custom-checkbox__name:after,.custom-checkbox__name:before{content:"";height:2rem;left:0;position:absolute;top:0;width:2rem}.custom-checkbox__name:after{background-image:url(../images/check.svg);opacity:0}@media screen and (max-width:991px){.custom-checkbox__name{padding-top:.4rem}}.custom-checkbox--bonus input:checked~.custom-checkbox__name:before{background:var(--gradient-bonus)}@media screen and (max-width:991px){.custom-checkbox--with-tooltip .custom-checkbox__name{align-items:flex-start;display:flex}}.custom-checkbox--rounded .custom-checkbox__name:before{background:transparent!important;border:1px solid var(--color-grey-400)!important;border-radius:50%}.custom-checkbox--rounded .custom-checkbox__name:after{background-image:none;background:var(--gardient-primary);border-radius:50%;height:1.2rem;left:.4rem;top:50%;transform:translateY(-50%);width:1.2rem}@media screen and (max-width:991px){.custom-checkbox--rounded .custom-checkbox__name:after{top:.4rem;transform:none}.custom-checkbox .tooltip{display:inline-block;flex-shrink:0;margin-left:.5rem;margin-top:-.5rem}.custom-checkbox .tooltip__wrapper{left:auto;right:100%}}.rating{align-items:center;display:inline-flex;font:var(--font-text-t3)}.rating__star{color:var(--color-grey-400);flex-shrink:0;height:1.8rem;width:1.8rem}.rating__star.is-active{color:var(--color-acces)}.rating__star:last-child{margin-right:.7rem}.rating-star{align-items:center;border:none;display:flex;margin:0;padding:0}.rating-star__caption{display:none}.rating-star__group{background-image:url(../images/rating-star-off.png);background-size:2.8rem auto;position:relative;width:14rem}.rating-star__group,.rating-star__input{background-repeat:repeat-x;height:2.8rem}.rating-star__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-size:2.8rem 2.8rem;cursor:pointer;font-size:inherit;left:0;margin:0;position:absolute;top:0}.rating-star__input:focus{outline:none}.rating-star__input:checked,.rating-star__input:hover{background-image:url(../images/rating-star-on.png)}.rating-star__input--b2c:checked,.rating-star__input--b2c:hover{background-image:url(../images/rating-star-on-b2c.svg)}.rating-star__input:first-child{width:2.8rem;z-index:5}.rating-star__input:nth-child(2){width:5.6rem;z-index:4}.rating-star__input:nth-child(3){width:8.4rem;z-index:3}.rating-star__input:nth-child(4){width:11.3rem;z-index:2}.rating-star__input:nth-child(5){width:14rem;z-index:1}.rating-star__label{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:var(--gardient-primary);-webkit-background-clip:text;background-clip:text;font:var(--font-heading-h4-md);margin-left:1.2rem}.product-switcher{align-items:center;background-color:var(--color-grey-200);border-radius:7rem;display:inline-flex;padding:.3rem;position:relative}.product-switcher_mobile{display:none}.product-switcher.is-grid .is-grid .icon,.product-switcher.is-line .is-line .icon{color:var(--color-base-dark)}@media screen and (max-width:1199px){.product-switcher{display:none}.product-switcher_mobile{display:inline-flex}.product-switcher.is-line .is-line{display:none}.product-switcher.is-line .is-grid{display:flex}.product-switcher.is-line .is-grid .icon{color:var(--color-base-dark)}.product-switcher.is-grid .is-grid{display:none}.product-switcher.is-grid .is-line{display:flex}.product-switcher.is-grid .is-line .icon{color:var(--color-base-dark)}}.product-switcher__circle{background-color:var(--color-white);border-radius:99.9rem;height:3.4rem;left:.3rem;position:absolute;top:.3rem;transition:left var(--transition);width:4.2rem}@media screen and (max-width:1199px){.product-switcher__circle{display:none}}.product-switcher__btn{align-items:center;border-radius:99.9rem;display:flex;height:3.4rem;justify-content:center;width:4.2rem}.product-switcher__btn.is-active{display:flex}.product-switcher__btn .icon{color:var(--color-grey-600)}@media screen and (max-width:1199px){.product-switcher__btn{height:3.2rem;width:3.2rem}.product-switcher__btn .icon{height:100%;width:100%}.product-switcher__btn{height:2.4rem;width:2.4rem}.product-switcher{background-color:transparent;padding:0}}@media (max-width:767px){.product-switcher{display:none}}.small-select__wrapper{position:relative}.small-select__wrapper:hover .small-select__container{opacity:1;visibility:visible}.small-select__wrapper:hover .small-select__btn:before{transform:translateY(-50%) rotate(180deg)}.small-select__container{left:0;opacity:0;padding-top:1.3rem;position:absolute;top:100%;transition:opacity var(--transition),visibility var(--transition);visibility:hidden;z-index:4}.small-select__list{background-color:var(--color-white);box-shadow:25px 5px 64px #0000000d;padding:2.4rem;width:25.9rem}.small-select__item{margin-bottom:.8rem}.small-select__item:last-child{margin-bottom:0}.small-select__choose-btn{color:var(--color-grey-600);font:var(--font-text-t4);text-align:left;transition:color var(--transition)}.small-select__choose-btn:hover{color:var(--color-green)}.small-select__choose-btn.is-active{color:var(--color-base-dark)}.small-select__btn{font:var(--font-btn-2);padding-right:1.5rem;position:relative}.small-select__btn:before{border-color:var(--color-base-dark) transparent transparent transparent;border-style:solid;border-width:6px 4px 0;content:"";display:inline-block;height:0;position:absolute;right:0;top:50%;transform:translateY(-50%);width:0}.site-pagination{align-items:center;display:flex}.site-pagination li{cursor:pointer}.site-pagination__list,.site-pagination__page{align-items:center;display:flex}.site-pagination__page{border:1px solid transparent;border-radius:.8rem;font:var(--font-btn-2);height:4.4rem;justify-content:center;width:4.4rem}.site-pagination .is-active .site-pagination__page{border-color:var(--color-base-dark)}.site-pagination__btn{align-items:center;border-radius:.8rem;display:flex;height:3.2rem;justify-content:center;position:relative;width:3.2rem}.site-pagination__btn .page-link{bottom:0;left:0;position:absolute;right:0;top:0}.site-pagination__btn:hover{background-color:var(--color-grey-400)}.site-pagination__btn._disabled{display:none}.site-pagination__btn._prev:before{transform:rotate(90deg)}.site-pagination__btn._next:before{transform:rotate(-90deg)}.site-pagination__btn:before{border-color:var(--color-base-dark) transparent transparent transparent;border-style:solid;border-width:6px 5px 0;content:"";display:inline-block;height:0;width:0}.basket-card{align-items:center;display:flex;padding-bottom:1.2rem;padding-top:1.2rem}.basket-card:hover .basket-card__btns{opacity:1;visibility:visible}@media screen and (max-width:1199px){.basket-card{--osffset-left:13.6rem;flex-wrap:wrap}}@media screen and (max-width:991px){.basket-card{--osffset-left:10rem;padding-bottom:0;padding-top:0}}.basket-card__img-wrapper{flex-shrink:0;margin-right:3.2rem}@media screen and (max-width:1199px){.basket-card__img-wrapper{margin:0;order:2}}.basket-card__checkbox{flex-shrink:0;height:2rem;margin-right:3.2rem;width:2rem}@media screen and (max-width:1199px){.basket-card__checkbox{margin-right:1.2rem;order:1}}@media screen and (max-width:991px){.basket-card__checkbox{margin-right:.8rem}}.basket-card__img{border-radius:.4rem;height:8.8rem;-o-object-fit:cover;object-fit:cover;width:8.8rem}@media screen and (max-width:991px){.basket-card__img{height:6rem;width:6rem}}.basket-card__info{max-width:36.8rem;width:100%}@media screen and (max-width:1199px){.basket-card__info{margin-left:1.6rem;max-width:calc(100% - var(--osffset-left));order:3}}@media screen and (max-width:991px){.basket-card__info{margin-left:1.2rem}}.basket-card__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font:var(--font-text-t4-md);margin-bottom:.6rem;overflow:hidden}.basket-card__tag{color:var(--color-grey-600);font:var(--font-text-t5)}.basket-card__prices{margin-left:5.6rem}@media screen and (max-width:1199px){.basket-card__prices{align-items:center;display:flex;margin:0;margin-bottom:1rem;margin-left:var(--osffset-left);order:4;width:calc(100% - var(--osffset-left))}.basket-card__prices .bonus .bonus__num span{display:none}}.basket-card__price{font:var(--font-text-t2-md);margin-bottom:.8rem}.basket-card__price:after{color:var(--color-grey-600);content:attr(data-old-price);display:inline-block;font:var(--font-text-t4);margin-left:.9rem;text-decoration:line-through}@media screen and (max-width:1199px){.basket-card__price{margin:0 .8rem 0 0}.basket-card .counter__wrapper{display:inline-flex;gap:5px;margin-left:var(--osffset-left);margin-right:2rem;order:5}}@media screen and (max-width:350px){.basket-card .counter__wrapper{margin-right:1rem}.basket-card .counter__wrapper .counter{width:8rem}}.basket-card__btns{align-items:center;display:flex;margin-left:auto;opacity:0;transition:opacity .1s,visibility .1s;visibility:hidden}@media screen and (max-width:1199px){.basket-card__btns{margin-left:0;opacity:1;order:6;visibility:visible}}.basket-card__btn{align-items:center;color:var(--color-grey-600);display:flex;height:3.2rem;justify-content:center;width:3.2rem}.basket-card__btn:hover{color:var(--color-green)}.basket-card__btn:nth-child(2){stroke:var(--color-grey-600);fill:none;color:transparent}.basket-card__btn:nth-child(2):hover{stroke:var(--color-green)}.basket-card__btn-icon{height:2rem;width:2rem}@media screen and (max-width:767px){.basket-card__btn-icon{height:1.6rem;width:1.6rem}}.basket-card__empty{color:var(--color-grey-600);font:var(--font-text-t5);margin-left:auto;margin-right:6.3rem}.basket-card__analogues{display:inline-block}.basket-card__analogues.button.small._no-icon{border-radius:.4rem;padding:.9rem 2.4rem}@media screen and (max-width:767px){.basket-card__analogues.button.small._no-icon{padding:.9rem 1.2rem}}.basket-card.is-empty .basket-card__checkbox,.basket-card.is-empty .basket-card__prices,.basket-card.is-empty .counter__wrapper{display:none}.basket-card.is-empty .basket-card__btns{margin-left:2.2rem}@media screen and (max-width:767px){.basket-card.is-empty .basket-card__btns{margin-left:0}}@media screen and (max-width:1199px){.basket-card.is-empty{--osffset-left:10.4rem}.basket-card.is-empty .basket-card__img-wrapper{order:1}.basket-card.is-empty .basket-card__info{order:2}.basket-card.is-empty .basket-card__empty{display:none}.basket-card.is-empty .basket-card__analogues{margin-left:var(--osffset-left);order:3}}@media screen and (max-width:991px){.basket-card.is-empty{--osffset-left:7.3rem}}@media screen and (max-width:350px){.basket-card.is-empty .basket-card__btns{margin-left:var(--osffset-left)}}.basket-card__btn-review{align-items:center;color:var(--color-grey-600);display:inline-flex;font:var(--font-btn-2)}.basket-card__btn-review .icon{fill:none;stroke:currentColor;margin-right:.8rem}.basket-card__text{align-items:center;display:inline-flex;font:var(--font-text-t5)}.basket-card__tooltip{height:2rem;margin-right:1rem;width:2rem}.basket-card__tooltip .icon{height:100%;width:100%}.bonus{align-items:center;display:inline-flex}.bonus__wrapper{align-items:center;background:var(--gradient-bonus);border-radius:50%;display:flex;height:1.2rem;justify-content:center;margin-right:.8rem;width:1.2rem}.bonus__icon{color:var(--color-white);height:.8rem;width:.8rem}.bonus__num{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(281.19deg,#14b2f2 -16.7%,#d222cb 120.21%);-webkit-background-clip:text;background-clip:text;display:block;font:var(--font-text-t4-md)}.free-delivery-count{align-items:center;display:flex;justify-content:center;margin-top:3.2rem}.free-delivery-count:not(:first-of-type){margin-top:1.6rem}@media screen and (max-width:991px){.free-delivery-count{justify-content:stretch}}.free-delivery-count__icon{fill:none;stroke:var(--color-acces);color:transparent;height:2.4rem;width:2.4rem}@media screen and (max-width:767px){.free-delivery-count__icon{height:1.6rem;width:1.6rem}}.free-delivery-count__icon-wrapper{align-items:center;display:flex;height:5rem;justify-content:center;margin-right:1.6rem;position:relative;width:5rem}@media screen and (max-width:767px){.free-delivery-count__icon-wrapper{height:3.2rem;width:3.2rem}}.free-delivery-count__icon-circle{fill:none;stroke:var(--color-grey-400);color:transparent;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.free-delivery-count__icon-circle._green{stroke:var(--color-acces);stroke-dashoffset:150;stroke-dasharray:267;transform:translate(-50%,-50%) rotate(-90deg);z-index:2}.free-delivery-count__label{font:var(--font-text-t4)}.social{gap:1.2rem}.social,.social__link{align-items:center;display:flex}.social__link{background-color:var(--color-grey-200);border-radius:50%;height:5.2rem;justify-content:center;width:5.2rem}@media screen and (max-width:1199px){.social__link{height:4.6rem;width:4.6rem}}@media screen and (max-width:767px){.social__link{height:3.2rem;width:3.2rem}}.social__link:hover .icon{color:var(--color-green)}.social__link .icon{color:var(--color-base-dark);height:2.4rem;transition:color var(--transition);width:2.4rem}@media screen and (max-width:1199px){.social__link .icon{height:2rem;width:2rem}}@media screen and (max-width:767px){.social__link .icon{height:1.5rem;width:1.5rem}}.price-inputs__inner{align-items:center;display:flex;justify-content:space-between}.price-inputs__inner:before{background-color:var(--color-grey-400);content:"";display:inline-block;flex-shrink:0;height:.1rem;margin:0 .8rem;order:2;width:1.4rem}.price-inputs__input:first-child{order:1}.price-inputs__input:nth-child(2){order:3}.price-inputs__range{margin-top:1.6rem}.noUi-target{background-color:var(--color-grey-200);border:none;border-radius:0;box-shadow:none;height:2px}.noUi-connect{background-color:var(--color-base-dark)}.noUi-handle{cursor:pointer}.noUi-handle:after,.noUi-handle:before{content:none}.noUi-horizontal .noUi-handle{background-color:var(--color-base-dark);border:none;border-radius:50%;box-shadow:none;height:1.2rem;right:-7px;top:50%;transform:translateY(-50%);width:1.2rem}.range-slider-single--bonus.noUi-target{background-color:var(--color-grey-400)}.range-slider-single--bonus .noUi-connect,.range-slider-single--bonus .noUi-handle{background:var(--gradient-bonus)}.range-slider-single--bonus .noUi-pips{height:auto;padding:0}.range-slider-single--bonus .noUi-pips .noUi-marker{display:none}.range-slider-single--bonus .noUi-pips .noUi-value{font:var(--font-label)}.button-circle{align-items:center;background-color:var(--color-white);border-radius:7rem;display:flex;height:3.2rem;padding:1.2rem 1.4rem;position:relative;width:6.4rem;z-index:2}.button-circle:before{background:var(--gardient-primary);border-radius:7rem;content:"";opacity:0;position:absolute;top:0;inset:0;transition:opacity var(--transition);z-index:-1}.button-circle__icon{color:var(--color-base-dark);transition:transform var(--transition),color var(--transition)}.button-circle:hover:before{opacity:1}.button-circle:hover .button-circle__icon{color:var(--color-white);transform:translate(2rem)}.submenu{background-color:var(--color-white);border-radius:1.6rem;box-shadow:var(--box-shadow);padding:2.4rem}.submenu__wrapper{left:0;min-width:29.6rem;opacity:0;padding-top:1.6rem;position:absolute;top:100%;transition:opacity var(--transition),visibility var(--transition);visibility:hidden;z-index:15}.submenu__item{margin-bottom:2rem}.submenu__item:last-child{margin-bottom:0}.submenu__legend{display:block;font:var(--font-text-t3-md);margin-bottom:1.2rem}.submenu__sublink{color:var(--color-grey-600);font:var(--font-text-t4)}.submenu__sublink:hover{color:var(--color-green)}.submenu__subitem{margin-bottom:.8rem}.submenu__subitem:last-child{margin-bottom:0}.personal-menu_item{color:var(--color-grey-600);font:var(--font-text-t3)}.mobile-menu{background-color:#011f3ab3;height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity var(--transition),visibility var(--transition);visibility:hidden;width:100%;z-index:55}.mobile-menu.is-active{opacity:1;visibility:visible}.mobile-menu__inner{height:calc(100% - var(--content-padding)*2);margin:var(--content-padding);position:absolute;width:calc(100% - var(--content-padding)*2)}.mobile-menu__content{background-color:var(--color-white);border-radius:1.2rem;height:90%;overflow:auto;padding:1.6rem}.mobile-menu__content .header__popup-btn{margin:0}.mobile-menu__header{align-items:center;display:flex;gap:50px;justify-content:space-between;margin-bottom:2.8rem}.mobile-menu__body{display:flex;flex-direction:column}.mobile-menu__body .button{display:flex;justify-content:center}.mobile-menu__body .header__catalog-btn{margin-bottom:.8rem}.mobile-menu__body .header__tel{align-self:flex-start;margin-bottom:1.4rem}.mobile-menu__section-links{margin-top:7.4rem}.mobile-menu__section-link{background-color:var(--color-acces);border-radius:5rem;color:var(--color-white);display:block;font:var(--font-text-t4);margin-bottom:.6rem;padding:.9rem;text-align:center}.mobile-menu__section-link:last-of-type{margin-bottom:0}.mobile-menu__section-link._buisines{background-color:var(--color-grey-200);color:var(--color-base-dark)}.mobile-menu .header__popup-btn-wrapper{position:relative}@media (max-width:767px){._orientationRight_ff0e.wrap_f50c{bottom:40px}}.nav-list{margin-bottom:3.2rem;margin-top:2.5rem}.nav-list__item{border-bottom:1px solid var(--color-grey-300);margin-bottom:1.6rem;padding-bottom:1.6rem}.nav-list__item:last-child{margin-bottom:0}.nav-list__subitem{margin-bottom:.8rem}.nav-list__subitem:last-child{margin-bottom:0}.nav-list__sublink{color:var(--color-grey-600)}.nav-list__sublink.is-active{color:var(--color-green)}.filter-mopbile-btn{align-items:center;display:none;height:3.2rem;justify-content:center;width:3.2rem}.filter-mopbile-btn .icon{stroke:var(--color-base-dark);color:transparent;height:2.4rem;width:2.4rem}@media screen and (max-width:1199px){.filter-mopbile-btn{display:flex}}@media screen and (max-width:767px){.filter-mopbile-btn{height:2.4rem;width:2.4rem}.filter-mopbile-btn .icon{height:100%;width:100%}}.news-card{align-items:center;display:flex;justify-content:space-between;position:relative}@media screen and (min-width:1199px){.news-card:hover .news-card__image{transform:translate(6rem)}}.news-card__heading{font:var(--font-text-t1);margin-bottom:2rem;max-width:46.3rem}.news-card__heading a:before{content:"";position:absolute;top:0;inset:0;z-index:2}@media screen and (max-width:767px){.news-card__heading{margin-bottom:1.2rem;max-width:100%}}.news-card__date{color:var(--color-grey-600);display:inline-block}.news-card__image-wrapper{align-items:center;display:flex;position:relative;z-index:1}.news-card__image-wrapper:before{background-color:var(--color-grey-300);border-radius:50%;content:"";height:12.5rem;left:6rem;position:absolute;top:50%;transform:translateY(-50%);width:12.5rem;z-index:-1}@media screen and (max-width:1199px){.news-card__image-wrapper:before{height:10rem;left:4rem;width:10rem}}@media screen and (max-width:767px){.news-card__image-wrapper{margin-top:2.4rem}}.news-card__image{border-radius:50%;height:12.5rem;-o-object-fit:cover;object-fit:cover;transition:transform var(--transition);width:12.5rem}@media screen and (max-width:1199px){.news-card__image{height:10rem;width:10rem}}.news-card__image-icon{color:var(--color-base-dark);height:2rem;margin-left:2rem;margin-right:2rem;width:2rem}@media screen and (max-width:1199px){.news-card__image-icon{margin-left:1rem;margin-right:1rem}}@media screen and (max-width:767px){.news-card{align-items:stretch;flex-direction:column}}.news-card--small{align-items:stretch;flex-direction:column}.news-card--small .news-card__info{order:2}.news-card--small .news-card__image-wrapper{margin-bottom:2.4rem;order:1}.news-card--small .news-card__image-wrapper:before{content:none}.news-card--small .news-card__image-wrapper .icon{display:none}.news-card--small .news-card__heading{font:var(--font-text-t4);margin-bottom:.8rem}.news-card--small .news-card__date{font:var(--font-text-t4)}.news-card--preview{display:block}.news-card--preview .news-card__heading{font:var(--font-heading-h2);margin-bottom:2rem}.news-card--preview .news-card__image-wrapper{margin-top:6.2rem}.news-card--preview .news-card__image-wrapper:before{background-color:var(--color-white);height:20rem;width:20rem}@media screen and (max-width:991px){.news-card--preview .news-card__image-wrapper:before{height:15rem;width:15rem}}@media screen and (max-width:767px){.news-card--preview .news-card__image-wrapper:before{height:10rem;width:10rem}}@media screen and (max-width:991px){.news-card--preview .news-card__image-wrapper{margin-top:3.2rem}}@media screen and (max-width:767px){.news-card--preview .news-card__image-wrapper{margin-top:2.4rem}}.news-card--preview .news-card__image{height:20rem;width:20rem}@media screen and (max-width:991px){.news-card--preview .news-card__image{height:15rem;width:15rem}}@media screen and (max-width:767px){.news-card--preview .news-card__image{height:10rem;width:10rem}}.form-callback-section__heading{margin-bottom:2.4rem;margin-top:2.4rem}.form-callback-section__legend{font:var(--font-heading-h4-md);margin-bottom:2.4rem}@media screen and (max-width:991px){.form-callback-section__legend{margin-bottom:1.6rem}}.form-callback-section__txt{font:var(--font-text-t3-ln);margin-top:auto}.form-callback{background:url(../images/shape-form-bg.svg),var(--gardient-primary);background-position:100% 100%;background-repeat:no-repeat;background-size:cover;border-radius:2.4rem;color:var(--color-white);display:grid;grid-template-columns:repeat(4,1fr);padding:5.2rem 6.4rem}.form-callback__block{align-items:flex-start;display:flex;flex-direction:column;grid-column:span 2}.form-callback__block .form-callback__tel-desktop{margin-top:auto}@media screen and (max-width:991px){.form-callback__block{display:block}}.form-callback__heading{margin-bottom:3.8rem}@media screen and (max-width:991px){.form-callback__heading{margin-bottom:1.6rem}}.form-callback__small-legend{display:block;font:var(--font-text-t2);margin-bottom:1.2rem;max-width:45.4rem}@media screen and (max-width:991px){.form-callback__small-legend{max-width:100%}.form-callback__small-legend br{display:none}}.form-callback__tel{font:var(--font-heading-h2-md)}.form-callback__form-inner{display:grid;gap:var(--grid-offset);grid-template-columns:repeat(2,1fr);max-width:51.6rem}@media screen and (max-width:991px){.form-callback__form-inner{display:block;max-width:100%}}.form-callback__form-label{display:block}.form-callback__form-label--is-big{grid-column:span 2}@media screen and (max-width:991px){.form-callback__form-label{margin-bottom:1rem}}@media screen and (max-width:767px){.form-callback__form-label .input{height:5.6rem!important}}.form-callback__form-btn{justify-content:center;width:100%}.form-callback__agreement-container{display:flex}@media screen and (max-width:991px){.form-callback__agreement-container{justify-content:center}}.form-callback__agreement{font:var(--font-text-t5);margin:auto 0}.form-callback__agreement a{text-decoration:underline}.form-callback__agreement a:hover{text-decoration:none}@media screen and (max-width:991px){.form-callback__agreement{text-align:center}}.form-callback__tel-wrapper{display:none}@media screen and (max-width:991px){.form-callback__tel-wrapper{display:block;margin-top:2.4rem;text-align:center}.form-callback__tel-wrapper .form-callback__small-legend{margin-bottom:.8rem}.form-callback__tel-desktop{display:none}.form-callback{display:block;padding:2.4rem}}@media screen and (max-width:767px){.form-callback{border-radius:1.2rem;padding:1.6rem}}.page-steps{display:grid;gap:4rem var(--grid-offset);grid-template-columns:repeat(4,1fr);margin-bottom:4rem}@media screen and (max-width:991px){.page-steps{-ms-overflow-style:none;display:flex;margin-bottom:2rem;margin-right:calc(var(--content-padding)*-1);overflow:auto;padding-right:var(--content-padding);scrollbar-width:none}.page-steps::-webkit-scrollbar *{background:transparent}.page-steps::-webkit-scrollbar-track{background-color:transparent}.page-steps::-webkit-scrollbar{background-color:transparent;display:none}.page-steps::-webkit-scrollbar-thumb{background-color:transparent}}.page-steps--bonus{grid-template-columns:repeat(3,1fr)}.page-steps--order5{grid-template-columns:repeat(5,1fr)}.page-steps__item{align-items:flex-start;background-color:var(--color-grey-200);border-radius:1.6rem;display:flex;flex-direction:column;min-height:20.4rem;padding:1.8rem 2.4rem}@media screen and (max-width:991px){.page-steps__item{border-radius:1.2rem;display:block;flex-shrink:0;height:auto;min-height:0;padding:1.6rem;width:40%}}@media screen and (max-width:767px){.page-steps__item{width:75%}}.page-steps__link{color:var(--color-grey-600);margin-top:1.2rem}.page-steps__legend{font:var(--font-heading-h4-md);margin-bottom:2.4rem}@media screen and (max-width:991px){.page-steps__legend{margin-bottom:1.6rem}}.page-steps__txt{font:var(--font-text-t3-ln);margin-top:auto}.rent-card__img{height:17.6rem;margin-bottom:.8rem;-o-object-fit:contain;object-fit:contain;width:17.6rem}@media screen and (max-width:767px){.rent-card__img{height:14rem;width:14rem}}.rent-card__header-wrapper{max-width:32rem;width:100%}.rent-card__heading{font:var(--font-text-t3);margin-bottom:1.2rem}.rent-card__header{align-items:center;border-bottom:1px solid var(--color-grey-300);display:flex;justify-content:space-between;margin-bottom:1.6rem;padding-bottom:1.6rem}.rent-card__legend{display:block;font:var(--font-text-t4)}.rent-card__legend--fw{font-weight:500}.rent-card__legend--grey{color:var(--color-grey-600)}.rent-card__info-list{margin-top:1.2rem;width:100%}.rent-card__info-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:.8rem}.rent-card__info-item:last-child{margin-bottom:0}.rent-card__price{font-weight:500}@media screen and (max-width:767px){.rent-card{width:28.6rem}}.rent-card__item{grid-column:span 6}@media screen and (max-width:991px){.rent-card__item{grid-column:span 12}}@media screen and (max-width:767px){.rent-card__item{flex-shrink:0}.rent-card__container{-ms-overflow-style:none;display:flex;gap:3rem;overflow:auto;scrollbar-width:none}}@media screen and (max-width:767px){.rent-card__container::-webkit-scrollbar *{background:transparent}.rent-card__container::-webkit-scrollbar-track{background-color:transparent}.rent-card__container::-webkit-scrollbar{background-color:transparent;display:none}.rent-card__container::-webkit-scrollbar-thumb{background-color:transparent}}.pick-color{cursor:pointer;display:block;flex-shrink:0}.pick-color input:checked~.pick-color__circle{border-color:var(--color-base-dark)}.pick-color__circle{border:2px solid transparent;border-radius:50%;display:block;height:3.8rem;padding:.3rem;width:3.8rem}.pick-color__circle-inner{background-color:currentColor;border:1px solid var(--color-grey-300);border-radius:50%;display:block;height:100%;width:100%}.out-stock{pointer-events:none;position:relative}.out-stock:before{background-color:#4e5156;content:"";height:130%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(135deg);width:1px}.services-item{align-items:flex-start;background-color:var(--color-grey-200);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;border-radius:1.6rem;cursor:pointer;display:flex;flex-direction:column;min-height:19.4rem;padding:2.4rem 3.2rem;position:relative;z-index:2}.services-item .button-circle{margin-top:auto}.services-item:hover .button-circle:before{opacity:1}.services-item:hover .button-circle .button-circle__icon{color:var(--color-white);transform:translate(2rem)}.services-item--green-bg{background-image:url(../images/green_bg.svg)}.services-item--purple-bg{background-image:url(../images/purple_bg.svg)}.services-item--orange-bg{background-image:url(../images/orange_bg.svg)}.services-item--blue-bg{background-image:url(../images/blue_bg.svg)}@media screen and (max-width:991px){.services-item{border-radius:1.2rem;min-height:13.6rem;padding:2rem 1.6rem}.services-item:last-child{margin-bottom:0}}.services-item__link{font:var(--font-heading-h4-md);line-height:115%;max-width:25.6rem}.services-item__link:hover{color:var(--color-base-dark)!important}.services-item__link:before{content:"";position:absolute;top:0;inset:0}.services-item__small-legend{color:var(--color-grey-600);display:block;font:var(--font-text-t3);margin-top:.8rem}.services-item__image{height:14rem;-o-object-fit:contain;object-fit:contain;position:absolute;right:3rem;top:50%;transform:translateY(-50%);width:14rem;z-index:-1}@media screen and (max-width:1199px){.services-item__image{height:10rem;width:10rem}}@media screen and (max-width:767px){.services-item__image{height:8.4rem;width:8.4rem}}.reviews-card__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.4rem}@media screen and (max-width:767px){.reviews-card__header{align-items:stretch;flex-direction:column;margin-bottom:1.2rem}}@media screen and (max-width:991px){.reviews-card .page-slider__slider-nav{display:none}}.reviews-card__rating{color:var(--color-green);font:var(--font-heading-h4-md)}.reviews-card__rating .rating__star{height:2.8rem;width:2.8rem}@media screen and (max-width:991px){.reviews-card__rating .rating__star{height:1.5rem;width:1.5rem}}@media screen and (max-width:767px){.reviews-card__rating{margin-bottom:1.2rem}}.reviews-card__dates{align-items:center;display:flex;gap:2.4rem}.reviews-card__label{font:var(--font-text-t4)}.reviews-card__label--grey{color:var(--color-grey-600)}.reviews-card-tags-wrapper{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:3.2rem}@media screen and (max-width:767px){.reviews-card-tags-wrapper{margin-bottom:1.6rem}}.reviews-card__tag{align-items:center;background:#fff;border-radius:16px;display:inline-flex;font-size:14px;gap:8px;min-height:26px;padding:4px 10px}@media (max-width:767px){.reviews-card__tag{font-size:12px}}.reviews-card__content{font:var(--font-text-t3);margin-bottom:3.2rem;max-width:88rem}.reviews-card__content ul li{font:var(--font-text-t3);margin-bottom:2.4rem}.reviews-card__content ul li strong{font-weight:700}.reviews-card__content ul li:last-child{margin-bottom:0}@media screen and (max-width:767px){.reviews-card__content ul li{margin-bottom:1.2rem}.reviews-card__content{margin-bottom:2.4rem}}.reviews-card__like-btns{align-items:center;display:flex;gap:.8rem}@media screen and (max-width:767px){.reviews-card__like-btns--mobile-wrap{flex-wrap:wrap}}.reviews-card__change-btns{align-items:center;display:flex;gap:2.4rem;margin-left:auto}@media screen and (max-width:767px){.reviews-card__change-btns{margin-left:0;margin-top:2rem;width:100%}}.reviews-card__change-btn-text{color:var(--color-grey-600);font:var(--font-btn-2)}.reviews-card__change-btn-text:hover{color:var(--color-green)}.reviews-card__like-btn{align-items:center;background-color:var(--color-white);border-radius:8.3rem;display:flex;padding:.5rem 1.2rem}.reviews-card__like-btn-icon{fill:none;stroke:currentColor;stroke-width:2px;height:2.8rem;margin-right:.2rem;width:2.8rem}.reviews-card__like-btn--unlike .icon{transform:scaleY(-1)}.reviews-card__like-btn.is-active{background:var(--gardient-primary);color:var(--color-white)}.reviews-card__btn{justify-content:center;margin-top:4.8rem;width:100%}.reviews-card__imgs{-ms-overflow-style:none;display:flex;gap:.4rem;margin-bottom:2.4rem;overflow:auto;scrollbar-width:none}.reviews-card__imgs::-webkit-scrollbar *{background:transparent}.reviews-card__imgs::-webkit-scrollbar-track{background-color:transparent}.reviews-card__imgs::-webkit-scrollbar{background-color:transparent;display:none}.reviews-card__imgs::-webkit-scrollbar-thumb{background-color:transparent}.reviews-card__imgs img{max-height:33.7rem;-o-object-fit:contain;object-fit:contain;width:auto}@media screen and (max-width:991px){.reviews-card__imgs img{height:10rem}}.reviews-card__imgs-slider{margin-bottom:2.4rem;position:relative}.reviews-card__img-slide{cursor:pointer;height:16.7rem;position:relative;width:100%}.reviews-card__img-slide img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:991px){.reviews-card__img-slide{height:10rem}}.pick-up-label{display:block;flex-shrink:0}.pick-up-label input:checked~.pick-up-label__container{border-color:var(--color-green)}.pick-up-label__container{align-items:center;border:1px solid var(--color-grey-400);border-radius:.8rem;cursor:pointer;display:flex;flex-direction:column;height:7.6rem;justify-content:center;padding:.6rem;width:27.8rem}@media screen and (max-width:991px){.pick-up-label__container{height:4.8rem;padding:1rem;width:14.6rem}}.pick-up-label__legend{font:var(--font-text-t3-md);margin-bottom:1.3rem}@media screen and (max-width:991px){.pick-up-label__legend{margin-bottom:.4rem;text-align:center}}.pick-up-label__small-legend{color:var(--color-grey-600);font:var(--font-text-t5)}.pick-up-label__img{height:4.4rem;-o-object-fit:contain;object-fit:contain;width:16rem}@media screen and (max-width:991px){.pick-up-label__img{height:2.2rem;width:8rem}}.pick-up-label--small .pick-up-label__container{width:18.8rem}@media screen and (max-width:767px){.pick-up-label--small .pick-up-label__container{width:14.6rem}}.pick-up-item{align-items:center;border-radius:.4rem;display:flex;padding:.8rem 1.2rem}.pick-up-item.is-active{background-color:var(--color-grey-200)}@media screen and (max-width:991px){.pick-up-item.is-active{background-color:transparent}}.pick-up-item img{flex-shrink:0;height:4rem;margin-right:1.6rem;-o-object-fit:contain;object-fit:contain;width:4rem}@media screen and (max-width:991px){.pick-up-item img{margin-right:1.2rem}}.pick-up-item__street{flex-grow:1;font:var(--font-text-t4);margin-right:2rem}.pick-up-item__price-info{flex-shrink:0}.pick-up-item__legend{display:block;font:var(--font-text-t4-md)}.pick-up-item__small-legend{font:var(--font-text-t5)}@media screen and (max-width:991px){.pick-up-item{padding:.4rem 0}}.user{align-items:center;border-radius:1.6rem;display:flex;padding:1.6rem;text-align:left}@media screen and (max-width:991px){.user{border-radius:1.2rem;padding:1.2rem}}.user__item:last-child .user{padding-bottom:0}.user.is-active{background-color:var(--color-white)}.user.is-active .user__img-wrapper{padding:.2rem}.user__img-wrapper{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:4.8rem;justify-content:center;margin-right:1.6rem;padding:.4rem;width:4.8rem}.user__img-wrapper--add-user{border:2px solid var(--color-grey-400)}@media screen and (max-width:991px){.user__img-wrapper{margin-right:1.2rem}}.user__icon{color:var(--color-grey-600);height:2rem;width:2rem}.user__img-inner{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.user__legend{display:block;font:var(--font-text-t3-md);margin-bottom:.4rem}.user__small-legend{color:var(--color-grey-600);font:var(--font-text-t4)}.active-order{display:flex;flex-direction:column;gap:16px;width:100%}.active-order__item{align-items:center;border-bottom:1px solid var(--color-grey-400);display:flex;padding-bottom:8px;position:relative}.active-order__item:last-child{border:none}@media screen and (max-width:991px){.active-order__item{flex-wrap:wrap;gap:1.6rem}}.active-order__info{margin-right:8rem}@media screen and (max-width:991px){.active-order__info{margin:0;order:1;width:calc(50% - 1.6rem)}}.active-order__imgs{align-items:center;display:flex;gap:.8rem;margin-right:auto}.active-order__imgs img{border-radius:.2rem;display:block;height:4.8rem;-o-object-fit:contain;object-fit:contain;width:4.8rem}@media screen and (max-width:991px){.active-order__imgs{margin:0;order:3;width:100%}}.active-order__more{align-items:center;background-color:var(--color-grey-100);border-radius:.2rem;color:var(--color-grey-600);display:flex;flex-shrink:0;font:var(--font-text-t4-md);height:4.8rem;justify-content:center;width:4.8rem}.active-order__block-wrapper{display:block;margin-left:7.6rem;min-width:19.7rem}@media screen and (max-width:991px){.active-order__block-wrapper{margin:0;min-width:0;width:calc(50% - 1.6rem)}.active-order__block-wrapper._wrapper1{order:4}.active-order__block-wrapper._wrapper2{order:2}}.active-order__links{border-left:1px solid var(--color-grey-300);color:var(--color-grey-600);display:flex;flex-direction:column;font:var(--font-btn-2);gap:.8rem;margin-left:auto;padding-left:2rem}.active-order__links a:hover{color:var(--color-green)}@media screen and (max-width:991px){.active-order__links{flex-direction:row;gap:2.4rem;margin:0;order:123;padding-left:0;width:50%}}.active-order__price{font:var(--font-text-t3-md)}.active-order__item-hidden-link{left:0;position:absolute;top:0;inset:0;opacity:0}.active-order__small-legend{color:var(--color-grey-600);display:block;font:var(--font-text-t5);margin-top:.4rem}.active-order__small-legend:first-of-type{margin-top:0}.active-order__small-legend._status{padding-left:.9rem;position:relative}.active-order__small-legend._status:before{background-color:currentColor;border-radius:50%;content:"";height:.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.5rem}.active-order__small-legend._green{color:var(--color-green)}.active-order__small-legend._black{color:var(--color-base-dark)}.active-order__small-legend._blue{color:var(--color-important)}.active-order__small-legend._weight{font:var(--font-text-t5);font-weight:500}.active-order__small-legend._copy{align-items:center;cursor:pointer;display:inline-flex;position:relative;z-index:3}.active-order__small-legend._copy:after{background-image:url(../icons/mono/copy.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:1.6rem;margin-left:.2rem;width:1.6rem}.active-order__small-legend._link:before{content:"";position:absolute;top:0;inset:0}.active-order__small-legend._link:hover{color:var(--color-green)}.active-order__small-legend._red{color:var(--color-warning)}.active-order--profle .active-order__block-wrapper{min-width:0!important}.manager-card_wrapper{background:rgba(255,229,0,.329);border-radius:1.6rem;margin-top:1.6rem;padding:20px 25px}.manager-card{align-items:center;border:1px solid var(--color-grey-400);border-radius:1.6rem;display:flex;padding:3.2rem 4rem;width:100%}@media screen and (max-width:1199px){.manager-card{align-items:stretch;display:none;flex-direction:column}}@media screen and (max-width:991px){.manager-card{border-radius:1.2rem;padding:1.6rem}}.manager-card__avatar{align-items:center;display:flex}.manager-card__avatar img{border-radius:50%;flex-shrink:0;height:6.4rem;-o-object-fit:cover;object-fit:cover;width:6.4rem}@media screen and (max-width:991px){.manager-card__avatar img{height:4.4rem;width:4.4rem}}@media screen and (max-width:1199px){.manager-card__avatar{border-bottom:1px solid var(--color-grey-400);margin-bottom:1.6rem;padding-bottom:1.6rem}}.manager-card__info{margin-left:2.4rem}@media screen and (max-width:991px){.manager-card__info{margin-left:1.6rem}}.manager-card__small-legend{color:var(--color-grey-600);font:var(--font-text-t4);margin-bottom:1rem}@media screen and (max-width:991px){.manager-card__small-legend{margin-bottom:.6rem}}.manager-card__legend,.manager-card__link{font:var(--font-text-t2-md)}.manager-card__link{margin-left:auto;margin-right:13.7rem}.manager-card__link:after{content:attr(data-legend);display:block;font:var(--font-btn-2)}@media screen and (max-width:1199px){.manager-card__link{margin:0 0 1.6rem}}.manager-card__small-link{font:var(--font-btn-2)}.manager-card__small-link:before{color:var(--color-grey-600);content:attr(data-legend);display:block;font:var(--font-text-t4)}.manager-card--mobile{display:none}@media screen and (max-width:1199px){.manager-card--mobile{display:flex}}.chat{margin-bottom:4rem;max-height:85.7rem;overflow:auto;width:100%}.chat::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.chat::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.chat::-webkit-scrollbar-button{display:none}.chat::-webkit-scrollbar-track{background-color:var(--color-grey-300)}@media screen and (max-width:1199px){.chat{display:flex;flex-direction:column;height:calc(100vh - var(--header-height) - 39rem);max-height:none;min-height:11rem;overflow:hidden}}@media screen and (max-width:767px){.chat{height:calc(100vh - var(--header-height) - 30rem)}}.chat__inner{padding-right:1.2rem}@media screen and (max-width:1199px){.chat__inner{flex-grow:1;overflow:auto}.chat__inner::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.chat__inner::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.chat__inner::-webkit-scrollbar-button{display:none}.chat__inner::-webkit-scrollbar-track{background-color:var(--color-grey-300)}}.chat__item{padding:0 0 4rem}@media screen and (max-width:991px){.chat__item{padding:0 0 1.6rem}}.chat__item:first-child{padding-top:0}.chat__item:last-child{padding-bottom:0}.chat__item .hr{background-color:var(--color-grey-400);height:.1rem;margin:0;position:relative;width:100%}.chat__item .hr:before{background-color:var(--color-white);color:var(--color-grey-600);content:attr(data-text);font:var(--font-text-t4);left:50%;padding:.6rem;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.chat__author{align-items:center;display:flex;margin-bottom:1.6rem}@media screen and (max-width:991px){.chat__author{margin-bottom:.8rem}}.chat__author img{border-radius:50%;display:block;flex-shrink:0;height:4rem;margin-right:1.6rem;-o-object-fit:cover;object-fit:cover;width:4rem}@media screen and (max-width:991px){.chat__author img{height:3rem;margin-right:1.2rem;width:3rem}}.chat__author-legend{display:block;font:var(--font-text-t3-md);margin-bottom:.4rem}.chat__author-small-legend{color:var(--color-grey-600);font:var(--font-text-t4)}.chat__message{font:var(--font-text-t3-ln);max-width:80rem;padding-left:5.6rem}@media screen and (max-width:991px){.chat__message{padding-left:4.2rem}}@media screen and (max-width:1199px){.chat-form{background-color:var(--color-grey-200);border-radius:.8rem;height:10.4rem}.chat-form .input{height:5.2rem!important}}@media screen and (max-width:1199px) and (max-width:991px){.chat-form .input::-webkit-input-placeholder{font:var(--font-btn-2)!important}.chat-form .input:-moz-placeholder,.chat-form .input::-moz-placeholder{font:var(--font-btn-2)!important}.chat-form .input:-ms-input-placeholder{font:var(--font-btn-2)!important}}@media screen and (max-width:1199px){.chat-form .cabinet-block__form-btn{bottom:1.5rem;left:1.5rem;right:auto;top:auto;transform:none}}.tooltip{cursor:pointer;display:inline-block;height:1.6rem;margin-left:.5rem;position:relative;transform:translateY(.3rem);width:1.6rem}@media screen and (max-width:991px){.tooltip{display:block;margin-left:0;margin-top:.5rem}}.tooltip:hover .tooltip__wrapper{opacity:1;visibility:visible}.tooltip:hover .icon{fill:var(--color-green)}.tooltip .icon{display:block;height:100%;width:100%}.tooltip__wrapper{display:block;left:100%;opacity:0;padding-left:.8rem;position:absolute;top:50%;transform:translateY(-50%);transition:opacity var(--transition),visibility var(--transition);visibility:hidden}.tooltip__content{background-color:var(--color-white);border-radius:.4rem;box-shadow:var(--box-shadow);display:block;font:var(--font-text-t5);padding:.8rem;width:23.9rem}@media screen and (max-width:991px){.tooltip__content{width:18rem}}.custom-select .choices:after{background-image:url(../images/shevron-down.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;border:none;height:2rem;margin:0!important;right:1rem;transform:translateY(-50%);transition:transform var(--transition);width:2rem;z-index:2}.custom-select .choices.is-open:after{transform:translateY(-50%) rotate(180deg)}.custom-select .choices.is-flipped .choices__list--dropdown{padding-bottom:.8rem;padding-top:0}.custom-select .choices__inner{background-color:var(--color-grey-200);border:none;border-radius:.8rem;color:var(--color-grey-600);font:var(--font-btn-1);height:4.4rem;padding:0!important}.custom-select .choices__inner .choices__list--single{height:100%;padding:1.5rem 1.6rem}.custom-select .choices__inner .choices__list--single .choices__item--selectable{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.custom-select .choices__list--dropdown{background-color:transparent;border:none;border-radius:0;overflow:visible;padding-top:.8rem;z-index:50}.custom-select .choices__list--dropdown .choices__list{background-color:var(--color-grey-50);border:none;border-radius:.8rem;box-shadow:var(--box-shadow)}.custom-select .choices__list--dropdown .choices__list::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.custom-select .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.custom-select .choices__list--dropdown .choices__list::-webkit-scrollbar-button{display:none}.custom-select .choices__list--dropdown .choices__list::-webkit-scrollbar-track{background-color:var(--color-grey-300)}.custom-select .choices__list--dropdown .choices__item{font:var(--font-btn-2);padding:1.3rem 1.6rem!important}.custom-select .choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:var(--color-grey-200)}.custom-select--mod-big .choices__inner{height:5.6rem}@media screen and (max-width:767px){.custom-select--mod-big .choices__inner{height:4.4rem}}.custom-select--mod-big .choices__inner .choices__list--single{padding:2rem 1.6rem}@media screen and (max-width:767px){.custom-select--mod-big .choices__inner .choices__list--single{padding:1.5rem 1.6rem}}.custom-select--mod-white .choices__inner{background-color:var(--color-grey-50)}.input-file{display:inline-block;position:relative}.input-file__text{color:var(--color-grey-600);cursor:pointer;display:block;font:var(--font-btn-1);padding-left:3rem}.input-file__text:before{background-image:url(../images/clip.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:2.4rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2.4rem}.input-file--black .input-file__text{color:var(--color-base-dark)}.input-file--black .input-file__text:before{background-image:url(../images/clip-black.svg)}.files-list{padding-top:2.4rem;width:100%}.files-item{align-items:center;border-bottom:1px solid var(--color-grey-400);display:flex;justify-content:space-between;margin-bottom:1.2rem;padding-bottom:1.2rem}.files-item:hover .accounts-table__menu-list{opacity:1}.files-item:last-child{border:none;margin-bottom:0;padding-bottom:0}.files-item .accounts-table__menu-list{opacity:0}@media screen and (max-width:1199px){.files-item .accounts-table__menu-list{opacity:1}}.files-item__legend{font:var(--font-text-t4)}.catalog-sheild-promo{display:block;max-height:25.2rem;padding:1.6rem;width:100%}.catalog-sheild-promo__img{display:block;max-height:25.2rem;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:767px){.catalog-sheild-promo__img{max-height:28.3rem}}.rating-star-results{align-items:center;display:flex;margin-bottom:3.2rem}@media screen and (max-width:991px){.rating-star-results{margin-bottom:1.6rem}}.rating-star-results__progress{background-image:url(../images/rating-star-full-width.svg);background-position:0;background-repeat:no-repeat;background-size:contain;display:block;height:3.2rem;width:15.1rem}.rating-star-results__progress-inner{background-image:url(../images/rating-star-full-width-on.svg);background-position:0;background-repeat:no-repeat;background-size:15.1rem 3.2rem;height:100%;width:var(--w)}.rating-star-results__num{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:var(--gardient-primary);-webkit-background-clip:text;background-clip:text;flex-shrink:0;font:var(--font-heading-h2-md);margin-left:1.2rem}.lds-ring{display:inline-block;height:100%;position:relative;width:100%}.lds-ring div{animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:var(--loading-spinner-border-size) solid var(--loading-spinner-color);border-color:var(--loading-spinner-border-size) transparent transparent transparent;border-radius:50%;box-sizing:border-box;display:block;height:100%;position:absolute;width:100%}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.d-flex{display:flex}.d-inline-flex{align-items:center;display:inline-flex;gap:10px}.f-col{flex-direction:column}.f-row{flex-direction:row}.justify-center{justify-content:center}.justify-space_between{justify-content:space-between}.align-center{align-items:center}.w-100{width:100%}.ma-0{margin:0}.ma-1{margin:4px}.ma-2{margin:8px}.ma-3{margin:12px}.ma-4{margin:16px}.ma-5{margin:20px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:20px}.mb-6{margin-bottom:24px}.mb-7{margin-bottom:28px}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.mt-7{margin-top:28px}.mt-8{margin-top:32px}.mr-1{margin-right:4px}.mr-2{margin-right:8px}.mr-3{margin-right:12px}.mr-4{margin-right:16px}.mr-5{margin-right:20px}.mr-6{margin-right:24px}.mr-7{margin-right:28px}.mr-8{margin-right:32px}.ml-1{margin-left:4px}.ml-2{margin-left:8px}.ml-3{margin-left:12px}.ml-4{margin-left:16px}.ml-5{margin-left:20px}.ml-6{margin-left:24px}.ml-7{margin-left:28px}.ml-8{margin-left:32px}.pa-1{padding:4px}.pa-2{padding:8px}.pa-3{padding:12px}.pa-4{padding:20px}.pa-5{padding:24px}.pb-1{padding-bottom:4px}.pb-2{padding-bottom:8px}.pt-1{padding-top:4px}.pt-2{padding-top:8px}.align-self__start{align-self:start}.align-self__end{align-self:end}.gap-1{gap:4px}.gap-2{gap:8px}.tabs{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:767px){.tabs{display:flex;flex-direction:column}}.tabs span{text-align:left}.order-svg,.order-svg path{stroke:#011f3a!important;fill:#000!important}.tab-item{border:2px solid #e0e4eb;border-radius:8px;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:25px}@media screen and (max-width:767px){.tab-item{padding:14px}}.tab-item__main{align-items:center;display:flex;flex-direction:row;gap:10px}.tab-item__main span{color:#011f3a;font-size:18px;font-weight:500;line-height:20.7px;text-align:left}@media screen and (max-width:767px){.tab-item__main span{font-size:14px;line-height:16.1px}}.tab-item__main svg{fill:#fff;stroke:#011f3a;height:28px;width:28px}@media screen and (max-width:767px){.tab-item__main svg{height:13px;width:15px}}.tab-item__main_img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:40px;width:80px}@media screen and (max-width:767px){.tab-item__main_img{height:20px;width:40px}}.tab-item__description span{color:#99a5b0;font-size:16px;font-weight:400;line-height:19.2px}.tab-active{border:2px solid #22d26d;transition:.3s ease-in-out}.tab-active path,.tab-active svg{stroke:#22d26d!important}.vue-daterange-picker{background:none!important;border:1px solid var(--color-grey-400);border-radius:5px;min-width:260px!important;padding:5px;position:relative;transition:.2s ease-in-out}.vue-daterange-picker:hover{border-color:var(--color-green-type4)}.vue-daterange-picker:after{background-image:url(../icons/mono/calendar.svg);content:"";height:20px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px}.search-block{height:46px;max-width:400px;position:relative;width:100%}.search-block input{height:100%!important}.header{--color-header:var(--color-grey-200);height:var(--header-height);left:0;position:absolute;top:0;width:100%;z-index:30}.header.is-fixed{background-color:var(--color-white);height:auto;padding-top:1.2rem;position:fixed}.header.is-fixed .global-banner{display:none}.header.is-fixed .header__search .input{background-color:var(--color-grey-300)}.header.is-fixed .header__row:first-child{display:none}.header.is-white-bg{background-color:var(--color-white)}@media screen and (max-width:1260px){.header .header__personal-cabinet-btn,.header .header__popup-btn,.header .header__tel,.header .header__top-nav{display:none}}.header .b2b-account-btn{background-color:#fff;border-radius:999px}.header--is-white{--color-header:var(--color-white)}.header .input{background-color:var(--color-header)}.header__row:first-child{margin-bottom:1.9rem}@media screen and (max-width:1260px){.header__row:first-child .grid-container__block:first-child{display:none}}@media screen and (max-width:767px){.header__row:first-child{margin-bottom:1.6rem}}.header__row:nth-child(2){padding-bottom:8px}@media screen and (max-width:1260px){.header__row:nth-child(2) .grid-container__block:not(:last-child){display:none}}.header__row .grid-container__block{align-items:center;display:flex}.header__row .grid-container__block._flex-gap{gap:1.2rem}@media screen and (max-width:1260px){.header__row .grid-container__block{grid-column:span 24}}@media screen and (max-width:767px){.header__row .grid-container__block{grid-column:span 8}}.header__page-link{background-color:var(--color-header);border-radius:5rem;color:var(--color-base-dark);display:inline-block;font:var(--font-text-t4);margin-right:.8rem;padding:.3rem 1.2rem}.header__page-link:hover{color:var(--color-green)}.header__page-link.is-active{background-color:var(--color-acces);color:var(--color-white)}.header__popup-btn{background-position:0;background-repeat:no-repeat;background-size:1.6rem 1.6rem;color:var(--color-base-dark);font:var(--font-text-t4);margin-right:1.7rem;padding-left:2.2rem;position:relative;white-space:nowrap}.header__popup-btn._city{background-image:url(../icons/mono/navigation.svg)}.header__popup-btn._orderStatus{background-image:url(../icons/mono/clock.svg);margin-right:7.2rem}@media screen and (max-width:1260px){.header__popup-btn._orderStatus{margin-right:0}}@media screen and (min-width:991px){.header__popup-btn-wrapper:hover .popup{opacity:1;visibility:visible}}.header__top-nav-item{position:relative}@media screen and (max-width:767px){.header__top-nav-item{align-items:flex-start;border-bottom:1px solid #d3d3d3;flex-direction:column;padding:10px;width:100%}}.header__top-nav-item:hover .header__top-nav-link{color:var(--color-green)}.header__top-nav-item:hover .header__top-nav-link:after{border-color:var(--color-green) transparent transparent transparent;transform:rotate(-180deg)}.header__top-nav-item--with-submenu:hover .submenu__wrapper{opacity:1;visibility:visible}.header__top-nav-item--with-submenu .link-with-submenu:after{border-color:var(--color-grey-600) transparent transparent transparent;border-style:solid;border-width:4px 4px 0;content:"";display:inline-block;height:0;margin-left:.5rem;transition:transform var(--transition);width:0}.header__top-nav{align-items:center;display:flex;gap:1.6rem;margin-right:2.4rem}@media screen and (max-width:767px){.header__top-nav{align-items:flex-start;flex-direction:column}}.header__top-nav-link{align-items:center;color:var(--color-grey-600);cursor:pointer;display:inline-flex;font:var(--font-text-t4);white-space:nowrap}.header__top-nav-link:hover{color:var(--color-green)}.header__tel{flex-shrink:0;margin-right:1rem}.header__tel-number{color:var(--color-base-dark);display:block;font:var(--font-text-t4-md);line-height:1}@media screen and (max-width:767px){.header__tel-number{font:var(--font-heading-h3-md)}}.header__tel-text{color:var(--color-grey-600);display:block;font:var(--font-text-t5)}.header__personal-cabinet-btn{align-items:center;background-color:var(--color-header);border-radius:99.9rem;display:flex;margin-left:auto;padding:1rem 1.2rem}.header__personal-cabinet-btn-txt{color:var(--color-grey-600);font:var(--font-text-t4-md)}.header__personal-cabinet-btn-icon{color:var(--color-grey-600);height:2rem;margin-right:.9rem;width:2rem}.header__personal-cabinet-btn-count{align-items:center;background:linear-gradient(281.19deg,#14b2f2 -16.7%,#d222cb 120.21%);border-radius:99.9rem;color:var(--color-white);display:inline-flex;flex-shrink:0;font:var(--font-text-t5-md);padding:.3rem .8rem}.header__personal-cabinet-btn-count-icon{margin-right:.4rem}.header__logo-link{display:inline-block}.header__logo{display:block;height:6.7rem;-o-object-fit:contain;object-fit:contain;width:32.2rem}@media screen and (max-width:1260px){.header__logo{height:4.7rem;width:22.2rem}}@media screen and (max-width:767px){.header__logo{height:2.9rem}}.header__logo-wrapper{display:inline-block}.header__catalog-btn .button__inner{pointer-events:none}.header__catalog-btn.is-active ._hidden{display:block}.header__catalog-btn ._hidden,.header__catalog-btn.is-active ._shown{display:none}@media screen and (max-width:800px){.header__catalog-btn{display:none}}.header__sales-btn .icon{fill:none;stroke:currentColor}@media screen and (max-width:800px){.header__sales-btn{display:none}}.header__search{border-radius:.8rem;height:4.4rem;max-width:65.6rem;position:relative;width:100%}@media screen and (max-width:1260px){.header__search{max-width:100%}}.header__search-btn{color:var(--color-grey-500);display:block;height:2rem;position:absolute;right:1.6rem;top:50%;transform:translateY(-50%);width:2rem}.header__search-btn.is-cross-shown .header__search-btn-icon{display:none}.header__search-btn.is-cross-shown .header__search-btn-icon._cross{display:block}.header__search-btn-icon{fill:none;stroke:currentColor;height:100%;width:100%}.header__search-btn-icon._cross{fill:currentColor;stroke:none;display:none}.header__info-btns{display:flex;margin-left:auto}@media screen and (max-width:1260px){.header__info-btns{display:none}}.header__mobile-block{display:none}@media screen and (max-width:1260px){.header__mobile-block{align-items:center;display:flex;justify-content:space-between;width:100%}}.header__b2b-btn{align-items:center;background-color:var(--color-header);border-radius:99.9rem;display:flex;font:var(--font-text-t4-md);margin-left:auto;padding:1rem 1.2rem}@media screen and (max-width:1260px){.header__b2b-btn{display:none}}.header__b2b-btn-icon{fill:none;stroke:var(--color-base-dark);color:transparent;height:2rem;margin-right:.9rem;width:2rem}.header-cabinet{align-items:center;display:flex;display:none;height:var(--header-height);left:0;position:absolute;top:0;width:100%;z-index:30}@media screen and (max-width:1199px){.header-cabinet{display:flex}}.header-cabinet__row{align-items:center;display:flex;width:100%}.header-cabinet__back-link{align-items:center;color:var(--color-base-dark);display:flex;flex-shrink:0;height:2.4rem;justify-content:center;transform:scaleX(-1);width:2.4rem}.header-cabinet__back-link .icon{height:100%;width:100%}.header-cabinet__legend{flex-grow:1;font:var(--font-heading-h4);margin-right:2.4rem;text-align:center}@media screen and (max-width:991px){.header-cabinet__legend{font-weight:500}}.header-configurator{--header-height:11.2rem;height:var(--header-height);left:0;position:absolute;top:0;width:100%}@media screen and (max-width:991px){.header-configurator{--header-height:10.1rem}}.header-configurator .header-cabinet__row{align-items:center;height:100%;justify-content:center;position:relative}@media screen and (max-width:991px){.header-configurator .header-cabinet__row{flex-wrap:wrap}}.header-configurator__back-btn{align-items:center;background-color:var(--color-white);border-radius:99.9rem;color:var(--color-grey-600);display:flex;font:var(--font-btn-2);padding:1.2rem 1.6rem}.header-configurator__back-btn .icon{color:var(--color-grey-600);height:1.6rem;margin-right:.4rem;transform:scaleX(-1);width:1.6rem}@media screen and (max-width:991px){.header-configurator__back-btn{justify-content:center;order:3;width:100%}}.header-configurator__logo{display:block;margin-left:auto}.header-configurator__logo img{width:100%}@media screen and (max-width:1199px){.header-configurator__logo{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:991px){.header-configurator__logo{margin-left:0;max-width:14rem;order:1;position:static;transform:none}}.header-configurator .header__tel{margin-left:auto}@media screen and (max-width:1199px){.header-configurator .header__tel{display:none}}.header-configurator .header__b2b-btn{background-color:var(--color-white);margin-left:2.4rem}.header-configurator .header__phone{display:none;margin-left:auto;order:2}@media screen and (max-width:1199px){.header-configurator .header__phone{display:block}}.main{min-height:500px}.footer{border-top:1px solid var(--color-grey-400);padding-bottom:2.4rem;padding-top:7.7rem}@media screen and (max-width:1260px){.footer{padding-bottom:calc(var(--mobile-height-nav) + 1.6rem)}}@media screen and (max-width:991px){.footer{padding-top:4rem}}.footer__container{display:flex;flex-direction:column;gap:8rem}@media screen and (max-width:767px){.footer__container,.footer__top{gap:0}}.footer__top-block:first-child,.footer__top-block:nth-child(2),.footer__top-block:nth-child(3){grid-column:span 12}@media screen and (max-width:1199px){.footer__top-block{grid-column:span 24!important}.footer__top-block:first-child{display:grid;gap:var(--grid-offset);grid-template-columns:repeat(16,1fr);margin-bottom:4rem;order:2}}@media screen and (max-width:1199px) and (max-width:767px){.footer__top-block:first-child{grid-template-columns:repeat(8,1fr)}}@media screen and (max-width:1199px){.footer__top-block:nth-child(2){display:grid;gap:var(--grid-offset);grid-column:span 0;grid-template-columns:repeat(16,1fr);margin-top:1.6rem;order:3}}@media screen and (max-width:1199px) and (max-width:767px){.footer__top-block:nth-child(2){grid-template-columns:repeat(8,1fr)}}@media screen and (max-width:1199px){.footer__top-block:nth-child(3){margin-bottom:4rem;order:1}.footer__top-block:nth-child(3) .footer__tel{display:inline-block;margin:0 6.4rem 0 0}}@media screen and (max-width:1199px) and (max-width:670px){.footer__top-block:nth-child(3) .footer__tel{margin:0}.footer__top-block:nth-child(3) .footer__tel:before{top:calc(100% + .4rem)}.footer__top-block:nth-child(3) .footer__tel:first-of-type{order:1;width:60%}.footer__top-block:nth-child(3) .footer__tel:nth-of-type(2){margin-bottom:3.2rem;margin-top:4.4rem;order:3;width:100%}}@media screen and (max-width:1199px){.footer__top-block:nth-child(3) .social{display:flex;margin-bottom:4.5rem;margin-left:auto}}@media screen and (max-width:1199px) and (max-width:1199px){.footer__top-block:nth-child(3) .social{margin-bottom:0;margin-top:0}}@media screen and (max-width:1199px) and (max-width:670px){.footer__top-block:nth-child(3) .social{margin:0;order:2;width:40%}}@media screen and (max-width:767px){.footer__top-block{gap:0!important;grid-column:span 8!important;margin-bottom:.5rem!important}}.footer__top-block-tel-wrapper{display:none}@media screen and (max-width:1199px){.footer__top-block-tel-wrapper{align-items:flex-start;display:flex;margin-bottom:5rem}}@media screen and (max-width:767px){.footer__top-block-tel-wrapper{flex-wrap:wrap;margin-bottom:4px}}@media screen and (max-width:650px){.footer__top-block-tel-wrapper{margin-bottom:0}}.footer__tel{display:inline-block;font:var(--font-heading-h2-md);margin-bottom:10.5rem;position:relative}.footer__tel:before{color:var(--color-grey-600);content:attr(data-text);display:block;font:var(--font-text-t3);left:0;position:absolute;top:calc(100% + 1rem)}@media screen and (max-width:1199px){.footer__tel{display:none}}.footer__legend{display:block;font:var(--font-heading-h5-md);margin-bottom:20px}.footer__accordion{margin-bottom:4.6rem}.footer__accordion .accordion__head{display:inline-flex;width:auto}.footer__accordion .accordion__head-icon{display:none;height:.6rem;width:1rem}.footer__accordion:last-of-type{margin-bottom:0}@media screen and (max-width:1199px){.footer__accordion{grid-column:span 5;margin:0}}@media screen and (max-width:767px){.footer__accordion{border-bottom:1px solid var(--color-grey-300);grid-column:span 8;margin-bottom:1.6rem;padding-bottom:1.6rem}.footer__accordion .accordion__head{width:100%}.footer__accordion .accordion__head-icon{display:block}}.footer .footer_contact{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:767px){.footer .footer_contact{display:flex;flex-direction:column}.footer .is_desktop{display:none}}.footer .is_mobile{display:none}@media screen and (max-width:767px){.footer .is_mobile{display:initial}}.footer_desktop{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);justify-content:space-between;row-gap:15px}.footer_desktop li:first-child{grid-column:1;grid-row:1}.footer_desktop li:nth-child(2){align-self:flex-end;grid-column:1;grid-row:span 2}.footer_desktop li:nth-child(3){grid-column:2;grid-row:1}.footer_desktop li:nth-child(4){grid-column:2;grid-row:2}@media screen and (max-width:767px){.footer_desktop{display:none}}.footer .footer_social{grid-column:2;grid-row:3}.footer_mobile{display:none}@media screen and (max-width:767px){.footer_mobile{display:initial}}.footer__nav-list{padding-left:10px}.footer__nav-item{margin-bottom:1.2rem}.footer__nav-item:last-child{margin-bottom:0}.footer_submenu{display:flex;flex-direction:column;gap:5px}.footer__nav-link{color:var(--color-grey-600);font:var(--font-text-t3)}.footer__nav-link:hover{color:var(--color-green)}.footer__copyright-block{align-items:center;display:flex;gap:2.8rem}.footer__copyright-block p{font:var(--font-text-t4)}.footer__copyright-block a,.footer__copyright-block p,.footer__copyright-block span{color:var(--color-grey-600)}.footer__copyright-block a{font:var(--font-text-t4)}.footer__copyright-block a:hover{color:var(--color-green)}@media screen and (max-width:1199px){.footer__copyright-block{align-items:flex-end}}@media screen and (max-width:860px){.footer__copyright-block a,.footer__copyright-block p{display:none}}@media (max-width:575px){.footer__copyright-block{align-items:center!important}}.footer__markweber-wrapper{margin-left:auto;text-align:right}.footer__markweber-wrapper p{display:none}@media screen and (max-width:1199px){.footer__markweber-wrapper p{display:inline-flex}}@media screen and (max-width:860px){.footer__markweber-wrapper{align-items:flex-start;display:flex;flex-direction:column;margin-left:0;text-align:left}.footer__markweber-wrapper a,.footer__markweber-wrapper p{display:inline-flex}.footer__markweber-wrapper a{margin-bottom:0}.footer__markweber-wrapper p{margin-bottom:1.6rem;margin-top:10px;order:1}}.footer__markweber{align-items:center;display:flex;flex-shrink:0}.footer__markweber svg{height:2rem;margin-left:.5rem;transform:translateY(4px);width:8rem}@media screen and (max-width:1199px){.footer__markweber{margin-bottom:1.6rem}}.footer__bik{flex-shrink:0}.footer__bik svg{height:2rem;margin-left:.5rem;width:4rem}@media screen and (max-width:1199px){.footer__bik{margin-bottom:1.6rem}}.footer__shield{background-color:var(--color-green-type4);background-image:url(../images/footer/shield-img.svg);background-position:0 100%;background-repeat:no-repeat;background-size:contain;border-radius:2.4rem;color:var(--color-white);display:flex;flex-direction:column;min-height:46.1rem;padding:5.4rem 6.4rem}@media screen and (max-width:1199px){.footer__shield{min-height:40rem;padding:3.4rem}}@media screen and (max-width:767px){.footer__shield{border-radius:1.2rem;margin-bottom:2.4rem;min-height:auto;padding:1.6rem}}.footer__shield-text{font:var(--font-heading-h2-md);margin-bottom:1rem}@media screen and (max-width:767px){.footer__shield-text{margin-bottom:3.2rem}}.footer__shield-form{display:flex;flex-direction:column;gap:10px;margin-top:auto;max-width:510px}.footer__shield-form p{font:var(--font-text-t5)}.footer__shield-form p a{text-decoration:underline}@media screen and (max-width:1199px){.footer__shield-form p{max-width:24.7rem}}@media screen and (max-width:634px){.footer__shield-form p{margin-left:0;margin-top:1.2rem}.footer__shield-form{align-items:stretch;flex-direction:column}}.footer__shield-form-btn-wrapper{align-items:center;border:1px solid var(--color-white);border-radius:1rem;display:flex;height:5.6rem;min-width:36rem;padding:.6rem}.footer__shield-form-btn-wrapper input{background-color:transparent;border:none;color:var(--color-white);flex-grow:1;font:var(--font-text-t3-md);height:100%;outline:none;padding:0 1.8rem}.footer__shield-form-btn-wrapper input::-webkit-input-placeholder{color:var(--color-white);font:var(--font-text-t3-md)}.footer__shield-form-btn-wrapper input:-moz-placeholder,.footer__shield-form-btn-wrapper input::-moz-placeholder{color:var(--color-white);font:var(--font-text-t3-md)}.footer__shield-form-btn-wrapper input:-ms-input-placeholder{color:var(--color-white);font:var(--font-text-t3-md)}@media screen and (max-width:767px){.footer__shield-form-btn-wrapper{border-radius:.8rem;height:4.4rem;min-width:0}.footer__shield-form-btn-wrapper .button.small._no-icon{padding:.9rem 1.2rem}.footer__shield-form-btn-wrapper .button{border-radius:.4rem}}.footer__shield-form-btn{background-color:var(--color-white);border-radius:.8rem;color:var(--color-base-dark);font:var(--font-btn-1-md);padding:1.4rem}@media screen and (max-width:1199px){.footer .social{display:none}.footer__copyright .grid-container__block{grid-column:span 24!important}.footer__copyright .grid-container__block:first-child{display:none}}@media screen and (max-width:767px){.footer__copyright .grid-container__block{grid-column:span 8!important}}.footer__copyright,.footer__inn{margin-top:2.4rem}.footer__inn._mobile{display:none}@media screen and (max-width:767px){.footer__inn._mobile{display:block;margin-bottom:1.6rem;margin-top:0}}@media screen and (max-width:1199px){.footer__inn{display:none}}.button{background:var(--gardient-primary);border-radius:.8rem;color:var(--color-white);padding:2rem 2.4rem;position:relative;z-index:2}.button:before{background:linear-gradient(0deg,rgba(1,31,58,.15),rgba(1,31,58,.15));border-radius:.8rem;content:"";left:0;position:absolute;top:0;inset:0;opacity:0;transition:opacity var(--transition);z-index:-1}.button__inner{align-items:center;display:flex;flex-shrink:0;font:var(--font-btn-1-md)}@media screen and (max-width:767px){.button__inner{font:var(--font-btn-2-md)}}.button__icon{margin-right:1rem}.button:hover:before{opacity:1}.button._no-icon{padding:1.6rem 2.4rem}.button.small{padding:1rem 2.4rem}.button.small._no-icon{padding:1.4rem 2.4rem}.button._secondary{background:var(--color-white);color:var(--color-base-dark)}.button._secondary:before{content:none}.button._secondary:hover{color:var(--color-green)}.button._stroke{background:transparent;border:1px solid var(--color-grey-400);color:var(--color-base-dark)}.button._stroke:before{content:none}.button._stroke:hover{color:var(--color-green)}.button.disabled,.button[disabled]{background:var(--color-grey-300);color:var(--color-grey-600);pointer-events:none}.button.disabled._stroke,.button[disabled]._stroke{background:transparent;border-color:var(--color-grey-600);color:var(--color-grey-600)}.button__name._mobile{display:none}@media screen and (max-width:1199px){.button__name._mobile{display:block}}.input{background-color:var(--color-grey-200);border-radius:.8rem;color:var(--color-base-dark);font:var(--font-text-t3);height:4.4rem;padding:1.2rem 1.6rem;width:100%}.input.mod-big{font:var(--font-btn-1);height:5.6rem}.input.mod-big::-webkit-input-placeholder{font:var(--font-btn-1)}.input.mod-big:-moz-placeholder,.input.mod-big::-moz-placeholder{font:var(--font-btn-1)}.input.mod-big:-ms-input-placeholder{font:var(--font-btn-1)}@media screen and (max-width:767px){.input.mod-big{height:4.4rem}}.input.mod-white{background-color:var(--color-white)}.input.disabled,.input[disabled]{opacity:.6;pointer-events:none}.input::-webkit-input-placeholder{color:var(--color-grey-600);font:var(--font-text-t3)}@media screen and (max-width:767px){.input::-webkit-input-placeholder{font:var(--font-btn-2)}}.input:-moz-placeholder{color:var(--color-grey-600);font:var(--font-text-t3)}@media screen and (max-width:767px){.input:-moz-placeholder{font:var(--font-btn-2)}}.input::-moz-placeholder{color:var(--color-grey-600);font:var(--font-text-t3)}@media screen and (max-width:767px){.input::-moz-placeholder{font:var(--font-btn-2)}}.input:-ms-input-placeholder{color:var(--color-grey-600);font:var(--font-text-t3)}@media screen and (max-width:767px){.input:-ms-input-placeholder{font:var(--font-btn-2)}}.textarea{background-color:var(--color-grey-200);border-radius:.8rem;color:var(--color-base-dark);font:var(--font-text-t3);height:10rem;padding:1.2rem 1.6rem;width:100%}.textarea::-webkit-input-placeholder{color:var(--color-grey-600);font:var(--font-text-t3)}.textarea:-moz-placeholder,.textarea::-moz-placeholder{color:var(--color-grey-600);font:var(--font-text-t3)}.textarea:-ms-input-placeholder{color:var(--color-grey-600);font:var(--font-text-t3)}.info-btn{align-items:center;display:flex;height:3.2rem;justify-content:center;width:3.2rem}.info-btn__wrapper{flex-shrink:0;margin-right:1.5rem;position:relative}.info-btn__wrapper:last-child{margin-right:0}.info-btn__wrapper:hover .popup{opacity:1;visibility:visible}.info-btn:hover .icon{fill:var(--color-green)}.info-btn__icon{fill:var(--color-base-dark);height:2.4rem;pointer-events:none;width:2.4rem}.info-btn__count{background:var(--gardient-primary);border-radius:50%;height:2rem;width:2rem}.info-btn__bonus,.info-btn__count{align-items:center;color:var(--color-white);display:flex;font:var(--font-text-t5-md);justify-content:center;pointer-events:none;position:absolute;right:-.8rem;top:-.4rem}.info-btn__bonus{background:linear-gradient(281.19deg,#14b2f2 -16.7%,#d222cb 120.21%);border-radius:15px;min-height:2rem;min-width:2rem;padding:2px}.catalog-menu{--list-w:32.3rem;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity var(--transition),visibility var(--transition);visibility:hidden;width:100%;z-index:-1}.catalog-menu.is-active{opacity:1;visibility:visible}@media screen and (max-width:991px){.catalog-menu{position:fixed}}.catalog-menu__wrapper{background-color:var(--color-white);padding-top:calc(var(--header-height) + 1.4rem)}@media screen and (max-width:991px){.catalog-menu__wrapper{height:100%}}.catalog-menu__container{border-radius:1.6rem;box-shadow:25px 5px 64px #0000000d;display:flex;height:calc(100vh - 260px);overflow:hidden}@media screen and (max-width:1680px){.catalog-menu__container{height:57.1rem}}@media screen and (max-width:991px){.catalog-menu__container{background-color:var(--color-white);border-radius:0;box-shadow:none;height:100%;padding-bottom:var(--mobile-height-nav)}}.catalog-menu__list{-ms-overflow-style:none;background-color:var(--color-grey-200);overflow:auto;padding:4rem 0 4rem 4rem;position:relative;scrollbar-width:none;width:var(--list-w)}.catalog-menu__list::-webkit-scrollbar *{background:transparent}.catalog-menu__list::-webkit-scrollbar-track{background-color:transparent}.catalog-menu__list::-webkit-scrollbar{background-color:transparent;display:none}.catalog-menu__list::-webkit-scrollbar-thumb{background-color:transparent}@media screen and (max-width:991px){.catalog-menu__list{background-color:var(--color-white);padding:0;width:100%}}.catalog-menu__item{margin-bottom:2rem;padding-right:4rem;position:relative}.catalog-menu__item:last-child{margin-bottom:0}.catalog-menu__item:hover:before{opacity:1}.catalog-menu__item:before{background:var(--gardient-primary);content:"";height:4rem;opacity:0;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:opacity var(--transition);width:.2rem}.catalog-menu__item.is-active:before{opacity:1}.catalog-menu__item.is-active .catalog-menu__link{color:var(--color-green-type4)}@media screen and (max-width:991px){.catalog-menu__item.is-active:before{opacity:0}}.catalog-menu__link{align-items:center;cursor:pointer;display:inline-flex;font:var(--font-text-t4-md)}.catalog-menu__link-icon{fill:none;stroke:currentColor;height:2rem;margin-right:1rem;width:2rem}.catalog-menu__categories-wrapper{background-color:var(--color-white);width:calc(100% - var(--list-w))}@media screen and (max-width:991px){.catalog-menu__categories-wrapper{display:none}}.catalog-menu__categories{display:none;flex-direction:column;height:100%;overflow-y:auto;padding:4rem}.catalog-menu__categories::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.catalog-menu__categories::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.catalog-menu__categories::-webkit-scrollbar-button{display:none}.catalog-menu__categories::-webkit-scrollbar-track{background-color:var(--color-grey-300)}.catalog-menu__categories.is-active{display:flex}.catalog-menu__categories-blocks{align-items:flex-start;display:grid;flex-grow:1;gap:var(--grid-offset);grid-template-columns:12fr 5fr;position:relative}.catalog-menu__categories-left-block{padding-bottom:2rem;position:relative}.catalog-menu__categories-left-block::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.catalog-menu__categories-left-block::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.catalog-menu__categories-left-block::-webkit-scrollbar-button{display:none}.catalog-menu__categories-left-block::-webkit-scrollbar-track{background-color:var(--color-grey-300)}.catalog-menu__categories-left-block .simplebar-content{display:grid;gap:var(--grid-offset);grid-template-columns:repeat(12,1fr)}.catalog-menu__categories-left-block .simplebar-content:after,.catalog-menu__categories-left-block .simplebar-content:before{content:none}.catalog-menu__categories-col{-moz-column-count:2;column-count:2;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.catalog-menu__categories-legend{align-self:flex-start;display:inline-block;font:var(--font-heading-h3-md);margin-bottom:3.2rem}.catalog-menu__categories-right-block{grid-column:span 5;height:100%;overflow:auto}.catalog-menu__categories-right-block::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.catalog-menu__categories-right-block::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.catalog-menu__categories-right-block::-webkit-scrollbar-button{display:none}.catalog-menu__categories-right-block::-webkit-scrollbar-track{background-color:var(--color-grey-300)}.catalog-menu__categories-item{margin-bottom:.8rem}.catalog-menu__categories-item:last-child{margin-bottom:0}.catalog-menu__categories-item-link{color:var(--color-grey-600);font:var(--font-text-t4)}.catalog-menu__categories-item-link:hover{color:var(--color-green-type4)}.catalog-menu__categories-list-legend{color:var(--color-base-dark);display:block;font:var(--font-text-t4-md);margin-bottom:1.2rem}.catalog-menu__categories-list-legend:hover{color:var(--color-green-type4)}.catalog-menu__categories-list{margin-bottom:3.2rem}.catalog-menu__categories-list:last-of-type{margin-bottom:0}.catalog-menu__categories-logos{display:flex;flex-wrap:wrap;gap:2.4rem 4.2rem}.catalog-menu__logo-link{display:block;height:6.4rem;width:9rem}.catalog-menu__logo{display:block;height:100%;mix-blend-mode:normal;-o-object-fit:contain;object-fit:contain;width:100%}.search-results{left:0;opacity:0;padding-top:2.4rem;position:absolute;top:100%;transition:opacity var(--transition),visibility var(--transition);visibility:hidden;width:100%;z-index:8}@media screen and (max-width:800px){.search-results{background-color:var(--color-white)}}.search-results.is-shown{opacity:1;visibility:visible}.search-results__empty-content{font:var(--font-text-t3-bld)}.search-results__empty-content._is-hidden{display:none}.search-results__content{background-color:var(--color-white);border-radius:1.6rem;box-shadow:var(--box-shadow);padding:2.4rem 1.2rem 2.4rem 2.4rem;position:relative}.search-results__content .simplebar-track.simplebar-vertical{right:.3rem}@media screen and (max-width:800px){.search-results__content{border-radius:0;box-shadow:none;height:calc(100vh - var(--header-height) - 2.4rem);padding:0 0 4.7rem}}.search-results__content-inner{max-height:57.7rem;overflow-x:hidden;overflow-y:auto;padding-right:1.2rem}.search-results__content-inner::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.search-results__content-inner::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.search-results__content-inner::-webkit-scrollbar-button{display:none}.search-results__content-inner::-webkit-scrollbar-track{background-color:var(--color-grey-300)}@media screen and (max-width:800px){.search-results__content-inner{max-height:100%}}.search-results__cat-list{margin-bottom:3.2rem;width:100%}.search-results__cart-list{width:100%}.search-results__carts-item{margin-bottom:.6rem}.search-results__carts-item:last-child{margin-bottom:0}.search-results__cat-item{border-bottom:1px solid var(--color-grey-400);margin-bottom:1.6rem;padding-bottom:1.6rem;width:100%}.search-results__cat-item:last-child{margin-bottom:0}.search-results__cat-link{display:block;font:var(--font-text-t3);position:relative;width:100%}.search-results__cat-link:before{border-color:var(--color-grey-600);border-bottom:1px solid;border-left:1px solid;content:"";height:.6rem;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(-137deg);width:.6rem}.catalog-cart-small{align-items:center;display:flex;gap:1.2rem;position:relative}.catalog-cart-small.mod-empty .catalog-cart-small__count,.catalog-cart-small.mod-empty .catalog-cart-small__name,.catalog-cart-small.mod-empty .catalog-cart-small__price{color:var(--color-grey-600)}.catalog-cart-small.mod-empty .catalog-cart-small__link{opacity:.5}.catalog-cart-small:hover .catalog-cart-small__delete-btn{opacity:1}.catalog-cart-small__link{border-radius:.4rem;display:inline-block;flex-shrink:0;height:6rem;overflow:hidden;width:6rem}.catalog-cart-small__image{display:block;height:100%;mix-blend-mode:darken;-o-object-fit:cover;object-fit:cover;width:100%}.catalog-cart-small__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:inline-block;display:-webkit-box;font:var(--font-text-t4);margin-bottom:.6rem;overflow:hidden}.catalog-cart-small__details-wrapper,.catalog-cart-small__price{align-items:center;display:flex;gap:.8rem}.catalog-cart-small__price{font:var(--font-text-t4-md);position:relative}.catalog-cart-small__price:after{color:var(--color-grey-600);content:attr(data-old-price);font:var(--font-text-t5);text-decoration:line-through}.catalog-cart-small__count{background-color:var(--color-grey-300);border-radius:99.9rem;color:var(--color-grey-600);font:var(--font-text-t5);padding:.1rem .3rem}.catalog-cart-small__delete-btn{flex-shrink:0;height:1.6rem;margin-left:auto;margin-right:2.6rem;opacity:0;transition:opacity .1s;width:1.6rem}.catalog-cart-small__delete-btn:hover .icon{stroke:var(--color-green-type4)}.catalog-cart-small__icon{fill:none;stroke:var(--color-grey-600);height:100%;transition:stroke var(--transition);width:100%}.catalog-cart-small__is-empty{color:var(--color-grey-600);font:var(--font-text-t4)}.popup{opacity:0;padding-top:3rem;position:absolute;right:0;top:100%;transition:opacity var(--transition),visibility var(--transition);visibility:hidden;z-index:15}@media screen and (max-width:991px){.popup{background-color:#011f3a66;bottom:auto;height:100%;left:0!important;position:fixed;right:auto!important;top:0;width:100%;z-index:51}}.popup.is-shown{opacity:1;visibility:visible}.popup__container{background-color:var(--color-white);border-radius:1.6rem;box-shadow:var(--box-shadow);max-height:35.3rem;padding:2.4rem;width:46.4rem}@media screen and (max-width:991px){.popup__container{bottom:calc(var(--mobile-height-nav) + 1.6rem);left:50%;position:absolute;transform:translate(-50%)}}@media screen and (max-width:767px){.popup__container{max-height:none;padding:1.6rem;width:100%}}.popup__head{align-items:center;border-bottom:1px solid var(--color-grey-300);display:flex;justify-content:space-between;margin-bottom:1.6rem;padding-bottom:2rem}@media screen and (max-width:767px){.popup__head{margin-bottom:1.6rem}}.popup__head-legend{display:block;font:var(--font-text-t4-md)}.popup__body{margin-bottom:1.6rem;max-height:18.9rem;overflow:auto;padding-bottom:var(--height);position:relative}.popup__body::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.popup__body::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.popup__body::-webkit-scrollbar-button{display:none}.popup__body::-webkit-scrollbar-track{background-color:var(--color-grey-300)}.popup__body-item{margin-bottom:.3rem}.popup__body-item:last-of-type{margin-bottom:5px}.popup__footer{--height:1rem;display:flex;gap:.6rem;position:relative}.popup__footer:before{background:linear-gradient(180deg,hsla(0,0%,100%,.4),#fff);content:"";height:var(--height);left:0;position:absolute;top:-2.5rem;width:100%;z-index:1}@media screen and (max-width:767px){.popup__footer{flex-direction:column}.popup__footer .button{justify-content:center}.popup__footer:before{content:none}}.popup__footer-btn{display:flex;justify-content:center;text-align:center;width:100%}.popup_city{left:0;padding-top:2rem;right:auto}.popup_city .popup__container{max-width:37.7rem}@media screen and (max-width:767px){.popup_city .popup__container{max-width:calc(100% - var(--content-padding)*2)}}.popup_city .popup__head{border:none;margin-bottom:2.4rem;padding-bottom:0}@media screen and (max-width:767px){.popup_city .popup__head{margin-bottom:1.6rem}}.popup_city .popup__head-legend{font:var(--font-text-t2-md)}.popup__close-btn{align-items:center;background:hsla(0,0%,100%,.5);border-radius:50%;display:flex;display:none;height:5.4rem;justify-content:center;left:50%;position:absolute;top:-7rem;transform:translate(-50%);width:5.4rem;z-index:10}@media screen and (max-width:991px){.popup__close-btn{display:flex}}.popup__close-btn-icon{color:var(--color-base-dark);height:2.1rem;pointer-events:none;width:2.1rem}.modal{align-items:center;background-color:#1e1e1e99;display:flex;height:100%;justify-content:center;left:0;opacity:0;padding-top:16px;position:fixed;top:0;visibility:hidden;width:100%;z-index:59}.modal,.modal.is-open{transition:opacity .3s,visibility .3s}.modal.is-open{opacity:1;visibility:visible}.modal__container{background-color:var(--color-white);border-radius:1.6rem;box-shadow:var(--box-shadow);display:none;max-width:75.2rem;position:relative;width:100%}.modal__container.modal-open{display:block}@media screen and (max-width:991px){.modal__container{top:auto}}@media screen and (max-width:767px){.modal__container{border-radius:1.2rem;max-height:calc(100% - 14rem);max-width:calc(100% - var(--content-padding)*2)!important}}.modal__content{padding:3.4rem 4rem;position:relative}@media screen and (max-width:767px){.modal__content{height:100%;padding:1.6rem}}.modal__close-btn{align-items:center;background-color:var(--color-white-rgba-05);border-radius:50%;cursor:pointer;display:flex;height:5.4rem;justify-content:center;position:absolute;right:-7rem;top:0;width:5.4rem;z-index:1}.modal__close-btn span{background-color:var(--color-base-dark);display:block;height:.1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color var(--transition);width:1.3rem}.modal__close-btn span:first-child{transform:translate(-50%,-50%) rotate(-45deg)}.modal__close-btn span:nth-child(2){transform:translate(-50%,-50%) rotate(45deg)}@media (max-width:767px){.modal__close-btn{right:0;top:0}}.modal__legend{color:var(--color-base-dark);font:var(--font-heading-h3-md);height:100%;margin-bottom:2.4rem}@media screen and (max-width:767px){.modal__legend{margin-bottom:1.6rem}}.modal__legend iframe{width:100%}.modal__txt-legend{margin-bottom:2.4rem}@media screen and (max-width:767px){.modal-city{height:calc(100% - 9.4rem - var(--mobile-height-nav))}}.modal-city .modal__content{display:flex;flex-direction:column}.modal-city__form{margin-bottom:2.4rem}@media screen and (max-width:767px){.modal-city__form{margin-bottom:1.6rem}}.modal-city__input-label{display:block;height:5.6rem;position:relative}@media screen and (max-width:767px){.modal-city__input-label{height:4.4rem}}.modal-city__icon{fill:none;stroke:var(--color-grey-600);height:2rem;position:absolute;right:1.6rem;top:50%;transform:translateY(-50%);width:2rem}.modal-city__cities-wrapper{flex-grow:1;overflow:auto;position:relative}.modal-city__cities{display:grid;gap:var(--grid-offset);grid-template-columns:repeat(12,1fr);position:relative}@media screen and (max-width:767px){.modal-city__cities{gap:1.6rem 0;grid-template-columns:repeat(4,1fr)}}.modal-city__cities-item{grid-column:span 4;position:relative}.modal-city__cities-item button.is-active{color:var(--color-green)}.modal-city__cities-item button.is-active:before{background-color:currentColor;border-radius:50%;content:"";height:.6rem;position:absolute;right:-1.6rem;top:50%;transform:translateY(-50%);width:.6rem}.modal-order{background-color:var(--color-grey-200)}@media screen and (max-width:991px){.modal-order{height:auto}}.modal-order__inpt{max-width:35.2rem}.modal-order__content{background-image:url(../images/modal-order-bg.svg);background-position:100% 0;background-repeat:no-repeat;background-size:contain}@media screen and (max-width:991px){.modal-order__content{height:auto}}.modal-order__form.is-hidden,.modal-order__status-info{display:none}.modal-order__status-info.is-visible{display:block}.modal-order__txt-legend{padding-left:1.4rem;position:relative}.modal-order__txt-legend:before{background:var(--gardient-primary);border-radius:50%;content:"";height:.6rem;left:0;position:absolute;top:36%;width:.6rem}.modal-order__txt-info{margin:0;max-width:33.2rem}@media screen and (max-width:767px){.modal-order__btn{justify-content:center;padding:1.4rem;width:100%}}.modal-fast-order{max-width:48rem}@media screen and (max-width:767px){.modal-fast-order{max-width:calc(100% - var(--content-padding)*2)}}.modal-fast-order__label{display:block;margin-bottom:1.6rem;width:100%}.modal-fast-order__label:last-of-type{margin-bottom:0}.modal-fast-order__btn{margin-top:1.6rem;width:100%}.modal-fast-order__btn .button__inner{justify-content:center;width:100%}.button-delete{position:relative;transition:.3s ease-in-out}.button-delete:hover{transform:scale(1.1)}.button-delete:hover:after{background-image:url(../icons/mono/close-hover.svg)}.button-delete:after,.button-delete:hover:after{background-repeat:no-repeat;background-size:cover;content:"";height:20px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px}.button-delete:after{background-image:url(../icons/mono/close.svg)}.promocode-status{padding-left:40px;position:relative}.promocode-status:after{background-image:url(../icons/mono/check-green.svg);background-repeat:no-repeat;background-size:contain;content:"";height:20px;left:10px;padding-left:15px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.b2b-auth{max-width:48rem}@media screen and (max-width:767px){.b2b-auth{max-width:calc(100% - var(--content-padding)*2)}}.b2b-auth__content{align-items:flex-start;display:flex;flex-direction:column}.b2b-auth__form{align-self:stretch;display:flex;flex-direction:column;gap:15px}.b2b-auth__input-label{display:block;position:relative}.b2b-auth__input-label svg{stroke:var(--color-grey-600);fill:var(--color-grey-600)}.b2b-auth__forgot-password{align-self:center;color:var(--color-grey-600);font:var(--font-btn-2)}@media screen and (max-width:767px){.b2b-auth__forgot-password{margin-bottom:2.4rem}}.b2b-auth__registration{align-items:center;align-self:center;color:var(--color-b2b);display:inline-flex;font:var(--font-btn-1)}@media screen and (max-width:767px){.b2b-auth__registration{font:var(--font-btn-2)}}@media screen and (max-width:323px){.b2b-auth__registration{font:400 1.3rem/1 var(--main-ff)}}.b2b-auth__registration-icon{margin-right:.6rem}@media screen and (max-width:767px){.b2b-auth__registration-icon{height:1.6rem;margin-right:.1rem;width:1.6rem}}.b2b-auth__form-btn{justify-content:center;text-align:center}@media screen and (max-width:767px){.b2b-auth__form-btn{padding:1.4rem}}.b2b-reg{max-width:48rem}.b2b-reg--add{--gardient-primary:var(--gardient-b2b);--color-acces:var(--color-b2b);--color-green:var(--color-b2b);--color-green-type4:var(--color-b2b)}@media screen and (max-width:767px){.b2b-reg{max-width:calc(100% - var(--content-padding)*2)}}.b2b-reg__content{align-items:flex-start}.b2b-reg__content,.b2b-reg__form{display:flex;flex-direction:column}.b2b-reg__form{align-self:stretch;margin-bottom:1.6rem}.b2b-reg__input-label{display:block;margin-bottom:1.6rem;position:relative}.b2b-reg__input-label:last-of-type{margin-bottom:2.4rem}.b2b-reg__text{color:var(--color-grey-600);font:var(--font-text-t4)}.b2b-reg__text.mod-center{align-self:center;text-align:center}.b2b-reg__text.mod-center a{color:var(--color-base-dark);text-decoration:underline}.b2b-reg__text.mod-center a:hover{text-decoration:none}.b2b-reg__form-btn{justify-content:center;margin-top:3.2rem}.b2b-reg__registration{align-items:center;align-self:center;color:var(--color-base-dark);display:inline-flex;font:var(--font-btn-1);margin-top:1.6rem}@media screen and (max-width:767px){.b2b-reg__registration{font:var(--font-btn-2)}}@media screen and (max-width:323px){.b2b-reg__registration{font:400 1.3rem/1 var(--main-ff)}}.b2b-reg__input-btn{align-items:center;display:flex;height:2rem;justify-content:center;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:2rem}.b2b-reg__input-btn:hover .icon{color:var(--color-green)}.b2b-reg__input-btn .icon{color:var(--color-grey-600);height:100%;width:100%}.b2b-help{max-width:75.2rem}@media screen and (max-width:767px){.b2b-help{max-width:calc(100% - var(--content-padding)*2)}}.b2b-help__input-label{display:block;position:relative}.b2b-help__input-label input{padding-right:3.8rem}.b2b-help__input-label--mb{margin-bottom:2.4rem}@media screen and (max-width:767px){.b2b-help__input-label--mb{margin-bottom:1.6rem}}.b2b-help__textarea{height:14rem}@media screen and (max-width:767px){.b2b-help__textarea{height:10rem}}.b2b-help__text{font:var(--font-text-t3);margin-bottom:2.4rem;max-width:56rem}.b2b-help__inputs-wrapper{align-items:center;display:flex;gap:1.6rem;margin-bottom:2.4rem;max-width:41.6rem}.b2b-help__inputs-wrapper label{width:20rem}@media screen and (max-width:767px){.b2b-help__inputs-wrapper{align-self:stretch;flex-direction:column;gap:.8rem;margin-bottom:1.6rem;max-width:100%}.b2b-help__inputs-wrapper label{width:100%}}.b2b-help__form-btn{padding:2rem 4rem}@media screen and (max-width:767px){.b2b-help__form-btn{justify-content:center;padding:1.4rem;width:100%}}.b2b-help__input-icon{color:var(--color-grey-600);height:2rem;position:absolute;right:1.6rem;top:50%;transform:translateY(-50%);width:2rem}.b2b-bill{max-width:75.2rem}@media screen and (max-width:767px){.b2b-bill{max-width:calc(100% - var(--content-padding)*2)}}.b2b-bill__text{font:var(--font-text-t3);margin-bottom:2.4rem;max-width:56rem}.b2b-bill__text a{color:var(--color-grey-600)}.b2b-bill__text a:hover{text-decoration:underline}@media screen and (max-width:767px){.b2b-bill__text{margin-bottom:1.6rem;max-width:100%}.b2b-bill__form-btn{justify-content:center;padding:1.4rem;width:100%}}.b2b-replace{max-width:75.2rem}@media screen and (max-width:767px){.b2b-replace{max-width:calc(100% - var(--content-padding)*2)}}.b2b-replace__text{font:var(--font-text-t3);margin-bottom:2.4rem}.b2b-replace__small-legend{color:var(--color-grey-600);font:var(--font-text-t5);margin-bottom:.8rem}.b2b-replace__btns{align-items:center;display:flex;gap:1.2rem;margin-top:3.2rem}@media screen and (max-width:767px){.b2b-replace__btns{align-items:stretch;flex-direction:column;gap:.8rem;margin-top:2.4rem}}.b2b-replace__form-btn{padding:2rem 4rem}@media screen and (max-width:767px){.b2b-replace__form-btn{justify-content:center;padding:1.4rem;width:100%}}.b2b-replace__cart{margin-bottom:1.6rem}.b2b-replace__cart:last-of-type{margin-bottom:0}.b2b-choose-cabinet{max-width:152rem}@media screen and (max-width:767px){.b2b-choose-cabinet{height:calc(100% - 9.4rem)}.b2b-choose-cabinet .modal__content{overflow:auto}}.b2b-choose-cabinet .choose-cabinet__list{max-height:57.6rem;overflow:auto}@media screen and (max-width:767px){.b2b-choose-cabinet .choose-cabinet__list{max-height:none}.b2b-choose-cabinet{max-width:calc(100% - var(--content-padding)*2)}}.b2b-choose-cabinet .cabinet-card{background-color:var(--color-grey-100);min-height:28rem}@media screen and (max-width:991px){.b2b-choose-cabinet .cabinet-card{min-height:0}}.modal-bonus{background-image:url(../images/modal-bg-bonus.svg);background-position:100% 0;background-repeat:no-repeat;background-size:contain;max-width:49.6rem}.modal-bonus__sticker{align-items:center;background:var(--gradient-bonus);border-radius:99.9rem;color:var(--color-white);display:inline-flex;font:var(--font-text-t5-md);margin-bottom:18.8rem;padding:.55rem .8rem}.modal-bonus__sticker .icon{height:1.4rem;margin-right:.4rem;width:1.4rem}.modal-bonus__txt{margin-bottom:2.4rem}.modal-bonus__btn{background:var(--gradient-bonus);justify-content:center;width:100%}.modal-bonus__img{height:15rem;-o-object-fit:contain;object-fit:contain;position:absolute;right:5rem;top:9rem;width:15.6rem}.modal-map-delivery{height:100%;max-height:90%;max-width:152rem}@media screen and (max-width:1600px){.modal-map-delivery{max-width:none;width:calc(100% - 18rem)}}@media screen and (max-width:991px){.modal-map-delivery{bottom:1.6rem;height:calc(100% - 9.4rem);width:calc(100% - var(--content-padding)*2)}}.modal-map-delivery__content{height:100%;overflow-x:hidden;overflow-y:auto}.modal-map-delivery__content::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.modal-map-delivery__content::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.modal-map-delivery__content::-webkit-scrollbar-button{display:none}.modal-map-delivery__content::-webkit-scrollbar-track{background-color:var(--color-grey-300)}@media screen and (max-width:991px){.modal-map-delivery__content{display:flex;flex-direction:column}}.modal-map-delivery__inpt-label{display:block;position:relative}.modal-map-delivery__input-wrapper{max-width:27.2rem}@media screen and (max-width:991px){.modal-map-delivery__input-wrapper{max-width:100%}}.modal-map-delivery__map-wrapper{display:flex;height:60rem}@media screen and (max-width:1280px){.modal-map-delivery__map-wrapper{height:45rem}}@media screen and (max-width:991px){.modal-map-delivery__map-wrapper{flex-grow:1;height:auto}}.modal-map-delivery__map{background-color:var(--color-grey-200);border-radius:.8rem;display:block;flex-grow:1;height:100%}@media screen and (max-width:991px){.modal-map-delivery__map{display:none;min-height:20.9rem}.modal-map-delivery__map.is-active{display:block}}.modal-map-delivery__info{display:flex;flex-direction:column;max-width:40.9rem;padding-left:3.3rem;width:100%}.modal-map-delivery__info.is-active{display:flex}@media screen and (max-width:991px){.modal-map-delivery__info{display:none;max-width:100%;padding-left:0}.modal-map-delivery__info .modal-map-delivery__count-legend,.modal-map-delivery__info .modal-map-delivery__legend{display:none}}.modal-map-delivery__heading{margin-bottom:3.2rem}@media screen and (max-width:991px){.modal-map-delivery__heading{font:var(--font-heading-h2-md)}}.modal-map-delivery__legend{font:var(--font-heading-h3-md)}@media screen and (max-width:991px){.modal-map-delivery__legend{margin-bottom:.4rem}}.modal-map-delivery__legend._mobile{display:none}@media screen and (max-width:991px){.modal-map-delivery__legend._mobile{display:block}}.modal-map-delivery__legend--grey{color:var(--color-grey-600)}.modal-map-delivery__count-legend{color:var(--color-grey-600);font:var(--font-text-t3)}.modal-map-delivery__legend2{font:var(--font-heading-h5-md)}@media screen and (max-width:991px){.modal-map-delivery__legend2{margin-bottom:1.2rem}}.modal-map-delivery__inputs{align-items:center;display:flex;margin-bottom:3.2rem}@media screen and (max-width:1366px){.modal-map-delivery__inputs{flex-wrap:wrap}}@media screen and (max-width:1199px){.modal-map-delivery__inputs{gap:.8rem}}.modal-map-delivery__label{display:block;margin-right:1.6rem;position:relative;width:16rem}.modal-map-delivery__label:first-child{max-width:67.2rem;width:100%}@media screen and (max-width:1600px){.modal-map-delivery__label:first-child{max-width:60.2rem}}@media screen and (max-width:1199px){.modal-map-delivery__label:first-child{margin-bottom:0;max-width:100%}.modal-map-delivery__label{margin:0;width:calc(33.3% - .6rem)}}.modal-map-delivery__btn-iconed{align-items:center;display:flex;height:2.4rem;justify-content:center;position:absolute;right:1.6rem;top:50%;transform:translateY(-50%);width:2.4rem}.modal-map-delivery__btn-iconed._mobile{display:none}.modal-map-delivery__btn-iconed .icon{fill:none;stroke:var(--color-grey-600);height:100%;width:100%}.modal-map-delivery__btn-iconed .icon._fill{stroke:transparent;fill:var(--color-grey-600)}.modal-map-delivery__checkbox{margin-left:auto}@media screen and (max-width:1294px){.modal-map-delivery__checkbox{margin-left:0;margin-top:2.4rem}}@media screen and (max-width:1199px){.modal-map-delivery__checkbox{margin-top:.4rem}}.modal-map-delivery__info-scrollable{flex-grow:1;overflow:auto}.modal-map-delivery__info-scrollable::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.modal-map-delivery__info-scrollable::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.modal-map-delivery__info-scrollable::-webkit-scrollbar-button{display:none}.modal-map-delivery__info-scrollable::-webkit-scrollbar-track{background-color:var(--color-grey-300)}.modal-map-delivery__pick-up-container{align-items:center;display:flex;flex-shrink:0;gap:1.2rem;margin-bottom:2.4rem;overflow:auto;padding-bottom:1rem}.modal-map-delivery__pick-up-container::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.modal-map-delivery__pick-up-container::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.modal-map-delivery__pick-up-container::-webkit-scrollbar-button{display:none}.modal-map-delivery__pick-up-container::-webkit-scrollbar-track{background-color:var(--color-grey-300)}@media screen and (max-width:991px){.modal-map-delivery__pick-up-container{-ms-overflow-style:none;gap:.4rem;padding-bottom:0;scrollbar-width:none}.modal-map-delivery__pick-up-container::-webkit-scrollbar *{background:transparent}.modal-map-delivery__pick-up-container::-webkit-scrollbar-track{background-color:transparent}.modal-map-delivery__pick-up-container::-webkit-scrollbar{background-color:transparent;display:none}.modal-map-delivery__pick-up-container::-webkit-scrollbar-thumb{background-color:transparent}}.modal-map-delivery__mobile-nav{align-items:center;display:none;gap:.6rem;margin-bottom:2.4rem}@media screen and (max-width:991px){.modal-map-delivery__mobile-nav{display:flex}}.modal-map-delivery__tag-item{border-radius:.4rem}.modal-map-delivery__input-location-wrapper{align-items:center;display:flex;gap:1.6rem;margin-bottom:3.2rem}.modal-map-delivery__input-location-wrapper .checkout-block-stores__input-label{margin-top:0;width:100%}.modal-map-delivery__input-location-wrapper .checkout-block-stores__input-icon._fill{stroke-width:0;stroke:transparent;fill:currentColor}@media screen and (max-width:767px){.modal-map-delivery__input-location-wrapper{flex-direction:column;margin-bottom:1.6rem}}.modal-map-delivery__btn-choose{flex-shrink:0;padding:2rem 2.4rem}@media screen and (max-width:767px){.modal-map-delivery__btn-choose{bottom:3.2rem;justify-content:center;left:50%;position:absolute;transform:translate(-50%);width:calc(100% - 6.4rem)}}.modal-map-delivery__full-width-map{background-color:var(--color-grey-300);border-radius:.8rem;height:48.3rem;width:100%}@media screen and (max-width:767px){.modal-map-delivery__full-width-map{height:40.1rem}}.store-info{align-items:flex-start;border-radius:.8rem;display:flex;flex-direction:column;padding:1.6rem}@media screen and (max-width:991px){.store-info{border-bottom:1px solid var(--color-grey-300);border-radius:0;margin-bottom:1.6rem;padding:0 0 1.6rem}.store-info:last-child{border:none;margin-bottom:0;padding-bottom:0}}.store-info__container{flex-grow:1;overflow:auto}.store-info__container::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.store-info__container::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.store-info__container::-webkit-scrollbar-button{display:none}.store-info__container::-webkit-scrollbar-track{background-color:var(--color-grey-300)}.store-info--active{background-color:var(--color-grey-200)}@media screen and (max-width:991px){.store-info--active{background-color:transparent}}.store-info__mobile-header{position:relative}@media screen and (max-width:991px){.store-info__mobile-header{width:100%}.store-info__mobile-header:before{border-color:var(--color-base-dark) transparent transparent transparent;border-style:solid;border-width:4px 4px 0;content:"";display:inline-block;height:0;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform var(--transition);width:0}}.store-info__mobile-header.is-active:before{transform:translateY(-50%) rotate(180deg)}.store-info__mobile-body{align-items:flex-start;display:flex;flex-direction:column}.store-info__legend{font:var(--font-text-t3-md);margin-bottom:.6rem}.store-info__sublegend{font:var(--font-text-t4);margin-bottom:1.8rem}.store-info__sublegend--green{color:var(--color-green)}.store-info__sublegend--orange{color:var(--color-orange)}@media screen and (max-width:991px){.store-info__sublegend{margin-bottom:0}}.store-info__label{display:inline-block;font:var(--font-text-t4)}@media screen and (max-width:991px){.store-info__label{margin:0}.store-info__label:not(.store-info__label--grey){margin:0 0 .8rem;padding-top:1.2rem}}.store-info__label--weight{font-weight:500}.store-info__label--grey{color:var(--color-grey-600)}.delivery-compnies{padding-right:1rem}.delivery-compnies__item{align-items:center;border-bottom:1px solid var(--color-grey-300);display:flex;padding-bottom:1.4rem}.delivery-compnies__item:not(:first-child){padding-top:1rem}.delivery-compnies__item:last-child{border:none;padding-bottom:0}@media screen and (max-width:991px){.delivery-compnies__item{border:none;padding:.4rem 0}}.delivery-compnies__item img{flex-shrink:0;height:4rem;margin-right:1.6rem;-o-object-fit:contain;object-fit:contain;width:8rem}@media screen and (max-width:991px){.delivery-compnies__item img{height:4rem;margin-right:1.2rem;width:4rem}}.delivery-compnies__item-info{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.delivery-compnies__item-legend{display:block;font:var(--font-text-t4-md);line-height:1}.delivery-compnies__item-small-legend{color:var(--color-grey-600);font:var(--font-text-t5)}.delivery-compnies__item--devided{cursor:pointer;padding-left:5.2rem;position:relative}.delivery-compnies__item--devided input:checked~.delivery-compnies__item-info:after{opacity:1}.delivery-compnies__item--devided input:checked~.delivery-compnies__item-info:before{border-color:var(--color-green)}.delivery-compnies__item--devided .delivery-compnies__item-info:before{border:1px solid var(--color-grey-400);border-radius:50%;content:"";height:2rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2rem}.delivery-compnies__item--devided .delivery-compnies__item-info:after{background-color:var(--color-green);border-radius:50%;content:"";height:1.2rem;left:.4rem;opacity:0;position:absolute;top:50%;transform:translateY(-50%);width:1.2rem}.delivery-compnies__item--devided:first-child .delivery-compnies__item-info:after,.delivery-compnies__item--devided:first-child .delivery-compnies__item-info:before{top:39%}.delivery-compnies__item--devided:last-child .delivery-compnies__item-info:after,.delivery-compnies__item--devided:last-child .delivery-compnies__item-info:before{top:60%}.delivery-compnies__item--devided .delivery-compnies__item-price-info{display:flex}.delivery-compnies__item--devided .delivery-compnies__item-price-info .delivery-compnies__item-legend{margin-right:15.3rem}@media screen and (max-width:767px){.delivery-compnies__item--devided .delivery-compnies__item-price-info{flex-direction:column}.delivery-compnies__item--devided .delivery-compnies__item-price-info .delivery-compnies__item-legend{margin-right:0}.delivery-compnies__item--devided{border-bottom:1px solid var(--color-grey-300);padding-left:3.2rem}.delivery-compnies__item--devided .delivery-compnies__item-info:after,.delivery-compnies__item--devided .delivery-compnies__item-info:before{top:50%!important}}@media screen and (max-width:991px){.modal-map-delivery-boy .modal-map-delivery__info{display:block}}.modal-map-location{height:auto}@media screen and (max-width:991px){.modal-map-location{height:calc(100% - 9.4rem)}}.modal-chip{max-width:49.6rem}.modal-chip__txt{font:var(--font-text-t3);max-width:38.4rem}.modal-chip__legend{font:var(--font-heading-h5-md);margin-bottom:1.4rem;margin-top:3.2rem}@media screen and (max-width:767px){.modal-chip__legend{margin-bottom:.8rem;margin-top:2.4rem}}.modal-chip__label{display:block;margin-bottom:1.6rem;position:relative}.modal-chip__label:last-of-type{margin-bottom:0}@media screen and (max-width:767px){.modal-chip__label{margin-bottom:.8rem}}.modal-chip__btn{justify-content:center;margin-bottom:1.6rem;margin-top:1.6rem;width:100%}@media screen and (max-width:767px){.modal-chip__btn{margin-bottom:0;padding:1.4rem}}.modal-order-empty{max-width:49.6rem}.modal-order-empty__product-list{margin-bottom:2.4rem}@media screen and (max-width:767px){.modal-order-empty__product-list{margin-bottom:1.6rem}}.modal-order-empty__product{border-bottom:1px solid #eff1f5;padding-bottom:2.6rem}.modal-order-empty__product:not(:first-child){padding-top:1.6rem}@media screen and (max-width:767px){.modal-order-empty__product{padding-bottom:1.6rem}}.modal-order-empty__txt{margin-bottom:2.4rem;max-width:38.4rem}@media screen and (max-width:767px){.modal-order-empty__txt{margin-bottom:1.6rem}}.modal-order-empty__label{display:block;margin-bottom:1.6rem;position:relative}.modal-order-empty__btn{justify-content:center;margin-bottom:1.6rem;width:100%}@media screen and (max-width:767px){.modal-order-empty__btn{margin-bottom:0}}.modal-review{height:85%;max-width:152rem}@media screen and (max-width:1600px){.modal-review{max-width:80%}}.modal-review__content{height:100%;overflow:auto}.modal-review__content::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.modal-review__content::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.modal-review__content::-webkit-scrollbar-button{display:none}.modal-review__content::-webkit-scrollbar-track{background-color:var(--color-grey-300)}.modal-review__container{display:flex;height:100%}@media screen and (max-width:1600px){.modal-review__container{height:100%}}@media screen and (max-width:1199px){.modal-review__container{display:block}}.modal-review__container{flex-grow:1;position:relative}.modal-review__images-wrapper{align-items:center;display:flex;flex-shrink:0;justify-content:center;position:relative;width:96.8rem}@media screen and (max-width:1600px){.modal-review__images-wrapper{width:76.8rem}}@media screen and (max-width:1280px){.modal-review__images-wrapper{width:68.8rem}}@media screen and (max-width:1199px){.modal-review__images-wrapper{height:100%;max-height:60%;width:100%}}.modal-review__slider-nav{align-items:center;display:flex;justify-content:space-between;left:2.4rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:calc(100% - 4.8rem);z-index:4}.modal-review__slider-nav .site-nav-btn{pointer-events:auto}@media screen and (max-width:991px){.modal-review__slider-nav{display:none}}.modal-review__images{width:100%}@media screen and (max-width:1600px){.modal-review__images{height:100%}}.modal-review .video-thumb-preview{height:100%;position:relative;width:100%}.modal-review .video-thumb-preview .preview-video{background-size:contain}.modal-review .video-thumb-preview .preview-video .icon{height:30px;width:30px}.modal-review .video-thumb-preview .icon{height:30px;left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%);width:30px}.modal-review__slide{align-items:center;display:flex;height:auto;justify-content:center;width:100%}.modal-review__slide img{-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:1199px){.modal-review__slide img{height:100%}}.modal-review__slide .product-card-content__preview-img{-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:1199px){.modal-review__slide .product-card-content__preview-img{height:100%}}.modal-review__info{flex-grow:1;padding-left:8rem}.modal-review__info-legend{font:var(--font-text-t4);margin-bottom:1.6rem;max-width:24.8rem}@media screen and (max-width:1280px){.modal-review__info{padding-left:4rem}}@media screen and (max-width:1199px){.modal-review__info{display:flex;flex-direction:column;padding-left:0;width:100%}.modal-review__info-row1{order:2}.modal-review__info-row2{margin-bottom:2.4rem;order:1}}.modal-review__price{align-items:center;display:flex;font:var(--font-heading-h4-md);margin-bottom:2rem}.modal-review__price:after{color:var(--color-grey-600);content:attr(data-old-price);font:var(--font-text-t3);margin-left:1.6rem;text-decoration:line-through}.modal-review__btn{justify-content:center;margin-bottom:.8rem;max-width:25.6rem;width:100%}@media screen and (max-width:991px){.modal-review__btn{justify-content:center;max-width:100%;padding:1.4rem;width:100%}}.modal-review__small-legend{color:var(--color-grey-600);font:var(--font-text-t4);margin-bottom:2.4rem;margin-top:4.8rem}@media screen and (max-width:1199px){.modal-review__small-legend{margin-bottom:.8rem;margin-top:1.6rem}}.modal-review__imgs-container-scrollable{max-height:38.2rem;overflow:auto}@media screen and (max-width:1199px){.modal-review__imgs-container-scrollable{height:auto}}.modal-review__imgs-container{display:grid;gap:.8rem;grid-template-columns:repeat(4,1fr);grid-template-rows:8.8rem;height:100%;overflow:auto;padding-right:1.6rem;width:100%}.modal-review__imgs-container::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.modal-review__imgs-container::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.modal-review__imgs-container::-webkit-scrollbar-button{display:none}.modal-review__imgs-container::-webkit-scrollbar-track{background-color:var(--color-grey-300)}@media screen and (max-width:1199px){.modal-review__imgs-container{-ms-overflow-style:none;display:flex;grid-template-columns:none;grid-template-rows:none;scrollbar-width:none}.modal-review__imgs-container::-webkit-scrollbar *{background:transparent}.modal-review__imgs-container::-webkit-scrollbar-track{background-color:transparent}.modal-review__imgs-container::-webkit-scrollbar{background-color:transparent;display:none}.modal-review__imgs-container::-webkit-scrollbar-thumb{background-color:transparent}}.modal-review__small-img{border:1px solid transparent;border-radius:.6rem;cursor:pointer;height:8.8rem;padding:.5rem;width:100%}.modal-review__small-img.is-active{border-color:var(--color-green)}.modal-review__small-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:1199px){.modal-review__small-img{flex-shrink:0;width:8.8rem}}@media screen and (max-width:991px){.modal-review__small-img{border-radius:50%;height:4.8rem;width:4.8rem}.modal-review__small-img img{border-radius:50%}}.catalog-sort__label{align-items:center;display:block;display:flex;height:2rem;margin-bottom:.8rem}.catalog-sort__label:last-child{margin-bottom:0}.catalog-sort__label input:checked~.catalog-sort__text:after{opacity:1}.catalog-sort__label input:checked~.catalog-sort__text:before{border-color:var(--color-green)}@media screen and (max-width:767px){.catalog-sort__content{padding:2.4rem 1.6rem}}.catalog-sort__text{font:var(--font-text-t4);padding-left:2.8rem;position:relative}.catalog-sort__text:before{border:1px solid var(--color-grey-400);border-radius:50%;height:2rem;left:0;width:2rem}.catalog-sort__text:after,.catalog-sort__text:before{content:"";position:absolute;top:50%;transform:translateY(-50%)}.catalog-sort__text:after{background-color:var(--color-green);border-radius:50%;height:1.2rem;left:.4rem;opacity:0;width:1.2rem}@media screen and (max-width:991px){.b2b-add-company{max-height:calc(100% - 9.4rem - var(--mobile-height-nav))}}.b2b-add-company__text{margin-bottom:2.4rem}.b2b-add-company__add{margin-top:3.2rem}.b2b-add-company__input-label{display:block;position:relative}.b2b-add-company__input-groups{display:grid;gap:var(--grid-offset);grid-template-columns:repeat(4,1fr)}.b2b-add-company__input-item{grid-column:span 2}@media screen and (max-width:991px){.b2b-add-company__input-item{grid-column:span 4}}.b2b-add-company__input-item._full-width{grid-column:span 4}.b2b-add-company__add{display:block}@media screen and (max-width:991px){.b2b-add-company__add{display:inline-flex;justify-content:center;padding:1.4rem;width:100%}.b2b-add-company__content{height:100%;overflow:auto}}.b2b-add-company .custom-checkbox{margin-top:2.4rem}@media screen and (max-width:991px){.b2b-add-company--big{height:calc(100% - 9.4rem - var(--mobile-height-nav));max-width:none}.b2b-add-company--big .modal__content-wrapper{height:100%;overflow:auto}}.modal-make-review{max-height:90%;max-width:48rem}@media screen and (max-width:991px){.modal-make-review{height:calc(100% - 9.4rem - var(--mobile-height-nav))}}.modal-make-review__content{height:100%;overflow:auto}.modal-make-review__content::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.modal-make-review__content::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.modal-make-review__content::-webkit-scrollbar-button{display:none}.modal-make-review__content::-webkit-scrollbar-track{background-color:var(--color-grey-300)}.modal-make-review__legend{font:var(--font-heading-h5-md);margin-bottom:1.6rem;margin-top:4rem}@media screen and (max-width:991px){.modal-make-review__legend{margin-bottom:.9rem;margin-top:2.4rem}}.modal-make-review__file-upload{align-items:center;cursor:pointer;display:block;display:flex;gap:2.4rem;position:relative}.modal-make-review__file-upload-legend{font:var(--font-text-t4);margin-bottom:.8rem}@media screen and (max-width:991px){.modal-make-review__file-upload-legend{display:none}}.modal-make-review__file-upload-small-legend{color:var(--color-grey-600);font:var(--font-text-t5)}@media screen and (max-width:991px){.modal-make-review__file-upload-small-legend{max-width:11.8rem}}.modal-make-review__img-item{align-items:center;background-color:var(--color-grey-200);border-radius:.8rem;display:flex;flex-shrink:0;height:11.2rem;justify-content:center;overflow:hidden;position:relative;width:11.2rem}.modal-make-review__img-item._empty-img{cursor:pointer}.modal-make-review__img-item img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:991px){.modal-make-review__img-item{height:7.5rem;width:7.5rem}}.modal-make-review__img-preview-list-close{align-items:center;background-color:var(--color-white);border-radius:50%;display:flex;height:3.2rem;justify-content:center;position:absolute;right:.4rem;top:.4rem;width:3.2rem}.modal-make-review__img-preview-list-close:hover .icon{color:var(--color-green)}.modal-make-review__img-preview-list-close .icon{color:var(--color-base-dark);height:1.2rem;width:1.2rem}@media screen and (max-width:991px){.modal-make-review__img-preview-list-close{height:2.4rem;width:2.4rem}}.modal-make-review__img-icon{fill:none;stroke:var(--color-grey-600);height:3.2rem;width:3.2rem}@media screen and (max-width:991px){.modal-make-review__img-icon{height:1.6rem;width:1.6rem}}.modal-make-review__img-preview-list{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem;margin-top:10px}.modal-make-review__btn{justify-content:center;margin-top:4rem;width:100%}@media screen and (max-width:991px){.modal-make-review__btn{margin-top:2.4rem;padding:1.4rem}}.modal-make-review__auth p{font-size:20px;font-weight:500;text-align:center}.modal-how-increase{max-width:48rem}.modal-how-increase .modal__legend{margin-bottom:3.6rem}@media screen and (max-width:767px){.modal-how-increase .modal__legend{margin-bottom:2.4rem}}.modal-how-increase__heading{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:var(--gardient-primary);-webkit-background-clip:text;background-clip:text;display:block;font:var(--font-heading-h4-md);margin-bottom:.4rem;margin-top:2.4rem}.modal-how-increase__heading-small{font:var(--font-text-t3)}.modal-request-repare{max-width:75.2rem}.modal-request-repare__label{display:block;margin-bottom:1.6rem;position:relative}@media screen and (max-width:767px){.modal-request-repare__label{margin-bottom:.8rem}}.modal-request-repare__label:last-of-type{margin-bottom:0}.modal-request-repare__legend{font:var(--font-heading-h5-md);margin-bottom:1.4rem;margin-top:4.8rem}@media screen and (max-width:991px){.modal-request-repare__legend{margin-top:2.4rem}}.modal-request-repare__text{color:var(--color-grey-600);font:var(--font-text-t3);margin-bottom:1.6rem}.modal-request-repare__btn{display:block;margin-top:2.4rem}@media screen and (max-width:991px){.modal-request-repare__btn{display:flex;justify-content:center;padding:1.4rem;width:100%}}.modal-request-repare--big{max-width:103.6rem}@media screen and (max-width:767px){.modal-request-repare--big{height:calc(100% - 9.4rem - var(--mobile-height-nav))}.modal-request-repare--big .modal-request-repare__content{height:100%;overflow:auto}}.modal-request-repare__list{display:grid;gap:2.4rem 5.6rem;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:991px){.modal-request-repare__list{display:block}.modal-request-repare__item{margin-bottom:.8rem}.modal-request-repare__item:last-child{margin-bottom:0}}.page-intro{background-color:var(--color-grey-200);background-image:url(../images/page-intro-bg-svg.svg);background-position:80% 100%;background-repeat:no-repeat;background-size:contain;margin-bottom:3.2rem;min-height:40rem;padding-bottom:6.4rem}.page-intro .site-container{position:relative}.page-intro__heading{display:inline-block;font:var(--font-heading-h1);font-weight:500;margin-bottom:4.8rem}@media screen and (max-width:767px){.page-intro__heading{margin-bottom:2.4rem}}.page-intro__list{align-items:center;display:flex;gap:1.2rem}@media screen and (max-width:1199px){.page-intro__list{-ms-overflow-style:none;gap:.6rem;overflow:auto;scrollbar-width:none}.page-intro__list::-webkit-scrollbar *{background:transparent}.page-intro__list::-webkit-scrollbar-track{background-color:transparent}.page-intro__list::-webkit-scrollbar{background-color:transparent;display:none}.page-intro__list::-webkit-scrollbar-thumb{background-color:transparent}}.page-intro__text{max-width:54.7rem}.page-intro__item{flex-shrink:0}@media screen and (max-width:991px){.page-intro{min-height:0}}@media screen and (max-width:767px){.page-intro{margin-bottom:2.4rem;padding-bottom:2.4rem}}.page-intro--basket-intro{position:relative}@media screen and (max-width:991px){.page-intro--basket-intro{padding-bottom:21.2rem}.page-intro--basket-intro .site-container{position:static}.page-intro--basket-intro .page-basket__intro-img{bottom:2rem;height:18rem;left:2rem;right:auto;width:21.8rem}}@media screen and (max-width:767px){.page-intro--basket-intro{padding-bottom:21.2rem}}.page-shield__img{bottom:0;height:60rem;left:50%;-o-object-fit:cover;object-fit:cover;position:absolute;transform:translate(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:68.8rem;z-index:-1}@media screen and (max-width:1199px){.page-shield__img{height:48rem;-o-object-fit:contain;object-fit:contain;width:54.8rem}}@media screen and (max-width:991px){.page-shield__img{bottom:0;height:20rem;left:auto;right:-5rem;transform:none;width:23rem}}.page-shield__legend{display:block;font:var(--font-text-t3);margin-bottom:2.4rem}@media screen and (max-width:991px){.page-shield__legend{margin-bottom:.8rem}}.page-shield__heading{font:var(--font-heading-h1);font-weight:500;max-width:61.9rem}@media screen and (max-width:991px){.page-shield__heading{margin-bottom:8.4rem}}@media screen and (max-width:767px){.page-shield__heading{min-height:60px}}.page-shield__article{align-items:flex-start;border:1px solid var(--color-white);border-radius:1.6rem;display:flex;flex-direction:column;min-height:15rem;padding:2.2rem 1.6rem 1.6rem 2.6rem;position:relative;width:33rem}.page-shield__article:nth-child(2){margin-top:1.6rem}.page-shield__article:nth-child(2) .icon{color:var(--color-important)}.page-shield__article.is-active{background-color:var(--color-white)}.page-shield__article.is-active .page-shield__link{color:var(--color-base-dark)}@media screen and (max-width:991px){.page-shield__article{border-radius:.8rem;min-height:0;padding:1.2rem 2.3rem;text-align:center;width:50%}.page-shield__article:nth-child(2){margin:0}}@media screen and (max-width:767px){.page-shield__article{padding:1.2rem}}.page-shield__link{font:var(--font-heading-h4-md)}.page-shield__link:before{content:"";position:absolute;top:0;inset:0}@media screen and (max-width:991px){.page-shield__link{display:block;text-align:center;width:100%}}.page-shield__article-icon-wrapper{align-items:center;align-self:flex-end;background-color:var(--color-white);border:1px solid var(--color-acces);border-radius:50%;display:flex;height:5rem;justify-content:center;margin-top:auto;width:5rem}.page-shield__article-icon-wrapper .icon{color:var(--color-acces)}.page-shield__article-icon-wrapper.is-b2c .icon{color:#30be6d}@media screen and (max-width:991px){.page-shield__article-icon-wrapper{display:none}.page-shield__links{display:flex;gap:.6rem}}.icon-company svg{height:28px;width:28px}.social-blocks{margin-top:72px}@media screen and (max-width:767px){.social-blocks{margin-top:32px}.social-blocks__container{-ms-overflow-style:none;display:flex;overflow:auto;scrollbar-width:none}}@media screen and (max-width:767px){.social-blocks__container::-webkit-scrollbar *{background:transparent}.social-blocks__container::-webkit-scrollbar-track{background-color:transparent}.social-blocks__container::-webkit-scrollbar{background-color:transparent;display:none}.social-blocks__container::-webkit-scrollbar-thumb{background-color:transparent}}.social-blocks__item{background-color:var(--color-grey-200);background-position:100% 0;border-radius:25.4rem;grid-column:span 8;min-height:20.7rem;padding:4.8rem 6rem;position:relative}.social-blocks__item--bgImg{background-repeat:no-repeat;background-size:contain}.social-blocks__item--social{background-image:url(../images/social-phone.png);background-repeat:no-repeat;background-size:cover}.social-blocks__item--bonus{background-image:url(../images/social-bonus1.svg);background-repeat:no-repeat;background-size:contain}.social-blocks__item--pvz{background-image:url(../images/social-marker.svg);background-repeat:no-repeat;background-size:contain}.social-blocks__item--services{background-image:url(../images/social-services.svg);background-repeat:no-repeat;background-size:contain}@media screen and (min-width:1199px){.social-blocks__item:hover .button-circle:before{opacity:1}.social-blocks__item:hover .button-circle .button-circle__icon{color:var(--color-white);transform:translate(2rem)}}@media screen and (max-width:991px){.social-blocks__item{border-radius:99.9rem;min-height:15rem;padding:4.2rem}}@media screen and (max-width:767px){.social-blocks__item{flex-shrink:0;height:9.6rem;min-height:0;padding:1.6rem 2.8rem;width:22rem}}.social-blocks__legend{display:block;font:var(--font-heading-h4-md);line-height:115%;margin-bottom:2.4rem;max-width:18.8rem}@media screen and (max-width:767px){.social-blocks__legend{margin-bottom:1.6rem}}.social-blocks a.social-blocks__legend:before{content:"";position:absolute;top:0;inset:0;z-index:3}.social-blocks__icon-wrapper{align-items:center;background-color:var(--color-white);border-radius:7rem;display:flex;height:3.2rem;padding:1.2rem 1.4rem;width:6.4rem}.social-blocks__icon{color:var(--color-base-dark)}@media screen and (max-width:767px){.social-blocks .button-circle{border-radius:7rem;height:2rem;width:3.6rem}}.brands-section__heading-wrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:4rem}@media screen and (max-width:991px){.brands-section__heading-wrapper{margin-bottom:1.6rem}}.brands-section__container{align-items:center;display:flex}.brands-section__container .swiper-slide{height:7.6rem;width:11.2rem}@media screen and (max-width:767px){.brands-section__container .swiper-wrapper{display:grid;gap:1.6rem;grid-auto-columns:8rem;grid-auto-flow:column dense;grid-template-rows:8rem 6rem;overflow-x:auto;overflow-y:hidden}.brands-section__container .swiper-wrapper .swiper-slide{height:auto;width:auto}.brands-section__container .swiper-wrapper .swiper-slide:nth-child(4n+2){grid-row:1}}.brands-section__item{height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:767px){.brands-section__item{height:80%;-o-object-fit:contain;object-fit:contain;width:100%}}.brands-section__item:last-child{margin-right:0}.shield__container{position:relative}.shield__item{background-color:var(--color-grey-200);border-radius:2.4rem;height:auto;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:767px){.shield__item{border-radius:1.2rem;height:20rem}}@media screen and (max-width:400px){.shield__item{-o-object-fit:cover;object-fit:cover}}.shield__nav-btn{align-items:center;display:flex;justify-content:space-between;left:calc(var(--content-padding) + 3.5rem);position:absolute;top:50%;transform:translateY(-50%);width:calc(100% - var(--content-padding)*2 - 7rem);z-index:3}@media screen and (max-width:767px){.shield__nav-btn{left:calc(var(--content-padding) + .5rem);width:calc(100% - var(--content-padding)*2 - 1rem)}}.shield__pagination{align-items:center;bottom:4rem!important;display:flex;justify-content:center;left:50%!important;position:absolute;transform:translate(-50%);z-index:10}@media screen and (max-width:767px){.shield__pagination{bottom:1.6rem!important}}.shield__pagination .swiper-pagination-bullet{background-color:#ffffff80;height:.2rem;width:3.2rem}.shield__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--color-white)}.page-slider__link-wrapper{margin-bottom:3.2rem}@media screen and (max-width:767px){.page-slider__link-wrapper{margin-bottom:2rem}.page-slider__link-wrapper .site-more-link{display:none}}.page-slider__slider{position:relative}.page-slider__slider-nav{align-items:center;display:flex;justify-content:space-between;left:-3rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:calc(100% + 6rem);z-index:3}@media screen and (max-width:991px){.page-slider__slider-nav{left:.5rem;width:calc(100% - 1rem)}}.page-detail__heading{margin-bottom:3.2rem}.page-detail__btn-list{align-items:center;display:flex;gap:.8rem;margin-bottom:5.6rem}.page-detail__nav{grid-column:span 5}.page-detail__empty-block{grid-column:span 1}.page-detail__cards{grid-column:span 18}.page-detail__content-text{margin-top:10rem;max-width:94.4rem}@media screen and (max-width:767px){.page-detail__content-text{margin-top:4.8rem}}.page-detail__content-text p{font:var(--font-text-t4-ln);margin-bottom:3rem}@media screen and (max-width:767px){.page-detail__content-text p{margin-bottom:2rem}}.page-detail__content-text p:last-of-type{margin-bottom:0}.page-detail__content-text p strong{font-weight:500}.page-detail__content-text ul{margin:3rem 0}@media screen and (max-width:767px){.page-detail__content-text ul{margin:2rem 0}}.page-detail__content-text ul li{font:var(--font-text-t4-ln);margin-bottom:.4rem;padding-left:2rem;position:relative}.page-detail__content-text ul li:before{background-color:var(--color-base-dark);border-radius:50%;content:"";height:.4rem;left:.5rem;position:absolute;top:.9rem;width:.4rem}@media screen and (max-width:767px){.page-detail__content-text ul li:before{top:.7rem}}.page-detail__content-text ul li:last-child{margin-bottom:0}.page-grid-list{grid-row-gap:3.2rem;display:grid;grid-template-columns:repeat(25,1fr)}@media screen and (max-width:1199px){.page-grid-list{grid-template-columns:repeat(16,1fr)}}@media screen and (max-width:767px){.page-grid-list{grid-template-columns:repeat(8,1fr)}}.page-grid-list__item{grid-column:span 5}@media screen and (max-width:1199px){.page-grid-list__item{grid-column:span 4;grid-column:span 8}}@media screen and (max-width:767px){.page-grid-list__item{grid-column:span 4}}@media screen and (max-width:320px){.page-grid-list__item{grid-column:span 8}}.cards-list-container{grid-column:span 18}.cards-list-container__grid-wrapper{grid-row-gap:3.2rem;display:grid;grid-template-columns:repeat(16,1fr)}@media screen and (max-width:767px){.cards-list-container__grid-wrapper{grid-row-gap:1.6rem}}.cards-list-container__empty{align-items:center;display:flex;font-size:24px;justify-content:center}@media screen and (max-width:991px){.cards-list-container__empty{font-size:16px}}.cards-list-container__card-item{grid-column:span 4}@media screen and (max-width:991px){.cards-list-container__card-item{grid-column:span 8}}@media (max-width:449px){.cards-list-container__card-item{grid-column:span 16}}.cards-list-container__btn{justify-content:center;margin-top:4rem;width:100%}.cards-list-container__link-wrapper-bottom{margin-top:3.2rem}@media screen and (max-width:1199px){.cards-list-container__link-wrapper-bottom{justify-content:center}.cards-list-container__link-wrapper-bottom .small-select__wrapper{display:none}}.cards-list-container__link-wrapper{margin-bottom:1.6rem}.is-full-size .cards-list-container__card-item{grid-column:span 16}.is-full-size .product-card__img-wrapper{flex-shrink:0}.is-full-size .product-card{flex-direction:row;max-width:none}@media screen and (max-width:767px){.is-full-size .product-card{--mobile-image-width:12.2rem;flex-wrap:wrap}}.is-full-size .product-card:before{height:100%}.is-full-size .product-card__btns-wrapper{margin-top:0}@media screen and (max-width:767px){.is-full-size .product-card__btns-wrapper{margin-left:var(--mobile-image-width);margin-top:2.4rem;width:100%}}.is-full-size .product-card__btns{align-items:flex-start;flex-direction:column;height:auto;opacity:1!important;padding:0;position:static;visibility:visible!important}@media screen and (max-width:767px){.is-full-size .product-card__btns{flex-direction:row}}.is-full-size .product-card__img-wrapper{max-width:30.2rem}@media screen and (max-width:767px){.is-full-size .product-card__img-wrapper{height:10.8rem;max-width:100%;width:var(--mobile-image-width)}.is-full-size .product-card__img-wrapper img{height:10.8rem;width:10.8rem}}.is-full-size .product-card__info{display:flex;flex-direction:column;flex-grow:1;margin-right:10rem;max-width:45.2rem;width:100%}@media screen and (max-width:767px){.is-full-size .product-card__info{margin:0;width:calc(100% - var(--mobile-image-width))}}.is-full-size .product-card__ratings{order:2}.is-full-size .product-card__link{font:var(--font-text-t2-md);margin-bottom:1.4rem;order:1}.is-full-size .product-card__characteristics{display:block;order:3}.is-full-size .product-card__include-btns{margin-top:4rem}@media screen and (max-width:767px){.is-full-size .product-card__include-btns{margin-left:.4rem;margin-top:0}}.is-full-size .product-card__reviews{display:block}.is-full-size .product-card__prices{flex-wrap:wrap;margin-bottom:1.4rem}.is-full-size .product-card__bonus{margin-top:.8rem;width:100%}.is-full-size .product-card__bonus span span{display:inline}.is-full-size .product-card__btn{margin-right:0}.catalog-user_profile{background-color:#fff;border-radius:16px;display:grid;grid-template-columns:repeat(3,1fr);list-style-type:none;padding:16px}.initial-grid-column{grid-column:initial}@media screen and (max-width:767px){.initial-grid-column{grid-template-columns:repeat(2,1fr)}}.mobile-nav{align-items:center;background-color:var(--color-white);border-top:1px solid var(--color-grey-300);bottom:0;display:none;height:var(--mobile-height-nav);left:0;position:fixed;width:100%;z-index:50}@media screen and (max-width:1260px){.mobile-nav{display:flex}}.mobile-nav__container{align-items:center;display:flex;gap:2rem;justify-content:space-between}.mobile-nav__link{align-items:center;display:flex;flex-direction:column;height:4.2rem;justify-content:center;position:relative;width:5.5rem}.mobile-nav__link.is-active .mobile-nav__link-icon,.mobile-nav__link.is-active .mobile-nav__link-text{color:var(--color-base-dark)}.mobile-nav__link.is-active .mobile-nav__link-icon._stroke{stroke:var(--color-base-dark);color:transparent}.mobile-nav__link-icon{color:var(--color-grey-600);height:2rem;width:2rem}.mobile-nav__link-icon._stroke{fill:none;stroke:var(--color-grey-600);color:transparent}@media screen and (max-width:767px){.mobile-nav__link-icon{height:1.8rem;width:1.8rem}}.mobile-nav__link-count{align-items:center;background:var(--gardient-primary);border-radius:50%;color:var(--color-white);display:flex;font:500 1rem/1 var(--main-ff);height:1.4rem;justify-content:center;position:absolute;right:.9rem;top:0;width:1.4rem}@media screen and (max-width:767px){.mobile-nav__link-count{right:1.2rem;top:.4rem}}.mobile-nav__link-text{color:var(--color-grey-600)}@media screen and (max-width:767px){.mobile-nav__link-text{font:var(--font-text-t5)}}.popular-categories__heading{margin-bottom:4rem}@media screen and (max-width:991px){.popular-categories__heading{margin-bottom:2.4rem}}.popular-categories__item{align-items:center;background-color:var(--color-grey-200);border-radius:24px;display:flex;grid-column:span 12;min-height:34rem;position:relative;z-index:2}.popular-categories__item._purple{background-color:#9f73e8}.popular-categories__item._green{background-color:#1fa191}.popular-categories__item._light-green{background-color:#35cad3}.popular-categories__item._light-blue{background-color:#6286e2}@media screen and (max-width:1199px){.popular-categories__item{border-radius:1.2rem;grid-column:span 24;min-height:0;padding:2.4rem}}@media screen and (max-width:767px){.popular-categories__item{padding:1.6rem}}.popular-categories picture{flex-shrink:0;height:100%}.popular-categories__item-img{height:100%;-o-object-fit:contain;object-fit:contain;width:auto}@media screen and (max-width:1199px){.popular-categories__item-img{height:16rem;position:absolute;right:0;top:0;z-index:-1}}.popular-categories__item-heading{color:var(--color-white);font:var(--font-heading-h3-md);margin-bottom:3.2rem}.popular-categories__item-info{margin-left:3.2rem}@media screen and (max-width:1199px){.popular-categories__item-info{margin:0;max-width:90%}}.popular-categories__tag-link{display:inline-block}.popular-categories__tag-list{gap:.8rem;margin:0}@media screen and (max-width:1199px){.popular-categories__tag-list{max-width:70%}}@media screen and (max-width:767px){.popular-categories__tag-list{max-width:none}}.popular-categories__tag-list li{margin:0}.leader{background-color:var(--color-grey-200);background-image:url(../images/leader-bg.svg);background-position:65% 100%;background-repeat:no-repeat;background-size:contain;border-radius:2.4rem;min-height:51.9rem;overflow:hidden;padding:5.2rem 6.4rem 7.6rem;position:relative;z-index:2}.leader__bg{bottom:0;height:35.8rem;left:17%;position:absolute;width:77.7rem;z-index:1}@media screen and (max-width:1199px){.leader__bg{left:6.9%}}.leader--about .leader__vid{height:38rem;width:38rem}.leader--about .leader__vid:before{height:98.1rem;left:-58.3rem;width:97.7rem}@media screen and (max-width:991px){.leader--about .leader__vid{height:19.8rem;width:19.8rem}.leader--about .leader__vid:before{height:78.1rem;left:-35.7rem;top:-12rem;width:57.7rem}.leader{border-radius:1.2rem;display:block;min-height:auto;padding:3.2rem}}@media screen and (max-width:767px){.leader{padding:1.6rem}}.leader__heading{margin-bottom:3.2rem}.leader__heading--small{font:var(--font-heading-h2-md)}@media screen and (max-width:767px){.leader__heading{margin-bottom:1.6rem}}.leader__text{font:var(--font-text-t3);max-width:46.5rem}@media screen and (max-width:767px){.leader__text{max-width:100%}}.leader__block{align-items:flex-start;display:flex;flex-direction:column}.leader__block:first-child{grid-column:span 18}.leader__block:nth-child(2){grid-column:span 6}.leader__btn{margin-top:auto;position:relative;z-index:1}@media screen and (max-width:991px){.leader__btn{display:none}}.leader__btn--mobile{display:none;margin-top:3.2rem}@media screen and (max-width:991px){.leader__btn--mobile{display:inline-flex;justify-content:center;width:100%}}.leader__legend{font:var(--font-heading-h2-md);margin-bottom:.6rem}@media screen and (max-width:991px){.leader__legend{font:var(--font-text-t1);margin-bottom:.2rem}}.leader__small-legend{color:var(--color-grey-600);font:var(--font-text-t4)}@media screen and (max-width:991px){.leader__small-legend{color:var(--color-grey-600);font:var(--font-text-t4)}}.leader__list{display:flex;flex-direction:column;height:100%;position:relative;z-index:3}@media screen and (max-width:991px){.leader__list{-ms-overflow-style:none;display:grid;gap:1.6rem 3.2rem;grid-auto-columns:21rem;grid-auto-flow:column dense;grid-template-rows:5.2rem 5.2rem;overflow:auto;scrollbar-width:none;width:100%}.leader__list::-webkit-scrollbar *{background:transparent}.leader__list::-webkit-scrollbar-track{background-color:transparent}.leader__list::-webkit-scrollbar{background-color:transparent;display:none}.leader__list::-webkit-scrollbar-thumb{background-color:transparent}}.leader__item{border-bottom:1px solid var(--color-grey-400);flex-shrink:0;margin-bottom:2rem;padding-bottom:2rem}.leader__item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media screen and (max-width:991px){.leader__item:last-child{border-bottom:1px solid var(--color-grey-400);margin-bottom:2rem;padding-bottom:2rem}.leader__item:last-child:nth-child(4n+2){grid-row:1}}.leader__item:first-child{border-bottom:none;margin-bottom:auto;padding-bottom:0}@media screen and (max-width:991px){.leader__item:first-child{border-bottom:1px solid var(--color-grey-400);margin-bottom:2rem;padding-bottom:2rem}.leader__item{min-width:50%}}@media screen and (max-width:767px){.leader__item{margin:0!important;min-width:calc(50% - 3.2rem);padding-bottom:1.6rem}}.leader__item-legend{font:var(--font-text-t1);margin-bottom:.2rem}.leader__item-text{color:var(--color-grey-600);font:var(--font-text-t4)}.leader__vid{bottom:5.3rem;height:27.8rem;left:48%;position:absolute;width:27.8rem;z-index:3}.leader__vid:before{background-image:url(../images/shape-lider-bg.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:78.1rem;left:-47.3rem;position:absolute;top:-2rem;width:77.7rem;z-index:-1}@media screen and (max-width:991px){.leader__vid:before{height:78.1rem;left:-35.7rem;top:-12rem;width:57.7rem}}@media screen and (max-width:767px){.leader__vid:before{height:65.1rem;left:-32.7rem;top:-8rem;width:51.7rem}}@media screen and (max-width:1199px){.leader__vid{left:45%}}@media screen and (max-width:991px){.leader__vid{bottom:auto;height:19.8rem;left:auto;margin:2rem 3.2rem 3.2rem auto;position:relative;width:19.8rem}}@media screen and (max-width:767px){.leader__vid{height:16rem;width:16rem}}.leader__vid-preview{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.leader__vid-play-btn{align-items:center;background:var(--gardient-primary);border-radius:50%;display:flex;height:6.2rem;justify-content:center;position:absolute;right:-2rem;top:4.9rem;width:6.2rem;z-index:2}.leader__vid-play-btn:hover:before{opacity:1}.leader__vid-play-btn:before{background-color:#0000001a;border-radius:50%;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s;width:100%;z-index:-1}@media screen and (max-width:991px){.leader__vid-play-btn{height:4.2rem;width:4.2rem}}.leader__vid-play-btn-icon{color:var(--color-white);height:2rem;margin-left:.5rem;width:2rem}@media screen and (max-width:991px){.leader__vid-play-btn-icon{height:1.4rem;margin-left:.3rem;width:1.4rem}}.__jivoMobileButton{bottom:55px!important;margin:0 -20px -20px 0;right:10px!important}.flex-content-page{display:flex;flex-direction:column;gap:16px}@media screen and (max-width:767px){.flex-content-page{gap:16px}}.site-content__intro-img{border-radius:2.4rem;height:60rem;margin-bottom:8rem;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:991px){.site-content__intro-img{height:auto;margin-bottom:4rem}}.site-content__intro-heading_h1{font:var(--font-heading-h1);font-weight:500;margin:0 0 4rem}@media screen and (max-width:991px){.site-content__intro-heading_h1{margin-bottom:1.6rem}}.site-content__intro-heading_h2{font:var(--font-heading-h2);font-weight:500;margin:0 0 4rem}@media screen and (max-width:991px){.site-content__intro-heading_h2{margin-bottom:1.6rem;margin-top:1.6rem}}.site-content__intro-heading_h3{font:var(--font-heading-h2);font-weight:500;margin:3.6rem 0}@media screen and (max-width:991px){.site-content__intro-heading_h3{margin:0 0 1.6rem 1.6rem}}.site-content__intro-text{font:var(--font-heading-h3-md)!important;font-weight:400!important;margin-bottom:4rem!important;max-width:100.8rem!important}@media screen and (max-width:991px){.site-content__intro-text{margin-bottom:2.4rem}.site-content__grid-container{display:block}}.site-content__col{min-width:0}.site-content__col:first-child{grid-column:span 16}.site-content__col:nth-child(2){grid-column:span 8}.site-content__container h2{font:var(--font-heading-h2-md);margin:3.2rem 0}@media screen and (max-width:991px){.site-content__container h2{margin:4.8rem 0 1.6rem}}.site-content__container h4{font:var(--font-heading-h4-md);margin:1.6rem 0}@media screen and (max-width:991px){.site-content__container h4{margin:1.6rem 0}}.site-content__container ul{margin:1.6rem 0 0}@media screen and (max-width:991px){.site-content__container ul{margin:1.6rem 0}}.site-content__container ul li{font:var(--font-text-t2);line-height:26px;margin-bottom:.8rem;padding-left:2rem;position:relative}@media screen and (max-width:767px){.site-content__container ul li{padding-left:1.2rem}}.site-content__container ul li:last-child{margin-bottom:0}.site-content__container ul li:before{background:var(--gardient-primary);border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:1.3rem;transform:translateY(-50%);width:.8rem}@media screen and (max-width:767px){.site-content__container ul li:before{height:.4rem;width:.4rem}}.site-content__container ol{margin:1.6rem 0 3.2rem}@media screen and (max-width:991px){.site-content__container ol{margin:1.6rem 0}}.site-content__container ol li{font:var(--font-text-t2);line-height:26px;margin-bottom:.8rem;padding-left:3.7rem;position:relative}@media screen and (max-width:767px){.site-content__container ol li{padding-left:2.3rem}}.site-content__container ol li:last-child{margin-bottom:0}.site-content__container ol li:before{color:var(--color-green);left:0;position:absolute;top:0}.site-content__container table{font:var(--font-text-t4)}.site-content__container table thead tr{align-items:center;display:flex;padding-bottom:2.4rem}.site-content__container table thead tr td{min-width:19rem}.site-content__container table tbody{color:var(--color-grey-600)}.site-content__container table tbody tr{border-bottom:1px solid var(--color-grey-300);display:flex;margin-bottom:2rem;padding-bottom:2rem}.site-content__container table tbody tr:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.site-content__container table tbody tr td{min-width:19rem}.site-content__container img{margin-bottom:3rem}.site-content__container p{font:var(--font-text-t2);margin-bottom:1.5rem}.site-content__container a:hover{color:var(--color-green)}.site-content__small-imgs{display:flex;gap:1rem;margin:2.4rem 0 3.2rem;overflow:auto;padding-bottom:1.2rem}.site-content__small-imgs::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.site-content__small-imgs::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.site-content__small-imgs::-webkit-scrollbar-button{display:none}.site-content__small-imgs::-webkit-scrollbar-track{background-color:var(--color-grey-300)}.site-content__small-imgs img{border-radius:1.2rem;flex-shrink:0;height:auto;margin:0;-o-object-fit:contain;object-fit:contain;width:19.3rem}@media screen and (max-width:767px){.site-content__small-imgs{-ms-overflow-style:none;scrollbar-width:none}.site-content__small-imgs::-webkit-scrollbar *{background:transparent}.site-content__small-imgs::-webkit-scrollbar-track{background-color:transparent}.site-content__small-imgs::-webkit-scrollbar{background-color:transparent;display:none}.site-content__small-imgs::-webkit-scrollbar-thumb{background-color:transparent}}.site-content__accordion-list{counter-reset:section}.site-content__accordion-list .accordion__head h4{margin:0}.site-content__accordion-list .accordion__head h4:before{content:counter(section) ".";counter-increment:section}.site-content__accordion-list .accordion__head-icon{height:3.7rem;width:3.7rem}@media screen and (max-width:991px){.site-content__accordion-list .accordion__head-icon{height:1.6rem;width:1.6rem}}.site-content__accordion-list .accordion__body{padding-top:0}.site-content__accordion-list .accordion__body ul{margin:0}.site-content__accordion-item{border-bottom:1px solid var(--color-grey-300);padding-bottom:3.8rem;padding-top:3.8rem}.site-content__accordion-item:first-child{padding-top:0}.site-content__accordion-item:last-child{border-bottom:none;padding-bottom:0}.site-content__accordion-item .accordion.active .accordion__body{height:auto;opacity:1;overflow:hidden;padding-top:3rem;transition:height .5s ease,opacity .5s ease;will-change:height,opacity}.site-content__accordion-item .accordion.active .accordion__head-icon{transform:rotate(0)}.site-content__img{margin-bottom:2.4rem}.site-content .warning{background-color:var(--color-grey-200);background-image:url(../images/site-content/warning-bg.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;border-radius:2.4rem;margin:2rem 0;padding:3.4rem 4rem}.site-content .warning p{max-width:88rem}@media screen and (max-width:991px){.site-content .warning{border-radius:1.2rem}}.site-content__services{display:grid;gap:var(--grid-offset);grid-template-columns:repeat(16,1fr)}@media screen and (max-width:991px){.site-content__services{display:block}}.site-content__services-item{grid-column:span 8}@media screen and (max-width:991px){.site-content__services-item{margin-bottom:.8rem}}.site-content .table-wrapper{margin-bottom:3.2rem;overflow:auto;padding-bottom:2rem;width:100%}@media screen and (max-width:991px){.site-content .table-wrapper{margin-bottom:1.6rem}}.site-content .table-wrapper::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.site-content .table-wrapper::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.site-content .table-wrapper::-webkit-scrollbar-button{display:none}.site-content .table-wrapper::-webkit-scrollbar-track{background-color:var(--color-grey-300)}.gallery{position:relative}.gallery__nav{align-items:center;display:flex;justify-content:space-between;left:3.2rem;pointer-events:none;position:absolute;top:46%;transform:translateY(-50%);width:calc(100% - 6.4rem);z-index:3}@media screen and (max-width:991px){.gallery__nav{display:none}}.press-center-bar{background-color:var(--color-grey-200);border-radius:2.4rem;display:flex;margin-top:10rem;padding:5.2rem 6.4rem}@media screen and (max-width:1199px){.press-center-bar{border-radius:1.2rem;padding:3.2rem}}@media screen and (max-width:991px){.press-center-bar{display:block}}@media screen and (max-width:767px){.press-center-bar{padding:1.6rem}}.press-center-bar__nav{border-right:1px solid var(--color-grey-400);display:flex;flex-direction:column;max-width:32rem;width:100%}@media screen and (max-width:1199px){.press-center-bar__nav{max-width:26rem}}@media screen and (max-width:991px){.press-center-bar__nav{border-bottom:1px solid var(--color-grey-400);border-right:none;flex-direction:row;margin-bottom:2.4rem;max-width:100%;padding-bottom:1.5rem}}.press-center-bar__nav-item{margin-bottom:1.4rem}.press-center-bar__nav-item:last-child{margin-bottom:0}@media screen and (max-width:991px){.press-center-bar__nav-item{margin:0 3.4rem 0 0}.press-center-bar__nav-item:last-child{margin-right:0}}.press-center-bar__info{display:flex;flex-grow:1;margin-left:12.7rem}@media screen and (max-width:1199px){.press-center-bar__info{margin-left:5rem}}@media screen and (max-width:991px){.press-center-bar__info{margin-left:0}}@media screen and (max-width:767px){.press-center-bar__info{align-items:stretch;flex-direction:column}}.press-center-bar__info-list{margin-left:auto;max-width:31.5rem;width:100%}@media screen and (max-width:767px){.press-center-bar__info-list{border-top:1px solid var(--color-grey-400);margin-left:0;margin-top:3.2rem;max-width:100%;padding-top:2rem}}.press-center-bar__info-item{border-bottom:1px solid var(--color-grey-400);margin-bottom:3rem;padding-bottom:3.6rem}.press-center-bar__info-item:last-child{border:none;margin-bottom:0;padding-bottom:0}@media screen and (max-width:991px){.press-center-bar__info-item{margin-bottom:2rem;padding-bottom:2.4rem}}@media screen and (max-width:767px){.press-center-bar__info-item{margin-bottom:2rem;padding-bottom:2rem}}.press-center-bar__legend{font:var(--font-text-t1);margin-bottom:1.6rem}@media screen and (max-width:767px){.press-center-bar__legend{margin-bottom:.8rem}}.press-center-bar__date{color:var(--color-grey-600);font:var(--font-text-t4)}.press-center-bar-link{align-self:flex-start;display:inline-flex;margin-top:auto}@media screen and (max-width:991px){.press-center-bar-link{display:none}}.press-center-bar-link--mobile{display:none}@media screen and (max-width:991px){.press-center-bar-link--mobile{display:inline-flex;justify-content:center;margin-top:3.2rem;width:100%}}.press-center-btn{color:var(--color-grey-600);font:var(--font-heading-h2-md)}.press-center-btn.is-active{color:var(--color-base-dark)}.page-grey-shield{align-items:flex-start;background-color:var(--color-grey-200);background-image:url(../images/green_bg.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;border-radius:2.4rem;display:flex;flex-direction:column;min-height:52rem;overflow:hidden;padding:5.2rem 6.4rem;position:relative}@media screen and (max-width:1199px){.page-grey-shield{min-height:42rem}}@media screen and (max-width:991px){.page-grey-shield{padding:2.4rem}}@media screen and (max-width:767px){.page-grey-shield{border-radius:1.2rem;min-height:0;padding:1.6rem 1.6rem 27.8rem}}.page-grey-shield__img{bottom:0;height:auto;-o-object-fit:contain;object-fit:contain;position:absolute;right:14rem;width:49rem}@media screen and (max-width:1199px){.page-grey-shield__img{height:30rem;width:27.1rem}}@media screen and (max-width:991px){.page-grey-shield__img{right:-2rem}}.page-grey-shield__headind{font:var(--font-heading-h2-md);margin-bottom:2.4rem;max-width:67.3rem}.page-grey-shield__text{font:var(--font-text-t2);max-width:60rem}.page-grey-shield__text ul{margin:1.6rem 0}.page-grey-shield__text ul li{margin-bottom:.8rem;padding-left:2rem;position:relative}.page-grey-shield__text ul li:before{background-color:var(--color-green);border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.8rem;width:.8rem}.page-grey-shield .button{margin-top:auto}@media screen and (max-width:767px){.page-grey-shield .button{bottom:2rem;justify-content:center;left:1.6rem;padding:1.4rem;position:absolute}}.page-grey-shield__wrapper{margin-bottom:16px;position:relative}.page-grey-shield--bonus{background-image:url(../images/shiled-bonus-bg.svg);background-position:120% 60%;background-size:98rem 150rem}@media screen and (max-width:991px){.page-grey-shield--bonus{background-position:100% 100%;background-size:contain}.page-grey-shield--bonus .page-grey-shield__img{height:17.7rem;right:8rem;width:21.7rem}}@media screen and (max-width:767px){.page-grey-shield--bonus .page-grey-shield__img{bottom:8rem;height:10.7rem;right:0;width:19.7rem}}.page-grey-shield--center-image .page-grey-shield__img{right:35rem}@media screen and (max-width:1280px){.page-grey-shield--center-image .page-grey-shield__img{right:23rem}}@media screen and (max-width:1199px){.page-grey-shield--center-image .page-grey-shield__img{right:15rem}}@media screen and (max-width:991px){.page-grey-shield--center-image .page-grey-shield__img{right:-2rem}}.page-grey-shield--med-equipment{background-image:url(../images/orange_bg.svg);background-position:100% 100%}.benefits__container{background-color:var(--color-grey-200);border-radius:2.4rem;padding:5.2rem 6.4rem}@media screen and (max-width:991px){.benefits__container{padding:2.4rem}}@media screen and (max-width:767px){.benefits__container{border-radius:1.2rem;padding:1.6rem}}.benefits__heading{margin-bottom:4rem}@media screen and (max-width:991px){.benefits__heading{margin-bottom:2.4rem}}.benefits__list{display:grid;gap:3.2rem 6.4rem;grid-template-columns:repeat(3,1fr);list-style-type:none!important}@media screen and (max-width:991px){.benefits__list{gap:3.2rem 1.6rem}}@media screen and (max-width:767px){.benefits__list{gap:1.6rem}}.benefits__item{align-items:center;display:flex;flex-direction:row}.benefits__item p{font:var(--font-text-t3)}@media screen and (max-width:767px){.benefits__item{grid-column:span 3}}.benefits__icon-wrapper{align-items:center;background-color:var(--color-white);border-radius:50%;display:flex;flex-direction:row;flex-shrink:0;height:6.8rem;justify-content:center;margin-right:1.6rem;width:6.8rem}@media screen and (max-width:991px){.benefits__icon-wrapper{height:4rem;margin-right:1.2rem;width:4rem}}.benefits__icon{fill:none;stroke:var(--color-green);stroke-width:2px;color:transparent;height:4.8rem;width:4.8rem}@media screen and (max-width:991px){.benefits__icon{height:2.4rem;width:2.4rem}}.benefits__btn{display:inline-block;margin-top:4rem}@media screen and (max-width:991px){.benefits__btn{display:none}}.faq__heading{margin-bottom:4rem}.faq__legend{font:var(--font-heading-h4-md)}.faq__item{border-bottom:1px solid var(--color-grey-300);margin-bottom:3.2rem;padding-bottom:3.2rem}.faq__item:last-child{border:none;margin-bottom:0;padding-bottom:0}.info-map-wrapper{background-color:var(--color-grey-200);border-radius:2.4rem;padding:5.2rem 6.4rem;width:100%}@media screen and (max-width:991px){.info-map-wrapper{border-radius:1.2rem;padding:2.4rem}}@media screen and (max-width:767px){.info-map-wrapper{padding:1.6rem}}.info-map{display:grid;grid-template-columns:.4fr .6fr}.info-map__heading{margin-bottom:3.2rem}@media screen and (max-width:767px){.info-map__heading{margin-bottom:2.4rem}}.info-map__container{display:flex}@media screen and (max-width:767px){.info-map__container{display:block}}.info-map__container-info{flex-shrink:0;max-width:70rem;width:100%}@media screen and (max-width:991px){.info-map__container-info{max-width:29rem}}@media screen and (max-width:767px){.info-map__container-info{max-width:100%}}.info-map__container-map{flex-grow:1}@media screen and (max-width:767px){.info-map__container-map{margin-top:2.4rem}}.info-map__small-legend{color:var(--color-grey-600);display:block;font:var(--font-text-t3);margin-bottom:.8rem;margin-top:2.4rem}.info-map__small-legend:first-of-type{margin-top:0}@media screen and (max-width:767px){.info-map__small-legend{margin-top:1.6rem}}.info-map__text{font:var(--font-text-t3)}.info-map__text a:hover{text-decoration:underline}.info-map__btn{margin-top:4rem}@media screen and (max-width:767px){.info-map__btn{display:none}}.info-map__map{background-color:var(--color-grey-300);border-radius:1.6rem;height:42.3rem;width:100%}@media screen and (max-width:991px){.info-map__map{height:32rem}}@media screen and (max-width:767px){.info-map__map{height:20.3rem;width:100%}}.info-map__tags{align-items:center;display:flex;gap:1.2rem;margin-bottom:4rem}@media screen and (max-width:991px){.info-map__tags{-ms-overflow-style:none;gap:.4rem;margin-bottom:2.4rem;margin-right:-1.6rem;overflow:auto;padding-right:1.6rem;scrollbar-width:none}.info-map__tags::-webkit-scrollbar *{background:transparent}.info-map__tags::-webkit-scrollbar-track{background-color:transparent}.info-map__tags::-webkit-scrollbar{background-color:transparent;display:none}.info-map__tags::-webkit-scrollbar-thumb{background-color:transparent}}.info-map__tags .tag{background-color:transparent;display:block;padding:1.4rem;text-align:center;width:25.5rem}@media screen and (max-width:991px){.info-map__tags .tag{padding:.8rem 1.6rem;width:auto}}.reviews-section{background-color:var(--color-grey-200);padding:9rem 0;position:relative;z-index:2}@media screen and (max-width:991px){.reviews-section{padding:5rem 0}}.reviews-section__heading{display:inline-block}.reviews-section__heading:before{font:var(--font-text-t3)}@media screen and (max-width:991px){.reviews-section__grid-container{display:block}}.reviews-section__block:first-child{grid-column:span 7}.reviews-section__block:nth-child(2){grid-column:span 1}.reviews-section__block:nth-child(3){grid-column:span 16}.reviews-section__legend{font:var(--font-text-t1-md)}.reviews-section__clients-imgs{align-items:center;display:flex;flex-wrap:nowrap;gap:.4rem;margin-bottom:8.5rem;overflow:hidden;width:100%}@media screen and (max-width:991px){.reviews-section__clients-imgs{margin-bottom:4.8rem}}.reviews-section__clients-img-wrapper{cursor:pointer;flex-shrink:0;height:10.8rem;position:relative;width:10.8rem}.reviews-section__clients-img-wrapper._count:before{background:linear-gradient(0deg,rgba(246,247,251,.85),rgba(246,247,251,.85));border-radius:.8rem;content:"";position:absolute;top:0;inset:0}.reviews-section__clients-img-wrapper._count:after{content:attr(data-count);font:var(--font-text-t3-md);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.reviews-section__clients-img-wrapper_video{cursor:pointer}.reviews-section__clients-img-wrapper_video:before{border:1px solid var(--color-white);border-radius:50%;content:"";height:4.8rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:4.8rem}.reviews-section__clients-img-wrapper_video:after{background-image:url(../assets/icons/mono/polygon.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.5rem}@media screen and (max-width:991px){.reviews-section__clients-img-wrapper{height:10rem;width:10rem}}.reviews-section__clients-img{border-radius:.8rem;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.reviews-section__reviews-nav{align-items:center;border-bottom:1px solid var(--color-grey-400);display:flex;margin-bottom:4.5rem;padding-bottom:2.4rem;width:100%}@media screen and (max-width:991px){.reviews-section__reviews-nav{justify-content:space-between;margin-bottom:2.4rem;padding-bottom:1.5rem}}.reviews-section__nav-btn{margin-right:4rem}@media screen and (max-width:991px){.reviews-section__nav-btn{margin-right:1rem}}.reviews-section__check .custom-checkbox__name:before{background-color:var(--color-grey-200)}.reviews-section__reviews-list{width:100%}.reviews-section__reviews-item{border-bottom:1px solid var(--color-grey-400);margin-bottom:3.2rem;padding-bottom:3.6rem}.reviews-section__reviews-item:last-child{border:none;margin-bottom:0;padding-bottom:0}@media screen and (max-width:991px){.reviews-section__reviews-item{margin-bottom:2.4rem;padding-bottom:2.4rem}}.rating-preview{background-color:var(--color-white);border-radius:1.6rem;padding:3.2rem}@media screen and (max-width:991px){.rating-preview{margin-bottom:3.2rem;padding:1.6rem}}.rating-preview__list{margin-bottom:3.2rem}@media screen and (max-width:991px){.rating-preview__list{margin-bottom:1.6rem}}.rating-preview__item{align-items:center;display:flex;margin-bottom:1.6rem}.rating-preview__item:last-child{margin-bottom:0}@media screen and (max-width:991px){.rating-preview__item{margin-bottom:1rem}}.rating-preview__legend{display:block;font:var(--font-text-t3)}.rating-preview__count{min-width:4rem}.rating-preview__progress{background-color:var(--color-grey-400);flex-grow:1;height:4px;margin:0 2.4rem}.rating-preview__progress-line{background:var(--gardient-primary);display:block;height:100%;width:var(--progress-line-width)}@media screen and (max-width:991px){.rating-preview__progress{height:2px}}.rating-preview__btn{justify-content:center;padding:1.8rem;width:100%}.rating-preview__empty{padding:90px 0 120px}.empty{display:flex;flex-direction:column}.empty .empty__title{color:#011f3a;font-size:36px;font-weight:500;margin-bottom:24px}.empty .empty__description{font-size:18px;line-height:165%;margin-bottom:40px;max-width:880px;padding-bottom:20px}.empty .button{max-width:368px}.useful-content{max-width:98.8rem}.useful-content h1,.useful-content h2,.useful-content h3,.useful-content h4,.useful-content h5,.useful-content h6{font:var(--font-heading-h4-md);margin:3.2rem 0 2.4rem}@media screen and (max-width:991px){.useful-content h1,.useful-content h2,.useful-content h3,.useful-content h4,.useful-content h5,.useful-content h6{margin:1.6rem 0}}.useful-content p{font:var(--font-text-t2)}.skeleton-box{background-color:var(--color-grey-400);height:100%;overflow:hidden;position:relative;width:100%}.skeleton-box.row{height:20px;width:100%}.skeleton-box:after{animation:shimmer 2s infinite;background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0));bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translate(-100%)}.auth-skeleton-box{background-color:var(--color-grey-200);border-radius:16px;overflow:hidden;position:relative;width:100%}.auth-skeleton-box.row{height:20px;width:100%}.auth-skeleton-box:after{animation:shimmer 2s infinite;background-image:linear-gradient(90deg,hsla(0,0%,73%,0),hsla(0,0%,78%,.2) 20%,hsla(0,0%,87%,.5) 60%,hsla(0,12%,97%,0));bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translate(-100%)}.global-skeleton-box{background-color:var(--color-grey-200);overflow:hidden;position:relative;width:100%}.global-skeleton-box.row{height:20px;width:100%}.global-skeleton-box:after{animation:shimmer 2s infinite;background-image:linear-gradient(90deg,hsla(0,0%,42%,0),hsla(0,0%,67%,.2) 20%,hsla(0,0%,58%,.5) 60%,hsla(0,12%,97%,0));bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translate(-100%);z-index:9999}.product-skeleton-box{background-color:var(--color-grey-200);overflow:hidden;position:relative;width:100%}.product-skeleton-box.row{height:20px;width:100%}.product-skeleton-box:after{animation:shimmer 1s infinite;background-image:linear-gradient(90deg,hsla(0,0%,73%,0),hsla(0,0%,78%,.2) 20%,hsla(0,0%,87%,.5) 60%,hsla(0,12%,97%,0));bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-card-product .product-card__link{display:flex;flex-direction:column;row-gap:6px}.skeleton-card-product .product-card{-moz-column-gap:10px;column-gap:10px}.skeleton-card-product .product-card__btns-wrapper{margin-top:0;max-width:50%}.skeleton-card-product .product-card:hover:before,.skeleton-card-product .product-card__btns{display:none}.is-full-size .skeleton-card-product .product-card__btns{display:block}.product-analogs{display:flex;flex-direction:column;row-gap:2.4rem}.product-analogs__title{font-size:16px;font-weight:500;line-height:19px}.product-analogs__list{display:flex;flex-direction:column;row-gap:1.2rem}.product-analogs__button{align-items:center;border:1px solid #e0e4eb;border-radius:8px;display:flex;font-weight:500;justify-content:center;padding:2rem 4rem}.analog-small-card{align-items:center;color:#011f3a;-moz-column-gap:12px;column-gap:12px;display:flex}.analog-small-card__pic{height:60px;-o-object-fit:contain;object-fit:contain;width:60px}.analog-small-card__info{display:flex;flex-direction:column;row-gap:6px}.analog-small-card__name{font-size:12px;font-weight:400;line-height:14px}.basket_header-title_block{align-items:center;display:flex;flex-direction:row;gap:30px;margin-bottom:32px}.basket-action-btns{display:flex;gap:10px}@media screen and (max-width:767px){.basket-action-btns{display:none}}.border-none{border:none!important}.divider{border:1px solid #eff1f5}.basket-order_card{display:flex;flex-direction:column;gap:20px;padding:32px;width:100%}@media screen and (max-width:767px){.basket-order_card button{padding:7px!important}}.basket-order_card__weight{color:var(--color-grey-600);font-size:14px;font-weight:500;line-height:16.8px}@media screen and (max-width:991px){.basket-order_card__weight{font-size:12px;line-height:14.4px}}.basket-order_card__apply-btn{background:#fff!important;border-radius:5px;display:flex;font-size:14px;font-weight:500;line-height:14px;margin:0!important;padding:5px;width:auto!important}@media screen and (max-width:991px){.basket-order_card{display:flex;flex-direction:column;padding:16px}}.basket-order_card__sum-block{font-size:28px;font-weight:500;line-height:30.8px}@media screen and (max-width:991px){.basket-order_card__sum-block{font-size:18px;line-height:20.7px}}.basket-order_card__secondary-text{color:#011f3a;font-size:14px;font-weight:500;line-height:16.8px}@media screen and (max-width:991px){.basket-order_card__secondary-text{font-size:12px;line-height:14.4px}}.basket-wrapper{height:-moz-fit-content;height:fit-content;padding:34px;width:100%}@media screen and (max-width:767px){.basket-wrapper{padding:16px}}.basket-container{display:grid;gap:16px;grid-template-columns:2.5fr 1fr;position:relative}@media screen and (max-width:991px){.basket-container{display:flex;flex-direction:column}}.after-none:after{width:0!important}.basket-card__product-header{align-items:center;border-bottom:1px solid #eff1f5;display:flex;flex-direction:row;gap:32px;padding-bottom:32px;padding-left:16px}@media screen and (max-width:991px){.basket-card__product-header{border:none;gap:initial;justify-content:space-between;padding-bottom:16px}}.basket-card__products-block{display:flex;flex-direction:column;width:100%}.basket-card__product_section{display:flex;flex-direction:row;gap:20px}.basket-buy-width-bonus{align-items:center;background:linear-gradient(90deg,#d222cb,#14b2f2);border-radius:8px;color:#fff;display:flex;flex-direction:row;justify-content:space-between;margin-top:5px;padding:10px}.mb-4{margin-bottom:16px!important}.product-buy-width-bonus{align-items:center;background:linear-gradient(90deg,#d222cb,#14b2f2);border-radius:12px;color:#fff;display:grid;grid-template-columns:1.5fr 1fr .2fr;margin-top:5px;padding:12px 16px;width:100%}.product-buy-width-bonus .popup-trigger{border:1px solid #fff!important;color:#fff!important;padding:8px!important}.product-buy-width-bonus .helper-description{color:#000}.product-buy-width-bonus p{font-size:28px;font-weight:500;line-height:30.8px}.product-buy-width-bonus span{flex-shrink:1;font-size:14px;font-weight:500;line-height:14px;width:-moz-fit-content;width:fit-content}.basket-item-wrapper__temp-delete{align-items:flex-end;border-bottom:1px solid #eff1f5;display:flex;padding:16px;transition:.5s ease-in-out;width:100%}@media screen and (max-width:991px){.basket-item-wrapper__temp-delete{display:none}}.basket-item-wrapper{align-items:center;display:grid;gap:15px;grid-template-columns:auto .5fr 3.5fr 1fr 1.5fr .5fr;transition:.5s ease-in-out;width:100%}.basket-item-wrapper .basket-item_control_btn{display:none;transition:.5s ease-in-out}.basket-item-wrapper:hover .basket-item_control_btn{display:initial;transition:.5s ease-in-out}.basket-item-wrapper_mobile{display:none;flex-direction:row;gap:10px}@media (max-width:991px){.basket-item-wrapper_mobile{display:flex}}.change-quantity-block{align-items:center;background-color:#f6f7fb;border-radius:8px;display:grid;grid-template-columns:25px 50px 25px;grid-template-rows:44px;justify-content:center;width:-moz-fit-content;width:fit-content}.change-quantity-block button{justify-content:center}@media screen and (max-width:991px){.change-quantity-block{grid-template-rows:32px;width:100px}}.change-quantity-block p,.change-quantity-block span{font-size:14px;font-weight:500;line-height:16.8px;text-align:center}.change-quantity-block span{cursor:pointer}.change-quantity-block span:hover{transform:scale(1.5)}.basket-item_price-block{align-items:center;display:flex;flex-direction:column}.basket-item_price-block h3{font-size:18px;font-weight:500;line-height:20.7px;text-align:center}@media screen and (max-width:767px){.basket-item_price-block h3{font-size:12px;line-height:14.4px;text-align:start}.basket-item_price-block{display:flex;flex-direction:row;gap:5px}}.basket-secondary-text{color:#99a5b0;font-size:16px;font-weight:400;line-height:16px}.basket-secondary-text__small{color:#99a5b0;font-size:12px;line-height:14.4px}@media screen and (max-width:767px){.basket-secondary-text{font-size:14px;line-height:14px}}.basket-svg-icon{stroke-width:1px!important}.basket-list{display:flex;flex-direction:column;gap:16px;width:100%}@media screen and (max-width:767px){.basket-list{font-size:12px;gap:initial;line-height:14.4px;text-align:start}}.basket-item_mobile-description{display:flex;flex-direction:column;flex-grow:1;gap:8px}@media screen and (max-width:767px){.basket-item_mobile-control-btns{align-items:center;display:flex;flex-direction:row;justify-content:space-between}}.basket-item-wrapper_checkbox{align-items:center;display:flex;justify-content:flex-start;padding-bottom:16px}.basket-popup_footer{display:grid;grid-template-columns:repeat(2,1fr)}.advantages-section{margin-bottom:80px}@media screen and (max-width:1199px){.advantages-section{margin-bottom:30px}}.advantages-list{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:space-between;width:100%}.advantages-item_title-block{align-items:center;display:inline-flex}.advantages-item_title-block h3{font-size:24px;font-weight:500}@media screen and (max-width:1199px){.advantages-item_title-block h3{font-size:14px}}.advantages-item{background-color:#f6f7fb;border-radius:10px;display:grid;gap:10px;grid-template-rows:1fr 50px 1fr;height:100%;padding:24px 32px}@media screen and (max-width:1199px){.advantages-item{gap:5px;grid-template-rows:1fr 30px 1fr;padding:16px}}.advantages-item__subtitle{font-size:16px;font-weight:400;line-height:19.2px}@media screen and (max-width:1199px){.advantages-item__subtitle{font-size:12px;line-height:14.4px}}.advantages-item_bottom__block{align-items:center;display:grid;flex-direction:row;gap:50px;grid-template-columns:.3fr 1.5fr;justify-content:space-between}@media screen and (max-width:1199px){.advantages-item_bottom__block{display:flex}}.advantages-item_bottom__line{border:1px solid #99a5b0;width:48px}@media screen and (max-width:1199px){.advantages-item_bottom__line{display:none}}.advantages-item_bottom__text{color:#99a5b0;font-size:10px;font-weight:400;line-height:14px;text-transform:uppercase}@media screen and (max-width:1199px){.advantages-item_bottom__text{font-size:1rem;line-height:12px;text-transform:none}}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}to{transform:translate(0)}}.error-outline{border:1px solid red!important}.error-modal-shake,.error-outline{animation:shake .4s 1ms;box-sizing:border-box}.auth_error-text{color:red;font-size:1.5rem;font-weight:400;line-height:17px;margin-left:10px;margin-top:2px;text-align:left;transition:.3s ease-in-out}.auth-modal{max-width:500px;width:100%}.auth-wrapper{display:flex;flex-direction:column;gap:25px;overflow:hidden}.auth_text-title{color:#011f3a;font-size:3rem;font-weight:500;line-height:31px;text-align:left}@media screen and (max-width:767px){.auth_text-title{font-size:2rem}}.auth_text-description{color:#011f3a;font-size:1.8rem;font-weight:400;line-height:19px;text-align:left}.auth_text-sub_description{color:#99a5b0;font-size:1.5rem;font-weight:400;line-height:17px;margin-top:2px;text-align:center;transition:.3s ease-in-out}@media screen and (max-width:767px){.auth_text-sub_description{font-size:1.2rem}}.link{align-self:center;cursor:pointer;transition:.3s ease-in-out}.link,.link:hover{color:#1cd5a8}.popular-categories_list{display:grid;gap:16px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}@media screen and (max-width:767px){.popular-categories_list{grid-template-columns:1fr;grid-template-rows:repeat(4,1fr)}}.popular-categories_item{border-radius:10px;display:flex;position:relative}@media screen and (max-width:767px){.popular-categories_item{justify-content:flex-end;padding-bottom:16px}}.popular-categories_item__img{background-image:url(../images/blobs.png);background-position:50%;background-repeat:no-repeat;background-size:230px 231px}@media screen and (max-width:767px){.popular-categories_item__img{background-position:0;background-size:230px 231px;min-width:160px;width:132px}}.popular-categories_item__title{color:#fff;font-size:28px;font-weight:500;line-height:30.8px}@media screen and (max-width:767px){.popular-categories_item__title{font-size:18px;line-height:20.7px;max-width:170px;word-break:break-word}}.popular-categories_item__links{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.popular-categories_item__links_item{border:1px solid #fff;border-radius:5px;color:#fff;cursor:pointer;padding:6px 10px}@media screen and (max-width:767px){.popular-categories_item__links_item{font-size:12px;line-height:14.4px;padding:4px 8px}}.popular-categories_item__description{display:flex;flex-direction:column;gap:32px;justify-content:center;padding:60px 32px 16px 0;position:absolute;right:0;top:0;width:60%}@media screen and (max-width:767px){.popular-categories_item__description{display:grid;grid-template-rows:1fr 1fr;height:100%;justify-content:space-between;left:0;padding:16px;width:100%}.popular-brands{display:flex;flex-direction:column;gap:16px}}.popular-brands_list{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}@media screen and (max-width:767px){.popular-brands_list{display:none}}.popular-brands_list-mobile{display:none}@media screen and (max-width:767px){.popular-brands_list-mobile{display:initial;width:100%}.popular-brands_list-mobile:nth-last-child(2){margin-top:16px}}.popular-brands_item-img img{background-repeat:no-repeat;background-size:cover;height:76px;max-width:112px}@media screen and (max-width:767px){.popular-brands_item-img img{height:45px;max-width:60px}}.promo-wrapper{background-color:#f1f3f7;background-image:url(../images/promo-bg.png);background-position:bottom;background-repeat:no-repeat;background-size:contain;border-radius:24px;display:flex;flex-direction:row;justify-content:space-between;padding:62px 54px;position:relative}@media screen and (max-width:767px){.promo-wrapper{flex-direction:column;gap:16px;justify-content:flex-start;padding:16px}}.promo-preview-bg{bottom:0;left:50%;position:absolute}.promo_preview-picture{bottom:10%;cursor:pointer;left:50%;position:absolute}@media screen and (max-width:767px){.promo_preview-picture{align-self:flex-end;display:flex;padding-right:16px;position:static}}.promo-preview__img{position:relative;width:278px}@media screen and (max-width:767px){.promo-preview__img{align-self:flex-end;width:160px}}.promo-preview__img img{width:100%}.preview_play-icon{position:absolute;right:0;top:0;width:62px!important}@media screen and (max-width:767px){.preview_play-icon{width:48px!important}}.promo-more{background-color:#fff!important;border:1px solid transparent;border-radius:8px;font-size:16px;font-weight:500;line-height:16px;margin-top:50px;padding:14px 24px;width:-moz-fit-content;width:fit-content}.promo-more__mobile{display:none}@media screen and (max-width:767px){.promo-more__mobile{align-items:center;background-color:#fff!important;border-radius:8px;display:flex!important;font-size:16px;justify-content:center;line-height:16px;padding:12px 24px}}.promo-main{justify-content:space-between}.promo-main,.promo-main .promo-main_description{display:flex;flex-direction:column;gap:32px}@media screen and (max-width:767px){.promo-main,.promo-main .promo-main_description{gap:16px}}.promo-main h1{font-size:60px;font-weight:500;line-height:66px;max-width:630px}@media screen and (max-width:767px){.promo-main h1{font-size:26px;line-height:28.6px}}.promo-about{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:767px){.promo-about{display:none}}.promo-about__title h2{font-size:36px;font-weight:500;line-height:39.6px}.promo-about__title span{color:#99a5b0;font-size:14px;line-height:16.8px}.border-bottom{border-bottom:1px solid #e0e4eb;margin:20px 0}.promo-about__description h2{font-size:20px;line-height:24px}@media screen and (max-width:767px){.promo-about__description h2{font-size:16px;line-height:19.2px}}.promo-about__description span{color:#99a5b0;font-size:14px;line-height:16.8px}@media screen and (max-width:767px){.promo-about__description span{font-size:12px;line-height:14.4px}}.promo-about_mobile{display:none}@media screen and (max-width:767px){.promo-about_mobile{display:initial}}.promo-modal{margin:0;padding:10px}.services-wrapper{display:grid;gap:16px;grid-template-columns:auto 496px}@media screen and (max-width:767px){.services-wrapper{display:flex;flex-direction:column;gap:8px}}.services_first-block{background-color:#f6f7fb;background-image:url(../images/blue-bg.png);background-position:100% 100%;background-repeat:no-repeat;background-size:936px 400px;border-radius:24px;display:grid;flex-direction:row;grid-template-columns:1.4fr .6fr;padding:48px 56px;position:relative}@media screen and (max-width:767px){.services_first-block{background-size:190px 190px;grid-template-columns:1fr;padding:16px}}.services-card{display:flex;flex-direction:column;gap:24px}@media screen and (max-width:767px){.services-card{gap:10px}}.services-card__title{font-size:36px;font-weight:500;line-height:39.6px}@media screen and (max-width:767px){.services-card__title{font-size:20px;line-height:23px}}.services-card__description{font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:767px){.services-card__description{font-size:12px;line-height:18px}}.services_brand-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}@media screen and (max-width:767px){.services_brand-list{width:50%}}.services_brand-item{background-size:cover}.services_brand-item img{height:45px;width:90px}@media screen and (max-width:767px){.services_brand-item img{height:30.46px;width:67.7px}}.services_card-logo{background-position:100% 100%;background-repeat:no-repeat;background-size:contain;bottom:0;max-width:300px;position:absolute;right:0;width:100%}@media screen and (max-width:767px){.services_card-logo{width:150px}}.services_second-block{display:grid;gap:16px;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr)}@media screen and (max-width:767px){.services_second-block{gap:8px;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;margin-left:0}}.services_card-mini{background-color:#f6f7fb;background-position:100% 100%;background-repeat:no-repeat;background-size:335px 327px;border-radius:24px;display:flex;flex-direction:column;justify-content:space-between;padding:32px 40px;position:relative}@media screen and (max-width:767px){.services_card-mini{background-size:84px 92px;gap:40px;padding:16px}}.services_card-mini h2{font-size:24px;font-weight:500;line-height:27.6px;width:300px}@media screen and (max-width:767px){.services_card-mini h2{font-size:14px;line-height:16.1px;width:auto}}.services-card__img{background-size:190px 190px;bottom:0;position:absolute;right:0}@media screen and (max-width:767px){.services-card__img{width:88px}}.services_more-mobile{display:none}@media screen and (max-width:767px){.services_more-mobile{display:initial}}.services_img-background{background-image:url(../images/red-bg.png);bottom:0;position:absolute;right:0}.services-more{background-color:#fff;border-radius:8px;margin-top:65px;padding:8px 36px 8px 12px;width:-moz-fit-content;width:fit-content}.red{background-image:url(../images/red-bg.png)}.blue{background-image:url(../images/blue-bg.png)}.main-news{background-color:#f6f7fb;border-radius:24px;display:grid;grid-template-columns:.2fr .6fr .2fr;padding:32px 64px}@media screen and (max-width:767px){.main-news{display:flex;flex-direction:column;gap:20px;padding:16px}}.main-news_nav{animation:fadeIn .5s ease;border-right:3px solid #e0e4eb;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:767px){.main-news_nav{border-bottom:3px solid #e0e4eb;border-right:0}}.main-news_nav-list{animation:fadeIn .5s ease;box-sizing:border-box;display:flex;flex-direction:column;gap:14px}@media screen and (max-width:767px){.main-news_nav-list{display:flex;flex-direction:row;justify-content:space-between}}.active-border{border-right:3px solid #000;box-sizing:border-box;margin:-3px;padding:0}@media screen and (max-width:767px){.active-border{border-bottom:3px solid #000;border-right:0;padding-bottom:10px}}.main-subnews{animation:fadeIn .5s ease;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:767px){.main-subnews{gap:8px}}.main-subnews h3{font-size:20px;font-weight:500;line-height:24px}@media screen and (max-width:767px){.main-subnews h3{font-size:16px;line-height:19.2px}}.main-news__info{animation:fadeIn .5s ease;display:flex;flex-direction:column;gap:62px;padding:0 40px;width:100%}@media screen and (max-width:767px){.main-news__info{gap:24px;padding:0}}.main-news__header{display:flex;flex-direction:column;gap:16px}.main-news__header h3{font-size:36px;font-weight:400;line-height:39.6px;margin:0;padding:0;width:100%}@media screen and (max-width:767px){.main-news__header h3{font-size:20px;line-height:23px}}.main-news__img{align-self:flex-start;margin:0}.main-news__img img{height:200px;width:200px}@media screen and (max-width:767px){.main-news__img img{height:100px;width:100px}}.main-news__img:before{height:200px;width:200px}@media screen and (max-width:767px){.main-news__img:before{height:100px;width:100px}}.news-mobile{display:none}@media screen and (max-width:767px){.news-mobile{display:flex!important;flex-direction:row;justify-content:center;margin:0;width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}.business-advantages{display:flex;flex-direction:column;gap:32px}@media screen and (max-width:767px){.business-advantages{gap:16px}}.business-advantages_more-btn{background:var(--gardient-primary);border-radius:.8rem;color:var(--color-white);padding:2rem 2.4rem;text-align:center;width:-moz-fit-content;width:fit-content}@media screen and (max-width:767px){.business-advantages_more-btn{justify-content:center;margin:0 auto;padding:14px 20px;width:100%}}.business-advantages-wrapper{display:flex;flex-direction:row;gap:10px;justify-content:space-between}@media screen and (max-width:767px){.business-advantages-wrapper{display:flex;flex-direction:column-reverse}}.business-advantages_reverse-sections{flex-direction:row-reverse}@media screen and (max-width:767px){.business-advantages_reverse-sections{flex-direction:column-reverse}}.business-advantages-description{align-items:flex-start;display:flex;flex-direction:column;gap:16px;max-width:580px;padding:42px 0}@media screen and (max-width:767px){.business-advantages-description{padding:16px}}.business-advantages_preview_title{font-size:36px;font-weight:500;line-height:39.6px}@media screen and (max-width:767px){.business-advantages_preview_title{font-size:20px;line-height:23px}}.business-advantages_preview_text{font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:767px){.business-advantages_preview_text{font-size:12px;line-height:18px}}.business-advantages_preview-adv_list{display:flex;flex-direction:column;gap:24px;margin-top:32px}.business-advantages_preview-adv_item{margin-bottom:10px;padding-left:60px;position:relative}@media screen and (max-width:767px){.business-advantages_preview-adv_item{font-size:12px;line-height:18px}}.business-advantages_preview-adv_item:before{background-color:#f6f7fb;background-image:url(../icons/mono/star-blue.svg);background-position:50%;background-repeat:no-repeat;background-size:16px 16px;border-radius:50%;content:"";height:4rem;left:0;margin-bottom:12px;position:absolute;top:50%;transform:translateY(-50%);width:4rem}.btb-services{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:767px){.btb-services{display:flex;flex-direction:column}.btb-services_more-btn{display:none}}.btb-services-review-block{align-items:flex-start;background-color:#000;background-repeat:no-repeat;background-size:cover;border-radius:24px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:48px 56px;position:relative}.btb-services-review-block:before{background-color:#000;border-radius:24px;content:"";height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%}@media screen and (max-width:767px){.btb-services-review-block{height:100%;min-height:214px;padding:16px}}.btb-services-review-block_description{left:0;margin:48px 56px;position:absolute;top:0}.btb-services-review-block_description h2{font-size:36px;font-weight:500;line-height:39.6px;padding-bottom:16px}@media screen and (max-width:767px){.btb-services-review-block_description h2{font-size:20px;line-height:23px}}.btb-services-review-block_description p{font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:767px){.btb-services-review-block_description p{font-size:12px;line-height:18px}.btb-services-review-block_description{margin:16px}}.step-item{background-color:#f6f7fb;border-radius:16px;display:flex;flex:1;flex-direction:column;height:100%;justify-content:space-between;min-height:204px;padding:18px 24px}@media screen and (max-width:767px){.step-item{min-height:134px}}.section-title{font-size:36px;font-weight:500;line-height:39.6px;margin-bottom:40px}@media screen and (max-width:767px){.section-title{font-size:20px;line-height:23px;margin-bottom:32px}}.city-modal{max-width:500px;width:100%}.city-modal-wrapper{display:flex;flex-direction:column;padding:34px 40px}@media screen and (max-width:767px){.city-modal-wrapper{padding:16px}}.city-modal-wrapper h2,.city-modal-wrapper-title{font-size:28px;font-weight:400;line-height:30.8px;margin-bottom:24px}@media screen and (max-width:767px){.city-modal-wrapper h2,.city-modal-wrapper-title{font-size:18px;line-height:20.7px;margin-bottom:16px}}.city-list{display:flex;flex-direction:column;gap:16px;grid-auto-flow:column;max-height:264px;width:100%}.mobile-bottom-menu{display:none}@media (max-width:1260px){.mobile-bottom-menu{align-items:center;background-color:#fff;border-top:1px solid #f6f7fb;bottom:0;display:flex;flex-direction:row;justify-content:space-between;left:0;padding:0 16px 5px;position:fixed;width:100%;z-index:9990}}.mobile-item{align-items:center;display:flex;flex-direction:column;justify-content:center}.mobile-item p{color:#99a5b0;font-size:10px;font-weight:400;line-height:12px}.mobile-item svg{fill:#99a5b0;stroke-width:1px}.mobile-item .mobile-icon{transform:translate(40%)}.mobile-item .mobile-icon .mobile-count{font-size:7px;right:-1.1rem;top:.2rem!important}.article-product-wrapper{max-width:108rem}.article-product-item{-moz-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:.2fr .7fr .1fr}.article-product-item__img{position:relative}@media screen and (max-width:767px){.article-product-item{display:none}}.article-product-item__mobile{display:none;grid-template-columns:.4fr .6fr}.article-product-item__mobile__img{position:relative}@media screen and (max-width:767px){.article-product-item__mobile{-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:.4fr .6fr}}.article-product-item__description{display:flex;flex-direction:column}.article-product-item__description h3{font-size:18px;font-weight:500;line-height:20.7px}@media screen and (max-width:767px){.article-product-item__description h3{font-size:18px;font-weight:400;line-height:14.4px}}.col-2{gap:14px}.col-3{justify-content:space-between}@media screen and (max-width:767px){.col-3{display:none}}.col-3__mobile{display:none}@media screen and (max-width:767px){.col-3__mobile{display:initial}}.article-product-item__description_params{display:flex;flex-direction:row;gap:5px}.article-product-item_footer{align-items:center;display:flex;flex-direction:row;gap:16px;margin-top:16px}@media screen and (max-width:767px){.basket-btn{margin:0!important;max-width:86px}}.basket-btn svg{display:none}@media screen and (max-width:767px){.basket-btn svg{display:initial}.basket-btn span{display:none}}.article-product-item__mobile-description{display:flex;flex-direction:column;gap:8px}.align-center{align-items:center!important}.m-0{margin:0!important}.mini-banner_section{background-color:#fafbfd;background-image:url(../images/blue_bg.svg);background-size:contain;border-radius:12px}.mini-banner,.mini-banner_section{background-position:100% 100%;background-repeat:no-repeat}.mini-banner{background-image:url(../images/crown.svg);background-size:70px 70px;display:flex;flex-direction:column;gap:12px;padding:16px}.mini-banner__first-block{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center}.mini-banner__first-block span{font-size:16px;font-weight:500;line-height:19.2px}.mini-banner__more .button-circle{cursor:pointer;height:15px;padding:12px 0 12px 8px;width:47px}.mini-banner__second-block span{color:#99a5b0;font-size:14px;font-weight:400;line-height:16.8px}.mini-banner-discount{background-color:#fafbfd;background-image:url(../images/green_bg.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;border-radius:12px;display:flex;flex-direction:column;gap:5px;padding:16px}.mini-banner-discount-title{align-items:center;display:flex;gap:5px;justify-content:space-between;margin-bottom:10px}.mini-banner-discount span{font-size:16px;font-weight:500;line-height:19.2px}.mini-banner-discount .button-circle{background:linear-gradient(90deg,#14d7f2,#1cd5a8,#22d26d);color:#fff}.product-stickers{display:flex;flex-direction:column;gap:8px;margin-bottom:36px}@media screen and (max-width:767px){.product-stickers{margin-bottom:16px}}.discount-sticker{background-color:#f6f7fb;border-radius:12px;font:var(--font-text-t2);max-width:60rem;padding:16px}.discount-sticker p{font-size:16px;font-weight:500;line-height:19px}.discount-item{margin-bottom:.8rem;padding-left:2rem;position:relative}.discount-item:before{background-color:var(--color-green);border-radius:50%;content:"";height:.8rem;left:5px!important;position:absolute;top:50%;transform:translateY(-50%);width:.8rem}.discount-item-active{background-color:var(--color-green);border-radius:15px;color:#fff;margin-bottom:.8rem;padding-bottom:5px;padding-left:2rem;padding-top:5px;position:relative}.discount-item-active:before{background-color:#fff;border-radius:50%;content:"";height:.8rem;left:5px!important;position:absolute;top:50%;transform:translateY(-50%);width:.8rem}.equipment-item{display:flex;flex-direction:column;gap:12px;max-width:368px;width:100%}.equipment-item h4{font-size:14px;font-weight:500;line-height:16.8px}@media screen and (max-width:767px){.equipment-item h4{font-size:12px;line-height:14.4px}}.equipment-item .border{border:1px solid #eff1f5}.equipment-item_preview-picture img{-o-object-fit:cover;object-fit:cover}.rental-price_list{display:flex;flex-direction:row;justify-content:space-between}.rental-price_list-col{display:flex;flex-direction:column;gap:8px}.rental-price_list-col__day{color:#99a5b0;font-size:14px;font-weight:400;line-height:16.8px}@media screen and (max-width:767px){.rental-price_list-col__day{font-size:12px;line-height:14.4px}}.rental-price_list-col__price{font-size:14px;font-weight:400;line-height:16.8px;text-align:right}@media screen and (max-width:767px){.rental-price_list-col__price{font-size:12px;line-height:14.4px}}.equipment-item_collateral-value{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.equipment-item_collateral-value h2{font-size:20px;font-weight:500;line-height:20px}@media screen and (max-width:767px){.equipment-item_collateral-value h2{font-size:16px;line-height:16px}}.collateral-value_description h3{font-size:14px;font-weight:500;line-height:16.8px}.collateral-value_description span{color:#99a5b0;font-size:14px;font-weight:400;line-height:16.8px}@media screen and (max-width:767px){.rental-terms_section{display:none}}.rental-terms-col{display:flex;flex-direction:column;gap:24px}.rental-terms-col span{font-size:24px;font-weight:500;line-height:27.6px}.rental-terms-col ul li{padding-left:20px;position:relative}.rental-terms-col ul li:before{background-color:var(--color-green);border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:35%;width:.8rem}.rental-terms_wrapper{display:flex;flex-direction:row;gap:100px}.rental-terms_wrapper li{font-size:18px;font-weight:400;line-height:29.7px}.custom-icon-wrapper{background-color:#f1f1f1;border-radius:55px;min-height:35px;padding:8px;position:relative;width:240px}.custom-marker{align-items:center;background-color:#fff;border:10px solid #2b54fd;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;font-weight:700;height:30px;justify-content:center;left:0;position:absolute;top:50%;transform:translateY(-50%);width:30px!important}.marker-info{align-items:flex-start;display:flex;flex-direction:column;gap:2px;margin-left:40px;width:190px}.marker-info span:first-child{font-weight:600;text-align:left}.marker-info span:nth-child(2){color:gray;white-space:nowrap}.documents-table{width:100%}.documents-table_header{-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:120px 100px repeat(2,1fr) 70px;padding-bottom:16px;padding-top:16px;width:100%}.documents-table_body-list li,.documents-table_header{border-bottom:1px solid var(--color-grey-400);margin-bottom:8px}.documents-table_body-list li{padding-bottom:8px;padding-top:8px}.documents-table_body-list li span{color:var(--color-grey-600);font-size:14px}.documents-table_body-list li:last-child{border:none;margin:0;padding:0}.documents-table_body-item{-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:120px 100px repeat(2,1fr) 70px;width:100%}.advantages{margin-top:1.6rem}@media screen and (max-width:991px){.advantages{-ms-overflow-style:none;display:flex;overflow:auto;scrollbar-width:none}.advantages::-webkit-scrollbar *{background:transparent}.advantages::-webkit-scrollbar-track{background-color:transparent}.advantages::-webkit-scrollbar{background-color:transparent;display:none}.advantages::-webkit-scrollbar-thumb{background-color:transparent}}.advantages__item{align-items:flex-start;background-color:var(--color-grey-200);border-radius:2.4rem;display:flex;flex-direction:column;grid-column:span 6;padding:2.4rem 3.2rem}@media screen and (max-width:991px){.advantages__item{border-radius:1.2rem;flex-shrink:0;padding:2rem;width:50%}}@media screen and (max-width:767px){.advantages__item{width:68%}}.advantages__heading{align-items:center;display:flex;font:var(--font-heading-h4-md);margin-bottom:1.2rem}.advantages__heading-icon{stroke:var(--color-base-dark);stroke-width:2px;fill:none;color:transparent;margin-left:.8rem}.advantages__heading-icon._thin{stroke-width:1.5px}@media screen and (max-width:991px){.advantages__heading-icon{height:1.6rem;width:1.6rem}}.advantages__txt{font:var(--font-text-t3);margin-bottom:3.6rem;max-width:25.9rem}@media screen and (max-width:991px){.advantages__txt{margin-bottom:.8rem}}.advantages__small-text{align-items:center;color:var(--color-grey-600);display:flex;font:var(--font-label);margin-top:auto;padding-left:11.6rem;position:relative;text-transform:uppercase}.advantages__small-text:before{background-color:var(--color-grey-600);content:"";height:1px;left:0;opacity:.5;position:absolute;top:1rem;width:4.8rem}@media screen and (max-width:1199px){.advantages__small-text{padding-left:6rem}.advantages__small-text:before{top:.5rem}}@media screen and (max-width:991px){.advantages__small-text{padding-left:0;text-transform:none}.advantages__small-text:before{content:none}}.additional-service__item{align-items:flex-start;background-color:var(--color-grey-200);background-image:url(../images/additional-service/bg1.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;border-radius:2.4rem;display:flex;flex-direction:column;grid-column:span 16;grid-row:1/3;padding:4.8rem 5.6rem;position:relative;z-index:2}@media screen and (max-width:991px){.additional-service__item{border-radius:1.2rem;grid-column:span 24;grid-row:1;padding:3.2rem}}@media screen and (max-width:767px){.additional-service__item{grid-column:span 8;padding:1.6rem}}.additional-service__item-img{bottom:0;height:35rem;-o-object-fit:contain;object-fit:contain;position:absolute;right:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:35rem;z-index:-1}@media screen and (max-width:991px){.additional-service__item-img{height:23rem;width:23rem}}@media screen and (max-width:767px){.additional-service__item-img{height:15.1rem;width:15.1rem}}.additional-service__container{grid-template-rows:22.9rem 22.9rem}@media screen and (max-width:991px){.additional-service__container{grid-template-rows:none}}.additional-service__small-item{align-items:flex-start;background-color:var(--color-grey-200);background-image:url(../images/additional-service/bg3.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;border-radius:2.4rem;display:flex;flex-direction:column;grid-column:span 8;grid-row:2;padding:3.2rem 4rem;position:relative;z-index:2}.additional-service__small-item:hover .button-circle:before{opacity:1}.additional-service__small-item:hover .button-circle__icon{color:var(--color-white);transform:translate(2rem)}.additional-service__small-item .button-circle{margin-top:auto;z-index:-1}@media screen and (max-width:991px){.additional-service__small-item .button-circle{margin-top:3.2rem}}.additional-service__small-item:nth-of-type(2){background-image:url(../images/additional-service/bg2.svg);grid-row:1}@media screen and (max-width:991px){.additional-service__small-item{border-radius:1.2rem;grid-column:span 12;grid-row:none!important;padding:3.2rem}}@media screen and (max-width:767px){.additional-service__small-item{grid-column:span 4;padding:1.6rem}}.additional-service__small-item-img{bottom:0;height:19rem;-o-object-fit:contain;object-fit:contain;position:absolute;right:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:19rem;z-index:-1}@media screen and (max-width:991px){.additional-service__small-item-img{height:9rem;width:9rem}}@media screen and (max-width:767px){.additional-service__small-item-img{height:8.8rem;width:8.8rem}}.additional-service__heading{margin-bottom:2.4rem;max-width:60rem}@media screen and (max-width:767px){.additional-service__heading{margin-bottom:.8rem}}.additional-service__small-item-heading{font:var(--font-heading-h4-md);line-height:115%;max-width:31.4rem}.additional-service__small-item-heading a{display:inline-block}.additional-service__small-item-heading a:before{content:"";position:absolute;top:0;inset:0}.additional-service__btn{display:inline-flex;margin-top:auto}@media screen and (max-width:991px){.additional-service__btn{margin-top:3.2rem}}@media screen and (max-width:767px){.additional-service__btn{border-radius:7rem;height:3.2rem;padding:1.2rem 1.4rem!important;width:6.4rem}.additional-service__btn .button__name{display:none}.additional-service__btn .button__icon{height:1.6rem;width:1.6rem}}.additional-service__text{font:var(--font-text-t3-ln);margin-bottom:2.4rem;max-width:47.6rem}.additional-service__brand-list{display:flex;flex-wrap:wrap;gap:.8rem;max-width:70%}@media screen and (max-width:767px){.additional-service__brand-list{gap:.5rem}}.additional-service__brand-item{flex-shrink:0}.additional-service__brand-link{display:inline-block}.additional-service__brand-link img{height:4.5rem;-o-object-fit:contain;object-fit:contain;width:10rem}@media screen and (max-width:767px){.additional-service__brand-link img{height:3rem;width:6.7rem}}.b2b-services__item{align-items:flex-start;background-color:var(--color-grey-200);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:2.4rem;display:flex;flex-direction:column;grid-column:span 12;min-height:48rem;padding:4rem 5.6rem;position:relative}.b2b-services__item._color-white{color:var(--color-white)}.b2b-services__item:nth-child(2){background-image:url(../images/services-bg.svg)}.b2b-services__heading{font:var(--font-heading-h2-md);margin-bottom:1.6rem}.b2b-services__text{font:var(--font-text-t3-ln);margin-bottom:1.6rem;max-width:60rem}.b2b-services__link{display:inline-flex;margin-top:auto}.b2b-services__list{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem;max-width:36rem}.b2b-services__brand-item{flex-shrink:0}.b2b-services__brand-link{display:inline-block}.b2b-services__brand-link img{height:5rem;-o-object-fit:contain;object-fit:contain;width:11.2rem}.b2b-services__item-img{bottom:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;position:absolute;right:0}.b2bwhom__item{margin-bottom:8rem}@media screen and (max-width:991px){.b2bwhom__item{margin-bottom:4.8rem}}.b2bwhom__item:last-child{margin-bottom:0}.b2bwhom__item:nth-child(2n) .b2bwhom__item-col:first-child{order:2}.b2bwhom__item:nth-child(2n) .b2bwhom__item-col:first-child .b2bwhom__item-inner{margin-left:13rem}@media screen and (max-width:1199px){.b2bwhom__item:nth-child(2n) .b2bwhom__item-col:first-child .b2bwhom__item-inner{margin-left:6rem}}@media screen and (max-width:991px){.b2bwhom__item:nth-child(2n) .b2bwhom__item-col:first-child .b2bwhom__item-inner{margin-left:2rem}}@media screen and (max-width:767px){.b2bwhom__item:nth-child(2n) .b2bwhom__item-col:first-child .b2bwhom__item-inner{margin-left:0}}.b2bwhom__item:nth-child(2n) .b2bwhom__item-col:nth-child(2){order:1}.b2bwhom__item-col{grid-column:span 12}@media screen and (max-width:767px){.b2bwhom__item-col{grid-column:span 8}.b2bwhom__item-col:nth-child(2){display:none}}.b2bwhom h2{font:var(--font-heading-h2-md);margin:0 0 1.6rem}@media screen and (max-width:991px){.b2bwhom h2{margin-top:0}}@media screen and (max-width:767px){.b2bwhom h2{margin-bottom:1.6rem}}.b2bwhom p{max-width:56rem}@media screen and (max-width:991px){.b2bwhom p{max-width:90%}}.b2bwhom ul{margin:3.2rem 0}.b2bwhom ul li{margin-bottom:2.8rem;padding-left:5.6rem;position:relative}.b2bwhom ul li:before{background-image:url(../images/icon-star.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:4rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4rem}.b2bwhom img{border-radius:2.4rem;height:auto;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:991px){.b2bwhom .button{padding:1.4rem 2.4rem}}@media screen and (max-width:767px){.b2bwhom .button{justify-content:center;padding:1.4rem;width:100%}}.b2bwhom__item-mobile-img{display:none}@media screen and (max-width:767px){.b2bwhom__item-mobile-img{display:block;margin-bottom:1.6rem}}.catalog__category-item{grid-column:span 6}@media screen and (max-width:991px){.catalog__category-item{grid-column:span 8}}.catalog__tags{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem;max-width:122.9rem}.catalog__ask-question{bottom:0;position:absolute;right:var(--content-padding)}@media screen and (max-width:1199px){.catalog__ask-question{display:none}}.catalog-leaders__link-wrapper{margin-bottom:3.2rem}@media screen and (max-width:991px){.catalog-leaders__link-wrapper{margin-bottom:2.4rem}}@media screen and (max-width:767px){.catalog-leaders__link-wrapper{margin-bottom:1.6rem}}.catalog-leaders__list{position:relative}.catalog-leaders__list .swiper:not(.product-card__img-slider.swiper){margin:-3rem -5rem -12rem;padding:3rem 5rem 14rem}.catalog-leaders__list .swiper:not(.product-card__img-slider.swiper):before{background-color:var(--color-white);content:"";height:100%;position:absolute;right:0;top:0;width:4rem;z-index:3}.catalog-leaders__list .swiper:not(.product-card__img-slider.swiper):after{background-color:var(--color-white);content:"";height:100%;left:0;position:absolute;top:0;width:4rem;z-index:3}@media screen and (max-width:1199px){.catalog-leaders__list .swiper:not(.product-card__img-slider.swiper){margin:0;padding:0}.catalog-leaders__list .swiper:not(.product-card__img-slider.swiper):after,.catalog-leaders__list .swiper:not(.product-card__img-slider.swiper):before{content:none}}@media screen and (max-width:767px){.catalog-leaders__list{margin-right:calc(var(--content-padding)*-1);width:auto}}.catalog-leaders__nav{align-items:center;display:flex;justify-content:space-between;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 5rem);z-index:4}@media screen and (max-width:1199px){.catalog-leaders__nav{display:none}}@media screen and (max-width:767px){.catalog-leaders .site-more-link{display:none}}.catalog-content{padding-top:32px}@media screen and (max-width:767px){.catalog-content{padding-top:16px}}@media screen and (max-width:1199px){.catalog-content__container{display:block}}.catalog-content__nav{grid-column:span 5}.catalog-content__empty-block{grid-column:span 1}.catalog-content__cards{grid-column:span 18}.catalog-content__cards-list{grid-row-gap:1.6rem;display:grid;grid-template-columns:repeat(16,1fr)}.catalog-leaders__list .swiper-slide{height:auto!important}.promotions-content__container{grid-row-gap:4.8rem}@media screen and (max-width:767px){.promotions-content__container{grid-row-gap:1.6rem}}.promotions-content__item{grid-column:span 6}@media screen and (max-width:1199px){.promotions-content__item{grid-column:span 8}}@media screen and (max-width:767px){.promotions-content__item{grid-column:span 4}}@media screen and (max-width:480px){.promotions-content__item{grid-column:span 8}}.promotions-detail-intro__shiled{height:37.6rem;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:1199px){.promotions-detail__container{display:block}}.promotions-detail__heading{margin-bottom:3.2rem}.promotions-detail__btn-list{align-items:center;display:flex;gap:.8rem;margin-bottom:5.6rem;margin-top:0}.promotions-detail__btn-list .tag__item{margin:0}@media screen and (max-width:767px){.promotions-detail__btn-list{margin-bottom:2rem}}.promotions-detail__nav{grid-column:span 5}.promotions-detail__empty-block{grid-column:span 1}.promotions-detail__cards{grid-column:span 18}.promotions-detail__content-text{margin-top:10rem;max-width:94.4rem}@media screen and (max-width:767px){.promotions-detail__content-text{margin-top:4.8rem}}.promotions-detail__content-text p{font:var(--font-text-t4-ln);margin-bottom:3rem}@media screen and (max-width:767px){.promotions-detail__content-text p{margin-bottom:2rem}}.promotions-detail__content-text p:last-of-type{margin-bottom:0}.promotions-detail__content-text p strong{font-weight:500}.promotions-detail__content-text ul{margin:3rem 0}@media screen and (max-width:767px){.promotions-detail__content-text ul{margin:2rem 0}}.promotions-detail__content-text ul li{font:var(--font-text-t4-ln);margin-bottom:.4rem;padding-left:2rem;position:relative}.promotions-detail__content-text ul li:before{background-color:var(--color-base-dark);border-radius:50%;content:"";height:.4rem;left:.5rem;position:absolute;top:.9rem;width:.4rem}@media screen and (max-width:767px){.promotions-detail__content-text ul li:before{top:.7rem}}.promotions-detail__content-text ul li:last-child{margin-bottom:0}.brands__form{margin-bottom:5.6rem;max-width:80.2rem}@media screen and (max-width:767px){.brands__form{margin-bottom:2.4rem}.brands__list{grid-template-columns:repeat(9,1fr)}}.brands__empty{font-size:20px;font-weight:500}.brands__label-input{display:block;position:relative}.brands__label-icon{fill:none;stroke:var(--color-grey-600);color:var(--color-grey-600);height:2rem;position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:2rem}@media screen and (max-width:767px){.brands__label-icon{height:1.8rem;width:1.8rem}}.brands__item{align-items:center;display:flex;grid-column:span 4;justify-content:center}.brands__item img{-o-object-fit:cover;object-fit:cover;width:14.8rem}@media screen and (max-width:767px){.brands__item img{-o-object-fit:contain;object-fit:contain;width:7rem}.brands__item{grid-column:span 3}}.comparison__btn{margin-bottom:4rem}@media screen and (max-width:991px){.comparison__btn{margin-bottom:1.6rem}}.comparison__btn .icon{fill:none;stroke:var(--color-base-dark)}.comparison__card-item-container{margin-bottom:4.8rem;position:relative}.comparison__list{margin-top:4.8rem;width:100%}.comparison__row{border-top:1px solid var(--color-grey-300);padding-bottom:4rem;padding-top:4rem}@media screen and (max-width:991px){.comparison__row{padding-bottom:2rem;padding-top:2rem}.comparison .custom-checkbox{display:none}}.comparison-table{margin-bottom:2.4rem;width:100%}.comparison-table:last-of-type{margin-bottom:0}.comparison-table__head{display:block;margin-bottom:.4rem}.comparison-table__cell{grid-column:span 5}.comparison-table__cell:last-child{grid-column:span 4}.comparison-table__head-cell{color:var(--color-grey-600)}.comparison-fixed{background-color:var(--color-white);box-shadow:0 2px 32px #0000000f;left:0;opacity:0;padding-bottom:3.5rem;padding-top:3.5rem;position:fixed;top:7.2rem;visibility:hidden;width:100%;z-index:5}@media screen and (max-width:991px){.comparison-fixed{display:none;padding-bottom:2rem;padding-top:2rem}}.comparison-fixed__container{position:relative}.page-basket__row{align-items:center;display:flex}.page-basket__intro .page-intro__heading{margin-bottom:0}.page-basket__intro-img{bottom:-34%;height:28.6rem;pointer-events:none;position:absolute;right:27%;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:34.3rem}.page-basket__link{margin-left:3.2rem;transform:translateY(.7rem)}.page-basket__link .site-more-link__name{color:var(--color-grey-600)}.page-basket__link .icon{fill:none;stroke:var(--color-grey-600)}@media screen and (max-width:1199px){.page-basket__link{display:none}}.page-basket__empty-text{max-width:54.7rem}.page-basket__empty-text a{color:var(--color-acces)}.page-basket__empty-text a:hover{text-decoration:underline}.page-basket-container{margin-top:4.8rem;position:relative}.page-basket-container__block:first-child{grid-column:span 17}.page-basket-container__block:nth-child(2){grid-column:span 7}@media screen and (max-width:991px){.page-basket-container{display:block;margin-top:2.4rem}.page-basket-container__block:first-child{margin-bottom:.8rem}}.basket-info{background-color:var(--color-white);border-radius:1.6rem;margin-bottom:1.6rem;padding:3.4rem 4rem;width:100%}.basket-info:last-of-type{margin-bottom:0}@media screen and (max-width:1199px){.basket-info{padding:2.6rem}}@media screen and (max-width:991px){.basket-info{border-radius:.8rem;margin-bottom:.8rem;padding:1.6rem}}.basket-info__header{border-bottom:1px solid var(--color-grey-300);padding-bottom:3.3rem;width:100%}@media screen and (max-width:991px){.basket-info__header{border-bottom:none;padding-bottom:0}}.basket-info__header_flex{align-items:center;display:flex}@media screen and (max-width:991px){.basket-info__header_flex{justify-content:space-between}}.basket-info__heading{font:var(--font-text-t3-md)}.basket-info__btn{color:var(--color-grey-600);margin-left:4.2rem}.basket-info__item{border-bottom:1px solid var(--color-grey-300)}.basket-info__item:last-child{border-bottom:none}@media screen and (max-width:991px){.basket-info__item{border-bottom:none;margin-bottom:2.4rem}.basket-info__item:last-child{margin-bottom:0}}.basket-info__btn-total{display:flex;justify-content:center;margin-bottom:1.2rem;width:100%}.basket-info__checkout-btn{justify-content:center;margin-top:1.6rem;width:100%}.basket-info__checkout-text{font:var(--font-text-t4);margin:0 auto;max-width:23.8rem;text-align:center}@media screen and (max-width:991px){.basket-info__list{margin-top:2.4rem}}.basket-info._small{padding:2.4rem 3.2rem}.basket-info._small .basket-info__header{margin-bottom:2.4rem;padding-bottom:1.6rem}@media screen and (max-width:991px){.basket-info._small .basket-info__header{margin-bottom:1.6rem}}@media screen and (max-width:1199px){.basket-info._small{padding:2.6rem}}@media screen and (max-width:991px){.basket-info._small{margin-bottom:.8rem;padding:1.6rem}}.basket-total__item{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.2rem}.basket-total__item:last-child{margin-bottom:0}.basket-total__item._bonus{color:var(--color-white);margin-bottom:1.6rem;margin-top:1.6rem;padding-left:1.2rem;padding-right:1.2rem;position:relative;z-index:1}.basket-total__item._bonus:before{background:var(--gradient-bonus);border-radius:.6rem;bottom:-.8rem;content:"";left:0;position:absolute;right:0;top:-.8rem;z-index:-1}.basket-total__item._bonus .basket-total__label{align-items:center;display:flex}.basket-total__icon-btn{display:block;height:1.6rem;margin-left:1rem;width:1.6rem}.basket-total__label{display:block;font:var(--font-text-t4)}.basket-total__label._red{color:var(--color-warning)}.basket-total__label._big{font:var(--font-heading-h3-md)}.basket-total__label._weight{position:relative}.basket-total__label._weight:after{color:var(--color-grey-600);content:attr(data-weight);display:inline-block;font:var(--font-text-t4);margin-left:.5rem}.basket-total__label._bonus{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(281.19deg,#14b2f2 -16.7%,#d222cb 120.21%);-webkit-background-clip:text;background-clip:text;font-weight:500}.basket-total__btns{margin-top:2.4rem}.basket-warning-card{background-color:var(--color-white);background-image:url(../images/cart-bg-basket.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;border-radius:1.6rem;padding:2.4rem 3.2rem}.basket-warning-card__heading{align-items:center;display:flex;font:var(--font-text-t1-md);margin-bottom:1.2rem}.basket-warning-card__heading .bonus{margin-left:1.2rem}.basket-warning-card__heading .bonus__num{font:var(--font-text-t1-md)}.basket-warning-card__heading .bonus__wrapper{height:1.6rem;margin-right:.4rem;width:1.6rem}.basket-warning-card__txt{color:var(--color-grey-600);font:var(--font-text-t4);max-width:26.9rem}.basket-warning-card__link{margin-top:4.3rem}@media screen and (max-width:991px){.basket-warning-card{border-radius:.8rem;padding:1.6rem}}.promocode-form{margin-top:1.6rem}.promocode-form__label{display:block;height:4.4rem;position:relative}.promocode-form__label .input{height:100%}.promocode-form__input-reset{color:var(--color-grey-600);height:1.8rem;position:absolute;right:1.6rem;top:50%;transform:translateY(-50%);width:1.8rem}.promocode-form__input{padding:1.5rem 3rem 1.5rem 4rem}.promocode-form__success{fill:none;stroke:var(--color-acces);stroke-width:2px;color:transparent;height:1.8rem;left:1.6rem;position:absolute;top:50%;transform:translateY(-50%);width:1.8rem}.delivery-payment{margin-bottom:5.6rem}@media screen and (max-width:767px){.delivery-payment{margin-bottom:3rem}}.stores__small-legend{font:var(--font-heading-h3-md);margin-bottom:3.2rem}@media screen and (max-width:767px){.stores__small-legend{display:none}}.stores__heading{margin-bottom:4rem}.stores__map{background-color:var(--color-grey-200);border-radius:.8rem;height:60rem;margin-bottom:7.2rem;width:100%}@media screen and (max-width:991px){.stores__map{height:20rem}}.stores .tag__list{margin-bottom:3.2rem}.stores__table{width:100%}.stores__table-head{margin-bottom:3.2rem}.stores__table-head .stores__table-cell{color:var(--color-grey-600);font:var(--font-text-t4)}@media screen and (max-width:767px){.stores__table-head{display:none}}.stores__table-cell{font:var(--font-text-t3);grid-column:span 8}@media screen and (max-width:767px){.stores__table-cell{margin-bottom:.8rem}.stores__table-cell:last-child{margin-bottom:0}}.stores__table-body .stores__table-cell:first-child{font:var(--font-heading-h4-md)}@media screen and (max-width:767px){.stores__table-body .stores__table-cell:first-child{font-weight:500}}.stores__table-item{align-items:center;border-bottom:1px solid var(--color-grey-300);margin-bottom:3.2rem;padding-bottom:3.2rem}.stores__table-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media screen and (max-width:767px){.stores__table-item{display:block;margin-bottom:3.2rem;padding-bottom:1.5rem}}.stores-detail__col{grid-column:span 12}@media screen and (max-width:767px){.stores-detail__col:first-child{margin-bottom:4.8rem}}.stores-detail__map{background-color:var(--color-grey-200);border-radius:2.4rem;height:55rem;width:100%}@media screen and (max-width:991px){.stores-detail__map{height:25rem}}@media screen and (max-width:767px){.stores-detail__map{border-radius:1.2rem;height:28rem}}.stores-detail__small-legend{color:var(--color-grey-600);display:block;margin-bottom:.8rem}.stores-detail__legend{margin-bottom:2.4rem}.stores-detail__legend a:hover{color:var(--color-green)}.stores-detail__heading{font:var(--font-heading-h2-md);margin-bottom:2.4rem;margin-top:7.2rem}@media screen and (max-width:991px){.stores-detail__heading{margin-bottom:1rem;margin-top:4rem}}.stores-detail__txt{font:var(--font-text-t2);max-width:62.4rem}.stores-detail__slider-img{aspect-ratio:496/372;border-radius:2.4rem;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:767px){.page-error{padding-bottom:16.3rem;position:relative}.page-error .site-container{position:static}}.page-error__bg-img{bottom:-10rem;height:auto;-o-object-fit:contain;object-fit:contain;pointer-events:none;position:absolute;right:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:94.2rem}@media screen and (max-width:1199px){.page-error__bg-img{bottom:-8rem;width:54.2rem}}@media screen and (max-width:991px){.page-error__bg-img{width:34.2rem}}@media screen and (max-width:767px){.page-error__bg-img{bottom:0;width:36.4rem}}.page-error .set-order-intro{right:10%;width:40rem}@media screen and (max-width:1199px){.page-error .set-order-intro{width:40rem}}@media screen and (max-width:991px){.page-error .set-order-intro{width:30rem}}@media screen and (max-width:767px){.page-error .set-order-intro{width:20rem}}.page-error .page-count:before{content:none}.page-error__btn{display:inline-block;margin-top:3.2rem}@media screen and (max-width:767px){.page-error__btn{margin-top:2.4rem}}.error-btn{background:linear-gradient(90deg,#f2141b,#ee0627,#d00707);color:#fff!important}.press-center .tag__list{margin-bottom:5.6rem}@media screen and (max-width:991px){.press-center .tag__list{margin-bottom:3.2rem}}.press-center__nav{align-items:center;border-bottom:1px solid var(--color-grey-300);display:flex;justify-content:space-between;margin-bottom:3.2rem;padding-bottom:4rem}@media screen and (max-width:767px){.press-center__nav{align-items:flex-start;flex-direction:column;margin-bottom:2.4rem;padding-bottom:1.2rem}}.press-center__tabs-nav{align-items:center;display:flex;gap:3.2rem}@media screen and (max-width:767px){.press-center__tabs-nav{gap:1.8rem;margin-bottom:2.4rem}}.press-center__nav-btn{color:var(--color-grey-600);font:var(--font-heading-h3-md)}.press-center__nav-btn.is-active{color:var(--color-base-dark)}.press-center__article-content{grid-row-gap:3.2rem}@media screen and (max-width:767px){.press-center__article-content{grid-row-gap:2.4rem}}.press-center__article-item{grid-column:span 12}.press-center__article-item .news-card{border-bottom:1px solid var(--color-grey-300);flex-shrink:0;max-width:91.5%;padding-bottom:3.2rem}.press-center__article-item:nth-child(2n) .news-card{margin-left:auto}@media screen and (max-width:991px){.press-center__article-item{grid-column:span 24}.press-center__article-item .news-card{max-width:100%}.press-center__article-item:nth-child(2n) .news-card{margin-left:0}}@media screen and (max-width:767px){.press-center__article-item{grid-column:span 8}.press-center__article-item .news-card{padding-bottom:2.8rem}}.press-center__vids-item{grid-column:span 8}.press-center__vids-item .sticker{background-color:transparent;padding:0}.press-center__btn{justify-content:center;margin-top:6.2rem;width:100%}@media screen and (max-width:767px){.press-center__btn{margin-top:1.8rem}}.press-center .site-pagination{margin-top:3.2rem}@media screen and (max-width:767px){.press-center .site-pagination{margin-top:2.4rem}}.contacts .tag__list{margin-bottom:5.6rem}@media screen and (max-width:991px){.contacts .tag__list{margin-bottom:3.2rem}}.contacts__col{grid-column:span 12}@media screen and (max-width:767px){.contacts__col{grid-column:span 8}}.contacts__map{background-color:var(--color-grey-300);border-radius:2.4rem;height:66rem;width:100%}@media screen and (max-width:991px){.contacts__map{aspect-ratio:2;height:auto}}@media screen and (max-width:767px){.contacts__map{aspect-ratio:1.5;border-radius:1.6rem;margin-top:3.2rem}}.contacts__heading{font:var(--font-heading-h2-md);margin-bottom:3.2rem}@media screen and (max-width:991px){.contacts__heading{margin-bottom:1.8rem}}.contacts__small-legend{color:var(--color-grey-600);display:block;font:var(--font-text-t3);margin-bottom:.8rem}.contacts__tel{display:inline-block;font:var(--font-heading-h4-md);margin-bottom:2.4rem}.contacts__tel:hover{color:var(--color-green)}@media screen and (max-width:991px){.contacts__tel{margin-bottom:1.8rem}}.contacts__link{display:inline-block;margin-top:3.2rem}@media screen and (max-width:991px){.contacts__link{margin-top:1.8rem}}.contacts__legend{font:var(--font-heading-h4-md);margin-bottom:3.2rem;margin-top:3.2rem}@media screen and (max-width:991px){.contacts__legend{margin-bottom:2.4rem;margin-top:3.2rem}}.contacts p{max-width:56rem}.contacts__req{max-width:42.3rem}.contacts__req-item-wrapper{-moz-column-gap:6.4rem;column-gap:6.4rem;display:flex;flex-wrap:wrap;margin-bottom:2.4rem;row-gap:2.4rem}@media screen and (max-width:767px){.contacts__req-item-wrapper{flex-direction:column;gap:0;margin-bottom:2.4rem}}.contacts__req-item{cursor:pointer;margin-bottom:2.4rem}.contacts__req-item p{display:inline-block;padding-right:2rem;position:relative}.contacts__req-item p:before{background-image:url(../icons/mono/copy.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:.2rem;content:"";height:1.8rem;opacity:0;position:absolute;right:0;transition:opacity .2s;width:1.8rem}.contacts__req-item:last-child{margin-bottom:0}.contacts__req-item:hover p:before{opacity:1}.news-detail__intro-img{border-radius:2.4rem;height:60rem;margin-bottom:8rem;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:991px){.news-detail__intro-img{height:auto;margin-bottom:1.6rem}}.news-detail__container{display:grid;gap:var(--grid-offset);grid-template-columns:repeat(24,1fr);margin-top:4rem;position:relative}@media screen and (max-width:991px){.news-detail__container{display:block;margin-top:2.4rem}}.news-detail__block:first-child{grid-column:span 20}@media screen and (max-width:991px){.news-detail__block:first-child{margin-bottom:4.8rem}}.news-detail__block:nth-child(2){grid-column:span 4}.news-detail__sticky-block{left:0;position:sticky;top:2rem}.news-detail__date,.news-detail__tag{display:inline-block}.news-detail__date{margin-left:3.2rem}@media screen and (max-width:991px){.news-detail__date{margin-left:1.2rem}}.news-detail__content{max-width:100.8rem}.news-detail__content h2{font:var(--font-heading-h2-md);margin-bottom:3.2rem;margin-top:8rem}@media screen and (max-width:991px){.news-detail__content h2{margin:4.8rem 0 2.4rem}}.news-detail__content h3{font:var(--font-heading-h4-md);margin-bottom:1.6rem;margin-top:6.4rem}@media screen and (max-width:991px){.news-detail__content h3{margin:3.2rem 0 1.6rem}}.news-detail__content ul{margin:1.6rem 0 3.2rem}@media screen and (max-width:767px){.news-detail__content ul{margin:1.6rem 0}}.news-detail__content ul li{font:var(--font-text-t2);margin-bottom:.8rem;padding-left:2rem;position:relative}@media screen and (max-width:767px){.news-detail__content ul li{padding-left:1.6rem}}.news-detail__content ul li:last-child{margin-bottom:0}.news-detail__content ul li:before{background-color:var(--color-green);border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.6rem;width:.8rem}@media screen and (max-width:767px){.news-detail__content ul li:before{top:.4rem}}.news-detail__content ol{margin:1.6rem 0 3.2rem}@media screen and (max-width:767px){.news-detail__content ol{margin:1.6rem 0}}.news-detail__content ol li{font:var(--font-text-t2);margin-bottom:.8rem;padding-left:3.2rem;position:relative}@media screen and (max-width:767px){.news-detail__content ol li{padding-left:3rem}}.news-detail__content ol li:before{color:var(--color-green);left:0;position:absolute;top:0}.news-detail__content p{font:var(--font-text-t2);line-height:165%;margin-bottom:2rem}.news-detail__content p:last-of-type{margin-bottom:0}@media screen and (max-width:991px){.news-detail__content p{margin-bottom:1.4rem}}.news-detail__content a{color:var(--color-green);text-decoration:underline}.news-detail__content a:hover{text-decoration:none}.news-detail__content img{height:400px;-o-object-fit:contain;object-fit:contain;width:100%}.news-detail__content figure{margin:4.8rem 0 5rem}.news-detail__content figure img{margin:0}.news-detail__content figure figcaption{color:var(--color-grey-600);display:block;font:var(--font-text-t2);margin-top:2.4rem;text-align:center}@media screen and (max-width:991px){.news-detail__content figure{margin:1.6rem 0 3.2rem}}.news-detail__legend{font:var(--font-heading-h4-md);margin-bottom:3.2rem}@media screen and (max-width:991px){.news-detail__legend{display:none}}.news-detail__intro-heading{font:var(--font-heading-h1);font-weight:500;margin-bottom:4rem}@media screen and (max-width:991px){.news-detail__intro-heading{margin-bottom:1.6rem}}.news-detail__intro-text{font:var(--font-heading-h3-md);font-weight:400;line-height:150%}@media screen and (max-width:991px){.news-detail__intro-text{margin-bottom:2rem}}.news-detail .quote{background-color:var(--color-grey-200);background-image:url(../images/qoute-bg.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;border-radius:2.4rem;margin:6.4rem 0;padding:3.4rem 4rem}.news-detail .quote blockquote{font:var(--font-heading-h3-md);font-weight:400;line-height:150%}.news-detail .quote__author{align-items:center;display:flex;margin-top:3.4rem}.news-detail .quote__icon-wrapper{align-items:center;background-color:var(--color-white);border-radius:50%;display:flex;height:7rem;justify-content:center;margin-right:2.4rem;width:7rem}.news-detail .quote__author-icon{color:var(--color-green);height:2.1rem;width:2.7rem}.news-detail .quote__author-text{display:block;font:var(--font-text-t2-md)}@media screen and (max-width:991px){.news-detail .quote{border-radius:1.6rem;margin:2.4rem 0 3.2rem;padding:1.6rem}.news-detail .quote__author{margin-top:2.4rem}.news-detail .quote__icon-wrapper{height:4rem;margin-right:.8rem;width:4rem}.news-detail .quote__author-icon{height:1.2rem;width:1.5rem}}.news-detail__card{border-bottom:1px solid var(--color-grey-300);margin-bottom:1.6rem;padding-bottom:1.6rem}.news-detail__card:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.news-detail__card .product-card{padding:1.8rem}.news-detail__card .product-card:before{content:none}.news-detail__ads{display:block;margin-bottom:10rem;width:100%}.news-detail__ads img{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:991px){.news-detail__ads img{width:auto}.news-detail__ads{margin:0}}.news-detail__small-news-item{border-bottom:1px solid var(--color-grey-300);margin-bottom:2.4rem;padding-bottom:2.4rem}.news-detail__small-news-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media screen and (max-width:991px){.news-detail__small-news-list{display:none}}.news-detail-title{font-size:clamp(20px,.0180072029 * 100vw + 6.1884753902px,35px);font-weight:500;margin-top:clamp(40px,.0240096038 * 100vw + 21.5846338535px,60px)}.news-more{background-color:var(--color-grey-200);padding-bottom:10rem;padding-top:10rem}.news-more__heading{margin-bottom:4.5rem}.news-more__nav{align-items:center;border-bottom:1px solid var(--color-grey-400);display:flex;gap:3.2rem;margin-bottom:3.2rem;padding-bottom:4rem}@media screen and (max-width:991px){.news-more__nav{gap:1.8rem;margin-bottom:2.4rem;padding-bottom:2.4rem}}.news-more__nav-btn{color:var(--color-grey-600);font:var(--font-heading-h2-md)}.news-more__nav-btn.is-active{color:var(--color-base-dark)}.news-more__mobile-btn{display:none}@media screen and (max-width:991px){.news-more__mobile-btn{display:inline-flex;justify-content:center;margin-top:2.4rem;padding:1.4rem;width:100%}.news-more{padding-bottom:4rem;padding-top:4rem}.news-more-section .press-center__article-item:nth-child(3n){display:none}.news-more-section .press-center__article-item:last-child .news-card{border:none;padding-bottom:0}}.about .leader__vid{left:68%}@media screen and (max-width:991px){.about .leader__vid{left:0}}@media screen and (max-width:767px){.about .leader__vid{margin-bottom:1.6rem;margin-top:2.4rem}}.about-content__intro-text{font:var(--font-heading-h3-md);font-weight:400;margin-bottom:3.2rem;max-width:100.8rem}.about-content__container{max-width:100.8rem}.about-content__container h2{font:var(--font-heading-h2-md);margin:10rem 0 3.2rem}@media screen and (max-width:991px){.about-content__container h2{margin:4.8rem 0 1.6rem}}.about-content__container h4{font:var(--font-heading-h4-md);margin:3.2rem 0 2.4rem}@media screen and (max-width:991px){.about-content__container h4{margin:1.6rem 0}}.about-content__container ul{margin:2.4rem 0 3.2rem}@media screen and (max-width:991px){.about-content__container ul{margin:1.6rem 0}}.about-content__container ul li{font:var(--font-text-t2);margin-bottom:.8rem;padding-left:2rem;position:relative}.about-content__container ul li:last-child{margin-bottom:0}.about-content__container ul li:before{background:var(--gardient-primary);border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:.6rem;width:.8rem}.about-content__container ol{margin:1.6rem 0 3.2rem}@media screen and (max-width:991px){.about-content__container ol{margin:1.6rem 0}}.about-content__container ol li{font:var(--font-text-t2);margin-bottom:.8rem;padding-left:3.7rem;position:relative}.about-content__container ol li:last-child{margin-bottom:0}.about-content__container ol li:before{color:var(--color-green);left:0;position:absolute;top:0}.about-content__container img{margin-bottom:3rem}.about-content__container p{font:var(--font-text-t2);margin-bottom:1.5rem}.about-content__container p:last-of-type{margin-bottom:0}.about-content__container a,.about-content__container a:hover{color:var(--color-green)}.about-content__container figure{margin:4.8rem 0 5rem}.about-content__container figure img{border-radius:2.4rem;margin:0}.about-content__container figure figcaption{color:var(--color-grey-600);display:block;font:var(--font-text-t2);margin-top:2.4rem;text-align:center}@media screen and (max-width:991px){.about-content__container figure{margin:1.6rem 0 3.2rem}}.partners{display:grid;gap:1.6rem;grid-template-columns:repeat(8,1fr);margin-top:2.4rem;max-width:100.8rem}.partners__item{align-items:center;display:flex;grid-column:span 2;height:13rem;justify-content:center}@media screen and (max-width:991px){.partners__item{height:3rem}}.partners__item img{height:auto;margin:0;-o-object-fit:contain;object-fit:contain;width:14.8rem}@media screen and (max-width:991px){.partners__item img{height:2.8rem;width:6rem}}.certificates h2{font:var(--font-heading-h2-md);margin:10rem 0 3.2rem}@media screen and (max-width:991px){.certificates h2{margin:4.8rem 0 1.6rem}}.certificates__list{display:grid;gap:1.6rem;grid-template-columns:repeat(6,1fr)}@media screen and (max-width:991px){.certificates__list{display:flex;overflow:auto}}.certificates__item{flex-shrink:0;height:auto!important}.certificates__item img{height:100%}@media screen and (max-width:767px){.certificates__item img{width:9.6rem}}.about-content-map{align-items:center;display:grid;gap:var(--grid-offset);grid-template-columns:repeat(24,1fr);margin:10rem 0}@media screen and (max-width:991px){.about-content-map{display:block;margin:0}}.about-content-map__col:first-child{grid-column:span 18}.about-content-map__col:nth-child(2){grid-column:span 6}.about-content-map h2{font:var(--font-heading-h2-md);margin-bottom:1.8rem}@media screen and (max-width:991px){.about-content-map h2{margin:4.8rem 0 1.6rem}}.about-content-map img{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:991px){.about-content-map img{display:none}}.about-content-map__list{display:flex;flex-direction:column;justify-self:center;margin-top:80px}.about-content-map__item{margin-bottom:4rem}@media screen and (max-width:991px){.about-content-map__item{margin-bottom:2rem}}.about-content-map__item-legend{font:var(--font-heading-h4-md);margin-bottom:.6rem}.about-content-map__item-text{color:var(--color-grey-600);font:var(--font-text-t3)}.orthopedic-insoles-intro .tag__list{margin-bottom:5.6rem}@media screen and (max-width:991px){.orthopedic-insoles-intro .tag__list{margin-bottom:3.2rem}}.orthopedic-insoles-intro__shield{align-items:flex-start;background-color:var(--color-grey-200);background-image:url(../images/green_bg.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;border-radius:2.4rem;display:flex;flex-direction:column;min-height:52rem;overflow:hidden;padding:5.2rem 6.4rem;position:relative}@media screen and (max-width:1199px){.orthopedic-insoles-intro__shield{min-height:42rem}}@media screen and (max-width:991px){.orthopedic-insoles-intro__shield{padding:2.4rem}}@media screen and (max-width:767px){.orthopedic-insoles-intro__shield{border-radius:1.2rem;min-height:0;padding:1.6rem 1.6rem 27.8rem}}.orthopedic-insoles-intro__shield-img{bottom:0;height:auto;max-width:52rem;-o-object-fit:contain;object-fit:contain;position:absolute;right:15rem}@media screen and (max-width:1199px){.orthopedic-insoles-intro__shield-img{height:30rem;width:27.1rem}}@media screen and (max-width:991px){.orthopedic-insoles-intro__shield-img{right:-2rem}}.orthopedic-insoles-intro__shield-headind{font:var(--font-heading-h2-md);margin-bottom:2.4rem;max-width:67.3rem}.orthopedic-insoles-intro__shield-text{font:var(--font-text-t2);max-width:60rem}.orthopedic-insoles-intro .button{margin-top:auto}@media screen and (max-width:767px){.orthopedic-insoles-intro .button{bottom:2rem;justify-content:center;left:1.6rem;padding:1.4rem;position:absolute;width:calc(100% - 3.2rem)}}.orthopedic-insoles-advantages .advantages__item{grid-column:span 8}.orthopedic-insoles-advantages .advantages__txt{max-width:35.9rem}.orthopedic-insoles-info__col{grid-column:span 12}.orthopedic-insoles-info__col:first-child{align-items:flex-start;display:flex;flex-direction:column}@media screen and (max-width:991px){.orthopedic-insoles-info__col:first-child{margin-bottom:2.4rem}}.orthopedic-insoles-info__col img{border-radius:2.4rem}.orthopedic-insoles-info__heading{margin-bottom:3.2rem;margin-top:9rem}@media screen and (max-width:1199px){.orthopedic-insoles-info__heading{margin-top:2rem}}@media screen and (max-width:991px){.orthopedic-insoles-info__heading{margin-bottom:1.6rem;margin-top:0}}.orthopedic-insoles-info__txt{font:var(--font-text-t2);margin-bottom:3.2rem;max-width:62.4rem}@media screen and (max-width:991px){.orthopedic-insoles-info__txt{margin-bottom:2.4rem}}.adver-intro{align-items:center;border:1px solid var(--color-grey-400);border-radius:.8rem;display:inline-flex;padding:1.8rem 4.4rem 1.8rem 3.2rem}.adver-intro img{height:3.8rem;margin-right:3.2rem;-o-object-fit:contain;object-fit:contain;width:auto}.adver-intro__text{font:var(--font-text-t3);max-width:34rem}@media screen and (max-width:1199px){.adver-intro__text{max-width:25rem}.adver-intro{padding:1rem}.adver-intro img{height:2.6rem;margin-right:1.6rem}}@media screen and (max-width:991px){.complex-equipment-intro__container{display:block}}.complex-equipment-intro__block:first-child{grid-column:span 13}.complex-equipment-intro__block:nth-child(2){grid-column:span 11}@media screen and (max-width:991px){.complex-equipment-intro__block:nth-child(2){margin-top:3.2rem}}.complex-equipment-intro__heading{margin-bottom:3.2rem;max-width:80rem}@media screen and (max-width:991px){.complex-equipment-intro__heading{margin-bottom:1.6rem}}.complex-equipment-intro__text{font:var(--font-text-t2);line-height:165%;margin-bottom:4.8rem;max-width:60rem}@media screen and (max-width:991px){.complex-equipment-intro__text{margin-bottom:1.6rem}.complex-equipment-intro__btn{justify-content:center;width:100%}}.complex-equipment-intro__img{border-radius:2.4rem;height:auto;width:100%}.complex-equipment-intro__container{align-items:center}@media screen and (max-width:1199px){.complex-equipment-intro__container{align-items:stretch}}.complex-equipment__text{font:var(--font-text-t2);line-height:165%;margin:3.2rem 0 4rem;max-width:62.4rem}.choose-cabinet{background-color:var(--color-grey-200);background-image:url(../images/purple_bg_top.svg);background-position:100% 0;background-repeat:no-repeat;background-size:contain;padding:10rem 0}@media screen and (max-width:1199px){.choose-cabinet{background-image:none;padding:4.8rem 0}}.choose-cabinet__heading{margin-bottom:4.8rem}@media screen and (max-width:991px){.choose-cabinet__heading{margin-bottom:1.6rem}}.choose-cabinet__list{display:grid;gap:.5rem;grid-template-columns:repeat(20,1fr)}@media screen and (max-width:991px){.choose-cabinet__list{display:block;max-height:44rem;overflow:auto}.choose-cabinet__list::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.choose-cabinet__list::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.choose-cabinet__list::-webkit-scrollbar-button{display:none}.choose-cabinet__list::-webkit-scrollbar-track{background-color:var(--color-grey-300)}}.choose-cabinet__item{grid-column:span 4}@media screen and (max-width:991px){.choose-cabinet__item{margin-bottom:.6rem}}.cabinet-card{background-color:var(--color-white);border-radius:1.2rem;min-height:30rem;padding:2rem;position:relative;z-index:1}@media screen and (max-width:767px){.cabinet-card{min-height:0;padding:1.6rem}}.cabinet-card__img{border-radius:1.2rem;height:100%;left:0;-o-object-fit:cover;object-fit:cover;opacity:0;position:absolute;top:0;transition:opacity .2s,visibility .2s;visibility:hidden;width:100%;z-index:-1}@media screen and (max-width:991px){.cabinet-card__img{display:none}}.cabinet-card__legend{align-items:center;background-color:var(--color-grey-300);border-radius:50%;display:flex;font:var(--font-text-t1);font-weight:500;height:4.2rem;justify-content:center;line-height:1;transition:opacity .2s;width:4.2rem}.cabinet-card__legend span{transform:translateY(-.1rem)}@media screen and (max-width:767px){.cabinet-card__legend{height:3.2rem;width:3.2rem}}.cabinet-card__item{margin-bottom:1.2rem}.cabinet-card__item:last-child{margin-bottom:0}.cabinet-card__list{margin-top:2rem}.cabinet-card__name{font:var(--font-text-t2);font-weight:500;transition:opacity .2s,color .2s}.cabinet-card__name:hover{opacity:1!important}@media screen and (min-width:1199px){.cabinet-card:hover img{opacity:1;visibility:visible}.cabinet-card:hover .cabinet-card__legend{opacity:.5}.cabinet-card:hover .cabinet-card__name{color:var(--color-white);opacity:.5}}.cabinet-configurator{background-color:var(--color-grey-200);padding-bottom:12rem}@media screen and (max-width:767px){.cabinet-configurator{padding-bottom:4.8rem}}.cabinet-configurator__heading{margin-bottom:3.2rem}@media screen and (max-width:991px){.cabinet-configurator__heading{margin-bottom:1.6rem}}.cabinet-configurator__txt{color:var(--color-grey-600);margin-bottom:3.2rem;max-width:45.4rem}@media screen and (max-width:991px){.cabinet-configurator__txt{margin-bottom:1.6rem}}.cabinet-configurator__btn{display:inline-flex;padding:1rem 1.6rem}.cabinet-configurator__btn .icon{fill:none;stroke:var(--color-base-dark);stroke-width:2px}@media screen and (max-width:991px){.cabinet-configurator__btn{background-color:transparent!important;padding-left:0;padding-right:0}}.configurator-settings{background-color:var(--color-white);border-radius:1.6rem;margin-top:4.8rem;padding:3.4rem 4rem}.configurator-settings__heading-wrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:3.2rem}@media screen and (max-width:991px){.configurator-settings__heading-wrapper{margin-bottom:1.6rem}}.configurator-settings__legend{font:var(--font-heading-h3-md)}.configurator-settings__link{align-items:center;color:var(--color-grey-600);display:flex;font:var(--font-btn-1);transition:color var(--transition)}.configurator-settings__link .icon{fill:none;stroke:currentColor;margin-right:.5rem}.configurator-settings__link:hover{color:var(--color-green)}@media screen and (max-width:991px){.configurator-settings__link{display:none;font:var(--font-btn-2)}.configurator-settings__link .icon{height:2.4rem;width:2.4rem}}.configurator-settings__txt{color:var(--color-grey-600);font:var(--font-text-t3);margin-bottom:3.2rem;max-width:84rem}@media screen and (max-width:991px){.configurator-settings__txt{margin-bottom:2rem}}.configurator-settings__nav{align-items:center;display:flex;gap:1.2rem;margin-bottom:4rem}@media screen and (max-width:1199px){.configurator-settings__nav{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.configurator-settings__nav::-webkit-scrollbar *{background:transparent}.configurator-settings__nav::-webkit-scrollbar-track{background-color:transparent}.configurator-settings__nav::-webkit-scrollbar{background-color:transparent;display:none}.configurator-settings__nav::-webkit-scrollbar-thumb{background-color:transparent}}@media screen and (max-width:991px){.configurator-settings__nav{margin-bottom:3.2rem;margin-right:-2rem;padding-right:2rem}}.configurator-settings__item{flex-shrink:0}.configurator-settings__footer{align-items:center;display:flex;margin-top:3.2rem}.configurator-settings__footer .configurator-settings__link{display:none}@media screen and (max-width:991px){.configurator-settings__footer--custom-cabinet .configurator-settings__all .configurator-settings__link{margin-top:0}.configurator-settings__footer{flex-wrap:wrap}.configurator-settings__footer .configurator-settings__link{display:inline-flex;margin-top:2.4rem;order:3}}.configurator-settings__total{margin-left:auto;width:21.8rem}@media screen and (max-width:991px){.configurator-settings__total{margin-left:0;order:2;text-align:right;width:50%}}.configurator-settings__all{width:17.6rem}.configurator-settings__all .configurator-settings__link{display:inline-flex}@media screen and (max-width:991px){.configurator-settings__all{order:1;width:50%}}.configurator-settings__btn:first-of-type{margin-right:1.1rem}@media screen and (max-width:991px){.configurator-settings__btn{justify-content:center;order:5;padding:1.4rem;width:100%}.configurator-settings__btn:first-of-type{margin-bottom:1.6rem;margin-right:0;margin-top:2.4rem;order:4}}@media screen and (max-width:767px){.configurator-settings__btn:first-of-type{margin-bottom:.8rem}}.configurator-settings__reset{color:var(--color-grey-600);font:var(--font-btn-1);padding-left:3rem;position:relative}.configurator-settings__reset:before{background-image:url(../assets/icons/mono/trash.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:2.6rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2.6rem}@media screen and (max-width:991px){.configurator-settings{border-radius:1.2rem;margin-top:2.4rem;padding:1.6rem}}.cabinet-configurator-btn{align-items:center;background-color:var(--color-white);border:1px solid var(--color-grey-400);border-radius:.8rem;display:flex;min-width:27.2rem;padding:2.2rem 2.4rem}@media screen and (max-width:991px){.cabinet-configurator-btn{min-width:0;padding:1.2rem}}.cabinet-configurator-btn:before{border:2px solid var(--color-green);border-radius:.8rem;content:"";left:0;position:absolute;top:0;inset:0;opacity:0;z-index:1}.cabinet-configurator-btn.is-active{border-color:transparent}.cabinet-configurator-btn.is-active:before{opacity:1}.cabinet-configurator-btn.is-active .icon{fill:var(--color-green)}.cabinet-configurator-btn__icon{fill:var(--color-base-dark);height:2.8rem;margin-right:1rem;width:2.8rem}@media screen and (max-width:991px){.cabinet-configurator-btn__icon{height:2rem;margin-right:.4rem;width:2rem}}.cabinet-configurator-btn__text{font:var(--font-text-t2-md)}@media screen and (max-width:991px){.configurator-table{--offset-left:9.6rem}}.configurator-table__head{align-items:center;border-bottom:1px solid var(--color-grey-200);display:flex;margin-bottom:1.2rem;padding-bottom:2.4rem}@media screen and (max-width:1199px){.configurator-table__head{display:none}}.configurator-table__cell{flex-shrink:0}.configurator-table__cell:first-child{width:32.1rem}@media screen and (max-width:1199px){.configurator-table__cell:first-child{margin-bottom:1.6rem;width:100%}}@media screen and (max-width:991px){.configurator-table__cell:first-child{order:1}}.configurator-table__cell:nth-child(2){flex-grow:1;max-width:55.6rem}@media screen and (max-width:991px){.configurator-table__cell:nth-child(2){max-width:100%;order:2;width:100%}}.configurator-table__cell:nth-child(3){width:17rem}@media screen and (max-width:991px){.configurator-table__cell:nth-child(3){margin-left:2rem;order:5;width:calc(50% - var(--offset-left))}.configurator-table__cell:nth-child(4){margin-bottom:1.6rem;margin-left:var(--offset-left);order:3;width:100%}}.configurator-table__cell:nth-child(5){margin-left:auto;width:17.6rem}@media screen and (max-width:991px){.configurator-table__cell:nth-child(5){margin-left:0;order:4;width:7.5rem}.configurator-table__cell:nth-child(5) .custom-checkbox{margin-top:.5rem}.configurator-table__cell:nth-child(5) .custom-checkbox__name{font:var(--font-text-t5);padding-left:2.9rem}.configurator-table__body--custom-cabinet .configurator-table__cell:nth-child(3){margin-left:var(--offset-left);order:4}.configurator-table__body--custom-cabinet .configurator-table__cell:nth-child(5){margin-left:auto;order:5;width:7.5rem}}@media screen and (max-width:350px){.configurator-table__body--custom-cabinet .configurator-table__cell:nth-child(5){margin-left:var(--offset-left);width:100%}}.configurator-table__small-legend{color:var(--color-grey-600);font:var(--font-text-t5)}.configurator-table__item{align-items:center;border-bottom:1px solid var(--color-grey-200);display:flex;margin-bottom:1.2rem;min-height:8.8rem;padding-bottom:1.2rem}.configurator-table__item:last-child{margin-bottom:0}@media screen and (max-width:1199px){.configurator-table__item{flex-wrap:wrap}}@media screen and (max-width:991px){.configurator-table__item{align-items:stretch;margin-bottom:2rem;padding-bottom:2.4rem}}.configurator-card__legend{align-items:center;display:flex}.configurator-card__legend span{font:var(--font-text-t3-md)}@media screen and (max-width:991px){.configurator-card__legend{justify-content:space-between}}.configurator-card__close{color:var(--color-grey-600);height:1.8rem;margin-left:.4rem;width:1.8rem}.configurator-card__close svg{height:100%;transition:color var(--transition);width:100%}.configurator-card__close:hover svg{color:var(--color-green)}.configurator-card__intro-small-legend{color:var(--color-grey-600);font:var(--font-text-t5)}.configurator-card__info{align-items:center;display:flex}.configurator-card__info-img-wrapper{display:block;flex-shrink:0;height:8.8rem;margin-right:3.2rem;width:8.8rem}@media screen and (max-width:991px){.configurator-card__info-img-wrapper{height:8rem;margin-right:1.6rem;width:8rem}}.configurator-card__info-img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.configurator-card__info-caption{max-width:37.6rem}.configurator-card__heading{font:var(--font-text-t4);margin-bottom:.6rem}.configurator-card__heading:hover{color:var(--color-green)}.configurator-card__descr{color:var(--color-grey-600);font:var(--font-text-t5)}.configurator-card__price{font:var(--font-text-t2-md)}.configurator-card__price:after{color:var(--color-grey-600);content:attr(data-old-price);display:inline-block;font:var(--font-text-t4);margin-left:.9rem;text-decoration:line-through}@media screen and (max-width:991px){.configurator-card__price{font:var(--font-text-t4-md)}.configurator-card__price:after{font:var(--font-text-t5)}}.configurator-card__btn{display:inline-block}@media screen and (max-width:991px){.configurator-card__btn{display:inline-flex;justify-content:center;width:100%}}.configurator-card__small-btns{display:flex;gap:.4rem;justify-content:flex-end;margin-left:auto}@media screen and (max-width:767px){.configurator-card__small-btns{justify-content:stretch}}.configurator-card__small-btn{align-items:center;display:flex;flex-shrink:0;height:3.2rem;justify-content:center;width:3.2rem}.configurator-card__small-btn .icon{fill:none;stroke:var(--color-grey-600);height:2rem;transition:stroke var(--transition);width:2rem}.configurator-card__small-btn:hover .icon{stroke:var(--color-green)}.service-centers{display:flex;flex-direction:column}@media screen and (max-width:767px){.service-centers{gap:16px}}.service-centers-content{font:var(--font-text-t2);max-width:100.8rem}.service-centers-content_h1{font:var(--font-heading-h1);font-weight:500;margin:0 0 4rem}@media screen and (max-width:991px){.service-centers-content_h1{margin-bottom:1.6rem}}.service-centers-content_h2{font:var(--font-heading-h2);font-weight:500;margin:0 0 4rem}@media screen and (max-width:991px){.service-centers-content_h2{margin-bottom:1.6rem}}.service-centers-content_h3{font:var(--font-heading-h3);font-weight:500;margin:3.6rem 0}@media screen and (max-width:991px){.service-centers-content_h3{margin:0 0 1.6rem}}.service-centers-content__intro-text{font:var(--font-heading-h3-md)!important;font-weight:400!important;line-height:150%!important;margin-bottom:3.2rem!important}@media screen and (max-width:767px){.service-centers-content__intro-text{margin-bottom:1.6rem}}.service-centers-content__heading{margin-bottom:4rem}@media screen and (max-width:767px){.service-centers-content__heading{margin-bottom:2.4rem}}.service-centers-content__list{display:flex;gap:10rem}@media screen and (max-width:767px){.service-centers-content__list{display:block}}.service-centers-content ul{margin:0 0 3rem}@media screen and (max-width:767px){.service-centers-content ul{margin:.8rem 0}}.service-centers-content ul li{font:var(--font-text-t2);line-height:165%;margin-bottom:.8rem;padding-left:2rem;position:relative}.service-centers-content ul li:before{background-color:var(--color-green);border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:1rem;width:.8rem}@media screen and (max-width:767px){.service-centers-content ul li:before{top:.7rem}}.service-centers-content ul li:last-child{margin-bottom:0}.service-centers__brands-list{align-items:center;display:flex;flex-wrap:wrap;gap:2rem}@media screen and (max-width:991px){.service-centers__brands-list{-ms-overflow-style:none;display:grid;grid-auto-columns:6rem;grid-auto-flow:column dense;grid-template-rows:6rem 3rem;overflow:auto;scrollbar-width:none}.service-centers__brands-list::-webkit-scrollbar *{background:transparent}.service-centers__brands-list::-webkit-scrollbar-track{background-color:transparent}.service-centers__brands-list::-webkit-scrollbar{background-color:transparent;display:none}.service-centers__brands-list::-webkit-scrollbar-thumb{background-color:transparent}}.service-centers__brands-item{align-items:center;display:flex;flex-shrink:0;height:9rem;justify-content:center;width:20rem}.service-centers__brands-item img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:991px){.service-centers__brands-item{height:100%;width:100%}.service-centers__brands-item:nth-child(4n+2){grid-row:1}}.service-centers__btns{display:flex;flex-direction:column;gap:1.6rem;position:absolute;right:4rem;top:4rem;z-index:3}@media screen and (max-width:1199px){.service-centers__btns{align-items:center;flex-direction:row;margin-bottom:2.6rem;position:static}}@media screen and (max-width:767px){.service-centers__btns{align-items:stretch;gap:1rem;margin-bottom:1rem}}.service-centers__btn{background-color:transparent;border:1px solid rgba(1,31,58,.07);border-radius:1.6rem;height:15rem;padding:2.2rem 2.6rem;position:relative;width:33rem}@media screen and (max-width:1199px){.service-centers__btn{height:auto;padding:2rem;text-align:center;width:50%}}@media screen and (max-width:767px){.service-centers__btn{border-radius:.8rem;padding:1.6rem 1.3rem}}.service-centers__btn.is-active{background:var(--gardient-primary);border-color:var(--color-green);color:var(--color-white)}.service-centers__btn a{color:currentColor;font:var(--font-heading-h4-md)}.service-centers__btn a:before{content:"";left:0;position:absolute;top:0;inset:0}@media screen and (max-width:767px){.service-centers__certificates{margin-bottom:0}}.service-centers__map-settings{margin-top:4rem}.service-centers__labels{gap:3.2rem;margin-bottom:3.2rem}@media screen and (max-width:991px){.service-centers__labels{gap:1.6rem}}@media screen and (max-width:767px){.service-centers__labels{display:block}}.service-centers__label{display:block;grid-column:span 8;position:relative}@media screen and (max-width:767px){.service-centers__label{margin-bottom:.8rem}.service-centers__label:last-child{margin-bottom:0}}.service-centers__label-icon{color:var(--color-grey-600);height:2.4rem;position:absolute;right:1.6rem;top:50%;transform:translateY(-50%);width:2.4rem}@media screen and (max-width:767px){.service-centers__label-icon{height:1.6rem;width:1.6rem}}.service-centers__map-settings-wrapper{gap:3.2rem}@media screen and (max-width:991px){.service-centers__map-settings-wrapper{display:block}}.service-centers__map-container{grid-column:span 16}.service-centers__map-settings-info{display:block;grid-column:span 8}@media screen and (max-width:991px){.service-centers__map-settings-info{display:none}.service-centers__map-settings-info.is-active{display:block}}.service-centers__map{background-color:var(--color-grey-200);border-radius:2.4rem;height:55rem;width:100%}@media screen and (max-width:767px){.service-centers__map{border-radius:1.2rem;height:31.2rem;width:100%}}.service-centers__map-settings-legend{font:var(--font-text-t3-md);margin-bottom:1.6rem}@media screen and (max-width:767px){.service-centers__map-settings-legend{margin-bottom:.8rem}}.service-centers__map-settings-list-scrollable{overflow:auto}.service-centers__map-settings-list-scrollable::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.service-centers__map-settings-list-scrollable::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.service-centers__map-settings-list-scrollable::-webkit-scrollbar-button{display:none}.service-centers__map-settings-list-scrollable::-webkit-scrollbar-track{background-color:var(--color-grey-300)}@media screen and (max-width:767px){.service-centers__map-settings-list-scrollable{max-height:32.8rem}}.service-centers__map-settings-list{padding-right:.7rem}.service-centers__map-settings-item{border-radius:.4rem;-moz-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(2,1fr);justify-content:space-between;padding:1.6rem 1.2rem;width:100%}.service-centers__map-settings-item:hover{background-color:var(--color-grey-200)}.service-centers__map-settings-item button{text-align:left}.service-centers__map-settings-item button:hover{color:#1cd5a8}.service-centers__map-settings-item a{color:#99a5b0}.service-centers__map-settings-item a:hover{color:#1cd5a8}@media screen and (max-width:767px){.service-centers__map-settings-item{align-items:flex-start;display:flex;flex-direction:column;padding:.8rem}}.service-centers__map-settings-tags{align-items:center;display:none;gap:.8rem;margin-bottom:1.6rem}@media screen and (max-width:991px){.service-centers__map-settings-tags{display:flex}}.service-centers__map-settings-label{font:var(--font-text-t4)}@media screen and (max-width:767px){.service-centers__map-settings-label:first-child{margin-bottom:.5rem}}.service-centers__map-settings-label._is-grey{color:var(--color-grey-600)}.service-centers__map-settings-label._is-grey:hover{text-decoration:underline}.service-centers__show-more-btn{display:none}@media screen and (max-width:767px){.service-centers__show-more-btn{display:inline-flex;justify-content:center;margin-top:.8rem;padding:1.4rem;width:100%}}.service-centers_contacts-wrapper{background-color:#f6f7fb;border-radius:24px;padding:52px 64px}@media screen and (max-width:767px){.service-centers_contacts-wrapper{padding:16px}}.service-centers_contacts{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:767px){.service-centers_contacts{display:flex;flex-direction:column;gap:16px}}.product-card-intro{background-color:var(--color-grey-200);padding-bottom:9rem}@media screen and (max-width:767px){.product-card-intro{padding-bottom:4.8rem}}.product-card-container{background-color:var(--color-white);border-radius:1.6rem;display:flex;position:relative}@media (max-width:991px){.product-card-container{overflow:hidden}}@media screen and (max-width:1199px){.product-card-container{display:block}}@media screen and (max-width:767px){.product-card-container{border-radius:1.2rem}}.preview-video{align-items:center;background:url(../images/logo-main.png) no-repeat 50%;background-size:cover;display:flex;height:100%;justify-content:center;width:100%}.preview-video .icon{height:24px;width:24px}.product-card-content{align-items:flex-start;display:grid;gap:var(--grid-offset);grid-template-columns:repeat(24,1fr);padding:3.4rem 4.8rem}@media screen and (max-width:1199px){.product-card-content{padding:2.4rem 2.8rem}}@media screen and (max-width:991px){.product-card-content{align-items:normal;display:flex;flex-direction:column;gap:0;margin-bottom:3.2rem;padding-bottom:0}}@media screen and (max-width:767px){.product-card-content{padding:1.6rem 1.6rem 0}}.product-card-content__images{grid-column:span 11}@media screen and (max-width:1199px){.product-card-content__images{grid-column:span 10}}@media screen and (max-width:991px){.product-card-content__images{grid-column:span 8;grid-row:auto;margin-bottom:3.2rem;order:2}}.product-card-content__img-wrapper{margin-bottom:2.4rem;position:relative}.product-card-content__img-wrapper .swiper-slide{align-items:center;display:flex;height:auto;justify-content:center}@media screen and (max-width:991px){.product-card-content__img-wrapper{align-items:center;display:flex;justify-content:center}}.product-card-content__slides-wrapper{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.product-card-content__stickers{display:flex;flex-wrap:wrap;gap:.8rem;left:0;max-width:22.4rem;position:absolute;top:0;z-index:2}@media screen and (max-width:767px){.product-card-content__stickers{gap:.4rem}}.product-card-content__preview-img{-o-object-fit:contain;object-fit:contain;width:100%}.product-card-content__thumbs{margin:0 auto;max-width:34.8rem;position:relative}.product-card-content__thumbs-slider{display:flex}.product-card-content__thumbs-nav{align-items:center;display:flex;justify-content:space-between;left:-3rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:calc(100% + 6rem);z-index:2}.product-card-content__thumbs-nav-btn{align-items:center;display:flex;height:1.6rem;justify-content:center;pointer-events:auto;transition:opacity .3s ease;width:1.6rem}.product-card-content__thumbs-nav-btn.swiper-button-disabled{cursor:not-allowed;opacity:.4}.product-card-content__thumbs-nav-btn .icon{height:1rem;width:1rem}.product-card-content__thumbs-nav-btn:first-child{transform:scaleX(-1)}.product-card-content__thumbs-item{cursor:pointer;flex-shrink:0;position:relative}.product-card-content__thumbs-item.swiper-slide-thumb-active .product-card-content__thumbs-img{border:2px solid rgba(0,0,0,.6)}.product-card-content__thumbs-img{border:2px solid transparent;border-radius:50%;height:4.8rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;position:relative;transition:border .3s ease;width:4.8rem}.product-card-content__thumbs-img:hover{border:2px solid rgba(0,0,0,.2)}.product-card-content__thumbs-img .icon{left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}@media screen and (max-width:991px){.product-card-content__header{display:flex;flex-direction:column;margin-bottom:2.4rem;order:1}}@media screen and (max-width:767px){.product-card-content__header{margin-bottom:1.6rem}}@media screen and (max-width:991px){.product-card-content__advantages{order:3}.product-card-content__advantages .product-card-content__characteristics{display:none}}.product-card-content__header-ratings{align-items:center;display:flex;margin-bottom:2.8rem}.product-card-content__header-ratings .rate{margin-right:.5rem}@media screen and (max-width:991px){.product-card-content__header-ratings{flex-wrap:wrap;margin-bottom:0;margin-top:1.2rem;order:2}}.product-card-content__header-rate-wrapper{align-items:center;display:flex}@media screen and (max-width:991px){.product-card-content__header-rate-wrapper{margin-top:1.2rem;order:2;width:100%}}.product-card-content__header-btns{align-items:center;display:flex;margin:0 3.2rem}@media screen and (max-width:991px){.product-card-content__header-btns{margin:0 0 0 auto}}.product-card-content__header-btn{color:var(--color-grey-600);height:2rem;margin-right:1.2rem;width:2rem}.product-card-content__header-btn:last-child{margin-right:0}.product-card-content__header-btn .icon._stroke{fill:none;stroke:currentColor;stroke-width:2px}.product-card-content__header-btn:hover{color:var(--color-green)}.product-card-content__header-reviews{margin-left:1rem}.product-card-content__header-reviews--mr{margin-right:3.2rem}.product-card-content__small-legend{display:block;font:var(--font-text-t4)}.product-card-content__small-legend._grey{color:var(--color-grey-600)}.product-card-content__small-legend._grey span{color:var(--color-base-dark)}.product-card-content__container-legend{align-items:center;-moz-column-gap:15px;column-gap:15px;display:flex}.product-card-content__header-title{font:var(--font-heading-h4-md);line-height:115%}@media screen and (max-width:991px){.product-card-content__header-title{order:1}}.product-card-content__advantages-legend{margin-bottom:1.2rem;margin-top:2.4rem}@media screen and (max-width:991px){.product-card-content__advantages-legend{margin-top:0}}.product-card-content__advantages-tag-list{display:flex;flex-wrap:wrap;gap:.8rem;max-width:100%}.product-card-content__advantages-labels{display:flex;gap:1.2rem}@media screen and (max-width:991px){.product-card-content__advantages-labels{margin-bottom:2.4rem}}@media screen and (max-width:767px){.product-card-content__advantages-labels{gap:.8rem}}.product-card-content__characteristics{margin-top:3.8rem}.product-card-content__item{align-items:flex-end;display:flex;margin-bottom:1.2rem}.product-card-content__item:last-child{margin-bottom:0}.product-card-content__item:before{border-bottom:1px dashed var(--color-grey-600);content:"";flex-grow:1;height:.1rem;margin:0 .6rem .3rem;order:2}@media screen and (max-width:767px){.product-card-content__item{align-items:stretch;flex-direction:column}.product-card-content__item:before{content:none}}.product-card-content__characteristics-label{display:block;font:var(--font-text-t4)}.product-card-content__characteristics-label:first-child{color:var(--color-grey-600);order:1}.product-card-content__characteristics-label:nth-child(2){min-width:26rem;order:2}@media screen and (max-width:1199px){.product-card-content__characteristics-label:nth-child(2){min-width:21rem}}@media screen and (max-width:767px){.product-card-content__characteristics-label{margin-bottom:.8rem}.product-card-content__characteristics-label:last-of-type{margin-bottom:0}}.product-card-content__link{display:inline-block;font:var(--font-btn-2);margin-top:2.5rem;padding-left:2.2rem;position:relative}.product-card-content__link:before{background-image:url(../icons/mono/arrow-right.svg);background-size:contain;content:"";height:1.6rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1.6rem}.product-card-info-block-desktop{grid-column:span 13}.product-card-sale{display:flex;flex-direction:column;padding:2.4rem 2.4rem 4rem;width:34.4rem}@media screen and (max-width:1199px){.product-card-sale{padding:0 2.8rem 2.4rem;width:auto}}@media screen and (max-width:767px){.product-card-sale{padding:0 1.6rem 2.4rem}}.product-card-sale--empty{padding:3.4rem 4rem}@media screen and (max-width:991px){.product-card-sale--empty{padding:0 2.8rem 2.4rem}}@media screen and (max-width:767px){.product-card-sale--empty{padding:0 1.6rem 2.4rem}}.product-card-sale__promos{display:flex;flex-direction:column;gap:.8rem;margin-bottom:2.4rem}@media screen and (max-width:991px){.product-card-sale__promos{order:2}}.product-card-sale__promo{background-color:var(--color-grey-100);border-radius:1.2rem;overflow:hidden;padding:1.6rem;position:relative;z-index:1}.product-card-sale__promo--bonus{background-image:url(../images/blue_bg.svg)}.product-card-sale__promo--bonus,.product-card-sale__promo--discount{background-position:100% 100%;background-repeat:no-repeat;background-size:contain}.product-card-sale__promo--discount{background-image:url(../images/green_bg.svg)}.product-card-sale__promo-list{align-items:flex-start;display:flex;flex-direction:column;margin-top:1.6rem;padding-left:.4rem}@media screen and (max-width:767px){.product-card-sale__promo-list{margin-top:.8rem}}.product-card-sale__promo-item{font:var(--font-text-t4);line-height:1;margin-bottom:.8rem;padding-left:1.8rem;position:relative;z-index:2}.product-card-sale__promo-item.is-active{color:var(--color-white);margin-bottom:.6rem;padding:.4rem .8rem .4rem 1.8rem}.product-card-sale__promo-item.is-active:after{background:var(--gardient-primary);border-radius:1.9rem;bottom:0;content:"";left:-.8rem;position:absolute;right:0;top:0;z-index:-1}.product-card-sale__promo-item.is-active:before{background-color:var(--color-white)}.product-card-sale__promo-item:last-child{margin-bottom:0}.product-card-sale__promo-item:before{background-color:var(--color-green);border-radius:50%;content:"";height:.6rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.6rem}.product-card-sale__promo-img{bottom:0;position:absolute;right:0;z-index:-1}@media screen and (max-width:767px){.product-card-sale__promo-img{bottom:-1rem;right:-1rem}}.product-card-sale__analogs{margin-top:auto}.product-card-sale__promo-link-wrapper{align-items:center;display:flex;justify-content:space-between}.product-card-sale__promo-link-wrapper .button-circle{flex-shrink:0;height:2rem;padding:.7rem 1rem;width:3.6rem}.product-card-sale__promo-link-wrapper .button-circle .icon{height:1.2rem;width:1.2rem}.product-card-sale__promo-link-wrapper .button-circle:hover .icon{transform:translate(.7rem)}.product-card-sale__promo-link{font:var(--font-text-t3-md)}.product-card-sale__promo-text{color:var(--color-grey-600);font:var(--font-text-t4);margin-top:1.2rem}.product-card-sale__promo-discount{background:var(--gardient-primary);border-radius:8.1rem;color:var(--color-white);display:inline-block;font:var(--font-text-t3-md);margin-top:.5rem;padding:.2rem .6rem}.product-card-sale__prices{padding:0 1.6rem;width:100%}@media screen and (max-width:991px){.product-card-sale__prices{order:1;padding-left:0;padding-right:0}}@media screen and (max-width:767px){.product-card-sale__prices{margin-bottom:2.4rem}}.product-card-sale__price{align-items:center;-moz-column-gap:7px;column-gap:7px;display:inline-flex;font:var(--font-heading-h3-md)}.product-card-sale__price:after{color:var(--color-grey-600);content:attr(data-old-price);display:inline-block;font:var(--font-text-t2);margin-left:.9rem;text-decoration:line-through}.product-card-sale__btn{justify-content:center;margin-bottom:.8rem;width:100%}.product-card-sale__btn:last-of-type{margin-bottom:0}.product-card-sale__btn:first-of-type{margin-top:1.6rem}@media screen and (max-width:767px){.product-card-sale__btn{padding:1.8rem}}.product-card-sale__prices-bonus{margin-top:.8rem}.product-card-sale__prices-bonus .bonus__wrapper{margin-right:.3rem}@media screen and (max-width:767px){.product-card-sale__prices-bonus{margin-top:1.2rem}}.product-card-sale__more{color:var(--color-grey-600);display:block;font:var(--font-btn-2);margin:2.4rem auto 0}@media screen and (max-width:767px){.product-card-sale__more{margin-top:1.6rem}}.product-card-sale__additions{margin-top:auto;padding:0 1.6rem}@media screen and (max-width:991px){.product-card-sale__additions{order:3;padding-left:0;padding-right:0}}.product-card-sale__additions-item{align-items:center;display:flex;gap:.8rem;margin-bottom:1.2rem}.product-card-sale__additions-item:last-child{margin-bottom:0}.product-card-sale__additions-item-icon{fill:none;stroke:currentColor;height:2rem;width:2rem}.product-card-sale__additions-text{font:var(--font-text-t4)}.product-card-sale__additions-text a,.product-card-sale__additions-text button{color:var(--color-grey-600);display:inline-block;text-decoration:underline}.product-card-sale__additions-text a:not(span):hover,.product-card-sale__additions-text button:not(span):hover{text-decoration:none}.product-card-sale__additions-text span{color:var(--color-grey-600);display:inline-block}.product-card-sale__bonus{align-items:center;border-radius:1.2rem;color:var(--color-white);display:flex;margin-bottom:1.2rem;margin-top:1.2rem;padding:1.2rem 0;position:relative;z-index:1}.product-card-sale__bonus:before{background:var(--gradient-bonus);border-radius:1.2rem;content:"";height:100%;left:50%;position:absolute;top:0;transform:translate(-50%);width:calc(100% + 3.2rem);z-index:-1}.product-card-sale__bonus-txt{font:var(--font-heading-h3-md);margin-right:1.6rem}.product-card-sale__bonus-small-txt{font:var(--font-text-t4);line-height:1;max-width:8rem}.product-card-sale__bonus-btn{height:2rem;margin-left:auto;width:2rem}.product-card-sale__bonus-btn .icon{height:100%;width:100%}@media screen and (max-width:991px){.product-card-sale__bonus{padding-left:1.6rem;padding-right:1.6rem}.product-card-sale__bonus:before{width:100%}}@media screen and (max-width:767px){.product-card-sale__bonus{margin-bottom:0;margin-top:.8rem}}.product-card-sale__legend{font:var(--font-text-t3-md)}.product-card-sale__last-price{font:var(--font-heading-h3-md);margin-bottom:1.6rem}.product-card-sale__last-price-label{color:var(--color-grey-600);display:block;font:var(--font-text-t4);margin-bottom:.6rem}.product-card-sale__order-btn{justify-content:center;margin-bottom:2.8rem}.product-card-sale__analogue-list{margin-bottom:2.4rem}.product-card-sale__analogue-item{margin-bottom:1.2rem}.product-card-sale__analogue-item:last-child{margin-bottom:0}.product-card-sale__link{display:inline-flex;justify-content:center}.product-card-sale__configurator-btn{justify-content:center;width:100%}.product-card-sale__counter{align-items:center;display:flex;height:5.6rem;margin-top:1.6rem;width:100%}@media screen and (max-width:767px){.product-card-sale__counter{height:5rem}}.product-card-container__fixed{background-color:var(--color-white);box-shadow:0 2px 32px #0000000f;left:0;opacity:0;padding:1.6rem 0;position:fixed;top:7.9rem;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;width:100%;z-index:20}.product-card-container__fixed-row{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:1199px){.product-card-container__fixed{display:none!important}}.product-card-container__fixed.active-menu{opacity:1;transform:translateY(0);visibility:visible}@media (max-width:1260px){.product-card-container__fixed{top:55px}}.product-card-container__tag-row{align-items:center;display:flex;gap:1rem;margin-top:2.1rem}.product-card-container__tag-item{width:16.6%}.product-card-container__tag-item .tag{display:block;padding:.85rem;text-align:center;width:100%}.product-card-small{align-items:center;display:flex}.product-card-small .rate{margin-right:10px}.product-card-small__img{flex-shrink:0;height:6rem;margin-right:1.6rem;-o-object-fit:contain;object-fit:contain;width:6rem}.product-card-small__link{display:inline-block;font:var(--font-text-t4);margin-bottom:.8rem}.product-card-small__advantages{align-items:center;display:flex}.product-card-small__advantages .product-card-content__header-reviews{margin-right:1.6rem}.product-card-small__price-wrapper{align-items:center;display:flex;gap:2.4rem}.product-card-small__price-wrapper .product-card-content__header-btns{margin:0}.product-card-small__price-wrapper .button{padding:1.2rem 8.7rem}@media screen and (max-width:767px){.product-card-small__price-wrapper .button{padding:14px!important}}.video-preview{align-items:center;display:flex;position:relative}.video-preview--icon{height:100px;left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%);width:100px}.widget{display:flex;flex-direction:column;gap:16px}.widget li{align-items:flex-start;cursor:pointer;display:inline-flex;gap:5px}.widget li span:first-child,.widget li span:last-child{font-size:14px;font-weight:400;line-height:16.8px}.widget li span:last-child{color:#99a5b0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.characteristic-item-in-catalog-page{align-items:normal;gap:5px;margin-bottom:5px}.characteristic-item-in-catalog-page:before{display:none}.characteristic-item-in-catalog-page .product-card-content__characteristics-label{font-size:12px;min-width:auto}.characteristic-item-in-catalog-page .popup-app{display:none!important}.product-sticky-block{position:sticky;top:97px;transition:all .3s}@media (max-width:1199px){.product-sticky-block{position:static!important;top:auto!important}}.product-card-services__item{grid-column:span 8}.product-card-details__tag-list{display:grid;gap:var(--grid-offset);margin-bottom:9rem;margin-top:0}@media screen and (max-width:1280px){.product-card-details__tag-list{display:flex}}@media screen and (max-width:1199px){.product-card-details__tag-list{margin-bottom:4.8rem}}.product-card-details__code-tru{align-items:center;-moz-column-gap:10px;column-gap:10px;display:flex;margin-top:4.8rem}.product-card-details__code-tru h5{cursor:pointer;transition:all .3s ease}.product-card-details__code-tru h5:hover{color:var(--color-acces)}@media screen and (max-width:991px){.product-card-details__code-tru{margin-top:3.2rem}}.product-card-details__code-tru .box{-moz-column-gap:10px;column-gap:10px;display:flex}.product-card-details__code-box{display:flex;flex-direction:column;font-size:16px;font-weight:400;row-gap:10px}.product-card-details__tag-item{grid-column:span 4;margin:0}.product-card-details__tag-item .tag{display:inline-block;padding:1.3rem .6rem;text-align:center;width:100%}@media screen and (max-width:1280px){.product-card-details__tag-item .tag{padding:1.3rem 1.6rem}}@media screen and (max-width:767px){.product-card-details__tag-item .tag{padding:.8rem 1.6rem}}.product-card-details__container{grid-template-rows:max-content}@media screen and (max-width:991px){.product-card-details__container{display:flex;flex-direction:column}}.product-card-details__block{grid-column:span 5;grid-row:1/3}@media screen and (max-width:1199px){.product-card-details__block{grid-column:span 7}}@media screen and (max-width:991px){.product-card-details__block{margin-bottom:4.8rem;order:2}}.product-card-details__content-wrapper{grid-column:span 19}@media screen and (max-width:1199px){.product-card-details__content-wrapper{grid-column:span 17}}@media screen and (max-width:991px){.product-card-details__content-wrapper{order:1}}.product-card-details__chars-wrapper{grid-column:span 19;grid-row:2}@media screen and (max-width:1199px){.product-card-details__chars-wrapper{grid-column:span 17}}@media screen and (max-width:991px){.product-card-details__chars-wrapper{order:3}}.product-card-details__content{margin-bottom:5rem;max-width:81.3rem}.product-card-details__content p{font:var(--font-text-t4-ln);margin-bottom:2.4rem}.product-card-details__content p:last-of-type{margin-bottom:0}.product-card-details__content h3{font:var(--font-heading-h4-md);margin:3.2rem 0 2.4rem}@media screen and (max-width:767px){.product-card-details__content h3{margin:3.2rem 0 1.6rem}}.product-card-details__content ul{margin:2.4rem 0}@media screen and (max-width:767px){.product-card-details__content ul{margin:2rem 0}}.product-card-details__content ul li{font:var(--font-text-t3);margin-bottom:1.2rem;padding-left:1.4rem;position:relative}.product-card-details__content ul li:before{background-color:var(--color-green);border-radius:50%;content:"";height:.6rem;left:0;position:absolute;top:.7rem;width:.6rem}@media screen and (max-width:767px){.product-card-details__content ul li:before{top:.2rem}}.product-card-details__content ul li:last-child{margin-bottom:0}@media screen and (max-width:991px){.product-card-details__content{margin-bottom:3.2rem}}.product-card-details__chars{display:grid;gap:0 8rem;grid-template-columns:repeat(2,1fr);margin:0;max-width:94.4rem}.product-card-details__chars .product-card-content__characteristics-label:nth-child(2){min-width:16.2rem}@media (max-width:991px){.product-card-details__chars{gap:1.2rem;grid-template-columns:100%}}.product-card-details__chars-disabled{overflow:hidden;position:relative;z-index:2}.product-card-details__chars-disabled-text{color:var(--color-grey-600);margin-bottom:2.4rem;margin-top:.8rem}@media screen and (max-width:767px){.product-card-details__chars-disabled-text{margin-bottom:1.6rem}}.product-card-details__chars-disabled-btn{padding:2rem 6.3rem}@media screen and (max-width:767px){.product-card-details__chars-disabled-btn{justify-content:center;padding:2rem;width:100%}}.product-card-details__small-legend{font:var(--font-heading-h5-md);margin-top:4.8rem}.product-card-details__small-legend:first-of-type{margin-top:0}@media screen and (max-width:991px){.product-card-details__small-legend{margin-top:3.2rem}}.product-card-details__manufacturer{align-items:center;display:flex}.product-card-details__manufacturer.package-info{align-items:flex-start;flex-direction:column;row-gap:6px}.product-card-details__manufacturer-img-wrapper{align-items:center;border:1px solid var(--color-grey-400);border-radius:.8rem;display:flex;flex-shrink:0;height:6.4rem;justify-content:center;margin-right:1.6rem;width:6.4rem}.product-card-details__manufacturer-img-wrapper img{height:4rem;-o-object-fit:contain;object-fit:contain;width:4rem}@media screen and (max-width:991px){.product-card-details__manufacturer-img-wrapper{height:4rem;margin-right:.8rem;width:4rem}.product-card-details__manufacturer-img-wrapper img{height:2.6rem;width:2.6rem}}.product-card-details__manufacturer-name{display:block;margin-right:10px}.product-card-details__made-in{align-items:center;display:flex;margin-bottom:1.6rem}.product-card-details__made-in:last-of-type{margin-bottom:0}.product-card-details__made-in img{filter:drop-shadow(0 0 16px rgba(0,0,0,.08));height:2.3rem;margin-right:1.6rem;-o-object-fit:cover;object-fit:cover;width:3rem}.product-card-details__made-in-txt{display:block}.product-card-details__garantee{align-items:center;display:flex}.product-card-details__garantee-icon{fill:none;stroke:currentColor;flex-shrink:0;height:2.4rem;margin-right:.8rem;width:2.4rem}.product-card-details__custom-list{margin:1.6rem 0}.product-card-details__custom-list li{font:var(--font-text-t3);margin-bottom:1.2rem;padding-left:1.4rem;position:relative}.product-card-details__custom-list li:before{background-color:var(--color-green);border-radius:50%;content:"";height:.6rem;left:0;position:absolute;top:.7rem;width:.6rem}@media screen and (max-width:767px){.product-card-details__custom-list li:before{top:.2rem}}.product-card-details__custom-list li:last-child{margin-bottom:0}.product-card-details__links{align-items:flex-start;display:flex;flex-direction:column;gap:1.2rem}@media screen and (max-width:991px){.product-card-details__links{gap:.8rem}}.product-card-details__doc-link{display:inline-block}.product-card-details__doc-link:last-of-type{margin-bottom:0}.product-card-details__doc-link .icon{fill:none;stroke:currentColor;stroke-width:2px}@media screen and (max-width:991px){.product-card-details__doc-link.button.small{border-radius:.4rem;padding:.8rem 1.2rem}.product-card-details__doc-link .icon{height:1.6rem;margin-right:.6rem;width:1.6rem}}.product-card-details .sizes-suggest img{display:block}.product-card-analogue-container{display:flex}.product-card-analogue-container__nav{top:10.3rem;transform:none}@media screen and (max-width:767px){.product-card-analogue-container__nav{left:0;width:100%}}.product-card-analogue-container__item{flex-shrink:0;width:30.4rem}@media screen and (max-width:991px){.product-card-analogue-container__item{width:28.6rem}}@media screen and (max-width:767px){.product-card-analogue-container__item{width:17.6rem}}@media screen and (max-width:350px){.product-card-analogue-container__item{width:14.6rem}}.product-card-analogue-container__list{flex-grow:1;min-width:0;position:relative}.product-card-analogue-container__list .swiper{height:100%}.product-card-analogue-container__list .swiper-slide{height:auto}@media (max-width:767px){.product-card-analogue-container .swiper-slide{width:17.6rem}}.checkout{background-color:var(--color-grey-200)}@media screen and (max-width:767px){.checkout-container .page-basket-container__block:nth-child(2){display:flex;flex-direction:column}.checkout-container .page-basket-container__block:nth-child(2) .basket-info:first-child{order:2}.checkout-container .page-basket-container__block:nth-child(2) .basket-info:nth-child(2){order:1}}.checkout__block:first-child{grid-column:span 17}.checkout__block:nth-child(2){grid-column:span 7}.checkout__submit-btn{justify-content:center;margin-top:4.8rem;width:36.8rem}@media screen and (max-width:991px){.checkout__submit-btn{display:none}}.checkout__text{color:var(--color-grey-600);margin-top:3.2rem;max-width:83.8rem}.checkout__text._mobile{display:none}@media screen and (max-width:991px){.checkout__text{display:none;margin-top:1.6rem;order:123}.checkout__text._mobile{display:block}}.checkout-block__heading{font:var(--font-heading-h3-md);margin-bottom:3.2rem}@media screen and (max-width:767px){.checkout-block__heading{margin-bottom:1.6rem}}.checkout-block__btn-nav{display:flex;gap:1.2rem}@media screen and (max-width:767px){.checkout-block__btn-nav{flex-direction:column}}.checkout-block__select{display:block;width:27.2rem}.checkout-block__select-label{display:block;position:relative;width:100%}@media screen and (max-width:991px){.checkout-block__select{width:100%}}.checkout-block__another-user-select{margin-bottom:2.4rem}.checkout-block-small__legend{font:var(--font-heading-h5-md)}@media screen and (max-width:767px){.checkout-block-small__legend{font:var(--font-text-t2-md)}}.checkout-block-small__small-legend{color:var(--color-grey-600);font:var(--font-btn-2)}.checkout-block-small__accordion-header{align-items:center;display:flex;gap:1.2rem}.checkout-block-small__accordion-header.is-open .icon{transform:rotate(0)}.checkout-block-small__accordion-btn{height:1.8rem;margin-left:auto;width:1.8rem}.checkout-block-small__accordion-icon{height:100%;transform:rotate(180deg);transition:transform var(--transition);width:100%}.checkout-block-small__product-container-scrollable{margin-top:2.4rem;max-height:20rem;overflow:auto}.checkout-block-small__product-container-scrollable::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.checkout-block-small__product-container-scrollable::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.checkout-block-small__product-container-scrollable::-webkit-scrollbar-button{display:none}.checkout-block-small__product-container-scrollable::-webkit-scrollbar-track{background-color:var(--color-grey-300)}@media screen and (max-width:767px){.checkout-block-small__product-container-scrollable{margin-top:1.6rem}}.checkout-block-small__product-item{margin-bottom:.8rem}.checkout-block-small__product-item:last-child{margin-bottom:0}.checkout-btn{align-items:center;display:flex;padding:2.2rem 2.4rem;position:relative;text-align:left;width:30rem}@media screen and (max-width:991px){.checkout-btn{padding:1.4rem 1.6rem}}@media screen and (max-width:767px){.checkout-btn{width:100%}}.checkout-btn:before{border:1px solid var(--color-grey-400);border-radius:.8rem;content:"";position:absolute;top:0;inset:0}.checkout-btn__icon{fill:currentColor;height:1.8rem;margin-right:1rem;width:1.8rem}.checkout-btn__icon._stroke{fill:none;stroke:currentColor}@media screen and (max-width:991px){.checkout-btn__icon{height:1.6rem;width:1.6rem}}.checkout-btn__label{font:var(--font-text-t2-md)}.checkout-btn__name-wrapper{align-items:center;display:flex;margin-bottom:1.2rem}@media screen and (max-width:767px){.checkout-btn__name-wrapper{margin-bottom:.8rem}}.checkout-btn__small-legend{color:var(--color-grey-600);display:block;font:var(--font-text-t3)}.checkout-btn.is-active:before{border-color:var(--color-green);border-width:2px}.checkout-btn.is-active .icon{color:var(--color-green)}.checkout-btn--info{align-items:stretch;flex-direction:column}.checkout-input-goup{display:grid;gap:1.6rem;grid-template-columns:repeat(8,1fr)}@media screen and (max-width:767px){.checkout-input-goup{gap:.8rem}.checkout-input-goup .custom-checkbox{padding-bottom:.8rem;padding-top:.8rem}}.checkout-input-goup__item{align-self:center;grid-column:span 2}@media screen and (max-width:991px){.checkout-input-goup__item{grid-column:span 8}}.checkout-input{display:block;position:relative}.checkout-block-stores__map-wrapper{display:flex;height:36.3rem;margin-top:2.4rem}@media screen and (max-width:767px){.checkout-block-stores__map-wrapper{flex-direction:column;height:auto}}.checkout-block-stores__map{background-color:var(--color-grey-300);border-radius:.8rem;display:block;flex-grow:1;height:100%;position:relative;width:100%}@media screen and (max-width:991px){.checkout-block-stores__map--tabs{display:none}}@media screen and (max-width:767px){.checkout-block-stores__map{height:22.5rem;order:2}}.checkout-block-stores__container{display:block;flex-shrink:0;margin-left:1.2rem;width:36.3rem}@media screen and (max-width:991px){.checkout-block-stores__container{display:none}}@media screen and (max-width:767px){.checkout-block-stores__container{margin-bottom:2.2rem;margin-left:0;max-height:27.2rem;order:1;width:100%}}.checkout-block-stores__legend{font:var(--font-heading-h5-md);margin-bottom:1.2rem;margin-top:4rem}.checkout-block-stores__legend--no-top-margin{margin-top:0}.checkout-block-stores__legend-text{color:var(--color-grey-600)}@media screen and (max-width:767px){.checkout-block-stores__legend{margin-top:2.4rem}}.checkout-block-stores__textarea{height:11.9rem}.checkout-block-stores__pick-up-container{display:flex;gap:1.2rem;overflow:auto;padding-bottom:1rem}.checkout-block-stores__pick-up-container::-webkit-scrollbar{background-color:var(--color-grey-300);height:.8rem;width:.3rem}.checkout-block-stores__pick-up-container::-webkit-scrollbar-thumb{background:var(--color-grey-600)}.checkout-block-stores__pick-up-container::-webkit-scrollbar-button{display:none}.checkout-block-stores__pick-up-container::-webkit-scrollbar-track{background-color:var(--color-grey-300)}@media screen and (max-width:767px){.checkout-block-stores__pick-up-container{-ms-overflow-style:none;padding-bottom:0;scrollbar-width:none}.checkout-block-stores__pick-up-container::-webkit-scrollbar *{background:transparent}.checkout-block-stores__pick-up-container::-webkit-scrollbar-track{background-color:transparent}.checkout-block-stores__pick-up-container::-webkit-scrollbar{background-color:transparent;display:none}.checkout-block-stores__pick-up-container::-webkit-scrollbar-thumb{background-color:transparent}}.checkout-block-stores__input-label{display:block;margin-top:2.4rem;position:relative;width:100%}.checkout-block-stores__input-label .input{padding-right:4rem}.checkout-block-stores__input-icon-btn{color:var(--color-grey-600);height:2.4rem;position:absolute;right:1.6rem;top:50%;transform:translateY(-50%);width:2.4rem;z-index:3}.checkout-block-stores__input-icon-btn:hover span{opacity:1;visibility:visible}.checkout-block-stores__input-icon-btn span{color:var(--color-grey-600);font:var(--font-btn-2);opacity:0;position:absolute;right:calc(100% + .6rem);top:50%;transform:translateY(-50%);transition:opacity var(--transition),visibility var(--transition);visibility:hidden;white-space:nowrap}@media screen and (max-width:991px){.checkout-block-stores__input-icon-btn span{display:none}}.checkout-block-stores__input-icon-btn .icon{fill:none;stroke:currentColor;height:100%;width:100%}.checkout-block-stores__input-icon-btn:hover{color:var(--color-green)}.checkout-block-stores__inputs-group{align-items:center;display:flex;gap:1.6rem;margin-top:1.6rem}@media screen and (max-width:767px){.checkout-block-stores__inputs-group{display:grid;gap:.8rem;grid-template-columns:repeat(4,1fr);margin-top:.8rem}}.checkout-block-stores__input-small{width:16rem}.checkout-block-stores__input-small--auto-width{width:auto}@media screen and (max-width:767px){.checkout-block-stores__input-small--auto-width{grid-column:span 2}.checkout-block-stores__input-small{grid-column:span 2;width:auto}}.checkout-block-stores__adres-nav{align-items:center;display:flex;gap:2.4rem;margin-top:2.4rem}.checkout-block-stores__tags-list{display:none;margin-bottom:2.4rem}@media screen and (max-width:991px){.checkout-block-stores__tags-list{display:flex}}.checkout-user{color:var(--color-grey-600);margin-bottom:3.2rem}.checkout-user__links{display:flex;gap:1.6rem;margin-top:.6rem}@media screen and (max-width:767px){.checkout-user{margin-bottom:1.6rem}}.checkout-b2b-user__heading-text{color:var(--color-grey-600);margin-bottom:3.2rem;max-width:51.9rem}@media screen and (max-width:767px){.checkout-b2b-user__heading-text{margin-bottom:1.6rem}}.checkout-b2b-user__check-company{align-items:center;display:flex;gap:2.4rem}@media screen and (max-width:767px){.checkout-b2b-user__check-company{align-items:stretch;flex-direction:column;gap:.8rem}}.checkout-b2b-user__input-label{display:block;width:45.6rem}@media screen and (max-width:767px){.checkout-b2b-user__input-label{width:100%}}.checkout-b2b-user__legends-group{color:var(--color-grey-600);font:var(--font-text-t4)}.checkout-b2b-user__small-legend{display:block}.checkout-bonus-payment{margin-top:3.2rem}@media screen and (max-width:767px){.checkout-bonus-payment{margin-top:1.6rem}}.checkout-bonus-payment__bonus-calculate{display:flex;gap:1.2rem}.checkout-bonus-payment__input-label{display:block;position:relative;width:25rem}@media screen and (max-width:767px){.checkout-bonus-payment__input-label{width:50%}}.checkout-bonus-payment__btn{background:var(--gradient-bonus);padding:2rem 2.8rem}@media screen and (max-width:767px){.checkout-bonus-payment__btn{height:4.4rem;justify-content:center;padding:1.4rem;width:50%}}.checkout-bonus-payment__range{margin-top:1.6rem;width:25rem}@media screen and (max-width:767px){.checkout-bonus-payment__range{width:49%}.checkout-bonus-payment__range .noUi-value{display:none}}.personal-cabinet__heading-row{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:1199px){.personal-cabinet__heading-row{display:none}}.personal-cabinet__heading-copy{position:relative}.personal-cabinet__heading-copy-icon{fill:none;stroke:var(--color-base-dark);stroke-width:2px;cursor:pointer;height:2rem;position:absolute;right:-2rem;top:0;width:2rem}.personal-cabinet__ask-question{flex-direction:row;height:auto;width:auto}.personal-cabinet__ask-question .ask-question__img-wrapper{flex-shrink:0;height:5.6rem;width:8rem}.personal-cabinet__ask-question .ask-question__img-wrapper:before{height:5.6rem;left:calc(100% - 5.4rem);width:5.6rem}.personal-cabinet__ask-question .ask-question__img-wrapper img{height:5.6rem;width:5.6rem}.personal-cabinet__ask-question .ask-question__label{margin-left:1rem;margin-top:0;max-width:9.4rem;text-align:left}.personal-cabinet__inner{max-width:26rem;width:100%}@media screen and (max-width:1199px){.personal-cabinet__inner{max-width:100%}}.personal-cabinet__user-list{margin-bottom:5.6rem}@media screen and (max-width:1199px){.personal-cabinet__user-list{display:none}}.personal-cabinet__user-list--mobile{display:none}@media screen and (max-width:1199px){.personal-cabinet__user-list--mobile{display:block;margin-bottom:3.2rem}}.personal-cabinet__grid-blocks{display:grid;gap:var(--grid-offset);grid-template-columns:repeat(18,1fr);grid-template-rows:max-content}@media screen and (max-width:1199px){.personal-cabinet__grid-blocks{display:block}}.personal-cabinet__exit{align-items:center;color:var(--color-grey-600);display:inline-flex;font:var(--font-text-t3);gap:10px;transition:.3s ease-in-out}.personal-cabinet__exit:hover{color:var(--color-green);transition:.3s ease-in-out}.personal-cabinet__exit:hover svg{stroke:var(--color-orange)}.personal-cabinet__exit .icon{fill:none;stroke:var(--color-warning);height:2rem;margin-right:.8rem;width:2rem}@media screen and (max-width:1199px){.personal-cabinet__exit{justify-content:center;margin-top:2.4rem;width:100%}}.personal-cabinet__text{max-width:60.3rem}.personal-cabinet__text._grey{color:var(--color-grey-600)}@media screen and (max-width:1199px){.personal-cabinet-inner{padding-top:2rem}.personal-cabinet-inner .personal-cabinet-row__block:first-child{display:none}}@media screen and (max-width:767px){.personal-cabinet-inner{padding-top:0}}@media screen and (max-width:1199px){.personal-cabinet-row .grid-container{display:flex;flex-direction:column}}.personal-cabinet-row__block{width:100%}.personal-cabinet-row__block:first-child{grid-column:span 6}@media screen and (max-width:1280px){.personal-cabinet-row__block:first-child{grid-column:span 5}}@media screen and (max-width:1199px){.personal-cabinet-row__block:first-child{order:1}}.personal-cabinet-row__block:nth-child(2){grid-column:span 18}@media screen and (max-width:1280px){.personal-cabinet-row__block:nth-child(2){grid-column:span 19}}@media screen and (max-width:1199px){.personal-cabinet-row__block:nth-child(2){order:1}}@media (max-width:767px){.personal-cabinet-row__block:nth-child(2){order:-1}}.personal-cabinet-nav{transition:.3s ease-in-out}.personal-cabinet-nav__item{margin-bottom:2.4rem}.personal-cabinet-nav__item:last-child{margin-bottom:0}@media screen and (max-width:1199px){.personal-cabinet-nav__item{margin-bottom:1.6rem}.personal-cabinet-nav__item:first-child{display:none}}.personal-cabinet-nav__header{align-items:center;display:inline-flex;gap:10px;transition:20ms ease-in-out}.personal-cabinet-nav__header:hover{color:var(--color-green);transition:20ms ease-in-out}.personal-cabinet-nav__header:hover svg{fill:var(--color-green)}.personal-cabinet-nav__header:hover .is-stroke{fill:none;stroke:var(--color-green)}.personal-cabinet-nav__header.is-active{color:var(--color-green)}.personal-cabinet-nav__header.is-active svg{stroke:var(--color-green)}@media screen and (max-width:1199px){.personal-cabinet-nav__header{margin-bottom:.8rem}}.personal-cabinet-nav__header-icon{height:1.6rem;width:1.6rem}.personal-cabinet-nav__header-icon.is-stroke{fill:none;stroke:currentColor}@media screen and (max-width:1199px){.personal-cabinet-nav__header-icon{display:none}}.personal-cabinet-nav__header-link{display:inline-block;font:var(--font-text-t3)}@media screen and (max-width:1199px){.personal-cabinet-nav__header-link{color:var(--color-grey-600)}}.personal-cabinet-nav__body{padding-left:2.8rem;padding-top:1.2rem}.personal-cabinet-nav__body-link{color:var(--color-grey-600);cursor:pointer;font:var(--font-text-t4);margin-bottom:.8rem}.personal-cabinet-nav__body-link.is-active,.personal-cabinet-nav__body-link:hover{color:var(--color-green)}.personal-cabinet-nav__body-link:last-child{margin-bottom:0}@media screen and (max-width:1199px){.personal-cabinet-nav__body-link{border-bottom:1px solid var(--color-grey-400);color:var(--color-base-dark);margin-bottom:1.2rem;padding-bottom:1.2rem;position:relative}.personal-cabinet-nav__body-link:before{background-image:url(../images/arrow-right-hrey.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.2rem;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1.2rem}.personal-cabinet-nav__body-link:last-child{border:none;margin-bottom:0;padding-bottom:0}.personal-cabinet-nav__body{background-color:var(--color-white);border-radius:1.2rem;padding:1.6rem}}.cabinet-block{align-items:flex-start;background-color:var(--color-white);background-position:100% 100%;background-repeat:no-repeat;background-size:cover;border-radius:1.6rem;display:flex;flex-direction:column;gap:16px;list-style-type:none;overflow:hidden;padding:3.4rem 4rem;position:relative}@media screen and (max-width:1199px){.cabinet-block{margin-bottom:1.6rem;padding:2.4rem 3.2rem}.cabinet-block:last-child{margin-bottom:0}}@media screen and (max-width:991px){.cabinet-block{border-radius:1.2rem;padding:1.6rem}}.cabinet-block__intro-image{bottom:0;position:absolute;right:0}@media screen and (max-width:991px){.cabinet-block__intro-image{height:auto;width:20%}}.cabinet-block__heading{font:var(--font-heading-h4-md);line-height:1}.cabinet-block__heading span{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:var(--gradient-bonus);-webkit-background-clip:text;background-clip:text;display:block}.cabinet-block__heading-big{font:var(--font-heading-h3-md)}.cabinet-block__text{color:var(--color-grey-600);font:var(--font-text-t4);margin-bottom:1.6rem;margin-top:1.2rem;max-width:70%}.cabinet-block__text--big{font:var(--font-text-t3);margin-bottom:3.2rem;margin-top:0}.cabinet-block--grid-12{grid-area:1/1/3/13}@media screen and (max-width:1199px){.cabinet-block--grid-12{display:none}}.cabinet-block--grid-6-row-1{grid-area:1/13/2/19}.cabinet-block--grid-6-row-3{grid-area:1/13/3/19}.cabinet-block--grid-6-row-2{grid-area:2/13/2/19}.cabinet-block--grid-9-row-3-first{grid-area:3/1/4/10}@media screen and (max-width:1199px){.cabinet-block--grid-9-row-3-first{display:none}}.cabinet-block--grid-9-row-3-second{grid-area:3/10/4/19}.cabinet-block._overflow-hidden{overflow:hidden}.cabinet-block__heading-wrapper{align-items:center;align-self:stretch;display:flex;justify-content:space-between}.cabinet-block__heading-wrapper._flex-strech{align-items:stretch}.cabinet-block__link{color:var(--color-grey-600);display:inline-flex;margin-top:1.2rem}.cabinet-block__link .icon{color:currentColor}@media screen and (max-width:991px){.cabinet-block__link{font:var(--font-btn-2-md);margin-top:0}}.cabinet-block__product-wrapper{align-items:flex-end;align-self:stretch;display:flex;justify-content:space-between}.cabinet-block__products{align-items:center;display:flex}.cabinet-block__product{background-color:var(--color-white);border-radius:50%;height:8rem;padding:.8rem;width:8rem}.cabinet-block__product:first-child{margin-right:-2rem;position:relative;z-index:2}.cabinet-block__product:first-child:before{background-image:url(../images/small-shape2.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:22.6rem;left:-12.7rem;position:absolute;top:-1rem;width:21.3rem;z-index:-1}.cabinet-block__product:nth-child(2){margin-right:-2rem;position:relative;z-index:1}.cabinet-block__product img{border-radius:50%;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.cabinet-block__product-count{background:var(--color-type3);border-radius:50%;height:8rem;padding:.1rem;position:relative;width:8rem;z-index:0}.cabinet-block__product-count-inner{align-items:center;background-color:var(--color-white);border-radius:50%;display:flex;height:100%;justify-content:center;width:100%}.cabinet-block__product-count-inner span{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:var(--color-type3);-webkit-background-clip:text;background-clip:text;display:block;font:var(--font-heading-h4)}.cabinet-block .button-circle{flex-shrink:0}.cabinet-block__btn{display:inline-block;margin-top:auto}.cabinet-block__btn._transparent{background-color:transparent;padding:0!important}@media screen and (max-width:991px){.cabinet-block__btn{padding:.8rem 1.2rem!important}.cabinet-block__btn .icon{height:1.6rem;width:1.6rem}}.cabinet-block__save-btn.small{padding:1.4rem 4rem}@media screen and (max-width:991px){.cabinet-block__save-btn{justify-content:center;width:100%}}.cabinet-block__delete-cabinet-btn{margin-top:4.8rem;padding:1.6rem 6.8rem}.cabinet-block__delete-cabinet-btn:hover .icon{stroke:var(--color-green)}.cabinet-block__delete-cabinet-btn .icon{fill:none;stroke:var(--color-warning);transition:stroke var(--transition)}@media screen and (max-width:991px){.cabinet-block__delete-cabinet-btn{justify-content:center;margin-top:2.4rem;padding:1rem;width:100%}}.cabinet-block__tooltip{align-items:center;display:flex;font:var(--font-text-t4)}.cabinet-block__tooltip a{color:var(--color-green)}.cabinet-block--orange-bg{background-image:url(../images/orange_bg.svg)}.cabinet-block--purple-bg{background-image:url(../images/purple_bg2.svg)}@media screen and (max-width:991px){.cabinet-block--purple-bg .cabinet-block__intro-image{display:none}}.cabinet-block--blue-bg1{background-image:url(../images/blue_bg3.svg)}.cabinet-block--blue-bg{background-image:url(../images/blue_bg2.svg)}.cabinet-block--mb{margin-bottom:1.6rem}.cabinet-block--mb:last-of-type{margin-bottom:0}@media screen and (max-width:767px){.cabinet-block--mb{margin-bottom:.8rem}}.cabinet-block--bonus-card{background-image:url(../images/bonus-img-bg.svg)}@media screen and (max-width:767px){.cabinet-block--bonus-card .cabinet-block__intro-image{bottom:-4.6rem;width:39%}}.cabinet-block__form{position:relative;width:100%}.cabinet-block__form input{padding-right:15rem}.cabinet-block__form-btn{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.cabinet-block__accordion-head{align-items:center;cursor:pointer;display:flex;justify-content:space-between;width:100%}.cabinet-block__accordion-body{padding-top:3.2rem;width:100%}.cabinet-block__legend{margin-bottom:.6rem;margin-top:2.4rem}.cabinet-block__legend:first-of-type{margin-top:0}.cabinet-block__legend-small{color:var(--color-grey-600);margin-bottom:.6rem}.cabinet-block__legend-wrapper{align-items:center;display:flex;gap:4rem;margin-top:2.4rem}.cabinet-block__passwords-inputs{align-items:center;display:flex;gap:1.2rem}@media screen and (max-width:991px){.cabinet-block__passwords-inputs{align-items:stretch;flex-direction:column;width:100%}.cabinet-block__passwords-inputs .button{justify-content:center}}@media screen and (max-width:991px) and (max-width:991px){.cabinet-block__passwords-inputs .button{padding:1.4rem}}.cabinet-block__promocodes{width:100%}@media screen and (max-width:991px){.cabinet-block__promocodes{margin-top:1.2rem}}.cabinet-block__promocode{align-items:center;display:flex;gap:16px;margin-bottom:1.6rem}@media screen and (max-width:991px){.cabinet-block__promocode{flex-direction:column}}.cabinet-block__promocode:last-child{margin-bottom:0}.cabinet-block__promocode-copy{background-color:var(--color-grey-200);border-radius:.8rem;cursor:pointer;display:block;font:var(--font-text-t4);padding:1.5rem;text-align:center;transition:.3s ease-in-out}.cabinet-block__promocode-copy:hover{color:var(--color-green)}@media screen and (max-width:991px){.cabinet-block__promocode-copy{padding:.8rem;width:100%}}.cabinet-block__promocode-text{display:flex;flex-direction:column;gap:5px;margin-left:1.6rem}.cabinet-block__promocode-text span{color:var(--color-grey-600);font-size:14px;font-weight:400;line-height:16.8px;text-align:left}@media screen and (max-width:991px){.cabinet-block__promocode-text{margin-left:0;margin-top:.6rem}}.cabinet-block--no-overflow{overflow:visible}.cabinet-input-label{display:block;position:relative;width:100%}.cabinet-input-label._max-width{max-width:62.4rem}.cabinet-input-label__icon{height:2rem;position:absolute;right:3rem;top:50%;transform:translateY(-50%);width:2rem}.cabinet-input-label__icon._stroke{fill:none;stroke:var(--color-grey-600)}.cabinet-inputs-group{align-items:center;display:grid;gap:1.6rem;grid-template-columns:repeat(4,1fr);min-height:0;transition:grid-template-rows .3s ease-in-out}@media screen and (max-width:1199px){.cabinet-inputs-group{display:flex;flex-direction:column;gap:8px;width:100%}}.cabinet-inputs-group__item{align-self:center;grid-column:span 2}@media screen and (max-width:1199px){.cabinet-inputs-group__item{margin-bottom:1.6rem;width:100%}.cabinet-inputs-group__item:last-child{margin-bottom:0}}@media screen and (max-width:991px){.cabinet-inputs-group__item{margin-bottom:.8rem}.cabinet-inputs-group__item .custom-checkbox{margin-bottom:.8rem;margin-top:.4rem}}.cabinet-adres{display:flex;flex-direction:column;gap:2.4rem;width:100%}.cabinet-adres__item{align-content:center;border-bottom:1px solid var(--color-grey-300);cursor:pointer;display:flex;justify-content:space-between}.cabinet-adres__item:first-child{border-top:1px solid var(--color-grey-300)}.cabinet-adres__item:last-child{border:none;padding-bottom:0}.cabinet-adres__item:hover .cabinet-adres__btn{opacity:1}.cabinet-adres__item:hover .cabinet-adres__name{color:var(--color-green)}@media screen and (max-width:1199px){.cabinet-adres__item{flex-wrap:wrap;padding:1.6rem 0}}.cabinet-adres__name{font:var(--font-text-t3);max-width:calc(100% - 6rem);transition:color var(--transition)}@media screen and (max-width:1199px){.cabinet-adres__name{max-width:100%}}.cabinet-adres__btn{color:var(--color-grey-600);flex-shrink:0;font:var(--font-btn-2);opacity:0;transition:opacity var(--transition)}@media screen and (max-width:1199px){.cabinet-adres__btn{margin-left:auto;margin-top:1.1rem;opacity:1}}.is-stroke{fill:none;stroke:currentColor}.copy-button:active{transform:scale(.9)}.personal-favorite{background-color:var(--color-white);border-radius:1.6rem;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;list-style-type:none;overflow:hidden;padding:3.4rem 4rem 100px;position:relative}@media screen and (max-width:767px){.personal-favorite{padding:8px}}.personal-table__header-row{align-items:center;border-bottom:1px solid var(--color-grey-400);display:grid;gap:16px;grid-template-columns:.5fr 1fr .5fr;padding-bottom:18px;width:100%}.personal-table__body{width:100%}.personal-table__body-row{align-items:center;border-bottom:1px solid var(--color-grey-400);color:var(--color-grey-600);display:grid;gap:16px;grid-template-columns:.5fr 1fr .5fr;padding-bottom:18px;padding-top:18px;width:100%}.personal-table__body-row .note{word-break:break-all}.personal-table__body-row:first-child{padding-top:0}.personal-table__body-row:last-child{border:none}.is-debit{color:var(--color-green)}.reportrange-text{border:none!important;z-index:999}.cabinet-filter-wrapper{display:inline-flex;gap:20px;height:100%;width:100%}@media screen and (max-width:767px){.cabinet-filter-wrapper{display:flex;flex-direction:column}}.cabinet-filter-wrapper .search-block{height:46px;max-width:400px;position:relative;width:100%}.cabinet-filter-wrapper .search-block input{height:100%!important}.cabinet-filter-wrapper .status-select-block{display:inline-flex;gap:10px;justify-content:space-between;width:100%}.cabinet-filter-wrapper .status-select-block input{cursor:pointer;max-width:250px;min-width:150px;width:100%}.personal-discount-wrapper{position:relative;z-index:1}.personal-discount-wrapper li{display:flex;flex-direction:column;margin-bottom:20px}.personal-discount-wrapper li:last-child{margin:0}.personal-discount-wrapper li span:first-child{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(281.19deg,#10c5fe -16.7%,#0f7af9 120.21%);-webkit-background-clip:text;background-clip:text;font-size:20px}.personal-discount-wrapper li span:nth-child(2){font-size:14px}.active-order-detail{background-image:none;position:relative}.active-order-detail__heading{font:var(--font-heading-h3-md)}.active-order-detail__heading-text{color:var(--color-grey-600);font:var(--font-text-t3)}.active-order-detail__legend{font-weight:500;margin-bottom:.6rem;margin-top:2.4rem}.active-order-detail__legend:first-of-type{margin-top:0}.active-order-detail__legend-small{color:var(--color-grey-600);margin-bottom:.6rem}.active-order-detail__legend-small._underline{text-decoration:underline}@media screen and (max-width:767px){.active-order-detail__legend{margin-top:.8rem}}.active-order-detail__status-info{align-items:center;display:flex}@media screen and (max-width:991px){.active-order-detail__status-info{align-items:flex-start;flex-direction:column}}.active-order-detail__date{font:var(--font-text-t2);margin-right:3.2rem}@media screen and (max-width:991px){.active-order-detail__date{margin-bottom:1.6rem}}.active-order-detail__status{font:var(--font-text-t2-md);padding-left:1.4rem;position:relative}.active-order-detail__status:before{background-color:currentColor;border-radius:50%;content:"";height:.8rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.8rem}.active-order-detail__status._green{color:var(--color-green)}.active-order-detail__status._black{color:var(--color-base-dark)}.active-order-detail__status._blue{color:var(--color-important)}.active-order-detail__btns-wrapper{align-items:center;display:flex;gap:1.2rem;margin-top:3.2rem}@media screen and (max-width:1199px){.active-order-detail .basket-card__btns{margin-left:var(--osffset-left);width:calc(100% - var(--osffset-left))}}span.active-order-detail__legend-small{padding-right:1.6rem}.history-orders__inputs-row{align-items:center;display:flex;gap:1.2rem;width:100%}@media screen and (max-width:991px){.history-orders__inputs-row{flex-wrap:wrap}}.history-orders__input-label{max-width:35rem;width:100%}.history-orders__input-label._big{max-width:49.9rem;width:100%}@media screen and (max-width:991px){.history-orders__input-label._big{max-width:100%}.history-orders__input-label{max-width:60%}}.history-orders__reset-filter{align-items:center;color:var(--color-grey-600);display:inline-flex;font:var(--font-btn-2);margin-left:auto;transition:.3s ease-in-out}.history-orders__reset-filter svg{transition:.3s ease-in-out}.history-orders__reset-filter:hover{color:var(--color-green)}.history-orders__reset-filter:hover svg{transform:rotate(90deg);transition:.3s ease-in-out}.history-orders__reset-filter .icon{fill:none;stroke:currentColor;height:2rem;margin-right:.4rem;width:2rem}@media screen and (max-width:991px){.history-orders__reset-filter span{display:none}}.personal-reviews__slider{position:relative;width:100%}.personal-reviews__slider .page-slider__slider-nav{left:-7rem;width:calc(100% + 14rem)}@media screen and (max-width:1199px){.personal-reviews__slider .page-slider__slider-nav{left:-4rem;width:calc(100% + 8rem)}}@media screen and (max-width:991px){.personal-reviews__slider .page-slider__slider-nav{left:.5rem;width:calc(100% - 1rem)}}.cabinet-exchange__list{border-top:1px solid var(--color-grey-400);margin-top:3.2rem;padding-top:2.4rem;width:100%}.cabinet-exchange__list .basket-card__empty{margin-left:3.2rem}@media screen and (max-width:1199px){.cabinet-exchange__list{border:none;padding-top:0}.cabinet-exchange__list .basket-card__empty{margin-bottom:.7rem;margin-left:var(--osffset-left);order:4;width:calc(100% - var(--osffset-left))}}.cabinet-exchange__btn{margin-top:3.2rem;padding:2rem 8.5rem}.cabinet-organizations__btn-wrapper{align-items:center;display:flex;gap:1.2rem;margin-bottom:5.6rem;margin-top:3.2rem}@media screen and (max-width:991px){.cabinet-organizations__btn-wrapper{gap:.8rem;margin:3.2rem 0 2.4rem}.cabinet-organizations__btn-wrapper .button{justify-content:center;width:50%}}.cabinet-organizations__btn{margin-top:4.8rem;padding:1.6rem 7.4rem}@media screen and (max-width:991px){.cabinet-organizations__btn{margin-top:2.4rem;padding:1.6rem}.cabinet-organizations__btn,.cabinet-organizations__btn-add{justify-content:center;width:100%}}.b2b-accounts__list{width:100%}.b2b-accounts__item{align-items:center;border-bottom:1px solid var(--color-grey-300);display:flex;padding:2.4rem 0}.b2b-accounts__item:first-child{border-top:1px solid var(--color-grey-300)}.b2b-accounts__item:hover .b2b-accounts__block._last{opacity:1}@media screen and (max-width:1199px){.b2b-accounts__item{flex-wrap:wrap;gap:.8rem;padding:1.6rem 0}}.b2b-accounts__block{margin-right:3.4rem;min-width:15rem}.b2b-accounts__block:last-child{margin-right:0}.b2b-accounts__block._last{align-items:center;display:flex;gap:2.4rem;margin-left:auto;opacity:0;transition:opacity var(--transition)}@media screen and (max-width:1199px){.b2b-accounts__block._last{margin-left:0;margin-top:2.7rem;opacity:1}.b2b-accounts__block{margin:0;width:calc(50% - .8rem)}}.b2b-accounts__legend{margin-bottom:.6rem}.b2b-accounts__btn,.b2b-accounts__legend-small{color:var(--color-grey-600)}.b2b-accounts__btn{font:var(--font-btn-2)}.b2b-accounts__btn:hover{color:var(--color-green)}.accounts-table{width:100%}.accounts-table__head{align-items:center;border-bottom:1px solid var(--color-grey-300);display:flex;gap:1rem;margin-bottom:1.8rem;padding-bottom:2.4rem}@media screen and (max-width:991px){.accounts-table__head{display:none}}.accounts-table__cell{font:var(--font-text-t4)}.accounts-table__cell._grey{color:var(--color-grey-600)}.accounts-table__cell:first-child{min-width:11rem}.accounts-table__cell:nth-child(2){min-width:19rem}.accounts-table__cell:nth-child(3){min-width:23rem}.accounts-table__cell:nth-child(4){min-width:13rem}.accounts-table__cell:nth-child(5){min-width:16rem}@media screen and (max-width:991px){.accounts-table__cell{min-width:0!important;width:calc(50% - 1.6rem)!important}.accounts-table__cell:before{color:var(--color-base-dark);content:attr(data-label);display:block;margin-bottom:.4rem}}.accounts-table__row{align-items:center;border-bottom:1px solid var(--color-grey-300);display:flex;gap:1rem;margin-bottom:1.8rem;padding-bottom:1.8rem}.accounts-table__row:last-child{border:none;margin-bottom:0}@media screen and (max-width:991px){.accounts-table__row{flex-wrap:wrap;gap:1.6rem;margin-bottom:1.6rem;padding-bottom:1.6rem}}.accounts-table__menu{color:var(--color-grey-600);cursor:pointer;height:2.4rem;margin-left:auto;position:relative;width:1.6rem}@media screen and (max-width:991px){.accounts-table__menu{margin-left:0}.accounts-table__menu .icon{transform:rotate(90deg)}}.accounts-table__menu:hover .icon{color:var(--color-green)}.accounts-table__menu:hover .accounts-table__menu-list-wrapper{opacity:1;visibility:visible}.accounts-table__menu-list-wrapper{opacity:0;padding-right:1.1rem;position:absolute;right:100%;top:50%;transform:translateY(-50%);transition:opacity var(--transition),visibility var(--transition);visibility:hidden}@media screen and (max-width:991px){.accounts-table__menu-list-wrapper{left:0;padding-left:0;top:100%;transform:none}}.accounts-table__menu-list{align-items:flex-start;background-color:var(--color-white);display:flex;filter:drop-shadow(0 0 40px rgba(1,31,58,.1));flex-direction:column;height:10.4rem;justify-content:center;padding:1.2rem 1.6rem;width:9.3rem}.accounts-table__menu-list--row{flex-direction:row!important;height:auto!important;justify-content:stretch!important;padding:0!important;width:auto!important}.accounts-table__menu-list--row .accounts-table__menu-item{margin-bottom:0;margin-right:1rem}.accounts-table__menu-list--row .accounts-table__menu-item:last-child{margin-right:0}@media screen and (max-width:991px){.accounts-table__menu-list{flex-direction:row;height:4rem;width:21.6rem}}.accounts-table__menu-item{font:var(--font-btn-2);margin-bottom:1.7rem}@media screen and (max-width:991px){.accounts-table__menu-item{margin-bottom:0;margin-right:1.6rem}}.accounts-table__menu-item:last-child{margin-bottom:0}.accounts-table__menu-item a{display:inline-block;padding-left:2rem;position:relative}.accounts-table__menu-item a:hover{color:var(--color-green)}.accounts-table__menu-item a:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.6rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1.6rem}.accounts-table__menu-item a.doc:before{background-image:url(../assets/icons/multi/word.svg)}.accounts-table__menu-item a.exel:before{background-image:url(../assets/icons/multi/exel.svg)}.accounts-table__menu-item a.pdf:before{background-image:url(../assets/icons/multi/acrobat.svg)}.hardware-configurator__btns{align-items:center;display:flex;gap:1.2rem}@media screen and (max-width:991px){.hardware-configurator__btns{align-items:stretch;flex-direction:column}.hardware-configurator__btns .button{justify-content:center;padding:1.4rem}}.hardware-configurator__btn{padding:1.6rem 2.4rem}@media screen and (max-width:991px){.hardware-configurator__btn{justify-content:center;padding:1rem!important}}.hardware-configurator-table{width:100%}.hardware-configurator-table__item{align-items:center;border-bottom:1px solid var(--color-grey-300);display:flex;margin-bottom:2rem;padding-bottom:2rem}.hardware-configurator-table__item:last-child{border:none;margin-bottom:0;padding-bottom:0}@media screen and (max-width:991px){.hardware-configurator-table__item{flex-wrap:wrap;gap:1.6rem}}.hardware-configurator-table__block{flex-shrink:0}.hardware-configurator-table__block:nth-child(2){margin-left:auto}.hardware-configurator-table__block:nth-child(3){margin-left:9.5rem}@media screen and (max-width:991px){.hardware-configurator-table__block{margin:0!important}.hardware-configurator-table__block:first-child{order:1;width:50%}.hardware-configurator-table__block:nth-child(2){order:4;width:100%}.hardware-configurator-table__block:nth-child(3){order:3;width:100%}}.hardware-configurator-table__legend{font:var(--font-text-t4);margin-bottom:.5rem}.hardware-configurator-table__legend-small{color:var(--color-grey-600);font:var(--font-text-t5)}.hardware-configurator-table__legend-big{font:var(--font-text-t2-md)}.hardware-configurator-table__progress{background-color:var(--color-grey-300);border-radius:99.9rem;height:.4rem;margin-bottom:1.2rem;overflow:hidden;position:relative;width:16.6rem}.hardware-configurator-table__progress._empty{background-color:var(--color-grey-400)}.hardware-configurator-table__progress._empty span{background:repeating-linear-gradient(-45deg,rgba(153,165,176,.9),rgba(153,165,176,.9) 7px,rgba(250,251,253,.9) 0,rgba(250,251,253,.9) 13px) fixed}.hardware-configurator-table__progress span{background:var(--gardient-b2b);background:repeating-linear-gradient(-45deg,rgba(15,122,249,.7),rgba(15,122,249,.7) 7px,#0f7af9 0,#0f7af9 13px) fixed;display:block;height:100%;width:var(--pw)}.hardware-configurator-table__btn{align-items:center;color:var(--color-base-dark);display:inline-flex}.hardware-configurator-table__btn:hover{color:var(--color-green)}.hardware-configurator-table__btn:hover .icon{stroke:var(--color-green)}.hardware-configurator-table__btn .icon{fill:none;stroke:var(--color-base-dark);stroke-width:2px;margin-right:.4rem;transition:stroke var(--transition)}.hardware-configurator-table__btn .icon.width{stroke-width:1px}.hardware-configurator-table__menu{color:var(--color-grey-600);cursor:pointer;height:2.4rem;margin-left:auto;position:relative;width:1.6rem}@media screen and (max-width:991px){.hardware-configurator-table__menu{order:2}.hardware-configurator-table__menu>.icon{transform:rotate(90deg)}}.hardware-configurator-table__menu:hover .icon{color:var(--color-green)}.hardware-configurator-table__menu:hover .hardware-configurator-table__menu-list-wrapper{opacity:1;visibility:visible}.hardware-configurator-table__menu-list-wrapper{left:100%;opacity:0;padding-left:.6rem;position:absolute;top:50%;transform:translateY(-50%);transition:opacity var(--transition),visibility var(--transition);visibility:hidden;width:21.4rem}@media screen and (max-width:991px){.hardware-configurator-table__menu-list-wrapper{left:0;padding-left:0;top:100%;transform:none}}.hardware-configurator-table__menu-list{align-items:flex-start;background-color:var(--color-white);border-radius:.4rem;display:flex;filter:drop-shadow(0 0 40px rgba(1,31,58,.1));flex-direction:column;justify-content:center;padding:1.2rem 1.6rem}.hardware-configurator-table__menu-item{font:var(--font-btn-2);margin-bottom:1.7rem}@media screen and (max-width:991px){.hardware-configurator-table__menu-item{margin-bottom:.8rem}}.hardware-configurator-table__menu-item:last-child{margin-bottom:0}.make-order__container{display:flex;flex-direction:column;gap:16px}@media screen and (max-width:767px){.make-order__container{gap:8px}}.bonus-gradient input:checked~.custom-checkbox__name:before{background-image:var(--gradient-bonus);border-color:transparent}.bonus-gradient input:checked~.custom-checkbox__name:after{opacity:1}.make-order__user-data{align-items:center;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);justify-content:center}@media screen and (max-width:767px){.make-order__user-data{align-items:flex-start;display:flex;flex-direction:column}.make-order__user-data input{width:100%}}.display-none{display:none}.flex-column-card{display:flex;flex-direction:column;gap:32px}@media screen and (max-width:767px){.flex-column-card{gap:16px}}.custom-range{display:flex;flex-direction:column;gap:7px;padding-right:12px;position:relative;width:60%}@media screen and (max-width:767px){.custom-range{padding-right:8px}}.custom-range input[type=range]{background-color:#d3d3d3;height:2px}.custom-range_track{background-image:linear-gradient(90deg,#d222cb,#14b2f2);content:"";height:2px;left:2px;position:absolute;top:2px;width:0}.custom-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-image:linear-gradient(90deg,#d222cb,#14b2f2);border-radius:50%;cursor:pointer;height:12px;position:relative;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;width:12px;z-index:99}.custom-range input[type=range]::-webkit-slider-thumb:after{content:"";height:5px;left:50%;position:absolute;top:50%;transform:translateY(-50%,50%);width:5px}.custom-range .range-values{align-items:center;color:#99a5b0;display:flex;flex-direction:row;justify-content:space-between}.make-order__bonus-block{display:flex;flex-direction:column;gap:16px;max-width:366px;transition:opacity var(--transition)}.make-order__bonus-block_form{display:flex;display:grid;flex-direction:row;gap:12px;grid-template-columns:.6fr .4fr}@media screen and (max-width:767px){.make-order__bonus-block_form{gap:8px}}.make-order__bonus-block_form label{max-height:56px}.make-order__bonus-block_form button{align-items:center;background-image:linear-gradient(90deg,#d222cb,#14b2f2);border:none;border-radius:8px;color:#fff;display:flex;font-size:16px;font-weight:500;justify-content:center;line-height:16px}.make-order__label{background-color:var(--color-grey-200);border-radius:8px;box-sizing:border-box;display:flex;padding:15px;position:relative;transition:background-color .3s;width:100%}.make-order__label .user-location{color:#99a5b0;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:5px;line-height:14px;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:.5s ease-in-out;z-index:999}.make-order__label .user-location:hover svg{fill:var(--color-green)}.make-order__label .input__placeholder{color:var(--color-grey-600);font-size:14px;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s}.make-order__label .location-label{background-image:url(../icons/mono/icon-map.svg);background-repeat:no-repeat;background-size:cover;cursor:pointer;height:25px;position:absolute;right:16px;top:25%;transition:top .6ms;width:25px;z-index:1}@media screen and (max-width:767px){.make-order__field{width:100%}}.make-order__btn{max-width:368px}@media screen and (max-width:767px){.make-order__btn{padding:14px!important}}.make-order__second-column{display:flex;flex-direction:column;gap:16px;height:-moz-fit-content;height:fit-content}@media screen and (max-width:767px){.make-order__second-column{flex-direction:column-reverse;gap:8px}}.make-order__accordion-list{background-color:#fff;border-radius:16px;padding:24px 32px;width:100%}@media screen and (max-width:767px){.make-order__accordion-list{padding:16px}}.make-order__personal-data-description{color:#99a5b0;font-size:16px;font-weight:400;line-height:24px;margin-top:16px;width:70%}@media screen and (max-width:767px){.make-order__personal-data-description{font-size:10px;line-height:12px;width:100%}}.make-order__personal-data-description__mobile{color:#99a5b0;display:none;font-size:16px;font-weight:400;line-height:24px;margin-top:16px;max-width:838px}@media screen and (max-width:767px){.make-order__personal-data-description__mobile{display:initial;font-size:10px;line-height:12px}}.active-label_without-value{background-color:#fff!important;border:1px solid var(--color-green);transition:background-color .3s}.active-label_without-value .input__placeholder{font-size:10px;top:2px!important;transform:none;transition:top .3s,font-size .3s,background-color .3s}.active-label_with-value{background-color:#fff!important;border:1px solid var(--color-green);box-sizing:border-box;transition:background-color .3s}.active-label_with-value .input__placeholder{font-size:10px;top:2px!important;transform:none;transition:top .3s,font-size .3s}.inactive-label_without-value{background-color:var(--color-grey-200);border:1px solid transparent;transition:background-color .3s}.inactive-label_without-value .input__placeholder{font-size:14px;top:50%;transform:translateY(-50%);transition:top .3s,font-size .3s}.inactive-label_with-value{background-color:var(--color-grey-200);border:1px solid transparent;transition:background-color .3s}.inactive-label_with-value .input__placeholder{font-size:10px;top:2px;transform:none;transition:top .3s,font-size .3s}.order-sticky{position:sticky}@media screen and (max-width:991px){.order-sticky{position:static}}.make-order__wrapper{display:flex;flex-direction:column;gap:32px;padding:34px 40px;position:relative}@media screen and (max-width:767px){.make-order__wrapper{gap:16px;padding:16px}}.make-order__wrapper h2{font-size:28px;font-weight:500;line-height:30.8px}@media screen and (max-width:767px){.make-order__wrapper h2{font-size:18px;line-height:20.7px}}.make-order__wrapper h3{font-size:18px;font-weight:500;line-height:21.6px}@media screen and (max-width:767px){.make-order__wrapper h3{font-size:12px;font-weight:500;line-height:14.4px}}.make-order_order-list__head{align-items:center;display:flex;justify-content:space-between;width:100%}.make-order_order-list__head h4{margin-right:16px}.make-order_order-list__head .accordion__head-icon{height:1.8rem;width:1.8rem}@media screen and (max-width:991px){.make-order_order-list__head .accordion__head-icon{height:1.6rem;width:1.6rem}}.pa-0{padding:0}.ma-0,.send-order__btn{margin:0!important}@media screen and (max-width:991px){.send-order__btn{padding:14px}}.make-order_order-list_change-btn{color:#99a5b0;font-size:14px;font-weight:400;line-height:14px}.make-order_modal{padding:0}@media screen and (max-width:991px){.make-order_modal{height:100%!important}}.make-order_modal-wrapper{display:flex;flex-direction:column;gap:24px;padding:34px 40px}@media screen and (max-width:991px){.make-order_modal-wrapper{gap:16px;padding:16px!important}}.make-order_modal-wrapper h2,.make-order_modal-wrapper-title{font-size:28px;font-weight:500;line-height:30.8px}@media screen and (max-width:991px){.make-order_modal-wrapper h2,.make-order_modal-wrapper-title{font-size:18px;line-height:20.7px}}.make-order_modal-wrapper h4{font-size:18px;font-weight:500;line-height:22px}.make-order_modal-wrapper span{font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:991px){.make-order_modal-wrapper span{font-size:12px;line-height:18px}}.make-order_modal-wrapper label{height:56px}@media screen and (max-width:991px){.make-order_modal-wrapper label{height:44px}}.make-order_modal-wrapper input{font-size:16px;font-weight:400;height:24px;line-height:16px}@media screen and (max-width:991px){.make-order_modal-wrapper input{font-size:14px;height:14px;line-height:14px}}.make-order_modal-wrapper .privacy_policy{color:#99a5b0;font-size:14px;font-weight:400;line-height:16.8px;text-align:center}@media screen and (max-width:991px){.make-order_modal-wrapper .privacy_policy{font-size:12px;line-height:14.4px}}.make-order_modal-wrapper .privacy_policy a{color:#011f3a;text-decoration:underline}.element-center{align-items:center;display:flex;justify-content:center;padding:16px}.location-modal-wrapper{display:flex;flex-direction:column;gap:32px;position:relative}@media screen and (max-width:767px){.location-modal-wrapper{gap:16px;height:80vh;padding-bottom:20px}.location-modal-wrapper .info-map__container-map{flex-grow:0;height:100%;margin:0}.location-modal-wrapper .info-map__map{height:100%}}.location-modal-wrapper h3{font-size:28px;font-weight:500;line-height:31px}@media screen and (max-width:767px){.location-modal-wrapper h3{font-size:18px;line-height:20.7px}}.location-modal-wrapper .form-block{align-items:center;display:flex;flex-direction:row;gap:8px;height:100%;max-height:56px}@media screen and (max-width:767px){.location-modal-wrapper .form-block{flex-direction:column}.location-modal-wrapper .form-block .user-location span{display:none}.location-modal-wrapper .form-block .input__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:230px}}.location-modal-wrapper .form-block button{background-color:#1cd5a8;border-radius:8px;box-sizing:border-box;color:#fff;height:100%;max-width:230px;padding:18px 0;width:100%}@media screen and (max-width:767px){.location-modal-wrapper .form-block button{max-width:300px;padding:14px}}.location-modal-wrapper .form-block button span{font-size:16px;font-weight:500;line-height:16px;text-align:center;width:100%}@media screen and (max-width:767px){.location-modal-wrapper .form-block button{bottom:20%;height:auto;left:50%;position:absolute;transform:translate(-50%);z-index:999}}.pvz-product-container{display:grid;gap:10px;grid-template-columns:65% auto;height:100%;min-width:800px}@media screen and (max-width:767px){.pvz-product-container{display:flex;flex-direction:column;gap:8px;min-width:auto;padding:0}}.pvz-container{display:grid;gap:20px;grid-template-columns:60% auto;height:100%;min-width:800px}@media screen and (max-width:767px){.pvz-container{grid-template-columns:1fr;grid-template-rows:auto 1fr;min-width:auto}}.on-focus{background-color:var(--color-grey-300)}@media screen and (max-width:767px){.delivery-info-block{display:none}}.delivery-info-block_mobile{display:none}@media screen and (max-width:767px){.delivery-info-block_mobile{display:initial}}.pvz-delivery{width:100%}.pvz-delivery-wrapper{display:flex;flex-direction:column;gap:16px;padding:8px;width:100%}.pvz-delivery-wrapper .delivery-info-block_mobile{display:none}@media screen and (max-width:767px){.pvz-delivery-wrapper .delivery-info-block_mobile{display:initial}.pvz-delivery-wrapper .delivery-info-block{display:none}}.pvz-delivery-wrapper h4{font-size:20px;font-weight:500;line-height:23px;text-align:left}@media screen and (max-width:767px){.pvz-delivery-wrapper{gap:8px;padding:0}}.pvz-delivery-list{display:flex;flex-direction:column;height:100%;max-height:400px;overflow-y:auto}@media screen and (max-width:767px){.pvz-delivery-list{max-height:300px}}.pvz-delivery-item{align-items:center;border-radius:4px;cursor:pointer;display:grid;gap:6px;grid-template-columns:70px .9fr auto;padding:8px 8px 8px 0;transition:background-color .3s ease-in-out}@media screen and (max-width:767px){.pvz-delivery-item{padding:8px}}.pvz-delivery-item:hover{background-color:var(--color-grey-300)}.pvz-delivery-item__image{height:40px;-o-object-fit:contain;object-fit:contain;width:100px}.pvz-delivery-item__description{display:flex;flex-direction:column;gap:5px}.pvz-delivery-item__description span:first-child{font-size:14px;font-weight:500;line-height:16.8px}.pvz-delivery-item__description span:last-child{color:#99a5b0;font-size:12px;font-weight:400;line-height:14.4px;word-break:break-word}.pvz-delivery-item__delivery-data{display:flex;flex-direction:column;gap:5px}.pvz-delivery-item__delivery-data span:first-child{font-size:14px;font-weight:500;line-height:16.8px;text-align:right}.pvz-delivery-item__delivery-data span:last-child{color:#99a5b0;font-size:12px;font-weight:400;line-height:14.4px;text-align:right}.pickup-from-store-list{display:flex;flex-direction:column;gap:10px;height:100%;overflow-y:auto;width:100%}.pickup-from-store-list li:first-child{border-bottom:1px solid var(--color-grey-400)}@media screen and (max-width:767px){.pickup-from-store-list{gap:6px;max-height:300px}}.pickup-from-store-item{border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:16px;transition:background-color .3s ease-in-out;width:100%}@media screen and (max-width:767px){.pickup-from-store-item{max-height:300px;padding:8px}}.pickup-from-store-item span:first-child{color:#011f3a;font-size:16px;font-weight:500;line-height:19.2px;margin-bottom:6px;margin-right:8px;text-align:left}.pickup-from-store-item:hover{background-color:var(--color-grey-300)}.map-container{width:100%}.map-container #map{height:500px}@media screen and (max-width:767px){.map-container #map{height:300px}}.pvz-modal-body{display:flex;flex-direction:column;gap:24px;padding:20px}@media screen and (max-width:767px){.pvz-modal-body{gap:8px;padding:16px 8px}}.green{color:green}.orange{color:orange}.red{color:red}.mobile-only{display:none}@media screen and (max-width:767px){.mobile-only{display:flex}}.popup-data{height:100%;position:absolute;z-index:9999}.popup-data,.popup-data ul{background-color:#fff;width:100%}.popup-data ul{border:1px solid var(--color-grey-200);border-radius:6px;display:flex;flex-direction:column;gap:8px;height:auto;max-height:300px;overflow-y:auto;padding:8px}.popup-data ul li{cursor:pointer;transition:color .1s ease-in-out}.popup-data ul li:hover{color:var(--color-green)}.favorites__btn-group{align-items:center;display:none;flex-direction:column;gap:1rem;margin-top:3.2rem}@media screen and (max-width:767px){.favorites__btn-group{display:flex}}.favorites__btn{align-self:stretch;justify-content:center;padding:1.4rem;width:100%}.v-select{height:100%}.v-select--mod-big .vs__dropdown-toggle{height:5.6rem}@media screen and (max-width:767px){.v-select--mod-big .vs__dropdown-toggle{height:4.4rem}}.v-select--mod-big .vs__dropdown-toggle .choices__list--single{padding:2rem 1.6rem}@media screen and (max-width:767px){.v-select--mod-big .vs__dropdown-toggle .choices__list--single{padding:1.5rem 1.6rem}}.v-select--mod-white .vs__dropdown-toggle{background-color:var(--color-grey-50)}.vs__dropdown-toggle{background-color:var(--color-grey-200)!important;border:none!important;border-radius:.8rem!important;color:var(--color-grey-600);font:var(--font-btn-1);height:100%!important;height:4.4rem;padding:1.5rem 1.6rem!important}.vs__dropdown-menu{background-color:var(--color-grey-50)!important;border:none!important;border-radius:.8rem!important;box-shadow:var(--box-shadow)!important;overflow:visible;padding-top:.8rem!important;z-index:50!important}.vs__dropdown-option{color:#011f3a!important;font:var(--font-btn-2);padding:1.3rem 1.6rem!important}.vs__dropdown-option--highlight{background-color:var(--color-grey-200)!important;color:#000!important}.vs__open-indicator{background-image:url(../images/shevron-down.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;border:none;height:2rem;margin:0!important;right:1rem;transform:translateY(-50%);transition:transform var(--transition);width:2rem;z-index:2}.vs__open-indicator path{display:none}.vs__search{font-size:14px!important}.aside{display:flex;flex-direction:column;grid-column:span 6}.sticker{background:#fff;border-radius:16px;max-width:260px;padding:16px;width:100%}.sticker__profile{align-items:center;display:flex;flex-direction:row;gap:16px}.sticker__profile_img{background:linear-gradient(90deg,#14d7f2,#1cd5a8,#22d26d);border:none;border-radius:50%;box-sizing:border-box;height:48px;position:relative;width:48px}.sticker__profile_img:before{background-color:var(--color-grey-400);background-image:url(../icons/mono/user-default.svg);background-position:50%;background-repeat:no-repeat;border:4px solid #fff;border-radius:50%;box-sizing:border-box;content:"";height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%);width:40px;z-index:99}.sticker__profile_user-info{display:flex;flex-direction:column;gap:4px}.sticker__profile_user-info p{color:#011f3a;font-size:16px;font-weight:500;line-height:19.2px}.aside-tabs{display:flex;flex-direction:column;gap:24px}.profile-item{-moz-column-gap:14px;column-gap:14px;display:grid;grid-template-columns:17px 1fr;transition:.3s ease-in-out}.profile-item svg{fill:none}.profile-item p{cursor:pointer}.profile-item a,.profile-item p{font-size:16px;font-weight:400;line-height:19.2px;margin:0;padding:0}.profile-item_main{display:flex;flex-direction:column;gap:12px}.profile-item_children{color:var(--color-grey-600);display:flex;flex-direction:column;font-size:14px;font-weight:400;gap:8px;line-height:17px}.profile-item:hover,.profile-item_children a:hover{color:#1cd5a8}.profile-item:hover svg{stroke:#1cd5a8}@media screen and (max-width:1199px){:root{--content-padding:20px;--header-height:20rem}}@media screen and (max-width:991px){:root{--font-heading-h1:400 2.6rem/110% var(--main-ff);--font-heading-h2-md:500 2rem/115% var(--main-ff);--font-heading-h2:400 2rem/115% var(--main-ff);--font-heading-h3-md:500 1.8rem/115% var(--main-ff);--font-heading-h4-md:500 1.4rem/115% var(--main-ff);--font-heading-h4:400 1.4rem/115% var(--main-ff);--font-heading-h5-md:500 1.2rem/1 var(--main-ff);--font-text-t1-md:500 1.6rem/1 var(--main-ff);--font-text-t1:400 1.6rem/1 var(--main-ff);--font-text-t2-md:500 1.4rem/115% var(--main-ff);--font-text-t2:400 1.4rem/115% var(--main-ff);--font-text-t3-bld:700 1.2rem/1 var(--main-ff);--font-text-t3-md:500 1.2rem/1 var(--main-ff);--font-text-t3:400 1.2rem/1 var(--main-ff);--font-text-t3-ln:400 1.2rem/150% var(--main-ff);--font-text-t4-md:500 1.2rem/1 var(--main-ff);--font-text-t4:400 1.2rem/1 var(--main-ff);--font-text-t4-ln:400 1.2rem/140% var(--main-ff);--font-text-t5-md:500 1rem/1 var(--main-ff);--font-text-t5:400 1rem/1.2 var(--main-ff);--font-btn-1-md:500 1.6rem/1 var(--main-ff);--font-btn-1:400 1.6rem/1 var(--main-ff);--font-btn-2-md:500 1.4rem/1 var(--main-ff);--font-btn-2:400 1.4rem/1 var(--main-ff);--font-label:400 1rem/1.2 var(--main-ff);--grid-offset:8px;--content-padding:16px;--header-height:16.6rem}}@media screen and (max-width:767px){:root{--mobile-height-nav:4.2rem;--header-height:14.7rem}}.vfm--fixed{position:fixed}.vfm--absolute{position:absolute}.vfm--inset{bottom:0;left:0;right:0;top:0}.vfm--overlay{background-color:#00000080;z-index:-1}.vfm--prevent-none{pointer-events:none}.vfm--prevent-auto{pointer-events:auto}.vfm--outline-none:focus{outline:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.vfm-fade-enter-active{animation:fade-in .3s ease}.vfm-fade-leave-active{animation:fade-out .3s ease}.vfm-bounce-back{transition-duration:.3s;transition-property:transform}.vfm-slide-down-enter-active,.vfm-slide-down-leave-active,.vfm-slide-up-enter-active,.vfm-slide-up-leave-active{transition:transform .3s ease}.vfm-slide-down-enter-from,.vfm-slide-down-leave-to{transform:translateY(100vh)!important}.vfm-slide-up-enter-from,.vfm-slide-up-leave-to{transform:translateY(-100vh)!important}.vfm-slide-left-enter-active,.vfm-slide-left-leave-active,.vfm-slide-right-enter-active,.vfm-slide-right-leave-active{transition:transform .3s ease}.vfm-slide-right-enter-from,.vfm-slide-right-leave-to{transform:translate(100vw)!important}.vfm-slide-left-enter-from,.vfm-slide-left-leave-to{transform:translate(-100vw)!important}.vfm-swipe-banner-back,.vfm-swipe-banner-forward{bottom:0;position:fixed;top:0;width:27px;z-index:10}.vfm-swipe-banner-back{left:0}.vfm-swipe-banner-forward{right:0}
