@charset "UTF-8";.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{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-next,.carousel__button.is-prev{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,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);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:0;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, 0.4))}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container :focus{outline:0}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 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::after,.fancybox__slide::before{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,0) 0 env(safe-area-inset-left,0);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 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{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.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{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{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{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,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:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.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:rgba(0,0,0,0);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-html5video .fancybox__content,.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{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-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .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{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:rgba(0,0,0,0)}.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:rgba(255,255,255,.1);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:translateX(-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-display:swap;font-family:Montserrat;src:local("montserrat-bold"),local("Montserrat-Bold"),url(../fonts/montserrat-bold.woff2) format("woff2"),url(../fonts/montserrat-bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-display:swap;font-family:Montserrat;src:local("montserrat-semibold"),local("Montserrat-SemiBold"),url(../fonts/montserrat-semibold.woff2) format("woff2"),url(../fonts/montserrat-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-display:swap;font-family:Montserrat;src:local("montserrat-medium"),local("Montserrat-Medium"),url(../fonts/montserrat-medium.woff2) format("woff2"),url(../fonts/montserrat-medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-display:swap;font-family:Montserrat;src:local("montserrat"),local("Montserrat-Regular"),url(../fonts/montserrat.woff2) format("woff2"),url(../fonts/montserrat.woff) format("woff");font-weight:400;font-style:normal}/*! 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:1em monospace,monospace}a{background:0 0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font:1em monospace,monospace}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:100%/1.15 inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--c1:#2a2a2a;--c2:#1fcb70;--c3:#ffffff;--c4:#acacac;--c5:#f3f3f3;--c6:#cdcdcd;--c7:#e3e3e3;--c8:#c0c0c0;--c9:#8a8a8a;--dc1:#354993;--dc2:#dc7c16;--dc3:#522887;--dc4:#00aeba;--dc5:#3a3481;--br25:calc(max(1.5vw, 25px));--br12:calc(max(0.75vw, 12px));--br10:calc(max(0.5vw, 10px));--br5:calc(max(0.25vw, 5px));--tfn:cubic-bezier(0.470, 0.000, 0.745, 0.715)}::-moz-selection{background:var(--c5);color:var(--c1)}::selection{background:var(--c5);color:var(--c1)}::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar-thumb{background:var(--c2);border-radius:var(--br10)}*{box-sizing:border-box}* ::after,* ::before{box-sizing:inherit}.tns-visually-hidden,.visually-hidden,[hidden],[type=hidden]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}html{--offset:max(calc(1.25 * 1vw), 15px);--offset-xl:calc(var(--offset) * 6.5);--offset-l:calc(var(--offset) * 6);--offset-m:calc(var(--offset) * 4);--ff:'Montserrat',sans-serif;--fz:max(1vw, 16px);--fwR:normal;--fwM:500;--fwSB:600;--fwB:bold}@media screen and (max-width:1366px),screen and (max-height:650px){html{--offset-xl:calc(var(--offset) * 5.5);--offset-l:calc(var(--offset) * 5);--offset-m:calc(var(--offset) * 3)}}@media screen and (max-width:1100px){html{--offset-xl:calc(var(--offset) * 3);--offset-l:calc(var(--offset) * 2);--offset-m:calc(var(--offset) * 2)}}@media screen and (max-width:999px){html{--offset-xl:40px;--offset-l:20px;--offset-m:20px}}body{font:var(--fwR) var(--fz)/1.4 var(--ff);color:var(--c1);min-width:360px;margin:0}p{margin-top:var(--offset);margin-bottom:var(--offset);font-size:.95em;line-height:1.8}img{max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}a{text-decoration:none}button{font:1em var(--ff);background:0 0;margin:0;padding:0;border:none;cursor:pointer}a[data-opener]>*,button[data-opener]>*{pointer-events:none}.btn-wrap{margin-top:calc(var(--offset) * 2)}.btn{background:var(--c6);display:inline-flex;justify-content:center;align-items:center;padding:calc(var(--offset) * 1) calc(var(--offset) * 1.2);text-transform:uppercase;font-weight:var(--fwSB);font-size:.7em;text-align:center;line-height:1;color:var(--c3);border-radius:var(--br5);border:2px solid var(--c6);transition:all .3s ease-in-out}.btn:focus,.btn:focus-within,.btn:hover{background:0 0;color:var(--c4)}.btn--green{background:var(--c2);border:2px solid var(--c2)}.btn--green:focus,.btn--green:focus-within,.btn--green:hover{color:var(--c2)}.btn--white{background:var(--c3);border:2px solid var(--c3);color:var(--c2)}.btn--white:focus,.btn--white:focus-within,.btn--white:hover{color:var(--c3)}.link,.scrolling{display:inline-flex;align-items:center;font-weight:var(--fwSB);font-size:.85em;line-height:1;color:var(--c1);transition:color .3s ease-in-out}.link svg,.scrolling svg{flex-shrink:0;width:calc(max((var(--offset) * .5),12px));height:calc(max((var(--offset) * .5),12px));fill:var(--c1);transition:all .3s ease-in-out}.link:focus,.link:focus-within,.link:hover,.scrolling:focus,.scrolling:focus-within,.scrolling:hover{color:var(--c2)}.link:focus svg,.link:focus-within svg,.link:hover svg,.scrolling:focus svg,.scrolling:focus-within svg,.scrolling:hover svg{fill:var(--c2);transform:translateX(50%)}.link--up svg,.scrolling--up svg{-webkit-animation:scroll-up 2s cubic-bezier(.76,.2,.29,.88) infinite;animation:scroll-up 2s cubic-bezier(.76,.2,.29,.88) infinite}.link--up:focus svg,.link--up:focus-within svg,.link--up:hover svg,.scrolling--up:focus svg,.scrolling--up:focus-within svg,.scrolling--up:hover svg{transform:none}.link--right svg,.scrolling--right svg{-webkit-animation:scroll-right 2s cubic-bezier(.76,.2,.29,.88) infinite;animation:scroll-right 2s cubic-bezier(.76,.2,.29,.88) infinite}.link--right:focus svg,.link--right:focus-within svg,.link--right:hover svg,.scrolling--right:focus svg,.scrolling--right:focus-within svg,.scrolling--right:hover svg{transform:none}.link--down svg,.scrolling--down svg{-webkit-animation:scroll-down 2s cubic-bezier(.76,.2,.29,.88) infinite;animation:scroll-down 2s cubic-bezier(.76,.2,.29,.88) infinite}.link--down:focus svg,.link--down:focus-within svg,.link--down:hover svg,.scrolling--down:focus svg,.scrolling--down:focus-within svg,.scrolling--down:hover svg{transform:none}.link span+svg,.link svg+span{margin-left:calc(var(--offset) * .8)}.link--left:focus svg,.link--left:focus-within svg,.link--left:hover svg{transform:translateX(-50%)}@media screen and (max-width:899px){.link--right_up{justify-content:center;width:48px;height:48px;background-color:var(--c5);border-radius:var(--br5)}.link--right_up span{display:none}.link--right_up svg:last-child{margin-left:0}}.link--right_up svg{width:calc(max((var(--offset) * .5),9px));height:calc(max((var(--offset) * .5),9px))}.link--right_up:focus svg,.link--right_up:focus-within svg,.link--right_up:hover svg{transform:translateX(25%) translateY(-25%)}.link--size_m{margin-left:calc(0px - (var(--offset) * .6));padding:calc(var(--offset) * .6)}.link--size_m svg{width:calc(max((var(--offset) * .7),14px));height:calc(max((var(--offset) * .7),14px))}.link--light:focus,.link--light:focus-within,.link--light:hover{color:var(--c3)}.link--light:focus svg,.link--light:focus-within svg,.link--light:hover svg{fill:var(--c3)}.scrolling{pointer-events:none}.scrolling .scrolling-icon+span,.scrolling span+.scrolling-icon{margin-left:calc(var(--offset) * .8)}.scrolling .scrolling-icon{transition:all .3s ease-in-out}.scrolling.rotate .scrolling-icon{transform:rotate(90deg)}.scrolling--link{pointer-events:auto}.scrolling--link span{color:var(--c1)}@-webkit-keyframes scroll-up{50%{transform:translateY(-50%)}}@keyframes scroll-up{50%{transform:translateY(-50%)}}@-webkit-keyframes scroll-right{50%{transform:translateX(50%)}}@keyframes scroll-right{50%{transform:translateX(50%)}}@-webkit-keyframes scroll-down{50%{transform:translateY(50%)}}@keyframes scroll-down{50%{transform:translateY(50%)}}.title{margin-top:0;margin-bottom:var(--offset);font-weight:var(--fwB)}.title--size_xl{font-size:3.9em;line-height:1}@media screen and (max-width:1366px){.title--size_xl{font-size:3em}}@media screen and (max-width:899px){.title--size_xl{font-size:36px}}.title--size_l{font-size:2.1em;line-height:1.2}@media screen and (max-width:1366px){.title--size_l{font-size:1.8em}}@media screen and (max-width:899px){.title--size_l{font-size:26px}}.title--size_m{font-size:calc(max(1.6em,20px));line-height:1.4}.title--size_s{font-weight:var(--fwSB);font-size:1.05em;line-height:1.4}.title--size_xs{font-weight:var(--fwSB);font-size:calc(max(.95em,16px));line-height:1.4}.title--offset_b_m{margin-bottom:calc(var(--offset) * 2)}@media screen and (max-width:1199px){.title--offset_b_m{margin-bottom:var(--offset)}}.title b{color:var(--c2)}.header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:calc(var(--offset) * 1.5) calc(var(--offset) * 2);pointer-events:none;z-index:2}@media screen and (min-width:1000px){.header ._mobile-only{display:none}}@media screen and (max-width:999px){.header{height:70px;padding-left:var(--offset-m);padding-right:var(--offset-m);background-color:var(--c3);border-bottom:2px solid var(--c5);pointer-events:auto}}@media screen and (min-width:1000px){.header.small .header-menu,.header.small .header-search,.header.small .lang-wrapper{transform:translateY(-20px);opacity:0;pointer-events:none;visibility:hidden;transition:all .15s ease-in-out}}.header-sidebar{background:var(--c3);position:fixed;left:0;bottom:0;display:flex;align-items:stretch;pointer-events:auto;z-index:5}@media screen and (min-width:1000px){.header-sidebar{top:0;flex-direction:column;width:calc((var(--offset) * 2) * 3);border-right:2px solid var(--c5)}}@media screen and (max-width:999px){.header-sidebar{right:0;height:70px;border-top:2px solid var(--c5);z-index:5}.header-sidebar .header-logo{display:none}}@media screen and (max-width:1200px){.header-sidebar~.header .header-right{margin-left:calc((var(--offset) * 2) * 3);padding-left:var(--offset)}}@media screen and (max-width:1100px){.header-sidebar~.header .header-right{padding-left:0}}@media screen and (max-width:999px){.header-sidebar~.header .header-right{margin-left:calc(70px - var(--offset-m))}}@media screen and (max-width:1200px){.header-left{margin-right:var(--offset)}}@media screen and (max-width:1199px){.header-left .header-logo{width:30px;height:30px}.header-left .header-logo__text{display:none}}.header-logo{display:flex;align-items:center;pointer-events:auto}.header-logo--size_s svg{width:calc(var(--offset) * 2)}.header-logo--square{padding:calc(var(--offset) * 1.5) calc(var(--offset) * 2);border-bottom:2px solid var(--c5)}@media screen and (max-width:999px){.header-logo--square{padding:var(--offset-m)}}.header-logo--square svg{width:calc(var(--offset) * 2)}.header-logo:focus .header-logo__elem:nth-child(1),.header-logo:focus-within .header-logo__elem:nth-child(1),.header-logo:hover .header-logo__elem:nth-child(1){transform:translateY(-2px)}.header-logo:focus .header-logo__elem:nth-child(2),.header-logo:focus-within .header-logo__elem:nth-child(2),.header-logo:hover .header-logo__elem:nth-child(2){transform:translateX(2px)}.header-logo:focus .header-logo__elem:nth-child(3),.header-logo:focus-within .header-logo__elem:nth-child(3),.header-logo:hover .header-logo__elem:nth-child(3){transform:translateY(2px)}.header-logo__svg{flex-shrink:0;width:calc(var(--offset) * 6);height:calc(var(--offset) * 2);fill:var(--c1);overflow:visible;transition:fill .3s var(--tfn)}@media screen and (max-width:999px){.header-logo__svg{width:30px;height:30px}.header-logo__svg--full{width:90px}}.header-logo__elem{fill:var(--c2);transition:all .3s ease-in-out}.header-text{font-size:.75em;line-height:1;color:var(--c4)}.header-nav{display:flex;align-items:stretch}@media screen and (min-width:1000px){.header-nav{flex-direction:column}}@media screen and (max-width:999px){.header-nav{flex-grow:1;margin-right:110px}}.header-nav__btn{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:calc(var(--offset) * 1.5) calc(var(--offset) * 2);font-weight:var(--fwSB);font-size:.75em;color:var(--c1);transition:all .3s var(--tfn)}@media screen and (min-width:1000px){.header-nav__btn{border-bottom:2px solid var(--c5)}}@media screen and (max-width:999px){.header-nav__btn{flex-grow:1;padding-left:15px;padding-right:15px;border-right:2px solid var(--c5)}}@media screen and (max-width:399px){.header-nav__btn{font-size:10px}}@media screen and (min-width:1000px){.header-nav__btn::before{content:"";position:absolute;top:50%;left:55%;width:calc(var(--offset) * 5);height:calc(var(--offset) * 5);transform:translateY(-50%) scaleX(0) rotate(45deg);background-color:var(--c3);transition:all .3s var(--tfn);z-index:-1}}.header-nav__btn svg{flex-shrink:0;width:calc(var(--offset) * 1);height:calc(var(--offset) * 1);margin-bottom:calc(var(--offset) * .5);fill:var(--c8);transition:all .3s var(--tfn)}.header-nav__btn.open{color:var(--c2)}.header-nav__btn.open::before{transform:translateY(-50%) scaleX(.2) rotate(45deg);transition-delay:.5s}.header-nav__btn.open svg{fill:var(--c2)}.header-right{display:flex;align-items:center;width:50%;pointer-events:auto}@media screen and (max-width:1200px){.header-right{flex-grow:1}}@media screen and (max-width:699px){.header-right{justify-content:flex-end}}.header-right--end{justify-content:flex-end;margin-left:auto;pointer-events:none}.header-right--end>*{pointer-events:auto}.header-menu{display:flex;align-items:center;list-style:none;margin:0 auto 0 0;padding:0;transition:all .3s ease-in-out}@media screen and (max-width:699px){.header-menu{display:none}}.header-menu.hide{visibility:hidden;pointer-events:none;opacity:0}.header-search{display:flex;align-items:center;margin-right:calc(var(--offset) * 2);padding:calc(var(--offset) * .65);transition:all .3s ease-in-out}@media screen and (max-width:999px){.header-search{margin-right:calc(var(--offset-m) - (var(--offset) * .65))}}.header-search svg{width:calc(max((var(--offset) * .7),14px));height:calc(max((var(--offset) * .7),14px));fill:var(--c1);transition:all .3s var(--tfn)}.header-search:focus svg,.header-search:focus-within svg,.header-search:hover svg{fill:var(--c2)}.header-search--square{justify-content:center;margin-right:0;padding:calc(var(--offset) * 1.5) calc(var(--offset) * 2)}@media screen and (min-width:1000px){.header-search--square{margin-top:auto;border-top:2px solid var(--c5)}.header-search--square svg{height:calc(var(--offset) * 2)}}@media screen and (max-width:999px){.header-search--square{order:-1;border-right:2px solid var(--c5)}}.menu__item{margin-right:var(--offset);line-height:1.4;font-size:.8em;color:var(--c1)}.menu__link{position:relative;color:inherit;transition:all var(--tfn);transition-duration:.45s}.menu__link::after{background:var(--c2);content:"";position:absolute;top:calc(100% + (var(--offset) * .5));left:50%;width:calc(var(--offset) * .3);height:calc(var(--offset) * .3);border-radius:50%;transform:translateX(-50%) translateY(-100%);opacity:0;transition:all .3s ease-in-out}.menu__link:focus,.menu__link:focus-within,.menu__link:hover{color:var(--c2)}.menu__link.current::after{transform:translateX(-50%);opacity:1}.lang-wrapper{position:relative;display:flex;align-items:center;margin-top:auto;margin-right:calc(var(--offset) * 2);margin-bottom:auto;transition:all .3s ease-in-out}@media screen and (max-width:999px){.lang-wrapper{margin-right:calc(var(--offset-m) - (var(--offset) * .65))}}.lang-wrapper:not([open]) .lang{visibility:hidden;transform:translateX(-50%) scaleY(.5);opacity:0}.lang-wrapper[open] .lang-opener svg{transform:scaleY(-1)}.lang-wrapper[open] .lang{transition:all .3s ease-in-out,opacity .15s ease-in-out}.lang-wrapper>summary::-webkit-details-marker{display:none}.lang-opener{display:flex;align-items:center;padding:calc(var(--offset) * .65);font-weight:var(--fwSB);font-size:.8em;line-height:1;color:var(--c1);cursor:pointer;transition:all .3s var(--tfn);z-index:1}@media screen and (max-width:899px){.lang-opener{font-size:14px;outline:0}}.lang-opener svg{flex-shrink:0;width:calc(max((var(--offset) * .25),5px));height:calc(max((var(--offset) * .25),5px));margin-left:calc(var(--offset) * .5);fill:var(--c1);transition:all .3s var(--tfn),transform .15s ease-in-out}.lang-opener:focus,.lang-opener:focus-within,.lang-opener:hover{color:var(--c2)}.lang-opener:focus svg,.lang-opener:focus-within svg,.lang-opener:hover svg{fill:var(--c2)}.lang{background:var(--c3);position:absolute;top:0;left:50%;padding:calc(var(--offset) * 2) var(--offset) var(--offset);text-align:center;transform:translateX(-50%);transform-origin:top;border:2px solid var(--c7);border-radius:var(--br10)}.lang-menu{list-style:none;margin:0;padding:0}@media screen and (max-width:899px){.lang-menu{padding-top:10px}}.lang-menu__item{line-height:1}.lang-menu__item:not(:last-child){margin-bottom:calc(var(--offset) * .6)}@media screen and (max-width:899px){.lang-menu__item:not(:last-child){margin-bottom:10px}}.lang-menu__link{position:relative;display:inline-flex;font-weight:var(--fwSB);font-size:.8em;line-height:1;white-space:nowrap;color:var(--c1);transition:all .3s var(--tfn)}@media screen and (max-width:899px){.lang-menu__link{font-size:14px;line-height:1.4}}.lang-menu__link:focus,.lang-menu__link:focus-within,.lang-menu__link:hover{color:var(--c2)}.nav-closed,.nav-opener{display:flex;align-items:center;margin-right:calc(0px - (var(--offset) * .6))}.nav-closed svg,.nav-opener svg{fill:var(--c1);transition:fill .3s var(--tfn)}.nav-closed:focus svg,.nav-closed:focus-within svg,.nav-closed:hover svg,.nav-opener:focus svg,.nav-opener:focus-within svg,.nav-opener:hover svg{fill:var(--c2)}.nav-opener{padding:calc(var(--offset) * .6)}@media screen and (max-width:1300px){.nav-opener{background-color:var(--c3);border-radius:var(--br10)}}.nav-opener svg{width:calc(max((var(--offset) * .8),19px));height:calc(max((var(--offset) * .8),19px))}.nav-closed{padding:calc(var(--offset) * .65)}.nav-closed svg{width:calc(max((var(--offset) * .7),15px));height:calc(max((var(--offset) * .7),15px))}.nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:4}@media screen and (max-width:999px){.nav-overlay[data-modal-overlay=info]{z-index:5}.nav-overlay[data-modal-overlay=menu-brands],.nav-overlay[data-modal-overlay=menu-products]{display:flex;flex-direction:column;justify-content:flex-end}}.nav-overlay::before{background:var(--c1);content:"";position:absolute;top:0;left:0;right:0;bottom:0;transition:opacity .7s ease-in-out}.nav-overlay:not(.open){visibility:hidden;transition-delay:.7s}.nav-overlay:not(.open)::before{opacity:0;transition-duration:.3s}.nav-overlay:not(.open) .nav{transform:translateX(110%);transition-duration:.3s}.nav-overlay:not(.open) .nav--size_m{transform:translateX(-100%)}.nav-overlay:not(.open) .nav--size_s,.nav-overlay:not(.open) .nav--size_xs{transform:translateX(-100%)}@media screen and (max-width:999px){.nav-overlay:not(.open) .nav--size_s,.nav-overlay:not(.open) .nav--size_xs{transform:translateY(100%)}}.nav-overlay.open::before{opacity:.7}.nav{background:var(--c3);position:relative;display:flex;width:75%;height:100vh;margin-left:auto;transition:transform .7s ease-in-out}@media screen and (max-width:999px){.nav{width:100%;height:100%}}.nav--size_m{background:var(--c5);width:calc(max(26%,420px));margin-left:calc((var(--offset) * 2) * 3)}@media screen and (max-width:999px){.nav--size_m{width:100%;height:100%;margin-left:0}}.nav--size_s{background:var(--c5);width:calc(max(20%,320px));margin-left:calc((var(--offset) * 2) * 3)}@media screen and (max-width:999px){.nav--size_s{width:100%;height:calc(100% - 160px);margin-left:0;padding-bottom:70px;border-top-left-radius:var(--br25);border-top-right-radius:var(--br25);overflow:hidden}}.nav--size_xs{background:var(--c5);width:calc(max(15%,180px));margin-left:calc((var(--offset) * 2) * 3)}@media screen and (max-width:999px){.nav--size_xs{width:100%;height:calc(100% - 160px);margin-left:0;padding-bottom:70px;border-top-left-radius:var(--br25);border-top-right-radius:var(--br25);overflow:hidden}}.nav .scrollbar-track{background:0 0}.nav .scrollbar-thumb{background:var(--c2)}.nav-header{position:absolute;padding-left:var(--offset-m)}.nav-header .header-right{justify-content:flex-end}.nav-inner{display:flex;flex-direction:column;align-items:stretch;width:100%;height:100%;padding:var(--offset-xl) var(--offset-m) calc(var(--offset) * 2)}@media screen and (max-width:1100px){.nav-inner{padding-top:calc(var(--offset-xl) + 50px)}}.nav-inner__header,.nav-tabs{display:flex;align-items:center;flex-shrink:0;border-bottom:2px solid var(--c5)}@media screen and (max-width:699px){.nav-inner__header,.nav-tabs{margin-left:calc(0px - var(--offset-m));margin-right:calc(0px - var(--offset-m));padding-left:var(--offset-m);padding-right:var(--offset-m)}}@media screen and (max-width:699px){.nav-tabs{overflow:auto}.nav-tabs::after{content:"";position:relative;flex-shrink:0;width:var(--offset-m);height:100%}}.nav-inner__title,.nav-tab{position:relative;margin-right:calc(var(--offset) * 2);padding-bottom:var(--offset);font-weight:var(--fwB);font-size:1.25em;line-height:1;color:var(--c1);transition:color .3s var(--tfn)}@media screen and (max-width:999px){.nav-inner__title,.nav-tab{margin-right:var(--offset-m)}}@media screen and (max-width:699px){.nav-inner__title:last-child,.nav-tab:last-child{margin-right:0}}.nav-inner__title::after,.nav-tab::after{background:var(--c2);content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;transform-origin:left;transition:transform .7s var(--tfn)}@media screen and (max-width:699px){.nav-inner__title::after,.nav-tab::after{bottom:0}}.nav-inner__title:not(.open)::after,.nav-tab:not(.open)::after{transform:scaleX(0)}.nav-inner__title.open,.nav-tab.open{color:var(--c2)}.nav-inner__title:focus,.nav-inner__title:focus-within,.nav-inner__title:hover,.nav-tab:focus,.nav-tab:focus-within,.nav-tab:hover{color:var(--c2)}@media screen and (max-width:699px){.nav-tab{flex-shrink:0}}@media screen and (max-width:999px){.nav-inner__title{margin-right:0}}.nav-tab__wrap{display:flex;flex-grow:1;width:100%;overflow:auto}.nav-tab__item:not(.open){position:absolute;height:0;visibility:hidden;overflow:hidden}.nav-tab__item.open{display:flex;flex-grow:1;width:100%}.nav-inner__content,.nav-tab__content{display:flex;flex-direction:column;align-items:stretch;flex-grow:1;width:100%;padding-top:calc(var(--offset) * 2)}.nav-inner__content{overflow:auto}.nav-menu{position:relative;width:100%;list-style:none;margin:0;padding:0}.nav-menu:focus .nav-menu__item:first-child .nav-menu__bg,.nav-menu:focus-within .nav-menu__item:first-child .nav-menu__bg,.nav-menu:hover .nav-menu__item:first-child .nav-menu__bg{opacity:0}.nav-menu__item{width:50%;font-weight:var(--fwSB);font-size:1em;line-height:1;color:var(--c1)}@media screen and (max-width:999px){.nav-menu__item{width:100%}}.nav-menu__item:first-child .nav-menu__bg{opacity:1}.nav-menu__item:focus .nav-menu__bg,.nav-menu__item:focus-within .nav-menu__bg,.nav-menu__item:hover .nav-menu__bg{opacity:1!important}.nav-menu__link{display:flex;align-items:center;padding-top:calc(var(--offset) * .8);padding-right:var(--offset-m);padding-bottom:calc(var(--offset) * .8);color:inherit;transition:all .3s var(--tfn)}.nav-menu__link svg{flex-shrink:0;width:calc(max((var(--offset) * .6),14px));height:calc(max((var(--offset) * .6),14px));margin-left:var(--offset);fill:var(--c1);opacity:0;transition:all .3s var(--tfn)}.nav-menu__link:focus,.nav-menu__link:focus-within,.nav-menu__link:hover{color:var(--c2)}.nav-menu__link:focus svg,.nav-menu__link:focus-within svg,.nav-menu__link:hover svg{transform:translateX(50%);opacity:1;fill:var(--c2)}.nav-menu__bg{position:absolute;top:0;right:0;display:flex;width:50%;height:45vh;border-radius:var(--br10);overflow:hidden;opacity:0;transition:all .3s ease-in-out}@media screen and (max-width:999px){.nav-menu__bg{display:none}}.nav-menu__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nav-text{width:55%;margin-top:auto;margin-bottom:0;padding-top:calc(var(--offset) * 2);font-size:.75em;line-height:1.6;color:var(--c4)}@media screen and (max-width:999px){.nav-text{width:100%;padding-right:70px}}.nav-category{display:flex;align-items:stretch;flex-wrap:wrap;list-style:none;margin:0;padding:0}.nav-category--column{flex-direction:column;flex-wrap:nowrap}.nav-category__item{background:var(--c5);position:relative;display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;width:calc(33.333% - var(--offset));min-height:calc(var(--offset) * 8);margin-right:var(--offset);margin-bottom:var(--offset);padding:calc(var(--offset) * 1.5) calc(var(--offset) * 5) calc(var(--offset) * 1.5) calc(var(--offset) * 1.5);border-radius:var(--br10);overflow:hidden;z-index:1}@media screen and (max-width:1300px){.nav-category__item{width:calc(50% - var(--offset))}}@media screen and (max-width:699px){.nav-category__item{width:calc(100% - var(--offset));margin-right:0}}@media screen and (max-width:499px){.nav-category__item{padding-right:calc(var(--offset) * 2)}}@media screen and (min-width:1301px){.nav-category__item:nth-child(3n){margin-right:0}}@media screen and (max-width:1300px){.nav-category__item:nth-child(even){margin-right:0}}.nav-category__item:focus .nav-category__text,.nav-category__item:focus .nav-category__title,.nav-category__item:focus-within .nav-category__text,.nav-category__item:focus-within .nav-category__title,.nav-category__item:hover .nav-category__text,.nav-category__item:hover .nav-category__title{color:var(--c3);transition-duration:.5s}.nav-category__item:focus .nav-category__image img,.nav-category__item:focus-within .nav-category__image img,.nav-category__item:hover .nav-category__image img{transform:scale(1.1)}.nav-category__item--full{width:100%;min-height:calc(var(--offset) * 10);margin-right:0;padding:calc(var(--offset) * 2) calc(var(--offset) * 9) calc(var(--offset) * 2) calc(var(--offset) * 2)}@media screen and (max-width:499px){.nav-category__item--full{padding-right:calc(var(--offset) * 2)}}.nav-category__item--full .nav-category__title{font-size:1em}.nav-category__item--full .nav-category__link::before{width:40vw;height:40vw}.nav-category__item--full .nav-category__image{right:calc(var(--offset) * 1.5);bottom:calc(var(--offset) * 1.5);width:calc(var(--offset) * 6);height:calc(var(--offset) * 5)}.nav-category__item--full:last-child{margin-bottom:0}.nav-category__title{margin-bottom:var(--offset);font-weight:var(--fwSB);font-size:.85em;line-height:1.4;color:var(--c1);transition:color .3s ease-in-out}.nav-category__text{margin-top:0;margin-bottom:calc(var(--offset) * 2);font-size:.85em;line-height:1.8;color:var(--c4);transition:color .3s ease-in-out}@media screen and (max-width:499px){.nav-category__text{margin-bottom:calc(var(--offset) * 5)}}.nav-category__link{margin-top:auto;font-size:.75em;line-height:1;color:var(--c4);transition:color .3s ease-in-out}.nav-category__link::before{background:var(--c2);content:"";position:absolute;top:50%;left:50%;width:20vw;height:20vw;transform:translate(100%,-50%) scale(.2);border-radius:50%;opacity:0;z-index:-1;transition:all .5s ease-out,border-radius 0s}.nav-category__link::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0}.nav-category__link svg{fill:var(--c4);transition:transform .3s ease-in-out,fill .3s ease-in-out}.nav-category__link:focus,.nav-category__link:focus-within,.nav-category__link:hover{color:var(--c3);transition-duration:.5s;outline:0}.nav-category__link:focus-within::before,.nav-category__link:focus::before,.nav-category__link:hover::before{transform:translate(-50%,-50%) scale(1.5);border-radius:var(--br10);opacity:1;transition-duration:.8s,0s;transition-delay:0s,.8s}@media screen and (max-width:899px){.nav-category__link:focus-within::before,.nav-category__link:focus::before,.nav-category__link:hover::before{transform:translate(-50%,-50%) scale(4)}}.nav-category__link:focus svg,.nav-category__link:focus-within svg,.nav-category__link:hover svg{fill:var(--c3);transition-duration:.5s}.nav-category__image{position:absolute;right:var(--offset);bottom:var(--offset);width:calc(var(--offset) * 5);height:calc(var(--offset) * 4);z-index:-1}.nav-category__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom;transition:transform .3s ease-in-out}.nav-brands{display:flex;align-items:center;margin-top:auto;margin-bottom:auto}.nav-brands:focus .nav-brands__link,.nav-brands:focus-within .nav-brands__link,.nav-brands:hover .nav-brands__link{filter:brightness(0);opacity:.3}.nav-brands__text{margin-right:calc(var(--offset) * 2);font-size:.85em;line-height:1.4;color:var(--c4)}@media screen and (max-width:699px){.nav-brands__text{margin-right:var(--offset)}}.nav-brands__list{display:flex;justify-content:space-between;align-items:center;flex-grow:1;list-style:none;margin:0;padding:0}@media screen and (max-width:699px){.nav-brands__list{overflow:auto;margin-right:70px}}.nav-brands__item{margin-left:calc(var(--offset) * 2);margin-right:calc(var(--offset) * 2)}@media screen and (max-width:699px){.nav-brands__item{flex-shrink:0;margin-left:var(--offset);margin-right:var(--offset)}}.nav-brands__link{display:flex;width:auto;height:calc(var(--offset) * 2);transition:all .3s ease-in-out}@media screen and (max-width:699px){.nav-brands__link{width:55px;height:25px}}.nav-brands__link img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.nav-brands__link:focus,.nav-brands__link:focus-within,.nav-brands__link:hover{filter:none!important;opacity:1!important}.nav-filter{width:100%;height:100%;overflow:auto}@media screen and (min-width:1000px){.nav-filter .scrollbar-track{background-image:linear-gradient(90deg,transparent 50%,rgba(42,42,42,.7) 50%)}}.nav-filter .scrollbar-thumb{background:var(--c2)}.nav-content{width:100%;height:100%;padding:calc(var(--offset) * 2) calc(var(--offset) * 2.5);overflow:auto}@media screen and (min-width:1200px){.nav-content p{font-size:.75em}}@media screen and (max-width:999px){.nav-content .scroll-content{display:flex;flex-direction:column;min-height:100%}.nav-content p+p{margin-top:0}.nav-content .btn-wrap{margin-top:auto;padding-top:var(--offset)}}.nav-content__logo{width:100%;height:calc(var(--offset) * 3);margin-bottom:calc(var(--offset) * 2)}@media screen and (max-width:999px){.nav-content__logo{margin-bottom:var(--offset)}}.nav-content__logo img{width:100%;height:100%;-o-object-position:left;object-position:left;-o-object-fit:contain;object-fit:contain}@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") format("woff");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:translate3d(0,0,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-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:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background: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{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;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{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;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}body:not(.menu-opened) .header-sidebar{transition-delay:.7s}body.menu-opened .header-sidebar{z-index:3}@media screen and (max-width:1100px){.main--offset_left:not(.product){margin-top:50px}}@media screen and (min-width:1000px){.main--offset_left{margin-left:calc((var(--offset) * 2) * 3)}}@media screen and (max-width:999px){.main--offset_left{margin-bottom:70px}}.main--bg{position:relative}.main--bg::before{background:var(--c2);content:"";position:absolute;right:100%;width:calc((var(--offset) * 2) * 3);height:100%}.main--bg_gray{position:relative}.main--bg_gray::before{background:var(--c5);content:"";position:absolute;right:100%;width:calc((var(--offset) * 2) * 3);height:100%}.main-wrapper{display:flex;flex-direction:column;will-change:transform}@media screen and (max-width:1199px){.main-wrapper{height:auto}}@media screen and (max-width:1100px){.main-wrapper{margin-top:50px}}.main-slide{background:var(--c3);position:relative;display:flex;align-items:flex-start;flex-wrap:wrap;flex-shrink:0;padding-top:var(--offset-xl);padding-bottom:var(--offset-xl);overflow:hidden}@media screen and (min-width:1200px){.main-slide{height:100vh}.main-slide.swiper-slide{height:100vh!important}}@media screen and (max-width:1199px){.main-slide{padding-left:var(--offset-l);padding-right:var(--offset-l)}.main-slide+.main-slide{padding-top:0}}.main-slide--bg_white_gray::before{background:var(--c5);content:"";position:absolute;top:50%;left:0;right:0;bottom:0;transform-origin:right bottom;z-index:-1;transition:all .7s var(--tfn)}.main-slide--bg_white_gray_h::before{background:var(--c5);content:"";position:absolute;top:0;left:50%;right:0;bottom:0;transform-origin:right bottom;z-index:-1;transition:all .7s var(--tfn)}.main-slide--horizontal .scrolling.rotate .scrolling-icon{transform:rotate(-180deg)}.main-slide__logo{position:absolute;top:60%;left:-20%;transform:translateY(-50%);width:45vw;height:45vw;fill:var(--c5);z-index:-1;opacity:.5}.main-slide__header{display:flex;justify-content:space-between;align-items:center;width:100%;z-index:1}@media screen and (min-width:1200px){.main-slide__header{padding-left:var(--offset-l);padding-right:var(--offset-l)}}@media screen and (max-width:599px){.main-slide__header{flex-direction:column;align-items:flex-start}.main-slide__header>:not(:first-child){margin-top:var(--offset-m)}}.main-slide__header--fix{padding-left:0;padding-right:0}@media screen and (min-width:1200px){.main-slide__header--fix{position:absolute;top:var(--offset-xl);left:var(--offset-l);width:calc(50% - (var(--offset-l) + var(--offset-m)))}}@media screen and (max-width:599px){.main-slide__header--fix{margin-bottom:var(--offset-m)}}.main-slide__header .title{margin-bottom:0}.main-slide__header-inner{display:flex;justify-content:space-between;align-items:center}@media screen and (min-width:1200px){.main-slide__header-inner{width:calc(50% - var(--offset-m))}}@media screen and (max-width:1199px){.main-slide__header-inner{flex-grow:1}.main-slide__header-inner:not(:last-child){margin-right:var(--offset-m)}}@media screen and (max-width:599px){.main-slide__header-inner{width:100%}}.main-slide__content{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0}@media screen and (min-width:1200px){.main-slide__content{width:40%;margin-top:auto;margin-right:auto;margin-bottom:auto;padding-left:var(--offset-l)}}@media screen and (max-width:1199px){.main-slide__content{width:100%;z-index:1}}@media screen and (max-width:999px){.main-slide__content .title+p{margin-top:0}}@media screen and (min-width:1200px){.main-slide__content--size_m{width:calc(50% - var(--offset-m));padding-right:var(--offset-l)}}@media screen and (min-width:1200px){.main-slide__content--size_s{width:38%;padding-right:var(--offset-l)}}.main-slide__content--offset_m{padding:var(--offset-m)}.main-slide__content--top{margin-top:0}.main-slide__content--bg_gray{background:var(--c5);border-radius:var(--br10)}@media screen and (min-width:1200px){.main-slide__content--bg_gray{height:100%;margin-right:var(--offset-l)}}@media screen and (max-width:1366px),screen and (max-height:759px){.main-slide__content--text_s{width:45%}}@media screen and (min-width:1200px){.main-slide__content--text_s p{font-size:.85em}}@media screen and (max-width:1199px){.main-slide__content--text_s{width:100%}}.main-slide__content p{margin-bottom:0}@media screen and (max-width:1366px),screen and (max-height:759px){.main-slide__content p{margin-top:0}}@media screen and (max-width:1366px),screen and (max-height:759px){.main-slide__content .btn-wrap{margin-top:0}}@media screen and (max-width:999px){.main-slide__content .btn-wrap{margin-top:var(--offset)}}.main-slide__content .btn{margin-top:var(--offset-m)}@media screen and (max-width:1366px),screen and (max-height:759px){.main-slide__content .btn{margin-top:calc(var(--offset) * 2)}}@media screen and (max-width:999px){.main-slide__content .btn{margin-top:var(--offset)}}.main-slide__content .title+.btn{margin-top:calc(var(--offset-m) - var(--offset))}@media screen and (min-width:1200px){.main-slide__content-history:not(.visible){transform:scale(.8);opacity:0}}@media screen and (max-width:1199px){.main-slide__content-history{margin-top:var(--offset-xl)}}.main-slide__scrollbar{width:100%}@media screen and (min-width:1200px){.main-slide__scrollbar{display:flex;height:100vh;margin-top:calc(0px - var(--offset-xl));margin-bottom:calc(0px - var(--offset-xl));padding-top:var(--offset-xl);padding-bottom:var(--offset-xl);overflow-x:auto;overflow-y:hidden}.main-slide__scrollbar .scroll-content{display:flex;height:100%;will-change:transform}.main-slide__scrollbar .scrollbar-track{visibility:hidden}}.main-slide__scrollbar--offset_r{padding-right:var(--offset-l)}@media screen and (max-width:1199px){.main-slide__scrollbar--offset_r{padding-right:0}}.main-slide__videos{display:flex;justify-content:space-between;align-items:stretch;align-self:stretch;width:50%;margin-top:calc(0px - (var(--offset-xl) - (var(--offset-m) + var(--offset))));margin-bottom:calc(0px - (var(--offset-xl) - (var(--offset-m) + var(--offset))));padding-right:var(--offset)}@media screen and (max-width:1366px){.main-slide__videos{margin-top:0}}@media screen and (max-width:1199px){.main-slide__videos{width:100%;height:500px;margin-top:var(--offset-m);margin-bottom:0;padding-right:0}}@media screen and (max-width:999px){.main-slide__videos{height:350px;margin-top:var(--offset-xl)}}@media screen and (max-width:499px){.main-slide__videos{order:-1;height:250px;margin-top:0;margin-bottom:var(--offset-xl)}}.main-slide__videos:focus img,.main-slide__videos:focus-within img,.main-slide__videos:hover img{opacity:.5}.main-slide__video{background:var(--c5);flex-grow:1;width:33.333%;transition:width var(--tfn);transition-duration:.7s}.main-slide__video:first-child{border-top-left-radius:var(--br10);border-bottom-left-radius:var(--br10)}.main-slide__video:last-child{border-top-right-radius:var(--br10);border-bottom-right-radius:var(--br10)}.main-slide__video:not(:last-child){margin-right:calc(max(var(--offset) * .5,10px))}.main-slide__video:focus,.main-slide__video:focus-within,.main-slide__video:hover{width:50%}.main-slide__video:focus img,.main-slide__video:focus-within img,.main-slide__video:hover img{opacity:0}.main-slide__video:focus video,.main-slide__video:focus-within video,.main-slide__video:hover video{opacity:1;visibility:visible}.main-slide__images{position:relative;display:flex;justify-content:space-between;align-items:stretch;align-self:stretch;width:calc(50% - var(--offset));margin-right:var(--offset);border-radius:var(--br10);overflow:hidden}@media screen and (max-width:1199px){.main-slide__images{width:100%;height:600px;margin-right:0;margin-top:calc(var(--offset) * 2);z-index:1}}@media screen and (max-width:799px){.main-slide__images{height:400px}}@media screen and (max-width:499px){.main-slide__images{height:300px}}.main-slide__image{flex-grow:1;width:33.333%;transition:width var(--tfn);transition-duration:.7s;overflow:hidden}.main-slide__image:first-child{border-top-left-radius:var(--br10);border-bottom-left-radius:var(--br10)}.main-slide__image:last-child{border-top-right-radius:var(--br10);border-bottom-right-radius:var(--br10)}.main-slide__image:not(:last-child){border-right:calc(max(var(--offset) * .5,10px)) solid var(--c3)}@media screen and (max-width:499px){.main-slide__image:not(:last-child){border-right-width:5px}}.main-slide__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.main-slide__image:focus,.main-slide__image:focus-within,.main-slide__image:hover{width:50%}.main-slide__blocks,.main-slide__brands{display:flex;align-items:stretch;flex-shrink:0;list-style:none;margin:0;padding:0}@media screen and (min-width:1200px){.main-slide__blocks,.main-slide__brands{margin-left:var(--offset-m)}}@media screen and (max-width:1199px){.main-slide__blocks,.main-slide__brands{flex-direction:column;margin-top:var(--offset-xl)}}@media screen and (max-width:1199px){.main-slide__brands{margin-top:var(--offset-m)}}@media screen and (min-width:1200px){.main-slide__block,.main-slide__brand{margin-right:calc(var(--offset) * 1.2)}}@media screen and (max-width:1199px){.main-slide__block:not(:last-child),.main-slide__brand:not(:last-child){margin-bottom:calc(var(--offset) * 2)}}.main-slide__achievements,.main-slide__certificates{position:relative;display:flex;align-items:stretch;flex-shrink:0;padding-top:var(--offset-xl);padding-bottom:var(--offset-xl)}@media screen and (min-width:1200px){.main-slide__achievements,.main-slide__certificates{margin-top:calc(0px - var(--offset-xl));margin-left:var(--offset-m);margin-bottom:calc(0px - var(--offset-xl))}}@media screen and (max-width:1199px){.main-slide__achievements,.main-slide__certificates{padding-top:var(--offset-m);padding-bottom:0}}.main-slide__achievements::before,.main-slide__certificates::before{background:var(--c5);content:"";position:absolute;top:0;left:0;right:0;bottom:0;transform-origin:bottom;z-index:-1}@media screen and (max-width:1199px){.main-slide__achievements{flex-direction:column}}@media screen and (max-width:1199px){.main-slide__certificates{overflow:auto}}@media screen and (max-width:699px){.main-slide__certificates{margin-left:calc(0px - var(--offset-l));margin-right:calc(0px - var(--offset-l));padding-left:var(--offset-l)}}.main-slide__achievement,.main-slide__certificate{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;width:40vw;height:100%;padding-left:var(--offset-l);padding-right:var(--offset-l)}@media screen and (max-width:1199px){.main-slide__achievement,.main-slide__certificate{width:100%;padding-left:0;padding-right:0}}@media screen and (min-width:1200px){.main-slide__achievement:not(:last-child),.main-slide__certificate:not(:last-child){border-right:2px solid var(--c7)}}@media screen and (min-width:1200px){.main-slide__achievement:not(.visible){transform:scale(.9);transition-property:opacity,transform;transition-timing-function:ease-in-out;opacity:0}.main-slide__achievement.visible,.main-slide__achievement:nth-child(1):not(.visible){transform:none;opacity:1;transition-delay:.15s;transition-duration:.7s}}@media screen and (max-width:1199px){.main-slide__achievement:not(:last-child){margin-bottom:var(--offset-m)}}.main-slide__certificate{width:32vw;padding-left:var(--offset-m);padding-right:var(--offset-m)}@media screen and (max-width:699px){.main-slide__certificate{flex-shrink:0;width:300px}}.main-slide__certificate img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:var(--br10);transition:all .7s var(--tfn)}@media screen and (max-width:1199px){.main-slide__certificate img{border:2px solid var(--c5)}}@media screen and (min-width:1200px){.main-slide__certificate:not(.visible){transform:scale(.9);transition-property:opacity,transform;transition-timing-function:ease-in-out;opacity:0}.main-slide__certificate.visible,.main-slide__certificate:nth-child(1):not(.visible){transform:none;opacity:1;transition-delay:.15s;transition-duration:.7s}}@media screen and (max-width:1199px){.main-slide__certificate{padding-left:0}}@media screen and (min-width:1200px){.main-slide__achievement-content p{font-size:.75em}}.main-slide__achievement-image{display:flex;height:40vh;border-radius:var(--br10);overflow:hidden}@media screen and (max-width:1199px){.main-slide__achievement-image{height:400px;border:2px solid var(--c5)}}@media screen and (max-width:499px){.main-slide__achievement-image{height:auto}}.main-slide__achievement-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main-slide__indicators{width:50%;list-style:none;margin:auto 0;padding:0 var(--offset-l) 0 0}@media screen and (max-width:1199px){.main-slide__indicators{width:100%;padding-top:var(--offset-m);padding-right:0;z-index:1}}.main-slide__indicator:not(:last-child){margin-bottom:7vh}@media screen and (max-width:1199px){.main-slide__indicator:not(:last-child){margin-bottom:calc(var(--offset) * 2)}}.main-slide__globe{position:absolute;top:0;right:0;bottom:0;width:50%;height:100%;transform:scale(.85);z-index:-1}@media screen and (max-width:1366px){.main-slide__globe{transform:scale(.7)}}@media screen and (max-width:1199px){.main-slide__globe{transform:scale(.65) translateX(75px) translateY(70px);z-index:0}}@media screen and (max-width:1100px){.main-slide__globe{transform:scale(2) translateX(20%);filter:brightness(1.1)}}@media screen and (max-width:499px){.main-slide__globe{transform:scale(3) translateX(20%)}}.main-slide__categories{display:flex;align-items:stretch;flex-shrink:0;list-style:none;margin:0 0 0 var(--offset-l);padding:0}.main-slide__category{position:relative;display:flex;align-items:stretch;flex-shrink:0;margin-right:12vw;padding-top:var(--offset-m)}@media screen and (max-width:1366px),screen and (max-height:650px){.main-slide__category{padding-top:12vh}}@media screen and (min-width:1200px){.main-slide__category:not(.visible) .main-slide__category-mockup{transform:scale(.5);opacity:0}}@media screen and (max-width:1199px){.main-slide__category{margin-right:150px;padding-top:0}}@media screen and (max-width:999px){.main-slide__category{margin-right:50px}}.main-slide__category-link{display:flex;flex-direction:column;justify-content:center;align-items:center;height:45vh;z-index:1}@media screen and (min-width:1200px){.main-slide__category-link::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:calc(var(--offset) * 14);height:calc(var(--offset) * 14);border-radius:50%;border:1.2vw solid var(--c2);opacity:0;transition:all .7s ease-in-out}.main-slide__category-link::after{content:"";position:absolute;top:calc(50% + (var(--offset) * 8.5));left:50%;transform:translate(-50%,-50%) scaleY(0);transform-origin:top;width:1px;height:calc(var(--offset) * 3);background-color:var(--c6);opacity:0;transition:all .7s ease-in-out;z-index:-1}}@media screen and (max-width:1199px){.main-slide__category-link{height:250px;padding-top:var(--offset);padding-bottom:var(--offset)}}@media screen and (max-width:999px){.main-slide__category-link{height:200px}}.main-slide__category-link:focus-within::before,.main-slide__category-link:focus::before,.main-slide__category-link:hover::before{transform:translate(-50%,-50%);opacity:1}.main-slide__category-link:focus-within::after,.main-slide__category-link:focus::after,.main-slide__category-link:hover::after{transform:translate(-50%,-50%);opacity:1;transition-delay:.3s}.main-slide__category-link:focus .main-slide__category-name,.main-slide__category-link:focus-within .main-slide__category-name,.main-slide__category-link:hover .main-slide__category-name{transform:translateX(-50%);opacity:1;visibility:visible;transition-delay:.5s}.main-slide__category-mockup{height:100%;filter:drop-shadow(.8vw .8vw .3vw rgba(0, 0, 0, .15));transition:all .7s var(--tfn)}.main-slide__category-mockup img{width:auto;height:100%;-o-object-fit:contain;object-fit:contain}.main-slide__category-name{position:absolute;left:50%;bottom:0;transform:translateX(-50%) translateY(-100%);margin-top:0;margin-bottom:0;white-space:nowrap;text-align:center;font-weight:var(--fwSB);font-size:1em;line-height:1.4;color:var(--c1);opacity:0;visibility:hidden;transition:all var(--tfn);transition-duration:.45s}@media screen and (max-width:999px){.main-slide__category-name{font-size:14px}}.main-slide__link-wrap{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:32.5vw;padding-right:calc(var(--offset-l) + var(--offset))}@media screen and (max-width:1199px){.main-slide__link-wrap{width:auto}}.main-slide__link{position:relative;display:flex;justify-content:center;align-items:center;padding:var(--offset);border-radius:50%;text-transform:uppercase;font-weight:var(--fwSB);font-size:.85em;color:var(--c3);transition:all .3s ease-in-out}@media screen and (max-width:999px){.main-slide__link{font-size:10px}}.main-slide__link::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border:1px dashed var(--c2);border-radius:inherit;transition:transform .7s var(--tfn)}.main-slide__link span{background:var(--c2);display:flex;justify-content:center;align-items:center;width:calc(var(--offset) * 10);height:calc(var(--offset) * 10);border-radius:inherit;transition:all .3s ease-in-out .15s}@media screen and (max-width:999px){.main-slide__link span{width:120px;height:120px}}.main-slide__link:focus-within::before,.main-slide__link:focus::before,.main-slide__link:hover::before{transform:translate(-50%,-50%) scale(.9) rotate(360deg)}.main-slide__mockups{display:flex;justify-content:center;align-items:center;width:30vw;height:45vh}@media screen and (min-width:1200px){.main-slide__mockups{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:1199px){.main-slide__mockups{width:320px;height:300px;margin-top:var(--offset-l);order:1}}@media screen and (max-width:899px){.main-slide__mockups{margin-top:var(--offset-xl)}}.main-slide__mockups-mask{position:relative;flex-shrink:0;width:15vw;height:50vh;filter:drop-shadow(.8vw -.8vw .3vw rgba(0, 0, 0, .15));transform:scaleY(-1);z-index:1}@media screen and (max-width:1199px){.main-slide__mockups-mask{width:180px;height:300px}}.main-slide__mockups-mask img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform:scaleY(-1)}.main-slide__mockups-mask .main-slide__mockup{position:absolute;top:0;left:0;right:0;width:100%;height:100%;overflow:hidden}.main-slide__mockups-mask .main-slide__mockup img{position:absolute;top:0;left:0;right:0;width:15vw;height:50vh}@media screen and (max-width:1199px){.main-slide__mockups-mask .main-slide__mockup img{width:180px;height:300px}}.main-slide__mockup{flex-shrink:0;width:12.5vw;height:42vh}@media screen and (max-width:1199px){.main-slide__mockup{width:154px;height:300px}}.main-slide__mockup img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.main-slide__mockup--left{margin-right:-7vw;filter:drop-shadow(.8vw .8vw .3vw rgba(0, 0, 0, .15))}@media screen and (max-width:1199px){.main-slide__mockup--left{margin-right:-85px}}.main-slide__mockup--right{margin-left:-7vw;filter:drop-shadow(.8vw .8vw .3vw rgba(0, 0, 0, .15))}@media screen and (max-width:1199px){.main-slide__mockup--right{margin-left:-85px}}.main-slide__advantages{display:flex;flex-direction:column;justify-content:space-between;list-style:none;margin:0;padding:0}@media screen and (min-width:1200px){.main-slide__advantages{width:40%;height:calc(100vh - (var(--offset-xl) * 2));padding-left:var(--offset-l);padding-right:var(--offset-l)}}@media screen and (max-width:1199px){.main-slide__advantages{width:calc(100% - 320px);padding-top:var(--offset-m);padding-right:var(--offset-m)}}@media screen and (max-width:1100px){.main-slide__advantages{padding-top:var(--offset-xl)}}@media screen and (max-width:899px){.main-slide__advantages{width:100%;padding-right:0;order:1}}.main-slide__advantage:not(:last-child){margin-bottom:7vh}@media screen and (max-width:1199px){.main-slide__advantage:not(:last-child){margin-bottom:var(--offset-m)}}@media screen and (max-width:399px){.main-slide__advantage:not(:last-child){margin-bottom:calc(var(--offset) * 2)}}.main-slide__products{align-self:flex-start;width:100%}.main-slide__news{align-self:flex-start;width:100%;padding-left:var(--offset-l)}@media screen and (min-width:1300px){.main-slide__news::before{content:"";position:absolute;top:calc(var(--offset-m) + var(--offset));right:0;width:50%;height:45%;background-color:var(--c5);transform-origin:top;z-index:-1}}@media screen and (max-width:1199px){.main-slide__news{padding-left:0}}.main-slide__news-slider{margin-top:calc(var(--offset) * 2)}@media screen and (max-width:1199px){.main-slide__news-slider{margin-top:var(--offset-m)}}@media screen and (max-width:999px){.main-slide__news-slider{margin-top:var(--offset-xl)}}.main-slide__cite{display:flex;justify-content:space-between;align-items:stretch;height:100%}@media screen and (min-width:1200px){.main-slide__cite{padding-left:var(--offset-l);padding-right:var(--offset-l)}}@media screen and (max-width:699px){.main-slide__cite{flex-direction:column-reverse}}.main-slide__cite-content{background:var(--c5);display:flex;flex-direction:column;align-items:flex-start;width:55%;margin-right:calc(max(var(--offset) * .5,10px));padding:var(--offset-m);border-top-left-radius:var(--br10);border-bottom-left-radius:var(--br10);overflow:hidden;transition:all .7s var(--tfn)}@media screen and (max-width:1199px){.main-slide__cite-content{width:80%}}@media screen and (max-width:699px){.main-slide__cite-content{width:100%;margin-top:10px;margin-right:0;border-top-left-radius:0;border-bottom-right-radius:var(--br10)}}@media screen and (min-width:1200px){.main-slide__cite-content p{font-size:.75em}}.main-slide__cite-content p+p{margin-top:0}.main-slide__cite-image{width:45%;border-top-right-radius:var(--br10);border-bottom-right-radius:var(--br10);overflow:hidden;transition:all .7s var(--tfn)}@media screen and (max-width:1199px){.main-slide__cite-image{display:flex;border:2px solid var(--c5)}}@media screen and (max-width:699px){.main-slide__cite-image{width:100%;border-top-left-radius:var(--br10);border-bottom-right-radius:0}}.main-slide__cite-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .7s var(--tfn)}.main-col__scrolling,.main-slide__scrolling{position:absolute;left:var(--offset-l);bottom:calc(var(--offset) * 2);justify-content:flex-end;width:calc(50% - (var(--offset-l) + var(--offset-m)));padding-right:calc(var(--offset) * .5);padding-bottom:calc(var(--offset) * .8);border-bottom:2px solid var(--c7)}.main-col__scrolling::after,.main-slide__scrolling::after{background:var(--c1);content:"";position:absolute;left:0;bottom:-2px;width:50%;height:2px}@media screen and (max-width:1199px){.main-slide__scrolling{display:none}}.main-row{display:flex}@media screen and (max-width:1100px){.main-row{padding-top:var(--offset-xl)}}@media screen and (max-width:899px){.main-row{flex-direction:column}}.main-row+.main-slide{height:auto}.main-col{position:relative;flex-shrink:0;flex-grow:1;width:50%;padding:var(--offset-xl) var(--offset-m);overflow:hidden}@media screen and (max-width:999px){.main-col{padding-top:50px}}@media screen and (max-width:899px){.main-col{width:100%}.main-col>p:nth-last-child(2){margin-bottom:0}}@media screen and (min-width:900px) and (min-height:651px){.main-col--sticky{position:-webkit-sticky;position:sticky;top:0;flex-grow:0;width:45%;height:100vh}}@media screen and (max-width:1200px) and (min-width:900px){.main-col--sticky{width:50%}}@media screen and (max-width:1100px){.main-col--sticky{margin-top:calc(0px - var(--offset-xl));padding-top:calc(var(--offset-xl) * 2)}}@media screen and (max-width:999px){.main-col--sticky{padding-top:calc(var(--offset-xl) + 50px)}}@media screen and (max-width:899px),screen and (max-height:650px){.main-col--sticky .main-col__scrolling{display:none}}@media screen and (max-width:899px){.main-col--sticky+.main-col:not(.main-col--bg):not(.main-col--bg_gray){padding-top:0}}.main-col--bg{background:var(--c2)}.main-col--bg .link{color:var(--c3)}.main-col--bg .link svg{fill:var(--c3)}.main-col--bg_gray{background:var(--c5)}@media screen and (max-width:1100px) and (min-width:1000px){.main-col--bg_gray{margin-top:calc(0px - var(--offset-xl))}}@media screen and (max-width:1100px){.main-col--bg_gray{padding-top:calc(var(--offset-xl) * 2)}}@media screen and (max-width:999px){.main-col--bg_gray{padding-top:calc(var(--offset-xl) + 50px)}}@media screen and (max-width:899px){.main-col--bg_gray:not(:first-child){padding-top:var(--offset-xl)}}@media screen and (min-width:900px){.main-col--size_l{width:45%}}.main-col--size_m{flex-grow:0;padding-left:var(--offset-l);padding-right:var(--offset-m)}@media screen and (min-width:900px){.main-col--size_m{width:50%}}.main-col--size_m .main-col__scrolling{left:var(--offset-l);right:var(--offset-m)}.main-col--size_s{flex-grow:0;padding-left:calc(var(--offset) * 2.5);padding-right:calc(var(--offset) * 2.5)}@media screen and (min-width:900px){.main-col--size_s{width:calc(max(28%,420px));height:100vh}}@media screen and (max-width:1100px){.main-col--size_s{padding-left:calc(var(--offset) * 2);padding-right:calc(var(--offset) * 2)}}@media screen and (max-width:999px){.main-col--size_s{padding-left:var(--offset-m);padding-right:var(--offset-m)}}.main-col--size_s .main-col__scrolling{left:calc(var(--offset) * 2.5);right:calc(var(--offset) * 2.5)}.main-col--scrollbar{background:var(--c5);padding:0}.main-col--scrollbar .scrollbar-track-x{background:0 0;left:calc(var(--offset) * 2);bottom:calc(var(--offset) * 2);transform:scaleX(.925);transform-origin:left}.main-col--scrollbar .scrollbar-thumb{background:var(--c2);height:calc(var(--offset) * .5);border-radius:var(--br25)}.main-col--offset_top_0{padding-top:0}.main-col--offset_left_l{padding-left:var(--offset-l)}.main-col--offset_left_l .main-col__scrolling{left:var(--offset-l)}.main-col--offset_right_l{padding-right:var(--offset-l)}.main-col--offset_bottom_0{padding-bottom:calc(var(--offset) * 2)}.main-col .title.active{transition:all .3s ease-in-out,transform .7s ease-in-out .15s,opacity .7s ease-in-out .15s}.main-col p.active{transition:all .3s ease-in-out,transform .7s ease-in-out .3s,opacity .7s ease-in-out .3s}.main-col .btn-wrap.active,.main-col .btn.active,.main-col .tabs.active,.main-col table.active{transition:all .3s ease-in-out,transform .7s ease-in-out .45s,opacity .7s ease-in-out .45s}.main-col__content{padding-right:calc(var(--offset-l) + (var(--offset) * 3))}@media screen and (max-width:1300px){.main-col__content{padding-right:0}}@media screen and (max-width:899px){.main-col__content p:last-child{margin-bottom:0}}.main-col__content .title.active{transition:all .3s ease-in-out,transform .7s ease-in-out .15s,opacity .7s ease-in-out .15s}.main-col__content p.active{transition:all .3s ease-in-out,transform .7s ease-in-out .3s,opacity .7s ease-in-out .3s}.main-col__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:calc(var(--offset) * 3)}@media screen and (max-width:899px){.main-col__header{align-items:center}.main-col__header .link:first-child{font-size:16px}}.main-col__header .title{margin-bottom:0}.main-col__header--light{color:var(--c3)}.main-col__image{height:100%}.main-col__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main-col__logo{display:flex;width:auto;height:calc(var(--offset) * 3);margin-right:var(--offset)}@media screen and (min-width:1201px){.main-col__logo{margin-left:var(--offset)}}.main-col__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.main-col__info{display:flex;justify-content:center;align-items:center;flex-shrink:0;margin-left:auto;margin-right:calc(0px - (var(--offset) * .6));padding:calc(var(--offset) * .6);border-radius:50%;transition:all .3s var(--tfn)}.main-col__info svg{width:calc(max((var(--offset) * .7),16px));height:calc(max((var(--offset) * .7),16px));fill:var(--c3)}.main-col__info:focus,.main-col__info:focus-within,.main-col__info:hover{background:rgba(255,255,255,.1)}.main-col__scrolling{left:var(--offset-m);right:var(--offset-m);width:auto}.main-col__scrolling--light{color:var(--c3);border-bottom-color:var(--c3)}.main-col__scrolling--light::after{background:var(--c2);left:auto;right:0;opacity:.9}.main-col__scrolling--light svg{fill:var(--c3)}.main-col__filter{background:var(--c3);position:absolute;top:0;left:0;right:0;display:flex;align-items:center;height:calc((var(--offset) * 1.5) * 2 + ((var(--offset) * .8) + ((var(--offset) * .6) * 2)));padding-left:var(--offset);border-bottom:2px solid var(--c5);z-index:1}@media screen and (max-width:1200px){.main-col__filter{overflow-x:auto;overflow-y:hidden}.main-col__filter::after{content:"";position:relative;flex-shrink:0;width:var(--offset);height:100%}}.main-col__filter:focus .main-col__filter-item,.main-col__filter:focus-within .main-col__filter-item,.main-col__filter:hover .main-col__filter-item{filter:brightness(0);opacity:.3}.main-col__filter-item{position:relative;display:flex;height:100%;align-items:center;margin-left:var(--offset);margin-right:var(--offset);font-weight:var(--fwSB);font-size:.75em;color:var(--c1);transition:all .3s ease-in-out}@media screen and (max-width:1200px){.main-col__filter-item{flex-shrink:0}}.main-col__filter-item::after{background:var(--c2);content:"";position:absolute;left:0;right:0;bottom:-2px;height:4px;transform-origin:bottom;transform:scaleY(0);transition:transform .3s var(--tfn)}.main-col__filter-item img{width:auto;height:calc(var(--offset) * 1.25);-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1200px){.main-col__filter-item img{height:25px}}.main-col__filter-item:focus,.main-col__filter-item:focus-within,.main-col__filter-item:hover{filter:none!important;opacity:1!important}.main-col__filter-item.active{filter:none!important;opacity:1!important}.main-col__filter-item.active::after{transform:none}.main-col__map{background:var(--c2);display:flex;height:calc(var(--offset) * 15);border-radius:var(--br10);overflow:hidden}.main-col__map img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .7s var(--tfn)}.main-col__map:focus img,.main-col__map:focus-within img,.main-col__map:hover img{transform:scale(1.025);opacity:.95}.main-images{position:-webkit-sticky;position:sticky;top:50%;transform:translateY(-50%);flex-shrink:0;width:calc(var(--offset-l) * 3);height:calc(var(--offset-l) * 3);margin-left:calc(0px - ((var(--offset-l) * 3)/ 2));margin-right:calc(0px - ((var(--offset-l) * 3)/ 2));border-radius:var(--br10);overflow:hidden;z-index:1}@media screen and (max-width:1300px){.main-images{display:none}}.main-image{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;transform:scale(1.2);opacity:0;transition:all .7s var(--tfn),opacity .15s var(--tfn)}.main-image.active,.main-image:first-child{transform:none;opacity:1}.main-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video{position:relative;display:flex;align-items:stretch;overflow:hidden}.video.play .video-poster{visibility:hidden;opacity:0}.video.play .video-source{visibility:visible;opacity:1}.video-poster{position:absolute;top:0;left:0;width:100%;height:100%;transition:all .3s var(--tfn)}.video-poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity var(--tfn);opacity:1;transition-duration:.7s}.video-source{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;visibility:hidden;transition:opacity var(--tfn);transition-duration:.7s}.video-btn{position:absolute;top:0;left:0;right:0;bottom:0}.brand{display:flex;justify-content:space-between;align-items:stretch}@media screen and (max-width:1199px){.brand{height:350px}}@media screen and (max-width:999px){.brand{height:300px}}@media screen and (max-width:599px){.brand{flex-direction:column;height:auto}}@media screen and (min-width:1200px){.brand:nth-child(1) .brand-content,.brand:nth-child(1):not(.visible) .brand-category,.brand:nth-child(1):not(.visible) .brand-logo,.brand:nth-child(1):not(.visible) .link,.brand:nth-child(1):not(.visible) p{transform:none;opacity:1}.brand:nth-child(1) .brand-image{opacity:1}}.brand-content{background:var(--c5);display:flex;flex-direction:column;align-items:flex-start;width:37vw;margin-right:calc(max(var(--offset) * .5,10px));padding:var(--offset-m);border-top-left-radius:var(--br10);border-bottom-left-radius:var(--br10);overflow:hidden;transition:all .7s var(--tfn)}@media screen and (max-width:1366px) and (min-width:600px),screen and (max-height:650px) and (min-width:600px){.brand-content p{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}}@media screen and (max-width:1199px){.brand-content{flex-grow:1}}@media screen and (max-width:599px){.brand-content{width:100%;margin-right:0;margin-bottom:10px;border-top-right-radius:var(--br10);border-bottom-left-radius:0}}.brand-content .link{margin-top:var(--offset)}@media screen and (max-width:599px){.brand-content .link{margin-top:0;margin-bottom:calc(var(--offset) * 2)}}@media screen and (min-width:1200px){.brand-content:not(.visible){transform:scale(.8);opacity:0}.brand-content:not(.visible) .brand-category,.brand-content:not(.visible) .brand-logo,.brand-content:not(.visible) .link,.brand-content:not(.visible) p{transform:translateY(50px);opacity:0}.brand-content.visible .brand-category,.brand-content.visible .brand-logo,.brand-content.visible p{transition:all .7s var(--tfn)}.brand-content.visible .link{transition:all .3s var(--tfn),transform .7s var(--tfn),opacity .7s var(--tfn)}.brand-content.visible .brand-logo{transition-delay:.5s}.brand-content.visible p{transition-delay:.6s}.brand-content.visible .link{transition-delay:0s,.7s,.7s}.brand-content.visible .brand-category{transition-delay:.8s}}.brand-logo{display:flex;align-items:center;width:calc(var(--offset) * 7);height:calc(var(--offset) * 3)}.brand-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.brand-category{display:flex;align-items:center;list-style:none;margin:auto 0 0;padding:0}.brand-category__item{position:relative;margin-right:calc(var(--offset) * 1.5)}.brand-category__item:focus .brand-category__icon,.brand-category__item:focus-within .brand-category__icon,.brand-category__item:hover .brand-category__icon{fill:var(--c2)}.brand-category__item:focus .brand-category__text,.brand-category__item:focus-within .brand-category__text,.brand-category__item:hover .brand-category__text{transform:none;opacity:1;visibility:visible}.brand-category__icon{width:calc(var(--offset) * 1.5);height:calc(var(--offset) * 1.5);fill:var(--c6);transition:all var(--tfn);transition-duration:.45s}.brand-category__text{background:var(--c5);position:absolute;top:calc(100% + (var(--offset) * .5));left:0;padding:calc(var(--offset) * .25);font-weight:var(--fwM);font-size:.65em;line-height:1;color:var(--c2);white-space:nowrap;border:1px solid var(--c2);border-radius:var(--br5);transform:translateY(100%);opacity:0;visibility:hidden;transition:all var(--tfn);transition-duration:.45s}@media screen and (max-width:999px){.brand-category__text{display:none}}.brand-category__text::after{background:inherit;content:"";position:absolute;top:0;left:calc(var(--offset) * .5);width:calc(var(--offset) * .5);height:calc(var(--offset) * .5);transform:translateX(-1px) translateY(-50%) rotate(45deg);border:1px solid transparent;border-top-color:var(--c2);border-left-color:var(--c2)}.brand-image{width:calc(var(--offset) * 15);border-top-right-radius:var(--br10);border-bottom-right-radius:var(--br10);overflow:hidden;transition:all .7s var(--tfn)}@media screen and (max-width:1199px){.brand-image{flex-shrink:0;width:200px}}@media screen and (max-width:599px){.brand-image{display:flex;width:100%;height:350px;border-top-right-radius:0;border-bottom-left-radius:var(--br10)}}.brand-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .7s var(--tfn)}@media screen and (min-width:1200px){.brand-image:not(.visible){opacity:0}.brand-image:not(.visible) img{transform:scale(1.2)}}.indicator{display:flex;flex-direction:column;align-items:flex-start}.indicator-name{font-weight:var(--fwB);font-size:3.9em;line-height:1;color:var(--c2)}@media screen and (max-width:1366px){.indicator-name{font-size:3em}}@media screen and (max-width:899px){.indicator-name{font-size:30px}}.indicator-text{margin-top:calc(var(--offset) * .25);font-weight:var(--fwSB);font-size:1em;line-height:1.4;color:var(--c1)}.advantages{display:flex;flex-direction:column;justify-content:space-between;list-style:none;margin:0;padding:calc(var(--offset) * 4) 0 0 calc(var(--offset-l) + (var(--offset) * 3))}@media screen and (max-width:1300px){.advantages{padding-top:0;padding-left:0}}.advantage{display:flex;align-items:flex-start}.advantage--offset_b{margin-bottom:calc(var(--offset) * 5)}@media screen and (max-width:1300px){.advantage--offset_b{margin-bottom:var(--offset-m)}}@media screen and (max-width:399px){.advantage--offset_b{margin-bottom:calc(var(--offset) * 2)}}@media screen and (max-width:1300px){.advantage:last-child{margin-bottom:0}}.advantage-icon{flex-shrink:0;width:calc(var(--offset) * 2.5);height:calc(var(--offset) * 2.5);margin-right:var(--offset);fill:var(--c2)}.advantage-count{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:calc(var(--offset) * 2.5);height:calc(var(--offset) * 2.5);margin-right:var(--offset);font-weight:var(--fwSB);font-size:1em;color:var(--c1);border-radius:50%;border:2px solid var(--c2)}.advantage-content p{margin-top:calc(var(--offset) * .5);margin-bottom:0;font-size:.85em}.advantage-name{font-weight:var(--fwSB);font-size:1em;line-height:1.4;color:var(--c1)}.filter{display:flex;flex-direction:column;align-items:stretch;list-style:none;margin:0;padding:0}.filter:focus .filter-logo,.filter:focus-within .filter-logo,.filter:hover .filter-logo{filter:brightness(0);opacity:.3}.filter-item{padding:calc(var(--offset) * 2) calc(var(--offset) * 1.5);border-bottom:1px solid var(--c7)}.filter-details summary{list-style:none}.filter-details summary::-webkit-details-marker{display:none}.filter-details[open] .filter-icon::after{transform:translateX(-50%) scaleY(0)}.filter-header{display:flex;justify-content:space-between;align-items:center;font-weight:var(--fwSB);font-size:.85em;cursor:pointer;color:var(--c1)}@media screen and (max-width:899px){.filter-header{font-size:16px;outline:0}}.filter-header a{color:inherit;transition:color .3s var(--tfn)}.filter-header a:focus,.filter-header a:focus-within,.filter-header a:hover{color:var(--c2)}.filter-icon{position:relative;flex-shrink:0;width:calc(max((var(--offset) * .6),14px));height:calc(max((var(--offset) * .6),14px));margin-left:var(--offset)}.filter-icon::before{background:var(--c1);content:"";position:absolute;top:50%;left:0;right:0;height:2px;transform:translateY(-50%);transition:background-color .5s ease-in-out}.filter-icon::after{background:var(--c1);content:"";position:absolute;top:0;left:50%;bottom:0;width:2px;transform:translateX(-50%);transition:transform .3s ease-in-out}.filter-content{display:flex;flex-direction:column;align-items:stretch}.filter-link{margin-top:var(--offset);font-weight:var(--fwM);font-size:.75em;color:var(--c1);transition:color .3s var(--tfn)}@media screen and (max-width:899px){.filter-link{font-size:14px}}.filter-link:focus,.filter-link:focus-within,.filter-link:hover{color:var(--c2)}.filter-logo{display:flex;width:auto;margin-top:calc(0px - (var(--offset) * 2));margin-bottom:calc(0px - (var(--offset) * 2));padding-top:calc(var(--offset) * 2);padding-bottom:calc(var(--offset) * 2);transition:all .3s ease-in-out}.filter-logo img{width:100%;height:calc(var(--offset) * 2);-o-object-fit:contain;object-fit:contain}.filter-logo:focus,.filter-logo:focus-within,.filter-logo:hover{filter:none!important;opacity:1!important}.sorted{display:flex;flex-direction:column;align-items:flex-start;margin-left:calc(var(--offset) * 1.5)}@media screen and (max-width:1200px){.sorted{margin-left:0}}@media screen and (max-width:1100px){.sorted{flex-direction:row;align-items:center;margin-left:calc(0px - (var(--offset) * 2));margin-right:calc(0px - (var(--offset) * 2));padding-left:calc(var(--offset) * 2);overflow-x:auto;overflow-y:hidden}.sorted::after{content:"";position:relative;flex-shrink:0;width:calc(var(--offset) * 2);height:20px}}@media screen and (max-width:999px){.sorted{margin-left:calc(0px - var(--offset-m));margin-right:calc(0px - var(--offset-m));padding-left:var(--offset-m)}.sorted::after{width:var(--offset-m)}}.sorted-item{margin-top:calc(var(--offset) * .5);padding:calc(var(--offset) * .5) calc(var(--offset) * .8);font-weight:var(--fwSB);font-size:.85em;line-height:1.4;color:var(--c3);border-radius:var(--br25);transition:all .3s var(--tfn)}@media screen and (max-width:1100px){.sorted-item{flex-shrink:0}}.sorted-item:focus,.sorted-item:focus-within,.sorted-item:hover{background:rgba(255,255,255,.1)}.sorted-item.active{background:var(--c3);color:var(--c2)}.catalog{display:flex;align-content:flex-start;flex-wrap:wrap;padding-bottom:calc(var(--offset) * 2)}@media screen and (min-width:1101px){.catalog{flex-direction:column;height:100vh}}@media screen and (min-width:1101px){.catalog--offset_t{padding-top:calc((var(--offset) * 1.5) * 2 + ((var(--offset) * .8) + ((var(--offset) * .6) * 2)))}}.catalog--offset_t .catalog-item__image{margin-top:calc(0px - var(--offset))}.catalog-item{background:var(--c3);position:relative;display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;width:calc(var(--offset) * 18);height:50%;padding:calc(var(--offset) * 2);border-right:2px solid var(--c5);border-bottom:2px solid var(--c5)}@media screen and (max-width:1200px){.catalog-item{width:calc(var(--offset) * 23)}}@media screen and (max-width:1100px){.catalog-item{width:50%;height:auto}}@media screen and (max-width:399px){.catalog-item{width:100%}}.catalog-item::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:0 solid var(--c5);pointer-events:none;transition:border-width .3s var(--tfn)}.catalog-item:focus-within::before,.catalog-item:focus::before,.catalog-item:hover::before{border-width:20px}@media screen and (max-width:1100px){.catalog-item:focus-within::before,.catalog-item:focus::before,.catalog-item:hover::before{border-width:10px}}@media screen and (min-width:1101px){.catalog-item:focus .catalog-item__image,.catalog-item:focus-within .catalog-item__image,.catalog-item:hover .catalog-item__image{transform:translateY(2vh)}}.catalog-item:focus .catalog-item__name,.catalog-item:focus-within .catalog-item__name,.catalog-item:hover .catalog-item__name{color:var(--c2)}@media screen and (min-width:1101px){.catalog-item:not(.visible){transform:scale(.9);transition-property:opacity,transform;transition-timing-function:ease-in-out;opacity:0}.catalog-item.visible{transform:none;opacity:1;transition-delay:.15s;transition-duration:.7s}}.catalog-item__image{display:flex;width:100%;height:25vh;transition:transform .3s var(--tfn)}@media screen and (max-width:1100px){.catalog-item__image{height:200px}}.catalog-item__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.catalog-item__name{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex-shrink:0;margin-top:auto;font-weight:var(--fwSB);font-size:.95em;line-height:1.2;color:var(--c1);overflow:hidden;transition:color .3s var(--tfn);z-index:1}.catalog-item__footer{display:flex;justify-content:space-between;align-items:center;margin-top:var(--offset);font-weight:var(--fwM);font-size:.75em;line-height:1;color:var(--c4)}.catalog-item__category{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;margin-right:var(--offset);overflow:hidden}.catalog-item__count{flex-shrink:0}.catalog-not-result{background:var(--c3);width:100%;padding:calc(var(--offset) * 2);font-weight:var(--fwSB);font-size:.95em;line-height:1.2;color:var(--c1)}.product-images{display:flex;align-items:stretch;height:100%;margin-left:calc(0px - var(--offset-m));margin-right:calc(0px - var(--offset-m));cursor:-webkit-grab;cursor:grab;overflow:hidden}@media screen and (max-width:1100px) and (min-width:900px){.product-images{height:calc(100% - var(--offset-xl))}}.product-images .tns-inner,.product-images .tns-ovh{height:100%}.product-images__icon{position:absolute;left:50%;bottom:calc(var(--offset-m) + var(--offset));transform:translateX(-50%);fill:var(--c4)}@media screen and (max-width:1200px){.product-images__icon{bottom:var(--offset-xl)}}@media screen and (max-width:1100px){.product-images__icon{display:none}}.product-images__list{display:flex;align-items:stretch;height:100%}.product-image{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:100%;height:100%}.product-image img{width:calc(100% - (var(--offset-m) * 2));height:100%;-o-object-fit:contain;object-fit:contain}.product-image--size_m img{width:80%;height:80%}.product-image.js-parallax{transform-style:preserve-3d;perspective:1000px}.product-image.js-parallax div{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:100%;height:100%;transform-style:preserve-3d}.product-image.js-parallax img{transform:translateZ(-100px)}.product-subtitle{display:flex;justify-content:space-between;align-items:center;font-weight:var(--fwM);font-size:.95em;line-height:1;color:var(--c4)}.product-count{flex-shrink:0}.product-content{margin-top:calc(var(--offset) * 3)}body{--fancybox-bg:var(--c5);--fancybox-color:var(--c1);--fancybox-toolbar-text-shadow:none;--fancybox-accent-color:var(--c2)}.fancybox__container{--carousel-button-svg-filter:none}.fancybox__toolbar{background:0 0}.fancybox__counter{font-weight:var(--fwSB)}.carousel__button{--carousel-button-color:var(--c1)}.partner-list{display:flex;align-items:stretch;flex-wrap:wrap;list-style:none;margin:0 calc(0px - (var(--offset) * 2)) calc(0px - (var(--offset) * 2)) 0;padding:0}@media screen and (max-width:899px){.partner-list{padding-top:var(--offset-xl)}}.partner-list__item{position:relative;display:flex;width:calc(33.333% - (var(--offset) * 2));height:calc(var(--offset) * 12);margin-right:calc(var(--offset) * 2);margin-bottom:calc(var(--offset) * 2);border-bottom:2px solid var(--c5);overflow:hidden}@media screen and (max-width:1100px) and (min-width:900px),screen and (max-width:599px){.partner-list__item{width:calc(50% - (var(--offset) * 2))}}@media screen and (max-width:599px){.partner-list__item{height:auto}}.partner-list__item:nth-child(3n).active{transition-delay:.3s}.partner-list__item:nth-child(3n+2).active{transition-delay:.15s}.partner-list__link{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;padding:var(--offset);color:var(--c1)}.partner-list__link:focus .partner-list__bg,.partner-list__link:focus-within .partner-list__bg,.partner-list__link:hover .partner-list__bg{transform:none;opacity:1}.partner-list__link:focus .partner-list__logo,.partner-list__link:focus-within .partner-list__logo,.partner-list__link:hover .partner-list__logo{filter:none;opacity:1}.partner-list__link:focus .partner-list__name,.partner-list__link:focus-within .partner-list__name,.partner-list__link:hover .partner-list__name{transform:none;opacity:1}.partner-list__bg{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transform:scale(1.2);z-index:-1;transition:all .3s var(--tfn)}.partner-list__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.partner-list__logo{width:50%;height:calc(var(--offset) * 3);filter:brightness(0);opacity:.8;transition:all .3s var(--tfn)}@media screen and (max-width:599px){.partner-list__logo{width:60px;height:30px}}.partner-list__logo img{width:auto;height:100%;-o-object-fit:contain;object-fit:contain}.partner-list__name{font-weight:var(--fwM);font-size:.85em;transform:translateY(-20px);opacity:0;transition:all .3s var(--tfn)}@media screen and (max-width:599px){.partner-list__name{margin-top:10px}}.career{display:flex;flex-direction:column;align-items:stretch;list-style:none;margin:0;padding:0}.career-item:not(:last-child){margin-bottom:var(--offset)}.career-details{background:var(--c5);border-radius:var(--br10);transition:background-color .3s var(--tfn)}.career-details summary{list-style:none}.career-details summary::-webkit-details-marker{display:none}.career-details:hover{background:var(--c2)}.career-details:hover .career-summary__header b,.career-details:hover .career-summary__header span{color:var(--c3)}.career-details:hover .career-summary__icon{border-color:var(--c3)}.career-details:hover .career-summary__icon::after,.career-details:hover .career-summary__icon::before{background:var(--c3)}.career-details[open]{background:var(--c2);color:var(--c3)}.career-details[open] .career-summary__header b,.career-details[open] .career-summary__header span{color:inherit}.career-details[open] .career-summary__icon{border-color:var(--c3)}.career-details[open] .career-summary__icon::after,.career-details[open] .career-summary__icon::before{background:var(--c3)}.career-details[open] .career-summary__icon::after{transform:translateX(-50%) scaleY(0)}.career-summary{display:flex;justify-content:space-between;align-items:flex-start;padding:calc(var(--offset) * 1.5);cursor:pointer}@media screen and (max-width:899px){.career-summary{outline:0}}@media screen and (max-width:399px){.career-summary{position:relative;padding:20px}}.career-summary__header{display:flex;flex-direction:column;align-items:flex-start}.career-summary__header b{color:var(--c1);font-weight:var(--fwSB);font-size:1.15em;transition:color .3s ease-in-out}@media screen and (max-width:1200px){.career-summary__header b{font-size:16px}}@media screen and (max-width:399px){.career-summary__header b{margin-bottom:20px}}.career-summary__header span{margin-top:calc(var(--offset) * .5);font-size:.95em;color:var(--c4);transition:color .3s var(--tfn)}.career-summary__icon{position:relative;flex-shrink:0;width:calc(var(--offset) * 1.2);height:calc(var(--offset) * 1.2);margin-left:var(--offset);border-radius:50%;border:2px solid var(--c1);transition:all .3s ease-in-out}@media screen and (max-width:1366px){.career-summary__icon{width:20px;height:20px}}@media screen and (max-width:399px){.career-summary__icon{position:absolute;right:20px;bottom:20px}}.career-summary__icon::before{background:var(--c1);content:"";position:absolute;top:50%;left:calc(var(--offset) * .25);right:calc(var(--offset) * .25);height:2px;transform:translateY(-50%);transition:all .3s ease-in-out}@media screen and (max-width:1366px){.career-summary__icon::before{left:3px;right:3px}}.career-summary__icon::after{background:var(--c1);content:"";position:absolute;top:calc(var(--offset) * .25);left:50%;bottom:calc(var(--offset) * .25);width:2px;transform:translateX(-50%);transition:all .3s ease-in-out}@media screen and (max-width:1366px){.career-summary__icon::after{top:3px;bottom:3px}}.career-content{padding:0 calc(var(--offset) * 1.5) calc(var(--offset) * 1.5);color:var(--c3)}.career-content b{font-weight:var(--fwM);font-size:.95em}.career-content ul{list-style:none;margin:0;padding:0}.career-content li{position:relative;margin-top:calc(var(--offset) * .5);padding-left:calc(var(--offset) * 1.5);font-size:calc(max(.75em,14px))}.career-content li::before{background:url(../img/svg/icon-scroll-right.svg) no-repeat 0 0/100%;content:"";position:absolute;top:.25em;left:0;width:calc(max((var(--offset) * .45),12px));height:calc(max((var(--offset) * .45),12px));filter:brightness(0) invert(1)}.career-content>:not(:last-child){margin-bottom:calc(var(--offset) * 1.5)}.contact-list{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.contact-list__item{width:50%;padding-top:calc(var(--offset) * 2);padding-right:var(--offset-l);padding-bottom:calc(var(--offset) * 2);border-top:2px solid var(--c5)}@media screen and (max-width:1366px) and (min-width:1101px),screen and (max-height:650px) and (min-width:1101px){.contact-list__item{padding-top:calc(var(--offset) * 3);padding-bottom:calc(var(--offset) * 3)}}@media screen and (max-width:899px){.contact-list__item{width:100%;padding-right:0}}@media screen and (max-width:1366px),screen and (max-height:650px){.contact-list__item:first-child,.contact-list__item:nth-child(2){padding-top:0}}@media screen and (min-width:900px){.contact-list__item:first-child,.contact-list__item:nth-child(2){border-top:none}}@media screen and (max-width:899px){.contact-list__item:first-child{border-top:none}}@media screen and (min-width:900px){.contact-list__item:nth-child(2n){padding-left:var(--offset-l);border-left:2px solid var(--c5)}}@media screen and (max-width:899px){.contact-list__item:nth-child(2n){padding-top:calc(var(--offset) * 2)}}@media screen and (max-width:1100px){.contact-list__item:last-child,.contact-list__item:nth-last-child(2){padding-bottom:0}}@media screen and (max-width:899px){.contact-list__item:nth-last-child(2){padding-bottom:calc(var(--offset) * 2)}}.contact-list__item .title{font-weight:var(--fwSB);margin-bottom:calc(max(var(--offset),20px))}.contact-menu{list-style:none;margin:0;padding:0}.contact-menu:not(:last-child){margin-bottom:calc(max(var(--offset),30px))}.contact-menu__item{line-height:1.4;font-size:calc(max(.8em,12px))}@media screen and (max-width:399px){.contact-menu__item{position:relative;padding-left:calc(18px + 10px)}}.contact-menu__item:not(:last-child){margin-bottom:calc(max((var(--offset) * .8),24px))}.contact-menu__item--flex{display:flex;align-items:center}@media screen and (max-width:399px){.contact-menu__item--flex{flex-wrap:wrap;align-items:flex-start}}.contact-menu__item--flex :not(:last-child){margin-right:calc(max((var(--offset) * .8),18px))}@media screen and (max-width:399px){.contact-menu__item--flex :not(:last-child){margin-right:12px;margin-bottom:12px}}.contact-menu__link{color:var(--c1);transition:color .3s var(--tfn)}.contact-menu__link[href]:focus,.contact-menu__link[href]:focus-within,.contact-menu__link[href]:hover{color:var(--c2)}.contact-menu__icon{flex-shrink:0;width:calc(max((var(--offset) * .8),18px));height:calc(max((var(--offset) * .8),18px));fill:var(--c2)}@media screen and (max-width:399px){.contact-menu__icon{position:absolute;left:0}}.block{display:flex;justify-content:space-between;align-items:stretch}@media screen and (min-width:1200px){.block:nth-child(1) .block-content,.block:nth-child(1):not(.visible) p{transform:none;opacity:1}.block:nth-child(1) .block-image{opacity:1}}@media screen and (max-width:1199px){.block{flex-direction:column}}.block-content{background:var(--c5);display:flex;flex-direction:column;align-items:flex-start;width:45vw;margin-right:calc(max(var(--offset) * .5,10px));padding:var(--offset-m);border-top-left-radius:var(--br10);border-bottom-left-radius:var(--br10);overflow:hidden;transition:all .7s var(--tfn)}@media screen and (max-width:1366px),screen and (max-height:759px){.block-content{width:55vw}.block-content .title{margin-bottom:0}}@media screen and (max-width:1199px){.block-content{width:100%;margin-right:0;margin-bottom:10px;border-top-right-radius:var(--br10);border-bottom-left-radius:0}}.block-content p{font-size:calc(max(.75em,14px))}@media screen and (max-width:999px){.block-content p{margin-bottom:0}}.block-content p+p{margin-top:0}@media screen and (min-width:1200px){.block-content:not(.visible){transform:scale(.8);opacity:0}.block-content:not(.visible) p{transform:translateY(50px);opacity:0}.block-content.visible p{transition:all .7s var(--tfn) .5s}}.block-year{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:calc(max((var(--offset) * 3),70px));height:calc(max((var(--offset) * 3),70px));margin-bottom:var(--offset);padding-top:1px;font-weight:var(--fwSB);font-size:1em;color:var(--c1);border-radius:50%;border:2px solid var(--c2)}@media screen and (max-width:999px){.block-year{margin-bottom:0}}.block-image{width:calc(var(--offset) * 22);border-top-right-radius:var(--br10);border-bottom-right-radius:var(--br10);overflow:hidden;transition:all .7s var(--tfn)}@media screen and (max-width:1199px){.block-image{width:100%;height:300px;border-top-right-radius:0;border-bottom-left-radius:var(--br10)}}.block-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .7s var(--tfn)}@media screen and (min-width:1200px){.block-image:not(.visible){opacity:0}.block-image:not(.visible) img{transform:scale(1.2)}}.content p{font-size:.85em}.content p:last-child{margin-bottom:0}.content-date{display:block;margin-bottom:calc(var(--offset) * 3);font-size:.85em;color:var(--c4)}table{width:100%;border-spacing:0}@media screen and (max-width:599px){tr{display:flex;flex-direction:column}}tr:not(:last-child) td,tr:not(:last-child) th{padding-bottom:var(--offset)}@media screen and (max-width:599px){tr:not(:last-child) th{padding-bottom:0}}td,th{width:50%;font-weight:var(--fwM);font-size:.95em;vertical-align:top}@media screen and (max-width:599px){td,th{width:100%}}td a,td span,th a,th span{color:var(--c2)}td a,th a{transition:all .3s var(--tfn)}td a:focus,td a:focus-within,td a:hover,th a:focus,th a:focus-within,th a:hover{color:var(--c1)}th{padding-right:var(--offset);text-align:left;color:var(--c1)}@media screen and (max-width:599px){th{padding-right:0}}td{color:var(--c4)}.breadcrumbs{position:absolute;top:calc(var(--offset) * 2.25);display:flex;align-items:center;width:100%;list-style:none;margin:0;padding:0 var(--offset-m) 0 0;z-index:1}@media screen and (max-width:1200px){.breadcrumbs{position:initial;margin-bottom:calc(var(--offset) * 2)}}@media screen and (max-width:768px){.breadcrumbs{display:none}}.breadcrumbs--light .breadcrumbs-item{color:var(--c3)}.breadcrumbs--light .breadcrumbs-link[href]:focus,.breadcrumbs--light .breadcrumbs-link[href]:focus-within,.breadcrumbs--light .breadcrumbs-link[href]:hover{color:inherit}.breadcrumbs--offset_left{left:var(--offset-l)}@media screen and (max-width:1200px){.breadcrumbs--offset_left{display:none}}.breadcrumbs-item{max-width:33.333%;font-size:.75em;line-height:1.2;color:var(--c4)}.breadcrumbs-item:not(:first-child){display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap}.breadcrumbs-item:not(:first-child)::before{content:">";position:relative;left:0;margin-right:calc(var(--offset) * .5);color:inherit}.breadcrumbs-item:not(:last-child){margin-right:calc(var(--offset) * .5)}.breadcrumbs-link{display:-webkit-box;white-space:nowrap;text-overflow:ellipsis;color:inherit;overflow:hidden;transition:color .3s var(--tfn)}.breadcrumbs-link[href]:focus,.breadcrumbs-link[href]:focus-within,.breadcrumbs-link[href]:hover{color:var(--c2)}input:not([type=file]),select,textarea{font:var(--fwM) .75em var(--ff);background:var(--c5);width:100%;padding:calc(var(--offset) * .6) calc(var(--offset) * .8);color:var(--c1);border:1px solid var(--c5);border-radius:var(--br10);resize:none}@media screen and (max-width:899px){input:not([type=file]),select,textarea{font-size:14px}}input:not([type=file])::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:var(--c4)}input:not([type=file]):-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--c4)}input:not([type=file])::placeholder,select::placeholder,textarea::placeholder{color:var(--c4)}input[type=search]{-webkit-appearance:none}textarea{height:calc(5em + ((var(--offset) * .6) * 2))}select{background:url(../img/svg/icon-dropdown.svg) no-repeat calc(100% - (var(--offset) * .8)) center/calc(var(--offset) * .25) var(--c5);-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:var(--fwSB);padding-right:calc(((var(--offset) * .8) * 2) + (var(--offset) * .25))}.form-content{display:flex;flex-wrap:wrap;align-items:stretch}.form-label{display:flex;flex-direction:column;align-items:flex-start;width:calc(50% - var(--offset));margin-right:var(--offset);margin-bottom:var(--offset)}@media screen and (max-width:699px){.form-label{width:100%}}.form-label--full{width:100%}.form-name{margin-bottom:calc(var(--offset) * .5);font-weight:var(--fwSB);font-size:.85em}.form-file{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;align-self:flex-start;width:auto;cursor:pointer}.form-file:focus .form-file__info,.form-file:focus-within .form-file__info,.form-file:hover .form-file__info{color:var(--c2)}.form-file__input{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none}.form-file__icon{width:calc(max((var(--offset) * .8),16px));height:calc(max((var(--offset) * .8),16px));margin-right:calc(var(--offset) * .5);fill:var(--c4)}.form-file__info{font-weight:var(--fwSB);font-size:.85em;color:var(--c1);cursor:pointer;transition:color .5s ease-in-out}.form-footer{margin-top:auto;padding-top:var(--offset)}@media screen and (max-width:699px){.form-footer{display:flex;flex-direction:column-reverse;align-items:flex-start}}.form-footer .btn{margin-right:var(--offset)}.form-footer .btn~span{font-size:.75em}@media screen and (max-width:899px){.form-footer .btn~span{font-size:14px}}@media screen and (max-width:699px){.form-footer .btn~span{margin-bottom:var(--offset)}}.form-footer a{font-size:1em}.search-form{display:flex;justify-content:space-between;align-items:stretch}.search-form__label{flex-grow:1}.search-form__label .search-form__input{padding:calc(var(--offset) * .8) var(--offset);font-size:.85em;border-top-right-radius:0;border-bottom-right-radius:0}.search-form__btn{background:var(--c5);flex-shrink:0;width:calc(var(--offset) * 3);border:2px solid var(--c5);border-top-right-radius:var(--br10);border-bottom-right-radius:var(--br10)}.search-form__btn svg{width:calc(max((var(--offset) * .7),14px));height:calc(max((var(--offset) * .7),14px));fill:var(--c1);transition:all .3s var(--tfn)}.search-form__btn:focus svg,.search-form__btn:focus-within svg,.search-form__btn:hover svg{fill:var(--c2)}.search-result__info{margin-top:var(--offset);font-size:.95em}.search-result__list{display:flex;flex-direction:column;align-items:stretch;list-style:none;margin:0;padding:0}.search-result__item{background:var(--c3);position:relative;margin-bottom:var(--offset);padding:calc(var(--offset) * 2);border-radius:var(--br10);overflow:hidden;z-index:1}.search-result__item p{margin-bottom:calc(var(--offset) * 2);font-size:.85em;line-height:1.8;color:var(--c4);transition:color .3s ease-in-out}.search-result__item .link{font-size:.75em;color:var(--c4)}.search-result__item .link::before{background:var(--c2);content:"";position:absolute;top:50%;left:50%;width:40vw;height:40vw;transform:translate(100%,-50%) scale(.2);border-radius:50%;opacity:0;z-index:-1;transition:all .5s ease-out,border-radius 0s}.search-result__item .link::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0}.search-result__item .link svg{fill:var(--c4);transition:transform .3s ease-in-out,fill .3s ease-in-out}.search-result__item .link:focus,.search-result__item .link:focus-within,.search-result__item .link:hover{color:var(--c3);transition-duration:.5s;outline:0}.search-result__item .link:focus-within::before,.search-result__item .link:focus::before,.search-result__item .link:hover::before{transform:translate(-50%,-50%) scale(1.5);border-radius:var(--br10);opacity:1;transition-duration:.8s,0s;transition-delay:0s,.8s}@media screen and (max-width:899px){.search-result__item .link:focus-within::before,.search-result__item .link:focus::before,.search-result__item .link:hover::before{transform:translate(-50%,-50%) scale(4)}}.search-result__item .link:focus svg,.search-result__item .link:focus-within svg,.search-result__item .link:hover svg{fill:var(--c3);transition-duration:.5s}.search-result__item svg{fill:var(--c4)}.search-result__item:focus .search-result__name,.search-result__item:focus p,.search-result__item:focus-within .search-result__name,.search-result__item:focus-within p,.search-result__item:hover .search-result__name,.search-result__item:hover p{color:var(--c3);transition-duration:.5s}.search-result__name{font-weight:var(--fwSB);font-size:1em;line-height:1.4;color:var(--c1);transition:color .3s ease-in-out}.navigation{display:flex;justify-content:space-between;align-items:center;margin-top:var(--offset)}.navigation-next,.navigation-prev{flex-shrink:0;padding:calc(var(--offset) * .6)}.navigation-next svg,.navigation-prev svg{width:calc(max((var(--offset) * .5),12px));height:calc(max((var(--offset) * .5),12px));fill:var(--c1);transition:all .3s ease-in-out}.navigation-next:focus svg,.navigation-next:focus-within svg,.navigation-next:hover svg,.navigation-prev:focus svg,.navigation-prev:focus-within svg,.navigation-prev:hover svg{fill:var(--c2)}.navigation-prev:focus svg,.navigation-prev:focus-within svg,.navigation-prev:hover svg{transform:translateX(-50%)}.navigation-next:focus svg,.navigation-next:focus-within svg,.navigation-next:hover svg{transform:translateX(50%)}.navigation-bullets{display:flex;align-items:center;list-style:none;margin:0;padding:0}.navigation-bullet{display:block;padding:calc(var(--offset) * .6);font-weight:var(--fwSB);font-size:.85em;color:var(--c1);transition:all .3s ease-in-out}.navigation-bullet:focus,.navigation-bullet:focus-within,.navigation-bullet:hover{color:var(--c2);transform:translateY(-5px)}.cite{margin:0;padding:0}.cite-content{margin-top:0}.cite-content::before{content:'“ '}.cite-content::after{content:' ”'}.cite-author{display:flex;flex-direction:column;align-items:flex-start;margin-top:calc(var(--offset) * 2)}.cite-author__name{font-size:.95em;font-weight:var(--fwSB)}.cite-author__pos{margin-top:calc(var(--offset) * .5);font-size:.85em}.tabs{display:flex;flex-direction:column;align-items:flex-start;margin-top:calc(var(--offset) * 3)}.tab{margin-top:calc(var(--offset) * .5);padding:calc(var(--offset) * .5) calc(var(--offset) * 1);font-weight:var(--fwSB);font-size:.85em;line-height:1.4;color:var(--c1);border-radius:var(--br25);transition:all .3s var(--tfn)}.tab:focus,.tab:focus-within,.tab:hover{background:rgba(31,203,112,.1)}.tab.open{background:var(--c2);color:var(--c3)}.tab-wrap{position:relative;display:flex;flex-grow:1;width:100%}.tab-item:not(.open){position:absolute;height:0;visibility:hidden;overflow:hidden}.tab-item.open{display:flex;flex-grow:1;width:100%}.tab-content{display:flex;flex-direction:column;align-items:stretch;flex-grow:1;width:100%}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:3}.modal-overlay::before{background:var(--c1);content:"";position:absolute;top:0;left:0;right:0;bottom:0;transition:opacity .7s ease-in-out}.modal-overlay:not(.open){visibility:hidden;transition-delay:.7s}.modal-overlay:not(.open)::before{opacity:0;transition-duration:.3s}.modal-overlay:not(.open) .modal{transform:translateX(110%);transition-duration:.3s}.modal-overlay:not(.open) .modal--video{transform:translateY(-110%)}.modal-overlay:not(.open) .modal--size_s{transform:translateY(100px);opacity:0}.modal-overlay.open::before{opacity:.7}.modal-overlay[data-modal-overlay=share]{display:flex;z-index:4}.modal{background:var(--c3);position:relative;display:flex;width:75%;height:100vh;margin-left:auto;transition:transform .7s ease-in-out,opacity .7s ease-in-out}.modal--video{width:100%}.modal--size_s{flex-direction:column;width:calc(max(19%,365px));height:auto;margin:auto;padding:calc(var(--offset) * 2);border-radius:var(--br10)}@media screen and (max-width:999px){.modal--size_s{width:320px;padding:var(--offset-m)}}.modal-video{background:#000;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.modal__header{display:flex;flex-direction:column;align-items:center;margin-bottom:var(--offset);text-align:center}.modal__social{justify-content:center}.modal__social .social-list__item{background:var(--c5);border-radius:var(--br10)}@media screen and (max-width:899px){.modal__social .social-list__item{flex-grow:1}}.modal__social .social-list__item:not(:last-child){margin-right:var(--offset)}.modal__link{position:relative;display:flex;align-items:stretch;margin-top:calc(var(--offset) * 2)}.modal__link label{flex-grow:1}.modal__link input{border-top-right-radius:0;border-bottom-right-radius:0;color:var(--c4)}.modal__link .btn{position:absolute;top:0;right:0;bottom:0}.modal__link .btn.copy{background:var(--c7);fill:var(--c4)}.modal__url{width:100%;padding-top:calc(var(--offset) * .3);padding-right:calc(var(--offset) * 3);padding-bottom:calc(var(--offset) * .3);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0;cursor:no-drop;text-overflow:ellipsis}.modal__url::-moz-selection{background:0 0;color:var(--c4)}.modal__url::selection{background:0 0;color:var(--c4)}.modal__url:focus,.modal__url:focus-within,.modal__url:hover{box-shadow:none}.modal__btn{background:var(--c5);display:flex;align-items:center;justify-content:center;flex-shrink:0;width:calc(var(--offset) * 2.5);border:2px solid var(--c5);border-top-right-radius:var(--br10);border-bottom-right-radius:var(--br10)}@media screen and (max-width:899px){.modal__btn{width:40px}}.modal__btn svg{width:calc(max((var(--offset) * .7),14px));height:calc(max((var(--offset) * .7),14px));fill:var(--c6);transition:all .3s var(--tfn)}.modal__btn:focus svg,.modal__btn:focus-within svg,.modal__btn:hover svg{fill:var(--c2)}.modal-closed{position:absolute;top:calc(var(--offset) * 1.5);right:calc(var(--offset) * 2);display:flex;align-items:center;margin-right:calc(0px - (var(--offset) * .6));z-index:2}.modal-closed svg{fill:var(--c3);transition:fill .3s var(--tfn)}.modal-closed:focus svg,.modal-closed:focus-within svg,.modal-closed:hover svg{fill:var(--c2)}@media screen and (max-width:1199px){.products-slider{margin-top:var(--offset-m);margin-left:calc(0px - var(--offset-l));margin-right:calc(0px - var(--offset-l))}}@media screen and (max-width:999px){.products-slider{margin-top:var(--offset-xl)}}.products-slider__list{position:relative;display:flex;align-items:stretch;list-style:none;margin:0;padding:0}@media screen and (min-width:1200px){.products-slider__list{width:100%!important;height:50vh;transform:none!important}}.products-slider__item{display:flex;flex-shrink:0}@media screen and (min-width:1200px){.products-slider__item{position:absolute;top:0;left:0;right:0;bottom:0;width:100%!important}.products-slider__item:not(.tns-slide-active){pointer-events:none;opacity:0}.products-slider__item:not(.tns-slide-active) .products-slider__content{opacity:0;transform:translateY(100px)}.products-slider__item:not(.tns-slide-active) .products-slider__content .btn,.products-slider__item:not(.tns-slide-active) .products-slider__content .title,.products-slider__item:not(.tns-slide-active) .products-slider__content p{opacity:0;transform:translateY(50px)}.products-slider__item:not(.tns-slide-active) .products-slider__image{height:0}.products-slider__item:not(.tns-slide-active) .products-slider__bg img{opacity:0;transform:scale(1.2)}.products-slider__item.tns-slide-active{pointer-events:auto;opacity:1}}@media screen and (max-width:599px){.products-slider__item{flex-direction:column-reverse}}.products-slider__content{transition:all .7s var(--tfn)}@media screen and (max-width:1199px){.products-slider__content{flex-shrink:1;width:auto;padding-left:var(--offset-l);padding-right:var(--offset-l)}}@media screen and (max-width:599px){.products-slider__content{width:100%;margin-top:var(--offset-m)}}.products-slider__content .title{font-weight:var(--fwSB);transition:all .3s ease-in-out,transform .7s ease-in-out .15s,opacity .7s ease-in-out .15s}.products-slider__content p{transition:all .3s ease-in-out,transform .7s ease-in-out .3s,opacity .7s ease-in-out .3s}.products-slider__content .btn{transition:all .3s ease-in-out,transform .7s ease-in-out .45s,opacity .7s ease-in-out .45s}.products-slider__tag{background:var(--c2);display:flex;justify-content:center;align-items:center;margin-bottom:calc(var(--offset) * .25);padding:calc(var(--offset) * .3) calc(var(--offset) * .5);font-size:.55em;font-weight:var(--fwSB);text-transform:uppercase;line-height:1;color:var(--c3);border-radius:var(--br12)}@media screen and (max-width:1199px){.products-slider__tag{font-size:10px;padding:7px 10px}}.products-slider__image{width:30vw;height:45vh;filter:drop-shadow(.8vw .8vw .3vw rgba(0, 0, 0, .15));overflow:hidden;transition:height .7s var(--tfn);z-index:1}@media screen and (min-width:1200px){.products-slider__image{position:absolute;top:50%;left:50%;transform:translateX(-50%);margin-top:calc(0px - (45vh / 2))}}@media screen and (max-width:1199px){.products-slider__image{flex-shrink:0;width:300px;height:300px;margin-right:var(--offset-l)}}@media screen and (max-width:599px){.products-slider__image{width:100%;margin-right:0;padding-left:var(--offset-l);padding-right:var(--offset-l)}}.products-slider__image img{position:absolute;top:0;width:30vw;height:45vh;-o-object-fit:contain;object-fit:contain;transition:transform .7s var(--tfn)}@media screen and (max-width:1199px){.products-slider__image img{width:300px;height:300px}}@media screen and (max-width:599px){.products-slider__image img{width:100%;-o-object-position:left;object-position:left}}.products-slider__bg{background:var(--c5);position:absolute;top:calc(0px - var(--offset-m));right:var(--offset-l);bottom:calc(0px - var(--offset-m));width:calc(50% - var(--offset-l));border-radius:var(--br10);overflow:hidden}@media screen and (max-width:1199px){.products-slider__bg{display:none}}.products-slider__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit;transition:all .7s var(--tfn)}.products-slider__controls{display:flex;align-items:center}.products-slider__control{display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:calc(var(--offset) * .5)}.products-slider__control svg{flex-shrink:0;width:calc(max((var(--offset) * .5),12px));height:calc(max((var(--offset) * .5),12px));fill:var(--c1);transition:all .3s var(--tfn),transform .3s ease-in-out}.products-slider__control:focus svg,.products-slider__control:focus-within svg,.products-slider__control:hover svg{fill:var(--c2)}.products-slider__control.prev:focus svg,.products-slider__control.prev:focus-within svg,.products-slider__control.prev:hover svg{transform:translateX(-50%)}.products-slider__control.next:focus svg,.products-slider__control.next:focus-within svg,.products-slider__control.next:hover svg{transform:translateX(50%)}.news-list,.news-slider__list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0}.news-list{flex-wrap:wrap;margin-right:calc(0px - (var(--offset) * 2));margin-bottom:calc(0px - (var(--offset) * 2))}.news-list__item,.news-slider__item{position:relative;flex-shrink:0;width:27%;padding-right:var(--offset-m)}.news-list__item:focus img,.news-list__item:focus-within img,.news-list__item:hover img,.news-slider__item:focus img,.news-slider__item:focus-within img,.news-slider__item:hover img{transform:scale(1.1)}.news-list__item{width:50%;margin-bottom:calc(var(--offset) * 2);padding-right:calc(var(--offset) * 2)}@media screen and (max-width:1200px) and (min-width:900px),screen and (max-width:499px){.news-list__item{width:100%}}.news-list__item:nth-child(2n).active{transition-delay:.3s}.news-list__item--video .news-list__image{height:calc(max(20vh,200px))}.news-list__image,.news-slider__image{height:40vh;min-height:calc(var(--offset) * 8);border-radius:var(--br10);overflow:hidden}.news-list__image img,.news-slider__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit;transition:transform .7s ease-in-out}@media screen and (max-width:1199px){.news-slider__image{height:300px}}@media screen and (max-width:699px){.news-slider__image{height:200px}}@media screen and (max-width:1366px){.news-list__image{height:300px}}@media screen and (max-width:699px){.news-list__image{height:200px}}.news-list__image[data-fancybox]{cursor:pointer}.news-list__content,.news-slider__content{display:flex;flex-direction:column;margin-top:calc(var(--offset) * 1.25)}.news-list__date,.news-slider__date{margin-bottom:calc(var(--offset) * .5);font-size:.75em;line-height:1;color:var(--c8)}.news-list__link,.news-slider__link{font-size:.95em;line-height:1.6;color:var(--c1);transition:all .3s var(--tfn)}@media screen and (max-width:1366px),screen and (max-height:650px){.news-list__link,.news-slider__link{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}}.news-list__link::after,.news-slider__link::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0}.news-list__link:focus,.news-list__link:focus-within,.news-list__link:hover,.news-slider__link:focus,.news-slider__link:focus-within,.news-slider__link:hover{color:var(--c2)}.news-slider__controls{display:flex;align-items:center}.news-slider__control{display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:calc(var(--offset) * .5)}.news-slider__control svg{flex-shrink:0;width:calc(max((var(--offset) * .5),12px));height:calc(max((var(--offset) * .5),12px));fill:var(--c1);transition:all .3s var(--tfn),transform .3s ease-in-out}.news-slider__control:focus svg,.news-slider__control:focus-within svg,.news-slider__control:hover svg{fill:var(--c2)}.news-slider__control.prev:focus svg,.news-slider__control.prev:focus-within svg,.news-slider__control.prev:hover svg{transform:translateX(-50%)}.news-slider__control.next:focus svg,.news-slider__control.next:focus-within svg,.news-slider__control.next:hover svg{transform:translateX(50%)}.similar-slider{margin-right:calc(0px - var(--offset-m));padding-right:var(--offset-m)}.similar-slider__list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0;border-left:2px solid var(--c5)}.similar-slider__item{height:50vh;font-size:var(--fz)!important}@media screen and (max-width:999px){.similar-slider__item{height:auto}}.similar-slider__item .catalog-item{width:100%;height:100%;border-top:2px solid var(--c5);transform:none;opacity:1}@media screen and (min-width:1200px){.swiper-slide:not(.swiper-slide-active){pointer-events:none}.swiper-slide:not(.swiper-slide-active) .main-slide__mockups{transform:translate(-50%,-50%) scale(.65)}.swiper-slide:not(.swiper-slide-active) .main-slide__mockups-mask .main-slide__mockup{height:0}.swiper-slide:not(.swiper-slide-active) .main-slide__mockup--left{transform:translateX(50%)}.swiper-slide:not(.swiper-slide-active) .main-slide__mockup--right{transform:translateX(-50%)}.swiper-slide:not(.swiper-slide-active) .advantage,.swiper-slide:not(.swiper-slide-active) .footer-col,.swiper-slide:not(.swiper-slide-active) .indicator,.swiper-slide:not(.swiper-slide-active) .main-slide__cite-content,.swiper-slide:not(.swiper-slide-active) .main-slide__content:not(.main-slide__content-history),.swiper-slide:not(.swiper-slide-active) .main-slide__link-wrap,.swiper-slide:not(.swiper-slide-active) .news-slider__item{opacity:0;transform:translateY(100px)}.swiper-slide:not(.swiper-slide-active) .advantage-content,.swiper-slide:not(.swiper-slide-active) .footer-copyright,.swiper-slide:not(.swiper-slide-active) .footer-menu__item,.swiper-slide:not(.swiper-slide-active) .indicator-text,.swiper-slide:not(.swiper-slide-active) .main-slide__cite-content .cite-author,.swiper-slide:not(.swiper-slide-active) .main-slide__cite-content .cite-content,.swiper-slide:not(.swiper-slide-active) .main-slide__cite-content .title,.swiper-slide:not(.swiper-slide-active) .main-slide__content:not(.main-slide__content-history) .btn,.swiper-slide:not(.swiper-slide-active) .main-slide__content:not(.main-slide__content-history) .title,.swiper-slide:not(.swiper-slide-active) .main-slide__content:not(.main-slide__content-history) p,.swiper-slide:not(.swiper-slide-active) .main-slide__header,.swiper-slide:not(.swiper-slide-active) .news-slider__content,.swiper-slide:not(.swiper-slide-active) .news-slider__link{opacity:0;transform:translateY(50px)}.swiper-slide:not(.swiper-slide-active) .main-slide__logo{opacity:0;transform:translateY(-50%) scale(.5)}.swiper-slide:not(.swiper-slide-active) .main-slide__globe{transform:scale(0)}.swiper-slide:not(.swiper-slide-active) .main-slide__category:not(:last-child){transform:translateY(100%)}.swiper-slide:not(.swiper-slide-active).main-slide--bg_white_gray::before{transform:scaleY(0)}.swiper-slide:not(.swiper-slide-active).main-slide--bg_white_gray_h::before{top:50%;transform:scaleX(2);transition-delay:.7s,0s}.swiper-slide:not(.swiper-slide-active) .main-slide__achievements::before,.swiper-slide:not(.swiper-slide-active) .main-slide__certificates::before{transform:scaleY(0)}.swiper-slide:not(.swiper-slide-active) .video{transform:translateX(100%);opacity:0}.swiper-slide:not(.swiper-slide-active) .main-slide__cite-image,.swiper-slide:not(.swiper-slide-active) .main-slide__images{transform:translateY(50px);opacity:0}.swiper-slide:not(.swiper-slide-active) .main-slide__cite-image img,.swiper-slide:not(.swiper-slide-active) .main-slide__images img{transform:scale(1.1)}.swiper-slide:not(.swiper-slide-active) .main-slide__achievements,.swiper-slide:not(.swiper-slide-active) .main-slide__blocks,.swiper-slide:not(.swiper-slide-active) .main-slide__brands,.swiper-slide:not(.swiper-slide-active) .main-slide__certificates,.swiper-slide:not(.swiper-slide-active) .main-slide__content-history{transform:translateX(10vw);opacity:0}.swiper-slide:not(.swiper-slide-active) .products-slider__image{height:0}.swiper-slide:not(.swiper-slide-active) .products-slider__bg{transform:scale(.5);opacity:0}.swiper-slide:not(.swiper-slide-active) .main-slide__news::before{transform:scaleY(0);opacity:0}.swiper-slide:not(.swiper-slide-active) .footer-feedback{transform:translateY(-50px);opacity:0}.swiper-slide.swiper-slide-prev .advantage,.swiper-slide.swiper-slide-prev .indicator,.swiper-slide.swiper-slide-prev .main-slide__cite-content,.swiper-slide.swiper-slide-prev .main-slide__content:not(.main-slide__content-history),.swiper-slide.swiper-slide-prev .main-slide__link-wrap{opacity:0;transform:translateY(-100px)}.swiper-slide.swiper-slide-prev .advantage-content,.swiper-slide.swiper-slide-prev .indicator-text,.swiper-slide.swiper-slide-prev .main-slide__cite-content .cite-author,.swiper-slide.swiper-slide-prev .main-slide__cite-content .cite-content,.swiper-slide.swiper-slide-prev .main-slide__cite-content .title,.swiper-slide.swiper-slide-prev .main-slide__content:not(.main-slide__content-history) .btn,.swiper-slide.swiper-slide-prev .main-slide__content:not(.main-slide__content-history) .title,.swiper-slide.swiper-slide-prev .main-slide__content:not(.main-slide__content-history) p,.swiper-slide.swiper-slide-prev .main-slide__header{opacity:0;transform:translateY(-50px)}.swiper-slide.swiper-slide-prev .main-slide__category:not(:last-child){transform:translateY(100%)}.swiper-slide.swiper-slide-prev .main-slide__mockups{transform:translate(-50%,-250%)}.swiper-slide.swiper-slide-prev.main-slide--bg_white_gray::before{left:50%;transform:scaleY(2);transition-delay:.7s,0s}.swiper-slide.swiper-slide-prev.main-slide--bg_white_gray_h::before{transform:scaleX(0);transition-duration:0s,0s;transition-delay:0s,0s}.swiper-slide.swiper-slide-prev .main-slide__achievements,.swiper-slide.swiper-slide-prev .main-slide__blocks,.swiper-slide.swiper-slide-prev .main-slide__brands,.swiper-slide.swiper-slide-prev .main-slide__certificates,.swiper-slide.swiper-slide-prev .main-slide__content-history{transform:translateX(-10vw);opacity:0}.swiper-slide.swiper-slide-next .main-slide__mockups{transition:transform .5s var(--tfn)}.swiper-slide.swiper-slide-active{pointer-events:auto;z-index:1}.swiper-slide.swiper-slide-active.main-slide--bg_white_gray::before{transition:all .7s var(--tfn) 0s,left .7s var(--tfn) .7s}.swiper-slide.swiper-slide-active.main-slide--bg_white_gray_h::before{transition:all .7s var(--tfn) .7s,top .7s var(--tfn) 0s}.swiper-slide.swiper-slide-active .main-slide__achievements::before,.swiper-slide.swiper-slide-active .main-slide__certificates::before{transition:all .7s var(--tfn)}.swiper-slide.swiper-slide-active .main-slide__category:not(:last-child),.swiper-slide.swiper-slide-active .main-slide__mockups{transition:transform .7s var(--tfn)}.swiper-slide.swiper-slide-active .main-slide__mockups-mask .main-slide__mockup{transition:height 1s var(--tfn) .7s}.swiper-slide.swiper-slide-active .main-slide__mockup--left,.swiper-slide.swiper-slide-active .main-slide__mockup--right{transition:transform .7s var(--tfn) 1.7s}.swiper-slide.swiper-slide-active .main-slide__globe{transition:transform 1.6s var(--tfn)}.swiper-slide.swiper-slide-active .advantage,.swiper-slide.swiper-slide-active .advantage-content,.swiper-slide.swiper-slide-active .footer-col,.swiper-slide.swiper-slide-active .indicator,.swiper-slide.swiper-slide-active .indicator-text,.swiper-slide.swiper-slide-active .main-slide__achievements,.swiper-slide.swiper-slide-active .main-slide__blocks,.swiper-slide.swiper-slide-active .main-slide__brands,.swiper-slide.swiper-slide-active .main-slide__certificates,.swiper-slide.swiper-slide-active .main-slide__cite-content,.swiper-slide.swiper-slide-active .main-slide__cite-image,.swiper-slide.swiper-slide-active .main-slide__cite-image img,.swiper-slide.swiper-slide-active .main-slide__content,.swiper-slide.swiper-slide-active .main-slide__header,.swiper-slide.swiper-slide-active .main-slide__images,.swiper-slide.swiper-slide-active .main-slide__images img,.swiper-slide.swiper-slide-active .main-slide__link-wrap,.swiper-slide.swiper-slide-active .main-slide__logo,.swiper-slide.swiper-slide-active .news-slider__item,.swiper-slide.swiper-slide-active .video{transition:all 1s ease-in-out,width .7s var(--tfn)}.swiper-slide.swiper-slide-active .footer-menu__item,.swiper-slide.swiper-slide-active .main-slide__cite-content .title,.swiper-slide.swiper-slide-active .main-slide__content .title,.swiper-slide.swiper-slide-active .news-slider__content{transition:all .3s ease-in-out,transform .7s ease-in-out .15s,opacity .7s ease-in-out .15s}.swiper-slide.swiper-slide-active .footer-copyright,.swiper-slide.swiper-slide-active .main-slide__cite-content .cite-content,.swiper-slide.swiper-slide-active .main-slide__content p,.swiper-slide.swiper-slide-active .news-slider__link{transition:all .3s ease-in-out,transform .7s ease-in-out .3s,opacity .7s ease-in-out .3s}.swiper-slide.swiper-slide-active .main-slide__cite-content .cite-author,.swiper-slide.swiper-slide-active .main-slide__content .btn{transition:all .3s ease-in-out,transform .7s ease-in-out .45s,opacity .7s ease-in-out .45s}.swiper-slide.swiper-slide-active .main-slide__cite-image,.swiper-slide.swiper-slide-active .main-slide__images,.swiper-slide.swiper-slide-active .video{transition-delay:.7s,0s}.swiper-slide.swiper-slide-active .video:nth-child(2){transition-delay:.9s,0s}.swiper-slide.swiper-slide-active .video:nth-child(3){transition-delay:1.1s,0s}.swiper-slide.swiper-slide-active .main-slide__cite-image img,.swiper-slide.swiper-slide-active .main-slide__images img{transition-delay:1.4s}.swiper-slide.swiper-slide-active .indicator{transition-delay:.7s}.swiper-slide.swiper-slide-active .indicator-text{transition-delay:.8s}.swiper-slide.swiper-slide-active .indicator:nth-child(2){transition-delay:.9s}.swiper-slide.swiper-slide-active .indicator:nth-child(2) .indicator-text{transition-delay:1s}.swiper-slide.swiper-slide-active .indicator:nth-child(3){transition-delay:1.1s}.swiper-slide.swiper-slide-active .indicator:nth-child(3) .indicator-text{transition-delay:1.2s}.swiper-slide.swiper-slide-active .advantage,.swiper-slide.swiper-slide-active .main-slide__content-advantages{transition-delay:1.4s}.swiper-slide.swiper-slide-active .advantage-content,.swiper-slide.swiper-slide-active .main-slide__content-advantages .title{transition-delay:1.5s}.swiper-slide.swiper-slide-active .advantage:nth-child(2),.swiper-slide.swiper-slide-active .main-slide__content-advantages p{transition-delay:1.6s}.swiper-slide.swiper-slide-active .advantage:nth-child(2) .advantage-content{transition-delay:1.7s}.swiper-slide.swiper-slide-active .main-slide__content-advantages .btn{transition-delay:0s,1.7s,1.7s}.swiper-slide.swiper-slide-active .advantage:nth-child(3){transition-delay:1.8s}.swiper-slide.swiper-slide-active .advantage:nth-child(3) .advantage-content{transition-delay:1.9s}.swiper-slide.swiper-slide-active .products-slider__bg{transition:all .7s var(--tfn)}.swiper-slide.swiper-slide-active .main-slide__news::before{transform:none;opacity:1;transition:all .7s var(--tfn) 1.4s}.swiper-slide.swiper-slide-active .news-slider__item:nth-child(2){transition-delay:.2s}.swiper-slide.swiper-slide-active .news-slider__item:nth-child(2) .news-slider__content{transition-delay:0s,.35s,.35s}.swiper-slide.swiper-slide-active .news-slider__item:nth-child(2) .news-slider__link{transition-delay:0s,.5s,.5s}.swiper-slide.swiper-slide-active .news-slider__item:nth-child(3){transition-delay:.4s}.swiper-slide.swiper-slide-active .news-slider__item:nth-child(3) .news-slider__content{transition-delay:0s,.55s,.55s}.swiper-slide.swiper-slide-active .news-slider__item:nth-child(3) .news-slider__link{transition-delay:0s,.7s,.7s}.swiper-slide.swiper-slide-active .news-slider__item:nth-child(4){transition-delay:.6s}.swiper-slide.swiper-slide-active .news-slider__item:nth-child(4) .news-slider__content{transition-delay:0s,.75s,.75s}.swiper-slide.swiper-slide-active .news-slider__item:nth-child(4) .news-slider__link{transition-delay:0s,.9s,.9s}.swiper-slide.swiper-slide-active .footer-feedback{transition:all .7s var(--tfn) .7s}.swiper-slide.swiper-slide-active .footer-copyright__logo,.swiper-slide.swiper-slide-active .footer-copyright__text{transform:none;opacity:1}}.footer{--offset-m:4vw;--offset-s:calc(var(--offset) * 2);width:100%;height:auto;padding-left:var(--offset-l);padding-right:var(--offset-l)}@media screen and (max-width:1366px),screen and (max-height:650px){.footer{--offset-m:calc(var(--offset) * 2.5);--offset-s:calc(var(--offset) * 1.5)}}@media screen and (max-width:999px){.footer{--offset-m:20px;--offset-s:20px}}@media screen and (max-width:1199px){.footer{padding-left:0;padding-right:0}}@media screen and (max-width:1100px){.footer{margin-bottom:60px}}.footer-feedback{background:var(--c5);display:flex;justify-content:space-between;align-items:center;padding:var(--offset-s) var(--offset-m);border-radius:var(--br10)}@media screen and (max-width:899px){.footer-feedback{flex-wrap:wrap}}.footer-feedback__logo{display:flex;align-items:center;flex-shrink:0;width:calc(var(--offset) * 6.5);height:calc(var(--offset) * 6.5);margin-right:var(--offset-m);filter:drop-shadow(.1vw .1vw .1vw rgba(0, 0, 0, .05))}@media screen and (max-width:1366px),screen and (max-height:650px){.footer-feedback__logo{width:calc(var(--offset) * 4.5);height:calc(var(--offset) * 4.5)}}@media screen and (max-width:899px){.footer-feedback__logo{width:60px;height:60px;margin-right:var(--offset-s)}}@media screen and (max-width:499px){.footer-feedback__logo{display:none}}.footer-feedback__logo svg{width:100%;height:100%;fill:var(--c3)}.footer-feedback__content{flex-grow:1;margin-right:var(--offset-m)}@media screen and (max-width:899px){.footer-feedback__content{width:calc(100% - (60px + var(--offset-m)));margin-right:0}}@media screen and (max-width:499px){.footer-feedback__content{width:100%}}.footer-feedback__content p{margin-top:0;margin-bottom:0}@media screen and (max-width:499px){.footer-feedback__content p{margin-top:5px}}.footer-feedback__btns{flex-shrink:0}@media screen and (max-width:899px){.footer-feedback__btns{width:100%;margin-top:var(--offset-s)}}@media screen and (max-width:399px){.footer-feedback__btns{display:flex;align-items:stretch}}.footer-feedback__btns .btn{min-width:calc(var(--offset) * 8.5)}@media screen and (max-width:399px){.footer-feedback__btns .btn{min-width:auto;flex-grow:1}}.footer-feedback__btns .btn:not(:last-child){margin-right:var(--offset)}.footer-row{display:flex;justify-content:space-between;align-items:stretch;margin-top:5vh;padding-left:var(--offset-m)}@media screen and (max-width:1366px),screen and (max-height:650px){.footer-row{padding-left:0}}@media screen and (max-width:1199px){.footer-row{margin-top:var(--offset-l)}}@media screen and (max-width:1100px){.footer-row{flex-wrap:wrap}}.footer-col{display:flex;flex-direction:column;margin-right:var(--offset-m)}@media screen and (max-width:1366px),screen and (max-height:650px){.footer-col:last-child{margin-right:0}}@media screen and (max-width:1100px){.footer-col:last-child{width:100%}}@media screen and (max-width:599px){.footer-col{width:calc(50% - var(--offset-m))}}@media screen and (max-width:499px){.footer-col:not(:last-child){display:none}}.footer-col__title{margin-bottom:calc(var(--offset) * .8);color:var(--c1)}@media screen and (max-width:499px){.footer-col__title{display:none}}.footer-col__title a{color:inherit;transition:color .3s var(--tfn)}.footer-col__title a:focus,.footer-col__title a:focus-within,.footer-col__title a:hover{color:var(--c2)}.footer-menu{list-style:none;margin:0;padding:0}.footer-menu__item{margin-bottom:calc(max((var(--offset) * .8),18px));line-height:1.4;font-size:calc(max(.8em,12px))}.footer-menu__item--flex{display:flex;align-items:center}.footer-menu__item--flex :not(:last-child){margin-right:calc(max((var(--offset) * .8),16px))}.footer-menu__link{flex-shrink:0;color:var(--c1);transition:color .3s var(--tfn)}.footer-menu__link:focus,.footer-menu__link:focus-within,.footer-menu__link:hover{color:var(--c2)}.footer-menu__icon{flex-shrink:0;width:calc(max((var(--offset) * .8),18px));height:calc(max((var(--offset) * .8),18px));fill:var(--c2)}.footer-copyright{position:absolute;bottom:calc(var(--offset) * 2);display:flex;justify-content:space-between;align-items:center;font-size:.75em;line-height:1;color:var(--c4)}@media screen and (min-width:1200px){.footer-copyright{right:var(--offset-l);width:calc(50% - (var(--offset-l) + var(--offset-m)))}}@media screen and (max-width:1199px){.footer-copyright{left:0;right:0;width:100%;padding-left:var(--offset-l);padding-right:calc(var(--offset-l) + 40px)}}@media screen and (max-width:1100px){.footer-copyright{padding-right:calc(var(--offset-l) + 80px)}}@media screen and (max-width:1100px){.footer-copyright__text{margin-right:var(--offset)}}.social{display:flex;align-items:center;margin-top:auto}.social-text{margin-right:calc(var(--offset) * .8);line-height:1.4;font-size:.75em}.social-list{display:flex;align-items:center;list-style:none;margin:calc(0px - (var(--offset) * .8)) 0;padding:0}.social-list__link{display:flex;justify-content:center;align-items:center;padding:calc(max((var(--offset) * .6),15px))}.social-list__link svg{width:calc(max((var(--offset) * .8),18px));height:calc(max((var(--offset) * .8),18px));fill:var(--c6);transition:fill .3s var(--tfn)}.social-list__link:focus svg,.social-list__link:focus-within svg,.social-list__link:hover svg{fill:var(--c2)}.copyright-logo{position:relative;display:flex;flex-direction:column;flex-shrink:0;width:calc(max((var(--offset) * 1.5),30px));height:calc(max((var(--offset) * 1.75),35px));transition:.5s;transition-delay:.6s;overflow:hidden;z-index:1}.copyright-logo svg{width:calc(max((var(--offset) * 3),60px));height:auto;opacity:1;transform:none;top:auto;left:auto;fill:var(--c1);stroke:var(--c1);stroke-linecap:round}.copyright-logo .st0{stroke-width:12;stroke-linejoin:round;stroke-miterlimit:10;margin-left:auto}@media screen and (min-width:1000px){.copyright-logo .st0{-webkit-animation:st0 2s linear 0s infinite normal;animation:st0 2s linear 0s infinite normal}}.copyright-logo .st01{stroke-width:0;-webkit-animation:none;animation:none}.copyright-logo .st{stroke-width:0;stroke-linejoin:bevel;opacity:0;transition:.5s;fill:var(--c1);stroke:var(--c1)}.copyright-logo .st1{transition-delay:.3s}.copyright-logo .st2{transition-delay:.2s}.copyright-logo .st3{transition-delay:.1s}@media screen and (min-width:769px){.copyright-logo:focus,.copyright-logo:focus-within,.copyright-logo:hover{width:calc(var(--offset) * 3);transition-delay:0s;overflow:visible}.copyright-logo:focus-within::after,.copyright-logo:focus::after,.copyright-logo:hover::after{opacity:1}.copyright-logo:focus .st0,.copyright-logo:focus-within .st0,.copyright-logo:hover .st0{-webkit-animation:none;animation:none}.copyright-logo:focus .st,.copyright-logo:focus-within .st,.copyright-logo:hover .st{opacity:1;transition-delay:.4s}.copyright-logo:focus .st2,.copyright-logo:focus-within .st2,.copyright-logo:hover .st2{transition-delay:.5s}.copyright-logo:focus .st3,.copyright-logo:focus-within .st3,.copyright-logo:hover .st3{transition-delay:.6s}}@-webkit-keyframes st0{80%{stroke-width:12}95%{stroke-width:24}100%{stroke-width:12}}@keyframes st0{80%{stroke-width:12}95%{stroke-width:24}100%{stroke-width:12}}.anim{transition-property:opacity,transform;transition-timing-function:ease-in-out;opacity:0}@media screen and (min-width:1101px){.anim{transform:translateY(100px)}}.anim--left{transform-origin:left;transition-duration:.7s}@media screen and (min-width:1101px){.anim--left{transform:translateX(-100px)}}.anim--right{transform-origin:right;transition-duration:.7s}@media screen and (min-width:1101px){.anim--right{transform:translateX(100px)}}.anim--image{transform:scale(.75);opacity:0;transition-property:opacity,transform;transition-duration:1s,1.6s;transition-delay:.3s,.8s;transition-timing-function:ease-in-out}.anim.active{transform:none;opacity:1;transition-delay:.15s;transition-duration:.7s}.anim-parent>:not(.scrolling){transition-property:opacity,transform;transition-timing-function:ease-in-out;opacity:0}@media screen and (min-width:1101px){.anim-parent>:not(.scrolling){transform:translateY(50px)}}.anim-parent--left>:not(.scrolling){transform-origin:left;transition-duration:.7s}@media screen and (min-width:1101px){.anim-parent--left>:not(.scrolling){transform:translateX(-50px)}}.anim-parent--right>:not(.scrolling){transform-origin:right;transition-duration:.7s}@media screen and (min-width:1101px){.anim-parent--right>:not(.scrolling){transform:translateX(50px)}}.anim-parent>.active{transform:none;opacity:1;transition-duration:.7s;transition-delay:.15s}body:not(.load) .breadcrumbs,body:not(.load) .header .header-left,body:not(.load) .header:not(.nav-header) .header-right,body:not(.load) .main-col__filter{opacity:0}@media screen and (min-width:1101px){body:not(.load) .breadcrumbs,body:not(.load) .header .header-left,body:not(.load) .header:not(.nav-header) .header-right,body:not(.load) .main-col__filter{transform:translateY(-100px)}}body:not(.load) .header-sidebar{opacity:0}@media screen and (min-width:1000px){body:not(.load) .header-sidebar{transform:translateX(-100px)}}body:not(.load) .scrolling{opacity:0}@media screen and (min-width:1101px){body:not(.load) .scrolling{transform:translateY(100px)}}body:not(.load) .main-col--bg,body:not(.load) .main-col--scrollbar{opacity:0}body.load .breadcrumbs,body.load .header .header-left,body.load .header-sidebar,body.load .header:not(.nav-header) .header-right,body.load .main-col__filter,body.load .scrolling{transition:all .7s ease-in-out 0s}body.load .scrolling{transition-delay:1s}body.load .main-col--bg,body.load .main-col--scrollbar{opacity:1;transition:all .7s ease-in-out .7s}.theme-darkblue{--c2:var(--dc1)}.theme-orange{--c2:var(--dc2)}.theme-violet{--c2:var(--dc3)}.theme-blue{--c2:var(--dc4)}.theme-darkviolet{--c2:var(--dc5)}@media screen and (max-width:1199px){.page-home .main-slide--bg_white_gray .main-slide__scrollbar{display:flex;align-items:center;width:auto;margin-left:calc(0px - var(--offset-l));margin-right:calc(0px - var(--offset-l));overflow:auto}}@media screen and (max-width:899px){.page-news-inner .main,.page-product .main{margin-top:70px}.page-news-inner .main-col--bg_gray,.page-product .main-col--bg_gray{margin-bottom:var(--offset-xl);padding:0}.page-news-inner .main-col--sticky,.page-product .main-col--sticky{height:50vh}.page-news-inner .main-col--sticky+.main-col,.page-product .main-col--sticky+.main-col{overflow:visible}.page-news-inner .main-col__header,.page-product .main-col__header{position:-webkit-sticky;position:sticky;top:70px;margin:calc(0px - var(--offset-xl)) calc(0px - var(--offset-m)) var(--offset-m);padding:var(--offset-m);background-color:var(--c3);border-bottom:2px solid var(--c3);z-index:2}.page-news-inner.small .main-col__header,.page-product.small .main-col__header{border-color:var(--c5)}}@media screen and (max-width:899px){.page-news-inner .main-col--offset_bottom_0{padding-bottom:calc(64px + var(--offset-xl))}.page-news-inner .product-image img{-o-object-fit:cover;object-fit:cover}}@media screen and (max-width:899px){.page-search .main-col--bg_gray{padding-bottom:calc(64px + var(--offset-xl))}}@media screen and (min-width:900px) and (min-height:651px){.page-category .main-col--sticky{width:40.5%}}@media screen and (max-width:1200px){.page-category .breadcrumbs{display:none}}@media screen and (max-width:1200px) and (min-width:1101px){.page-category .main-col--offset_bottom_0{padding-left:0}}@media screen and (max-width:1100px){.page-category .main-row{flex-direction:column;padding-top:0}.page-category .main-col{width:100%;height:auto}.page-category .main-col--sticky{position:initial}.page-category .main-col__scrolling{display:none}}@media screen and (max-width:1100px) and (min-width:900px){.page-category .main-col:first-child:not(:last-child){padding-bottom:0}.page-category .main-col:first-child:not(:last-child) p:last-child,.page-category .main-col:first-child:not(:last-child) p:nth-last-child(2){margin-bottom:0}}.page-catalog .js-catalog-nav{position:-webkit-sticky;position:sticky;top:50px;z-index:3}.page-catalog .js-catalog-nav .main-col__header,.page-catalog .js-catalog-nav .main-col__header .link,.page-catalog .js-catalog-nav .main-col__info,.page-catalog .js-catalog-nav .main-col__logo,.page-catalog .js-catalog-nav .sorted-item,.page-catalog .js-catalog-nav .title,.page-catalog .js-catalog-nav.main-col{transition:all .4s ease-in-out .2s}.page-catalog .js-catalog-nav.small{height:110px;padding-top:calc((var(--offset) * 2) + 25px);padding-bottom:var(--offset)}.page-catalog .js-catalog-nav.small .main-col__header{margin-bottom:0}.page-catalog .js-catalog-nav.small .main-col__logo,.page-catalog .js-catalog-nav.small .title{margin-top:-80%;opacity:0}.page-catalog .js-catalog-nav.small .main-col__info{margin-top:-45px}.page-catalog .js-catalog-nav.small .sorted-item{margin-top:0}.page-catalog .js-catalog-nav.small .link{top:var(--offset)}@media screen and (max-width:1200px){.page-catalog .breadcrumbs{display:none}.page-catalog .main-col__header .link{position:absolute;top:calc(var(--offset) * 2);transform:translateY(20px);opacity:0;transition:all .6s ease-in-out 1s,color .3s ease-in-out}.page-catalog .main-col__header .link::after{content:attr(aria-label);position:relative;margin-left:var(--offset)}.page-catalog .main-col__header.active .link{transform:none;opacity:1}}@media screen and (max-width:1200px) and (min-width:1101px){.page-catalog .main-col--offset_bottom_0{padding-left:0}}@media screen and (max-width:1100px){.page-catalog .main-row{flex-direction:column;padding-top:0}.page-catalog .main-col{width:100%;height:auto}.page-catalog .main-col--sticky{position:initial}.page-catalog .main-col--size_s{padding-top:calc(var(--offset-xl) * 2)}.page-catalog .main-col__header{margin-bottom:var(--offset)}.page-catalog .main-col__scrolling{display:none}.page-catalog .js-catalog-nav{height:var(--height)}.page-catalog .main-col--scrollbar{overflow:visible}.page-catalog .main-col__filter{position:-webkit-sticky;position:sticky;top:50px;height:55px;transition:all .8s ease-in-out .4s;z-index:2}.page-catalog .js-catalog-nav.small+.main-col--scrollbar .main-col__filter{top:calc(110px + 50px)}}@media screen and (max-width:1200px){.page-product .breadcrumbs{display:none}.page-product .main-col--sticky{padding-top:calc(var(--offset) * 2)}}@media screen and (max-width:999px){.page-product .main-col--sticky{height:calc(100vh - 70px)}}@media screen and (max-width:899px){.page-product .main-col--sticky{height:50vh;margin-bottom:var(--offset-xl);padding-top:0}.page-product .product-images .tns-outer{width:100%}.page-product .main-row:not(:first-child) .main-col__header{position:initial;margin-bottom:0;border-bottom:none}}@media screen and (max-width:1100px){.page-not-found .main-col--sticky{padding-bottom:calc(var(--offset-xl) * 2)}}@media screen and (max-width:899px){.page-not-found .main-col--sticky{height:600px;margin-bottom:var(--offset-xl);padding:0}}@media screen and (max-width:599px){.page-not-found .main-col--sticky{height:380px}}@media screen and (max-width:1100px){.page-contacts .main-row:first-of-type .main-col{padding-bottom:0}.page-contacts .title--size_m{line-height:1}}@media screen and (max-width:1100px){body._catalog{background-color:var(--c5)}body._catalog .header{height:70px;background-color:var(--c2);border-bottom:none}body._catalog .header.nav-header{background-color:var(--c3)}body._catalog .nav-opener{background-color:transparent}body._catalog .nav-opener svg{fill:var(--c3)}}@media screen and (max-width:999px){body._catalog .header-logo{filter:brightness(0) invert(1)}}