@import"https://fonts.googleapis.com/css?family=Titillium+Web:regular,600,700&display=swap";@import"https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic&display=swap";@import"https://fonts.googleapis.com/css?family=Roboto:regular,500,700&display=swap";@import"https://fonts.googleapis.com/css?family=Prosto+One:regular";@import"https://fonts.googleapis.com/css?family=Jura:300,regular,500,600,700";*,*:before,*:after{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}*{margin:0;padding:0;border:none}html,body{width:100%;height:100%;scroll-snap-type:y mandatory}img{width:100%;height:auto;display:block}p,a{font-size:20px}a,input,textarea{font-family:inherit;font-size:inherit;font-style:inherit;border:none;outline:none}h1,h2,h3,h4,h5,h6,p,a{margin:0}a,a:visited,button{cursor:pointer;text-decoration:none}ul,li{list-style-type:none}.locked{overflow:hidden}.container{width:70%;margin:0 auto;padding:0 15px}@media (width <=769px){.container{width:100%;padding:0 10px}}section{padding:110px 0 0}@media (width<=769px){section{padding:60px 0 0}}@media (width<=469px){section{padding:50px 0 0}}.section__title{width:fit-content;font-size:clamp(12px,3vw,32px);margin:2em auto;padding:.5em 2em;text-transform:uppercase;font-family:var(--font-family_5);letter-spacing:.1em;color:var(--white_color);background-color:var(--main-blue_color);border-radius:10px;box-shadow:2px 2px 4px var(--grey_color)}.section-subtitle{display:block;position:relative;margin:3em auto;padding:.5em 1em;width:fit-content;font-family:var(--font-family_3);font-size:clamp(14px,2.5vw,24px);text-wrap:pretty;text-align:center;color:var(--lighter-black_color);border-radius:10px}.section-subtitle:before,.section-subtitle:after{content:"";position:absolute;left:0;width:100%;height:3px;background:linear-gradient(to right,transparent 20%,var(--main-blue_color) 40%,transparent 80%);z-index:1;border-radius:15%}.section-subtitle:before{top:-10%}.section-subtitle:after{bottom:-10%}.call-offer{display:flex;flex-direction:column;align-items:center;max-width:90%;margin:3em auto}.call-offer h4{display:inline-block;text-transform:uppercase;font-size:clamp(16px,3vw,28px);color:#f0b523;margin-bottom:1em}.call-offer a{display:flex;align-items:center;justify-content:center;overflow:hidden;gap:.5em;width:100%;max-width:300px;padding:.5em 1em;font-weight:700;font-size:clamp(22px,6vw,24px);border-radius:20px;background-color:var(--red_color);color:var(--white_color);text-decoration:none;transition:background-color .3s ease,transform .3s ease}.call-offer a svg{width:15px;height:15px;fill:var(--white_color);z-index:1}.call-offer a:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background-color:var(--white_color);transform:translate(-50%,-50%);z-index:0;opacity:0;transition:opacity .3s}.call-offer a:hover{transform:translateY(-2px)}.call-offer a:hover:before{animation:circularColorChange .8s infinite forwards linear}.call-offer a:hover>svg{animation:rotateOscillation .3s infinite alternate ease-in-out}@keyframes rotateOscillation{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}@keyframes circularColorChange{0%{width:0;height:0;opacity:.7}50%{width:150%;height:150%;opacity:.5}to{width:300%;height:300%;opacity:0}}.section-description{display:flex;width:100%;height:min-content;border-radius:10px;overflow:hidden;background-color:var(--white_color)}@media (width<=469px){.section-description{width:100%;flex-direction:column}}.section-description .section-description__img{position:relative;width:80%;height:auto;object-fit:cover;-webkit-mask-image:linear-gradient(to right,#000,transparent);mask-image:linear-gradient(to right,#000,transparent)}@media (width<=469px){.section-description .section-description__img{width:100%;-webkit-mask-image:linear-gradient(#000,transparent);mask-image:linear-gradient(#000,transparent)}}@media (width >=469px){.section-description .section-description__img img{height:100%}}.section-description .section-description__text{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;width:60%;text-align:justify;padding:1em;background:linear-gradient(to right,var(--white_color) 0%,var(--sky-blue_color) 90%)}@media (width<=469px){.section-description .section-description__text{width:100%;background:none}}.section-description .section-description__text p{font-size:clamp(12px,2vw,24px);letter-spacing:.05em;font-family:var(--font-family_1);color:var(--lighter-black_color);margin-bottom:1em;text-wrap:pretty}.section-description .section-description__text p:first-letter{margin-left:2em}.text-underline{font-weight:700;position:relative}.text-underline:after{content:"";position:absolute;bottom:-5%;left:0;width:100%;height:3px;background-color:var(--red_color);z-index:2}.section-summary{width:60%;margin:3em auto}@media (width<=1369px){.section-summary{width:80%}}@media (width<=989px){.section-summary{width:100%}}.section-summary .section-summary__elem{display:flex;align-items:center;gap:1em;margin:.3em auto;padding:1em;border-bottom:1px solid var(--main-blue_color)}.section-summary .section-summary__elem .section-summary__svg{width:30px;height:30px;flex-shrink:0;stroke:#3fd539;stroke-width:10px}.section-summary .section-summary__elem .number{font-size:30px;font-family:var(--font-family_2),sans-serif;font-weight:900;color:#3fd539}.section-summary .section-summary__elem p{font-size:clamp(12px,3vw,24px);font-family:var(--font-family_1),sans-serif;color:var(--basic-black_color);text-wrap:pretty}.section-summary .section-summary__elem p span{border-bottom:2px solid var(--red_color);color:var(--main-black_color);font-weight:800}header{width:100vw;position:relative;top:0;left:0;z-index:20;background:linear-gradient(to bottom,var(--sky-blue_color),var(--white_color))}header .header__inner{display:block;padding:1% 0}@media (width <=769px){header .header__inner{display:block}}@media (width <=481px){header .header__inner{display:flex;padding:0;line-height:.8em}}header .header__inner .header-logo{display:flex;align-items:center;justify-content:flex-start;width:max(350px,30vw);margin-bottom:1%}@media (width <=989px){header .header__inner .header-logo{margin:1% auto;justify-content:center}}@media (width <=769px){header .header__inner .header-logo{display:none}}header .header__inner .header-logo .logo{max-height:clamp(30px,3.8vw,50px);max-width:clamp(30px,3.8vw,50px)}header .header__inner .header-logo .logo__text{font-family:var(--font-family_1);font-size:clamp(25px,2.5vw,48px);font-weight:700;color:var(--basic-black_color);text-wrap:nowrap;margin-left:1%}header .header__inner .header-content{display:grid;grid-template-columns:repeat(4,auto);justify-content:space-evenly}@media (width <=989px){header .header__inner .header-content{grid-template-columns:repeat(2,auto);justify-content:space-evenly}}@media (width <=481px){header .header__inner .header-content{display:flex;flex-direction:column;width:fit-content;margin:0 auto}}header .header__inner .header-content .header__block{display:flex;justify-content:center;align-items:center;width:fit-content}@media (width <=481px){header .header__inner .header-content .header__block{display:flex;justify-content:start;margin:3% 0}}header .header__inner .header-content .header__block .header__icon{width:30px;margin:auto 5px;height:1em;fill:var(--main-blue_color)}header .header__inner .header-content .header__block .mail-png{width:150px}@media (width <=481px){header .header__inner .header-content .header__block .mail-png{width:135px}}header .header__inner .header-content .header__block a,header .header__inner .header-content .header__block p{display:flex;justify-content:center;color:var(--grey_color);font-family:var(--font-family_3);font-size:clamp(12px,.8vw,15px);text-wrap:balance}header nav{width:100vw;background-color:var(--main-blue_color);border-radius:3px;position:relative;z-index:30}@media (width <=769px){header nav{width:100%;display:flex;justify-content:space-between;align-items:center;padding:2% 3%}header nav .nav-container{display:flex;align-items:center}}header nav .nav__logo_fixed{display:none;text-align:center;gap:1em;position:absolute;left:5%;top:50%;transform:translate(-5%,-50%);width:fit-content}header nav .nav__logo_fixed svg{width:clamp(20px,5vw,30px);height:clamp(20px,5vw,30px)}@media (width<=769px){header nav .nav__logo_fixed{width:0;height:0;visibility:hidden;opacity:0}}header nav .nav__logo_fixed h6{color:var(--white_color);font-size:clamp(10px,1.2vw,18px);width:fit-content;height:fit-content}header nav .call-link__fixed{display:block;position:absolute;right:3%;top:50%;transform:translate(-3%,-50%);background-color:var(--red_color);padding:.5em 1em;border-radius:20px}@media (width <=769px){header nav .call-link__fixed{padding:.8em;border-radius:50%}}@media (width <=469px){header nav .call-link__fixed{padding:.5em}}header nav .call-link__fixed svg{display:none;width:15px;height:15px;fill:var(--white_color);z-index:1}@media (width <=769px){header nav .call-link__fixed svg{display:block}}header nav .call-link__fixed p{display:block;font-size:clamp(10px,1vw,20px);font-weight:700;color:var(--sky-blue_color)}@media (width <=769px){header nav .call-link__fixed p{display:none}}header nav .burger__menu{display:none}@media (width <= 769px){header nav .burger__menu{display:block}}header nav .burger__menu .burger__icon{cursor:pointer;width:30px;height:20px;position:relative}header nav .burger__menu .burger__icon .burger__inner{display:block;width:100%;height:3px;background-color:var(--white_color);border-radius:2px;font-size:0;position:relative;top:10px;transition:all .1s linear}header nav .burger__menu .burger__icon .burger__inner:before,header nav .burger__menu .burger__icon .burger__inner:after{content:"";width:100%;height:100%;background-color:var(--white_color);border-radius:2px;position:absolute;left:0;transition:transform .1s linear}header nav .burger__menu .burger__icon .burger__inner:before{top:-8px}header nav .burger__menu .burger__icon .burger__inner:after{bottom:-8px}header nav .burger__menu .burger__nav{display:block;text-align:center;width:100%;position:absolute;top:100%;left:0;padding:20px 0;background-color:var(--main-blue_color);transition:all .3s linear;transform:translate(-200%)}header nav .burger__menu .burger__nav .burger__nav-item{width:max-content;margin:0 auto}header nav .burger__menu .burger__nav .burger__nav-item .burger__sublist{display:none;transition:opacity .3s ease-in-out}header nav .burger__menu .burger__nav .burger__nav-item .burger__sublist_active{display:block}header nav .burger__menu .burger__active .burger__inner{background-color:transparent}header nav .burger__menu .burger__active .burger__inner:before{top:50%;transform:rotate(-45deg)}header nav .burger__menu .burger__active .burger__inner:after{top:50%;transform:rotate(45deg)}header nav .burger__menu .burger__visible{transform:translate(0);transition:all .3s linear}header nav .nav__logo{display:none;align-items:center;justify-content:center;width:max(250px,60vw);max-height:60px}@media (width <=769px){header nav .nav__logo{display:flex;flex:1 1 auto;gap:1em}}@media (width <=469px){header nav .nav__logo{justify-content:start;margin-left:1em}}header nav .nav__logo .logo-white{max-width:25px;max-height:25px}header nav .nav__logo .logo__text-white{color:var(--white_color);font-size:clamp(14px,4vw,56px)}header nav .nav__list{display:flex;justify-content:space-evenly}@media (width <=769px){header nav .nav__list{display:none}}header nav .nav__list .nav__list-item{display:flex;flex-grow:1;align-items:center;text-align:center;position:relative}header nav .nav__link{display:block;margin:auto;cursor:pointer;line-height:3.5em;transition:all .3s linear;font-family:var(--font-family_2);font-size:clamp(14px,1.5vw,24px);font-weight:700;color:var(--white_color)}header nav .nav__link:hover{color:var(--main-black_color)}header nav .nav__link-menu{display:block;margin:auto;cursor:pointer;line-height:3.5em;transition:all .3s linear;font-family:var(--font-family_2);font-size:clamp(14px,1.5vw,24px);font-weight:700;color:var(--white_color);width:fit-content;position:relative;text-align:center}header nav .nav__link-menu:after{content:"";display:block;position:absolute;top:50%;right:-20%;width:.6em;height:.6em;border-right:var(--blue_color) 1px solid;border-left:transparent 1px solid;border-bottom:var(--blue_color) 1px solid;border-top:transparent 1px solid;transform:rotate(45deg) translate(-50%,-50%)}header nav .nav__link-menu:hover+.nav__sublist{opacity:1;visibility:visible;transform:translate(0)}header nav .nav__link-menu:hover:after{border-right:var(--lighter-black_color) 1px solid;border-left:transparent 1px solid;border-bottom:var(--lighter-black_color) 1px solid;border-top:transparent 1px solid;transform:rotate(225deg)}header nav .nav__sublink{display:block;width:100%;transition:background-color .3s linear;margin:15px 0;padding:0 15px;color:var(--white_color);font-family:var(--font-family_1);font-weight:400;font-size:clamp(14px,1.5vw,20px);text-wrap:nowrap;transition:all .3s linear}header nav .nav__sublink:hover{background-color:var(--white_color)}header nav .nav__sublink:hover{color:var(--main-blue_color)}header nav .burger__sublist_active+.link-menu-span:after{border-right:var(--lighter-black_color) 1px solid;border-left:transparent 1px solid;border-bottom:var(--lighter-black_color) 1px solid;border-top:transparent 1px solid;transform:rotate(225deg)}header .nav_fixed{position:fixed;left:0;top:0;z-index:10;opacity:.9}header .nav_fixed .nav__logo_fixed{display:block}.pc .nav__sublist{opacity:0;visibility:hidden;position:absolute;top:80%;left:0;z-index:12;padding-top:20px;background-color:var(--main-blue_color);min-width:100%;width:fit-content;transform:translate(25%,15%);transition:all .2s ease-in-out}.pc .nav__sublist:hover{opacity:1;visibility:visible;transform:translate(0)}.touch .nav__sublist{opacity:0;visibility:hidden;position:absolute;top:80%;left:0;z-index:12;padding-top:20px;background-color:var(--main-blue_color);min-width:100%;width:fit-content;transform:translate(25%,15%);transition:all .2s ease-in-out}.touch .nav__sublist_active{display:block;opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.intro{position:relative;z-index:1;width:100%;background:url(/img/intro-bcg.jpg) 10% no-repeat;background-size:cover;background-color:#d6f5ff;background-color:oklch(95% .05 220)}.intro .intro__inner{position:relative;display:flex;align-self:stretch;flex-direction:column;justify-content:space-evenly;z-index:3;height:100%}.intro .intro__inner .intro-present{margin:3em auto}.intro .intro__inner h2{position:relative;z-index:2;display:block;width:fit-content;margin:0 auto;font-size:clamp(20px,5.5vw,56px);font-weight:700;font-family:var(--font-family_3),sans-serif;color:#f7fcff;color:oklch(99% .02 250);letter-spacing:.1em}.intro .intro__inner h2:after{content:"";position:absolute;top:100%;left:50%;width:70%;height:3px;background-color:var(--red_color);z-index:2;transform:translate(-50%);border-radius:50%}.intro .intro__inner h1{position:relative;z-index:2;display:block;width:fit-content;margin:1em auto;color:#f4f9ff;color:oklch(98% .02 250);font-size:clamp(12px,2.5vw,26px);font-family:var(--font-family_2);letter-spacing:.05em;font-weight:500}.intro .intro__inner .intro-summary{width:47%;margin-left:auto;text-align:start}@media (width <=989px){.intro .intro__inner .intro-summary{width:60%}}@media (width <=769px){.intro .intro__inner .intro-summary{width:fit-content;margin:0 auto}}.intro .intro__inner .intro-summary h3{display:flex;align-items:center;gap:1em;font-size:clamp(16px,1.5vw,24px);font-family:var(--font-family_1);color:var(--sky-blue_color);text-shadow:1px 1px 2px var(--grey_color);margin:.3em auto;text-wrap:pretty}@media (width<=469px){.intro .intro__inner .intro-summary h3{font-size:14px}}.intro .intro__inner .intro-summary h3 .intro-summary__svg{width:30px;height:30px;flex-shrink:0;stroke:#3fd539;stroke-width:10px}@media (width<=989px){.intro .intro__inner .intro-summary h3 .intro-summary__svg{width:20px;height:20px;stroke-width:8px}}.intro:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--basic-black_color);opacity:.4;z-index:2}.repair-brands{width:100%;margin:3em auto}.repair-brands .repair-brands__inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2em}.repair-brands .repair-brands__inner .repair-brands__item{width:20%;min-height:320px;background-color:var(--white_color);border-radius:20px;box-shadow:1px 1px 7px var(--grey_color);padding:1em}@media (width<=989px){.repair-brands .repair-brands__inner .repair-brands__item{width:45%}}@media (width<=469px){.repair-brands .repair-brands__inner .repair-brands__item{width:100%;margin:0 auto}}.repair-brands .repair-brands__inner .repair-brands__item h6{min-height:4em;font-family:var(--font-family_1);font-weight:700;font-size:18px;text-align:center;border-bottom:1px solid oklch(80.27% 0 0);display:flex;align-items:center;justify-content:center}.repair-brands .repair-brands__inner .repair-brands__item .repair-brands__item-content{display:flex;flex-wrap:wrap;gap:7%;align-items:center}.repair-brands .repair-brands__inner .repair-brands__item .repair-brands__item-content img{max-width:90px;width:auto;margin:2em auto}.repair-brands .repair-brands__inner .household-item{width:30%;margin:0 auto}@media (width<=469px){.repair-brands .repair-brands__inner .household-item{width:100%}}.repair-examples{margin:3em auto}.repair-examples p{display:block;font-size:clamp(14px,2.3vw,22px);margin:0 auto;text-align:center;text-wrap:pretty}.repair-examples .swiper{margin:5em auto;height:max-content}.repair-examples .commercial-swiper .commercial-slide{display:flex;height:500px}@media (width<=469px){.repair-examples .commercial-swiper .commercial-slide{flex-direction:column}}.repair-examples .commercial-swiper .commercial-slide__before,.repair-examples .commercial-swiper .commercial-slide__after{position:relative;overflow:hidden;width:50%}@media (width<=469px){.repair-examples .commercial-swiper .commercial-slide__before,.repair-examples .commercial-swiper .commercial-slide__after{width:100%}}.repair-examples .commercial-swiper .commercial-slide__before img,.repair-examples .commercial-swiper .commercial-slide__after img{height:100%;object-fit:cover}.repair-examples .commercial-swiper .commercial-slide__before{border-right:3px solid var(--red_color);border-radius:10px 0 0 10px}@media (width<=469px){.repair-examples .commercial-swiper .commercial-slide__before{border-right:none;border-bottom:2px solid var(--red_color);border-radius:10px 10px 0 0}}.repair-examples .commercial-swiper .commercial-slide__after{border-left:none;border-top:px solid var(--red_color);border-radius:0 10px 10px 0}.repair-examples .commercial-swiper .commercial-slide__before:after,.repair-examples .commercial-swiper .commercial-slide__after:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,var(--white_color) 5%,transparent 50%);z-index:2}.repair-examples .commercial-swiper .slide-subtitle-before,.repair-examples .commercial-swiper .slide-subtitle-after{content:"";position:absolute;top:2%;width:fit-content;height:auto;left:50%;transform:translate(-50%);z-index:3;color:var(--main-blue_color);font-family:var(--font-family_1);font-weight:700;font-size:18px}.services-section-subtitle{display:block;position:relative;padding:110px 0 0;text-transform:uppercase;color:var(--main-black_color);font-family:var(--font-family_1);font-size:clamp(22px,4vw,32px);font-weight:700;letter-spacing:.1em;border-bottom:3px solid var(--main-blue_color)}@media (width<=769px){.services-section-subtitle{padding:60px 0 0}}@media (width<=469px){.services-section-subtitle{padding:50px 0 0}}footer{background-color:var(--main-black_color);padding:2em 0;text-align:center}footer .footer-contacts,footer .footer-licence,footer .copyright{font-size:12px;font-family:var(--font-family_1),sans-serif;color:var(--sky-blue_color);margin:.5em 0}footer .footer-licence{font-size:14px}footer .mail-png{margin:.5em auto;width:150px}:root{--main-blue_color: oklch(48.87% .1501 254.45);--main-black_color: oklch(23.38% .038 249.74);--basic-black_color: oklch(0% 0 0);--white_color: oklch(100% 0 0);--grey_color: oklch(57.61% 0 0);--blue_color: oklch(77.14% .0951 227.36);--lighter-black_color: oklch(36.21% .0066 248.01);--sky-blue_color: oklch(96.56% .0171 248.01);--red_color: oklch(62.8% .25768330773615683 29.2338851923426);--font-family_1: "Lato";--font-family_2: "Roboto";--font-family_3: "Titillium web";--font-family_4: "Prosto one";--font-family_5: "Jura"}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .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)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(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-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-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:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
