

/* Start:/local/templates/.default/assets/css/libs.css?172617800645343*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{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{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{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.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{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-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{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}
/* End */


/* Start:/local/templates/.default/assets/css/main.css?1731063121120943*/
:root{--index:calc(1vw + 1vh);--fs-default:62.5%;--line-height:1.5;--container-width:1850px;--container-padding:30px;--font-default:"Ubuntu",sans-serif;--transition:cubic-bezier(0.445,0.050,0.550,0.950);--transition2:cubic-bezier(0.785,0.135,0.150,0.860);--transition3:cubic-bezier(0.715,-0.235,0.120,1.300);--bg-body:#f0ebe5;--color-text:#000;--color-gray:#e4dad1;--color-gray2:#757575;--color-gray2RGBA50:hsla(0,0%,46%,.5);--color-gray3:#f2ede9;--color-beige:#f0ebe5;--color-beigeRGBA50:hsla(33,27%,92%,.3);--color-beige2:#ece6df;--color-beige3:#f4d5b4;--color-beige4:#ede7e1;--color-beige5:#fcfaf8;--color-beige6:#e7dcd3;--color-beige7:#f7f4ef;--color-white:#fff;--color-black:#000;--color-blackRGBA50:rgba(0,0,0,.5);--color-blackRGBA10:rgba(0,0,0,.1);--color-black2:#2d2f3e;--color-black3:#1d1d1d;--color-black4:#5c5c5c;--color-black4RGBA30:rgba(92,92,92,.3);--color-black4RGBA10:rgba(92,92,92,.1);--color-black5:#4b4b4b;--color-black6:#181832;--color-black7:#0a0a0a;--color-orange:#f8d445;--color-orange2:#fed104;--color-red:#f84545;--color-red2:#fb553b;--color-red3:#e0d0be;--color-red4:#ff9356;--color-tg:#039be5}@media screen and (max-width:992px){:root{--container-padding:15px}}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:300;src:url(/local/templates/.default/assets/css/../fonts/Ubuntu/Ubuntu-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:400;src:url(/local/templates/.default/assets/css/../fonts/Ubuntu/Ubuntu.woff2) format("woff2")}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:500;src:url(/local/templates/.default/assets/css/../fonts/Ubuntu/Ubuntu-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:700;src:url(/local/templates/.default/assets/css/../fonts/Ubuntu/Ubuntu-Bold.woff2) format("woff2")}*,:after,:before{box-sizing:border-box;margin:0;outline:none!important;padding:0}:where(ul,ol):where([class]){padding-left:0}:where(ul[class]){list-style:none}:where(blockquote,figure):where([class]),body{margin:0}:where(h1,h2,h3,h4,h5,h6,p,ul,ol,dl):where([class]){margin-block:0}:where(dd[class]){margin-left:0}:where(fieldset[class]){border:none;margin-left:0;padding:0}p{--paragraphMarginBottom:24px;margin-block:0}p:where(:not([class]):not(:last-child)){margin-bottom:var(--paragraphMarginBottom)}img{display:block;max-width:100%}a,button,input,select,textarea{font:inherit;outline:none!important}input:focus{outline:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{display: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{-webkit-box-shadow:inset 0 0 0 1000px none;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}html{font-size:var(--fs-default);height:100%;scroll-behavior:smooth}body{line-height:var(--line-height);min-height:100%;min-width:320px}svg [fill]{fill:currentColor}svg [stroke]{stroke:currentColor}svg *{transition-property:fill,stroke}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}body{background:var(--bg-body);color:var(--color-text);font-family:var(--font-default);position:relative}body.no-scroll{overflow:hidden}body._load .banners-slider,body._load .banners-slider .banners-slider__item .banners-slider__item-content,body._load .main-header{opacity:1;transform:translateY(0)}body._load .banners-slider .banners-slider__item .banners-slider__item-fon{opacity:1}body._load .banners-slider .banners-slider__item .banners-slider__item-img{opacity:1;transform:scale(1)}body._load .banners-slider .banners-slider__item .banners-slider__item-arrow{opacity:1;transform:translateX(0)}@media screen and (min-width:480px){.desctop-hidden{display:none!important}}@media screen and (max-width:480px){.mobile-hidden{display:none!important}}@media screen and (max-width:1280px){.laptop-hidden{display:none!important}}.visually-hidden{clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.container{margin-inline:auto;max-width:calc(var(--container-width) + var(--container-padding)*2);padding-inline:var(--container-padding);width:100%}.hidden{display:none}.page-container{padding-bottom:140px;padding-top:60px}@media screen and (max-width:992px){.page-container{padding-bottom:70px;padding-top:30px}}.page-desc.page-desc__top{margin-bottom:20px}.page-desc.page-desc__bottom{padding-top:60px}@media screen and (max-width:1600px){.page-desc.default-content{font-size:16px}}@media screen and (max-width:1300px){.page-desc.default-content{font-size:14px}}@media screen and (max-width:992px){.page-desc.default-content{font-size:12px}}.default-content{font-size:18px;line-height:1.4}@media screen and (max-width:992px){.default-content{font-size:16px}}.default-content p{margin-bottom:15px}.default-content :last-child{margin-bottom:0}.default-content :has(+h1,+h2,+h3,+h4,+h5){margin-bottom:30px}.default-content :has(+ul,+ol){margin-bottom:10px}.default-content h1{font-size:26px;font-weight:700;margin:0 0 20px}@media screen and (max-width:992px){.default-content h1{font-size:20px}}.default-content h2{font-size:22px;font-weight:700;margin:0 0 20px}@media screen and (max-width:992px){.default-content h2{font-size:18px}}.default-content h3{font-size:20px;font-weight:700;margin:0 0 20px}@media screen and (max-width:992px){.default-content h3{font-size:16px}}.default-content h4{font-size:18px;font-weight:700;margin:0 0 20px}@media screen and (max-width:992px){.default-content h4{font-size:14px}}.default-content img{border-radius:30px;margin-bottom:20px;max-width:100%}@media screen and (max-width:768px){.default-content img{border-radius:22px}}.default-content ol,.default-content ul{list-style-position:inside;margin-bottom:20px}.default-content ol li,.default-content ul li{margin-bottom:3px}.default-content a{color:var(--color-text);transition:color .3s var(--transition)}@media (hover:hover){.default-content a:hover{text-decoration:none}}@media (hover:none){.default-content a:active{text-decoration:none}}.default-content iframe{aspect-ratio:16/9;border-radius:30px;height:auto;margin-bottom:20px;max-width:1000px;width:100%}@media screen and (max-width:768px){.default-content iframe{border-radius:22px}}.page-wrapper{margin-bottom:160px;padding-top:60px}@media screen and (max-width:768px){.page-wrapper{margin-bottom:60px;padding-top:40px}}.archve{display:flex;flex-wrap:wrap;gap:50px 30px}@media screen and (max-width:768px){.archve{gap:20px 14px}}.archve .article-card{width:calc(25% - 22.5px)}@media screen and (max-width:1500px){.archve .article-card{width:calc(33.33333% - 20px)}}@media screen and (max-width:1200px){.archve .article-card{width:calc(50% - 15px)}}@media screen and (max-width:768px){.archve .article-card{width:calc(50% - 7px)}}.pagination{display:flex;justify-content:center;padding-top:30px;width:100%}.page-title{color:var(--color-black6);font-size:50px;font-weight:700;line-height:1.2;margin-bottom:40px}@media screen and (max-width:1600px){.page-title{font-size:30px}}@media screen and (max-width:768px){.page-title{font-size:20px;margin-bottom:20px}}.page-title h1{font-size:50px;font-weight:700;margin:0}@media screen and (max-width:1600px){.page-title h1{font-size:30px}}@media screen and (max-width:768px){.page-title h1{font-size:20px}}.page-img{margin-bottom:40px;max-width:1000px}@media screen and (max-width:768px){.page-img{margin-bottom:20px}}.page-img img{border-radius:30px}@media screen and (max-width:768px){.page-img img{border-radius:22px}}.single-content{max-width:1100px}.page-wrapper__top{align-items:center;display:flex;gap:0 60px;margin-bottom:40px}@media screen and (max-width:992px){.page-wrapper__top{align-items:flex-start;flex-direction:column;gap:10px}}@media screen and (max-width:768px){.page-wrapper__top{margin-bottom:20px}}.page-wrapper__top .page-title{margin-bottom:0}@media screen and (max-width:768px){.page-wrapper__top .page-title{margin-bottom:0}}.blog-categorys{align-items:center;display:flex;flex-wrap:wrap;gap:10px 8px;padding-top:10px}.blog-categorys .blog-category{border:1px solid var(--color-beige6);border-radius:22px;color:var(--color-text);display:block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none;transition:all .3s var(--transition);white-space:nowrap}@media screen and (max-width:768px){.blog-categorys .blog-category{font-size:12px;padding:7px 14px}}@media (hover:hover){.blog-categorys .blog-category:hover{background:var(--color-beige3);border-color:var(--color-beige3)}}@media (hover:none){.blog-categorys .blog-category:active{background:var(--color-beige3);border-color:var(--color-beige3)}}.blog-categorys .blog-category._active{background:var(--color-beige3);border-color:var(--color-beige3)}.btn{align-items:center;background:var(--color-orange);border:none;border-radius:35px;color:var(--color-black);cursor:pointer;display:inline-flex;font-size:20px;font-weight:500;height:67px;line-height:67px;overflow:hidden;position:relative;text-align:center;text-decoration:none;transition:all .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}@media (hover:hover){.btn:hover{background:var(--color-orange2);box-shadow:0 0 10px 10px var(--color-beige2)}.btn:hover span:first-child{filter:blur(5px);transform:translateY(-102%) scale(.9)}.btn:hover span:nth-child(2){filter:blur(0);transform:translateY(0) scale(1)}}@media (hover:none){.btn:active{background:var(--color-orange2);box-shadow:0 0 10px 10px var(--color-beige2)}.btn:active span:first-child{filter:blur(5px);transform:translateY(-102%) scale(.9)}.btn:active span:nth-child(2){filter:blur(0);transform:translateY(0) scale(1)}}.btn span{display:block;height:67px;padding:0 70px;transition:all .4s var(--transition) .1s;width:100%;will-change:transition,filter}@media screen and (max-width:1300px){.btn span{padding:0 30px}}.btn span:nth-child(2){filter:blur(5px);left:0;position:absolute;top:0;transform:translateY(102%) scale(1.1);width:100%}.btn-send{align-items:center;background:transparent;border:none;color:var(--color-black);cursor:pointer;display:flex;font-size:12px;font-weight:400;text-decoration:none;transition:color .3s var(--transition);white-space:nowrap}@media (hover:hover){.btn-send:hover{color:var(--color-red2)}}@media (hover:none){.btn-send:active{color:var(--color-red2)}}.btn-send .icon{display:block;height:16px;line-height:0px;margin-right:15px;width:16px}.link-tg{align-items:center;background:transparent;border:none;color:var(--color-black);cursor:pointer;display:flex;font-size:12px;font-weight:400;text-decoration:none;transition:color .3s var(--transition);white-space:nowrap}@media (hover:hover){.link-tg:hover{color:var(--color-tg)}}@media (hover:none){.link-tg:active{color:var(--color-tg)}}.link-tg .icon{color:var(--color-tg);display:block;height:16px;line-height:0px;margin-right:15px;width:16px}.btn-catalog{align-items:center;background:var(--color-orange);border-radius:25px;color:var(--color-black);display:flex;font-size:16px;height:50px;justify-content:center;text-decoration:none;transition:all .3s var(--transition);white-space:nowrap;width:199px}@media screen and (max-width:1600px){.btn-catalog{width:160px}}@media (hover:hover){.btn-catalog:hover{box-shadow:0 0 10px 10px var(--color-beige2)}.btn-catalog:hover i:before{width:50%}.btn-catalog:hover i:after{left:0;width:100%}}@media (hover:none){.btn-catalog:active{box-shadow:0 0 10px 10px var(--color-beige2)}.btn-catalog:active i:before{width:50%}.btn-catalog:active i:after{left:0;width:100%}}.btn-catalog i{height:8px;margin-right:10px;position:relative;width:22px}.btn-catalog i:before{left:0;top:0;width:100%}.btn-catalog i:after,.btn-catalog i:before{background:var(--color-black);border-radius:2px;content:"";height:2px;position:absolute;transition:all .3s var(--transition)}.btn-catalog i:after{bottom:0;left:50%;width:50%}.btn-dowload{align-items:center;background:var(--color-red3);border:none;border-radius:25px;color:var(--color-black);cursor:pointer;display:flex;font-size:16px;height:50px;padding:0 30px;text-decoration:none;transition:background .3s var(--transition);white-space:nowrap}@media (hover:hover){.btn-dowload:hover{background:var(--color-orange)}}@media (hover:none){.btn-dowload:active{background:var(--color-orange)}}.btn-dowload .icon{margin-right:14px}.btn-wb{align-items:center;background:var(--color-orange);border:none;border-radius:35px;color:var(--color-text);cursor:pointer;display:inline-flex;font-size:20px;font-weight:500;height:67px;line-height:67px;overflow:hidden;position:relative;text-align:center;text-decoration:none;transition:all .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.btn-wb span{position:relative;z-index:2}@media (hover:hover){.btn-wb:hover{background:var(--color-orange2)}}@media (hover:none){.btn-wb:active{background:var(--color-orange2)}}.btn-load{background:var(--color-orange);border:none;border-radius:25px;color:var(--color-black);cursor:pointer;font-size:16px;height:50px;line-height:50px;max-width:300px;text-decoration:none;transition:all .3s var(--transition);white-space:nowrap;width:100%}@media (hover:hover){.btn-load:hover{background:var(--color-orange2);box-shadow:0 0 10px 10px var(--color-beige2)}}@media (hover:none){.btn-load:active{background:var(--color-orange2);box-shadow:0 0 10px 10px var(--color-beige2)}}.copy{align-items:center;background:none;border:none;color:var(--color-text);cursor:pointer;display:flex;font-size:14px;gap:16px;transition:all .3s var(--transition)}@media (hover:hover){.copy:hover i{color:var(--color-red2)}}@media (hover:none){.copy:active i{color:var(--color-red2)}}.copy i{display:inline-block;line-height:0px;transition:color .3s var(--transition)}.popup-form{background:var(--color-white);border-radius:30px;box-shadow:0 0 20px 10px var(--color-black4RGBA10);max-width:600px;opacity:0;padding:60px 30px 50px;transform:translateY(20px);transition:all .4s var(--transition) .2s;width:100%}@media screen and (max-width:1600px){.popup-form{max-width:440px;padding:30px}}.popup-form .popup-form__wrapper{margin:0 auto;max-width:400px}@media screen and (max-width:1600px){.popup-form .popup-form__wrapper{max-width:100%;width:100%}}.popup-form .popup-form__logo{margin:0 auto 30px;max-width:290px}@media screen and (max-width:1600px){.popup-form .popup-form__logo{margin-bottom:20px}}@media screen and (max-width:992px){.popup-form .popup-form__logo{margin-bottom:10px}}.popup-form .popup-form__logo img{margin:0 auto}@media screen and (max-width:1600px){.popup-form .popup-form__logo img{height:30px}}.popup-form .popup-form__title{font-size:32px;font-weight:500;margin-bottom:40px;text-align:center}@media screen and (max-width:1600px){.popup-form .popup-form__title{font-size:22px;margin-bottom:30px}}.popup-form .block-input{margin-bottom:18px}.popup-form .privacy-check{padding-top:20px}.fancybox__backdrop{background:var(--color-black4RGBA30);opacity:.4}@media screen and (max-width:992px){.popup-custom{z-index:80}.popup-custom .fancybox__track{align-items:flex-end}.popup-custom .fancybox__slide{align-items:flex-end;display:flex;padding:40px 0 0;width:100%}.popup-custom .fancybox__slide .popup-form{border-radius:30px 30px 0 0;box-shadow:0 0 20px 10px var(--color-black4RGBA10);margin-top:auto;max-width:100%;padding:30px 0 80px;width:100%}}.popup-custom .fancybox__slide .popup-form.f-scaleIn{opacity:1;transform:translateY(0)}@media screen and (max-width:992px){.popup-custom .fancybox__slide .popup-form .popup-form__title{color:var(--color-black2);font-size:18px;font-weight:500;padding:0 20px}}.popup-custom .fancybox__slide .popup-form .fancybox-close-small{right:6px;top:10px}.popup-custom .fancybox__slide .popup-form .popup-form__content{margin:0 auto;max-width:350px}@media screen and (max-width:992px){.popup-custom .fancybox__slide:after,.popup-custom .fancybox__slide:before{display:none}}.fancybox__content>.f-button.is-close-btn{background:transparent;color:var(--color-black);right:10px;top:10px}.popup-gallery{background:var(--color-white)}.popup-gallery .fancybox__backdrop{display:none}.popup-gallery .fancybox__toolbar__column .fancybox__infobar,.popup-gallery .fancybox__toolbar__column button[data-fancybox-toggle-fullscreen],.popup-gallery .fancybox__toolbar__column button[data-fancybox-toggle-slideshow],.popup-gallery .fancybox__toolbar__column button[data-fancybox-toggle-thumbs],.popup-gallery .fancybox__toolbar__column button[data-panzoom-action=iterateZoom]{display:none!important}.popup-gallery .f-button{background:var(--color-black3)}.popup-gallery .f-button.is-prev{background:transparent;border:1px solid var(--color-black3);color:var(--color-black3);height:44px;width:44px}@media (hover:hover){.popup-gallery .f-button.is-prev:hover{background:var(--color-black3);color:var(--color-white)}}@media (hover:none){.popup-gallery .f-button.is-prev:active{background:var(--color-black3);color:var(--color-white)}}.popup-gallery .f-button.is-prev svg{filter:none;height:14px}.popup-gallery .f-button.is-next{background:transparent;border:1px solid var(--color-black3);color:var(--color-black3);height:44px;width:44px}@media (hover:hover){.popup-gallery .f-button.is-next:hover{background:var(--color-black3);color:var(--color-white)}}@media (hover:none){.popup-gallery .f-button.is-next:active{background:var(--color-black3);color:var(--color-white)}}.popup-gallery .f-button.is-next svg{filter:none;height:14px}.popup-gallery .f-thumbs__slide__button{background:var(--color-beige);border-radius:4px;padding:6px}.popup-gallery .f-thumbs__slide__button img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.about-video{background:var(--color-white);padding:20px}.about-video:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:0}.about-video .fancybox__content{aspect-ratio:9/16!important;background:var(--color-white);position:static;width:700px}.about-video .fancybox__content .fancybox__html5video{background:var(--color-black);border-radius:30px}.about-video .fancybox__backdrop{display:none}.about-video .fancybox__toolbar__column .fancybox__infobar,.about-video .fancybox__toolbar__column button[data-fancybox-toggle-fullscreen],.about-video .fancybox__toolbar__column button[data-fancybox-toggle-slideshow],.about-video .fancybox__toolbar__column button[data-fancybox-toggle-thumbs],.about-video .fancybox__toolbar__column button[data-panzoom-action=iterateZoom]{display:none!important}.about-video .f-button{background:var(--color-black3)}.about-video .f-button.is-prev{background:transparent;border:1px solid var(--color-black3);color:var(--color-black3);height:44px;width:44px}@media (hover:hover){.about-video .f-button.is-prev:hover{background:var(--color-black3);color:var(--color-white)}}@media (hover:none){.about-video .f-button.is-prev:active{background:var(--color-black3);color:var(--color-white)}}.about-video .f-button.is-prev svg{filter:none;height:14px}.about-video .f-button.is-next{background:transparent;border:1px solid var(--color-black3);color:var(--color-black3);height:44px;width:44px}@media (hover:hover){.about-video .f-button.is-next:hover{background:var(--color-black3);color:var(--color-white)}}@media (hover:none){.about-video .f-button.is-next:active{background:var(--color-black3);color:var(--color-white)}}.about-video .f-button.is-next svg{filter:none;height:14px}.about-video .f-thumbs__slide__button{background:var(--color-beige);border-radius:4px;padding:6px}.about-video .f-thumbs__slide__button img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.popup-thanks{align-items:center;background:var(--color-orange2);border-radius:30px 30px 0 0;border-top:1px solid var(--color-beige6);bottom:0;color:var(--color-black);display:flex;flex-direction:column;height:calc(100% - 140px);justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;transform:translateY(20px);transition:all .3s var(--transition);width:100%;z-index:2}@media screen and (max-width:1600px){.popup-thanks{height:calc(100% - 80px)}}@media screen and (max-width:992px){.popup-thanks{height:calc(100% - 70px)}}.popup-thanks._show{opacity:1;pointer-events:all;transform:translateY(0)}.popup-thanks .popup-thanks__title{font-size:24px;font-weight:400;line-height:1.4;margin-bottom:40px}@media screen and (max-width:992px){.popup-thanks .popup-thanks__title{font-size:20px}}.popup-thanks .popup-thanks__title strong{display:block;font-size:50px;font-weight:500}@media screen and (max-width:992px){.popup-thanks .popup-thanks__title strong{font-size:40px}}.popup-thanks .popup-thanks__desc{font-size:18px;font-weight:400}@media screen and (max-width:992px){.popup-thanks .popup-thanks__desc{font-size:16px}}.breadcrumbs{display:flex;flex-wrap:wrap;font-size:14px;list-style:none;margin:0 0 40px}@media screen and (max-width:992px){.breadcrumbs{font-size:12px;margin-bottom:10px}}.breadcrumbs .breadcrumbs__item{margin-right:4px}.breadcrumbs .breadcrumbs__item:last-child{margin-right:0}.breadcrumbs .breadcrumbs__item:last-child:after{display:none}.breadcrumbs .breadcrumbs__item:after{content:"/";opacity:.5}.breadcrumbs .breadcrumbs__link{color:var(--color-black);opacity:.5;text-decoration:none;transition:opacity .3s var(--transition)}@media (hover:hover){.breadcrumbs .breadcrumbs__link:hover{opacity:1}}@media (hover:none){.breadcrumbs .breadcrumbs__link:active{opacity:1}}.breadcrumbs .breadcrumbs__curent{opacity:.5}.mobile-pannel{border-radius:33px 33px 0 0;bottom:0;box-shadow:0 0 20px 10px var(--color-black4RGBA10);display:none;height:65px;left:0;overflow:hidden;position:fixed;right:0;z-index:100}@media screen and (max-width:992px){.mobile-pannel{display:block}}.mobile-pannel:before{background:var(--color-orange);content:"";height:100%;left:0;opacity:.98;position:absolute;top:0;width:100%;z-index:1}.mobile-pannel .mobile-pannel__list{align-items:center;display:flex;justify-content:space-between;padding:15px 5px;position:relative;z-index:2}.mobile-pannel .mobile-pannel__item{align-items:center;background:transparent;border:none;color:var(--color-black);display:flex;flex:1 1 auto;flex-direction:column;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.mobile-pannel .mobile-pannel__item._active .mobile-pannel__icon{color:var(--color-red2)}.mobile-pannel .mobile-pannel__item .mobile-pannel__icon{color:var(--color-black);margin-bottom:4px;transition:color .3s var(--transition)}.mobile-pannel .mobile-pannel__item .mobile-pannel__icon .icon{align-items:center;display:flex;height:20px;justify-content:center}.mobile-pannel .mobile-pannel__item .mobile-pannel__icon .icon.icon-catalog svg,.mobile-pannel .mobile-pannel__item .mobile-pannel__icon .icon.icon-filter svg,.mobile-pannel .mobile-pannel__item .mobile-pannel__icon .icon.icon-mail svg,.mobile-pannel .mobile-pannel__item .mobile-pannel__icon .icon.icon-menu svg{height:16px;width:auto}.mobile-pannel .mobile-pannel__item .mobile-pannel__icon .icon.icon-tg{color:var(--color-tg)}.mobile-pannel .mobile-pannel__item .mobile-pannel__icon .icon.icon-phone svg,.mobile-pannel .mobile-pannel__item .mobile-pannel__icon .icon.icon-tg svg{height:16px;width:auto}.mobile-pannel .mobile-pannel__item .mobile-pannel__title{font-size:10px}.mobile-block{bottom:0;height:100%;opacity:0;overflow:hidden;pointer-events:none;position:fixed;transition:all .1s var(--transition) .3s;visibility:hidden;width:100%;z-index:90}.mobile-block._open{opacity:1;pointer-events:all;transition:all .1s var(--transition);visibility:visible}.mobile-block._open .mobile-block__container{opacity:1;transform:translateY(0);transition:all .4s var(--transition) .2s}.mobile-block._open .mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:1;transition:all .3s var(--transition)}.mobile-block .mobile-block__container{background:var(--color-white);border-radius:30px 30px 0 0;bottom:0;box-shadow:0 0 20px 10px var(--color-black4RGBA10);left:0;opacity:0;padding-bottom:80px;position:absolute;right:0;transform:translateY(10%);transition:all .3s var(--transition);will-change:transition;z-index:2}.mobile-block .mobile-block__top{align-items:center;border-bottom:1px solid var(--color-beige);display:flex;justify-content:space-between;padding:20px 20px 10px;width:100%}.mobile-block .mobile-block__title{color:var(--color-black2);font-size:18px;font-weight:500}.mobile-block .mobile-block__content{padding:15px 20px 10px}.mobile-block .mobile-block__close{align-items:center;display:flex;height:26px;position:relative;right:-10px;width:26px}.mobile-block .mobile-block__close svg{height:16px;width:16px}.mobile-block .pannel-search{width:calc(100% - 40px)}.mobile-block .pannel-search .title-search-result{background:var(--color-beige5)}.mobile-block .pannel-search .title-search-result .pannel-search__result-table{max-height:270px}.mobile-block .pannel-search__block .pannel-search__val{background:var(--color-beige)}.mobile-block .pannel-search__block .pannel-search__btn{width:50px}.mobile-block .pannel-search__block .pannel-search__btn svg{height:14px;width:14px}.mobile-block.mobile-block__cotalog .mobile-block__container{min-height:460px}.mobile-block.mobile-block__cotalog .btn-dowload{background:var(--color-beige2);display:inline-flex;font-size:14px;height:42px;margin-top:25px;padding:0 20px}.mobile-menu .mobile-menu__item{margin-bottom:10px}.mobile-menu .mobile-menu__item._active .mobile-menu__link{opacity:.3}.mobile-menu .mobile-menu__link{color:var(--color-black);font-size:18px;text-decoration:none}.mobile-overlay{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background:var(--color-black4RGBA30);height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .3s var(--transition) .2s;width:100%;will-change:all;z-index:1}.block-input._error .block-input__val{border-color:var(--color-red)}.block-input._error .block-input__error{display:block}.block-input .block-input__label{display:block;font-size:12px;font-weight:500;margin-bottom:5px;padding-left:9px}.block-input input.block-input__val{background:var(--color-beige5);border:1px solid var(--color-beige);border-radius:10px;font-size:16px;height:50px;padding:0 12px;transition:all .3s var(--transition);width:100%}.block-input input.block-input__val:focus{background:var(--color-beigeRGBA50)}.block-input textarea.block-input__val{background:var(--color-beige5);border:1px solid var(--color-beige);border-radius:10px;font-size:16px;height:100px;padding:12px;resize:none;transition:all .3s var(--transition);width:100%}.block-input textarea.block-input__val:focus{background:var(--color-beigeRGBA50)}.block-input .block-input__error{color:var(--color-red);display:block;display:none;padding-left:9px;padding-top:2px}.form-btn{background:var(--color-orange2);border:none;border-radius:40px;color:var(--color-black6);cursor:pointer;font-size:20px;font-weight:400;height:65px;transition:all .3s var(-transition);width:100%}@media screen and (max-width:992px){.form-btn{font-size:18px;height:50px}}@media (hover:hover){.form-btn:hover{background:var(--color-orange)}}@media (hover:none){.form-btn:active{background:var(--color-orange)}}.privacy-check{color:var(--color-black);display:block;font-size:14px;text-align:center}@media screen and (max-width:992px){.privacy-check{font-size:10px}}.privacy-check a{color:var(--color-black6)}.cookies-message{background:var(--color-white);border-radius:20px;bottom:var(--container-padding);box-shadow:0 0 20px 10px var(--color-black4RGBA10);left:var(--container-padding);max-width:300px;opacity:0;padding:15px;pointer-events:none;position:fixed;transform:translateX(-20%);transition:all .4s var(--transition3);z-index:70}@media screen and (max-width:992px){.cookies-message{bottom:0;left:0;max-width:100%;padding-bottom:80px;transform:translateX(0);transform:translateY(20%);width:100%}}.cookies-message._show{opacity:1;pointer-events:all;transform:translateX(0)}@media screen and (max-width:992px){.cookies-message._show{transform:translateY(0)}}.cookies-message .cookies-message__content{font-size:12px;margin-bottom:10px}.cookies-message .cookies-message__content a{color:var(--color-red2)}@media (hover:hover){.cookies-message .cookies-message__content a:hover{text-decoration:none}}@media (hover:none){.cookies-message .cookies-message__content a:active{text-decoration:none}}.cookies-message .cookies-message__close{background:var(--color-orange2);border:none;border-radius:20px;color:var(--color-black);cursor:pointer;font-size:12px;padding:8px 16px;transition:all .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:hover){.cookies-message .cookies-message__close:hover{background:var(--color-orange)}}@media (hover:none){.cookies-message .cookies-message__close:active{background:var(--color-orange)}}.products-section{overflow:hidden;padding-bottom:25px}.products-section.products-section__mb125{margin-bottom:100px}@media screen and (max-width:1600px){.products-section.products-section__mb125{margin-bottom:90px}}@media screen and (max-width:768px){.products-section.products-section__mb125{margin-bottom:60px}}.products-section .swiper-slide{height:auto}@media screen and (max-width:992px){.products-section .swiper-slide{max-width:260px;width:calc(100% - 60px)}}.products-section .swiper-slide .product-card{height:100%}.products-section .products-section__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:39px}@media screen and (max-width:768px){.products-section .products-section__top{margin-bottom:24px}}.products-section .products-section__title{font-size:30px;font-weight:700;text-transform:uppercase}@media screen and (max-width:768px){.products-section .products-section__title{font-size:20px}}.products-section .products-section__title h2{font-size:30px;font-weight:700;margin:0}@media screen and (max-width:768px){.products-section .products-section__title h2{font-size:20px}}.products-section .products-section__nav{align-items:center;display:flex;gap:0 15px;position:relative}@media screen and (max-width:768px){.products-section .products-section__nav{display:none}}.products-section .products-section__btn{align-items:center;border:1px solid var(--color-black3);border-radius:50%;color:var(--color-black);display:flex;height:44px;justify-content:center;left:auto;margin:0;position:relative;right:auto;top:auto;transition:all .3s var(--transition);width:44px}@media (hover:hover){.products-section .products-section__btn:hover{background:var(--color-black3);color:var(--color-white)}}@media (hover:none){.products-section .products-section__btn:active{background:var(--color-black3);color:var(--color-white)}}.products-section .products-section__btn:after,.products-section .products-section__btn:before{display:none}.products-slider{overflow:visible}.product-card{color:var(--color-black);display:block;position:relative;text-decoration:none}.product-card._sale .current-price{color:var(--color-red2)}@media screen and (hover:hover) and (min-width:768px){.product-card:hover:before{box-shadow:0 0 10px 10px var(--color-beige2);transform:scale(1.04)}}@media (hover:hover){.product-card:hover .product-card__circle{background:var(--color-black3);color:var(--color-orange)}.product-card:hover .product-card__circle svg{transform:rotate(0deg)}}@media screen and (hover:none) and (min-width:768px){.product-card:active:before{box-shadow:0 0 10px 10px var(--color-beige2);transform:scale(1.04)}}@media (hover:none){.product-card:active .product-card__circle{background:var(--color-black3);color:var(--color-orange)}.product-card:active .product-card__circle svg{transform:rotate(0deg)}}.product-card:before{background:var(--color-white);border-radius:30px;content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s var(--transition);width:100%;z-index:1}@media screen and (max-width:768px){.product-card:before{border-radius:20px}}.product-card .product-card__img{height:336px;padding:26px;position:relative;z-index:2}@media screen and (max-width:768px){.product-card .product-card__img{height:240px;padding:12px}}.product-card .product-card__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.product-card .product-card__content{display:flex;flex-direction:column;height:calc(100% - 336px);justify-content:space-between;padding:16px 20px 30px 30px;position:relative;z-index:2}@media screen and (max-width:1320px){.product-card .product-card__content{padding:16px}}@media screen and (max-width:768px){.product-card .product-card__content{height:calc(100% - 240px)}}.product-card .product-card__name{font-size:18px;font-weight:500;line-height:1.4;margin-bottom:10px}@media screen and (max-width:1320px){.product-card .product-card__name{font-size:16px}}.product-card .product-card__line{position:relative}.product-card .product-card__weight{font-size:16px;font-weight:400;margin-bottom:3px;opacity:.3}.product-card .product-card__prices{align-items:baseline;display:flex;line-height:1.4}.product-card .current-price{display:block;font-size:24px;margin-right:8px;position:relative}.product-card .current-price:after{content:"";display:block}.product-card .old-price{color:var(--color-black4RGBA30);font-size:20px;position:relative}.product-card .old-price:before{background:var(--color-black5);border:1px solid var(--color-white);content:"";height:3px;left:0;position:absolute;top:calc(50% - 1.5px);width:100%;z-index:2}.product-card .product-card__circle{align-items:center;background:var(--color-beige4);border-radius:50%;bottom:-10px;display:flex;height:48px;justify-content:center;position:absolute;right:0;transition:all .3s var(--transition);width:48px}@media screen and (max-width:768px){.product-card .product-card__circle{bottom:0;height:36px;width:36px}}.product-card .product-card__circle svg{transform:rotate(-45deg);transition:transform .3s var(--transition)}@media screen and (max-width:768px){.product-card .product-card__circle svg{height:12px;width:12px}}.catalog-wrapper{display:flex}@media screen and (max-width:992px){.catalog-wrapper{flex-direction:column}}.catalog-wrapper:has(+.histore-section){margin-bottom:160px}@media screen and (max-width:992px){.catalog-wrapper:has(+.histore-section){margin-bottom:110px}}@media screen and (max-width:768px){.catalog-wrapper:has(+.histore-section){margin-bottom:60px}}.catalog-wrapper .sidebar{margin-right:110px;width:313px}@media screen and (max-width:1600px){.catalog-wrapper .sidebar{margin-right:40px;width:290px}}@media screen and (max-width:992px){.catalog-wrapper .sidebar{width:100%}}.catalog-wrapper .main-page{width:calc(100% - 423px)}@media screen and (max-width:1600px){.catalog-wrapper .main-page{width:calc(100% - 330px)}}@media screen and (max-width:992px){.catalog-wrapper .main-page{width:100%}}.catalog-wrapper .main-page .histore-section{margin-top:110px}@media screen and (max-width:768px){.catalog-wrapper .main-page .histore-section{margin-top:60px}}@media screen and (max-width:1600px){.catalog-wrapper .main-page .histore-section .histore-desc h2{font-size:32px}}@media screen and (max-width:768px){.catalog-wrapper .main-page .histore-section .histore-desc h2{font-size:24px}}.product-list{display:flex;flex-wrap:wrap;gap:30px}@media screen and (max-width:1600px){.product-list{gap:20px}}@media screen and (max-width:768px){.product-list{gap:12px}}@media screen and (max-width:480px){.product-list{gap:6px}}.product-list .product-card{width:calc(25% - 22.5px)}@media screen and (max-width:1600px){.product-list .product-card{width:calc(33.33333% - 13.3333px)}}@media screen and (max-width:1200px){.product-list .product-card{width:calc(50% - 10px)}}@media screen and (max-width:992px){.product-list .product-card{width:calc(33.33333% - 13.3333px)}}@media screen and (max-width:768px){.product-list .product-card{width:calc(50% - 6px)}}@media screen and (max-width:480px){.product-list .product-card{width:calc(50% - 3px)}.product-list .product-card .product-card__img{height:160px;padding:3px}.product-list .product-card .product-card__content{height:calc(100% - 160px);padding:6px}.product-list .product-card .product-card__name{font-size:14px;line-height:1.2}.product-list .product-card .product-card__weight{font-size:14px}.product-list .product-card .current-price{align-items:center;display:flex;font-size:18px;gap:0 3px}.product-list .product-card .current-price .rub{line-height:0px}.product-list .product-card .current-price .rub svg{width:11px}.product-list .product-card .old-price{align-items:center;display:flex;font-size:14px;gap:0 3px}.product-list .product-card .old-price .rub{line-height:0px}.product-list .product-card .old-price .rub svg{width:9px}.product-list .product-card .product-card__circle{height:30px;width:30px}}.catalog-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:17px}.catalog-top .catalog-sorting{margin-left:auto}.catalog-sorting{position:relative;width:200px;z-index:5}.catalog-sorting._open:before{height:calc(100% + var(--list-height) + 20px);transition:height .3s var(--transition)}.catalog-sorting._open .sorting-list{opacity:1;pointer-events:all;transform:translateY(0);transition:all .3s var(--transition) .2s}.catalog-sorting:before{background:var(--bg-body);border:1px solid var(--color-beige6);border-radius:30px;content:"";height:100%;position:absolute;right:0;top:0;transition:height .3s var(--transition) .2s;width:100%;will-change:height}.catalog-sorting .sorting-curent{align-items:center;background:transparent;border:none;color:var(--color-black);cursor:pointer;display:flex;font-size:14px;font-weight:400;gap:0 10px;justify-content:flex-end;padding:16px 13px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;z-index:3}@media screen and (max-width:992px){.catalog-sorting .sorting-curent{padding:12px 19px 12px 24px}}.catalog-sorting .sorting-list{list-style:none;opacity:0;pointer-events:none;position:absolute;text-align:right;transform:translateY(10px);transition:all .3s var(--transition);width:100%;will-change:transform}.catalog-sorting .sorting-list .sorting-list__item._selected a{opacity:.5;pointer-events:none}@media (hover:hover){.catalog-sorting .sorting-list .sorting-list__item._selected a:hover{color:var(--color-black)}}@media (hover:none){.catalog-sorting .sorting-list .sorting-list__item._selected a:active{color:var(--color-black)}}.catalog-sorting .sorting-list .sorting-list__item a{color:var(--color-black);display:block;font-size:14px;font-weight:400;padding:6px 39px 6px 10px;text-decoration:none;transition:color .3s var(--transition);white-space:nowrap}@media screen and (max-width:992px){.catalog-sorting .sorting-list .sorting-list__item a{padding:8px 45px 8px 10px}}@media (hover:hover){.catalog-sorting .sorting-list .sorting-list__item a:hover{color:var(--color-red2)}}@media (hover:none){.catalog-sorting .sorting-list .sorting-list__item a:active{color:var(--color-red2)}}.catalog-pagination{display:flex;justify-content:center;padding-top:30px}.more-loader{background:var(--color-orange2);border:none;border-radius:30px;color:var(--color-black);cursor:pointer;font-size:18px;height:55px;line-height:55px;padding:0 42px;text-decoration:none;transition:all .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:hover){.more-loader:hover{background:var(--color-orange);box-shadow:0 0 10px 10px var(--color-beige2)}}@media (hover:none){.more-loader:active{background:var(--color-orange);box-shadow:0 0 10px 10px var(--color-beige2)}}.category-menu{list-style:none}.category-menu .category-menu__item{display:flex;flex-wrap:wrap;gap:0 7px;justify-content:space-between}@media (hover:hover){.category-menu .category-menu__item._active .category-menu__link:hover{color:var(--color-black)}}@media (hover:none){.category-menu .category-menu__item._active .category-menu__link:active{color:var(--color-black)}}.category-menu .category-menu__item._active .category-menu__link span{background:var(--color-beige3);border-radius:4px}.category-menu .category-menu__item._open .sub-menu{display:block}.category-menu .category-menu__item._slide .arrow svg{transform:rotate(-180deg)}.category-menu .category-menu__item .arrow{cursor:pointer;transition:color .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:hover){.category-menu .category-menu__item .arrow:hover{color:var(--color-red2)}}@media (hover:none){.category-menu .category-menu__item .arrow:active{color:var(--color-red2)}}.category-menu .category-menu__item .arrow svg{transition:transform .3s var(--transition)}.category-menu .category-menu__link{color:var(--color-black);display:block;font-size:18px;font-weight:400;line-height:1.2;text-decoration:none;transition:color .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:hover){.category-menu .category-menu__link:hover{color:var(--color-red2)}}@media (hover:none){.category-menu .category-menu__link:active{color:var(--color-red2)}}.category-menu .category-menu__link span{display:inline-block;padding:5px 15px}.category-menu .sub-menu{display:none;padding-left:15px;width:100%}.category-menu .sub-menu .sub-menu__item._active .sub-menu__link{opacity:.5}@media (hover:hover){.category-menu .sub-menu .sub-menu__item._active .sub-menu__link:hover{color:var(--color-black)}}@media (hover:none){.category-menu .sub-menu .sub-menu__item._active .sub-menu__link:active{color:var(--color-black)}}.category-menu .sub-menu .sub-menu__link{color:var(--color-black);display:block;font-size:18px;line-height:1.4;padding:3px 8px;text-decoration:none;transition:color .3s var(--transition)}@media (hover:hover){.category-menu .sub-menu .sub-menu__link:hover{color:var(--color-red2)}}@media (hover:none){.category-menu .sub-menu .sub-menu__link:active{color:var(--color-red2)}}.product-main .product-main__row{display:flex}@media screen and (max-width:1100px){.product-main .product-main__row{flex-direction:column}}.product-main .product-main__row .product-main__right{margin-right:30px;width:690px}@media screen and (max-width:1300px){.product-main .product-main__row .product-main__right{width:580px}}@media screen and (max-width:1100px){.product-main .product-main__row .product-main__right{margin-bottom:36px;width:100%}}.product-main .product-main__row .product-main__right .product-gallery{position:sticky;top:14px}.product-main .product-main__row .product-content{width:calc(100% - 720px)}@media screen and (max-width:1300px){.product-main .product-main__row .product-content{width:calc(100% - 610px)}}@media screen and (max-width:1100px){.product-main .product-main__row .product-content{width:100%}}.product-gallery{background:var(--color-white);border-radius:30px;position:relative}.product-gallery .product-gallery__item{aspect-ratio:1;display:block;max-height:calc(100vh - 30px);padding:50px;width:100%}.product-gallery .product-gallery__item img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.product-gallery .product-gallery__nav{align-items:center;bottom:40px;display:flex;gap:0 18px;position:absolute;right:58px;z-index:2}.product-gallery .product-gallery__nav .product-gallery__btn{background:transparent;border:1px solid var(--color-black3);border-radius:50%;color:var(--color-black);height:54px;left:auto;margin:0;position:static;right:auto;top:auto;transition:all .3s var(--transition);width:54px}@media screen and (max-width:768px){.product-gallery .product-gallery__nav .product-gallery__btn{display:none!important}}@media (hover:hover){.product-gallery .product-gallery__nav .product-gallery__btn:hover{background:var(--color-black3);color:var(--color-white)}}@media (hover:none){.product-gallery .product-gallery__nav .product-gallery__btn:active{background:var(--color-black3);color:var(--color-white)}}.product-gallery .product-gallery__nav .product-gallery__btn:after,.product-gallery .product-gallery__nav .product-gallery__btn:before{display:none}.product-gallery .product-gallery__nav .product-gallery__btn svg{height:16px;width:15px}.product-gallery .product-gallery__nav .swiper-pagination{display:none!important}.product-title{font-size:40px;font-weight:700;line-height:1.4;margin-bottom:25px;text-transform:uppercase}@media screen and (max-width:1600px){.product-title{font-size:32px}}@media screen and (max-width:768px){.product-title{font-size:24px}}.product-title h1{font-size:40px;margin:0}@media screen and (max-width:1600px){.product-title h1{font-size:32px}}@media screen and (max-width:768px){.product-title h1{font-size:24px}}.product-content__line{align-items:center;display:flex;gap:0 40px;margin-bottom:22px}@media screen and (max-width:768px){.product-content__line{gap:0 20px}}.product-weight{font-size:20px;font-weight:500;opacity:.3}.product-article{font-size:16px;font-weight:400}.product-prices{align-items:center;display:flex;gap:0 8px;margin-bottom:23px}.product-prices._sale .current{color:var(--color-red2)}.product-prices .current{align-items:center;background:var(--color-beige3);border-radius:10px;display:flex;font-size:30px;font-weight:400;gap:0 4px;line-height:1.2;padding:14px 12px}@media screen and (max-width:768px){.product-prices .current{padding:7px 12px}}.product-prices .current .rub svg{height:22px;width:19px}.product-prices .old{align-items:center;display:flex;font-size:20px;font-weight:400;gap:0 4px;line-height:1.2;padding:20px 4px;position:relative}@media screen and (max-width:768px){.product-prices .old{padding:10px 4px}}.product-prices .old:before{background:var(--color-black);border:1px solid var(--color-beige);border-radius:2px;content:"";height:3px;left:0;position:absolute;top:50%;width:100%}.product-prices .old .rub svg{height:15px;width:13px}.product-btn{margin-bottom:29px}.product-btn .btn-wb{padding:0 40px}@media screen and (max-width:768px){.product-btn .btn-wb{width:100%}}.product-desc{margin-bottom:25px;max-width:860px}.product-desc .title{font-size:16px;font-weight:500;margin:0 0 20px}@media screen and (max-width:1600px){.product-desc .title{margin-bottom:15px}}.product-desc.default-content{font-size:16px;line-height:1.4}@media screen and (max-width:1600px){.product-desc.default-content{font-size:15px}}.product-specifications{max-width:860px}.product-specifications .title{font-size:16px;font-weight:500;margin:0 0 20px}@media screen and (max-width:1600px){.product-specifications .title{margin-bottom:15px}}.specifications-table{display:flex;flex-wrap:wrap;gap:6px 90px}@media screen and (max-width:1600px){.specifications-table{gap:10px 40px}}@media screen and (max-width:768px){.specifications-table{gap:8px 14px}}.specifications-table .specifications-table__td{border-bottom:1px dashed var(--color-black);font-size:14px;font-weight:400;padding:10px 0;width:calc(50% - 45px)}@media screen and (max-width:1600px){.specifications-table .specifications-table__td{padding:5px 0;width:calc(50% - 20px)}}@media screen and (max-width:768px){.specifications-table .specifications-table__td{width:calc(50% - 7px)}}.specifications-table .specifications-table__td strong{font-weight:500}@media screen and (max-width:768px){.specifications-table .specifications-table__td strong{display:block}}.reviews-section{margin-bottom:180px;overflow:hidden}@media screen and (max-width:1600px){.reviews-section{margin-bottom:90px}}.reviews-section .reviews-section__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:39px;padding-right:124px}@media screen and (max-width:1600px){.reviews-section .reviews-section__top{padding-right:30px}}@media screen and (max-width:768px){.reviews-section .reviews-section__top{margin-bottom:24px;padding-right:0}}.reviews-section .reviews-section__title{font-size:30px;font-weight:700;text-transform:uppercase}@media screen and (max-width:768px){.reviews-section .reviews-section__title{font-size:20px}}.reviews-section .reviews-section__title h2{font-size:30px;font-weight:700;margin:0}@media screen and (max-width:768px){.reviews-section .reviews-section__title h2{font-size:20px}}.reviews-section .reviews-section__link{color:var(--color-black6);font-size:12px;font-weight:700;line-height:1.2;text-transform:uppercase}@media (hover:hover){.reviews-section .reviews-section__link:hover a{color:var(--color-red2)}}@media (hover:none){.reviews-section .reviews-section__link:active a{color:var(--color-red2)}}.reviews-section .reviews-section__link a{color:var(--color-black6);text-decoration:none;transition:all .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none}.reviews-section__row{display:flex}@media screen and (max-width:768px){.reviews-section__row{flex-direction:column}}.reviews-section__row .reviews-section__logo{padding:32px 35px 0;position:relative;width:370px;z-index:2}@media screen and (max-width:1200px){.reviews-section__row .reviews-section__logo{padding:30px 16px 0 0;width:220px}}@media screen and (max-width:768px){.reviews-section__row .reviews-section__logo{align-items:center;display:flex;flex-direction:column;padding:0 0 20px;width:100%}}.reviews-section__row .reviews-section__logo img{margin-bottom:30px;max-width:100%}@media screen and (max-width:768px){.reviews-section__row .reviews-section__logo img{max-width:200px}}.reviews-section__row .reviews-slider{position:relative;width:calc(100% - 405px);z-index:1}@media screen and (max-width:1200px){.reviews-section__row .reviews-slider{width:calc(100% - 255px)}}@media screen and (max-width:768px){.reviews-section__row .reviews-slider{width:100%}}.reviews-section__row .reviews-slider:before{background:linear-gradient(90deg,#f0ebe5,#f0ebe5 46.5%,#f0ebe5 95%,hsla(33,27%,92%,0));content:"";height:100%;pointer-events:none;position:absolute;transform:translateX(-103%);width:1000px;z-index:2}.reviews-section__row .reviews-slider .swiper-wrapper{position:relative;z-index:1}@media screen and (max-width:768px){.reviews-section__row .reviews-slider .swiper-wrapper .swiper-slide{max-width:280px;width:calc(100% - 40px)}}.reviews-rating{align-items:center;display:flex;gap:0 14px;justify-content:center}@media screen and (max-width:1200px){.reviews-rating{gap:0 6px}}.reviews-rating span{background:url(/local/templates/.default/assets/css/../img/star_not.svg) no-repeat 50%;background-size:contain;content:"";height:23px;width:23px}.reviews-rating span.active{background:url(/local/templates/.default/assets/css/../img/star.svg) no-repeat 50%;background-size:contain}.reviews-slider{overflow:visible}.reviews-card{background:var(--color-white);border:1px solid var(--color-gray3);border-radius:30px;display:flex;flex-direction:column;min-height:264px;padding:30px 42px}@media screen and (max-width:1200px){.reviews-card{min-height:220px;padding:30px 20px}}@media screen and (max-width:768px){.reviews-card{min-height:auto;padding:30px 15px}}.reviews-card .reviews-card__name{color:var(--color-black6);font-size:20px;line-height:1.4;margin-bottom:10px}@media screen and (max-width:1200px){.reviews-card .reviews-card__name{font-size:18px}}@media screen and (max-width:768px){.reviews-card .reviews-card__name{font-size:16px}}.reviews-card .reviews-card__date{color:var(--color-black2);font-size:14px;margin-bottom:10px}.reviews-card .reviews-rating{justify-content:flex-start;margin-bottom:15px}@media screen and (max-width:768px){.reviews-card .reviews-rating{margin-bottom:30px}.reviews-card .reviews-rating span{height:17px;width:17px}}.reviews-card .reviews-card__text{font-size:18px;font-weight:400;line-height:1.6;margin-top:auto}@media screen and (max-width:1200px){.reviews-card .reviews-card__text{font-size:16px}}@media screen and (max-width:768px){.reviews-card .reviews-card__text{font-size:14px;line-height:1.4}}.reviews-card .reviews-card__product{font-size:12px;padding-top:14px}.reviews-card .reviews-card__product a{color:var(--color-black4);text-decoration:none;transition:all .3s var(--transition)}@media (hover:hover){.reviews-card .reviews-card__product a:hover{color:var(--color-red)}}@media (hover:none){.reviews-card .reviews-card__product a:active{color:var(--color-red)}}.reviews-list{display:flex;flex-wrap:wrap;gap:16px}@media screen and (max-width:480px){.reviews-list{gap:6px}}.reviews-list .reviews-card{width:calc(33.33333% - 10.6666px)}@media screen and (max-width:768px){.reviews-list .reviews-card{width:calc(50% - 8px)}}@media screen and (max-width:480px){.reviews-list .reviews-card{width:100%}}.pannel-search,.pannel-search__block{position:relative}.pannel-search__block .pannel-search__val{background:var(--color-white);border:none;border-radius:25px;color:var(--color-gray2);font-size:14px;height:50px;padding:0 86px 0 26px;width:100%}.pannel-search__block .pannel-search__val.placeholder{color:var(--color-gray2RGBA50)}.pannel-search__block .pannel-search__val:-moz-placeholder,.pannel-search__block .pannel-search__val::-moz-placeholder{color:var(--color-gray2RGBA50)}.pannel-search__block .pannel-search__val:-ms-input-placeholder{color:var(--color-gray2RGBA50)}.pannel-search__block .pannel-search__val::-webkit-input-placeholder{color:var(--color-gray2RGBA50)}.pannel-search__block .pannel-search__btn{background:none;border:none;border-radius:25px;color:var(--color-black);cursor:pointer;height:100%;position:absolute;right:0;top:0;transition:color .3s var(--transition);width:72px}@media (hover:hover){.pannel-search__block .pannel-search__btn:hover{color:var(--color-red2)}}@media (hover:none){.pannel-search__block .pannel-search__btn:active{color:var(--color-red2)}}.title-search-result{background:var(--color-white);border-radius:30px;box-shadow:0 0 15px 10px var(--color-beige);left:0;padding:20px 10px;position:absolute;top:calc(100% + 5px);width:100%;z-index:10}@media screen and (max-width:1600px){.title-search-result{padding:10px 10px 10px 0}}.title-search-result .pannel-search__result-table{max-height:500px;overflow:auto;padding:10px 10px 10px 20px}@media screen and (max-width:1600px){.title-search-result .pannel-search__result-table{padding-left:10px;padding-right:5px}}.title-search-result .pannel-search__result-table::-webkit-scrollbar{width:6px}.title-search-result .pannel-search__result-table::-webkit-scrollbar-track{background:transparent}.title-search-result .pannel-search__result-table::-webkit-scrollbar-thumb{background-color:var(--color-beige);border:2px solid var(--color-beige);border-radius:4px}.title-search-result .pannel-search__result-line{align-items:center;display:flex;padding:5px 0}.title-search-result .pannel-search__result-line .pannel-search__result-img{margin-right:14px;width:60px}@media screen and (max-width:1600px){.title-search-result .pannel-search__result-line .pannel-search__result-img{margin-right:10px;width:40px}}.title-search-result .pannel-search__result-line .pannel-search__result-img a{display:block;height:60px;width:100%}@media screen and (max-width:1600px){.title-search-result .pannel-search__result-line .pannel-search__result-img a{height:40px}}.title-search-result .pannel-search__result-line .pannel-search__result-img a img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.title-search-result .pannel-search__result-line .pannel-search__result-title{margin-right:14px;width:calc(100% - 208px)}@media screen and (max-width:1600px){.title-search-result .pannel-search__result-line .pannel-search__result-title{line-height:1.2;margin-right:12px;width:calc(100% - 132px)}}.title-search-result .pannel-search__result-line .pannel-search__result-title a{color:var(--color-black);display:block;font-size:14px;font-weight:500;text-decoration:none;transition:color .3s var(--transition)}@media screen and (max-width:1600px){.title-search-result .pannel-search__result-line .pannel-search__result-title a{font-size:12px}}@media (hover:hover){.title-search-result .pannel-search__result-line .pannel-search__result-title a:hover{color:var(--color-red2)}}@media (hover:none){.title-search-result .pannel-search__result-line .pannel-search__result-title a:active{color:var(--color-red2)}}.title-search-result .pannel-search__result-line .pannel-search__result-prices{width:120px}@media screen and (max-width:1600px){.title-search-result .pannel-search__result-line .pannel-search__result-prices{width:70px}}.title-search-result .pannel-search__result-line .pannel-search__result-weight{font-size:12px;font-weight:400;line-height:1.1;margin-bottom:1px;opacity:.3}.title-search-result .pannel-search__result-line .pannel-search__result-line{align-items:center;display:flex;gap:0 10px}@media screen and (max-width:1600px){.title-search-result .pannel-search__result-line .pannel-search__result-line{align-items:flex-start;flex-direction:column;line-height:1.2}}.title-search-result .pannel-search__result-line .pannel-search__result-line._sale .curent-price{color:var(--color-red2)}.title-search-result .pannel-search__result-line .pannel-search__result-line._not .curent-price{font-size:14px}@media screen and (max-width:1600px){.title-search-result .pannel-search__result-line .pannel-search__result-line._not .curent-price{font-size:12px}}.title-search-result .pannel-search__result-line .curent-price{align-items:baseline;display:flex;font-size:15px;font-weight:500;gap:0 3px;white-space:nowrap}@media screen and (max-width:1600px){.title-search-result .pannel-search__result-line .curent-price{font-size:14px}}.title-search-result .pannel-search__result-line .curent-price .rub svg{height:11px;width:9px}.title-search-result .pannel-search__result-line .old-price{align-items:baseline;color:var(--color-black4RGBA30);display:flex;font-size:12px;font-weight:400;gap:0 2px;position:relative;white-space:nowrap}.title-search-result .pannel-search__result-line .old-price:before{background:var(--color-black5);border:1px solid var(--color-white);content:"";height:3px;left:0;position:absolute;top:calc(50% - 1.5px);width:100%;z-index:2}.title-search-result .pannel-search__result-line .old-price .rub svg{height:9px;width:7px}.article-section{margin-bottom:180px}@media screen and (max-width:1600px){.article-section{margin-bottom:110px}}@media screen and (max-width:992px){.article-section{margin-bottom:90px}}.article-section .container{max-width:calc(1550px + var(--container-padding)*2)}.article-section .article-section__top{align-items:center;display:flex;justify-content:center;margin-bottom:64px;position:relative}@media screen and (max-width:768px){.article-section .article-section__top{justify-content:flex-start;margin-bottom:24px}}.article-section .article-section__title{color:var(--color-black6);font-size:50px;font-weight:700;line-height:1.2;text-align:center;text-transform:uppercase}@media screen and (max-width:1600px){.article-section .article-section__title{font-size:30px}}@media screen and (max-width:768px){.article-section .article-section__title{font-size:20px}}.article-section .article-section__title h2{font-size:50px;font-weight:700;margin:0}@media screen and (max-width:1600px){.article-section .article-section__title h2{font-size:30px}}@media screen and (max-width:768px){.article-section .article-section__title h2{font-size:20px}}.article-section .article-section__link{color:var(--color-black6);font-size:12px;font-weight:700;line-height:1.2;margin-top:-7px;position:absolute;right:0;text-transform:uppercase;top:50%}@media screen and (max-width:1600px){.article-section .article-section__link{right:30px}}@media screen and (max-width:768px){.article-section .article-section__link{right:0}}@media (hover:hover){.article-section .article-section__link:hover a{color:var(--color-red2)}}@media (hover:none){.article-section .article-section__link:active a{color:var(--color-red2)}}.article-section .article-section__link a{color:var(--color-black6);text-decoration:none;transition:all .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none}.article-slider{overflow:visible}.article-slider .swiper-wrapper{display:grid;gap:65px 90px;grid-template-areas:"article1 banner article2" "article3 banner article4";grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;transform:translate(0)!important}@media screen and (max-width:1600px){.article-slider .swiper-wrapper{gap:35px 30px}}@media screen and (max-width:1200px){.article-slider .swiper-wrapper{grid-template-areas:"banner banner" "article1 article2" "article3 article4";grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.article-slider .swiper-wrapper{gap:20px 14px}}.article-slider .article-slider__banner{-ms-grid-row-span:3;grid-area:banner;-ms-grid-column:3;-ms-grid-row:1}.article-slider .article-slider__1{grid-area:article1;-ms-grid-column:1;-ms-grid-row:1}.article-slider .article-slider__2{grid-area:article2;-ms-grid-column:5;-ms-grid-row:1}.article-slider .article-slider__3{grid-area:article3;-ms-grid-column:1;-ms-grid-row:3}.article-slider .article-slider__4{grid-area:article4;-ms-grid-column:5;-ms-grid-row:3}@media screen and (max-width:1200px){.article-slider .article-slider__banner{-ms-grid-row-span:1;-ms-grid-column-span:2;-ms-grid-column:1;-ms-grid-row:1}.article-slider .article-slider__1{-ms-grid-column:1;-ms-grid-row:2}.article-slider .article-slider__2{-ms-grid-column:2;-ms-grid-row:2}.article-slider .article-slider__3{-ms-grid-column:1;-ms-grid-row:3}.article-slider .article-slider__4{-ms-grid-column:2;-ms-grid-row:3}}.article-card{color:var(--color-text);display:flex;flex-direction:column;text-decoration:none}@media (hover:hover){.article-card:hover .article-card__img{box-shadow:0 0 10px 10px var(--color-black4RGBA10)}.article-card:hover .article-card__img img{transform:scale(1.05)}}@media (hover:none){.article-card:active .article-card__img{box-shadow:0 0 10px 10px var(--color-black4RGBA10)}.article-card:active .article-card__img img{transform:scale(1.05)}}.article-card .article-card__img{border-radius:30px;height:265px;margin-bottom:22px;overflow:hidden;transition:box-shadow .3s var(--transition)}@media screen and (max-width:1600px){.article-card .article-card__img{height:226px}}@media screen and (max-width:768px){.article-card .article-card__img{border-radius:22px;height:120px;margin-bottom:14px}}.article-card .article-card__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s var(--transition);width:100%;will-change:transform}.article-card .article-card__date{font-size:14px;font-weight:400;margin-bottom:6px;opacity:.3;padding:0 22px}@media screen and (max-width:768px){.article-card .article-card__date{font-size:12px;padding:0 5px}}.article-card .article-card__title{font-size:18px;font-weight:500;line-height:1.3;padding:0 22px}@media screen and (max-width:768px){.article-card .article-card__title{font-size:14px;line-height:1.2;padding:0 5px}}@media screen and (max-width:380px){.article-card .article-card__title{font-size:13px}}.article-banner{border-radius:30px;color:var(--color-black6);display:block;line-height:1.05;min-height:690px;overflow:hidden;position:relative;text-decoration:none;transition:box-shadow .3s var(--transition)}@media screen and (max-width:1600px){.article-banner{min-height:600px}}@media screen and (max-width:1200px){.article-banner{min-height:300px}}@media (hover:hover){.article-banner:hover{box-shadow:0 0 10px 10px var(--color-black4RGBA10)}.article-banner:hover .article-banner__color{background:var(--color-orange)}.article-banner:hover .article-banner__pattern svg circle{transform:scale(.9);transform-origin:center}}@media (hover:none){.article-banner:active{box-shadow:0 0 10px 10px var(--color-black4RGBA10)}.article-banner:active .article-banner__color{background:var(--color-orange)}.article-banner:active .article-banner__pattern svg circle{transform:scale(.9);transform-origin:center}}.article-banner .article-banner__content{padding:70px 35px 20px;position:relative;z-index:2}@media screen and (max-width:1600px){.article-banner .article-banner__content{padding:45px 35px 20px}}@media screen and (max-width:768px){.article-banner .article-banner__content{padding:40px 0 20px 15px}}.article-banner .article-banner__label{border:1px solid var(--color-black);border-radius:22px;color:var(--color-black);font-size:12px;font-weight:500;height:41px;line-height:39px;padding:0 26px;position:absolute;right:30px;text-transform:uppercase;top:20px}@media screen and (max-width:1600px){.article-banner .article-banner__label{font-size:10px;height:32px;line-height:32px;padding:0 12px;right:12px;top:12px}}.article-banner .article-banner__title{font-size:45px;font-weight:700;margin:0;text-transform:uppercase}@media screen and (max-width:1600px){.article-banner .article-banner__title{font-size:34px;max-width:70%}}@media screen and (max-width:1200px){.article-banner .article-banner__title{font-size:24px;max-width:250px}}@media screen and (max-width:768px){.article-banner .article-banner__title{font-size:22px;max-width:180px}}.article-banner .article-banner__fon{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.article-banner .article-banner__color{background:var(--color-orange2);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.article-banner .article-banner__pattern{align-items:flex-end;bottom:0;color:var(--color-black);content:"";display:flex;height:100%;justify-content:flex-end;overflow:hidden;position:absolute;right:0;width:100%;z-index:2}@media screen and (max-width:1200px){.article-banner .article-banner__pattern{height:calc(100% - 50px);width:50%}}@media screen and (max-width:768px){.article-banner .article-banner__pattern{display:block;height:calc(100% - 70px);width:100%}}.article-banner .article-banner__pattern svg{height:auto;width:100%}@media screen and (max-width:1200px){.article-banner .article-banner__pattern svg{max-height:100%;transform:translate(10%,10%)}}.article-banner .article-banner__pattern svg circle{transition:all .3s var(--transition)}.article-banner .article-banner__img{bottom:0;content:"";height:100%;position:absolute;right:0;width:100%;z-index:3}@media screen and (max-width:1200px){.article-banner .article-banner__img{height:calc(100% - 30px);width:70%}}.article-banner .article-banner__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;width:100%}.histore-section:has(+section){margin-bottom:220px}@media screen and (max-width:1600px){.histore-section:has(+section){margin-bottom:160px}}@media screen and (max-width:992px){.histore-section:has(+section){margin-bottom:110px}}@media screen and (max-width:768px){.histore-section:has(+section){margin-bottom:90px}}.histore-section .container{max-width:calc(1650px + var(--container-padding)*2)}.histore-section .histore-section__row{display:flex;gap:0 100px}@media screen and (max-width:1200px){.histore-section .histore-section__row{flex-direction:column}}.histore-section .histore-section__row:has(+.histore-section__bottom){margin-bottom:80px}@media screen and (max-width:1200px){.histore-section .histore-section__row:has(+.histore-section__bottom){margin-bottom:40px}}.histore-section .histore-section__row .histore-desc{width:calc(52% - 50px)}@media screen and (max-width:1200px){.histore-section .histore-section__row .histore-desc{margin-bottom:40px;width:100%}}.histore-section .histore-section__row .histore-video{width:calc(48% - 50px)}@media screen and (max-width:1200px){.histore-section .histore-section__row .histore-video{width:100%}}.histore-section .histore-section__bottom{align-items:flex-start;display:flex;gap:0 100px;margin-bottom:80px}@media screen and (max-width:1200px){.histore-section .histore-section__bottom{flex-direction:column;gap:0;margin-bottom:60px}}.histore-section .histore-section__bottom .histore-gallery{width:calc(52% - 50px)}@media screen and (max-width:1200px){.histore-section .histore-section__bottom .histore-gallery{order:2;width:100%}}@media screen and (max-width:480px){.histore-section .histore-section__bottom .histore-gallery{width:100vw}}.histore-section .histore-section__bottom .histore-desc{width:calc(48% - 50px)}@media screen and (max-width:1200px){.histore-section .histore-section__bottom .histore-desc{margin-bottom:30px;order:1;width:100%}}.histore-desc{color:var(--color-black6);font-size:18px;font-weight:400;line-height:1.4}@media screen and (max-width:1600px){.histore-desc{font-size:16px}}@media screen and (max-width:768px){.histore-desc{font-size:14px}}.histore-desc h2{font-size:48px;font-weight:700;line-height:1.2;margin:0 0 20px;text-transform:uppercase}@media screen and (max-width:1600px){.histore-desc h2{font-size:40px}}@media screen and (max-width:768px){.histore-desc h2{font-size:24px}}.histore-desc p{margin-bottom:20px}.histore-desc p:last-child{margin-bottom:0}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.histore-video{position:relative}.histore-video .histore-video__btn{align-items:center;background:var(--color-orange);border:none;border-radius:50%;color:var(--color-black6);cursor:pointer;display:flex;height:143px;justify-content:center;left:-44px;overflow:hidden;position:absolute;top:-44px;width:143px;z-index:2}@media screen and (max-width:1200px){.histore-video .histore-video__btn{height:110px;left:-10px;top:-10px;width:110px}}@media (hover:hover){.histore-video .histore-video__btn:hover span{opacity:0;transform:scale(.6)}.histore-video .histore-video__btn:hover i{transform:scale(2)}}@media (hover:none){.histore-video .histore-video__btn:active span{opacity:0;transform:scale(.6)}.histore-video .histore-video__btn:active i{transform:scale(2)}}.histore-video .histore-video__btn span{align-items:center;display:flex;height:112px;justify-content:center;left:50%;line-height:0px;margin-left:-56px;margin-top:-56px;opacity:1;position:absolute;top:50%;transform:scale(1);transition:all .3s var(--transition);width:112px;will-change:transform}@media screen and (max-width:1200px){.histore-video .histore-video__btn span{height:90px;margin-left:-45px;margin-top:-45px;width:90px}}.histore-video .histore-video__btn span svg{animation:rotation 15s linear infinite}.histore-video .histore-video__btn i{display:block;line-height:0px;transform-origin:center;transition:all .3s var(--transition)}.histore-video .histore-video__img figure{background:transparent}.histore-video .histore-video__img .histore-video__image{background:var(--color-beige7);border-radius:50px;margin:0 0 25px;max-width:100%;overflow:hidden}@media screen and (max-width:1200px){.histore-video .histore-video__img .histore-video__image{margin-bottom:10px}}@media screen and (max-width:768px){.histore-video .histore-video__img .histore-video__image{border-radius:30px}}@media screen and (max-width:1200px){.histore-video .histore-video__img .histore-video__image img{margin:0 auto;max-height:470px}}.histore-video .histore-video__img figure figcaption{color:var(--color-black6);font-size:14px;font-weight:400;text-align:center}@media screen and (max-width:480px){.histore-gallery{left:calc(var(--container-padding)*-1);padding:0 var(--container-padding)}}.histore-gallery .swiper-slide{border-radius:20px;display:block;height:auto;overflow:hidden;padding-top:34%;position:relative}@media screen and (max-width:768px){.histore-gallery .swiper-slide{border-radius:15px}}@media screen and (max-width:480px){.histore-gallery .swiper-slide{max-width:calc(100% - 40px);padding-top:64%;width:100%}}.histore-gallery .swiper-slide img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.about-section{margin-bottom:220px}@media screen and (max-width:1600px){.about-section{margin-bottom:140px}}@media screen and (max-width:1200px){.about-section{margin-bottom:90px}}@media screen and (max-width:768px){.about-section{margin-bottom:70px}}.about-section .container{align-items:flex-start;display:flex;gap:0 50px;justify-content:space-between;max-width:calc(1620px + var(--container-padding)*2)}@media screen and (max-width:992px){.about-section .container{flex-direction:column;gap:34px 0}}.about-section .about-section__left{width:calc(50% - 325px)}@media screen and (max-width:1600px){.about-section .about-section__left{width:calc(50% - 290px)}}@media screen and (max-width:992px){.about-section .about-section__left{width:100%}}.about-section .about-section__middle{width:550px}@media screen and (max-width:1600px){.about-section .about-section__middle{width:480px}}@media screen and (max-width:992px){.about-section .about-section__middle{max-width:480px;width:100%}}.about-section .about-section__right{width:calc(50% - 325px)}@media screen and (max-width:1600px){.about-section .about-section__right{width:calc(50% - 290px)}}@media screen and (max-width:992px){.about-section .about-section__right{width:100%}}@media screen and (max-width:1300px){.about-section .about-section__right .btn{width:100%}}.about-section__img img{border-radius:30px;height:auto;width:100%}.about-section__img figcaption{color:var(--color-black6);font-size:14px;padding-top:10px;text-align:center}.about-section__title{color:var(--color-black6);font-size:50px;font-weight:700;line-height:1.1;margin-bottom:30px;text-transform:uppercase}@media screen and (max-width:1600px){.about-section__title{font-size:40px}}@media screen and (max-width:1380px){.about-section__title{font-size:34px;margin-bottom:22px}}.about-section__title h2{font-size:50px;font-weight:700;margin:0}@media screen and (max-width:1600px){.about-section__title h2{font-size:40px}}@media screen and (max-width:1380px){.about-section__title h2{font-size:34px}}.about-section__subtitle{font-size:20px;font-weight:400;margin-bottom:50px;padding-left:40px}@media screen and (max-width:1600px){.about-section__subtitle{padding-left:0}}@media screen and (max-width:1380px){.about-section__subtitle{font-size:16px}}.about-section__subtitle h3{color:var(--color-black6);font-size:32px;font-weight:700;line-height:1.2;margin:0 0 5px}.about-section__subtitle span{display:block;opacity:.4}.about-section__blockquote{background:var(--color-beige3);border-radius:30px;font-size:18px;font-weight:400;margin-bottom:30px;padding:50px 30px 50px 40px}@media screen and (max-width:1600px){.about-section__blockquote{font-size:16px;padding:30px 20px}}@media screen and (max-width:1380px){.about-section__blockquote{font-size:14px}}.about-section__blockquote a{color:var(--color-red2);font-weight:500;text-decoration:none;transition:all .3s var(--transition)}@media (hover:hover){.about-section__blockquote a:hover{text-decoration:underline}}@media (hover:none){.about-section__blockquote a:active{text-decoration:underline}}.about-section__blockquote p{margin-bottom:20px}.about-section__blockquote p:last-child{margin-bottom:0}.about-section__mail{border:1px solid var(--color-beige3);border-radius:30px;font-size:18px;font-weight:400;line-height:1.4;padding:40px 20px 40px 40px}@media screen and (max-width:1600px){.about-section__mail{font-size:16px;padding:30px 20px}}@media screen and (max-width:1380px){.about-section__mail{font-size:14px}}.about-section__mail p{margin-bottom:20px}.about-section__mail p:last-child{margin-bottom:0}.about-section__autor{font-size:18px;font-weight:400;margin-bottom:50px}@media screen and (max-width:1600px){.about-section__autor{font-size:16px}}@media screen and (max-width:1380px){.about-section__autor{font-size:14px}}.about-section__autor h3{color:var(--color-black6);font-size:30px;font-weight:700;line-height:1.2;margin:0 0 50px}@media screen and (max-width:1380px){.about-section__autor h3{font-size:24px;margin-bottom:30px}}.about-section__autor p{margin-bottom:20px}.about-section__autor p:last-child{margin-bottom:0}.about-section__autor a{color:var(--color-red2);font-weight:500;text-decoration:none;transition:all .3s var(--transition)}@media (hover:hover){.about-section__autor a:hover{text-decoration:underline}}@media (hover:none){.about-section__autor a:active{text-decoration:underline}}.where-bay-section{border-top:1px solid var(--color-gray);margin-bottom:110px;padding-top:60px}.where-bay-section .container{max-width:calc(1620px + var(--container-padding)*2)}.where-bay-section .where-bay-section__title{color:var(--color-black6);font-size:90px;font-weight:700;line-height:1.1;margin-bottom:60px;text-transform:uppercase}@media screen and (max-width:1600px){.where-bay-section .where-bay-section__title{font-size:70px}}@media screen and (max-width:992px){.where-bay-section .where-bay-section__title{font-size:50px}}@media screen and (max-width:768px){.where-bay-section .where-bay-section__title{font-size:24px;margin-bottom:24px}}.where-bay-section .where-bay-section__title h2{font-size:90px;font-weight:700;margin:0}@media screen and (max-width:1600px){.where-bay-section .where-bay-section__title h2{font-size:70px}}@media screen and (max-width:992px){.where-bay-section .where-bay-section__title h2{font-size:50px}}@media screen and (max-width:768px){.where-bay-section .where-bay-section__title h2{font-size:24px}}.where-bay-section__row{align-items:center;display:flex}@media screen and (max-width:992px){.where-bay-section__row{flex-direction:column}}.where-bay-section__row .where-bay-section__desc{font-size:18px;font-weight:400;width:610px}@media screen and (max-width:1600px){.where-bay-section__row .where-bay-section__desc{font-size:16px;width:540px}}@media screen and (max-width:1300px){.where-bay-section__row .where-bay-section__desc{width:440px}}@media screen and (max-width:992px){.where-bay-section__row .where-bay-section__desc{font-size:14px;margin-bottom:40px;width:100%}}.where-bay-section__row .where-bay-section__desc p{margin-bottom:20px}@media screen and (max-width:1300px){.where-bay-section__row .where-bay-section__desc p{margin-bottom:15px}}.where-bay-section__row .where-bay-section__desc p:last-child{margin-bottom:0}.where-bay-section__row .where-bay-section__desc strong{font-weight:700}.where-bay-section__row .where-bay-section__desc h3{font-size:24px;font-weight:500;margin-top:40px}@media screen and (max-width:1600px){.where-bay-section__row .where-bay-section__desc h3{font-size:20px}}@media screen and (max-width:992px){.where-bay-section__row .where-bay-section__desc h3{font-size:18px;margin-top:20px}}.where-bay-section__row .where-bay-section__shops{align-items:center;display:flex;flex-wrap:wrap;gap:30px 80px;justify-content:flex-start;padding:0 50px;width:calc(100% - 610px)}@media screen and (max-width:1600px){.where-bay-section__row .where-bay-section__shops{width:calc(100% - 540px)}}@media screen and (max-width:1300px){.where-bay-section__row .where-bay-section__shops{gap:0 40px;width:calc(100% - 440px)}}@media screen and (max-width:992px){.where-bay-section__row .where-bay-section__shops{gap:0 20px;padding:0;width:100%}}.where-bay-section__row .where-bay-section__shops._full{width:100%}.where-bay-shop{color:var(--color-black);display:block;text-decoration:none;width:230px}@media screen and (max-width:992px){.where-bay-shop{width:calc(50% - 10px)}}@media (hover:hover){.where-bay-shop:hover .where-bay-shop__btn{background:var(--color-orange)}}@media (hover:none){.where-bay-shop:active .where-bay-shop__btn{background:var(--color-orange)}}.where-bay-shop .where-bay-shop__logo{align-items:center;display:flex;height:165px;justify-content:center;margin-bottom:38px}@media screen and (max-width:992px){.where-bay-shop .where-bay-shop__logo{height:110px}}.where-bay-shop .where-bay-shop__logo img{max-height:100%}.where-bay-shop .where-bay-shop__btn{background:var(--color-red3);border-radius:25px;font-size:16px;font-weight:400;height:50px;line-height:50px;text-align:center;transition:all .3s var(--transition);width:100%}.catalog-sidebar{border:1px solid var(--color-beige6);border-radius:30px}@media screen and (max-width:992px){.catalog-sidebar{border:none;border-radius:0;bottom:0;height:100%;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;transition:all .1s var(--transition) .3s;visibility:hidden;width:100%;z-index:80}.catalog-sidebar._open{opacity:1;pointer-events:all;transition:all .1s var(--transition);visibility:visible}.catalog-sidebar._open .catalog-sidebar__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:1;transition:all .3s var(--transition)}.catalog-sidebar._open .catalog-sidebar__block{opacity:1;transform:translateY(0);transition:all .4s var(--transition) .2s}.catalog-sidebar .filter-choice .filter-choice__label:before{background:var(--color-beige)}.catalog-sidebar .filter-choice .filter-choice__label:after{background:var(--color-beige3)}}.catalog-sidebar .filter-range .filter-range__col input{background:var(--color-beige)}@media screen and (max-width:992px){.catalog-sidebar__block{background:var(--color-white);border-radius:30px 30px 0 0;bottom:0;box-shadow:0 0 20px 10px var(--color-black4RGBA10);left:0;max-height:calc(100% - 30px);opacity:0;overflow-y:auto;padding-bottom:80px;position:absolute;transform:translateY(10%);transition:all .3s var(--transition);width:100%;will-change:transition;z-index:2}.catalog-sidebar__block::-webkit-scrollbar{width:4px}.catalog-sidebar__block::-webkit-scrollbar-track{background:transparent}.catalog-sidebar__block::-webkit-scrollbar-thumb{background-color:var(--color-beige6);border:1px solid var(--color-beige6)}}.catalog-sidebar__block .catalog-sidebar__top{align-items:center;border-bottom:1px solid var(--color-beige);display:flex;display:none;justify-content:space-between;padding:20px 20px 10px;width:100%}@media screen and (max-width:992px){.catalog-sidebar__block .catalog-sidebar__top{display:flex}}.filter-widget{border-bottom:1px solid var(--color-beige6);padding:25px 30px}@media screen and (max-width:1600px){.filter-widget{padding:20px 15px}}@media screen and (max-width:992px){.filter-widget{padding:15px 20px}}.filter-widget:last-child{border-bottom:0}.filter-widget .filter-widget__title{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:20px}@media screen and (max-width:1600px){.filter-widget .filter-widget__title{font-size:18px}}@media screen and (max-width:992px){.filter-widget .filter-widget__title{align-items:center;display:flex;font-size:14px;gap:0 4px}.filter-widget .filter-widget__title .rub{display:block;line-height:0px}.filter-widget .filter-widget__title .rub svg{width:9px}}.filter-choice{display:block;position:relative}.filter-choice .filter-choice__val{left:4px;opacity:0;position:absolute;top:4px}.filter-choice .filter-choice__val[type=radio]+.filter-choice__label:after,.filter-choice .filter-choice__val[type=radio]+.filter-choice__label:before{border-radius:50%}.filter-choice .filter-choice__val:checked+.filter-choice__label:after{opacity:1;transform:scale(1)}.filter-choice .filter-choice__label{cursor:pointer;display:block;font-size:18px;font-weight:400;line-height:1.4;padding:3px 0 3px 27px;position:relative;transition:color .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:hover){.filter-choice .filter-choice__label:hover{color:var(--color-red2)}}@media (hover:none){.filter-choice .filter-choice__label:active{color:var(--color-red2)}}.filter-choice .filter-choice__label:before{background:var(--color-white);border-radius:4px;content:"";height:20px;left:0;position:absolute;top:6px;width:20px;z-index:1}.filter-choice .filter-choice__label:after{background:var(--color-beige3);border-radius:4px;content:"";height:12px;left:4px;opacity:0;position:absolute;top:10px;transform:scale(.4);transform-origin:center;transition:all .3s var(--transition);width:12px;z-index:2}.filter-range .filter-range__line{display:flex;gap:0 24px;justify-content:space-between}@media screen and (max-width:1300px){.filter-range .filter-range__line{gap:0 8px}}.filter-range .filter-range__col{max-width:74px;position:relative;width:calc(50% - 12px)}@media screen and (max-width:1300px){.filter-range .filter-range__col{width:calc(50% - 4px)}}.filter-range .filter-range__col .filter-range__label{display:block;font-size:12px;font-weight:400;line-height:1.4;margin-bottom:4px}.filter-range .filter-range__col input{background:var(--color-white);border:none;border-radius:4px;color:var(--color-black);font-size:18px;font-style:normal;font-weight:400;height:28px;padding:0 9px;transition:border .3s var(--transition);width:100%}.filter-range .filter-range__col input.placeholder{color:var(--color-black)}.filter-range .filter-range__col input:-moz-placeholder,.filter-range .filter-range__col input::-moz-placeholder{color:var(--color-black)}.filter-range .filter-range__col input:-ms-input-placeholder{color:var(--color-black)}.filter-range .filter-range__col input::-webkit-input-placeholder{color:var(--color-black)}.filter-range .filter-range__item{background:var(--color-blackRGBA50);border:none;height:2px;margin:8px 8px 20px;position:relative}.filter-range .filter-range__item:before{left:-6px}.filter-range .filter-range__item:after,.filter-range .filter-range__item:before{background:var(--color-blackRGBA50);content:"";height:100%;position:absolute;top:0;width:6px}.filter-range .filter-range__item:after{right:-6px}.filter-range .filter-range__item .ui-slider-range{background:var(--color-black);border:0;content:"";display:block;font-size:.7em;height:2px;position:absolute;width:100%;z-index:1}.filter-range .filter-range__item .ui-slider-handle{background:var(--color-black);border:0;border-radius:4px;cursor:pointer;font-size:0;height:12px;margin-left:-6px;position:absolute;top:-5px;transition:background .3s var(--transition);width:12px;z-index:2}.filter-range .filter-range__item .ui-slider-handle:before{background:transparent;content:"";height:200%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:200%}.filter-range .filter-range__item .ui-slider-handle.handle__plus{z-index:3}@media (hover:hover){.filter-range .filter-range__item .ui-slider-handle:hover{background:var(--color-orange)}}@media (hover:none){.filter-range .filter-range__item .ui-slider-handle:active{background:var(--color-orange)}}.catalog-sidebar__title{font-size:18px;font-weight:500}.catalog-sidebar__overlay{display:none}@media screen and (max-width:992px){.catalog-sidebar__overlay{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background:var(--color-black4RGBA30);display:block;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s var(--transition) .2s;width:100%;will-change:all;z-index:1}}.main-header{opacity:0;position:relative;transform:translateY(-10%);transition:all .4s var(--transition) .3s;z-index:2}@media screen and (max-width:992px){.main-header{padding-top:12px}}@media screen and (max-width:768px){.main-header{padding-bottom:10px}}.main-header .container{align-items:center;display:flex;justify-content:space-between}.main-header .main-header__left{padding:0 38px;width:350px}@media screen and (max-width:1600px){.main-header .main-header__left{padding-left:0;width:300px}}@media screen and (max-width:1380px){.main-header .main-header__left{padding-right:22px;width:200px}}@media screen and (max-width:992px){.main-header .main-header__left{width:auto}}.main-header .main-header__right{width:calc(100% - 350px)}@media screen and (max-width:1600px){.main-header .main-header__right{width:calc(100% - 300px)}}@media screen and (max-width:1380px){.main-header .main-header__right{width:calc(100% - 200px)}}@media screen and (max-width:992px){.main-header .main-header__right{width:auto}}.header-logo{color:var(--color-black);display:inline-flex;flex-direction:column;line-height:1.2;text-decoration:none}.header-logo img{margin-bottom:8px;max-height:51px}@media screen and (max-width:992px){.header-logo img{margin-bottom:0;max-height:30px}}.header-logo .header-logo__text{font-size:14px;font-weight:400;opacity:.5;text-align:center}@media screen and (max-width:1380px){.header-logo .header-logo__text{font-size:10px}}@media screen and (max-width:992px){.header-logo .header-logo__text{display:none}}.main-header__top{align-items:center;border-bottom:1px solid var(--color-gray);display:flex;padding-left:50px;padding-right:55px}@media screen and (max-width:1600px){.main-header__top{padding-left:0;padding-right:0}}@media screen and (max-width:992px){.main-header__top{display:none}}.main-header__top .btn-send{margin-left:auto;margin-right:210px}@media screen and (max-width:1600px){.main-header__top .btn-send{margin-right:60px}}.smail-menu{align-items:center;display:flex;list-style:none}.smail-menu .smail-menu__link{color:var(--color-black);display:block;font-size:12px;padding:11px;text-decoration:none;transition:color .3s var(--transition)}@media (hover:hover){.smail-menu .smail-menu__link:hover{color:var(--color-red2)}}@media (hover:none){.smail-menu .smail-menu__link:active{color:var(--color-red2)}}.main-header__middle{align-items:center;display:flex;justify-content:space-between;padding-top:20px}@media screen and (max-width:992px){.main-header__middle{padding-top:0}}.main-header__middle .btn-catalog{margin-right:25px}@media screen and (max-width:992px){.main-header__middle .btn-catalog{display:none}}.main-header__middle .pannel-search{flex:1 1 auto;margin-right:38px}@media screen and (max-width:992px){.main-header__middle .pannel-search{display:none}}@media screen and (max-width:1200px){.main-header__middle .btn-dowload{display:none}}.main-header__middle-contacts{margin-right:80px}@media screen and (max-width:1600px){.main-header__middle-contacts{margin-right:30px}}@media screen and (max-width:1200px){.main-header__middle-contacts{margin-right:0}}.header-mode{font-size:14px;line-height:1.2;margin-bottom:1px;opacity:.5}@media screen and (max-width:992px){.header-mode{display:none}}.header-phone{color:var(--color-black);display:inline-block;font-size:30px;line-height:1.2;text-decoration:none;transition:color .3s var(--transition);white-space:nowrap}@media screen and (max-width:1600px){.header-phone{font-size:22px}}@media screen and (max-width:1380px){.header-phone{font-size:18px}}@media (hover:hover){.header-phone:hover{color:var(--color-red2)}}@media (hover:none){.header-phone:active{color:var(--color-red2)}}.home-banners{padding-bottom:130px;padding-top:36px}@media screen and (max-width:1600px){.home-banners{padding-bottom:90px}}@media screen and (max-width:992px){.home-banners{overflow:hidden}}@media screen and (max-width:768px){.home-banners{padding-bottom:60px;padding-top:22px}.home-banners .container{padding:0 10px}}.banners-slider{opacity:0;overflow:visible;transform:translateY(5%);transition:all .4s var(--transition) .4s}@media screen and (min-width:992px){.banners-slider .swiper-wrapper{transform:translate(0)!important}}.banners-slider .swiper-slide:first-child{width:calc(100% - 493px)}@media screen and (max-width:1600px){.banners-slider .swiper-slide:first-child{width:calc(100% - 425px)}}@media screen and (max-width:992px){.banners-slider .swiper-slide:first-child{width:calc(100% - 60px)}}@media screen and (max-width:768px){.banners-slider .swiper-slide:first-child{width:calc(100% - 30px)}}.banners-slider .swiper-slide:nth-child(2){width:468px}@media screen and (max-width:1600px){.banners-slider .swiper-slide:nth-child(2){width:400px}}@media screen and (max-width:992px){.banners-slider .swiper-slide:nth-child(2){width:calc(100% - 60px)}}@media screen and (max-width:768px){.banners-slider .swiper-slide:nth-child(2){width:calc(100% - 30px)}}.banners-slider .banners-slider__item{border-radius:30px;color:var(--color-black);display:flex;height:485px;position:relative;text-decoration:none;transition:box-shadow .3s var(--transition)}@media screen and (max-width:1600px){.banners-slider .banners-slider__item{height:420px}}@media screen and (max-width:768px){.banners-slider .banners-slider__item{height:320px}}@media (hover:hover){.banners-slider .banners-slider__item:hover{box-shadow:0 0 15px 10px var(--color-black4RGBA10)}.banners-slider .banners-slider__item:hover .banners-slider__item-arrow{background:var(--color-black);color:var(--color-orange)}}@media (hover:none){.banners-slider .banners-slider__item:active{box-shadow:0 0 15px 10px var(--color-black4RGBA10)}.banners-slider .banners-slider__item:active .banners-slider__item-arrow{background:var(--color-black);color:var(--color-orange)}}.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-content{margin-top:0;max-width:650px;padding:85px 20px 20px 43px}@media screen and (max-width:1700px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-content{max-width:550px}}@media screen and (max-width:1600px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-content{max-width:500px;padding:46px 20px 20px 22px}}@media screen and (max-width:768px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-content{padding:30px 20px 20px 15px}}.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-title{font-size:50px;font-weight:500;margin-bottom:0}@media screen and (max-width:1600px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-title{font-size:40px;margin-bottom:15px}}@media screen and (max-width:768px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-title{font-size:26px}}.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-desc{font-size:24px}@media screen and (max-width:1600px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-desc{font-size:20px}}@media screen and (max-width:768px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-desc{font-size:18px}}.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-fon{border-radius:0 30px 30px 0;bottom:0;height:100%;left:auto;overflow:hidden;right:0;width:46%}@media screen and (max-width:1600px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-fon{width:45%}}@media screen and (max-width:768px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-fon{width:100%}}.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-fon span{background-position:0 100%;background-repeat:no-repeat;background-size:auto 100%;content:"";height:149%;left:0;position:absolute;top:0;transform:translateY(-16%);width:100%}@media screen and (max-width:1600px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-fon span{height:120%;transform:translateY(-5%)}}@media screen and (max-width:768px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-fon span{background-position:100% 100%;bottom:0;height:240px;left:auto;opacity:.4;right:0;top:auto;transform:translate(5%,15%)}}.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-img{background-position:50%;background-repeat:no-repeat;background-size:contain;height:calc(100% + 130px);right:0;top:-65px;width:50%}@media screen and (max-width:1700px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-img{right:-40px;width:60%}}@media screen and (max-width:1600px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-img{right:-60px;width:65%}}@media screen and (max-width:768px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-img{background-position:100% 100%;bottom:-30px;height:230px;right:-30px;top:auto;width:100%}}.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-arrow{bottom:42px;left:42px;margin-bottom:0;position:absolute}@media screen and (max-width:768px){.banners-slider .banners-slider__item.banners-slider__item-big .banners-slider__item-arrow{bottom:30px;left:15px}}.banners-slider .banners-slider__item .banners-slider__item-content{margin-top:auto;opacity:0;padding:45px;position:relative;transform:translateY(5%);transition:all .4s var(--transition) .7s;z-index:2}@media screen and (max-width:768px){.banners-slider .banners-slider__item .banners-slider__item-content{padding:20px 15px 30px;width:100%}}.banners-slider .banners-slider__item .banners-slider__item-title{font-size:24px;line-height:1.1;margin-bottom:4px}.banners-slider .banners-slider__item .banners-slider__item-desc{font-size:14px;font-weight:400}.banners-slider .banners-slider__item .banners-slider__item-bg,.banners-slider .banners-slider__item .banners-slider__item-color{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.banners-slider .banners-slider__item .banners-slider__item-color{border-radius:30px}.banners-slider .banners-slider__item .banners-slider__item-fon{border-radius:30px 30px 0 0;content:"";height:100%;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:all .4s var(--transition) 1s;width:calc(100% - 6px);z-index:2}@media screen and (max-width:1600px){.banners-slider .banners-slider__item .banners-slider__item-fon{width:80%}}@media screen and (max-width:768px){.banners-slider .banners-slider__item .banners-slider__item-fon{opacity:.4;width:90%}}.banners-slider .banners-slider__item .banners-slider__item-fon span{background-position:100% 0;background-repeat:no-repeat;background-size:contain;content:"";height:100%;position:absolute;width:100%}@media screen and (max-width:768px){.banners-slider .banners-slider__item .banners-slider__item-fon span{opacity:.4}}.banners-slider .banners-slider__item .banners-slider__item-img{background-position:100% 0;background-repeat:no-repeat;background-size:contain;height:100%;opacity:0;pointer-events:none;position:absolute;right:0;top:-40px;transform:scale(.9);transition:all .4s var(--transition) 1.2s;width:calc(100% - 45px);will-change:transform;z-index:3}@media screen and (max-width:1600px){.banners-slider .banners-slider__item .banners-slider__item-img{width:80%}}@media screen and (max-width:768px){.banners-slider .banners-slider__item .banners-slider__item-img{top:-30px}}.banners-slider .banners-slider__item .banners-slider__item-arrow{align-items:center;background:var(--color-black2);border-radius:50%;color:var(--color-white);display:flex;height:31px;justify-content:center;margin-bottom:20px;opacity:0;transform:translateX(5%);transition:all .3s var(--transition);transition:background .4s var(--transition),color .4s var(--transition),opacity .4s var(--transition) 1s,transform .4s var(--transition) 1s;width:31px;z-index:3}.basket-main__row{display:flex}@media screen and (max-width:1200px){.basket-main__row{flex-direction:column}}.basket-main__row .basket-main__left{margin-right:30px;width:calc(100% - 510px)}@media screen and (max-width:1300px){.basket-main__row .basket-main__left{margin-right:20px;width:calc(100% - 400px)}}@media screen and (max-width:1200px){.basket-main__row .basket-main__left{margin-right:0;width:100%}}.basket-main__row .basket-main__right{width:480px}@media screen and (max-width:1300px){.basket-main__row .basket-main__right{width:380px}}@media screen and (max-width:1200px){.basket-main__row .basket-main__right{width:100%}}.basket-products{background:var(--color-white);border:1px solid var(--color-beige6);border-radius:30px;padding:50px 70px}@media screen and (max-width:1600px){.basket-products{padding:30px}}@media screen and (max-width:1200px){.basket-products{padding:20px}}@media screen and (max-width:480px){.basket-products{padding:20px 10px}}.basket-products .basket-products__title{font-size:30px;font-weight:500;margin-bottom:30px}@media screen and (max-width:1200px){.basket-products .basket-products__title{font-size:24px;margin-bottom:20px}}.basket-product{border-bottom:1px solid var(--color-blackRGBA10);display:flex;margin-bottom:15px;padding-bottom:15px;position:relative}@media screen and (max-width:1200px){.basket-product{display:grid;gap:0 20px;grid-template-areas:"image content" "image prices";grid-template-columns:120px auto;grid-template-rows:auto auto}}@media screen and (max-width:480px){.basket-product{gap:0 10px;grid-template-columns:80px auto;margin-bottom:10px;padding-bottom:10px}}.basket-product:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.basket-product .basket-product__left{margin-right:60px;width:120px}@media screen and (max-width:1600px){.basket-product .basket-product__left{margin-right:20px;width:100px}}@media screen and (max-width:1200px){.basket-product .basket-product__left{grid-area:image;margin-right:0}}@media screen and (max-width:480px){.basket-product .basket-product__left{width:80px}}.basket-product .basket-product__middle{margin-right:40px;width:calc(100% - 540px)}@media screen and (max-width:1600px){.basket-product .basket-product__middle{margin-right:20px;width:calc(100% - 430px)}}@media screen and (max-width:1200px){.basket-product .basket-product__middle{grid-area:content;margin-right:0;width:calc(100% - 30px)}}.basket-product .basket-product__right{align-items:center;display:flex;gap:0 24px;justify-content:space-between;margin-left:auto;width:320px}@media screen and (max-width:1600px){.basket-product .basket-product__right{gap:0 14px;width:290px}}@media screen and (max-width:1200px){.basket-product .basket-product__right{grid-area:prices;justify-content:flex-start;margin-left:0;width:calc(100% - 30px)}.basket-product .basket-product__left{-ms-grid-row-span:3;-ms-grid-column:1;-ms-grid-row:1}.basket-product .basket-product__middle{-ms-grid-column:3;-ms-grid-row:1}.basket-product .basket-product__right{-ms-grid-column:3;-ms-grid-row:3}}@media screen and (max-width:480px){.basket-product .basket-product__right{align-items:flex-start;flex-direction:column}.basket-product .basket-product__right .changes-count{margin-bottom:10px}}.basket-product .basket-product__img{aspect-ratio:1;border:1px solid var(--color-gray3);border-radius:30px;display:block;padding:10px}@media screen and (max-width:1600px){.basket-product .basket-product__img{border-radius:20px}}@media screen and (max-width:480px){.basket-product .basket-product__img{padding:4px}}.basket-product .basket-product__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.basket-product .basket-product__title{font-size:16px;line-height:1.4;margin-bottom:6px}@media screen and (max-width:1600px){.basket-product .basket-product__title{font-size:14px}}.basket-product .basket-product__title a{color:var(--color-black);text-decoration:none;transition:all .3s var(--transition)}@media (hover:hover){.basket-product .basket-product__title a:hover{color:var(--color-red2)}}@media (hover:none){.basket-product .basket-product__title a:active{color:var(--color-red2)}}.basket-product .basket-product__weight{font-size:16px;margin-bottom:20px;opacity:.3}@media screen and (max-width:1600px){.basket-product .basket-product__weight{margin-bottom:10px}}.basket-product .basket-product__del{background:transparent;border:none;color:var(--color-red2);cursor:pointer;font-size:12px;padding:5px 0}@media screen and (max-width:1200px){.basket-product .basket-product__del{background:url(/local/templates/.default/assets/css/../img/delete.svg) no-repeat 50%;background-size:18px 18px;font-size:0;height:24px;position:absolute;right:0;top:0;width:24px;z-index:2}}.changes-count{align-items:center;display:flex;gap:0 6px;width:130px}.changes-count .changes-count__btn{background:var(--color-beige4);border-radius:50%;color:var(--color-black);cursor:pointer;display:flex;font-size:20px;font-weight:400;height:31px;justify-content:center;line-height:28px;transition:background .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:31px}@media (hover:hover){.changes-count .changes-count__btn:hover{background:var(--color-orange)}}@media (hover:none){.changes-count .changes-count__btn:active{background:var(--color-orange)}}.changes-count .changes-count__val{align-items:center;display:flex;font-size:16px;font-weight:400;justify-content:center;width:calc(100% - 74px)}.changes-count .changes-count__val input{background:transparent;border:none;max-width:100%;text-align:center}.basket-product__prices{align-items:center;display:flex;gap:0 5px}.basket-product__prices._sale .current{color:var(--color-red2)}.basket-product__prices .current{align-items:center;color:var(--color-black);display:flex;font-size:24px;gap:0 3px;white-space:nowrap}@media screen and (max-width:1600px){.basket-product__prices .current{font-size:18px}.basket-product__prices .current .rub svg{height:14px;width:14px}}.basket-product__prices .old{align-items:center;color:var(--color-black4RGBA30);display:flex;font-size:16px;font-weight:400;gap:0 3px;position:relative;white-space:nowrap}.basket-product__prices .old:before{background:var(--color-black);border:1px solid var(--color-beige);border-radius:2px;content:"";height:3px;position:absolute;top:calc(50% - 1px);width:100%}.basket-product__prices .old .rub svg{height:12px;width:10px}.basket-form{background:var(--color-white);border:1px solid var(--color-beige6);border-radius:30px;margin-top:30px;padding:50px 70px}@media screen and (max-width:1600px){.basket-form{padding:30px}}@media screen and (max-width:480px){.basket-form{padding:30px 20px}}.basket-form .basket-form__title{font-size:30px;font-weight:500;margin-bottom:30px}@media screen and (max-width:1200px){.basket-form .basket-form__title{font-size:24px;margin-bottom:20px}}.basket-form .basket-form__container{display:flex;flex-wrap:wrap;gap:20px 40px;max-width:960px}@media screen and (max-width:1600px){.basket-form .basket-form__container{gap:20px}}@media screen and (max-width:1200px){.basket-form .basket-form__container{gap:10px}}.basket-form .basket-form__container .block-input{width:calc(33.33333% - 26.6666px)}@media screen and (max-width:1600px){.basket-form .basket-form__container .block-input{width:calc(33.33333% - 13.333px)}}@media screen and (max-width:1200px){.basket-form .basket-form__container .block-input{width:100%}}.basket-form .basket-form__container .block-input:last-child{width:calc(66.66667% - 15px)}@media screen and (max-width:1600px){.basket-form .basket-form__container .block-input:last-child{width:100%}}.basket-form .basket-form__container .block-input .block-input__val{height:50px}.suggestions-wrapper .suggestions-suggestions{background:var(--color-beige5);border:1px solid var(--bg-body);border-radius:10px;font-size:12px;top:calc(100% + 2px)}.suggestions-wrapper .suggestions-suggestions .suggestions-selected{color:var(--color-red3)}.basket-result{background:var(--color-white);border:1px solid var(--color-beige6);border-radius:30px;padding:30px 20px 25px 35px;position:sticky;top:10px}@media screen and (max-width:1600px){.basket-result{padding:25px}}@media screen and (max-width:480px){.basket-result{padding:30px 20px}}.basket-result .btn-submit{margin-bottom:25px}.btn-submit{background:var(--color-orange2);border:none;border-radius:10px;color:var(--color-black);display:inline-block;font-size:20px;font-weight:400;height:65px;line-height:65px;text-align:center;text-decoration:none;transition:all .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}@media (hover:hover){.btn-submit:hover{background:var(--color-orange)}}@media (hover:none){.btn-submit:active{background:var(--color-orange)}}.basket-result__delivery-desc{font-size:14px;font-weight:400;line-height:1.4;margin:0 auto 30px;max-width:340px;text-align:center}.basket-result__products{border-bottom:1px solid var(--color-blackRGBA10);border-top:1px solid var(--color-blackRGBA10);display:flex;flex-wrap:wrap;gap:0 20px;justify-content:space-between;padding:14px 0}.basket-result__products .basket-result__products-title{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:25px;width:100%}.basket-result__products .basket-result__price .basket-result__price-title{font-size:14px;font-weight:400;line-height:1.2;margin-bottom:9px}.basket-result__products .basket-result__price .basket-result__price-val{align-items:center;display:flex;font-size:24px;font-weight:400;gap:0 4px;line-height:1.2}.basket-result__products .basket-result__sale{color:var(--color-red2)}.basket-result__products .basket-result__sale .basket-result__sale-title{font-size:14px;font-weight:400;line-height:1.2;margin-bottom:9px}.basket-result__products .basket-result__sale .basket-result__sale-val{align-items:center;display:flex;font-size:24px;font-weight:400;gap:0 4px;line-height:1.2}.basket-result__total{align-items:center;display:flex;justify-content:space-between;line-height:1.2;padding:18px 8px 0}.basket-result__total .basket-result__total-title{font-size:20px;font-weight:500}.basket-result__total .basket-result__total-val{align-items:center;display:flex;font-size:36px;font-weight:400;gap:0 4px}.basket-result__total .basket-result__total-val .rub svg{height:26px;width:23px}.page-contacts{margin-bottom:40px;padding-top:70px}@media screen and (max-width:1500px){.page-contacts{padding-top:80px}}@media screen and (max-width:1200px){.page-contacts{padding-top:40px}}.page-contacts .page-title{color:var(--color-black);margin-bottom:30px;text-transform:uppercase}.contacts-columns{display:flex;gap:50px}@media screen and (max-width:1500px){.contacts-columns{gap:46px 24px}}@media screen and (max-width:1200px){.contacts-columns{flex-wrap:wrap}}.contacts-columns .contacts-column{width:calc(38.5% - 50px)}@media screen and (max-width:1500px){.contacts-columns .contacts-column{width:calc(38.5% - 24px)}}@media screen and (max-width:1200px){.contacts-columns .contacts-column{width:calc(50% - 12px)}}@media screen and (max-width:768px){.contacts-columns .contacts-column{width:100%}}.contacts-columns .contacts-column:nth-child(3){align-items:center;display:flex;gap:23px;justify-content:center;padding:0 40px;width:23%}@media screen and (max-width:1500px){.contacts-columns .contacts-column:nth-child(3){padding:0 20px}}@media screen and (max-width:1200px){.contacts-columns .contacts-column:nth-child(3){width:100%}}.contacts-columns .contacts-column:nth-child(3) .btn{justify-content:center;text-align:center;width:100%}.contacts-column{display:flex;flex-direction:column;font-size:18px;font-weight:400;line-height:1.4}@media screen and (max-width:768px){.contacts-column{font-size:14px}}.contacts-column .contacts-column__container{background:var(--color-white);border-radius:30px;display:flex;flex-direction:column;height:100%;padding:30px}@media screen and (max-width:768px){.contacts-column .contacts-column__container{padding:24px 14px}}.contacts-column .contacts-address{margin-bottom:69px}@media screen and (max-width:768px){.contacts-column .contacts-address{margin-bottom:30px}}.contacts-column .contacts-email{margin-bottom:15px}.contacts-column .contacts-column__top{display:flex;justify-content:flex-end;margin-bottom:30px}.contacts-column .contacts-column__bottom{margin-top:auto}.contacts-column .contacts-column__bottom.requisites-info a{color:var(--color-text);text-decoration:none}.contacts-column .contacts-column__bottom.requisites-info p{margin-bottom:5px}.contacts-column .contacts-column__bottom.requisites-info p:last-child{margin-bottom:0}.contacts-address{font-size:18px;font-weight:400}.contacts-email{font-size:18px;text-transform:lowercase}@media screen and (max-width:768px){.contacts-email{font-size:16px}}.contacts-email a{color:var(--color-text);text-decoration:none;transition:color .3s var(--transition)}@media (hover:hover){.contacts-email a:hover{color:var(--color-red2)}}@media (hover:none){.contacts-email a:active{color:var(--color-red2)}}.contacts-phone{font-size:36px;font-weight:600;text-transform:lowercase}@media screen and (max-width:1700px){.contacts-phone{font-size:32px}}@media screen and (max-width:1600px){.contacts-phone{font-size:26px}}@media screen and (max-width:768px){.contacts-phone{font-size:22px}}.contacts-phone a{color:var(--color-text);text-decoration:none;transition:color .3s var(--transition)}@media (hover:hover){.contacts-phone a:hover{color:var(--color-red2)}}@media (hover:none){.contacts-phone a:active{color:var(--color-red2)}}.contacts-route{font-size:18px;font-weight:500;padding-top:40px}@media screen and (max-width:768px){.contacts-route{font-size:16px;font-weight:400}}.contacts-route a{color:var(--color-black7);display:inline-block;position:relative;text-decoration:none;transition:color .3s var(--transition)}@media (hover:hover){.contacts-route a:hover{color:var(--color-red2)}}@media (hover:none){.contacts-route a:active{color:var(--color-red2)}}.contacts-route a i{content:"";position:absolute;right:-20px;top:-12px}.contacts-maps{margin-bottom:160px;overflow:hidden}@media screen and (max-width:1300px){.contacts-maps{margin-bottom:120px}}@media screen and (max-width:768px){.contacts-maps{margin-bottom:60px}}.contacts-maps .container iframe{border:none;border-radius:53px;height:560px;overflow:hidden;width:100%}@media screen and (max-width:768px){.contacts-maps .container iframe{border-radius:30px}}.page-404{padding-top:10vw}.page-404 .page-404__title{font-size:4vw;font-weight:400;line-height:1.2;margin:0 0 10vw;text-align:center}@media screen and (max-width:480px){.page-404 .page-404__title{font-size:10vw}}.page-404 .page-404__title strong{color:var(--color-orange);display:block;font-size:10vw;font-weight:700}@media screen and (max-width:480px){.page-404 .page-404__title strong{font-size:40vw}}.page-404 .page-404__btn{display:flex;justify-content:center}.main-footer{background:var(--color-beige2);padding-bottom:30px;padding-top:80px;position:relative}@media screen and (max-width:1200px){.main-footer{padding-top:50px}}.main-footer .container{max-width:calc(1620px + var(--container-padding)*2)}.main-footer .main-footer__top{padding-bottom:30px}@media screen and (max-width:1200px){.main-footer .main-footer__top{padding-bottom:20px}}.main-footer .main-footer__top .container{display:flex;justify-content:space-between}@media screen and (max-width:768px){.main-footer .main-footer__top .container{display:block}}.main-footer .main-footer__bottom{border-top:1px solid var(--color-gray);padding-top:37px}@media screen and (max-width:992px){.main-footer .main-footer__bottom{padding-bottom:70px}}@media screen and (max-width:768px){.main-footer .main-footer__bottom{padding-top:14px}}.main-footer .main-footer__bottom .container{align-items:center;display:flex}@media screen and (max-width:768px){.main-footer .main-footer__bottom .container{flex-direction:column;gap:6px 0}}.main-footer .main-footer__bottom .footer-personal-data{margin-right:70px}@media screen and (max-width:1200px){.main-footer .main-footer__bottom .footer-personal-data{margin-right:30px}}.main-footer .main-footer__bottom .footer-date{margin-right:200px}@media screen and (max-width:1200px){.main-footer .main-footer__bottom .footer-date{margin-right:10px}}.main-footer .main-footer__bottom .developer{margin-left:auto}@media screen and (max-width:768px){.main-footer .main-footer__bottom .developer{margin-left:0;margin-top:10px}}.main-footer .main-footer__left{display:flex;gap:0 126px}@media screen and (max-width:1200px){.main-footer .main-footer__left{gap:0 70px}}@media screen and (max-width:768px){.main-footer .main-footer__left{border-bottom:1px solid var(--color-gray);display:block;margin-bottom:30px;padding-bottom:30px}}.main-footer .main-footer__left .main-footer__col:nth-child(2){padding-top:21px}@media screen and (max-width:768px){.main-footer .main-footer__left .main-footer__col:nth-child(2){padding-top:14px}}.footer-logo{margin-bottom:46px;max-width:244px}@media screen and (max-width:1200px){.footer-logo{margin-bottom:30px}}@media screen and (max-width:768px){.footer-logo{display:none}}.footer-logo img{height:auto;margin-bottom:8px;width:100%}.footer-logo .footer-logo__text{display:block;font-size:14px;font-weight:400;opacity:.5;text-align:center}@media screen and (max-width:1200px){.footer-logo .footer-logo__text{font-size:11px}}@media screen and (max-width:768px){.footer-menu{display:flex;flex-wrap:wrap;gap:5px 14px}}.footer-menu .footer-menu__item{margin-bottom:20px}@media screen and (max-width:1200px){.footer-menu .footer-menu__item{margin-bottom:10px}}@media screen and (max-width:768px){.footer-menu .footer-menu__item{margin-bottom:0}}.footer-menu .footer-menu__item:last-child{margin-bottom:0}.footer-menu .footer-menu__title{color:var(--color-black);font-size:20px;font-weight:500;margin-bottom:25px;opacity:.3}@media screen and (max-width:1200px){.footer-menu .footer-menu__title{margin-bottom:15px}}@media screen and (max-width:768px){.footer-menu .footer-menu__title{font-size:18px;margin-bottom:0;width:100%}}.footer-menu .footer-menu__link{color:var(--color-black);display:block;font-size:18px;font-weight:400;line-height:1.4;text-decoration:none;transition:color .3s var(--transition)}@media (hover:hover){.footer-menu .footer-menu__link:hover{color:var(--color-red2)}}@media (hover:none){.footer-menu .footer-menu__link:active{color:var(--color-red2)}}.main-footer__right{align-items:flex-end;display:flex;flex-direction:column}@media screen and (max-width:1200px){.main-footer__right{padding-left:30px}}@media screen and (max-width:768px){.main-footer__right{align-items:flex-start;padding-left:0}}.main-footer__right .social{margin-bottom:10px}.main-footer__right .footer-email{margin-bottom:14px}.main-footer__right .link-tg{font-size:18px;margin-bottom:29px}@media screen and (max-width:1200px){.main-footer__right .link-tg{font-size:14px}}.main-footer__right .link-tg .icon{height:25px;width:25px}@media screen and (max-width:1200px){.main-footer__right .link-tg .icon{height:16px;width:16px}}.main-footer__right .link-tg .icon svg{height:25px;width:25px}@media screen and (max-width:1200px){.main-footer__right .link-tg .icon svg{height:16px;width:16px}}.footer-mode{font-size:18px;font-weight:400;margin-bottom:10px;opacity:.5}@media screen and (max-width:768px){.footer-mode{margin-bottom:0}}.footer-phone{color:var(--color-black);display:inline-block;font-size:30px;font-weight:400;margin-bottom:5px;text-decoration:none;transition:color .3s var(--transition);white-space:nowrap}@media screen and (max-width:1200px){.footer-phone{font-size:24px}}@media (hover:hover){.footer-phone:hover{color:var(--color-red2)}}@media (hover:none){.footer-phone:active{color:var(--color-red2)}}.social{display:flex;gap:0 29px}.social .social__link{align-items:center;color:var(--color-black);display:flex;height:29px;justify-content:center;transition:color .3s var(--transition);width:29px}@media (hover:hover){.social .social__link:hover{color:var(--color-red2)}}@media (hover:none){.social .social__link:active{color:var(--color-red2)}}.footer-email{color:var(--color-black);display:inline-block;font-size:18px;font-weight:400;position:relative;text-decoration:none;transition:color .3s var(--transition);white-space:nowrap}@media screen and (max-width:1200px){.footer-email{font-size:16px}}@media (hover:hover){.footer-email:hover{color:var(--color-red2)}.footer-email:hover:before{left:0;right:auto;width:0}}@media (hover:none){.footer-email:active{color:var(--color-red2)}.footer-email:active:before{left:0;right:auto;width:0}}.footer-email:before{background:var(--color-black);bottom:4px;content:"";height:1px;position:absolute;right:0;transition:width .3s var(--transition);width:100%}.footer-address{color:var(--color-black);font-size:18px;font-weight:400;margin-bottom:30px;opacity:.5;text-align:right}@media screen and (max-width:1200px){.footer-address{font-size:14px;margin-bottom:10px;max-width:240px}}@media screen and (max-width:768px){.footer-address{text-align:left}}.footer-company{color:var(--color-black);font-size:18px;font-weight:400;opacity:.3;text-align:right}@media screen and (max-width:1200px){.footer-company{font-size:14px}}.footer-personal-data{color:var(--color-black);font-size:14px;font-weight:400;opacity:.5;text-decoration:none;transition:opacity .3s var(--transition)}@media (hover:hover){.footer-personal-data:hover{opacity:1}}@media (hover:none){.footer-personal-data:active{opacity:1}}.developer,.footer-coperight,.footer-date{color:var(--color-black);font-size:14px;font-weight:400;opacity:.5}.developer{text-decoration:none;transition:all .3s var(--transition)}@media (hover:hover){.developer:hover{color:var(--color-red2);opacity:1}}@media (hover:none){.developer:active{color:var(--color-red2);opacity:1}}
/* End */
/* /local/templates/.default/assets/css/libs.css?172617800645343 */
/* /local/templates/.default/assets/css/main.css?1731063121120943 */
