: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;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;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;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, 0.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;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;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, 0.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;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);-webkit-user-select:none;-moz-user-select:none;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:-moz-max-content;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{-webkit-appearance:none;-moz-appearance:none;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;-o-object-fit:cover;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;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[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;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--c1: #2b2a29;--c2: #882397;--c3: #FFFFFF;--white: 255, 255, 255;--violet: 136, 35, 151;--dark: 43, 42, 41;--gray: 242, 242, 242;--dark-gray: 168, 168, 168;--tf: ease-in-out;font-size:1vw}@media screen and (max-width: 699px){:root{font-size:10px}}::-moz-selection{color:var(--c3);background-color:rgba(var(--violet), 1)}::selection{color:var(--c3);background-color:rgba(var(--violet), 1)}::-webkit-scrollbar{width:0;height:0;background-color:rgba(var(--gray), 1)}::-webkit-scrollbar-thumb{background-color:rgba(var(--violet), 1);border-radius:max(1rem,10px)}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0)}*:focus-visible{outline:none}* *::before,* *::after{box-sizing:inherit}[hidden],[type=hidden],.visually-hidden,.tns-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}html,body{min-height:100%}html{--ff: "Geometria", sans-serif;--fz: max(1vw, 16px);--fwEB: 800;--fwB: 700;--fwM: 500;--fwR: 400;--fwL: 300;--offset: max(calc(1.25 * 1vw), 15px);--spaceV: 10rem;--spaceV-s: max(4rem, 30px);--spaceH: max(8rem, 60px);--spaceH-s: max(2rem, 20px);--phone-height: max(4rem, 68px)}@media screen and (max-width: 1599px){html{--spaceH: max(6rem, 20px)}}@media screen and (max-width: 1299px){html{--spaceH: max(4rem, 40px)}}@media screen and (max-width: 999px){html{--spaceV: max(4rem, 40px);--spaceH: max(2rem, 20px)}}body{font-family:var(--ff);font-weight:var(--fwR);font-size:var(--fz);line-height:1.4;color:var(--c1);max-width:100%;min-width:360px;margin:0;text-wrap:balance;overflow:auto;overflow-x:hidden}body.modal-open{overflow:hidden}a{text-decoration:none;color:inherit;transition-property:color,opacity;transition-duration:.3s;transition-timing-function:var(--tf)}img{height:auto;max-width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}button{margin:0;padding:0;font-family:var(--ff);text-align:left;font-size:1em;background-color:rgba(0,0,0,0);border:none;cursor:pointer}button[data-opener]>*,a[data-opener]>*{pointer-events:none}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}.btn{position:relative;display:inline-flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:max(2.5rem,40px);padding:max(.7rem,12px) max(1.4rem,20px);font-weight:var(--fwR);font-size:max(.8em,16px);line-height:1;color:var(--c2);fill:var(--c2);border:1px solid var(--c2);border-radius:max(2rem,30px);gap:max(.8rem,12px);transition-property:color,fill,opacity,background-color,border-color;transition-duration:.5s;transition-timing-function:var(--tf);z-index:1}@media screen and (max-width: 999px){.btn{min-height:48px}}.btn svg{flex-shrink:0;width:max(.5rem,10px);height:max(.5rem,10px)}.btn:hover,.btn:focus-visible{color:var(--c3);fill:var(--c3);background-color:rgba(var(--violet), 0.8)}.btn--icon{width:max(2.5rem,44px);height:max(2.5rem,44px);padding-left:max(.7rem,12px);padding-right:max(.7rem,12px)}@media screen and (max-width: 999px){.btn--icon{width:48px;height:48px}}.btn--icon svg{width:max(.8rem,14px);height:max(.8rem,14px)}@media screen and (max-width: 999px){.btn--icon svg{width:16px;height:16px}}.btn--with-icon{padding-left:max(1rem,16px);padding-right:max(1rem,16px)}.btn--with-icon svg{width:max(1rem,16px);height:max(1rem,16px)}.btn--outline{color:var(--c3);fill:var(--c3);background-color:rgba(var(--white), 0);border-color:rgba(var(--white), 0.8)}.btn--outline:hover,.btn--outline:focus-visible{color:var(--c1);fill:var(--c1);background-color:rgba(var(--white), 0.8)}.btn--white{color:var(--c1);fill:var(--c1);background-color:rgba(var(--white), 1);border-color:rgba(var(--white), 1)}.btn--white:hover,.btn--white:focus-visible{color:var(--c1);fill:var(--c1);background-color:rgba(var(--white), 0.8)}.btn--violet{color:var(--c3);fill:var(--c3);background-color:rgba(var(--violet), 1);border-color:rgba(var(--violet), 1)}.btn--violet:hover,.btn--violet:focus-visible{background-color:rgba(var(--violet), 0.8);border-color:rgba(var(--violet), 0)}.btn--dark{color:var(--c3);fill:var(--c3);background-color:rgba(var(--dark), 1);border-color:rgba(var(--dark), 1)}.btn--dark:hover,.btn--dark:focus-visible{background-color:rgba(var(--dark), 0.8);border-color:rgba(var(--dark), 0)}.logo{display:flex;align-items:center;gap:max(.4rem,10px)}.logo-elem{width:max(2rem,36px);height:max(2rem,36px)}.logo-text{width:max(5.6rem,94px);height:max(2rem,34px)}.title{margin:0;font-weight:var(--fwB)}.title small{display:block;font-weight:var(--fwR);font-size:.55em}@media screen and (max-width: 1299px){.title small{font-weight:var(--fwM)}}@media screen and (max-width: 699px){.title small{font-size:1em}}.title--xl{font-size:13em;line-height:1}@media screen and (max-width: 1399px){.title--xl{font-size:10em}}@media screen and (max-width: 1199px){.title--xl{font-size:8em}}@media screen and (max-width: 999px){.title--xl{font-size:6em}}@media screen and (max-width: 699px){.title--xl{font-size:14.5vw}}.title--xl small{font-weight:var(--fwB)}.title--l{font-size:3.1em;line-height:1.2}@media screen and (max-width: 1299px){.title--l{font-size:2.8em}}@media screen and (max-width: 999px){.title--l{font-size:2.6em}}@media screen and (max-width: 699px){.title--l{font-size:2.2em;line-height:1}}@media screen and (max-width: 399px){.title--l{font-size:1.9em}}.title--m{font-weight:var(--fwEB);font-size:2.3em;line-height:1.2}@media screen and (max-width: 1399px){.title--m{font-size:2em}}@media screen and (max-width: 1299px){.title--m{font-size:1.8em}}@media screen and (max-width: 699px){.title--m{font-size:1.2em}}.title--s{font-weight:var(--fwEB);font-size:1.6em;line-height:1.2}@media screen and (max-width: 1299px){.title--s{font-size:1.4em}}@media screen and (max-width: 999px){.title--s{font-size:max(1.2em,20px)}}.title--xs{font-weight:var(--fwM);font-size:1em;line-height:1.2}.violet{color:var(--c2)}@keyframes home-slide-elem{0%,100%{transform:translate3d(0, 0, 0)}50%{transform:translate3d(0, 10px, 0)}}@keyframes scale{0%,100%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.1, 1.1, 1)}}@keyframes symbol{0%{-webkit-mask-position:0 0;mask-position:0 0}100%{-webkit-mask-position:100% 0;mask-position:100% 0}}.header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:max(1.6rem,20px) max(2rem,20px);border-bottom-left-radius:max(2rem,20px);border-bottom-right-radius:max(2rem,20px);transition:all .5s var(--tf);gap:max(2rem,20px);z-index:5}@media screen and (max-width: 699px){.header{gap:14px}}.header.dark .header-logo{fill:var(--c1)}.header.dark .header-shop{color:var(--c1);fill:var(--c1);background-color:rgba(var(--white), 1);border-color:rgba(var(--dark), 1)}.header.dark .header-shop:hover,.header.dark .header-shop:focus-visible{color:var(--c3);fill:var(--c3);background-color:rgba(var(--dark), 1)}.header.dark .lang-opener,.header.dark .header-lang__opener{color:var(--c1);background-color:rgba(var(--gray), 1)}.header.dark .header-phone{color:var(--c1);fill:var(--c2)}.header.dark .header-menu{fill:var(--c3);background-color:rgba(var(--dark), 1);border-color:rgba(var(--dark), 1)}.header.dark .header-menu:hover,.header.dark .header-menu:focus-visible{background-color:rgba(var(--dark), 0.8);border-color:rgba(var(--dark), 0.8)}.header.bg{background-color:rgba(var(--white), 1);box-shadow:0 0 10px rgba(var(--dark), 0.1)}.header-col{display:flex;align-items:center;gap:max(1.5rem,10px)}.header-col--left{margin-right:auto}.header-col--right{margin-left:auto}.header-logo{fill:var(--c3)}[data-page=product] .header-logo{filter:drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3))}@media screen and (max-width: 699px){.header-logo .logo-text{display:none}}.header-phone{display:flex;flex-direction:column;color:var(--c3);fill:var(--c3);gap:max(.2rem,2px)}[data-page=product] .header-phone{text-shadow:0 4px 8px rgba(0,0,0,.3)}@media screen and (max-width: 999px){.header-phone{display:none}}.header-phone__text{font-size:max(.8em,14px);line-height:1}@media screen and (max-width: 1099px){.header-phone__text{display:none}}.header-phone__link{display:flex;align-items:center;font-weight:var(--fwM);font-size:max(1em,16px);gap:max(.6rem,10px)}.header-phone__link svg{width:max(.9rem,14px);height:max(.9rem,14px);transition-property:transform;transition-duration:.3s;transition-timing-function:var(--tf)}.header-phone__link:hover svg,.header-phone__link:focus-visible svg{transform:scale(1.1)}[data-page=product] .header-shop{color:var(--c1);fill:var(--c1);background-color:rgba(var(--white), 0.8)}@media screen and (max-width: 899px){.header-shop{display:none}}.lang,.header-lang,.dropdown,.header-dropdown{position:relative}.lang-opener,.header-lang__opener,.dropdown-opener,.header-dropdown__opener{position:relative;display:inline-flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:max(.7rem,12px) max(1.4rem,20px);font-weight:var(--fwR);font-size:max(.8em,16px);border-radius:max(2rem,30px);transition:all .3s var(--tf);z-index:1}[open] .lang-opener,[open] .header-lang__opener,[open] .dropdown-opener,[open] .header-dropdown__opener{color:var(--c3);fill:var(--c3);background-color:rgba(var(--violet), 1);border-color:rgba(var(--violet), 1)}.lang-opener,.header-lang__opener{min-width:max(3rem,59px);aspect-ratio:1/1;padding:max(1rem,14px);line-height:1;color:var(--c3);background-color:rgba(var(--dark))}@media screen and (max-width: 999px){.lang-opener,.header-lang__opener{min-width:48px}}.office-dropdown__opener{color:var(--c3);fill:var(--c3);background-color:rgba(var(--violet), 1)}.office-dropdown__opener:hover,.office-dropdown__opener:focus-visible{background-color:rgba(var(--violet), 0.8)}.lang-inner,.header-lang__inner,.dropdown-inner,.header-dropdown__inner{position:absolute;top:1px;left:1px;right:1px;display:flex;flex-direction:column;padding-top:calc(max(.8rem,12px)*3 + max(.6rem,8px));padding-bottom:max(.6rem,8px);background-color:rgba(var(--white), 1);box-shadow:0 0 10px rgba(var(--dark), 0.1);border-radius:max(1.1rem,20px) max(1.1rem,20px) max(1rem,10px) max(1rem,10px)}@media screen and (max-width: 999px){.lang-inner,.header-lang__inner,.dropdown-inner,.header-dropdown__inner{padding-top:54px}}.lang-inner,.header-lang__inner{padding-top:calc(max(.8rem,12px)*3.5 + max(.6rem,8px));border-top-left-radius:max(2rem,30px);border-top-right-radius:max(2rem,30px)}.lang-link,.header-lang__link,.dropdown-link,.header-dropdown__link{position:relative;display:flex;align-items:center;padding:max(.4rem,8px) max(1.5rem,20px);font-weight:var(--fwR);font-size:max(.8em,16px);fill:var(--c2);line-height:1;transition:all .5s var(--tf)}@media screen and (min-width: 400px){.lang-link:hover,.lang-link:focus-visible,.header-lang__link:hover,.header-lang__link:focus-visible,.dropdown-link:hover,.dropdown-link:focus-visible,.header-dropdown__link:hover,.header-dropdown__link:focus-visible{color:var(--c2)}}.lang-link,.header-lang__link{padding-left:max(1rem,14px);padding-right:max(1rem,14px)}.dropdown-link svg,.header-dropdown__link svg{position:absolute;top:50%;width:max(.6rem,12px);height:max(.6rem,12px);transform:translateY(-50%);opacity:0;transition-property:opacity;transition-duration:.5s;transition-timing-function:var(--tf)}.dropdown-link span,.header-dropdown__link span{transition-property:transform;transition-duration:.5s;transition-timing-function:var(--tf);transition-delay:.15s}@media screen and (min-width: 400px){.dropdown-link:hover svg,.dropdown-link:focus-visible svg,.header-dropdown__link:hover svg,.header-dropdown__link:focus-visible svg{opacity:1;transition-delay:.15s}.dropdown-link:hover span,.dropdown-link:focus-visible span,.header-dropdown__link:hover span,.header-dropdown__link:focus-visible span{transform:translateX(calc(max(0.6rem, 14px) * 1.5));transition-delay:0s}}.header-menu{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:max(3rem,48px);height:max(3rem,48px);fill:var(--c1);background-color:rgba(var(--white), 1);border:1px solid rgba(var(--white), 1);border-radius:50%;transition:all .5s var(--tf)}.header-menu svg{width:max(25%,18px);height:max(25%,18px)}.header-menu:hover,.header-menu:focus-visible{background-color:rgba(var(--white), 0.8);border-color:rgba(var(--white), 0.8)}.social{display:flex;align-items:center;list-style:none;margin:0;padding:0}.social-item{display:flex;align-items:center}.social-link{display:flex;justify-content:center;align-items:center;width:max(2.5rem,40px);height:max(2.5rem,40px);fill:var(--c1)}.social-link svg{width:max(1rem,14px);height:max(1rem,14px)}.slider{width:calc(100% + var(--spaceH));margin-top:auto;margin-right:calc(0px - var(--spaceH));margin-bottom:auto;overflow:hidden}@media screen and (max-width: 999px){.slider{width:calc(100% + var(--spaceH)*2);margin-top:max(2rem,20px);margin-left:calc(0px - var(--spaceH));padding-left:var(--spaceH);padding-right:var(--spaceH)}}.slider-wrapper{display:flex;align-items:stretch}.slider-list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0}@media screen and (min-width: 1000px){.slider-list{transition-timing-function:var(--tf)}}.slider-item{position:relative;display:flex;align-items:stretch;flex-shrink:0;width:30%;padding-right:max(2rem,20px);border-radius:max(2rem,20px);overflow:hidden}@media screen and (max-width: 999px){.slider-item{padding-right:10px}}.slider-item::before{content:"";position:absolute;top:0;left:0;right:max(2rem,20px);height:100%;border-radius:max(2rem,20px);background-color:rgba(var(--gray), 1)}.slider-item--l{width:100%}.slider-controls{display:flex;justify-content:space-between;align-items:center}.slider-navigation{display:flex;align-items:center;flex-shrink:0;padding-right:var(--spaceH);gap:max(1rem,10px)}@media screen and (max-width: 699px){.slider-navigation{display:none}}.slider-navigation__prev,.slider-navigation__next{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:max(3rem,48px);height:max(3rem,48px);fill:var(--c1);background-color:rgba(var(--gray), 1);border-radius:50%;transition:all .5s var(--easeing);overflow:hidden}.slider-navigation__prev svg,.slider-navigation__next svg{width:max(25%,16px);height:max(25%,16px)}.slider-navigation__prev svg:last-child,.slider-navigation__next svg:last-child{position:absolute}.slider-navigation__prev:hover svg,.slider-navigation__prev:focus-visible svg,.slider-navigation__next:hover svg,.slider-navigation__next:focus-visible svg{transition-property:transform;transition-duration:.6s;transition-timing-function:var(--easeing)}.slider-navigation__prev[disabled],.slider-navigation__next[disabled]{opacity:.4;pointer-events:none}.slider-navigation__prev svg:last-child{transform:translateX(250%)}.slider-navigation__prev:hover svg:first-child,.slider-navigation__prev:focus-visible svg:first-child{transform:translateX(-250%)}.slider-navigation__prev:hover svg:last-child,.slider-navigation__prev:focus-visible svg:last-child{transform:translateX(0%)}.slider-navigation__next svg:last-child{transform:translateX(-250%)}.slider-navigation__next:hover svg:first-child,.slider-navigation__next:focus-visible svg:first-child{transform:translateX(250%)}.slider-navigation__next:hover svg:last-child,.slider-navigation__next:focus-visible svg:last-child{transform:translateX(0%)}.section{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:max(2rem,24px)}.section--fullpage{flex-shrink:0;padding:max(6rem,20px) var(--spaceH) max(4rem,20px);overflow:hidden}@media screen and (min-width: 1000px){.section--fullpage{height:100vh}}.section--fullscreen{position:sticky;top:0;overflow:hidden}.section--fullscreen .section-slide-content{padding-top:6rem}.section--fullscreen .section-slide-title{margin-left:-0.5rem;font-size:8em;line-height:.8}@media screen and (max-width: 1299px){.section--fullscreen .section-slide-title{font-size:7em}}@media screen and (max-width: 999px){.section--fullscreen .section-slide-title{font-size:6em}}@media screen and (max-width: 699px){.section--fullscreen .section-slide-title{padding-bottom:max(3rem,24px);font-size:14.5vw}}@media screen and (min-width: 1000px){.section--fullscreen{height:calc(100vh + max(2rem,20px))}}.section--fullscreen+.main-inner{margin-top:calc(0px - max(2rem,20px))}.section--product{position:sticky;top:0;height:100vh;padding:0;overflow:hidden}@media screen and (max-width: 999px)and (orientation: landscape){.section--product{position:relative;top:auto;height:auto}}@media screen and (max-width: 999px)and (orientation: portrait){.section--product{height:calc(var(--vh, 1vh)*100);transition:height .1s var(--easeing)}}@media screen and (max-width: 999px){.section--product{background-color:var(--c2)}}@media screen and (max-width: 999px){.section--product .section-slide{flex-direction:column;justify-content:center;min-height:calc(var(--vh, 1vh)*100);padding-top:60px;padding-bottom:60px}}@media screen and (max-width: 999px){.section--product .section-slide-bg:not(.section-slide-bg--reverse){position:relative;top:auto;left:auto;right:auto;bottom:auto;order:1;height:300px;margin-bottom:auto;filter:none}}.section--product .section-slide-bg::after{content:none}@media screen and (max-width: 999px){.section--product .section-slide-bg picture{width:100%}}@media screen and (max-width: 999px){.section--product .section-slide-bg img{width:100%;height:100%}}.section--product .section-slide-bg--reverse{transform:scaleX(-1)}.section--product .section-slide-bg--reverse img{-o-object-position:left;object-position:left}@media screen and (max-width: 999px){.section--product .section-slide-bg--reverse img{-o-object-position:70%;object-position:70%}}@media screen and (max-width: 999px){.section--product .section-slide-content{min-height:auto;margin-bottom:0;padding-top:var(--spaceV);padding-bottom:var(--spaceV)}}@media screen and (max-width: 999px){.section--product .section-slide-btn{width:auto;min-width:auto}}@media screen and (max-width: 999px){.section--product+.main-inner{margin-top:calc(0px - max(2rem,20px));overflow:hidden}}.section--offset{padding:max(4rem,20px) var(--spaceH) max(6rem,20px)}.section--top{padding:max(10rem,20px) var(--spaceH) 0}@media screen and (max-width: 999px){.section--top{padding-top:max(10rem,100px)}}.section--dark{color:var(--c3);fill:var(--c3);background-color:#000;background-image:radial-gradient(rgba(var(--violet), 0.3), #000000)}.section--offset_bottom{margin-bottom:max(2rem,20px)}.section--article{border-bottom-left-radius:max(3rem,20px);border-bottom-right-radius:max(3rem,20px);overflow:hidden}.section-wrapper{display:flex;flex-direction:column;align-items:stretch;width:100%;height:100%}.section-header{display:flex;justify-content:space-between;align-items:flex-end;width:calc(100% + var(--spaceH));margin-top:auto;margin-right:calc(0px - var(--spaceH));z-index:1}.section-header--offset{width:100%;margin-right:0}@media screen and (max-width: 999px){.section-header--offset{flex-wrap:wrap}}@media screen and (max-width: 1199px){.section-header{gap:max(2rem,20px)}}@media screen and (max-width: 999px){.section-header{width:100%;margin-right:0}}@media screen and (max-width: 699px){.section-header{flex-direction:column;align-items:center;text-align:center}}.section-header-left{display:flex;justify-content:space-between;align-items:flex-end;width:41%}@media screen and (max-width: 1499px){.section-header-left{width:45%}}@media screen and (max-width: 1199px){.section-header-left{flex-grow:1;width:auto}}@media screen and (max-width: 699px){.section-header-left{flex-direction:column;align-items:center;gap:max(1rem,16px)}}.section-header-btns{display:flex;align-items:center;padding-top:max(3rem,20px);gap:max(1.2rem,10px)}@media screen and (max-width: 1299px){.section-header-btns{gap:max(1rem,10px)}}@media screen and (max-width: 999px){.section-header-btns{width:calc(100% + var(--spaceH)*2);margin-left:calc(0px - var(--spaceH));margin-right:calc(0px - var(--spaceH));padding-top:0;padding-left:var(--spaceH);padding-right:var(--spaceH);scroll-snap-type:x mandatory;scroll-padding-left:var(--spaceH);overflow:auto}}@media screen and (max-width: 1299px){.section-header-btns .section-header-btn{padding-left:16px;padding-right:16px;font-size:14px}}@media screen and (max-width: 999px){.section-header-btns .section-header-btn{flex-shrink:0;min-height:auto;scroll-snap-align:start;scroll-snap-stop:always}}.section-text{margin:0;font-weight:var(--fwB);font-size:4.6em;line-height:1.2}@media screen and (max-width: 1599px){.section-text{font-size:4em}}@media screen and (max-width: 1299px){.section-text{font-size:3em}}@media screen and (max-width: 899px){.section-text{font-size:2em}}@media screen and (max-width: 599px){.section-text{font-size:1.4em}}.section-text--center{text-align:center}.section-advantages{display:flex;flex-direction:column;align-items:stretch;margin-top:var(--spaceV-s);margin-bottom:var(--spaceV-s);gap:max(4rem,20px)}@media screen and (max-width: 999px){.section-advantages{margin-top:20px}}@media screen and (max-width: 699px){.section-advantages{margin-bottom:0;gap:24px}}.section-advantages-item{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:max(2rem,20px)}.section-advantages-item:not(:last-child){padding-bottom:max(4rem,20px);border-bottom:1px solid rgba(var(--dark), 0.1)}@media screen and (max-width: 699px){.section-advantages-item:not(:last-child){padding-bottom:24px}}.section-advantages-count{font-weight:var(--fwM);font-size:1.2em;color:var(--c2)}.section-advantages-row{display:flex;justify-content:space-between;align-items:flex-start;width:100%;text-align:left;gap:max(1rem,10px)}@media screen and (max-width: 999px){.section-advantages-row{flex-direction:column;align-items:stretch}}.section-advantages-name{font-weight:var(--fwB);font-size:1.8em;line-height:1.3;color:var(--c2)}@media screen and (max-width: 1299px){.section-advantages-name{font-size:1.5em}}@media screen and (min-width: 1000px){.section-advantages-name{max-width:40%}}@media screen and (max-width: 999px){.section-advantages-name{text-align:center}}@media screen and (max-width: 699px){.section-advantages-name{font-size:1.3em}}.section-advantages-text{width:50%;margin-top:auto;margin-left:auto;margin-bottom:auto;text-align:left}@media screen and (max-width: 999px){.section-advantages-text{width:100%;text-align:center}}.section-decor{position:absolute;display:flex;justify-content:center;align-items:center}.section-decor picture{display:flex;align-items:center;width:100%;height:100%}.section-decor img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.section-decor--products{top:-10%;right:0;width:60vw;height:75vh}@media screen and (max-width: 999px){.section-decor--products{display:none}}.section-decor--about{top:40%;left:14%;width:60vw;height:100vh}@media screen and (max-width: 999px){.section-decor--about{display:none}}.section-decor--news{left:14%;bottom:60%;width:60vw;height:100vh}@media screen and (max-width: 1099px){.section-decor--news{display:none}}.section-decor--plk{top:35%;left:71%;width:60vw;height:80vh}@media screen and (max-width: 999px){.section-decor--plk{display:none}}.section-decor--contacts{top:-65%;left:71%;width:60vw;height:80vh}.section-decor--contacts_bottom{top:35%;right:69%;width:60vw;height:80vh}.section-slide{position:relative;display:flex;align-items:stretch;height:100%;z-index:1}.section-slide--light{color:var(--c3)}.section-slide-bg{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;overflow:hidden}.section-slide-bg::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(rgba(var(--dark), 0.3), #000000)}.section-slide-bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:contrast(1.1)}.section-slide-bg picture{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.section-slide-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-slide-bg--mask{left:auto;width:55%;height:100%;clip-path:ellipse(100% 100% at 100% 50%)}@media screen and (max-width: 1099px){.section-slide-bg--mask{width:100%;clip-path:none}}.section-slide-bg--contain{justify-content:flex-end}.section-slide-bg--contain::after{background-color:var(--c2);z-index:-1}.section-slide-bg--contain picture{width:50%}.section-slide-bg--contain img{width:50%;height:60%;-o-object-fit:contain;object-fit:contain}.section-slide-bg--dark img{-o-object-position:center 20%;object-position:center 20%;animation:scale 7s ease-out infinite}.section-slide-bg--dark::after{background-image:radial-gradient(rgba(var(--dark), 0.3), #000000)}.section-slide-content{position:relative;display:flex;flex-direction:column;justify-content:center;width:100%;min-height:100vh;margin-top:auto;margin-bottom:auto;padding:4rem var(--spaceH) 6rem;gap:max(1rem,10px)}@media screen and (max-width: 1099px)and (orientation: landscape){.section-slide-content{padding-top:100px;padding-bottom:100px}}@media screen and (max-width: 999px){.section-slide-content{align-items:center;min-height:calc(var(--vh, 1vh)*100);text-align:center;padding-bottom:var(--spaceV)}}@media screen and (min-width: 1000px){.section-slide-content--left{padding-right:calc(var(--spaceH) + 30%)}}.section-slide-content--left .section-slide-title,.section-slide-content--left .section-slide-subtitle{text-shadow:0 6px 8px rgba(0,0,0,.3)}.section-slide-content--left .section-slide-title.title--xl{font-weight:var(--fwEB);font-size:8em}@media screen and (max-width: 1599px){.section-slide-content--left .section-slide-title.title--xl{font-size:7em}}@media screen and (max-width: 1099px){.section-slide-content--left .section-slide-title.title--xl{font-size:6em}}@media screen and (max-width: 899px){.section-slide-content--left .section-slide-title.title--xl{font-size:4em;line-height:1}}@media screen and (max-width: 599px){.section-slide-content--left .section-slide-title.title--xl{font-size:3em}}@media screen and (max-width: 399px){.section-slide-content--left .section-slide-title.title--xl{font-size:2.8em}}.section-slide-content--left .section-slide-title.title--xl small{margin-bottom:0;font-weight:inherit}.section-slide-content--left .section-slide-title.title--l{font-size:5em;line-height:.95}@media screen and (max-width: 1599px){.section-slide-content--left .section-slide-title.title--l{font-size:4.5em}}@media screen and (max-width: 1299px){.section-slide-content--left .section-slide-title.title--l{font-size:4em;line-height:.9}}@media screen and (max-width: 999px){.section-slide-content--left .section-slide-title.title--l{font-size:3.6em}}@media screen and (max-width: 699px){.section-slide-content--left .section-slide-title.title--l{font-size:3em}}@media screen and (max-width: 499px){.section-slide-content--left .section-slide-title.title--l{font-size:2.2em;line-height:1}}.section-slide-content--center{align-items:center;text-align:center}.section-slide-content--article{min-height:70vh;padding-top:max(10rem,20px)}@media screen and (min-width: 1000px){.section-slide-content--article{padding-right:calc(var(--spaceH) + 30%)}.section-slide-content--article .section-slide-title{font-size:4em}}@media screen and (max-width: 999px){.section-slide-content--article{min-height:340px;padding-top:max(10rem,100px);padding-bottom:max(6rem,40px)}.section-slide-content--article .section-slide-title small{margin-top:1rem;margin-bottom:1rem}}.section-slide-back{display:flex;justify-content:flex-start;align-items:center;align-self:flex-start;margin-bottom:2rem;fill:var(--c3);border-radius:50%;transition:all .5s var(--tf);overflow:hidden}@media screen and (max-width: 999px){.section-slide-back{align-self:center}}.section-slide-back svg{width:max(25%,16px);height:max(25%,16px)}.section-slide-back svg:last-child{position:absolute}.section-slide-back:hover,.section-slide-back:focus-visible{fill:var(--c1);background-color:rgba(var(--white), 1)}.section-slide-back:hover svg,.section-slide-back:focus-visible svg{transition-property:transform;transition-duration:.6s;transition-timing-function:var(--easeing)}.section-slide-back:hover svg:first-child,.section-slide-back:focus-visible svg:first-child{transform:translateX(-300%)}.section-slide-back:hover svg:last-child,.section-slide-back:focus-visible svg:last-child{transform:translateX(0%)}.section-slide-back__arrow{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:max(3rem,48px);height:max(3rem,48px);border:1px solid rgba(var(--white), 0.6);border-radius:50%;overflow:hidden}.section-slide-back__arrow svg:last-child{position:absolute;transform:translateX(300%)}.section-slide-date{font-size:max(1em,16px);font-weight:var(--fwL)}.section-slide-title{margin-bottom:calc(0px - max(3rem,24px)/2);padding-bottom:max(3rem,24px);text-shadow:0 0 20px rgba(var(--dark), 0.15);overflow:hidden}@media screen and (max-width: 699px){.section-slide-title{padding-bottom:10px}}.section-slide-title span{display:block}.section-slide-subtitle{font-weight:var(--fwL);font-size:max(1.2em,24px)}@media screen and (max-width: 599px){.section-slide-subtitle{font-size:20px}}.section-slide-btns{display:flex;align-items:center;padding-top:max(3rem,20px);gap:max(1.2rem,10px)}@media screen and (max-width: 599px){.section-slide-btns{flex-wrap:wrap}}.section-slide-btn.active{color:var(--c1);fill:var(--c1);background-color:var(--bg1)}@media screen and (max-width: 599px){.section-slide-btn{width:100%;max-width:280px;margin-left:auto;margin-right:auto}}.section-navigation{display:grid;grid-template-columns:repeat(var(--count), 1fr);gap:max(1rem,20px);--count: 2}@media screen and (max-width: 999px){.section-navigation{--count: 1}}.section-navigation-prev,.section-navigation-next{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%;padding:max(2rem,20px);background-color:rgba(var(--gray), 1);border-radius:max(2rem,20px);gap:max(1rem,10px);overflow:hidden}.section-navigation-prev[href]:hover,.section-navigation-prev[href]:focus-visible,.section-navigation-next[href]:hover,.section-navigation-next[href]:focus-visible{color:var(--c2)}.section-navigation-prev[href]:hover .section-navigation-arrow,.section-navigation-prev[href]:focus-visible .section-navigation-arrow,.section-navigation-next[href]:hover .section-navigation-arrow,.section-navigation-next[href]:focus-visible .section-navigation-arrow{fill:var(--c2);border-color:var(--c2)}.section-navigation-prev[href]:hover .section-navigation-arrow svg,.section-navigation-prev[href]:focus-visible .section-navigation-arrow svg,.section-navigation-next[href]:hover .section-navigation-arrow svg,.section-navigation-next[href]:focus-visible .section-navigation-arrow svg{transition-property:transform;transition-duration:.6s;transition-timing-function:var(--easeing)}.section-navigation-prev[href]:hover .section-navigation-arrow svg:first-child,.section-navigation-prev[href]:focus-visible .section-navigation-arrow svg:first-child,.section-navigation-next[href]:hover .section-navigation-arrow svg:first-child,.section-navigation-next[href]:focus-visible .section-navigation-arrow svg:first-child{transform:translate(250%, -250%)}.section-navigation-prev[href]:hover .section-navigation-arrow svg:last-child,.section-navigation-prev[href]:focus-visible .section-navigation-arrow svg:last-child,.section-navigation-next[href]:hover .section-navigation-arrow svg:last-child,.section-navigation-next[href]:focus-visible .section-navigation-arrow svg:last-child{transform:translate(0%, 0%)}.section-navigation-tag{font-size:max(.8em,14px)}.section-navigation-row{display:flex;justify-content:space-between;align-items:center;width:100%;gap:max(2rem,20px)}.section-navigation-name{font-size:1.2em}@media screen and (max-width: 699px){.section-navigation-name{font-size:18px}}.section-navigation-arrow{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:max(3rem,48px);height:max(3rem,48px);fill:var(--c1);border:1px solid var(--c1);border-radius:50%;overflow:hidden}@media screen and (max-width: 399px){.section-navigation-arrow{position:absolute;top:16px;right:16px;width:40px;height:40px}}.section-navigation-arrow svg{width:max(20%,12px);height:max(20%,12px)}.section-navigation-arrow svg:last-child{position:absolute;transform:translate(-250%, 250%)}.phone{position:sticky;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;height:var(--phone-height);padding:1.5rem var(--spaceH) 1rem;color:var(--c1);fill:var(--c2);background-color:rgba(var(--white), 1);border-top-left-radius:max(2rem,20px);border-top-right-radius:max(2rem,20px);box-shadow:0 0 10px rgba(var(--dark), 0.1);gap:max(.2rem,2px);z-index:2}@media screen and (min-width: 1000px){.phone{display:none}}.phone__text{font-size:13px}.phone__link{display:flex;align-items:center;font-weight:var(--fwM);font-size:max(1em,16px);gap:max(.6rem,10px)}.phone__link svg{width:max(.9rem,14px);height:max(.9rem,14px);transition-property:transform;transition-duration:.3s;transition-timing-function:var(--tf)}.home{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding-bottom:max(5rem,20px);color:var(--c3);fill:var(--c3);background-color:rgba(var(--dark), 1);gap:max(2rem,20px);overflow:hidden}.home-header{position:relative;display:flex;flex-direction:column;align-items:center;order:-1;width:max(20rem,260px);text-align:center;gap:max(1rem,16px);z-index:3}@media screen and (max-width: 699px){.home-header{margin-top:auto}}.home-header-logo{display:flex;justify-content:center;align-items:center;width:max(10rem,180px);filter:brightness(0) invert(1)}@media screen and (max-width: 999px){.home-header-logo{width:140px}}.home-header-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.home-header-text{font-size:1.2em;line-height:1.2}@media screen and (max-width: 699px){.home-inner{margin-top:auto;margin-bottom:auto}}.home-slider{position:relative}.home-slider-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.home-slider-bg::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(var(--dark), 0.3), #000000)}.home-slider-bg__list{display:flex;align-items:stretch;width:100%;height:100%;list-style:none;margin:0;padding:0;transform:none !important}.home-slider-bg__item{position:absolute;top:0;left:0;flex-shrink:0;width:100%;height:100%}.home-slider-bg__item:not(.active){opacity:0}.home-slider-bg__img{display:flex;align-items:center;width:100%;height:100%;overflow:hidden}.home-slider-bg__img picture{display:flex;align-items:center;width:100%;height:100%}.home-slider-bg__img video,.home-slider-bg__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-slider-bg__item.active .home-slider-bg__img video,.home-slider-bg__item.active .home-slider-bg__img img{animation:scale 7s ease-out infinite}.home-slider-bg__item.active .home-slider-bg__img video{animation:none}.home-slider-content{position:relative;width:100vw;z-index:1}.home-slider-content__list{display:flex;align-items:stretch;width:100%;list-style:none;margin:0;padding:0}.home-slider-content__item{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:100%;gap:max(5rem,20px)}@media screen and (max-width: 699px){.home-slider-content__item{gap:30px}}.home-slider-content__top{position:relative;display:flex;align-items:center}.home-slider-content__elem{position:absolute;display:flex;align-items:center;z-index:1}.home-slider-content__elem--left{left:0;bottom:0;align-self:flex-end;width:max(15rem,100px);height:max(15rem,100px);transform:translate(-50%, 40%)}@media screen and (max-width: 699px){.home-slider-content__elem--left{width:60px;height:60px}}.home-slider-content__elem--right{top:0;right:0;align-self:flex-start;width:max(11rem,100px);height:max(11rem,100px);transform:translate(50%, -5%)}@media screen and (max-width: 699px){.home-slider-content__elem--right{width:60px;height:60px}}.home-slider-content__item.active .home-slider-content__elem--right img{animation-delay:-1s}.home-slider-content__elem picture{display:flex;align-items:center;width:100%;height:100%}.home-slider-content__elem img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.home-slider-content__item.active .home-slider-content__elem img{animation:home-slide-elem 5s infinite}.home-slider-content__title{color:var(--c3);opacity:.8}.home-slider-content__title small{display:flex;justify-content:flex-end;font-size:.25em;line-height:.4}.home-slider-content__bottom{display:flex;align-items:center;margin-top:auto;gap:max(2rem,20px)}@media screen and (max-width: 699px){.home-slider-content__bottom{flex-direction:column;width:100%;margin-top:0;padding-left:var(--spaceH);padding-right:var(--spaceH);text-align:center}}.home-slider-content__text{font-weight:var(--fwM);font-size:1.2em}@media screen and (max-width: 699px){.home-slider-content__text{font-size:17px}}.home-slider-content__btns{display:flex;align-items:center;gap:max(1rem,16px)}@media screen and (max-width: 699px){.home-slider-content__btns{justify-content:center;flex-wrap:wrap}}@media screen and (max-width: 499px){.home-slider-content__btns .home-slider-content__btn:not(.btn--icon){min-width:90%}}.home-slider-nav{position:absolute;top:30%;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding-left:max(2rem,20px);padding-right:max(2rem,20px);pointer-events:none;z-index:2}@media screen and (max-width: 699px){.home-slider-nav{position:relative;top:auto;justify-content:center;margin-top:10px;margin-bottom:10px;padding-left:0;padding-right:0}}.home-slider-prev,.home-slider-next{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:max(3rem,48px);height:max(3rem,48px);fill:var(--c3);pointer-events:auto;cursor:pointer}.home-slider-prev svg,.home-slider-next svg{width:max(80%,16px);height:max(80%,16px)}.home-footer{position:absolute;left:0;right:0;bottom:0;padding:max(2rem,20px) max(1rem,10px);z-index:2}@media screen and (max-width: 999px){.home-footer{display:none}}.home-social-link{fill:var(--c3);opacity:.8}.home-social-link:hover,.home-social-link:focus-visible{opacity:1}@media screen and (max-width: 999px){.products{padding-bottom:0}}.products-slider{display:flex;align-items:center}.products-slider-wrapper{width:100%;height:55vh;border-top-left-radius:max(2rem,20px);border-bottom-left-radius:max(2rem,20px);z-index:1;overflow:hidden}@media screen and (max-width: 999px){.products-slider-wrapper{height:auto;overflow:visible}}.products-slider-list{align-items:center}.products-slider-item{height:100%;transform-origin:left center;transition:all .8s var(--tf)}@media screen and (min-width: 1000px){.products-slider-item{padding-right:max(2rem,20px)}}@media screen and (max-width: 999px){.products-slider-item{height:100%}}@media screen and (min-width: 700px){.products-slider-item .products-card-inner{padding-top:max(2rem,20px);padding-bottom:max(2rem,20px)}}.products-slider-item .products-card-text{font-size:max(1.1em,18px)}@media screen and (max-width: 999px){.products-slider-item .products-card-text{font-size:16px}}@media screen and (min-width: 1200px){.products-slider-item:not(.active){height:40vh}.products-slider-item:not(.active) .products-card-top{transform:scale(0.8)}.products-slider-item:not(.active) .products-card-bottom{opacity:0;visibility:hidden}}@media screen and (min-width: 1200px){.products-slider-item.active{height:55vh}}.products-card-list{display:grid;grid-template-columns:repeat(var(--count), 1fr);list-style:none;margin:0;padding:0;gap:max(1rem,20px);will-change:transform;--count: 3}@media screen and (max-width: 1499px){.products-card-list{--count: 2}}@media screen and (max-width: 699px){.products-card-list{--count: 1}}.products-card-list--shop{--count: 2}@media screen and (max-width: 699px){.products-card-list--shop{--count: 1}}.products-card-item{display:flex;width:100%}.products-card-item .products-card{align-items:center}@media screen and (max-width: 999px){.products-card-item .products-card{flex-direction:column}}.products-card-item .products-card-image{width:35%;height:max(16rem,250px)}@media screen and (max-width: 999px){.products-card-item .products-card-image{width:100%;padding-top:max(1rem,10px)}}.products-card-item .products-card-inner{padding-top:0;padding-bottom:0}@media screen and (max-width: 999px){.products-card-item .products-card-inner{align-items:center;padding-bottom:max(1rem,10px);text-align:center}}@media screen and (min-width: 700px){.products-card-item--l{grid-column-start:1;grid-column-end:3}}.products-card-item--l .products-card-image{width:50%;height:max(22rem,300px)}@media screen and (max-width: 1299px)and (min-width: 700px){.products-card-item--l .products-card-image{padding-right:max(2rem,20px)}}@media screen and (max-width: 699px){.products-card-item--l .products-card-image{width:100%;height:260px;padding:0}}.products-card-item--l .products-card-text{font-size:1.4em}.products-card{position:relative;display:flex;align-items:stretch;width:100%;height:100%;padding:max(2rem,20px);color:var(--mainColor, var(--c1));background-color:rgba(var(--gray), 1);border-radius:max(2rem,20px);gap:max(2rem,20px);overflow:hidden}@media screen and (max-width: 699px){.products-card{flex-direction:column}}@media screen and (min-width: 1000px){.products-card:hover .products-card-image,.products-card:focus-visible .products-card-image{transform:scale(1.1) translateY(20%)}}.products-card-bg{position:absolute;top:0;left:0;display:flex;align-items:center;width:100%;height:100%;z-index:0}.products-card-bg picture{display:flex;align-items:center;width:100%;height:100%}.products-card-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 699px){.products-card-bg img{-o-object-position:right;object-position:right}}.products-card-image{position:relative;display:flex;align-items:center;flex-shrink:0;width:40%;height:100%;transition-property:transform;transition-duration:.5s;transition-timing-function:var(--tf)}@media screen and (max-width: 999px){.products-card-image{height:max(34rem,240px)}}@media screen and (max-width: 699px){.products-card-image{width:100%;height:max(17rem,240px);padding-top:max(2rem,20px)}}.products-card-image picture{display:flex;align-items:center;width:100%;height:100%}.products-card-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.products-card-inner{position:relative;display:flex;flex-direction:column;justify-content:center;padding-top:max(2rem,20px);padding-bottom:max(2rem,20px);text-shadow:0 6px 8px rgba(0,0,0,.3);gap:max(2rem,20px)}@media screen and (max-width: 699px){.products-card-inner{flex-grow:1;align-items:center;text-align:center}}@media screen and (max-width: 399px){.products-card-inner{padding-top:0}}.products-card-top{display:flex;flex-direction:column;gap:max(1rem,10px);transform-origin:left bottom;transition:all .8s var(--tf)}.products-card-title{text-transform:uppercase}.products-card-text{font-size:max(.8em,16px)}.products-card-bottom{margin-top:auto;transition:all .8s var(--tf)}@media screen and (max-width: 699px){.products-card-bottom{padding-top:max(1rem,10px)}}.product{min-height:100vh;border-radius:inherit;--c2: var(--c, #882397)}@media screen and (max-width: 999px){.product{min-height:auto;background-image:linear-gradient(90deg, rgba(var(--white), 0.2) 0%, var(--c2) 200%)}}.product-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(40deg, var(--c2) 10%, rgba(var(--white), 1) 120%);border-radius:inherit;overflow:hidden}.product-gradient::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--white), 0.5);-webkit-backdrop-filter:blur(max(5rem, 70px));backdrop-filter:blur(max(5rem, 70px))}.product-container{position:relative;display:flex;justify-content:space-between;align-items:flex-start}.product-illustration{position:sticky;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:40%;height:100vh;padding:var(--spaceV) var(--spaceH);overflow:hidden}@media screen and (max-width: 999px){.product-illustration{display:none}}.product-illustration-top{display:flex;align-items:flex-end;width:max(15rem,210px);height:max(3.5rem,60px);z-index:2}.product-illustration-top picture{display:flex;align-items:flex-end;width:100%;height:100%}.product-illustration-top img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom}.product-illustration-top.bottle{height:max(11.5rem,160px)}.product-illustration-body{display:flex;align-items:flex-start;width:max(15rem,210px);height:max(25rem,400px);margin-top:calc(0px - max(.6rem,10px));z-index:1}.product-illustration-body picture{display:flex;align-items:flex-start;width:100%;height:100%}.product-illustration-body img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center top;object-position:center top}.product-illustration-body.bottle{margin-top:calc(0px - max(5.3rem,74px))}.product-illustration-pills{position:absolute;top:20%;left:20rem;display:grid;grid-template-columns:repeat(var(--count), max(3rem, 30px));gap:0 1rem;z-index:0;--count: 3}.product-illustration-pills div{display:flex;align-items:center;width:100%;height:100%}.product-illustration-pills div:nth-child(5){order:0;margin-top:-1rem}.product-illustration-pills div:nth-child(4){order:3;margin-top:0}.product-illustration-pills div:nth-child(3){order:4;margin-left:1rem;margin-top:2rem}.product-illustration-pills div:nth-child(2){order:1;margin-top:1rem}.product-illustration-pills div:nth-child(1){order:2;margin-top:-1rem}.product-illustration-pills div picture{display:flex;align-items:center}.product-illustration-pills div img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-inner{display:flex;flex-direction:column;align-items:stretch;width:60%;min-height:100vh;padding-right:var(--spaceH)}@media screen and (max-width: 999px){.product-inner{width:100%;min-height:auto;padding-right:0;padding-bottom:max(2rem,20px)}}.product-section{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:100vh;padding-top:var(--spaceV);padding-bottom:var(--spaceV);gap:max(3rem,20px)}@media screen and (max-width: 999px){.product-section{min-height:auto;padding-left:var(--spaceH);padding-right:var(--spaceH)}}.product-section+.product-section{padding-top:0}.product-section>*:first-child{margin-top:auto}.product-section>*:last-child{margin-bottom:auto}.product-section-header{display:flex;flex-direction:column;align-items:stretch;gap:max(1rem,20px)}.product-section-title{font-weight:var(--fwEB);color:var(--c2)}@media screen and (max-width: 1599px)and (min-width: 1100px){.product-section-title.title--xl{font-size:7em}}.product-section-title.title--m{font-size:3em}.product-section-title--decor{font-size:7em;line-height:1}@media screen and (min-width: 1000px){.product-section-title--decor{margin-bottom:var(--spaceV-s);opacity:.1}}@media screen and (max-width: 999px){.product-section-title--decor{font-size:2.6em}}.product-section-subtitle{font-weight:var(--fwM);font-size:max(1.2em,24px);line-height:1.2}@media screen and (max-width: 1099px){.product-section-subtitle{font-size:18px}}.product-section-text{margin:max(1rem,10px) 0 0;font-size:max(.9em,16px);line-height:1.6}.product-section-content{font-size:max(.9em,16px);line-height:1.6}.product-section-content p{margin:0}.product-section-content ul{display:flex;flex-direction:column;align-items:stretch;list-style:none;margin:0;padding:0;gap:max(1rem,10px)}.product-section-content li{display:flex;align-items:flex-start;font-weight:var(--fwM);gap:max(1rem,10px)}.product-section-content li::before{content:"";position:relative;flex-shrink:0;width:max(.8rem,12px);height:max(.8rem,12px);margin-top:max(.25rem,5px);background-image:linear-gradient(40deg, var(--c2) 10%, rgba(var(--white), 0.2) 120%);animation:bubble 10s var(--easeing) infinite;border-radius:50%}.product-section-advantages{display:grid;grid-template-columns:repeat(var(--count), 1fr);gap:max(2rem,20px);--count: 3}@media screen and (max-width: 1299px){.product-section-advantages{--count: 1}}.product-section-advantages__item{display:flex;flex-direction:column;align-items:flex-start;gap:max(.8rem,10px)}@media screen and (max-width: 1299px){.product-section-advantages__item{flex-direction:row}}.product-section-advantages__icon{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:max(2.5rem,40px);height:max(2.5rem,40px);font-weight:var(--fwB);font-size:1.1em;color:var(--c3);z-index:0}.product-section-advantages__icon::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(40deg, var(--c2) 10%, rgba(var(--white), 0.2) 120%);animation:bubble 15s var(--easeing) infinite;border-radius:50%;z-index:-1}.product-section-advantages__text{font-weight:var(--fwM);font-size:max(.8em,14px)}@media screen and (max-width: 1299px){.product-section-advantages__text{margin-top:auto;margin-bottom:auto}}.product-composition{display:grid;grid-template-columns:repeat(var(--count), 1fr);list-style:none;margin:4rem 0 0;padding:0;--count: 4}@media screen and (max-width: 1299px)and (min-width: 1000px),screen and (max-width: 699px)and (min-width: 500px){.product-composition{margin-top:6rem;--count: 3}}@media screen and (max-width: 499px){.product-composition{margin-top:8rem;--count: 2}}.product-composition-item:nth-child(odd) .product-composition-bubble::before{animation-direction:reverse}@media screen and (min-width: 1300px),screen and (max-width: 999px)and (min-width: 700px){.product-composition-item:nth-child(4n){margin-top:4rem}.product-composition-item:nth-child(4n+3){margin-top:-4rem}.product-composition-item:nth-child(4n+2){margin-top:4rem}.product-composition-item:nth-child(4n+1){margin-top:-4rem}}@media screen and (max-width: 1299px)and (min-width: 1000px),screen and (max-width: 699px)and (min-width: 500px){.product-composition-item:nth-child(3n){margin-top:-6rem}.product-composition-item:nth-child(3n+2){margin-top:6rem}.product-composition-item:nth-child(3n+1){margin-top:-6rem}}@media screen and (max-width: 499px){.product-composition-item:nth-child(odd){margin-top:-8rem}.product-composition-item:nth-child(even){margin-top:2rem}}.product-composition-bubble{position:relative;display:flex;justify-content:center;align-items:center;text-align:center;aspect-ratio:1/1;padding:max(1rem,10px);font-weight:var(--fwM);color:var(--c3);z-index:1}@media screen and (max-width: 499px){.product-composition-bubble{padding-top:0;padding-bottom:0}}@media screen and (max-width: 399px){.product-composition-bubble{font-size:14px}}.product-composition-bubble::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(40deg, var(--c2) 10%, rgba(var(--white), 0.2) 120%);animation:bubble 15s var(--easeing) infinite;border-radius:50%;z-index:-1}.product-next{--c2: var(--c, #882397);display:flex;justify-content:space-between;align-items:center;height:100%;padding:6rem var(--spaceH);color:var(--c3);background-color:var(--c2);border-radius:inherit;overflow:hidden}@media screen and (max-width: 699px){.product-next{flex-direction:column;text-align:center}}.product-next-image{position:relative;display:flex;align-items:flex-start;width:50%;height:calc(100% + 6rem);margin-bottom:-6rem}@media screen and (max-width: 699px){.product-next-image{order:1;height:300px;margin-top:var(--spaceV)}}.product-next-image picture{display:flex;align-items:flex-start;width:100%;height:100%}.product-next-image img{width:100%;height:120%;-o-object-fit:contain;object-fit:contain;-o-object-position:top center;object-position:top center}.product-next-info{position:relative;display:flex;flex-direction:column;flex-grow:1;gap:max(2rem,20px)}@media screen and (max-width: 999px){.product-next-info{gap:10px}}@media screen and (max-width: 999px)and (min-width: 500px){.product-next-title{font-size:2.8em}}.product-next-title.title--m{font-size:2.8em}@media screen and (max-width: 999px){.product-next-title.title--m{font-size:2.2em}}.product-next-subtitle{font-weight:var(--fwL);font-size:max(1.2em,24px)}@media screen and (max-width: 999px){.product-next-subtitle{font-weight:var(--fwR);font-size:18px}}.product-next-btn{align-self:flex-start;margin-top:max(2rem,20px);--c2: #ffffff}@media screen and (max-width: 699px){.product-next-btn{align-self:center}}.product-next-btn:hover,.product-next-btn:focus-visible{color:var(--c1);fill:var(--c1);background-color:var(--c2)}@keyframes bubble{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.about{position:relative;padding-bottom:max(12rem,200px)}@media screen and (max-width: 999px){.about{padding-bottom:0}}.about-inner{position:relative;display:flex;flex-direction:column;align-items:stretch;width:40%;margin-top:auto;margin-bottom:auto;gap:max(1.6rem,20px);z-index:1}@media screen and (max-width: 1299px){.about-inner{width:50%}}@media screen and (max-width: 999px){.about-inner{width:100%}}@media screen and (max-width: 699px){.about-inner{align-items:center;text-align:center}}.about-blockquote{display:flex;flex-direction:column;align-items:stretch;margin:0;gap:max(1rem,16px)}.about-blockquote__top{display:flex;flex-direction:column;gap:max(.5rem,8px)}.about-blockquote__cite{font-weight:var(--fwB);font-style:normal;font-size:max(1.2em,18px);line-height:1}.about-blockquote__position{font-size:max(1em,14px)}.about-blockquote__content{font-size:max(1em,16px)}.about-blockquote__content p{margin:0}.about-footer{margin-top:max(.4rem,6px)}@media screen and (max-width: 999px){.about-footer{margin-top:0}}.about-video{position:relative;display:flex;align-items:center;width:50%;border-top-left-radius:max(2rem,20px);border-bottom-left-radius:max(2rem,20px);overflow:hidden}@media screen and (max-width: 1299px){.about-video{width:calc(50% - var(--spaceH))}}@media screen and (min-width: 1000px){.about-video{position:absolute;right:0;top:max(8rem,20px);bottom:max(8rem,20px)}}@media screen and (max-width: 999px){.about-video{width:100%;margin-top:max(2rem,20px);border-radius:max(2rem,20px)}}.about-video::before{content:"";position:absolute;top:0;left:0;right:calc(0px - max(2rem,20px));height:100%;border-radius:max(2rem,20px);background-color:rgba(var(--gray), 1)}.about-video video{position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-image{position:absolute;bottom:0;display:flex;align-items:center;width:max(22rem,360px);height:max(12rem,200px);border-top-left-radius:max(2rem,20px);border-top-right-radius:max(2rem,20px);overflow:hidden}@media screen and (max-width: 999px){.about-image{display:none}}.about-image::before{content:"";position:absolute;top:0;left:0;width:100%;bottom:calc(0px - max(2rem,20px));border-radius:max(2rem,20px);background-color:rgba(var(--gray), 1)}.about-image picture{display:flex;align-items:flex-start;width:100%;height:100%;border-radius:max(2rem,20px)}.about-image img{position:relative;width:100%;height:calc(100% + max(2rem,20px));-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border-radius:max(2rem,20px)}.about-section{position:relative;background-color:rgba(var(--white), 1)}@media screen and (min-width: 1000px){.about-section{min-height:200vh}}@media screen and (max-width: 999px){.about-section{padding-bottom:max(2rem,20px);background-color:#0c0a0c;border-top-left-radius:max(2rem,20px);border-top-right-radius:max(2rem,20px);overflow:hidden}}.about-section-wrapper{position:relative;display:flex;align-items:flex-end;height:100vh;overflow:hidden}@media screen and (max-width: 999px){.about-section-wrapper{height:auto;flex-direction:column;align-items:stretch}}.about-section-bg{display:flex;align-items:center;width:100%;height:100%;background-color:var(--bg3);overflow:hidden}@media screen and (min-width: 1000px){.about-section-bg{position:absolute;top:0;left:0}}@media screen and (max-width: 999px){.about-section-bg{position:relative;height:460px;border-top-left-radius:max(2rem,20px);border-top-right-radius:max(2rem,20px)}}.about-section-bg picture{display:flex;align-items:center;width:100%;height:100%}.about-section-bg video,.about-section-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-section-bg--top video,.about-section-bg--top img{-o-object-position:center top;object-position:center top}.about-section-bg__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(0deg, rgb(12, 10, 12) 15%, rgba(12, 10, 12, 0) 70%)}.about-section-inner{position:relative;display:flex;justify-content:space-between;padding:6rem var(--spaceH);color:var(--c3);gap:6rem}@media screen and (max-width: 999px){.about-section-inner{flex-direction:column;padding-top:0;padding-bottom:calc(var(--spaceV) + 30px);background-color:var(--bg3);gap:40px}}.about-section-header{display:flex;flex-direction:column;align-items:flex-start;gap:max(2rem,20px)}@media screen and (min-width: 1000px){.about-section-header{max-width:50%}}@media screen and (max-width: 999px)and (min-width: 600px){.about-section-header{flex-direction:row;justify-content:space-between}}@media screen and (max-width: 999px){.about-section-header{gap:24px}}.about-section-header__btn{margin-top:auto}.about-section-blockquote{display:flex;flex-direction:column;width:50%;margin:0;padding-top:max(.8rem,8px);gap:max(2rem,20px)}@media screen and (max-width: 999px){.about-section-blockquote{width:100%}}.about-section-blockquote__top{display:flex;flex-direction:column;gap:max(.5rem,8px)}.about-section-blockquote__cite{font-weight:var(--fwB);font-style:normal;font-size:max(2em,10px);line-height:1}.about-section-blockquote__position{font-weight:var(--fwL);font-size:max(.8em,14px)}.about-section-blockquote__content{display:flex;flex-direction:column;font-weight:var(--fwL);font-size:max(.9em,18px);line-height:1.6;gap:max(1rem,10px)}.about-section-blockquote__content p{margin:0}@media screen and (max-width: 999px){.news{padding-bottom:0}}.news-card-list{display:grid;grid-template-columns:repeat(var(--count), 1fr);list-style:none;margin:0;padding:0;gap:max(1rem,20px);--count: 4}@media screen and (max-width: 1599px){.news-card-list{--count: 3}}@media screen and (max-width: 1099px){.news-card-list{--count: 2}}@media screen and (max-width: 999px){.news-card-list{margin-top:0}}@media screen and (max-width: 699px){.news-card-list{--count: 1}}.news-card-list .news-card{min-height:max(23rem,300px)}@media screen and (max-width: 1599px){.news-card-list .news-card{min-height:max(30rem,400px)}}@media screen and (max-width: 699px)and (min-width: 500px){.news-card-list .news-card{min-height:600px}}.news-card-item{display:flex}.news-card{position:relative;width:100%;min-height:55vh;color:var(--c1);fill:var(--c1);background-color:rgba(var(--gray), 1);border-radius:max(2rem,20px);transition-property:color,fill;transition-duration:.5s;transition-timing-function:var(--tf)}@media screen and (max-width: 999px){.news-card{min-height:max(30rem,400px)}}.news-card[href]:hover,.news-card[href]:focus-visible{color:var(--c3);fill:var(--c3)}.news-card[href]:hover .news-card-image img,.news-card[href]:focus-visible .news-card-image img{transform:scale(1.1);transition-duration:.6s}.news-card[href]:hover .news-card-row,.news-card[href]:focus-visible .news-card-row{background-color:rgba(var(--violet), 1)}.news-card[href]:hover .news-card-arrow,.news-card[href]:focus-visible .news-card-arrow{transform:translate(50%, -50%)}.news-card-image{position:absolute;top:0;left:0;display:flex;align-items:center;width:100%;height:100%;border-radius:inherit;overflow:hidden}.news-card-image picture{display:flex;align-items:center;width:100%;height:100%}.news-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s var(--tf)}.news-card-inner{position:relative;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:max(1rem,16px);border-radius:inherit}.news-card-row{display:flex;align-items:flex-start;padding:max(1.4rem,16px);background-color:rgba(var(--white), 1);border-radius:max(1.2rem,10px);gap:max(1rem,10px);transition-property:background-color;transition-duration:.5s;transition-timing-function:var(--tf)}.news-card-title{flex-grow:1}.news-card-arrow{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:max(.8rem,13px);height:max(.8rem,13px);transition-property:transform;transition-duration:.5s;transition-timing-function:var(--tf)}.news-card-arrow svg{width:100%;height:100%}.docs-card-list{display:grid;grid-template-columns:repeat(var(--count), 1fr);list-style:none;margin:0;padding:0;gap:max(1rem,20px);--count: 3}@media screen and (max-width: 1099px){.docs-card-list{--count: 2}}.docs-card-list--2{--count: 2}@media screen and (max-width: 699px){.docs-card-list{--count: 1}}.docs-card-item{display:flex}.docs-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;width:100%;padding:max(2rem,20px);color:var(--c1);background-color:rgba(var(--gray), 1);border-radius:max(1.6rem,20px);overflow:hidden}.docs-card[href]:hover,.docs-card[href]:focus-visible{color:var(--c2)}.docs-card[href]:hover .docs-card-arrow,.docs-card[href]:focus-visible .docs-card-arrow{fill:var(--c2);border-color:var(--c2)}.docs-card[href]:hover .docs-card-arrow svg,.docs-card[href]:focus-visible .docs-card-arrow svg{transition-property:transform;transition-duration:.6s;transition-timing-function:var(--easeing)}.docs-card[href]:hover .docs-card-arrow svg:first-child,.docs-card[href]:focus-visible .docs-card-arrow svg:first-child{transform:translateY(250%)}.docs-card[href]:hover .docs-card-arrow svg:last-child,.docs-card[href]:focus-visible .docs-card-arrow svg:last-child{transform:translateY(0%)}.docs-card-row{display:flex;justify-content:space-between;align-items:flex-end;width:100%;gap:max(1.6rem,20px)}.docs-card-title{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:auto;margin-bottom:auto;font-weight:var(--fwM);font-size:1em;line-height:1.2;overflow:hidden}.docs-card-arrow{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:max(2rem,40px);height:max(2rem,40px);fill:var(--c1);border:1px solid var(--c1);border-radius:50%;overflow:hidden}.docs-card-arrow svg{width:max(20%,12px);height:max(20%,12px)}.docs-card-arrow svg:last-child{position:absolute;transform:translateY(-250%)}.plk{flex-direction:row}@media screen and (max-width: 999px){.plk{flex-direction:column;padding-bottom:0}}.plk-images{display:flex;align-items:stretch;flex-shrink:0;width:50%;margin-left:calc(0px - var(--spaceH));gap:max(1rem,10px)}@media screen and (max-width: 1299px){.plk-images{width:40%}}@media screen and (max-width: 999px){.plk-images{order:1;width:100%;margin-left:0}}.plk-image{position:relative;display:flex;align-items:center;height:calc(100% - max(2rem,20px)*2);margin-top:max(2rem,20px);overflow:hidden}.plk-image::before{content:"";position:absolute;top:0;left:0;right:0;height:100%;border-radius:max(2rem,20px);background-color:rgba(var(--gray), 1)}.plk-image picture{display:flex;align-items:center;width:100%;height:100%}.plk-image img{position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.plk-image:first-child{width:30%;border-top-right-radius:max(2rem,20px);border-bottom-right-radius:max(2rem,20px)}@media screen and (max-width: 999px){.plk-image:first-child{display:none}}.plk-image:first-child::before{left:calc(0px - max(2rem,20px))}.plk-image:last-child{width:70%;border-radius:max(2rem,20px)}@media screen and (max-width: 999px){.plk-image:last-child{width:100%}}.plk-inner{display:flex;flex-direction:column;align-items:stretch;width:50%;margin-top:auto;margin-left:auto;margin-bottom:auto;gap:max(2rem,20px);z-index:1}@media screen and (max-width: 1299px){.plk-inner{width:60%}}@media screen and (max-width: 999px){.plk-inner{width:100%}}@media screen and (max-width: 699px){.plk-inner{align-items:center;text-align:center}}.plk-content{display:flex;flex-direction:column;align-items:stretch;font-size:max(1em,16px);gap:max(1rem,10px)}.plk-content p{margin:0}.plk-list{display:flex;flex-direction:column;align-items:stretch;list-style:none;margin:max(1rem,10px) 0 0;padding:0;gap:max(1rem,10px)}@media screen and (max-width: 699px){.plk-list{align-items:center}}.plk-list__item{display:flex;align-items:center;gap:max(.5rem,10px)}.plk-list__icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:max(1.2rem,20px);height:max(1.2rem,20px);fill:var(--c2);border-radius:50%;background-color:rgba(var(--gray), 1)}@media screen and (max-width: 699px){.plk-list__icon{display:none}}.plk-list__icon svg{width:100%;height:100%;margin-left:.2rem;margin-bottom:.4rem}.plk-footer{display:flex;align-items:center;margin-top:max(1rem,10px);gap:max(1rem,16px)}@media screen and (min-width: 1000px){.team-slider{margin-top:max(1rem,10px);border-top-left-radius:max(2rem,20px);border-bottom-left-radius:max(2rem,20px)}}.team-slider-navigation{align-self:flex-end}.team-slider-card{width:100%}.team-card{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%;min-height:max(30rem,440px);color:var(--c3);background-color:rgba(var(--dark), 1);border-radius:max(2rem,20px);z-index:1;overflow:hidden}@media screen and (max-width: 699px)and (min-width: 500px){.team-card{min-height:600px}}.team-card[href]:hover .team-card-image img,.team-card[href]:focus-visible .team-card-image img,.team-card[type=button]:hover .team-card-image img,.team-card[type=button]:focus-visible .team-card-image img{transform:scale(1.1)}.team-card[href]:hover .team-card-inner::before,.team-card[href]:focus-visible .team-card-inner::before,.team-card[type=button]:hover .team-card-inner::before,.team-card[type=button]:focus-visible .team-card-inner::before{transform:scale(1.2)}.team-card[href]:hover .team-card-arrow svg,.team-card[href]:focus-visible .team-card-arrow svg,.team-card[type=button]:hover .team-card-arrow svg,.team-card[type=button]:focus-visible .team-card-arrow svg{transition-property:transform;transition-duration:.6s;transition-timing-function:var(--tf)}.team-card[href]:hover .team-card-arrow svg:first-child,.team-card[href]:focus-visible .team-card-arrow svg:first-child,.team-card[type=button]:hover .team-card-arrow svg:first-child,.team-card[type=button]:focus-visible .team-card-arrow svg:first-child{transform:translate(250%, -250%)}.team-card[href]:hover .team-card-arrow svg:last-child,.team-card[href]:focus-visible .team-card-arrow svg:last-child,.team-card[type=button]:hover .team-card-arrow svg:last-child,.team-card[type=button]:focus-visible .team-card-arrow svg:last-child{transform:translate(0%, 0%)}.team-card-image{position:absolute;display:flex;align-items:center;width:100%;height:100%;z-index:-1}.team-card-image picture{display:flex;align-items:center;width:100%;height:100%}.team-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%;will-change:transform;transform-origin:40%;transition-property:transform;transition-duration:.6s;transition-timing-function:var(--tf)}.team-card-inner{position:relative;display:flex;justify-content:space-between;align-items:flex-end;height:100%;padding:max(2rem,20px);z-index:1}.team-card-inner::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(0deg, rgb(12, 10, 12) 10%, rgba(12, 10, 12, 0) 70%);transform-origin:bottom;transition-property:transform;transition-duration:.6s;transition-timing-function:var(--tf);z-index:-1}.team-card-row{position:relative;display:flex;justify-content:space-between;align-items:flex-end;width:100%;gap:max(2rem,20px);z-index:1}.team-card-info{display:flex;flex-direction:column;align-items:stretch;margin-top:auto;margin-bottom:auto;gap:max(.4rem,8px)}.team-card-title{font-weight:var(--fwM)}.team-card-subtitle{font-weight:var(--fwL);font-size:max(.8em,14px);line-height:1.4}.team-card-arrow{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:max(3rem,48px);height:max(3rem,48px);fill:var(--c3);border:1px solid var(--c3);border-radius:50%;overflow:hidden}.team-card-arrow svg{width:max(20%,12px);height:max(20%,12px)}.team-card-arrow svg:last-child{position:absolute;transform:translate(-250%, 250%)}@media screen and (max-width: 699px){.contacts{padding-bottom:30px}}@media screen and (max-width: 699px){.contacts .footer{justify-content:center;text-align:center}}.contacts-inner{position:relative;display:flex;flex-direction:column;align-items:stretch;flex-grow:1;margin-top:auto;margin-bottom:auto;padding-top:max(2rem,20px);gap:max(3rem,20px)}@media screen and (max-width: 1199px){.contacts-inner{flex-grow:0;padding-top:0}}@media screen and (max-width: 999px){.contacts-inner{gap:max(2rem,20px)}}@media screen and (max-width: 699px){.contacts-header{text-align:center}}.contacts-tab{display:flex;justify-content:space-between;align-items:stretch;flex-grow:1;gap:max(2rem,20px)}@media screen and (max-width: 699px){.contacts-tab{flex-direction:column;align-items:stretch}}.contacts-tab-links{display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;width:30%;margin-right:max(2rem,24px)}@media screen and (max-width: 699px){.contacts-tab-links{width:100%}}.contacts-tab-link{display:flex;justify-content:space-between;align-items:center;padding-top:max(1rem,14px);padding-bottom:max(1rem,14px);font-weight:var(--fwM);font-size:1.1em;line-height:1.2;transition-property:color,fill;transition-duration:.3s;transition-timing-function:var(--tf)}.contacts-tab-link svg{flex-shrink:0;width:max(.8rem,18px);height:max(.8rem,18px)}.contacts-tab-link:not(:last-child){border-bottom:1px solid rgba(var(--gray), 1)}.contacts-tab-link:not(.open){color:rgba(var(--dark-gray), 1);fill:rgba(var(--dark-gray), 1)}.contacts-tab-link:not(.open):hover,.contacts-tab-link:not(.open):focus-visible{color:var(--c1);fill:var(--c1)}.contacts-tab-link.open{color:var(--c2);fill:var(--c2)}.contacts-tab-container{flex-grow:1}.contacts-tab-item{display:flex;align-items:stretch;width:100%}.contacts-tab-item .contacts-box{width:100%}.contacts-boxes{display:grid;grid-template-columns:repeat(var(--count), 1fr);gap:max(2rem,20px);--count: 2}@media screen and (max-width: 999px){.contacts-boxes{--count: 1}}.contacts-box{display:flex;flex-direction:column;align-items:stretch;gap:max(2rem,20px)}@media screen and (max-width: 999px){.contacts-box{padding:max(2rem,24px);background-color:rgba(var(--gray), 0.8);border-radius:max(2rem,20px)}}@media screen and (max-width: 699px){.contacts-box{text-align:center}}.contacts-box-title{font-weight:var(--fwM)}@media screen and (max-width: 1299px){.contacts-box-title{font-weight:var(--fwB)}}.contacts-box-list{position:relative;display:flex;flex-direction:column;list-style:none;margin:0;padding:0;gap:max(1rem,20px)}@media screen and (max-width: 699px){.contacts-box-list{align-items:center;gap:12px}}.contacts-box-item{display:flex;align-items:flex-start;gap:max(1rem,20px)}.contacts-box-icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:max(.8rem,10px);fill:var(--c2);border:1px solid var(--c2);border-radius:50%}@media screen and (max-width: 699px){.contacts-box-icon{display:none}}.contacts-box-icon svg{width:max(.8rem,14px);height:max(.8rem,14px)}@media screen and (max-width: 699px){.contacts-box-icon svg{width:17px;height:17px}}.contacts-box-text{margin-top:auto;margin-bottom:auto;font-weight:var(--fwM);font-size:max(.9em,14px);line-height:1.6}@media screen and (max-width: 699px){.contacts-box-text{font-size:16px;line-height:1.4}}.contacts-box-text[href]:hover,.contacts-box-text[href]:focus-visible{color:var(--c2)}.contacts-bottom{position:relative;display:flex;align-items:center;gap:max(3rem,20px)}@media screen and (max-width: 1199px){.contacts-bottom{flex-wrap:wrap}}@media screen and (min-width: 1000px){.contacts-bottom{margin-bottom:max(2rem,20px);padding-top:max(2rem,20px);border-top:1px solid rgba(var(--gray), 1)}}@media screen and (max-width: 999px){.contacts-bottom{padding-bottom:max(2rem,20px);border-bottom:1px solid rgba(var(--gray), 1)}}@media screen and (max-width: 699px){.contacts-bottom{justify-content:center;text-align:center}}.contacts-bottom-text{margin-right:auto;font-size:max(.8em,16px)}@media screen and (min-width: 1200px){.contacts-bottom-text{max-width:50%}}@media screen and (max-width: 1199px){.contacts-bottom-text{width:100%}}.contacts-menu{display:flex;align-items:center;flex-shrink:0;list-style:none;margin:0;padding:0;gap:max(2rem,20px)}@media screen and (max-width: 1199px){.contacts-menu{flex-grow:1}}@media screen and (max-width: 699px){.contacts-menu{display:none}}.contacts-menu-link{font-weight:var(--fwB);font-size:max(.9em,14px);line-height:1.6}.contacts-menu-link[href]:hover,.contacts-menu-link[href]:focus-visible{color:var(--c2)}.contacts-socials{display:flex;gap:max(.5rem,8px)}@media screen and (max-width: 699px){.contacts-socials{flex-grow:1;justify-content:center;order:-1;gap:16px}}.contacts-socials-item{display:flex;justify-content:center;align-items:center;width:max(2rem,28px);height:max(2rem,28px);fill:var(--c1);transition:fill .3s var(--tf)}@media screen and (max-width: 699px){.contacts-socials-item{width:40px;height:40px;background-color:rgba(var(--gray), 1);border-radius:50%}}.contacts-socials-item svg{width:max(1rem,18px);height:max(1rem,18px)}.contacts-socials-item[href]:hover,.contacts-socials-item[href]:focus-visible{fill:var(--c2)}.gallery-list{display:grid;grid-template-columns:repeat(var(--count), 1fr);list-style:none;margin:0;padding:0;gap:max(1rem,20px);--count: 4}@media screen and (max-width: 1199px){.gallery-list{--count: 3}}@media screen and (max-width: 699px){.gallery-list{--count: 2;gap:10px}}.gallery-list-item{display:flex;align-items:stretch;width:100%;aspect-ratio:10/9;background-color:rgba(var(--gray), 1);border-radius:max(2rem,20px);overflow:hidden}.gallery-list-item:first-child:last-child{grid-column-start:1;grid-column-end:5;aspect-ratio:16/8}@media screen and (max-width: 1199px){.gallery-list-item:first-child:last-child{grid-column-end:4}}@media screen and (max-width: 699px){.gallery-list-item:first-child:last-child{grid-column-end:3}}.gallery-list-item:first-child:last-child .gallery-list-icon{width:max(3.5rem,44px);height:max(3.5rem,44px)}.gallery-list-item:first-child:last-child .gallery-list-icon svg{width:max(1.2rem,14px);height:max(1.2rem,14px)}@media screen and (max-width: 699px){.gallery-list-item{aspect-ratio:1/1}}.gallery-list-photo{position:relative;display:flex;align-items:center;width:100%;border-radius:inherit;overflow:hidden}.gallery-list-photo picture{display:flex;align-items:center;width:100%;height:100%;border-radius:inherit}.gallery-list-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit;transform-origin:40%;transition-property:transform;transition-duration:.6s;transition-timing-function:var(--easeing)}.gallery-list-photo[type=button]:hover img,.gallery-list-photo[type=button]:focus-visible img,.gallery-list-photo[href]:hover img,.gallery-list-photo[href]:focus-visible img{transform:scale(1.1)}.gallery-list-photo[type=button]:hover .gallery-list-icon,.gallery-list-photo[type=button]:focus-visible .gallery-list-icon,.gallery-list-photo[href]:hover .gallery-list-icon,.gallery-list-photo[href]:focus-visible .gallery-list-icon{fill:var(--c3);background-color:rgba(var(--violet), 1)}.gallery-list-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;justify-content:center;align-items:center;width:max(2.5rem,44px);height:max(2.5rem,44px);fill:var(--c2);border-radius:50%;background-color:rgba(var(--white), 1);box-shadow:0 0 10px rgba(var(--dark), 0.1);transition-property:fill,background-color;transition-duration:.5s;transition-timing-function:var(--tf)}.gallery-list-icon svg{width:max(.8rem,14px);height:max(.8rem,14px)}.content{font-size:max(.8em,16px);line-height:1.6}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{line-height:1.2}.content>*:first-child{margin-top:0}.content>*:last-child{margin-bottom:0}.articles-card-list{display:grid;grid-template-columns:repeat(var(--count), 1fr);list-style:none;margin:0;padding:0;gap:max(1rem,20px);--count: 2}@media screen and (max-width: 999px){.articles-card-list{--count: 1}}.articles-card-item{display:flex}.articles-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;width:100%;padding:max(2rem,20px);color:var(--c1);background-color:rgba(var(--gray), 1);border-radius:max(1.6rem,20px);overflow:hidden}.articles-card[href]:hover,.articles-card[href]:focus-visible{color:var(--c2)}.articles-card[href]:hover .articles-card-arrow,.articles-card[href]:focus-visible .articles-card-arrow{fill:var(--c2);border-color:var(--c2)}.articles-card[href]:hover .articles-card-arrow svg,.articles-card[href]:focus-visible .articles-card-arrow svg{transition-property:transform;transition-duration:.6s;transition-timing-function:var(--easeing)}.articles-card[href]:hover .articles-card-arrow svg:first-child,.articles-card[href]:focus-visible .articles-card-arrow svg:first-child{transform:translate(250%, -250%)}.articles-card[href]:hover .articles-card-arrow svg:last-child,.articles-card[href]:focus-visible .articles-card-arrow svg:last-child{transform:translate(0%, 0%)}.articles-card-inner{display:flex;flex-direction:column;align-items:stretch;flex-grow:1;gap:max(1rem,10px)}.articles-card-date{font-size:max(.8em,14px)}.articles-card-row{display:flex;justify-content:space-between;align-items:flex-end;width:100%;margin-top:auto;gap:max(2rem,20px)}.articles-card-title{margin-top:auto;margin-bottom:auto;font-size:1.2em}@media screen and (max-width: 699px){.articles-card-title{font-size:18px}}.articles-card-arrow{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:max(3rem,40px);height:max(3rem,40px);fill:var(--c1);border:1px solid var(--c1);border-radius:50%;overflow:hidden}@media screen and (max-width: 399px){.articles-card-arrow{position:absolute;top:16px;right:16px;width:40px;height:40px}}.articles-card-arrow svg{width:max(20%,12px);height:max(20%,12px)}.articles-card-arrow svg:last-child{position:absolute;transform:translate(-250%, 250%)}.footer{position:relative;display:flex;align-items:center;gap:max(2rem,20px)}@media screen and (max-width: 1399px){.footer{gap:max(1rem,16px)}}@media screen and (max-width: 1199px){.footer{flex-wrap:wrap}}.footer--offset{padding:0 var(--spaceH) max(2rem,20px);background-color:rgba(var(--white), 1)}@media screen and (max-width: 999px){.footer--offset{margin-bottom:80px}}.footer-copyright{font-size:max(.8em,14px)}@media screen and (max-width: 1399px){.footer-copyright{font-size:13px}}@media screen and (max-width: 1199px){.footer-copyright{order:1;margin-left:auto}}@media screen and (max-width: 799px){.footer-copyright{width:100%}}.footer-text{font-size:max(.8em,14px)}@media screen and (max-width: 1399px){.footer-text{font-size:13px}}@media screen and (max-width: 1199px){.footer-text{order:-1;width:100%}}.footer-link{flex-shrink:0;font-size:max(.8em,14px);text-decoration:underline}@media screen and (max-width: 1399px){.footer-link{font-size:13px}}@media screen and (min-width: 1200px){.footer-link{margin-left:auto}.footer-link+.footer-link{margin-left:0}}@media screen and (max-width: 1199px){.footer-link{font-size:16px}}@media screen and (max-width: 599px){.footer-link{order:-2}}.footer-link[href]:hover,.footer-link[href]:focus-visible{color:var(--c2)}@media screen and (min-width: 1000px){.fullpage{height:100vh;overflow:hidden}.fullpage .section--fullpage .section-header,.fullpage .section--fullpage .about-header,.fullpage .section--fullpage .about-blockquote,.fullpage .section--fullpage .about-footer,.fullpage .section--fullpage .plk-header,.fullpage .section--fullpage .plk-content,.fullpage .section--fullpage .plk-footer,.fullpage .section--fullpage .contacts-header,.fullpage .section--fullpage .contacts-boxes,.fullpage .section--fullpage .contacts-bottom,.fullpage .section--fullpage .footer{transition-property:transform,opacity;transition-timing-function:var(--tf);transition-duration:.5s;transition-delay:.3s}.fullpage .section--fullpage .slider-item::before,.fullpage .section--fullpage .about-video::before,.fullpage .section--fullpage .about-image::before,.fullpage .section--fullpage .plk-image::before{transition-property:transform;transition-timing-function:var(--tf);transition-duration:.5s;transition-delay:.3s}.fullpage .section--fullpage .slider-item>*,.fullpage .section--fullpage .about-video>*,.fullpage .section--fullpage .about-image>*,.fullpage .section--fullpage .plk-image>*{transition-property:transform,opacity,color,fill;transition-timing-function:var(--tf);transition-duration:.5s;transition-delay:.3s,.3s,0s,0s}.fullpage .section--fullpage .section-decor--products{-webkit-mask:url(../img/mask-01.png);mask:url(../img/mask-01.png);-webkit-mask-size:1900% 100%;mask-size:1900% 100%;-webkit-mask-position:0 0;mask-position:0 0}.fullpage .section--fullpage:not(.active) .section-header,.fullpage .section--fullpage:not(.active) .about-header,.fullpage .section--fullpage:not(.active) .about-blockquote,.fullpage .section--fullpage:not(.active) .about-footer,.fullpage .section--fullpage:not(.active) .plk-header,.fullpage .section--fullpage:not(.active) .plk-content,.fullpage .section--fullpage:not(.active) .plk-footer,.fullpage .section--fullpage:not(.active) .contacts-header,.fullpage .section--fullpage:not(.active) .contacts-boxes,.fullpage .section--fullpage:not(.active) .contacts-bottom,.fullpage .section--fullpage:not(.active) .footer{transform:translateY(2rem);opacity:0;transition-delay:0s}.fullpage .section--fullpage:not(.active) .slider-item::before,.fullpage .section--fullpage:not(.active) .about-video::before,.fullpage .section--fullpage:not(.active) .plk-image::before{transform:translateX(-100%);transition-delay:.5s}.fullpage .section--fullpage:not(.active) .about-image::before{transform:translateY(-100%);transition-delay:0s}.fullpage .section--fullpage:not(.active) .slider-item>*,.fullpage .section--fullpage:not(.active) .about-video>*,.fullpage .section--fullpage:not(.active) .about-image>*,.fullpage .section--fullpage:not(.active) .plk-image>*{opacity:0;transition-delay:0s}.fullpage .section--fullpage:not(.active) .about-image>*{transform:translateY(-50%)}.fullpage .section--fullpage:not(.active) .section-decor--products{opacity:0}.fullpage .section--fullpage.prev .section-decor--products{opacity:1;-webkit-mask-position:100% 0;mask-position:100% 0}.fullpage .section--fullpage.active .about-blockquote,.fullpage .section--fullpage.active .plk-content,.fullpage .section--fullpage.active .contacts-boxes{transition-delay:.4s}.fullpage .section--fullpage.active .about-footer,.fullpage .section--fullpage.active .plk-footer,.fullpage .section--fullpage.active .contacts-bottom{transition-delay:.5s}.fullpage .section--fullpage.active .slider-item::before,.fullpage .section--fullpage.active .about-video::before,.fullpage .section--fullpage.active .plk-image::before{transition-delay:.2s}.fullpage .section--fullpage.active .about-image::before{transition-delay:.4s}.fullpage .section--fullpage.active .slider-item>*,.fullpage .section--fullpage.active .about-video>*,.fullpage .section--fullpage.active .plk-image>*{transition-delay:.6s,.6s,0s,0s}.fullpage .section--fullpage.active .about-image>*{transition-delay:.6s,.6s,0s,0s}.fullpage .section--fullpage.active .footer{transition-delay:.6s}.fullpage .section--fullpage.active .section-decor--products{animation:symbol .5s steps(18) forwards .5s;transition:opacity .8s ease .5s}}@media screen and (max-width: 999px){.fullpage{padding-bottom:50px}}.fullpage-list{display:flex;flex-direction:column;align-items:stretch}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);transition:all .3s ease,-webkit-backdrop-filter .8s var(--tf);transition:all .3s ease,backdrop-filter .8s var(--tf);transition:all .3s ease,backdrop-filter .8s var(--tf),-webkit-backdrop-filter .8s var(--tf);z-index:10}.modal-overlay:not(.open){visibility:hidden;opacity:0;transition-delay:.4s}.modal-overlay:not(.open) .modal{transform:translateX(100%);transition-duration:.4s,.3s;transition-delay:0s,.4s}.modal-overlay:not(.open) .modal--fullscreen{transform:translateY(-100%)}.modal-overlay.open{transition-delay:0s}.modal{position:fixed;top:0;right:0;left:0;bottom:0;display:flex;flex-direction:column;align-items:stretch;width:100%;height:100%;background-color:rgba(var(--white), 1);transition:transform .8s cubic-bezier(0.65, 0, 0.35, 1),opacity .3s ease;overflow:auto}.modal--row{flex-direction:row;justify-content:space-between;align-items:flex-start;background-color:rgba(var(--white), 1);overflow:auto}@media screen and (max-width: 999px){.modal--row{flex-direction:column;align-items:self-start}}.modal-image{display:flex;align-items:center;width:40%;height:calc(100% - var(--spaceH-s)*2);padding-right:var(--spaceH-s);border-radius:max(2rem,20px);overflow:hidden}@media screen and (min-width: 1000px){.modal-image{position:sticky;top:var(--spaceH-s)}}@media screen and (max-width: 999px){.modal-image{flex-shrink:0;width:100%;height:600px;padding-top:var(--spaceH-s);padding-left:var(--spaceH-s)}}@media screen and (max-width: 499px){.modal-image{height:400px}}.modal-image picture{display:flex;align-items:center;width:100%;height:100%;border-radius:inherit}.modal-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 10%;object-position:center 10%;border-radius:inherit;overflow:hidden}.modal-inner{display:flex;flex-direction:column;align-items:stretch;flex-grow:1;width:60%;padding:var(--spaceV-s) var(--spaceH);gap:max(2rem,20px)}@media screen and (max-width: 999px){.modal-inner{order:1;width:100%;gap:24px}}.modal-header{display:flex;flex-direction:column;align-items:stretch;gap:max(.4rem,4px)}.modal-header__title{font-weight:var(--fwB);font-size:3em}@media screen and (max-width: 1299px){.modal-header__title{font-size:2em}}.modal-header__subtitle{font-weight:var(--fwL);font-size:max(1.2em,24px)}@media screen and (max-width: 1299px){.modal-header__subtitle{font-weight:var(--fwR);font-size:18px}}.modal-content{font-size:max(.8em,16px);line-height:1.6}.modal-close{position:sticky;top:calc(var(--spaceV-s) + max(1rem,10px));display:flex;justify-content:center;align-items:center;flex-shrink:0;width:max(3rem,48px);height:max(3rem,48px);margin-top:calc(var(--spaceV-s) + max(1rem,10px));margin-left:calc(var(--spaceH)/2);margin-right:calc(0px - var(--spaceH)/2);fill:var(--c1);background-color:rgba(var(--white), 1);border:1px solid rgba(var(--dark), 0.6);border-radius:50%;transition:all .5s var(--tf)}@media screen and (max-width: 999px){.modal-close{top:auto;left:50%;bottom:var(--spaceH-s);order:2;width:auto;margin-top:0;padding:max(.7rem,12px) max(1.4rem,20px);font-size:max(.8em,16px);line-height:1;color:var(--c3);fill:var(--c3);background-color:rgba(var(--violet), 1);border-color:rgba(var(--violet), 1);border-radius:max(2rem,30px);box-shadow:0 0 10px rgba(var(--dark), 0.1);transform:translateX(-50%);gap:max(.8rem,12px)}}.modal-close svg{width:max(25%,14px);height:max(25%,14px)}.modal-close span{white-space:nowrap}@media screen and (min-width: 1000px){.modal-close span{display:none}}.modal-close:hover,.modal-close:focus-visible{fill:var(--c3);background-color:rgba(var(--violet), 0.8);border-color:rgba(var(--violet), 0.8)}.menu{display:flex;flex-direction:column;align-items:stretch;background-color:#000;background-image:radial-gradient(rgba(var(--violet), 0.2), #000000)}.menu-gradient{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden}.menu-gradient canvas{width:100% !important;height:100% !important;opacity:.2}.menu-gradient::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--dark), 0.25);-webkit-backdrop-filter:blur(max(5rem, 70px));backdrop-filter:blur(max(5rem, 70px))}.menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem var(--spaceH-s);gap:max(3rem,30px);z-index:5}@media screen and (max-width: 699px){.menu-header{gap:10px}}.menu-header-col{display:flex;align-items:center;gap:max(1.5rem,10px)}.menu-header-col--left{margin-right:auto}.menu-header-col--right{margin-left:auto}.menu-logo{fill:var(--c3)}@media screen and (max-width: 999px){.menu-logo{display:none}}@media screen and (max-width: 399px){.menu-lang .lang-link{justify-content:center;padding-left:10px;padding-right:10px;text-align:center}}@media screen and (max-width: 699px){.menu-shop svg{display:none}}@media screen and (max-width: 699px){.menu-office{display:none}}.menu-close{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:max(3rem,48px);height:max(3rem,48px);fill:var(--c1);background-color:rgba(var(--white), 1);border-radius:50%;transition:all .5s var(--tf)}.menu-close svg{width:max(25%,10px);height:max(25%,10px)}.menu-close:hover,.menu-close:focus-visible{background-color:rgba(var(--white), 0.8)}.menu-inner{position:relative;display:flex;justify-content:space-between;align-items:stretch;margin-top:auto;padding:var(--spaceV-s) var(--spaceH);color:var(--c3);gap:6rem}@media screen and (max-width: 1199px){.menu-inner{margin-bottom:auto}}@media screen and (max-width: 999px){.menu-inner{flex-direction:column;padding-left:40px;padding-right:40px;gap:max(2rem,30px)}}.menu-col{display:flex;flex-direction:column;align-items:stretch;width:40%;gap:max(2rem,20px)}@media screen and (max-width: 1599px){.menu-col{width:45%}}@media screen and (max-width: 1199px){.menu-col{gap:max(4rem,20px)}}@media screen and (max-width: 999px){.menu-col{width:100%;gap:max(2rem,30px)}}.menu-box{display:flex;flex-direction:column;align-items:stretch;gap:max(2rem,20px)}.menu-box-name{display:flex;justify-content:space-between;align-items:baseline;font-weight:var(--fwB);font-size:4em;line-height:1.1;fill:var(--c3);gap:max(1.5rem,20px)}@media screen and (max-width: 1299px){.menu-box-name{font-size:3.6em}}@media screen and (max-width: 1199px){.menu-box-name{font-size:3em}}@media screen and (max-width: 999px){.menu-box-name{font-size:2.4em}}.menu-box-name svg{width:max(1rem,16px);height:max(1rem,16px);opacity:.6}.menu-box-name:hover,.menu-box-name:focus-visible{color:rgba(var(--white), 0.6)}.menu-box-list{display:grid;grid-template-columns:repeat(var(--count), auto);list-style:none;margin:max(1rem,10px) 0 0;padding:0;gap:max(2rem,20px) max(3rem,20px);--count: 2}@media screen and (max-width: 699px){.menu-box-list{display:none}}.menu-box-link{font-size:max(1.1em,18px)}.menu-box-link:hover,.menu-box-link:focus-visible{color:rgba(var(--white), 0.6)}.menu-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding:1.5rem var(--spaceH-s);color:var(--c3);gap:max(3rem,30px);z-index:5}@media screen and (max-width: 1199px){.menu-footer{display:none}}.menu-footer-text,.menu-footer-link,.menu-footer-copyright{font-weight:var(--fwL);font-size:max(.8em,14px);opacity:.8}.menu-footer-link{margin-left:auto}.menu-footer-link+.menu-footer-link{margin-left:0}.menu-footer-link[href]:hover,.menu-footer-link[href]:focus-visible{opacity:1}.watch{position:fixed;right:max(1rem,16px);bottom:calc(max(2.5rem,40px) + max(1rem,16px)*2);width:max(15.5rem,290px);z-index:5}@media screen and (max-width: 999px){.watch{right:max(2rem,20px);bottom:90px}}@media screen and (max-width: 699px){.watch{width:calc(100% - max(2rem,20px)*2);bottom:76px}}.watch-close{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;padding:max(1rem,16px);fill:var(--c1)}.watch-close svg{width:max(.8rem,16px);height:max(.8rem,16px)}.watch-close:hover,.watch-close:focus-visible{fill:var(--c2)}.watch-inner{display:flex;flex-direction:column;align-items:center;padding:max(1rem,16px);background-color:rgba(var(--white), 1);box-shadow:0 0 10px rgba(var(--dark), 0.1);border-radius:max(1rem,16px);gap:max(.6rem,10px)}.watch-image{display:flex;justify-content:center;align-items:center;flex-shrink:0;height:max(10rem,180px);margin-top:calc(0px - max(10rem,180px)/2)}.watch-image picture{display:flex;width:100%;height:100%}.watch-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.watch-content{display:flex;flex-direction:column;align-items:center;text-align:center}.watch-content__name{font-size:max(1em,18px);font-weight:var(--fwB)}.watch-content__text{font-size:max(.8em,16px)}.main-wrapper{display:flex;flex-direction:column;align-items:stretch;min-height:100vh}@media screen and (max-width: 999px){.main-wrapper{min-height:calc(var(--vh, 1vh)*100)}}.main-wrapper[data-page=error] .section--fullscreen{height:100vh}.main-wrapper[data-page=error] .section-slide-title{line-height:1}.main-wrapper[data-page=error] .phone{position:fixed}.main{display:flex;flex-direction:column;flex-grow:1}.main--hidden{overflow:hidden}.main-inner{position:relative;display:flex;flex-direction:column;background-color:rgba(var(--white), 1);border-top-left-radius:max(2rem,20px);border-top-right-radius:max(2rem,20px);overflow:hidden}.main-inner--offset_top{padding-top:max(4rem,20px)}@media screen and (max-width: 999px){.main-inner--offset_top{margin-top:calc(0px - max(2rem,20px));padding-top:max(2rem,20px)}}.main-inner--offset_bottom{padding-bottom:100vh}.main-inner--offset_bottom+.main-group--next_product{margin-top:calc(0px - 80vh)}.main-inner--offset_bottom+.about-section,.main-inner--offset_bottom+.about{margin-top:calc(0px - 100vh)}@media screen and (min-width: 1000px){.main-inner--offset_bottom_s{padding-bottom:calc(max(15rem,200px)*3)}}.main-inner--offset_bottom_s+.main-group--next_product{height:calc(max(15rem,200px)*2.2);z-index:1}@media screen and (min-width: 1000px){.main-inner--offset_bottom_s+.main-group--next_product{margin-top:calc(0px - max(15rem,200px)*2.2)}}@media screen and (max-width: 999px){.main-inner--offset_bottom_s+.main-group--next_product{height:320px}}@media screen and (max-width: 699px){.main-inner--offset_bottom_s+.main-group--next_product{height:auto;margin-bottom:calc(0px - max(2rem,20px))}}.main-inner--visible{overflow:visible}.сlinical-trials-btn{position:fixed;right:max(1rem,16px);bottom:max(1rem,16px);display:flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:max(2.5rem,40px);padding:max(.7rem,12px) max(1.4rem,20px);font-weight:var(--fwR);font-size:max(.8em,16px);line-height:1;color:var(--c3);fill:var(--c3);background-color:rgba(var(--violet), 1);border:1px solid rgba(var(--violet), 1);box-shadow:0 0 10px rgba(var(--dark), 0.1);border-radius:max(2rem,30px);gap:max(.8rem,12px);transition-property:color,fill,opacity,background-color,border-color;transition-duration:.5s;transition-timing-function:var(--tf);z-index:5}@media screen and (max-width: 999px){.сlinical-trials-btn{right:max(2rem,20px);height:50px;bottom:20px}}@media screen and (max-width: 699px){.сlinical-trials-btn{width:calc(100% - max(2rem,20px)*2);bottom:16px}}.сlinical-trials-btn svg{flex-shrink:0;width:max(1.4rem,16px);height:max(1.4rem,16px)}@media screen and (max-width: 999px){.сlinical-trials-btn svg{width:24px;height:24px}}.сlinical-trials-btn:hover,.сlinical-trials-btn:focus-visible{background-color:rgba(var(--violet), 0.8);border-color:rgba(var(--violet), 0)}