/*! 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;text-decoration:underline;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}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-weight:400;font-family:ALSRubl;font-style:normal;src:url(./ALSRubl.woff2) format("woff2"),url(./ALSRubl.woff) format("woff");font-display:swap}@font-face{font-weight:400;font-family:Inter;font-style:normal;src:url(./Inter-Regular.woff2) format("woff2"),url(./Inter-Regular.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-family:Inter;font-style:normal;src:url(./Inter-Bold.woff2) format("woff2"),url(./Inter-Bold.woff) format("woff");font-display:swap}@font-face{font-weight:600;font-family:Montserrat;font-style:normal;src:url(./Montserrat-SemiBold.woff2) format("woff2"),url(./Montserrat-SemiBold.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-family:Montserrat;font-style:normal;src:url(./Montserrat-Bold.woff2) format("woff2"),url(./Montserrat-Bold.woff) format("woff");font-display:swap}:root{--c-text: #2B2A30;--c-brand: #32A1BE;--c-accent: #EF3B3C;--c-white: #fff;--c-bg: #F4F4FA;--c-accent-rgb: 239, 59, 60;--c-white-rgb: 255, 255, 255;--c-text-rgb: 43, 42, 48;--f-base: Inter, sans-serif;--f-title: Montserrat, sans-serif;--line-height: 1.4;--line-height-sm: 1.1;--font-size: 16px;--width-container: 1200px;--padding-container: 15px;--padding-container-fluid: 80px;--margin-section: 180px;--margin: 40px;--gap: 60px;--gap-mini: 10px;--gap-middle: 20px;--margin-block: 30px;--margin-wrapper-inner-left: 60px;--margin-wrapper-inner-right: 50px;--section-offset: 180px;--offset-block-primary: 10px;--margin-text: 40px;--width-aside: 290px;--rect-opaticy: .1;--rect-transform: none}@media screen and (max-width: 1199px){:root{--margin-wrapper-inner-left: 24px;--margin-wrapper-inner-right: 24px;--margin-section: 70px;--section-offset: 70px;--container-margin: 20px;--section-offset: 80px;--gap: 10px;--padding-container: 10px}}@media screen and (max-width: 767px){:root{--margin-wrapper-inner-left: 10px;--margin-wrapper-inner-right: 10px;--margin: 25px;--container-margin: 10px}}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4))}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 27px;--carousel-button-svg-height: 27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, .92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{to{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:#ffffff1a}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px #0003}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, .96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:#ffffff1a;background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,hsla(0deg,0%,0%,0) 0%,hsla(0deg,0%,0%,.006) 8.1%,hsla(0deg,0%,0%,.021) 15.5%,hsla(0deg,0%,0%,.046) 22.5%,hsla(0deg,0%,0%,.077) 29%,hsla(0deg,0%,0%,.114) 35.3%,hsla(0deg,0%,0%,.155) 41.2%,hsla(0deg,0%,0%,.198) 47.1%,hsla(0deg,0%,0%,.242) 52.9%,hsla(0deg,0%,0%,.285) 58.8%,hsla(0deg,0%,0%,.326) 64.7%,hsla(0deg,0%,0%,.363) 71%,hsla(0deg,0%,0%,.394) 77.5%,hsla(0deg,0%,0%,.419) 84.5%,hsla(0deg,0%,0%,.434) 91.9%,hsla(0deg,0%,0%,.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translate(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, .96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:0;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover,.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:rgba(var(--c-text-rgb),.5)}.hamburger-box{width:20px;height:14px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:20px;height:2px;background-color:rgba(var(--c-text-rgb),.5);border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-6px}.hamburger-inner:after{bottom:-6px}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.hamburger{position:relative;top:2px}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity .3s}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column}.swiper-nav{display:flex;align-items:center;justify-content:center;margin-top:40px}@media screen and (max-width: 1199px){.swiper-nav{margin-top:15px}}.swiper--tablet .swiper-nav{display:none}@media screen and (max-width: 1199px){.swiper--tablet .swiper-nav{display:flex}}.swiper-nav--counter{margin-top:50px}@media screen and (max-width: 767px){.swiper-nav--counter{margin-top:25px}}.swiper-nav--banner{justify-content:flex-start;margin-left:179px}@media screen and (max-width: 1199px){.swiper-nav--banner{margin:15px 0 0;justify-content:center}}.swiper-pagination{display:flex;align-items:center}.swiper-paginations{margin:0 20px}.swiper--counter .swiper-paginations{margin:0 50px}@media screen and (max-width: 767px){.swiper--counter .swiper-paginations{margin:0 25px}}.swiper-pagination-bullets{display:flex;gap:15px}.swiper-pagination-bullet{width:7px;height:7px;background-color:rgba(var(--c-text-rgb),.2);border-radius:50%;cursor:pointer;transition:all .3s ease}.swiper-pagination-bullet-active{width:8px;height:8px;background-color:var(--c-brand)}.swiper-button{cursor:pointer;transition:all .3s ease;fill:rgba(var(--c-text),.2);position:relative;z-index:11}.swiper-button:hover{transform:scale(1.15);fill:var(--c-brand)}.swiper-button svg{width:18px;height:34px}.swiper-button-prev svg{transform:rotate(180deg)}.swiper-progressbar{position:relative;width:8.6875vw;height:1px;margin:0 10px;background-color:rgba(var(--c-text),.5)}@media screen and (max-width: 767px){.swiper-progressbar{width:108px}}.swiper-nav--banner .swiper-progressbar{background-color:#ffffff80}.swiper-progressbar__line{position:absolute;top:0;left:0;width:0;height:100%;background:var(--c-brand)}.swiper-counter{min-width:20px;font-weight:600;text-align:center}.swiper-counter--total{opacity:.5}.swiper-slide{height:auto}.swiper-slide .c-product-card-mini{height:100%}.swiper-nav--center .swiper-button{position:absolute;top:50%;transform:translateY(-50%);top:49%;z-index:2}@media screen and (max-width: 1199px){.swiper-nav--center .swiper-button{display:none}}.swiper-nav--center .swiper-button-prev{left:0}.swiper-nav--center .swiper-button-next{right:0}.swiper--padding{margin:-30px -40px;padding:30px 40px}@media screen and (max-width: 1199px){.swiper--padding{margin:0;padding:0}}html{font-size:var(--font-size);font-family:var(--f-base);scroll-behavior:smooth}body{color:var(--c-text);line-height:var(--line-height);-webkit-overflow-scrolling:touch}body.is-active{overflow:hidden}*{letter-spacing:.03em}a{color:inherit;text-decoration:none;cursor:pointer;transition:all .3s ease}a:hover{color:var(--c-brand)}a:hover svg{fill:var(--c-brand)}.a{color:var(--c-brand)}ul,li{margin:0;padding:0;list-style-type:none}p{margin:0}p+p{margin:.85rem 0 0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0;appearance:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}textarea{resize:none}*,*:before,*:after{box-sizing:border-box}::selection{text-shadow:none;background:#b3d4fc}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}input,button,select,textarea{margin:0;padding:0;background:transparent;border:0;border-radius:0;outline:none}button{color:inherit;cursor:pointer;transition:all .3s ease}iframe,img{max-width:100%;max-height:100%;object-fit:cover}svg{max-width:100%;transition:fill .3s linear}svg:only-child{display:block}.hide{display:none}[hidden]{display:none!important}.no-scroll{overflow:hidden;-webkit-overflow-scrolling:touch}.rub{font-family:ALSRubl,sans-serif}.w--auto{width:max-content}.w-100{width:100%}.h-100{height:100%}.d-block{display:block}.hr{border-color:rgba(var(--c-text),.2);border-top:0;margin:0 calc(var(--margin-wrapper-inner-right) * -1) 0 calc(var(--margin-wrapper-inner-left) * -1)}@media screen and (max-width: 1199px){.hr{margin:0}}.text-center{text-align:center}.hover-line:hover{color:inherit}.hover-line:hover span:after{width:100%}.hover-line span{position:relative}.hover-line span:after{position:absolute;top:100%;left:0;width:0;height:2px;background-color:var(--c-brand);transition:all .5s ease-in;content:""}.aria-label{position:relative}.aria-label:after{position:absolute;top:80%;left:10%;z-index:5000;display:none;width:280px;padding:10px;overflow:visible;color:var(--c-text);font-weight:400;font-size:10px;text-decoration:none;text-indent:0;background:#f6f2f3;animation:fadein .3s ease;content:attr(aria-label);pointer-events:none}.aria-label:hover:after,.aria-label:focus:after{display:block}.bg-white{background-color:#fff}.bg-gray{background-color:var(--c-bg)}.pb-0{padding-bottom:0!important}.d-flex{display:flex}.m-0{margin:0!important}.opacity-5{opacity:.5}.pt-30{padding-top:30px}.img{width:100%;height:100%;object-fit:cover}.color-brand{color:var(--c-brand)}.c-col{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gap)}@media screen and (max-width: 1199px){.c-col{grid-template-columns:1fr}}.c-col--4{grid-template-columns:repeat(4,1fr)}@media screen and (max-width: 1199px){.c-col--4{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.c-col--4{grid-template-columns:1fr}}.c-col--3{grid-template-columns:repeat(3,1fr)}@media screen and (max-width: 1199px){.c-col--3{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.c-col--3{grid-template-columns:1fr}}.c-col--aic{align-items:center}.e-title{font-size:64px;line-height:var(--line-height-sm);font-family:var(--f-title);font-weight:700}@media screen and (max-width: 1199px){.e-title{font-size:36px}}.e-title+*{margin-top:70px}@media screen and (max-width: 1199px){.e-title+*{margin-top:40px}}@media screen and (max-width: 1199px){.e-title.text-center{text-align:left}}.e-title--mb{margin-bottom:70px}@media screen and (max-width: 1199px){.e-title--mb{margin-bottom:40px}}.e-title--sm{font-size:42px}@media screen and (max-width: 1199px){.e-title--sm{font-size:24px}}.e-logo i{display:inline-block;width:129px;height:17px}.g-social-list{display:flex;align-items:center;gap:15px}.g-social-list a svg{width:20px;height:20px}.g-social-list svg{width:20px;height:20px}.g-social-list svg:hover{transform:scale(1.2)}.g-header__mobile .g-social-list{justify-content:center}.g-header__mobile .g-social-list li{margin-top:0}.c-contacts__form-title{font-size:20px;font-weight:700}.c-contacts__form-title+*{margin-top:30px}.color-accent{color:var(--c-accent)}.swiper-pagination-lock{display:none}.font-100{font-weight:100}.font-300{font-weight:300}.font-400{font-weight:400}.font-500{font-weight:500}.font-600{font-weight:600}.font-700{font-weight:700}.font-900{font-weight:900}.container{max-width:calc(var(--width-container) + var(--padding-container) * 2);margin:0 auto;padding:0 var(--padding-container)}@media screen and (max-width: 1199px){.container{padding:0 var(--padding-container)}}.container-fluid{width:100%;padding:0 var(--padding-container-fluid)}@media screen and (max-width: 1199px){.container-fluid{padding:0 var(--padding-container)}}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin:0;font-weight:700;font-family:var(--f-title)}h1,.h1{font-size:86px;line-height:var(--line-height-sm)}@media screen and (max-width: 1199px){h1,.h1{font-size:34px}}h2,.h2{font-size:38px;line-height:1;margin-bottom:var(--gap-middle)}@media screen and (max-width: 1199px){h2,.h2{font-size:24px}}h3,.h3{font-size:28px;margin-bottom:var(--margin);line-height:1}@media screen and (max-width: 1199px){h3,.h3{font-size:22px;line-height:1.3}}h4,.h4{font-size:22px;line-height:1.5}@media screen and (max-width: 1199px){h4,.h4{font-size:18px}}@media screen and (max-width: 767px){h4,.h4{font-size:16px}}h6,.h6{font-size:16px;line-height:1.3}.sub-text{font-size:22px;max-width:55%;margin-bottom:70px}@media screen and (max-width: 1199px){.sub-text{max-width:none;margin-bottom:30px;font-size:16px}}@keyframes fadein{0%{opacity:0}to{opacity:1}}.fadein{animation:fadein .5s ease}.ul li+li{margin-top:10px}.ul li{position:relative;padding-left:10px}.ul li:before{position:absolute;top:8px;left:0;width:5px;height:5px;background-color:var(--c-brand);content:"";border-radius:50%}.ul-list-info i{width:60px;height:50px;background-size:contain;background-position:left}.ul-list-info--bg li{padding:30px;background:var(--c-bg)}.ul-list-info__title{font-weight:700;font-size:16px;margin-top:15px}.ul-list-info__descr{margin-top:20px;opacity:.8}.ul-list-info__img{width:100%;height:170px}.ul-list-info__img img{width:100%;height:100%;max-width:100%;max-height:100%}@media screen and (max-width: 1199px){.ul-list-numbers{gap:30px 20px}}@media screen and (max-width: 767px){.ul-list-numbers{gap:30px}}.ul-list-numbers__num{color:var(--c-brand);font-weight:600;font-family:var(--f-title);font-size:64px;line-height:var(--line-height-sm)}@media screen and (max-width: 1199px){.ul-list-numbers__num{font-size:50px}}.ul-list-numbers__descr{margin-top:20px;font-size:16px}.ul-list-numbers__descr b{display:block}@media screen and (max-width: 1199px){.ul-list-numbers__descr{margin-top:10px}}.row{display:flex;flex-wrap:wrap;margin:-15px}@media screen and (max-width: 767px){.row{margin:-10px}}.row__item{width:33.3333333333%;padding:15px}@media screen and (max-width: 1199px){.row__item{width:50%}}@media screen and (max-width: 767px){.row__item{width:100%;padding:10px}}.row-nav{margin-top:30px}.section{margin:var(--section-offset) 0}.section--hero{margin-top:0}.section--ov-hide{overflow:hidden}.section--last{margin-bottom:0}.section--mt-sm{margin-top:60px}.section-inner{padding:var(--section-offset) 0}.section-inner--big{padding:150px 0}@media screen and (max-width: 1199px){.section-inner--big{padding:var(--section-offset) 0}}.section-inner--base{padding:100px 0}@media screen and (max-width: 1199px){.section-inner--base{padding:var(--section-offset) 0}}.section--mini{margin:var(--margin-section) 0}.section--mini-offset{padding:var(--margin-section) 0}.section-bg{padding:1px}.section-inner--mini-gray{position:relative}.section-inner--mini-gray:before{position:absolute;content:"";left:0;width:33vw;height:100%;background-color:var(--c-bg);top:50px}@media screen and (max-width: 1199px){.section-inner--mini-gray:before{content:none}}.section-inner--mini-gray>*{position:relative}.section-inner--subscribe{position:relative}.section-inner--subscribe:before{position:absolute;content:"";background-image:url(/src/static/img/svg-img/bg_subscribe.svg);background-repeat:no-repeat;background-position:right;background-size:contain;right:3.75vw;bottom:0;height:495px;width:100%}@media screen and (max-width: 1199px){.section-inner--subscribe:before{content:none}}svg{transition:all .3s ease}.svg-sprite-icon-tg{width:30px;height:30px;fill:var(--c-brand)}.e-btn{display:inline-block;min-width:140px;color:#fff;font-weight:700;font-size:16px;white-space:nowrap;text-align:center;border-radius:3px;background-color:var(--c-accent);transition:color .5s ease-in-out,background-color .3s ease-in-out,transform .3s ease-in-out;padding:15px 25px;max-width:max-content;border:2px solid var(--c-accent)}.e-btn:hover{color:var(--c-accent);background-color:transparent}.e-btn:active{transform:scale(.9)}svg{max-width:100%;max-height:100%}.e-icon{display:inline-block;vertical-align:middle}.e-icon-primary{fill:var(--color-primary)}.e-icon-pin{background-image:url(./pin2.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:20px;height:20px}.e-icon-lenta{background-image:url(./lenta.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-detskimir{background-image:url(./detskimir.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-ozon{background-image:url(./ozon.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-sportmaster{background-image:url(./sportmaster.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-svetofor{background-image:url(./svetofor.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-votonia{background-image:url(./votonia.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-logo{background-image:url(./logo.svg);background-repeat:no-repeat;background-position:center;background-size:contain;vertical-align:initial}.e-icon-logo-footer{background-image:url(./logo-footer.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-diamond{background-image:url(./diamond.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-sklad{background-image:url(./sklad.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-sklad2{background-image:url(./sklad2.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-pins{background-image:url(./pins.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-darts{background-image:url(./darts.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-box{background-image:url(./box.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-box2{background-image:url(./box2.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-levels{background-image:url(./levels.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-check-list{background-image:url(./check-list.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-delivery{background-image:url(./delivery.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-tools{background-image:url(./tools.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-check-man{background-image:url(./check-man.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-clock{background-image:url(./clock.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-reward{background-image:url(./reward.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-hands-box{background-image:url(./hands-box.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-icon-pencil-ruler{background-image:url(./pencil-ruler.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.e-logo{width:129px;height:17px}.e-logo i{height:100%;width:100%}.e-logo-footer{width:151px;height:116px}.e-logo-footer i{height:100%;width:100%}.e-label{display:inline-block;border:1px solid var(--color);color:var(--color);border-radius:3px;font-size:12px;line-height:1;font-weight:600;padding:3px 10px 2px;text-align:center;max-width:max-content}.e-label--full{background-color:var(--color);color:#fff}.e-label--red,.e-label--sale{--color: var(--color-red)}.e-label--new{--color: var(--color-primary)}.g-footer__wrap{background-color:var(--c-text);color:var(--c-white)}.g-footer__inner{padding:80px 0 30px}@media screen and (max-width: 1199px){.g-footer__inner{padding:50px 0 30px}}.g-footer__info{margin-top:65px;padding-top:50px;border-top:1px solid rgba(var(--c-white-rgb),.15)}@media screen and (max-width: 1199px){.g-footer__info{margin-top:50px}}.g-footer__line{display:flex;align-items:center;justify-content:space-between;gap:min(80px,4vw)}@media screen and (max-width: 1199px){.g-footer__line{display:grid;grid-template-columns:1fr;gap:50px}}.g-footer__company-info{font-weight:700;display:flex;justify-content:space-between;gap:max(40px,2vw)}@media screen and (max-width: 1199px){.g-footer__company-info{gap:20px 40px;flex-wrap:wrap;justify-content:start}}.g-footer__company-info-item{text-align:right;flex-shrink:0}@media screen and (max-width: 1199px){.g-footer__company-info-item{text-align:left}}.g-footer__company-info-item a{display:flex;align-items:center;gap:5px;white-space:nowrap;text-align:left}.g-footer__company-info-item svg{width:18px;height:18px;flex-shrink:0;fill:var(--c-white)}.g-footer__company-info-item--address{flex-shrink:1}.g-footer__logo{flex-shrink:0}.g-footer__nav{margin-top:40px;color:rgba(var(--c-white-rgb),.9)}.g-footer__copy{margin-top:40px;color:rgba(var(--c-white-rgb),.5);display:flex;gap:var(--gap-middle);font-size:12px;flex-wrap:wrap}@media screen and (max-width: 1199px){.g-footer__form{gap:30px}}.g-footer__descr{margin-top:20px}.g-footer__title{font-size:42px}@media screen and (max-width: 767px){.g-footer__title{font-size:28px}}.g-footer__company-info-item-title{text-align:left;margin-bottom:3px}.g-footer__company-info-item--phones li+li{margin-top:20px}@media screen and (max-width: 1199px){.g-footer__company-info-item--phones li+li{margin:0}}@media screen and (max-width: 1199px){.g-footer__company-info-item--phones ul{gap:20px 40px;display:flex;flex-wrap:wrap}}@media screen and (max-width: 767px){.g-footer__company-info-item--phones ul{display:grid}}.g-top{position:absolute;top:30px;left:0;width:100%;z-index:1}@media screen and (max-width: 1199px){.g-top{top:10px}}.g-top--static,.g-header--static{position:static}.g-header__inner{display:flex;align-items:center;justify-content:space-between;background-color:var(--c-white);border-radius:3px;padding:20px 40px}@media screen and (max-width: 1199px){.g-header__inner{padding:15px}}.g-header--static .g-header__inner{background-color:var(--c-bg);margin-top:30px}.g-header__mobile{position:fixed;top:0;left:0;z-index:11;display:none;width:100%;height:100%;color:var(--c-text);background-color:var(--c-bg)}.g-header__mobile.is-active{display:block}.g-header__hamburger{display:none}@media screen and (max-width: 1199px){.g-header__hamburger{display:block}}.g-header__mobile-contacts{font-size:14px}.g-header__mobile-contacts li+li{margin-top:20px}.g-header__mobile-contacts a{display:flex;align-items:center;justify-content:center;width:100%;gap:5px}.g-header__mobile-contacts svg{width:18px;height:18px;fill:var(--c-brand)}@media screen and (max-width: 1199px){.g-header__contacts{display:none}}.g-header__contacts-box{display:flex;justify-content:end;align-items:center;gap:15px}.g-header__contacts-box+.g-header__contacts-box{margin-top:5px}.g-header__contacts-phone{font-size:16px;font-weight:700}.g-header__callback{font-size:14px;font-weight:700;color:var(--c-brand)}.g-header__callback:hover{filter:brightness(.9)}.g-header__mobile-contacts .g-header__callback{display:block;padding:0 20px;margin:0 auto}.g-map{position:relative;height:400px}@media screen and (max-width: 767px){.g-map{height:300px}}.g-map:after{position:absolute;top:0;left:0;width:100%;height:100%;content:""}.g-map.is-active:after{content:none}.g-map [class*=ymaps-2][class*=-ground-pane]{filter:grayscale(100%);filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale")}.g-header__contacts-box{display:flex;flex-direction:column;gap:16px}.g-header__contacts-holder{display:flex;gap:16px}.g-header__contacts-email,.g-header__contacts-phone{display:flex;flex-direction:row}.g-header__contacts-email .g-header-contacts__item-link,.g-header__contacts-phone .g-header-contacts__item-link{display:flex;gap:10px;align-items:center;font-weight:700}.g-header__contacts-email .g-header-contacts__item-link .svg-sprite-icon,.g-header__contacts-phone .g-header-contacts__item-link .svg-sprite-icon{width:18px;height:18px;fill:var(--c-brand)}.g-header__contacts-feedback{display:flex;align-items:flex-end;width:100%;flex-direction:column}.g-menu__list{display:flex;gap:40px;align-items:center;font-size:14px}.g-footer__nav .g-menu__list{justify-content:end}@media screen and (max-width: 1199px){.g-footer__nav .g-menu__list{justify-content:start;gap:20px}}@media screen and (max-width: 767px){.g-footer__nav .g-menu__list{flex-direction:column;text-align:left;align-items:start}}.g-header .g-menu__list{color:rgba(var(--c-text-rgb),.8)}.g-header .g-menu__list *{letter-spacing:.05em}@media screen and (max-width: 1199px){.g-header .g-menu__list{display:none}}@media screen and (max-width: 1199px){.g-header__mobile-menu .g-menu__list{display:flex;flex-direction:column;font-weight:700;letter-spacing:.05em;font-size:16px;opacity:1}}.g-menu-submenu{display:none}.g-menu-mobile{position:fixed;top:0;left:0;z-index:11;display:none;width:100%;height:100%;color:#fff;background-color:rgba(var(--c-text),.9);--color: var(--color-white-rgb)}.g-menu-mobile.is-active{display:block}.g-header__mobile-inner{padding:10px 10px 30px;display:flex;flex-direction:column;justify-content:space-between;height:100vh;gap:10px}.g-header__mobile-top{padding:15px;display:flex;align-items:center;justify-content:space-between}.modal .carousel__button{top:0!important;color:var(--c-text)!important;box-shadow:none;opacity:.3;filter:none;stroke-width:1}.modal .carousel__button:hover{opacity:1}.modal .carousel__button svg{stroke-width:1px}.modal .fancybox__content{justify-content:center;min-height:300px}.modal .svg-sprite-icon-check{margin-bottom:20px}.g-modal{position:relative;width:100%;padding:60px;overflow:visible}@media screen and (max-width: 767px){.g-modal{padding:30px 20px}}@media screen and (max-width: 1199px){.g-modal{overflow:auto;display:block}}.g-modal__close{position:absolute;top:6px;right:6px;cursor:pointer;opacity:.7;transition:all .3s ease}.g-modal__close:hover{opacity:1}.g-modal--base{max-width:700px;text-align:left}.g-modal__title{font-weight:700;font-size:42px;line-height:1.1;text-align:left;margin-bottom:30px;font-family:var(--f-title)}.g-modal__text{font-size:1vw;line-height:1.3;opacity:.5}.g-scroll{overflow:auto;overflow-x:hidden;--color: var(--color-black-rgb);padding-bottom:20px}.g-scroll::-webkit-scrollbar-track{background-color:rgba(var(--color),.1);border-radius:0}.g-scroll::-webkit-scrollbar{width:1px;height:1px;background-color:rgba(var(--color),.1);border-radius:0}.g-scroll::-webkit-scrollbar-thumb{background-color:rgba(var(--color),.5);border-radius:0}.g-wrapper{display:grid;grid-template-columns:var(--width-aside) minmax(0,1fr)}@media screen and (max-width: 1199px){.g-wrapper{display:block}}.g-wrapper__inner{position:relative;margin:0 var(--margin-wrapper-inner-right) 0 var(--margin-wrapper-inner-left)}@media screen and (max-width: 1199px){.g-wrapper__inner{margin:0}}.g-wrapper__inner .c-contacts{margin:0 calc(var(--margin) * -1)}.g-wrapper__inner.margin-right-0 .c-contacts{margin:0 0 0 calc(var(--margin) * -1)}.g-dropdown{position:relative}.g-dropdown.is-active .g-dropdown-list{display:block}.g-dropdown.is-active .svg-sprite-icon-arrow-b{transform:rotate(180deg)}.g-dropdown-icon{display:none;position:absolute;top:50%;transform:translateY(-50%);right:20px;width:10px;height:5px}@media screen and (max-width: 767px){.g-dropdown-icon{display:block}}@media screen and (max-width: 1365px){.section.section-animation{overflow:hidden}}@media screen and (max-width: 1199px){.section.section-animation{overflow:initial}}.section-animation .e-title{opacity:0;transition:all 1s ease-in-out}.section-animation.is-animating .e-title{opacity:1}.e-img-anim.section-animation{overflow:hidden}.e-img-anim.section-animation img{transform:scale(1.2);opacity:0;transition:transform 3s ease .7s,opacity .5s ease-in-out}.e-img-anim.section-animation.is-animating img{transform:scale(1);opacity:1}.section-animation .e-img-anim--custom{overflow:hidden}.section-animation .c-about-num__img.e-img-anim img{transform:scale(1.2);opacity:0;transition:transform 3s ease .9s,opacity .5s ease}.section-animation.is-animating .c-about-num__img.e-img-anim img{transform:scale(1);opacity:1}.section-animation .c-hero-section__bg{opacity:0;transition:all .3s ease-in-out .1s}.section-animation.is-animating .c-hero-section__bg{opacity:1}.section-animation .c-hero-section__list li{transition:transform 2s ease,opacity 2s ease}.section-animation .c-hero-section__list li:nth-child(1),.section-animation .c-hero-section__list li:nth-child(2){transform:translate(-100px);opacity:0}.section-animation.is-animating .c-hero-section__list li:nth-child(1),.section-animation.is-animating .c-hero-section__list li:nth-child(2){transform:translate(0);opacity:1}.section-animation .c-hero-section__list li:nth-child(3),.section-animation .c-hero-section__list li:nth-child(4){transform:translate(100px);opacity:0}.section-animation.is-animating .c-hero-section__list li:nth-child(3),.section-animation.is-animating .c-hero-section__list li:nth-child(4){transform:translate(0);opacity:1}.c-hero-section__list li:nth-child(1),.c-hero-section__list li:nth-child(3){transition:transform 2.2s ease,opacity 2.2s ease}.section-animation .c-hero-section__info{opacity:0;transition:all 1s ease-in-out .5s;transform:translateY(30px)}.section-animation.is-animating .c-hero-section__info{opacity:1;transform:translateY(0)}.section-animation .c-about-num__list li{transition:transform 2s ease,opacity 2s ease}.section-animation .c-about-num__list li:nth-child(1){opacity:0;transform:translate(-100px)}.section-animation .c-about-num__list li:nth-child(2){opacity:0;transform:translate(-70px)}.section-animation .c-about-num__list li:nth-child(3){opacity:0;transform:translate(70px)}.section-animation .c-about-num__list li:nth-child(4){opacity:0;transform:translate(100px)}.section-animation.is-animating .c-about-num__list li{transform:translate(0);opacity:1}.c-types__item.section-animation{transition:transform 2s ease,opacity 2s ease}.c-types__item:nth-child(1).section-animation,.c-types__item:nth-child(2).section-animation{transform:translate(-100px);opacity:0}.section-animation.is-animating .c-types__item:nth-child(1),.section-animation.is-animating .c-types__item:nth-child(2){opacity:1;transform:translate(0)}.c-types__item:nth-child(3).section-animation,.c-types__item:nth-child(4).section-animation{transform:translate(100px);opacity:0}.c-types__item:nth-child(3).section-animation.is-animating,.c-types__item:nth-child(4).section-animation.is-animating{opacity:1;transform:translate(0)}.c-types__item:nth-child(1),.c-types__item:nth-child(3){transition:transform 2s ease,opacity 2s ease}.c-types__item:nth-child(4n+5).section-animation,.c-types__item:nth-child(4n+6).section-animation{transition:transform 2s ease,opacity 2s ease;transform:translate(-100px) translateY(40px);opacity:0}.c-types__item:nth-child(4n+5).section-animation.is-animating,.c-types__item:nth-child(4n+6).section-animation.is-animating{transform:translate(0);opacity:1}.c-types__item:nth-child(4n+7).section-animation,.c-types__item:nth-child(4n+8).section-animation{transition:transform 2s ease,opacity 2s ease;transform:translate(100px) translateY(40px);opacity:0}.c-types__item:nth-child(4n+7).section-animation.is-animating,.c-types__item:nth-child(4n+8).section-animation.is-animating{transform:translate(0);opacity:1}.section-animation .c-about__title-wrap{opacity:0;transition:all .5s ease-in-out}.section-animation.is-animating .c-about__title-wrap{opacity:1}.c-about__box.section-animation .c-about__box-descr,.c-about__box.section-animation .c-about__box-title{opacity:0;transition:all .8s ease-in-out .5s;transform:translateY(30px)}.c-about__box.section-animation.is-animating .c-about__box-descr,.c-about__box.section-animation.is-animating .c-about__box-title{opacity:1;transform:translateY(0)}.section-animation .c-manufacture__list{opacity:0;transition:all .8s ease-in-out 1.3s;transform:translateY(30px);z-index:-1}.section-animation.is-animating .c-manufacture__list{opacity:1;transform:translateY(0)}.section-animation .c-manufacture__title-sm{opacity:0;transition:all .8s ease-in-out 1.3s;transform:translateY(30px)}.section-animation.is-animating .c-manufacture__title-sm{opacity:1;transform:translateY(0)}.section-animation .c-manufacture__subtitle{opacity:0;transition:all 1s ease-in-out}.section-animation.is-animating .c-manufacture__subtitle{opacity:1}.section-animation .c-tabs__nav{opacity:0;transition:all .5s ease-in-out}.section-animation.is-animating .c-tabs__nav{opacity:1}.section-animation .c-tabs__body-item:nth-child(1),.section-animation .c-tabs__body-item:nth-child(2){transform:translate(-100px);opacity:0;transition:transform 1s ease-in-out .5s,opacity 1s ease}.section-animation.is-animating .c-tabs__body-item:nth-child(1),.section-animation.is-animating .c-tabs__body-item:nth-child(2){transform:translate(0);opacity:1}.section-animation .c-tabs__body-item:nth-child(3),.section-animation .c-tabs__body-item:nth-child(4){transform:translate(100px);opacity:0;transition:transform 1s ease-in-out .5s,opacity 1s ease}.section-animation.is-animating .c-tabs__body-item:nth-child(3),.section-animation.is-animating .c-tabs__body-item:nth-child(4){transform:translate(0);opacity:1}.section-animation .c-tabs__body-item:nth-child(1),.section-animation .c-tabs__body-item:nth-child(4){transition:all 1s ease-in-out .7s}.section-animation .c-partners__list li{transition:transform 2s ease,opacity 2s ease}.section-animation .c-partners__list li:nth-child(3n+1){transform:translate(-100px);opacity:0}.section-animation.is-animating .c-partners__list li:nth-child(3n+1){transform:translate(0);opacity:1}.section-animation .c-partners__list li:nth-child(3n+2){opacity:0}.section-animation.is-animating .c-partners__list li:nth-child(3n+2){opacity:1}.section-animation .c-partners__list li:nth-child(3n+3){transform:translate(100px);opacity:0}.section-animation.is-animating .c-partners__list li:nth-child(3n+3){transform:translate(0);opacity:1}.section-animation .g-footer__form-text{opacity:0;transition:all 1.5s ease .3s;transform:translate(-100px)}.section-animation.is-animating .g-footer__form-text{opacity:1;transform:translate(0)}.section-animation .g-footer__form .f-form{opacity:0;transition:all 1.5s ease .3s;transform:translate(100px)}.section-animation.is-animating .g-footer__form .f-form{opacity:1;transform:translate(0)}.section-animation .g-footer__info{opacity:0;transition:all 1.5s ease .3s}.section-animation.is-animating .g-footer__info{opacity:1}.section-animation .g-header__inner{opacity:0;transition:all 1s ease .3s}.section-animation.is-animating .g-header__inner{opacity:1}.g-star-rating{padding:20px;width:max-content;background-color:var(--c-accent);display:flex;align-items:center;gap:20px}@media screen and (max-width: 1199px){.g-star-rating{padding:10px}}.c-manufacture__img-wrap .g-star-rating{position:absolute;bottom:50px;left:-30px}@media screen and (max-width: 1199px){.c-manufacture__img-wrap .g-star-rating{left:0;bottom:30px}}@media screen and (max-width: 767px){.c-manufacture__img-wrap .g-star-rating{bottom:-10px}}.g-star-rating__list{display:flex;align-items:center;gap:10px}@media screen and (max-width: 1199px){.g-star-rating__list{gap:5px}}.g-star-rating__item{position:relative}.g-star-rating__item svg{width:26px;height:25px}@media screen and (max-width: 1199px){.g-star-rating__item svg{width:20px;height:20px}}.g-star-rating__svg-empty{position:absolute;left:0}.g-star-rating__svg-empty+svg{clip-path:inset(0 40% 0 0)}.g-star-rating__descr{display:flex;align-items:center;gap:5px;color:var(--c-white);font-weight:700}@media screen and (max-width: 1199px){.g-star-rating__descr{font-size:14px}}.g-breadcrumbs{margin-top:20px}.g-breadcrumbs__list{display:flex;align-items:center}@media screen and (max-width: 767px){.g-breadcrumbs__list{padding-bottom:10px;overflow:scroll}}.g-breadcrumbs__list-item{color:rgba(var(--c-text-rgb),.5);font-size:.75vw}@media screen and (max-width: 1199px){.g-breadcrumbs__list-item{font-size:12px}}.g-breadcrumbs__list-item:last-child{color:var(--c-text-rgb)}.g-breadcrumbs__list-item span{white-space:nowrap;color:rgba(var(--c-text-rgb),.3)}.g-breadcrumbs__list-item a{white-space:nowrap}.g-breadcrumbs__list-item+.g-breadcrumbs__list-item{position:relative;margin-left:10px;padding-left:12px}.g-breadcrumbs__list-item+.g-breadcrumbs__list-item:before{position:absolute;top:50%;left:0;transform:translateY(-50%);color:rgba(var(--c-text-rgb),.5);content:"/"}.c-hero-section__box{padding-top:200px;position:relative;min-height:100vh}@media screen and (max-width: 1199px){.c-hero-section__box{padding-top:140px;padding-bottom:140px;min-height:auto}}@media screen and (max-width: 767px){.c-hero-section__box{padding-top:90px;padding-bottom:190px}}.c-hero-section--center .c-hero-section__box{display:flex;align-items:center;padding-bottom:200px}@media screen and (max-width: 1199px){.c-hero-section--center .c-hero-section__box{padding-top:140px;padding-bottom:140px;min-height:auto}}@media screen and (max-width: 767px){.c-hero-section--center .c-hero-section__box{padding-top:130px;padding-bottom:190px}}.c-hero-section__wrap{position:relative;height:max-content;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 1199px){.c-hero-section__wrap{min-height:auto}}.c-hero-section__bg{position:absolute;top:0;left:0;height:100%;width:100%;z-index:-1}@media screen and (max-width: 767px){.c-hero-section__bg:before{content:"";top:0;left:0;right:0;width:100%;height:46%;position:absolute;background:linear-gradient(180deg,rgba(241,238,244,0) 31.6%,#f1eef4 47.27%);transform:rotate(180deg);z-index:1}}.c-hero-section__bg img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.c-hero-section__bg-img{height:100%;width:100%;position:relative}@media screen and (max-width: 767px){.c-hero-section__bg-img{height:100%}}.c-hero-section__bg-img:before{content:"";position:absolute;height:100%;width:100%;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,0) 77.14%,#ffffff 100%)}.c-hero-section__list{margin-top:auto}.c-hero-section__list li{padding:30px;background-color:var(--c-bg)}.c-hero-section__info{margin:auto 0;max-width:55%}@media screen and (max-width: 767px){.c-hero-section__info{max-width:100%}}.c-hero-section__descr{margin-top:36px;max-width:50%;opacity:.8}@media screen and (max-width: 1199px){.c-hero-section__descr{margin-top:20px;max-width:100%}}.c-hero-section__descr p+p{margin-top:10px}.c-bnr__img{height:37.5vw;width:100%;margin-top:70px}@media screen and (max-width: 1199px){.c-bnr__img{margin-top:50px;height:40vw}}.c-bnr__img img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.c-types__list{gap:15px var(--gap-middle)}@media screen and (max-width: 1199px){.c-types__list{gap:20px}}.c-types__list.swiper-wrapper{gap:0}.c-types__item-inner{padding:20px 15px 0;position:relative;display:block;height:100%;display:flex;flex-direction:column;justify-content:space-between}.c-types__item-inner:before{content:"";position:absolute;top:0;left:0;width:100%;height:50%;background-color:var(--c-bg);z-index:-1;transition:all .5s ease-in-out}.c-types__item-inner:hover{color:initial}.c-types__item-inner:hover:before{background-color:transparent}.c-types__item-title{font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:10px;margin:auto 0}.c-types__item-title svg{width:20px;height:12px;flex-shrink:0;transition:all .5s ease-in-out}.c-types__item-inner:hover .c-types__item-title svg{fill:initial}.c-types__item-img{transition:all .5s ease-in-out;margin:20px -15px 0;padding:0 15px;width:255px;width:calc(100% + 30px);height:255px;overflow:hidden}@media screen and (max-width: 1199px){.c-types__item-img{height:max(270px,45vw)}}@media screen and (max-width: 767px){.c-types__item-img{height:max(270px,70vw)}}.c-types__item-img img{transition:all .5s ease-in-out;width:100%;height:100%;max-width:100%;max-height:100%}.c-types__item-inner:hover .c-types__item-img img{transform:scale(1.1)}.c-about__title{padding:50px 0;color:var(--c-white);text-transform:uppercase;font-size:42px;position:relative}@media screen and (max-width: 1199px){.c-about__title{padding:20px 0;font-size:28px}}@media screen and (max-width: 767px){.c-about__title{font-size:26px}}.c-about__title:before{content:"";position:absolute;width:20px;height:20px;bottom:-9px;left:50%;background-color:var(--c-text);transform:translate(-50%) rotate(45deg);border-radius:3px;z-index:1}.c-about__title-wrap{background-color:var(--c-text)}.c-about__inner{margin-top:30px}@media screen and (max-width: 1199px){.c-about__inner{margin-top:0}}.c-about__box{position:relative}@media screen and (max-width: 1199px){.c-about__box{grid-template-columns:1fr}}.c-about__box+.c-about__box{margin-top:60px}@media screen and (max-width: 1199px){.c-about__box+.c-about__box{margin-top:50px}}.c-about__box:nth-child(2){padding-bottom:80px}@media screen and (max-width: 1199px){.c-about__box:nth-child(2){padding:50px 0;gap:50px}}.c-about__box:nth-child(2):before{content:"";position:absolute;left:calc((100vw - var(--width-container)) / 2 * -1);top:-20px;height:calc(100% + 20px);width:calc((100vw - var(--width-container)) / 2 + var(--width-container) + 50px);background-color:var(--c-bg);z-index:-1}@media screen and (max-width: 1199px){.c-about__box:nth-child(2):before{width:100vw;left:calc(var(--padding-container) * -1);height:100%;top:0}}.c-about__box:nth-child(2) .c-about__box-img{margin-bottom:0;margin-top:-60px}@media screen and (max-width: 1199px){.c-about__box:nth-child(2) .c-about__box-img{margin:0;width:100%;height:max(374px,45vw)}}@media screen and (max-width: 767px){.c-about__box:nth-child(2) .c-about__box-img{height:max(300px,70vw)}}@media screen and (max-width: 1199px){.c-about__box:nth-child(2) .c-about__box-text{order:-1;margin-top:0}}.c-about__box:first-child .c-about__box-img{margin-right:calc((100vw - var(--width-container)) / 2 * -1);max-height:max-content;height:485px}@media screen and (max-width: 1199px){.c-about__box:first-child .c-about__box-img{order:-1;margin:0 calc(var(--padding-container) * -1);width:100vw;height:max(404px,50vw)}}@media screen and (max-width: 767px){.c-about__box:first-child .c-about__box-img{height:max(320px,75vw)}}.c-about__box-img{margin-bottom:-60px;height:max-content}.c-about__box-img img{width:100%;height:100%;max-width:100%;max-height:100%}.c-about__box-text{margin-top:50px}@media screen and (max-width: 1199px){.c-about__box-text{margin-top:30px}}.c-about__box-title-logo{margin-top:15px;width:350px;height:46px}@media screen and (max-width: 1199px){.c-about__box-title-logo{width:202px;height:27px;margin-top:5px}}.c-about__box-descr--mt{margin-top:40px}.c-about__box-descr b{font-size:20px}.c-partners__list{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;gap:70px var(--gap)}@media screen and (max-width: 1199px){.c-partners__list{gap:20px 10px}}@media screen and (max-width: 767px){.c-partners__list{grid-template-columns:repeat(2,1fr)}}.c-partners__list li{display:flex;align-items:center;justify-content:center}.c-partners__inner{padding:0 50px;margin:0 -50px;position:relative}@media screen and (max-width: 1365px){.c-partners__inner{margin:0;padding:0}}.icon-partners{width:360px;height:100px;background-size:auto}@media screen and (max-width: 1199px){.icon-partners{width:200px;height:55px;background-size:contain}}@media screen and (max-width: 767px){.icon-partners{width:145px;height:40px}}.c-manufacture__subtitle{margin-top:30px}.c-manufacture__subtitle p{opacity:.8}.c-manufacture__subtitle b+p{margin-top:20px}.c-manufacture__subtitle b{font-size:20px}.c-manufacture__subtitle b+ul{margin-top:20px}.c-manufacture__inner--gal .c-manufacture__subtitle{padding-bottom:100px}.c-manufacture__inner{position:relative}.c-manufacture__box--bg{padding:80px 0;position:relative}.c-manufacture__box--bg:before{content:"";position:absolute;top:-80px;right:-50px;width:calc(100% + 50px + (100vw - var(--width-container)) / 2 - var(--scrollbar-width) / 2);height:calc(100% + 80px);bottom:0;background-color:var(--c-bg);z-index:-1}@media screen and (max-width: 1365px){.c-manufacture__box--bg:before{width:100vw;right:auto;left:calc((100vw - var(--width-container)) / 2 * -1)}}@media screen and (max-width: 1199px){.c-manufacture__box--bg:before{left:calc(var(--padding-container) * -1);height:calc(100% + 40px);top:-40px}}.c-manufacture__inner--reverse .c-manufacture__box--bg:before{top:-180px;height:calc(100% + 180px)}@media screen and (max-width: 1199px){.c-manufacture__inner--reverse .c-manufacture__box--bg:before{top:-80px;height:calc(100% + 80px)}}.c-manufacture__box+.c-manufacture__box--bg:before{right:auto;left:-50px}@media screen and (max-width: 1199px){.c-manufacture__box+.c-manufacture__box--bg:before{left:calc(var(--padding-container) * -1)}}.c-manufacture__box--bg.c-manufacture__box--mt-minus:before{top:auto;bottom:0;height:calc(100% - 30px)}@media screen and (max-width: 1199px){.c-manufacture__box--bg.c-manufacture__box--mt-minus:before{height:100%}}.c-manufacture__box--bg.c-manufacture__box--mt-minus .c-manufacture__cnt{margin-top:100px}@media screen and (max-width: 1199px){.c-manufacture__box--bg.c-manufacture__box--mt-minus .c-manufacture__cnt{margin-top:0}}.c-manufacture__box--bg+.c-manufacture__list{padding-top:0}.c-manufacture__list{padding:80px 0;position:relative}@media screen and (max-width: 1199px){.c-manufacture__list{padding:70px 0;gap:40px}}.c-manufacture__list:before{content:"";position:absolute;top:-80px;left:-50px;width:calc(100% + 50px + (100vw - var(--width-container)) / 2 - var(--scrollbar-width) / 2);height:calc(100% + 80px);bottom:0;background-color:var(--c-bg);z-index:-1}@media screen and (max-width: 1365px){.c-manufacture__list:before{width:100vw;right:auto;left:calc((100vw - var(--width-container)) / 2 * -1)}}@media screen and (max-width: 1199px){.c-manufacture__list:before{left:calc(var(--padding-container) * -1);height:calc(100% + 40px);top:-40px}}.c-manufacture__inner--reverse .c-manufacture__list:before{top:-180px;right:-50px;left:auto;height:calc(100% + 180px)}@media screen and (max-width: 1199px){.c-manufacture__inner--reverse .c-manufacture__list:before{left:-10px;top:-80px;height:calc(100% + 80px)}}@media screen and (max-width: 1199px){.c-manufacture__inner--reverse .c-manufacture__list{padding:40px 0 60px}}.c-manufacture__img{margin-right:calc((100vw - var(--width-container)) / 2 * -1 + var(--scrollbar-width) / 2);height:485px}@media screen and (max-width: 1199px){.c-manufacture__img{margin:0;height:max(378px,50vw)}}@media screen and (max-width: 767px){.c-manufacture__img{height:max(183px,65vw)}}.c-manufacture__img img{width:100%;height:100%;max-width:100%;max-height:100%}.c-manufacture__img-wrap--grid .c-manufacture__img{margin-right:0}.c-manufacture__inner--reverse .c-manufacture__img{order:-1;margin-left:calc((100vw - var(--width-container)) / 2 * -1);margin-right:0}@media screen and (max-width: 1199px){.c-manufacture__inner--reverse .c-manufacture__img{margin:0 calc(var(--padding-container) * -1);width:100vw;height:max(404px,55vw)}}@media screen and (max-width: 767px){.c-manufacture__inner--reverse .c-manufacture__img{height:max(202px,70vw)}}.js-height-img-box .c-manufacture__img{height:auto}.c-manufacture__img-wrap{height:100%}.c-manufacture__inner--reverse .c-manufacture__img-wrap{order:-1}.c-manufacture__title-sm{margin-top:auto;font-family:var(--f-title);font-size:42px;font-weight:700;text-transform:uppercase}@media screen and (max-width: 1199px){.c-manufacture__title-sm{font-size:28px;position:absolute;bottom:0;left:0}}.c-manufacture__inner--reverse .c-manufacture__cnt{display:flex;flex-direction:column}@media screen and (max-width: 1199px){.c-manufacture__inner--reverse .c-manufacture__cnt{order:-1}}@media screen and (max-width: 1199px){.c-manufacture__box{grid-template-columns:1fr;gap:50px;position:relative}}.c-manufacture__inner--reverse .c-manufacture__box:last-child{padding-bottom:80px}@media screen and (max-width: 1199px){.c-manufacture__box+.c-manufacture__box{padding-top:50px}}.c-manufacture__inner--gal .c-manufacture__box:first-child{align-items:start}@media screen and (max-width: 1199px){.c-manufacture__inner--gal .c-manufacture__box:first-child{align-items:initial}}.c-manufacture__box--mt-minus{margin-top:-60px;padding-top:0}@media screen and (max-width: 1199px){.c-manufacture__box--mt-minus{margin-top:20px;padding-top:20px}}.c-manufacture__img-wrap{position:relative}.c-manufacture__list-imgs{gap:10px}@media screen and (max-width: 1199px){.c-manufacture__list-imgs{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 767px){.c-manufacture__list-imgs{grid-template-columns:1fr 1fr}}.c-manufacture__list-imgs li{height:350px;width:100%;border:1px solid rgba(var(--c-text-rgb),.2)}@media screen and (max-width: 1199px){.c-manufacture__list-imgs li{height:max(250px,20vw)}}@media screen and (max-width: 767px){.c-manufacture__list-imgs li{height:max(200px,50vw)}}.c-manufacture__list-imgs img{width:100%;height:100%;max-width:100%;max-height:100%}.c-manufacture__text b{display:inline-block}.c-manufacture__text ul+b{margin-top:20px}.c-manufacture__img--border-tbl{border-top:1px solid rgba(var(--c-text-rgb),.2);border-bottom:1px solid rgba(var(--c-text-rgb),.2);border-left:1px solid rgba(var(--c-text-rgb),.2)}@media screen and (max-width: 1199px){.c-manufacture__img--border-tbl{border:1px solid rgba(var(--c-text-rgb),.2)}}.c-manufacture__img-wrap--grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media screen and (max-width: 1199px){.c-manufacture__img-wrap--grid{order:2}}.c-manufacture__img-wrap--grid .c-manufacture__img:first-child{grid-column:span 2;aspect-ratio:1.4/1;height:auto}@media screen and (max-width: 1199px){.c-manufacture__img-wrap--grid .c-manufacture__img:first-child{aspect-ratio:initial;height:max(378px,50vw)}}@media screen and (max-width: 767px){.c-manufacture__img-wrap--grid .c-manufacture__img:first-child{height:max(183px,65vw)}}.c-manufacture__img-wrap--grid .c-manufacture__img{height:auto;aspect-ratio:1/.91}@media screen and (max-width: 1199px){.c-manufacture__img-wrap--grid .c-manufacture__img{aspect-ratio:initial;height:inherit;height:max(378px,50vw)}}@media screen and (max-width: 767px){.c-manufacture__img-wrap--grid .c-manufacture__img{height:max(183px,65vw)}}.c-manufacture__title--sm{font-size:42px;font-weight:700;line-height:var(--line-height-sm);font-family:var(--f-title)}@media screen and (max-width: 1199px){.c-manufacture__title--sm{font-size:26px}}.c-manufacture__title--sm+*{margin-top:40px}@media screen and (max-width: 1199px){.c-manufacture__title--sm+*{margin-top:30px}}@media screen and (max-width: 767px){.c-manufacture__title--sm{word-break:break-word}}.c-tabs__nav-list{display:flex;gap:var(--gap-middle);justify-content:center;align-items:center}.c-tabs__nav-list a{padding:10px 12px;font-weight:700;border:2px solid var(--c-bg);border-radius:3px;display:inline-block}.c-tabs__nav-list a:hover{border:2px solid var(--c-accent);color:var(--c-accent)}.c-tabs__nav-list a[aria-selected=true]{background-color:var(--c-accent);border:2px solid var(--c-accent);color:var(--c-white)}@media screen and (max-width: 1199px){.c-tabs__nav-list{width:max-content}}@media screen and (max-width: 1199px){.c-tabs__nav{overflow:scroll}}.c-tabs__body{margin-top:50px}.c-tabs__body-list{gap:20px}@media screen and (max-width: 1199px){.c-tabs__body-list--slider{display:flex;gap:0}}@media screen and (max-width: 1199px){.c-gallery__body{padding:0 var(--padding-container)}}.c-gallery__body-item{height:24vw;overflow:hidden}@media screen and (max-width: 1199px){.c-gallery__body-item{height:47vw}}@media screen and (max-width: 767px){.c-gallery__body-item{height:max(300px,80vw)}}.c-gallery__body-item a{height:100%;width:100%;display:block;border-radius:3px;overflow:hidden}.c-gallery__body-item img{width:100%;height:100%;max-width:100%;max-height:100%;transition:all .3s ease}.c-gallery__body-item:hover img{transform:scale(1.1)}.c-gallery__body-item-video{position:relative}.c-gallery__body-item-video:before,.c-gallery__body-item-video:after{content:"";position:absolute;top:50%;left:50%;transition:all .3s ease;z-index:1}.c-gallery__body-item-video:before{transform:translate(-50%,-50%);width:70px;height:70px;background-color:var(--c-accent);border-radius:50%}.c-gallery__body-item-video:after{transform:translate(-25%,-50%);width:20px;height:31px;background-color:var(--c-white);clip-path:polygon(0 0,100% 50%,0 100%)}.c-gallery__body-item-video:hover:before{transform:translate(-50%,-50%) scale(1.2)}.c-gallery__body-item-video:hover:after{transform:translate(-25%,-50%) scale(1.2)}.c-gallery__body-item-video:active:before{transform:translate(-50%,-50%)}.c-gallery__body-item-video:active:after{transform:translate(-25%,-50%)}.c-contacts__item{display:flex;gap:20px;align-items:center}.c-contacts__item+.c-contacts__item{margin-top:30px}.c-contacts__item svg{width:18px;height:18px;flex-shrink:0;fill:var(--c-brand)}.c-contacts__item-link{display:flex;gap:10px;align-items:center;font-weight:700}.c-contacts__item-inner{display:flex;align-content:inherit;gap:10px}.c-contacts__item-inner:hover svg{transform:scale(1.2)}@media screen and (max-width: 1199px){.c-contacts__box{gap:40px}}.c-contacts__box+.c-contacts__box{margin-top:60px}.c-catalog-list__info{display:flex;gap:20px}@media screen and (max-width: 1199px){.c-catalog-list__info{display:grid;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 767px){.c-catalog-list__info{grid-template-columns:repeat(2,1fr);gap:10px}}.c-catalog-list__info+*{margin-top:50px}.c-catalog-list__descr{text-align:center;font-size:20px}.c-catalog-list__descr+*{margin-top:50px}.c-catalog-list__descr b{display:block}.c-catalog-list__items:not(.swiper){display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width: 1199px){.c-catalog-list__items:not(.swiper){grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.c-catalog-list__items:not(.swiper){grid-template-columns:1fr}}.c-catalog-list__items--bg .c-catalog-list__item{background-color:var(--c-bg);border-radius:3px;padding:40px 20px}.c-catalog-list__info-item{flex-grow:1;flex-basis:0;max-width:fit-content}@media screen and (max-width: 1199px){.c-catalog-list__info-item{max-width:100%}}.c-catalog-list__title{text-align:center}@media screen and (max-width: 1199px){.c-catalog-list__title{text-align:initial}}.c-card-info__inner{padding:20px;background-color:var(--c-bg);border-radius:3px;height:100%;display:block}.c-card-info__img{width:60px;height:60px;border-radius:50%;overflow:hidden}.c-card-info__img img{width:100%;height:100%;max-width:100%;max-height:100%}.c-card-info__img+*{margin-top:15px}.c-card-info__descr{font-weight:700}@media screen and (max-width: 767px){.c-card-info__descr{word-break:break-word}}.c-card-info{height:100%}.c-card__info{text-align:center}.c-card__img{aspect-ratio:1.25/1}.c-card__img img{width:100%;height:100%;max-width:100%;max-height:100%}.c-card__img+*{margin-top:20px}.c-card__title{font-size:20px;font-weight:700;line-height:var(--line-height-sm)}.c-card__title+*{margin-top:15px}.c-card__descr span{display:block}.c-card__btn{margin-top:10px}.product-sizes.col--3{gap:20px}.product-sizes.beanbag-sizes{margin-top:170px}.product-sizes .product-card{background:#f4f4fa;padding:40px 20px}.product-sizes img{width:100%;height:auto}.product-sizes .heading{font-weight:700;font-size:20px;margin:15px 0;text-align:center;color:#2b2a30}.product-sizes .description{font-weight:400;font-size:16px;text-align:center;color:#2b2a30cc}.beanbag-uses-title{margin-top:130px}.f-agreement{margin-top:15px;color:rgba(var(--c-text),.5);font-size:12px}.f-agreement a{margin-left:3px}input[type=checkbox]{display:none}.f-form--subscribe{display:flex;position:relative;width:476px}@media screen and (max-width: 767px){.f-form--subscribe{display:block;width:100%}}.f-form--subscribe .f-input{width:auto;flex:auto}@media screen and (max-width: 767px){.f-form--subscribe .f-input{width:100%}}.f-form--subscribe__btn{margin-left:20px}@media screen and (max-width: 767px){.f-form--subscribe__btn{margin:20px 0 0}}.f-form-search--header{position:relative;margin-left:20px;flex:auto}@media screen and (max-width: 1199px){.f-form-search--header{display:block;margin-top:20px;grid-area:c}}.f-form-search--header button{position:absolute;top:50%;transform:translateY(-50%);right:20px}.f-form__inner{display:grid;grid-template-columns:repeat(2,1fr);margin:0;gap:30px}@media screen and (max-width: 1199px){.f-form__inner{gap:20px}}@media screen and (max-width: 767px){.f-form__inner{grid-template-columns:1fr}}.f-label--full{grid-column:span 2}@media screen and (max-width: 767px){.f-label--full{grid-column:span 1}}.f-form__btn{grid-column:span 2;display:flex;align-items:center;margin-top:30px;gap:15px}@media screen and (max-width: 1199px){.f-form__btn{flex-wrap:wrap;margin-top:20px}}@media screen and (max-width: 767px){.f-form__btn{gap:10px}}.f-form--text .f-form__btn{grid-column:span 1}.f-form--text{display:grid;grid-template-columns:repeat(2,1fr);gap:30px var(--gap)}@media screen and (max-width: 1199px){.f-form--text{gap:20px;grid-template-columns:1fr}}.f-form__personal{font-size:12px;opacity:.5}.f-form__personal a{text-decoration:underline}.f-form__personal a:hover{text-decoration:none}.f-form__info{font-weight:700;margin-top:45px;display:inline-block}@media screen and (max-width: 1199px){.f-form__info{margin-top:20px}}.g-footer .f-form__info{margin-top:30px;color:#fff}@media screen and (max-width: 1199px){.g-footer .f-form__info{margin-top:20px}}.f-input{width:100%;padding:15px 20px;border:1px solid rgba(var(--c-text),.2);background-color:#ffffff1a;outline:0!important;transition:all .3s ease;border-radius:3px;color:var(--c-white);font-weight:700}.f-form--modal .f-input{background-color:rgba(var(--c-text-rgb),.05);color:rgba(var(--c-text-rgb),1)}.f-input::placeholder{color:var(--c-white);opacity:.7;font-weight:700}.f-form--modal .f-input::placeholder{color:rgba(var(--c-text-rgb),.7)}.f-input:hover{background-color:#ffffff26}.f-form--modal .f-input:hover{background-color:rgba(var(--c-text-rgb),.1)}.f-input:focus{background-color:#ffffff26}.f-form--modal .f-input:focus{background-color:rgba(var(--c-text-rgb),.1)}.f-input:required:valid{border-color:var(--c-text)}.f-textarea{width:100%;padding:15px 20px;border:1px solid rgba(var(--c-text),.2);background-color:#ffffff1a;outline:0!important;transition:all .3s ease;border-radius:3px;color:var(--c-white);font-weight:700}.f-form--modal .f-textarea{background-color:rgba(var(--c-text-rgb),.05);color:rgba(var(--c-text-rgb),1)}.f-textarea::placeholder{color:var(--c-white);opacity:.7;font-weight:700}.f-form--modal .f-textarea::placeholder{color:rgba(var(--c-text-rgb),.7)}.f-textarea:hover{background-color:#ffffff26}.f-form--modal .f-textarea:hover{background-color:rgba(var(--c-text-rgb),.1)}.f-textarea:focus{background-color:#ffffff26}.f-form--modal .f-textarea:focus{background-color:rgba(var(--c-text-rgb),.1)}.f-textarea:required:valid{border-color:var(--c-text)}.f-form--text .f-textarea{height:100%}@media screen and (max-width: 767px){.f-textarea::placeholder{font-size:12px}}.f-label{display:block;text-align:left;position:relative}.f-label__validation{display:block;opacity:0;font-size:12px;position:absolute;top:50%;right:20px;transition:all .3s ease;font-weight:700;transform:translateY(-50%)}.f-input.is-not-valid+.f-label__validation{opacity:1}.f-input.is-not-valid:hover+.f-label__validation{opacity:0}.f-input.is-not-valid:focus+.f-label__validation{opacity:0}input:-internal-autofill-selected{background-color:transparent!important}input[type=radio]{display:none}.f-search{display:flex}@media screen and (max-width: 1199px){.f-search--header{margin-left:auto}}.f-search__btn{line-height:1}.f-search__input{width:170px;margin-left:10px;font-weight:400;transition:all .2s}@media screen and (max-width: 1199px){.f-search__input{display:none}}.f-search__input::placeholder{color:#fff}.f-search__input:hover{transform:translate(3px);transition:all .3s}.f-search__input:hover::placeholder{font-weight:600}
