:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:ease;transition-timing-function:initial;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-right:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-bottom:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;width:44px;width:var(--swiper-navigation-size);height:44px;height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next ::slotted(svg),.swiper-button-next svg,.swiper-button-prev ::slotted(svg),.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{top:50%;top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - 44px / 2);margin-top:calc(0px - var(--swiper-navigation-size)/ 2)}.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev .swiper-navigation-icon,.swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}.swiper-button-next{right:4px;right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-next,.swiper-horizontal~.swiper-button-prev{top:50%;top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - 44px / 2);margin-top:calc(0px - var(--swiper-navigation-size)/ 2);margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next,.swiper-horizontal~.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{right:4px;right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(0)}.swiper-vertical .swiper-button-next,.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-next,.swiper-vertical~.swiper-button-prev{left:50%;left:var(--swiper-navigation-top-offset,50%);right:auto;margin-left:calc(0px - 44px / 2);margin-left:calc(0px - var(--swiper-navigation-size)/ 2);margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:4px;top:var(--swiper-navigation-sides-offset,4px);bottom:auto}.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:4px;bottom:var(--swiper-navigation-sides-offset,4px);top:auto}.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next ::slotted(.swiper-navigation-icon){transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);top:auto;top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1);background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:8px;right:var(--swiper-pagination-right,8px);left:auto;left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}/*! 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:transparent}abbr[title]{border-bottom:none;-webkit-text-decoration:underline;text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{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}@font-face{font-family:PowerService;src:url(../fonts/PowerService.ttf?jq8ntf) format("truetype"),url(../fonts/PowerService?jq8ntf) format("woff");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:PowerService!important;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow:before{content:"\e900"}.icon-close:before{content:"\e901"}.icon-drop-down:before{content:"\e902"}.icon-facebook:before{content:"\e903"}.icon-instagram:before{content:"\e904"}.icon-location:before{content:"\e905"}.icon-mail:before{content:"\e906"}.icon-phone:before{content:"\e907"}.icon-retrofitting:before{content:"\e908"}.icon-service:before{content:"\e909"}.icon-spares:before{content:"\e90a"}.icon-telegram:before{content:"\e90b"}.icon-time:before{content:"\e90c"}:root{--color-accent:#0089BB;--color-accent-hover:#009FCC;--color-accent-active:#007AA3;--color-background:#0D0F10;--font-color:#FFFFFF;--yellow-color:#FFD16E;--green-color:#8BE45B;--grey-color:#CACACA;--white-color:#FFFFFF;--red-color:#FF4242;--black-color:#000000;--background-dark-color:rgba(0,0,0,0.25098);--box-shadow:0px 4px 100px -40px rgba(0, 137, 187, 0.3);--border-radius:7px}.button{display:flex;align-items:center;justify-content:center;width:-moz-max-content;width:max-content;padding:15px 35px}.button{border-radius:25px;border:none;outline:0;background-color:#0089bb;background-color:var(--color-accent);cursor:pointer;transition:all .22s ease-in-out}.button:hover{background-color:#009fcc;background-color:var(--color-accent-hover);box-shadow:0 0 25px -10px #0089bb;box-shadow:0 0 25px -10px var(--color-accent)}.button:active{background-color:#007aa3;background-color:var(--color-accent-active);box-shadow:0 0 25px -15px #0089bb;box-shadow:0 0 25px -15px var(--color-accent)}.button[disabled]{opacity:.5;cursor:not-allowed;filter:grayscale(1)}.button_dark{background-color:rgba(0,0,0,.25098);background-color:var(--background-dark-color)}.button_dark:hover{background-color:rgba(0,0,0,.25098);background-color:var(--background-dark-color);box-shadow:0 0 25px -10px #0089bb;box-shadow:0 0 25px -10px var(--color-accent)}.button_dark:active{background-color:rgba(0,0,0,.25098);background-color:var(--background-dark-color);box-shadow:0 0 25px -15px #0089bb;box-shadow:0 0 25px -15px var(--color-accent)}.checkbox{padding:10px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center}.checkbox input{width:1px!important;height:1px!important;opacity:0!important}.checkbox label{display:block;position:relative;padding-left:50px;cursor:pointer}.checkbox label::before{content:"";width:35px;height:35px;background-color:#fff;background-color:var(--white-color);opacity:.1;position:absolute;left:0;top:-8px;border-radius:7px}.checkbox label::after{content:"";width:25px;height:25px;background-color:#0089bb;background-color:var(--color-accent);position:absolute;left:5px;top:-3px;border-radius:7px;animation:checkbox-off .22s ease-in-out forwards}.checkbox_small label{padding-left:36px}.checkbox_small label::before{width:24px;height:24px;left:0;top:-3px;border-radius:4px}.checkbox_small label::after{width:18px;height:18px;left:3px;top:0;border-radius:3px}.checkbox input:checked~label::after{animation:checkbox-on .22s ease-in-out forwards}@keyframes checkbox-on{0%{opacity:1;transform:scale(0)}70%{transform:scale(1.2)}100%{transform:scale(1)}}@keyframes checkbox-off{0%{transform:scale(1)}30%{transform:scale(1.2)}100%{transform:scale(0);opacity:0}}.input{position:relative;padding-top:20px}.input input{background-color:rgba(255,255,255,.062745098);outline:0;border:none;padding:15px 20px;border-radius:7px;transition:box-shadow .22s ease-in-out;-webkit-appearance:none;height:calc(1rem + 30px);--csstools-color-scheme--dark:initial;color-scheme:dark}.input input input::-webkit-date-and-time-value{text-align:left}.input label{position:absolute;left:20px;top:35px;transition:all .22s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:text}.input input:required~label{padding-right:7px}.input input:required~label::before{content:"*";color:red;position:absolute;right:0}.input[data-placeholder=true] label{left:10px;top:0;font-size:12px;opacity:.5}.input input:focus~label{left:10px;top:0;font-size:12px;opacity:1}.input input:focus~label::after{content:":"}.radio{padding:10px 0}.radio input{width:1px;height:1px;opacity:0}.radio label{display:block;position:relative;padding-left:50px;cursor:pointer}.radio label::before{content:"";width:35px;height:35px;background-color:#fff;background-color:var(--white-color);opacity:.1;position:absolute;left:0;top:-8px;border-radius:50%}.radio label::after{content:"";width:25px;height:25px;background-color:#0089bb;background-color:var(--color-accent);position:absolute;left:5px;top:-3px;border-radius:50%;animation:radio-off .22s ease-in-out forwards}.radio input:checked~label::after{animation:radio-on .22s ease-in-out forwards}@keyframes radio-on{0%{opacity:1;transform:scale(0)}70%{transform:scale(1.2)}100%{transform:scale(1)}}@keyframes radio-off{0%{transform:scale(1)}30%{transform:scale(1.2)}100%{transform:scale(0);opacity:0}}.link{outline:0;position:relative}.link::before{content:"\e900";font-family:PowerService;color:inherit;font-size:.6em;position:absolute;top:0;left:-2.5em;transition:all .22s ease-in-out;opacity:0;visibility:hidden}.link:hover::before{left:-1.5em;opacity:1;visibility:visible}.link:active::before{left:-1.2em}.textarea{position:relative;padding-top:20px}.textarea textarea{background-color:rgba(255,255,255,.062745098);outline:0;border:none;padding:15px 20px;border-radius:7px;transition:box-shadow .22s ease-in-out;resize:vertical}.textarea label{position:absolute;left:20px;top:35px;transition:all .22s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:text}.textarea[data-placeholder=true] label{left:10px;top:0;font-size:12px;opacity:.5}.textarea textarea:focus~label{left:10px;top:0;font-size:12px;opacity:1}.textarea textarea:focus~label::after{content:":"}.quantity{display:flex;align-items:center;gap:16px}.quantity__button{position:relative;width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#0089bb;background:var(--color-accent);border-radius:50%;border:none;outline:0;cursor:pointer;transition:all .22s ease-in-out}.quantity__button:hover{box-shadow:0 0 25px -10px #0089bb;box-shadow:0 0 25px -10px var(--color-accent)}.quantity__button:active{box-shadow:0 0 25px -15px #0089bb;box-shadow:0 0 25px -15px var(--color-accent)}.quantity__button::after,.quantity__button::before{content:"";position:absolute;left:50%;top:50%;background:#fff;background:var(--white-color);border-radius:5px;transform:translate(-50%,-50%)}.quantity__button_plus::before{width:12px;height:3px}.quantity__button_plus::after{width:3px;height:12px}.quantity__button_minus::before{width:12px;height:3px}.quantity__value{min-width:15px;text-align:center;font-weight:700;font-size:24px;line-height:29px}.datepicker-picker{background-color:#1a1e20!important;backdrop-filter:blur(10px)}.datepicker-cell:not(.disabled):hover{background-color:rgba(255,255,255,.062745098)!important}.datepicker-cell.selected,.datepicker-cell.selected:hover{background-color:#0089bb!important;background-color:var(--color-accent)!important}.datepicker-controls .button{background-color:#1a1e20!important;color:#fff!important;color:var(--white-color)!important}.datepicker-cell.focused:not(.selected){background-color:rgba(255,255,255,.199)!important}.datepicker-input.in-edit:active,.datepicker-input.in-edit:focus{box-shadow:none!important}.container{max-width:1343px;position:relative;margin:0 auto;width:calc(100% - 100px)}.header{position:fixed;left:0;top:0;width:100%;z-index:102;box-shadow:0 40px 80px -30px rgba(0,137,187,0)}.header__container{display:flex;align-items:center;justify-content:space-between;height:80px}.header{transition:all .5s ease-in-out}.header[data-scroll=true]{background-color:rgba(13,15,16,.6039215686);backdrop-filter:blur(5px);box-shadow:0 40px 80px -30px rgba(0,137,187,.2588235294)}.header__logo{height:calc(100% - 30px);z-index:1}.header__logo img{width:150px}.header__logo img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.header__phone{height:100%;z-index:1;display:flex;align-items:center;justify-content:center;position:relative;padding:15px}.header__phone::after{content:"";width:0;position:absolute;bottom:0;left:0;background-color:#0089bb;background-color:var(--color-accent);height:1px;transition:all .22s ease-in-out}.header__phone:hover::after{width:100%}.header__phone:hover{opacity:1;box-shadow:0 25px 20px -30px #0089bb;box-shadow:0 25px 20px -30px var(--color-accent)}.header__menu{height:100%;display:flex;align-items:center}.header__toggle{cursor:pointer;position:relative;display:none;flex-direction:column}.header__toggle{z-index:1}.header__toggle span{display:block;width:25px;height:2px;transform-origin:left center;transition:all .3s ease-in-out;border-radius:5px}.header__toggle span:not(:last-child){margin-bottom:5px}.header__toggle span{background-color:#fff;background-color:var(--white-color)}.header__show .header__toggle span:nth-child(1){transform:rotate(35deg)}.header__show .header__toggle span:nth-child(2){width:0}.header__show .header__toggle span:nth-child(3){transform:rotate(-35deg)}.language-toggle{z-index:1;height:100%}.language-toggle__list{display:flex;height:100%}.language-toggle__item{height:100%;position:relative;transition:all .22s ease-in-out}.language-toggle__item a{padding:15px;height:100%;display:flex;align-items:center;justify-content:center;opacity:.5;transition:all .22s ease-in-out}.language-toggle__item::after{content:"";width:0;position:absolute;bottom:0;left:0;background-color:#0089bb;background-color:var(--color-accent);height:1px;transition:all .22s ease-in-out}.language-toggle__item:hover::after{width:100%}.language-toggle__item:hover a{opacity:1}.language-toggle__item:hover{box-shadow:0 20px 20px -20px #0089bb;box-shadow:0 20px 20px -20px var(--color-accent)}.language-toggle__item_active a{opacity:1}.language-toggle__item:not(:last-child)::before{content:"";width:1px;height:1em;right:0;top:calc(50% - .5em);position:absolute;background-color:#fff;opacity:.2}.menu-list{height:100%}.menu-list__items{height:100%;display:flex}.menu-list__item .menu-list__item-link,.menu-list__item .menu-list__item-title{opacity:.5}.menu-list__item-link,.menu-list__item-title{height:100%;display:flex;padding:15px;position:relative;cursor:pointer}.menu-list__item-link,.menu-list__item-title{transition:all .22s ease-in-out}.menu-list__item-link::after{content:"";width:0;position:absolute;bottom:0;left:0;background-color:#0089bb;background-color:var(--color-accent);height:1px;transition:all .22s ease-in-out}.menu-list__item_active .menu-list__item-link,.menu-list__item_active .menu-list__item-title{opacity:1}.menu-list__item_dropdown{position:relative}.menu-list__item-list{display:flex;flex-direction:column}.menu-list__item_cart .menu-list__item-link{display:flex;align-items:center}.menu-list__item_cart svg{width:16px;height:16px;margin-left:10px}.menu-list__item_cart span{content:attr(data-count);min-width:17px;margin-left:-5px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;height:17px;background-color:#ff4242;background-color:var(--red-color);border-radius:50%;color:#fff;color:var(--white-color)}.menu-list__item_cart span:empty{opacity:0}.menu-list__item-list-link{padding:10px 15px;transition:all .22s ease-in-out;cursor:pointer}.footer{padding:100px 0}.footer__container{display:flex;justify-content:space-between}.footer__column{transform:translateY(-30px);opacity:0;display:flex;flex-direction:column}.footer__column:not(:last-child){margin-right:25px}.footer__column-title{margin-top:95px;font-weight:700;font-size:20px;margin-bottom:15px}.footer__logo{width:160px;height:60px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;margin-bottom:35px}.footer__phone{margin-bottom:6px}.footer__email{margin-bottom:20px;display:block}.footer__address .contact-address__link{font-size:14px;opacity:1}.footer__address .contact-address__link-wrapper:not(:last-child){margin-bottom:20px}.footer__hours{display:flex}.footer__hours span{display:block}.footer__hours span:nth-child(1){width:130px}.footer__hours:not(:last-child),.footer__menu-item:not(:last-child),.footer__service-item:not(:last-child){margin-bottom:5px}.section-head{margin-top:150px;margin-bottom:80px}.section-head__title{transform:translateX(50px);opacity:0}.section-head__sub-title{margin-top:15px;transform:translateX(50px);opacity:0;max-width:500px}.contact-address__link-wrapper{display:flex;flex-direction:column}.contact-address__link-wrapper:not(:last-child){margin-bottom:30px}.contact-address__title{font-size:12px;margin-bottom:6px}.contact-address__title::after{content:":"}.contact-address__link{font-size:16px;opacity:.7;transition:all .22s ease-in-out;cursor:pointer}.contact-address__link:hover{opacity:1}.contact-address__link span{margin-right:10px}.contact-address__link:not(:last-child){margin-bottom:6px}.contact-form{position:relative}.contact-form__dots-left,.contact-form__dots-right,.contact-form__light,.contact-form__smoke-left,.contact-form__smoke-right{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.contact-form__dots-left,.contact-form__dots-right{height:auto;left:-100px;bottom:0;opacity:.05;width:200px}.contact-form__dots-right{left:auto;right:-50px;bottom:auto;top:0}.contact-form__light{width:130%;left:50%;height:auto;top:50%;transform:translate(-50%,-50%);z-index:2;min-width:1200px}.contact-form__smoke-left{width:100%;bottom:-200px;height:100%;-o-object-position:left bottom;object-position:left bottom;left:-200px;opacity:.5;min-width:700px}.contact-form__smoke-right{width:100%;height:100%;-o-object-position:right bottom;object-position:right bottom;top:-100px;right:-200px;opacity:.3;z-index:1;min-width:900px}.contact-form__container{z-index:3}.contact-form__wrapper{display:flex;justify-content:space-between}.contact-form__info{display:flex;flex-direction:column;margin-right:35px}.contact-form__info-item{display:flex;flex-direction:column}.contact-form__info-item:not(:last-child){margin-bottom:30px}.contact-form__info-title{font-size:12px;margin-bottom:6px;display:block}.contact-form__info-title::after{content:":"}.contact-form__info-value a,.contact-form__info-value span{font-size:16px;opacity:.7;transition:all .22s ease-in-out;cursor:pointer}.contact-form__info-value a:hover,.contact-form__info-value span:hover{opacity:1}.contact-form__info-value a span,.contact-form__info-value span span{font-size:12px;margin-right:10px}.contact-form__info-value a:not(:last-child),.contact-form__info-value span:not(:last-child){margin-bottom:6px}.contact-form__info-value span{cursor:default}.contact-form__info-value span:hover{opacity:.7}.contact-form__info-value span{font-size:16px}.contact-form__info-value_hours{display:flex}.contact-form__info-value_hours span{display:block}.contact-form__info-value_hours span:nth-child(1){width:130px}.contact-form__form{width:760px;padding:45px;background:rgba(0,0,0,.25098);background:var(--background-dark-color)}.contact-form_simple{padding-right:10px}.contact-form__form-title{margin-bottom:15px}.contact-form__form-sub-title{margin-bottom:40px;opacity:.7;max-width:500px}.contact-form__form-row{display:grid;grid-gap:25px;gap:25px;grid-template-columns:repeat(2,1fr);margin-bottom:25px;align-items:center}.contact-form__form-radio{display:flex}.contact-form__form-radio .radio:not(:last-child){margin-right:10px}.contact-form__form-footer{display:flex;justify-content:space-between;align-items:center}.contact-form__form-input input{width:100%}.contact-form__form-textarea textarea{width:100%}.contact-form__form-textarea{margin-bottom:25px}.contact-form__message{display:none;padding:15px 25px;align-items:center;justify-content:center;text-align:center;background-color:#007844;margin-top:15px;border-radius:2px}.contact-form__message_error{background-color:#6e1913}.modal{position:fixed;z-index:101;left:50%;top:50%;border-radius:7px}.modal__body{max-height:70vh;overflow-y:auto}.modal__close{z-index:1;position:absolute;right:-35px;top:15px;cursor:pointer;transition:all .22s ease-in-out;display:block}.modal__close:hover{transform:scale(1.1)}.modal__close:active{transform:scale(1.05)}.modal{transform:translate(-50%,calc(-50% + 20px));transition:all .5s ease-in-out;opacity:0;visibility:hidden}.modal_show{transform:translate(-50%,-50%);visibility:visible;opacity:1}.modal_show~.modal-overlay{visibility:visible;opacity:1;transform:none}.modal-overlay{width:100%;height:100vh;position:fixed;z-index:100;left:0;top:0;background-color:rgba(13,15,16,.9647058824);backdrop-filter:blur(5px);transition:all .5s ease-in-out;opacity:0;visibility:hidden}.product-modal{border-radius:16px;padding:24px;display:flex;justify-content:space-between;gap:24px;align-items:center;background:rgba(0,0,0,.6274509804);backdrop-filter:blur(15px);position:fixed;transform:translate(-50%,-35%);left:50%;bottom:16px;visibility:hidden;opacity:0;max-width:650px;width:calc(100% - 32px)}.product-modal{z-index:120;transition:all .22s ease-in-out}.product-modal__close{cursor:pointer;font-size:14px;opacity:.7;transition:opacity .22s ease-in-out}.product-modal__close:hover{opacity:1}.product-modal__title{font-size:16px}.product-modal_show{transform:translate(-50%,-50%);visibility:visible;opacity:1}.badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;background:#8be45b;background:var(--green-color);border-radius:4px;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;color:#000;color:var(--black-color)}.badge_pre-order{background:#ffd16e;background:var(--yellow-color)}.badge_out-of-stock{background:#cacaca;background:var(--grey-color)}.badge_sale{background:#ff4242;background:var(--red-color);color:#fff;color:var(--white-color);align-self:flex-end;margin-left:auto}.ps-product-item{width:100%;display:flex;flex-direction:column;background:#0f1c23;box-shadow:0 4px 16px rgba(0,137,187,.1);border-radius:10px;padding-bottom:16px;transition:transform .22s ease-in-out,background-color .22s ease-in-out}.ps-product-item__media{position:relative;display:block;padding:8px;aspect-ratio:285/213;width:100%}.ps-product-item__badges{position:absolute;left:16px;top:16px;z-index:1;display:flex;align-items:center;gap:8px;flex-wrap:wrap;width:calc(100% - 32px)}.ps-product-item__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:8px;background:#fff;background:var(--white-color);aspect-ratio:1.34/1}.ps-product-item__body{display:flex;flex-direction:column;gap:12px;padding:8px 16px 0;flex-grow:1}.ps-product-item__info{display:flex;flex-direction:column;gap:7px}.ps-product-item__title{display:block;font-weight:700;font-size:16px;line-height:130%;text-transform:uppercase}.ps-product-item__sku{font-size:12px;opacity:.7}.ps-product-item__description{font-size:14px;line-height:139.52%;opacity:.85;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden}.ps-product-item__divider{margin:16px 16px 0;height:1px;background:rgba(255,255,255,.1)}.ps-product-item__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 16px 0}.ps-product-item__price-block{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;position:relative}.ps-product-item__price{font-weight:700;font-size:20px;line-height:24px;white-space:nowrap}.ps-product-item__price-old{font-size:14px;font-weight:700;-webkit-text-decoration:line-through;text-decoration:line-through;white-space:nowrap;position:absolute;left:0;color:#ff4242;color:var(--red-color);top:-15px}.ps-product-item__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.ps-product-item__cart-button,.ps-product-item__info-button{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:#0089bb;background:var(--color-accent);border-radius:7px;border:none;outline:0;cursor:pointer;transition:all .22s ease-in-out}.ps-product-item__cart-button:hover,.ps-product-item__info-button:hover{box-shadow:0 0 25px -10px #0089bb;box-shadow:0 0 25px -10px var(--color-accent)}.ps-product-item__cart-button:active,.ps-product-item__info-button:active{box-shadow:0 0 25px -15px #0089bb;box-shadow:0 0 25px -15px var(--color-accent)}.ps-product-item__info-button{position:relative;font-style:italic;font-weight:700;font-size:16px;color:#fff;color:var(--white-color)}.ps-product-item__info-button::before{content:"i"}.ps-product-item__cart-button[data-product-added]{background:0 0;border:1px solid #0089bb;border:1px solid var(--color-accent)}.ps-product-item__cart-button[data-product-added]:hover{background:#0089bb;background:var(--color-accent)}*{margin:0;padding:0;font-family:Montserrat;font-weight:400;font-size:14px;box-sizing:border-box;touch-action:manipulation;line-height:130%;color:#fff;color:var(--font-color)}body{display:flex;flex-direction:column;min-height:100vh;background-color:#0d0f10;background-color:var(--color-background)}main{padding-top:92.2px}main{flex-grow:1}.site-wrapper{height:100%;position:relative;overflow-x:clip;display:flex;flex-direction:column}p{margin:5px 0}img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;height:100%;width:100%}.decor-light{filter:blur(50px)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{width:4px;position:absolute;right:0;top:0;background-color:#0089bb;background-color:var(--color-accent)}pre{font-family:Montserrat;font-weight:400;font-size:14px;white-space:normal;line-height:130%}h1,h2,h3{text-transform:uppercase}h1,h2,h3,h4,h5{font-family:Montserrat;font-weight:700;font-size:48px;line-height:100%;margin:0}h2{font-size:36px}h3{font-size:24px}h4{font-size:20px;line-height:110%;font-weight:600}h5{font-size:16px}a{-webkit-text-decoration:none;text-decoration:none}li,ol,ul{list-style:none}.swiper-pagination-bullet{width:15px!important;height:15px!important;background-color:#565656!important}.swiper-pagination-bullet-active{background-color:#000!important}.swiper-pagination-bullet-active-next,.swiper-pagination-bullet-active-prev{transform:none!important}.swiper-pagination-bullet-active-next-next,.swiper-pagination-bullet-active-prev-prev{transform:none!important}.swiper-pagination{bottom:0!important}.swiper{padding-bottom:65px!important}picture{margin:0;padding:0}.faq__item,.section-head__sub-title,.section-head__title{opacity:0;transform:translateX(-50px)}.advantages__item,.services__item{opacity:0;transform:translateY(-20px)}.fslightbox-flex-centered *{color:#fff}.contact-button,.instagram-link{position:fixed;right:35px;bottom:35px}.contact-button,.instagram-link{cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#0089bb;background-color:var(--color-accent);border-radius:50%;transition:all .22s ease-in-out}.contact-button:hover,.instagram-link:hover{transform:scale(1.1)}.contact-button:active,.instagram-link:active{transform:scale(.9)}.contact-button,.instagram-link{z-index:100}.contact-button span,.instagram-link span{color:#fff;color:var(--font-color);position:relative;z-index:2}.contact-button::before,.instagram-link::before{position:absolute;content:"";left:0;top:0;transform-origin:center;z-index:1;width:100%;height:100%;border-radius:50%;background-color:#0089bb;background-color:var(--color-accent);animation:pulse-button 2s ease-in-out infinite}.instagram-link::before{animation-delay:.5s}.instagram-link{position:fixed;left:35px;bottom:35px;right:auto}.instagram-link span{font-size:30px}.instagram-link img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative;z-index:2}.cart-button{display:none;position:fixed;right:35px;bottom:100px;z-index:100;width:50px;height:50px;align-items:center;justify-content:center;background-color:#0089bb;background-color:var(--color-accent);border-radius:50%;cursor:pointer;transition:transform .22s ease-in-out}.cart-button[data-count="0"]{display:none}.cart-button:hover{transform:scale(1.1)}.cart-button:active{transform:scale(.9)}.cart-button::before{position:absolute;content:"";left:0;top:0;transform-origin:center;z-index:1;width:100%;height:100%;border-radius:50%;background-color:#0089bb;background-color:var(--color-accent);animation:pulse-button 2s ease-in-out infinite;animation-delay:1s}.cart-button svg{position:relative;z-index:2;width:22px;height:22px;-o-object-fit:contain;object-fit:contain}.cart-button svg path{fill:#fff;fill:var(--font-color)}.cart-button__count{position:absolute;top:-4px;right:-4px;z-index:3;min-width:20px;height:20px;padding:0 5px;display:flex;align-items:center;justify-content:center;border-radius:10px;background-color:#0d0f10;background-color:var(--color-background);border:2px solid #0089bb;border:2px solid var(--color-accent);color:#fff;color:var(--font-color);font-size:12px;font-weight:600;line-height:1}@keyframes pulse-button{0%{transform:scale(.7);opacity:1}100%{transform:scale(2);opacity:0}}@keyframes pulse{0%{transform:translateY(-50%) scale(.3);opacity:1}100%{transform:translateY(-50%) scale(1.5);opacity:0}}.preloader{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;position:fixed;left:0;top:0;z-index:110;background:linear-gradient(180deg,#0c1f27 0,#0c1113 100%)}.preloader__logo{width:200px;height:70px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative;z-index:100}.preloader{visibility:hidden;transform:translateX(-100%);transition:none;overflow:hidden}.preloader__smoke-left{position:absolute;left:-100px;height:100%;bottom:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transform:translateX(-40%);transition:transform 1s ease-in-out;opacity:.3}.preloader__smoke-right{position:absolute;right:-100px;height:100%;bottom:0;transition:transform 1s ease-in-out;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transform:translateX(20%);opacity:.2}.preloader_show{visibility:visible;transform:translateX(0);transition:transform .4s ease-in-out}.preloader_show .preloader__smoke-right{opacity:1}.preloader_show .preloader__smoke-right{opacity:.5}.preloader_hide{visibility:visible;transform:translateX(100%);transition:transform .4s ease-in-out}.thanks{padding:50px;display:flex;flex-direction:column;align-items:center;background:rgba(0,0,0,.6274509804);backdrop-filter:blur(7px);position:fixed;left:50%;top:50%;transform:translate(-50%,calc(-50% + 20px));visibility:hidden;opacity:0;max-width:450px;width:100%}.thanks{z-index:120;transition:all .22s ease-in-out}.thanks__title{font-size:40px;text-align:center}.thanks__message{margin-top:15px;font-size:16px;text-align:center}.thanks_show{transform:translate(-50%,-50%);visibility:visible;opacity:1}.product-detail{position:relative}.product-detail__dots-left,.product-detail__dots-right{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;height:auto;left:-100px;bottom:0;opacity:.05;width:200px}.product-detail__dots-right{left:auto;right:-50px;bottom:auto;top:0}.product-detail__decor{position:absolute;left:0;top:0;width:100%;height:100%;overflow-x:clip}.product-detail__light,.product-detail__smoke-left,.product-detail__smoke-right{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.product-detail__light{width:130%;left:50%;height:100%;min-height:900px;top:50%;transform:translate(-50%,-50%);z-index:2;min-width:1200px}.product-detail__smoke-left{width:100%;bottom:-100px;height:100%;-o-object-position:left bottom;object-position:left bottom;left:-200px;opacity:.5;min-width:700px}.product-detail__smoke-right{width:100%;height:100%;-o-object-position:right top;object-position:right top;top:-100px;right:-100px;opacity:.3;z-index:1;min-width:900px}.product-detail{padding:40px 0 150px}.product-detail__wrapper{position:relative;z-index:2;display:flex;align-items:flex-start;gap:16px}.product-detail__gallery{position:sticky;top:100px;width:461px;max-width:100%;flex-shrink:0}.product-detail__badge{position:absolute;left:14px;top:18px;z-index:4}.product-detail__info{flex-grow:1;width:100%;padding:50px 32px;background:rgba(0,0,0,.2);box-shadow:0 4px 50px rgba(0,137,187,.1);border-radius:7px;border-radius:var(--border-radius)}.product-detail__title{font-size:36px;line-height:101.02%}.product-detail__meta{margin-top:15px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-detail__sku{opacity:.8}.product-detail__divider{margin:24px 0;height:1px;background:rgba(255,255,255,.1)}.product-detail__buy{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:25px}.product-detail__buy-info{display:flex;align-items:center;gap:32px;flex-wrap:wrap}.product-detail__price-block{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;position:relative}.product-detail__price{font-weight:700;font-size:36px;line-height:44px;white-space:nowrap}.product-detail__price-old{font-size:14px;font-weight:700;-webkit-text-decoration:line-through;text-decoration:line-through;white-space:nowrap;position:absolute;left:0;color:#ff4242;color:var(--red-color);top:-15px}.product-detail__button[disabled]{opacity:.5;cursor:not-allowed;filter:grayscale(1)}.product-detail__button[data-product-added]{background-color:transparent;border:1px solid #0089bb;border:1px solid var(--color-accent)}.product-detail__button[data-product-added]:hover{background-color:#0089bb;background-color:var(--color-accent)}.product-detail__description{margin-top:0;line-height:130%;display:flex;flex-direction:column}.product-detail__description h1,.product-detail__description h2,.product-detail__description h3,.product-detail__description h4,.product-detail__description h5,.product-detail__description h6{margin-bottom:.5em;margin-top:.5em}.product-detail__description p{margin-bottom:1em}.product-detail__description *{line-height:160%}.product-detail__description ol,.product-detail__description ul{margin-top:.5em}.product-detail__description li>ol,.product-detail__description li>ul{margin-top:0}.product-detail__description li,.product-detail__description ul{list-style:disc outside none;list-style:initial;margin-left:10px}.product-detail__description ol li{list-style:decimal;margin-left:15px}.product-detail__description a{color:#0089bb;color:var(--color-accent)}.product-detail__description:last-child{margin-bottom:0}.product-detail .swiper{--swiper-navigation-top-offset:175px}.product-detail .swiper_larger{margin-bottom:-50px}.product-detail .swiper_smaller{margin-bottom:-65px;margin-top:8px}.product-detail .swiper__image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:7px;border-radius:var(--border-radius)}.product-detail .swiper__image_larger{height:340px}.product-detail .swiper__image_smaller{height:64px}.product-detail .swiper-button-next:after,.product-detail .swiper-button-prev:after,.product-detail .swiper-rtl .swiper-button-next:after,.product-detail .swiper-rtl .swiper-button-prev:after{color:#000;color:var(--black-color);opacity:.3;content:"\e902"!important;font-family:PowerService!important;transform:rotate(90deg);display:block}.product-detail .swiper-button-next:after,.product-detail .swiper-rtl .swiper-button-prev:after{transform:rotate(-90deg)}.product-detail .swiper_smaller .swiper-slide{opacity:.5;transition:all .22s ease-in-out;cursor:pointer}.product-detail .swiper_smaller .swiper-slide:hover{opacity:1}.product-detail .swiper_smaller .swiper-slide-thumb-active{opacity:1}.product-detail .swiper-navigation-icon{display:none}.related{position:relative}.related__dots-left{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;height:auto;left:-100px;bottom:0;opacity:.05;width:200px}.related__decor{position:absolute;left:0;top:0;width:100%;height:100%;overflow-x:clip}.related__light,.related__smoke-right{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.related__light{width:130%;left:50%;height:100%;min-height:900px;bottom:0;transform:translate(-50%,25%);z-index:2;min-width:1200px}.related__smoke-right{width:100%;height:100%;-o-object-position:right top;object-position:right top;top:-100px;right:-100px;opacity:.3;z-index:1;min-width:900px}.related__head{margin-top:0;margin-bottom:50px}.related__item{height:auto}.related__pagination .swiper-pagination-bullet{background-color:#0089bb!important;background-color:var(--color-accent)!important;width:10px!important;height:10px!important}.site-wrapper{overflow-x:visible;overflow-x:initial}@media screen and (max-width:1320px){.header__show .menu-list{transform:translateX(0)}.header__toggle{display:flex}.menu-list{position:fixed;left:0;top:0;padding-top:80px;background-color:#0d0f10;background-color:var(--color-background);width:100%;min-height:100vh;transform:translateX(-100%);transition:all .3s ease-in-out}.menu-list__items{flex-direction:column;overflow-y:auto;padding:40px 0}.menu-list__item-link,.menu-list__item-title{padding-left:40%;font-weight:600;font-size:18px}.menu-list__item_dropdown{display:flex;flex-direction:column}.menu-list__item-list-link{opacity:.5;padding-left:calc(40% + 20px);font-size:16px}.menu-list__item-list-link_active{opacity:1}.cart-button{display:flex}}@media screen and (max-width:1150px){.contact-form__wrapper{justify-content:center;align-items:center}.contact-form__info{display:none}main{padding-top:75px}.product-detail__wrapper{flex-direction:column}.product-detail__gallery{width:100%}.product-detail__gallery{position:relative;top:auto}}@media screen and (max-width:1050px){.footer__hours span:nth-child(1){width:110px}}@media screen and (max-width:1040px){.footer__column_service{display:none}}@media screen and (max-width:980px){.contact-form__smoke-right{top:-300px}.product-detail__smoke-right{top:-300px}.related__smoke-right{top:-300px}}@media screen and (max-width:940px){.section-head{margin-top:120px;margin-bottom:70px}h1,h2,h3,h4,h5{font-size:42px}h2{font-size:36px}h3{font-size:24px}h4{font-size:20px}.related__head{margin-top:0;margin-bottom:42px}}@media screen and (max-width:870px){.contact-form__form{padding:25px;width:100%}.contact-form_simple{width:calc(100vw - 80px)}.modal__close{right:-25px}.modal__close span{font-size:12px}}@media screen and (max-width:850px){.preloader__smoke-left{top:0;bottom:auto;width:200%;transform:translate(-40%,-30%)}.preloader__smoke-right{width:200%;transform:translate(20%,30%)}}@media screen and (max-width:810px){.contact-form__form-row{display:flex;flex-direction:column;gap:0;width:100%}.contact-form__form-row .contact-form__form-input:not(:last-child){margin-bottom:25px}.contact-form__form-radio .radio:not(:last-child){margin-right:35px}.contact-form__form-input{width:100%}}@media screen and (max-width:780px){.footer__column_menu{display:none}.contact-form__form-footer{flex-direction:column;justify-content:center}.contact-form__form-footer .checkbox{width:100%;margin-bottom:25px;margin-top:-15px}}@media screen and (max-width:720px){.button{padding:15px 25px}.input input{padding:15px}.input label{left:15px}.textarea textarea{padding:15px}.textarea label{left:15px}.header__container{height:65px}.header__logo img{width:90px}.menu-list{padding-top:65px}.menu-list__item-link,.menu-list__item-title{padding-left:30%}.menu-list__item-list-link{padding-left:calc(30% + 20px)}.section-head{margin-top:100px;margin-bottom:60px}.contact-address__link{font-size:14px}.contact-form__dots-left,.contact-form__dots-right{width:150px}.contact-form__info-value a,.contact-form__info-value span{font-size:14px}.contact-form__info-value span{font-size:14px}.contact-form__form-sub-title{margin-bottom:25px}.product-modal{padding:25px}h1,h2,h3,h4,h5{font-size:36px}h2{font-size:34px}h3{font-size:22px}h4{font-size:18px}.swiper-pagination-bullet{width:8px!important;height:8px!important}.swiper{padding-bottom:20px!important}.contact-button,.instagram-link{right:25px;bottom:25px}.instagram-link{left:25px;right:auto;bottom:25px}.cart-button{right:25px;bottom:85px}.preloader{display:none!important}.thanks{padding:25px}.thanks__title{font-size:32px}.thanks__message{font-size:14px}.product-detail__dots-left,.product-detail__dots-right{width:150px}.product-detail__info{padding:30px 20px}.product-detail .swiper_larger{margin-bottom:-5px}.product-detail .swiper_smaller{margin-bottom:-20px}.related__dots-left{width:150px}.related__head{margin-top:0;margin-bottom:32px}.related__list{padding-bottom:40px!important}}@media screen and (max-width:640px){.footer__column_hours{display:none}}@media screen and (max-width:580px){.container{width:calc(100% - 70px)}}@media screen and (max-width:540px){.menu-list__item-link,.menu-list__item-title{padding-top:10px;padding-bottom:10px}.footer{padding:60px 0}.footer__container{align-items:center;justify-content:center}.footer__column{align-items:center;justify-content:center}}@media screen and (max-width:520px){.language-toggle__item a{padding:10px}}@media screen and (max-width:480px){.button{padding:15px 20px}.container{width:calc(100% - 30px)}.section-head{margin-bottom:40px}.section-head__sub-title{margin-top:10px}.contact-form__form{padding:0;background:0 0}.contact-form__form-radio .radio:not(:last-child){margin-right:25px}h1,h2,h3,h4,h5{font-size:28px}h2{font-size:32px}h3{font-size:18px}h4{font-size:16px}.product-detail{padding:24px 0 75px}.product-detail__title{font-size:28px}.product-detail .swiper{--swiper-navigation-top-offset:135px}.product-detail .swiper__image_larger{height:260px}}@media screen and (max-width:460px){.contact-form_simple .contact-form__form-radio{flex-direction:column}}@media screen and (max-width:430px){.header__phone{font-size:12px;padding:5px}.language-toggle__item a{font-size:12px;padding:7px}}@media screen and (max-width:365px){.contact-form__form-radio .radio:not(:last-child){margin-right:15px}.contact-form__form-radio{flex-direction:column}}@media screen and (max-width:360px){.header__logo img{width:70px}.menu-list__item-link,.menu-list__item-title{padding-left:25%}.menu-list__item-list-link{padding-left:calc(25% + 20px)}}@media screen and (min-width:980px){.menu-list__item-list-link:hover{background-color:rgba(255,255,255,.062745098)}}@media screen and (min-width:981px) and (max-width:1320px){.menu-list__item-link:hover{background-color:rgba(255,255,255,.062745098)}}@media screen and (min-width:1321px){.menu-list__item-link:hover,.menu-list__item-title:hover{opacity:1}.menu-list__item-link,.menu-list__item-title{align-items:center;justify-content:center}.menu-list__item-link:hover::after{width:100%}.menu-list__item-link:hover{box-shadow:0 25px 20px -30px #0089bb;box-shadow:0 25px 20px -30px var(--color-accent)}.menu-list__item-list{overflow:hidden;border-radius:7px;border-radius:var(--border-radius);box-shadow:0 4px 100px -40px rgba(0,137,187,.3);box-shadow:var(--box-shadow);background-color:#0d0f10;background-color:var(--color-background);position:absolute;left:0;max-width:240px;width:-moz-max-content;width:max-content;transform:translate(-20px,100%);visibility:hidden;opacity:0;transition:all .22s ease-in-out;bottom:1px}.menu-list__item-list::before{content:"";width:100%;position:absolute;display:block;top:0;left:0;background-color:#0089bb;background-color:var(--color-accent);height:1px;transition:all .22s ease-in-out}.menu-list__item_dropdown:hover .menu-list__item-list{visibility:visible;opacity:1;transform:translate(0,100%)}}@media screen and (hover:hover){.ps-product-item:hover{transform:translateY(-2px);background-color:#122129}}