:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance, 150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, .2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translate(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translate(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translate(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translate(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: .65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media (hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, .98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, .1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translateZ(0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:#0000;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translateZ(0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:#18181b80}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, .6);--f-button-active-bg: rgba(0, 0, 0, .6);--f-button-hover-bg: rgba(0, 0, 0, .6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, .3);--f-button-active-bg: rgba(24, 24, 27, .5);--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));--f-button-svg-disabled-opacity: .65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:#18181be6;color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:#0000}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translateZ(0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:#0000;outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * .5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, .94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, .65);--f-button-hover-bg: rgba(70, 70, 73, .65);--f-button-active-bg: rgba(90, 90, 93, .65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}@font-face{font-family:Roboto;src:local("Roboto Thin"),local("Roboto-Thin"),url(/fonts/Roboto/Robotothin.woff2) format("woff2"),url(/fonts/Roboto/Robotothin.woff) format("woff"),url(/fonts/Roboto/Robotothin.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Roboto;src:local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url(/fonts/Roboto/Robotothinitalic.woff2) format("woff2"),url(/fonts/Roboto/Robotothinitalic.woff) format("woff"),url(/fonts/Roboto/Robotothinitalic.ttf) format("truetype");font-weight:100;font-style:italic}@font-face{font-family:Roboto;src:local("Roboto Light"),local("Roboto-Light"),url(/fonts/Roboto/Robotolight.woff2) format("woff2"),url(/fonts/Roboto/Robotolight.woff) format("woff"),url(/fonts/Roboto/Robotolight.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:local("Roboto Light Italic"),local("Roboto-LightItalic"),url(/fonts/Roboto/Robotolightitalic.woff2) format("woff2"),url(/fonts/Roboto/Robotolightitalic.woff) format("woff"),url(/fonts/Roboto/Robotolightitalic.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Roboto;src:local("Roboto"),local("Roboto-Regular"),url(/fonts/Roboto/Roboto.woff2) format("woff2"),url(/fonts/Roboto/Roboto.woff) format("woff"),url(/fonts/Roboto/Roboto.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:local("Roboto Italic"),local("Roboto-Italic"),url(/fonts/Roboto/Robotoitalic.woff2) format("woff2"),url(/fonts/Roboto/Robotoitalic.woff) format("woff"),url(/fonts/Roboto/Robotoitalic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Roboto;src:local("Roboto Medium"),local("Roboto-Medium"),url(/fonts/Roboto/Robotomedium.woff2) format("woff2"),url(/fonts/Roboto/Robotomedium.woff) format("woff"),url(/fonts/Roboto/Robotomedium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(/fonts/Roboto/Robotomediumitalic.woff2) format("woff2"),url(/fonts/Roboto/Robotomediumitalic.woff) format("woff"),url(/fonts/Roboto/Robotomediumitalic.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Roboto;src:local("Roboto Bold"),local("Roboto-Bold"),url(/fonts/Roboto/Robotobold.woff2) format("woff2"),url(/fonts/Roboto/Robotobold.woff) format("woff"),url(/fonts/Roboto/Robotobold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(/fonts/Roboto/Robotobolditalic.woff2) format("woff2"),url(/fonts/Roboto/Robotobolditalic.woff) format("woff"),url(/fonts/Roboto/Robotobolditalic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Roboto;src:local("Roboto Black"),local("Roboto-Black"),url(/fonts/Roboto/Robotoblack.woff2) format("woff2"),url(/fonts/Roboto/Robotoblack.woff) format("woff"),url(/fonts/Roboto/Robotoblack.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Roboto;src:local("Roboto Black Italic"),local("Roboto-BlackItalic"),url(/fonts/Roboto/Robotoblackitalic.woff2) format("woff2"),url(/fonts/Roboto/Robotoblackitalic.woff) format("woff"),url(/fonts/Roboto/Robotoblackitalic.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:Oswald;src:local("Oswald Light"),local("Oswald-Light"),url(/fonts/Oswald/Oswaldlight.woff2) format("woff2"),url(/fonts/Oswald/Oswaldlight.woff) format("woff"),url(/fonts/Oswald/Oswaldlight.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Oswald;src:local("Oswald Regular"),local("Oswald-Regular"),url(/fonts/Oswald/Oswaldregular.woff2) format("woff2"),url(/fonts/Oswald/Oswaldregular.woff) format("woff"),url(/fonts/Oswald/Oswaldregular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Oswald;src:local("Oswald DemiBold"),local("Oswald-DemiBold"),url(/fonts/Oswald/Oswalddemibold.woff2) format("woff2"),url(/fonts/Oswald/Oswalddemibold.woff) format("woff"),url(/fonts/Oswald/Oswalddemibold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Oswald;src:local("Oswald RegularItalic"),local("Oswald-RegularItalic"),url(/fonts/Oswald/Oswaldregularitalic.woff2) format("woff2"),url(/fonts/Oswald/Oswaldregularitalic.woff) format("woff"),url(/fonts/Oswald/Oswaldregularitalic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Oswald;src:local("Oswald MediumItalic"),local("Oswald-MediumItalic"),url(/fonts/Oswald/Oswaldmediumitalic.woff2) format("woff2"),url(/fonts/Oswald/Oswaldmediumitalic.woff) format("woff"),url(/fonts/Oswald/Oswaldmediumitalic.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Oswald;src:local("Oswald ExtraLightItalic"),local("Oswald-ExtraLightItalic"),url(/fonts/Oswald/Oswaldextralightitalic.woff2) format("woff2"),url(/fonts/Oswald/Oswaldextralightitalic.woff) format("woff"),url(/fonts/Oswald/Oswaldextralightitalic.ttf) format("truetype");font-weight:200;font-style:italic}@font-face{font-family:Oswald;src:local("Oswald HeavyItalic"),local("Oswald-HeavyItalic"),url(/fonts/Oswald/Oswaldheavyitalic.woff2) format("woff2"),url(/fonts/Oswald/Oswaldheavyitalic.woff) format("woff"),url(/fonts/Oswald/Oswaldheavyitalic.ttf) format("truetype");font-weight:800;font-style:italic}@font-face{font-family:Oswald;src:local("Oswald Heavy"),local("Oswald-Heavy"),url(/fonts/Oswald/Oswaldheavy.woff2) format("woff2"),url(/fonts/Oswald/Oswaldheavy.woff) format("woff"),url(/fonts/Oswald/Oswaldheavy.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Oswald;src:local("Oswald LightItalic"),local("Oswald-LightItalic"),url(/fonts/Oswald/Oswaldlightitalic.woff2) format("woff2"),url(/fonts/Oswald/Oswaldlightitalic.woff) format("woff"),url(/fonts/Oswald/Oswaldlightitalic.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Oswald;src:local("Oswald Medium"),local("Oswald-Medium"),url(/fonts/Oswald/Oswaldmedium.woff2) format("woff2"),url(/fonts/Oswald/Oswaldmedium.woff) format("woff"),url(/fonts/Oswald/Oswaldmedium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Oswald;src:local("Oswald ExtraLight"),local("Oswald-ExtraLight"),url(/fonts/Oswald/Oswaldextralight.woff2) format("woff2"),url(/fonts/Oswald/Oswaldextralight.woff) format("woff"),url(/fonts/Oswald/Oswaldextralight.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Oswald;src:local("Oswald BoldItalic"),local("Oswald-BoldItalic"),url(/fonts/Oswald/Oswaldbolditalic.woff2) format("woff2"),url(/fonts/Oswald/Oswaldbolditalic.woff) format("woff"),url(/fonts/Oswald/Oswaldbolditalic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Oswald;src:local("Oswald DemiBoldItalic"),local("Oswald-DemiBoldItalic"),url(/fonts/Oswald/Oswalddemibolditalic.woff2) format("woff2"),url(/fonts/Oswald/Oswalddemibolditalic.woff) format("woff"),url(/fonts/Oswald/Oswalddemibolditalic.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:Oswald;src:local("Oswald Bold"),local("Oswald-Bold"),url(/fonts/Oswald/Oswaldbold.woff2) format("woff2"),url(/fonts/Oswald/Oswaldbold.woff) format("woff"),url(/fonts/Oswald/Oswaldbold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Onest;src:local("Onest Regular"),local("Onest-Regular"),url(/fonts/Onest/Onest-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Oooh Baby;src:local("OoohBaby Regular"),local("OoohBaby-Regular"),url(/fonts/Oooh_Baby/OoohBaby-Regular.ttf) format("truetype");font-weight:400;font-style:normal}body{line-height:1;color:#3d3e3f;font-family:Roboto;background:#fcfcfc;padding-top:102px;overflow-y:scroll}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box}:root{--3: #9E9EA2;--Secondary-100: #1C1C1C;--Secondary-20: #D2D2D2;--Black: #000;--light-grey-color: #686868}.core-container{max-width:1920px;width:100%;margin:10px auto;padding-right:20px;padding-left:20px;min-width:360px}.secondary-container{width:100%;padding:60px}.site-header{color:#fff;font-family:Oswald;font-size:clamp(31px,3.7vw,70px);font-weight:500;line-height:115%;text-transform:uppercase}.btn-primary,.btn-secondary,.btn-third{display:flex;width:-moz-max-content;width:max-content;min-height:52px;padding:13px 30px;justify-content:center;align-items:center;border-radius:12px;cursor:pointer;text-decoration:none;font-family:Roboto;font-size:20px;line-height:130%}.btn-primary{border:1px solid #2F373F;background:#fff;color:#3d3e3f}.btn-secondary{border:none;background:#fff;color:#3d3e3f}.btn-third{color:#fff;border:1px solid #FFF}.btn-icon-arrow{width:40px;height:40px;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_2971_3437)'%3E%3Crect width='40' height='40' rx='12' fill='white' fill-opacity='0.09'/%3E%3Cpath d='M15.3955 23.6466C15.1026 23.9395 15.1026 24.4143 15.3955 24.7072C15.6883 25.0001 16.1632 25.0001 16.4561 24.7072L15.3955 23.6466ZM24.5402 16.3125C24.5402 15.8983 24.2044 15.5625 23.7902 15.5625H17.0402C16.626 15.5625 16.2902 15.8983 16.2902 16.3125C16.2902 16.7267 16.626 17.0625 17.0402 17.0625H23.0402V23.0625C23.0402 23.4767 23.376 23.8125 23.7902 23.8125C24.2044 23.8125 24.5402 23.4767 24.5402 23.0625V16.3125ZM16.4561 24.7072L24.3205 16.8428L23.2599 15.7822L15.3955 23.6466L16.4561 24.7072Z' fill='white' fill-opacity='0.6'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_2971_3437' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_2971_3437'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_2971_3437' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");transition:background .3s ease-in-out}.btn-close{width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;border:none;padding:0;background-color:unset;cursor:pointer}.btn-close:after{cursor:pointer;display:block;content:"";width:42px;height:42px;background-image:url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='41' height='41' rx='9.5' stroke='white'/%3E%3Cpath d='M15 26.5L26.5003 15' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.5 26.5L14.9997 15' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-user-manuals,.icon-certificates,.icon-catalogs,.icon-test-center,.icon-3d-models,.icon-questionnaires{display:flex;align-items:center;gap:8px;background:unset;border:none}.icon-user-manuals:before,.icon-certificates:before,.icon-catalogs:before,.icon-test-center:before,.icon-3d-models:before,.icon-questionnaires:before{display:block;content:"";width:27px;height:27px}.icon-user-manuals:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='0.75' y='0.75' width='25.5' height='25.5' rx='5.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M6 8.5H21' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 13.5H21' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 18.5H21' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-certificates:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M0.75 6C0.75 3.10051 3.1005 0.750001 6 0.750001L21 0.75C23.8995 0.75 26.25 3.1005 26.25 6V21C26.25 23.8995 23.8995 26.25 21 26.25L6 26.25C3.1005 26.25 0.75 23.8995 0.75 21V6Z' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M18.1615 1.45182L18.1615 5.77661C18.1615 6.88146 19.0573 7.77701 20.1622 7.77661L25.388 7.7747' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-catalogs:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='0.75' y='0.75' width='25.5' height='25.5' rx='5.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M6 8.5H21' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 13.5H14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 18.5H14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-test-center:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='0.75' y='0.75' width='25.5' height='25.5' rx='5.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M8.33848 14.0206L12.2465 6.2554C12.3253 6.09881 12.4856 6 12.6609 6H16.6823C17.0492 6 17.271 6.40571 17.0729 6.71452L14.2396 11.1309C14.0415 11.4397 14.2633 11.8454 14.6302 11.8454H16.9927C17.3888 11.8454 17.6028 12.3099 17.3453 12.611L10.7138 20.3653C10.3892 20.7448 9.77634 20.4139 9.91561 19.9343L11.2652 15.2866C11.3514 14.9897 11.1287 14.6932 10.8196 14.6932H8.75294C8.40749 14.6932 8.18319 14.3292 8.33848 14.0206Z' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E")}.icon-3d-models:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M0.75 6C0.75 3.10051 3.1005 0.750001 6 0.750001L21 0.75C23.8995 0.75 26.25 3.1005 26.25 6V21C26.25 23.8995 23.8995 26.25 21 26.25L6 26.25C3.1005 26.25 0.75 23.8995 0.75 21V6Z' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M15 21V6.5L21 16.5L15 21Z' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M12 21V6.5L6 16.5L12 21Z' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-questionnaires:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='0.75' y='0.75' width='25.5' height='25.5' rx='5.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M6 8H8' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 8H21' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 13H8' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 13H21' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 18H8' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 18H21' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-download:after{display:flex;content:"";min-width:16px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 16 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.97932 0C7.7141 0 7.45975 0.103853 7.27221 0.288717C7.08468 0.473581 6.97932 0.724312 6.97932 0.985748L6.97932 14.5676L1.69932 9.10261C1.51343 8.92334 1.26401 8.82251 1.00396 8.82149C0.743905 8.82048 0.493681 8.91937 0.306359 9.09718C0.119037 9.27499 0.00935256 9.51775 0.000570907 9.77395C-0.00821075 10.0301 0.0846014 10.2796 0.259321 10.4695L7.25932 17.6983C7.3526 17.7937 7.46444 17.8696 7.58815 17.9215C7.71186 17.9733 7.8449 18 7.97932 18C8.11374 18 8.24678 17.9733 8.37049 17.9215C8.4942 17.8696 8.60604 17.7937 8.69932 17.6983L15.6993 10.4695C15.795 10.3773 15.8709 10.267 15.9225 10.1453C15.9742 10.0236 16.0005 9.89292 16 9.76099C15.9995 9.62907 15.9721 9.4986 15.9195 9.3773C15.8668 9.256 15.79 9.14635 15.6936 9.05484C15.5972 8.96333 15.4832 8.89183 15.3582 8.84457C15.2333 8.79731 15.1 8.77525 14.9662 8.77971C14.8325 8.78416 14.701 8.81504 14.5796 8.87051C14.4581 8.92597 14.3492 9.0049 14.2593 9.10261L8.97932 14.5676L8.97932 0.985748C8.97932 0.724312 8.87396 0.473581 8.68643 0.288717C8.49889 0.103853 8.24454 0 7.97932 0Z' fill='white'/%3E%3Crect y='20' width='16' height='2' rx='1' fill='white'/%3E%3C/svg%3E");opacity:.5}.icon-download-2{text-decoration:none;display:flex;align-items:center;color:inherit;gap:10px}.icon-download-2:before{display:inline-flex;content:"";min-width:16px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 16 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.97932 0C7.7141 0 7.45975 0.103853 7.27221 0.288717C7.08468 0.473581 6.97932 0.724312 6.97932 0.985748L6.97932 14.5676L1.69932 9.10261C1.51343 8.92334 1.26401 8.82251 1.00396 8.82149C0.743905 8.82048 0.493681 8.91937 0.306359 9.09718C0.119037 9.27499 0.00935256 9.51775 0.000570907 9.77395C-0.00821075 10.0301 0.0846014 10.2796 0.259321 10.4695L7.25932 17.6983C7.3526 17.7937 7.46444 17.8696 7.58815 17.9215C7.71186 17.9733 7.8449 18 7.97932 18C8.11374 18 8.24678 17.9733 8.37049 17.9215C8.4942 17.8696 8.60604 17.7937 8.69932 17.6983L15.6993 10.4695C15.795 10.3773 15.8709 10.267 15.9225 10.1453C15.9742 10.0236 16.0005 9.89292 16 9.76099C15.9995 9.62907 15.9721 9.4986 15.9195 9.3773C15.8668 9.256 15.79 9.14635 15.6936 9.05484C15.5972 8.96333 15.4832 8.89183 15.3582 8.84457C15.2333 8.79731 15.1 8.77525 14.9662 8.77971C14.8325 8.78416 14.701 8.81504 14.5796 8.87051C14.4581 8.92597 14.3492 9.0049 14.2593 9.10261L8.97932 14.5676L8.97932 0.985748C8.97932 0.724312 8.87396 0.473581 8.68643 0.288717C8.49889 0.103853 8.24454 0 7.97932 0Z' fill='black'/%3E%3Crect y='20' width='16' height='2' rx='1' fill='black'/%3E%3C/svg%3E")}.icon-look:after{display:flex;content:"";min-width:28px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='14' viewBox='0 0 28 14' fill='none'%3E%3Ccircle cx='14' cy='7' r='5' stroke='white' stroke-width='2'/%3E%3Cpath d='M1.33735 7.62316C1.22787 7.41789 1.14773 7.24036 1.09076 7.10036C1.18716 6.94326 1.32155 6.73776 1.49766 6.49761C1.93604 5.89982 2.6303 5.09087 3.63775 4.27841C5.63916 2.66437 8.91998 1 14 1C19.08 1 22.3608 2.66437 24.3622 4.27841C25.3697 5.09087 26.064 5.89982 26.5023 6.49761C26.6658 6.72049 26.7933 6.91352 26.8878 7.06572C26.82 7.20586 26.7284 7.37989 26.6088 7.57925C26.2622 8.15692 25.6808 8.94625 24.7571 9.74259C22.9267 11.3205 19.6653 13 14 13C8.04084 13 4.79186 11.3128 3.04602 9.75406C2.16456 8.96704 1.63924 8.1892 1.33735 7.62316ZM27.0496 6.68885C27.0498 6.68836 27.0494 6.68948 27.0485 6.69217L27.049 6.6908L27.0496 6.68885Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E");opacity:.5}.icon-copy:before{display:flex;content:"";width:30px;height:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect x='5.75' y='3.75' width='14.5' height='17.5' rx='3.25' stroke='%233D3E3F' stroke-width='1.5'/%3E%3Cpath d='M10.75 12C10.75 10.2051 12.2051 8.75 14 8.75H21C22.7949 8.75 24.25 10.2051 24.25 12V23C24.25 24.7949 22.7949 26.25 21 26.25H14C12.2051 26.25 10.75 24.7949 10.75 23V12Z' fill='white' stroke='%233D3E3F' stroke-width='1.5'/%3E%3C/svg%3E");opacity:.5}.icon-tel:before,.icon-email:before{display:block;width:24px;height:24px;content:""}.icon-tel:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10.0156 13.0417L10.0158 13.0419C10.8713 13.8967 11.8726 14.2037 12.764 14.1875C13.6309 14.1718 14.4296 13.8482 14.8889 13.3889C15.2641 13.0138 15.6866 12.8481 16.239 12.9238C16.8321 13.0052 17.6222 13.3728 18.6628 14.209L18.6628 14.209C19.155 14.6045 19.3725 14.9228 19.458 15.1585C19.5368 15.3756 19.5202 15.5661 19.4355 15.7669C19.3432 15.9858 19.1698 16.2143 18.9318 16.4651C18.7826 16.6222 18.6448 16.7527 18.5012 16.8887C18.397 16.9873 18.2899 17.0888 18.1732 17.2053L18.173 17.2055C18.0099 17.3685 17.589 17.5941 16.9012 17.7537C16.2365 17.9079 15.3903 17.9844 14.4493 17.9092C12.5706 17.7593 10.3461 17.0084 8.44788 15.1111C6.54646 13.2096 5.66739 10.8509 5.39637 8.83051C5.26089 7.82055 5.27936 6.90856 5.39123 6.19698C5.44719 5.84104 5.52507 5.54451 5.61329 5.3153C5.70419 5.07916 5.79381 4.94651 5.85422 4.88616L5.85458 4.8858C5.97265 4.76764 6.07477 4.65973 6.17391 4.55497C6.30888 4.41234 6.43832 4.27555 6.59499 4.12666C6.84556 3.88853 7.07348 3.71534 7.29164 3.62323C7.49161 3.5388 7.68139 3.5222 7.8979 3.60091C8.13334 3.68649 8.45141 3.904 8.84711 4.39627L8.84721 4.39638C9.68396 5.43677 10.0348 6.2084 10.104 6.78096C10.168 7.31096 9.99758 7.72506 9.61132 8.11086L9.61032 8.11186C9.14451 8.57951 8.84166 9.40061 8.84204 10.275C8.84243 11.1751 9.16172 12.1874 10.0156 13.0417Z' stroke='%23171717' stroke-width='1.1'/%3E%3C/svg%3E")}.icon-email:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.79915 6.94541L12.5 12.1739L20.2009 6.94541C20.0717 6.52678 19.669 6.21805 19.1977 6.21805H5.80233C5.33102 6.21805 4.92829 6.52678 4.79915 6.94541ZM20.2442 8.40281L12.8601 13.4162C12.6439 13.563 12.3561 13.563 12.1399 13.4162L4.75581 8.40281V16.9774C4.75581 17.5343 5.22818 17.9925 5.80233 17.9925H19.1977C19.7718 17.9925 20.2442 17.5343 20.2442 16.9774V8.40281ZM3.5 7.23308C3.5 6.0035 4.53461 5 5.80233 5H19.1977C20.4654 5 21.5 6.0035 21.5 7.23308V16.9774C21.5 18.207 20.4654 19.2105 19.1977 19.2105H5.80233C4.53461 19.2105 3.5 18.207 3.5 16.9774V7.23308Z' fill='%23171717'/%3E%3C/svg%3E")}.breadcrumb{margin-bottom:30px}.breadcrumb ul{display:flex;flex-wrap:wrap;align-items:center;list-style-type:none;white-space:nowrap;gap:9px}.breadcrumb .breadcrumb_line{display:flex;align-items:center;background:#3d3e3f;width:2px;height:2px;border-radius:50%}.breadcrumb .breadcrumb_home,.breadcrumb .breadcrumb_item{color:#3d3e3f;font-size:20px;line-height:130%;text-decoration:none}.breadcrumb li:last-child .breadcrumb_item{color:#17171766}.animation_dot{display:block;width:20px;height:20px;box-shadow:0 0 0 6px #fff6;border-radius:50%;background-color:#fff;z-index:2;position:absolute;right:16px;top:25px;animation:1s ease 1s infinite alternate anim_dot;filter:drop-shadow(4px 4px 6px black)}@keyframes anim_dot{0%{right:16px}to{right:44px}}.slider-section{display:flex;flex-direction:column;gap:20px}.slider-section .slider-section_head-wrapper{display:flex;justify-content:space-between;gap:20px}.slider-section_swiper{overflow:hidden;width:100%;height:100%;position:relative}.slider-section .slider-section_btn-wrapper,.slider-section_swiper .slider-section_btn-wrapper,.slider-section_head-wrapper .slider-section_btn-wrapper{display:flex;gap:8px}.slider-section .swiper-wrapper.swiper-wrapper_column,.slider-section_swiper .swiper-wrapper.swiper-wrapper_column,.slider-section_head-wrapper .swiper-wrapper.swiper-wrapper_column{display:flex;flex-direction:column;gap:10px}.slider-section .slider-section_btn-prev,.slider-section .slider-section_btn-next,.slider-section_swiper .slider-section_btn-prev,.slider-section_swiper .slider-section_btn-next,.slider-section_head-wrapper .slider-section_btn-prev,.slider-section_head-wrapper .slider-section_btn-next{width:40px;height:40px;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_4827_38642)'%3E%3Crect width='40' height='40' rx='12' fill='white'/%3E%3Cpath d='M14.2945 19.4946C13.8803 19.4946 13.5445 19.8304 13.5445 20.2446C13.5445 20.6588 13.8803 20.9946 14.2945 20.9946L14.2945 19.4946ZM25.9468 20.7749C26.2397 20.482 26.2397 20.0071 25.9468 19.7142L21.1738 14.9413C20.8809 14.6484 20.406 14.6484 20.1131 14.9413C19.8203 15.2342 19.8203 15.709 20.1131 16.0019L24.3558 20.2446L20.1131 24.4872C19.8202 24.7801 19.8202 25.255 20.1131 25.5479C20.406 25.8408 20.8809 25.8408 21.1738 25.5479L25.9468 20.7749ZM14.2945 20.9946L25.4164 20.9946L25.4164 19.4946L14.2945 19.4946L14.2945 20.9946Z' fill='%23B1B4C3'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_4827_38642' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_4827_38642'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_4827_38642' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer}.slider-section .slider-section_btn-prev:hover,.slider-section .slider-section_btn-next:hover,.slider-section_swiper .slider-section_btn-prev:hover,.slider-section_swiper .slider-section_btn-next:hover,.slider-section_head-wrapper .slider-section_btn-prev:hover,.slider-section_head-wrapper .slider-section_btn-next:hover{background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_4827_38654)'%3E%3Crect width='40' height='40' rx='12' fill='white'/%3E%3Cpath d='M14.2945 19.4946C13.8803 19.4946 13.5445 19.8304 13.5445 20.2446C13.5445 20.6588 13.8803 20.9946 14.2945 20.9946L14.2945 19.4946ZM25.9468 20.7749C26.2397 20.482 26.2397 20.0071 25.9468 19.7142L21.1738 14.9413C20.8809 14.6484 20.406 14.6484 20.1131 14.9413C19.8203 15.2342 19.8203 15.709 20.1131 16.0019L24.3558 20.2446L20.1131 24.4872C19.8202 24.7801 19.8202 25.255 20.1131 25.5479C20.406 25.8408 20.8809 25.8408 21.1738 25.5479L25.9468 20.7749ZM14.2945 20.9946L25.4164 20.9946L25.4164 19.4946L14.2945 19.4946L14.2945 20.9946Z' fill='%23171717'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_4827_38654' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_4827_38654'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_4827_38654' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")}.slider-section .slider-section_btn-prev.swiper-button-disabled:hover,.slider-section .slider-section_btn-next.swiper-button-disabled:hover,.slider-section_swiper .slider-section_btn-prev.swiper-button-disabled:hover,.slider-section_swiper .slider-section_btn-next.swiper-button-disabled:hover,.slider-section_head-wrapper .slider-section_btn-prev.swiper-button-disabled:hover,.slider-section_head-wrapper .slider-section_btn-next.swiper-button-disabled:hover{background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_3340_48857)'%3E%3Crect width='40' height='40' rx='12' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M14.2945 19.4946C13.8803 19.4946 13.5445 19.8304 13.5445 20.2446C13.5445 20.6588 13.8803 20.9946 14.2945 20.9946L14.2945 19.4946ZM25.9468 20.7749C26.2397 20.482 26.2397 20.0071 25.9468 19.7142L21.1738 14.9413C20.8809 14.6484 20.406 14.6484 20.1131 14.9413C19.8203 15.2342 19.8203 15.709 20.1131 16.0019L24.3558 20.2446L20.1131 24.4872C19.8202 24.7801 19.8202 25.255 20.1131 25.5479C20.406 25.8408 20.8809 25.8408 21.1738 25.5479L25.9468 20.7749ZM14.2945 20.9946L25.4164 20.9946L25.4164 19.4946L14.2945 19.4946L14.2945 20.9946Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_3340_48857' x='-5.7' y='-5.7' width='51.4' height='51.4' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2.85'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3340_48857'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_3340_48857' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")}.slider-section .slider-section_btn-prev.swiper-button-disabled,.slider-section .slider-section_btn-next.swiper-button-disabled,.slider-section_swiper .slider-section_btn-prev.swiper-button-disabled,.slider-section_swiper .slider-section_btn-next.swiper-button-disabled,.slider-section_head-wrapper .slider-section_btn-prev.swiper-button-disabled,.slider-section_head-wrapper .slider-section_btn-next.swiper-button-disabled{background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_3340_48857)'%3E%3Crect width='40' height='40' rx='12' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M14.2945 19.4946C13.8803 19.4946 13.5445 19.8304 13.5445 20.2446C13.5445 20.6588 13.8803 20.9946 14.2945 20.9946L14.2945 19.4946ZM25.9468 20.7749C26.2397 20.482 26.2397 20.0071 25.9468 19.7142L21.1738 14.9413C20.8809 14.6484 20.406 14.6484 20.1131 14.9413C19.8203 15.2342 19.8203 15.709 20.1131 16.0019L24.3558 20.2446L20.1131 24.4872C19.8202 24.7801 19.8202 25.255 20.1131 25.5479C20.406 25.8408 20.8809 25.8408 21.1738 25.5479L25.9468 20.7749ZM14.2945 20.9946L25.4164 20.9946L25.4164 19.4946L14.2945 19.4946L14.2945 20.9946Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_3340_48857' x='-5.7' y='-5.7' width='51.4' height='51.4' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2.85'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3340_48857'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_3340_48857' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");cursor:default}.slider-section .slider-section_btn-prev,.slider-section_swiper .slider-section_btn-prev,.slider-section_head-wrapper .slider-section_btn-prev{transform:rotate(180deg)}.bottom-pinned-menu{position:fixed;width:-moz-max-content;width:max-content;right:0;bottom:14px;left:0;margin:auto;display:flex;padding:26px 60px;gap:65px;border-radius:22px;background:#fff;z-index:18}.bottom-pinned-menu a{display:flex;align-items:center;gap:10px;color:#3d3e3f;font-size:20px;line-height:130%}.bottom-pinned-menu a:before{display:block;content:"";width:24px;height:24px}.bottom-pinned-menu .icon-mail:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='1' y='4' width='21' height='16' rx='2' stroke='%23222222' stroke-width='1.5'/%3E%3Cpath d='M1 8L10.5077 13.433C11.1226 13.7843 11.8774 13.7843 12.4923 13.433L22 8' stroke='%23222222' stroke-width='1.5'/%3E%3C/svg%3E")}.bottom-pinned-menu .icon-phone:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40046 15.599C1.86553 9.06336 2.79478 6.07056 3.48368 5.10615C3.57217 4.95027 5.75349 1.68494 8.09171 3.6007C13.8955 8.38052 6.54798 7.70473 11.4215 12.5791C16.2961 17.4525 15.6192 10.1053 20.3993 15.9078C22.3151 18.2469 19.0496 20.4281 18.8947 20.5157C17.9303 21.2056 14.9364 22.1347 8.40046 15.599Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.ask-city{position:fixed;top:96px;left:15%;max-width:422px;width:100%;display:none;padding:20px;flex-direction:column;justify-content:center;gap:20px;border-radius:12px;background:#fff;box-shadow:0 1px 10px 2px #0000000f;z-index:20}.ask-city.active{display:flex}.ask-city p{display:flex;gap:6px;font-size:20px;line-height:130%}.ask-city .ask-city_btn-wrapper{width:100%;display:flex;align-items:center;gap:12px}.ask-city .ask-city_btn-wrapper button{width:100%}.cookie{position:fixed;bottom:14px;left:46px;display:none;max-width:611px;width:100%;padding:20px;flex-direction:column;gap:31px;border-radius:12px;background:#fff;box-shadow:0 1px 10px 2px #0000000f;z-index:20}.cookie.active{display:flex}.cookie .cookie-container{display:flex;gap:14px}.cookie .cookie-container p{font-size:20px;line-height:130%}.cookie .cookie-container .btn-close{filter:brightness(0)}.cookie .btn-primary{max-width:337px;width:100%}.pagination{margin-top:-100px;margin-bottom:60px}.pagination ul{display:flex;justify-content:center;gap:6px}.pagination .page{display:flex;width:40px;height:40px;justify-content:center;align-items:center;border-radius:12px;background:#686868;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-decoration:none;color:#fcfcff;font-size:20px;line-height:130%}.pagination .page:hover{filter:brightness(.9);color:#fff}.pagination .page.active{color:#fff}.pagination li .page.prev:after,.pagination li .page.next:after{display:block;content:"";width:39px;height:38px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='39' viewBox='0 0 39 39' fill='none'%3E%3Cpath d='M24.7055 18.4946C25.1197 18.4946 25.4555 18.8304 25.4555 19.2446C25.4555 19.6588 25.1197 19.9946 24.7055 19.9946L24.7055 18.4946ZM13.0532 19.7749C12.7603 19.482 12.7603 19.0071 13.0532 18.7142L17.8262 13.9413C18.1191 13.6484 18.594 13.6484 18.8869 13.9413C19.1797 14.2342 19.1797 14.709 18.8869 15.0019L14.6442 19.2446L18.8869 23.4872C19.1798 23.7801 19.1798 24.255 18.8869 24.5479C18.594 24.8408 18.1191 24.8408 17.8262 24.5479L13.0532 19.7749ZM24.7055 19.9946L13.5836 19.9946L13.5836 18.4946L24.7055 18.4946L24.7055 19.9946Z' fill='%23000000'/%3E%3C/svg%3E")}.pagination li .page.next:after{transform:rotate(180deg)}.pagination.light-theme .page{background:#fff;color:#b1b4c3}.pagination.light-theme .page:hover,.pagination.light-theme .page.active{color:#3d3e3f}.pagination.light-theme li .page.prev:after,.pagination.light-theme li .page.next:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='39' viewBox='0 0 39 39' fill='none'%3E%3Cpath d='M24.7055 18.4946C25.1197 18.4946 25.4555 18.8304 25.4555 19.2446C25.4555 19.6588 25.1197 19.9946 24.7055 19.9946L24.7055 18.4946ZM13.0532 19.7749C12.7603 19.482 12.7603 19.0071 13.0532 18.7142L17.8262 13.9413C18.1191 13.6484 18.594 13.6484 18.8869 13.9413C19.1797 14.2342 19.1797 14.709 18.8869 15.0019L14.6442 19.2446L18.8869 23.4872C19.1798 23.7801 19.1798 24.255 18.8869 24.5479C18.594 24.8408 18.1191 24.8408 17.8262 24.5479L13.0532 19.7749ZM24.7055 19.9946L13.5836 19.9946L13.5836 18.4946L24.7055 18.4946L24.7055 19.9946Z' fill='%23000000'/%3E%3C/svg%3E")}[data-for-state]{display:none!important}[data-form-state=initial] [data-for-state=initial],[data-form-state=success] [data-for-state=success],[data-form-state=error] [data-for-state=error]{display:flex!important}.popup-wrapper{display:none;position:fixed;top:85px;right:0;bottom:0;left:0;z-index:19;padding:16px;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.popup-wrapper.active{display:flex;overflow-y:auto}.popup-wrapper .popup-container{max-width:640px;width:100%;margin:auto;display:none;align-self:center;flex-direction:column;gap:68px;padding:30px;border-radius:16px;background:#f5f5f5}.popup-wrapper .popup-container.active{display:flex}.popup-wrapper .popup_head{display:flex;flex-direction:column;gap:30px}.popup-wrapper .popup_header-wrapper{display:flex;justify-content:space-between;gap:20px}.popup-wrapper .popup_header{display:flex;flex-direction:column;gap:12px;font-size:30px;line-height:130%}.popup-wrapper .popup_header .subtitle{font-size:20px;line-height:130%}.popup-wrapper .popup_btn-close{padding:0;border:none;background-color:unset;cursor:pointer;display:flex;content:"";max-width:42px;width:100%;height:42px;background-image:url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='41' height='41' rx='9.5' stroke='%233D3E3F'/%3E%3Cpath d='M15 26.5L26.5003 15' stroke='%233D3E3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.5 26.5L14.9997 15' stroke='%233D3E3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.popup-wrapper .popup_label-wrapper{display:flex;flex-direction:column;gap:10px}.popup-wrapper .popup_label-wrapper .popup_label input,.popup-wrapper .popup_label-wrapper .popup_label textarea{display:flex;width:100%;padding:12px 20px;border-radius:12px;border:1px solid #A8A8A8;background:#fff;outline:none;font-family:Roboto;font-size:20px;line-height:130%}.popup-wrapper .popup_label-wrapper .popup_label textarea{resize:none;height:162px}.popup-wrapper .popup_label-wrapper .popup_label input::-moz-placeholder,.popup-wrapper .popup_label-wrapper .popup_label textarea::-moz-placeholder{color:#a8a8a8}.popup-wrapper .popup_label-wrapper .popup_label input::placeholder,.popup-wrapper .popup_label-wrapper .popup_label textarea::placeholder{color:#a8a8a8}.popup-wrapper .popup_label-file{position:relative;width:-moz-max-content;width:max-content;margin-top:10px;cursor:pointer}.popup-wrapper .popup_label-file input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.popup-wrapper .popup_label-file .input-file-empty,.popup-wrapper .popup_label-file .input-file-full{display:none;gap:8px;align-items:center;cursor:pointer;z-index:3}.popup-wrapper .popup_label-file .input-file-empty:before,.popup-wrapper .popup_label-file .input-file-full:before{background-repeat:no-repeat;display:block;content:"";width:27px;height:28px}.popup-wrapper .popup_label-file .input-file-empty:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='28' viewBox='0 0 27 28' fill='none'%3E%3Cpath d='M0.75 6.5C0.75 3.60051 3.1005 1.25 6 1.25L21 1.25C23.8995 1.25 26.25 3.6005 26.25 6.5V21.5C26.25 24.3995 23.8995 26.75 21 26.75L6 26.75C3.1005 26.75 0.75 24.3995 0.75 21.5V6.5Z' stroke='%233D3E3F' stroke-width='1.5'/%3E%3Cpath d='M18.1615 1.95182L18.1615 6.27661C18.1615 7.38146 19.0573 8.27701 20.1622 8.27661L25.388 8.2747' stroke='%233D3E3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.popup-wrapper .popup_label-file .input-file-full:before{background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M0.75 6C0.75 3.10051 3.1005 0.750001 6 0.750001L21 0.75C23.8995 0.75 26.25 3.1005 26.25 6V21C26.25 23.8995 23.8995 26.25 21 26.25L6 26.25C3.1005 26.25 0.75 23.8995 0.75 21V6Z' stroke='%233D3E3F' stroke-width='1.5'/%3E%3Cpath d='M8 13.6917L11.96 17L19 9' stroke='%233D3E3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.popup-wrapper .popup_label-file[data-input-file=empty] .input-file-empty{display:flex}.popup-wrapper .popup_label-file[data-input-file=empty] .input-file-full,.popup-wrapper .popup_label-file[data-input-file=full] .input-file-empty{display:none}.popup-wrapper .popup_label-file[data-input-file=full] .input-file-full{display:flex}.popup-wrapper .popup_footer{display:flex;flex-direction:column;gap:20px}.popup-wrapper .popup_footer .popup_btn-submit{width:100%}.popup-wrapper .popup_footer .popup_subtitle{color:#a8a8a8;font-size:20px;line-height:130%}.popup-wrapper .success-container{max-width:640px;width:100%;display:none;flex-direction:column;margin:auto;padding:30px;gap:26px;border-radius:16px;background:#f5f5f5}.popup-wrapper .success-container.active{display:flex}.popup-wrapper .success-container .success-container .popup_btn-close{align-self:self-end}.popup-wrapper .success-container .container_icon{margin-top:88px;display:flex;align-self:center;content:"";max-width:127px;width:100%;height:127px}.popup-wrapper .success-container .container_icon.success{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='127' height='127' viewBox='0 0 127 127' fill='none'%3E%3Ccircle cx='63.5' cy='63.5' r='63.5' fill='%2305B769'/%3E%3Ccircle cx='63.5' cy='63.5' r='63.5' fill='url(%23paint0_linear_4421_39757)'/%3E%3Cpath d='M52.8313 88.47C52.2521 88.47 51.7091 88.3788 51.2023 88.1965C50.6955 88.017 50.2248 87.7102 49.7904 87.276L31.1105 68.6074C30.3141 67.8114 29.9332 66.7796 29.968 65.5118C30.0056 64.247 30.4227 63.2166 31.2191 62.4207C32.0155 61.6247 33.0292 61.2267 34.26 61.2267C35.4909 61.2267 36.5045 61.6247 37.301 62.4207L52.8313 77.9417L89.6481 41.1471C90.4446 40.3511 91.477 39.9531 92.7455 39.9531C94.0111 39.9531 95.0422 40.3511 95.8386 41.1471C96.635 41.943 97.0332 42.9734 97.0332 44.2382C97.0332 45.506 96.635 46.5378 95.8386 47.3338L55.8723 87.276C55.4378 87.7102 54.9672 88.017 54.4604 88.1965C53.9536 88.3788 53.4106 88.47 52.8313 88.47Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4421_39757' x1='122.71' y1='117.861' x2='-0.932809' y2='93.7754' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E9EDF2'/%3E%3Cstop offset='1' stop-color='%23A9ACBC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.popup-wrapper .success-container .container_icon.error{transform:rotate(180deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='127' height='127' viewBox='0 0 127 127' fill='none'%3E%3Ccircle cx='63.5' cy='63.5' r='63.5' fill='%2305B769'/%3E%3Ccircle cx='63.5' cy='63.5' r='63.5' fill='url(%23paint0_linear_4421_39757)'/%3E%3Cpath d='M52.8313 88.47C52.2521 88.47 51.7091 88.3788 51.2023 88.1965C50.6955 88.017 50.2248 87.7102 49.7904 87.276L31.1105 68.6074C30.3141 67.8114 29.9332 66.7796 29.968 65.5118C30.0056 64.247 30.4227 63.2166 31.2191 62.4207C32.0155 61.6247 33.0292 61.2267 34.26 61.2267C35.4909 61.2267 36.5045 61.6247 37.301 62.4207L52.8313 77.9417L89.6481 41.1471C90.4446 40.3511 91.477 39.9531 92.7455 39.9531C94.0111 39.9531 95.0422 40.3511 95.8386 41.1471C96.635 41.943 97.0332 42.9734 97.0332 44.2382C97.0332 45.506 96.635 46.5378 95.8386 47.3338L55.8723 87.276C55.4378 87.7102 54.9672 88.017 54.4604 88.1965C53.9536 88.3788 53.4106 88.47 52.8313 88.47Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4421_39757' x1='122.71' y1='117.861' x2='-0.932809' y2='93.7754' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E9EDF2'/%3E%3Cstop offset='1' stop-color='%23A9ACBC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.popup-wrapper .success-container .popup_header{align-items:center;gap:4px}.popup-wrapper .success-container .popup_btn-submit{margin-top:77px;width:100%}.popup-wrapper.popup-select-wrapper{top:86px}.popup-wrapper .popup-select{position:relative;max-width:-moz-max-content;max-width:max-content;height:346px;display:flex;border-radius:12px;padding:20px;background:#525252;box-shadow:0 1px 10px 2px #0000000f;margin-top:0;margin-left:12%}.popup-wrapper .popup-select .popup-select_btn-close{display:none;align-items:center;gap:10px;border:none;padding:0;background-color:unset;color:#fff;font-family:Onest;font-size:16px;line-height:130%}.popup-wrapper .popup-select .popup-select_btn-close:before{display:block;content:"";width:6px;height:11px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11' fill='none'%3E%3Cpath d='M5 9.5L1 5.5L5 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.popup-wrapper .popup-select .popup_form-select{display:grid;grid-template-rows:repeat(8,1fr);grid-auto-flow:column;row-gap:14px;-moz-column-gap:30px;column-gap:30px}.popup-wrapper .popup-select .popup_form-select_label{position:relative;cursor:pointer;display:flex;align-items:center;gap:4px;color:#fff;font-family:Roboto;font-size:20px;line-height:130%}.popup-wrapper .popup-select .popup_form-select_label input{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;opacity:0}.popup-wrapper .popup-select .popup_form-select_label:hover{text-decoration-line:underline}.popup-wrapper.popup-search-wrapper{top:86px}.popup-wrapper .popup-search{margin-top:0;margin-right:0;max-width:936px;height:718px;padding:30px;border-radius:20px;background:#525252;display:grid;grid-template-columns:1fr;align-content:start;gap:40px}.popup-wrapper .popup-search .popup_form-search{display:flex;align-items:center;gap:10px}.popup-wrapper .popup-search .popup_form-search .search-label{display:flex;width:824px;height:42px;padding:14px 18px;align-items:center;gap:10px;border-radius:12px;border:1px solid #FFF}.popup-wrapper .popup-search .popup_form-search .search-label input{background:#525252;outline:none;border:none;width:100%;color:#fff;font-family:Roboto;font-size:20px;line-height:130%}.popup-wrapper .popup-search .popup_form-search .search-label input::-moz-placeholder{color:#fff}.popup-wrapper .popup-search .popup_form-search .search-label input::placeholder{color:#fff}.popup-wrapper .popup-search .popup_form-search .search-label:after{display:block;content:"";width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22.6386 20.9036L18.4844 16.7616C19.8247 15.054 20.552 12.9454 20.5493 10.7746C20.5493 8.84139 19.976 6.95157 18.9019 5.34414C17.8279 3.73671 16.3013 2.48387 14.5152 1.74405C12.7291 1.00424 10.7638 0.810665 8.8677 1.18782C6.97161 1.56498 5.22993 2.49592 3.86293 3.86293C2.49592 5.22993 1.56498 6.97161 1.18782 8.8677C0.810665 10.7638 1.00424 12.7291 1.74405 14.5152C2.48387 16.3013 3.73671 17.8279 5.34414 18.9019C6.95157 19.976 8.84139 20.5493 10.7746 20.5493C12.9454 20.552 15.054 19.8247 16.7616 18.4844L20.9036 22.6386C21.0172 22.7531 21.1523 22.844 21.3012 22.906C21.4501 22.9681 21.6098 23 21.7711 23C21.9324 23 22.0921 22.9681 22.241 22.906C22.3899 22.844 22.525 22.7531 22.6386 22.6386C22.7531 22.525 22.844 22.3899 22.906 22.241C22.9681 22.0921 23 21.9324 23 21.7711C23 21.6098 22.9681 21.4501 22.906 21.3012C22.844 21.1523 22.7531 21.0172 22.6386 20.9036ZM3.44366 10.7746C3.44366 9.3247 3.87361 7.90734 4.67915 6.70176C5.48469 5.49619 6.62963 4.55656 7.96919 4.0017C9.30875 3.44683 10.7828 3.30166 12.2048 3.58452C13.6269 3.86739 14.9332 4.5656 15.9584 5.59085C16.9837 6.61611 17.6819 7.92236 17.9647 9.34443C18.2476 10.7665 18.1024 12.2405 17.5476 13.5801C16.9927 14.9196 16.0531 16.0646 14.8475 16.8701C13.6419 17.6756 12.2246 18.1056 10.7746 18.1056C8.83034 18.1056 6.96568 17.3332 5.59085 15.9584C4.21603 14.5836 3.44366 12.7189 3.44366 10.7746Z' fill='white'/%3E%3C/svg%3E")}.popup-wrapper .popup-search .popup_form-search_links{display:flex;flex-direction:column;gap:20px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#525252 #3C3C3C;height:290px}.popup-wrapper .popup-search .popup_form-search_links a{color:#fff;font-size:20px;line-height:130%;text-decoration:none;display:block}.popup-wrapper .popup-search .popup_form-search_links a:hover{text-decoration:underline}.popup-wrapper .popup-search .popup_form-search_tags-wrapper{display:flex;flex-direction:column;gap:20px}.popup-wrapper .popup-search .popup_form-search_tags-wrapper .popup_form-search_tags_title{display:none;color:#ffffff73;font-size:20px;line-height:130%}.popup-wrapper .popup-search .popup_form-search_tags-wrapper .popup_form-search_tags_title.active{display:block}.popup-wrapper .popup-search .popup_form-search_tags-wrapper .popup_form-search_tags{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:10px}.popup-wrapper .popup-search .popup_form-search_tags-wrapper .popup_form-search_tags a{width:100%;display:none;align-items:center;gap:12px;border-radius:16px;background:#686868;padding:10px;text-decoration:none}.popup-wrapper .popup-search .popup_form-search_tags-wrapper .popup_form-search_tags a.active{display:flex}.popup-wrapper .popup-search .popup_form-search_tags-wrapper .popup_form-search_tags a img{width:80px;height:68px;-o-object-fit:cover;object-fit:cover}.popup-wrapper .popup-search .popup_form-search_tags-wrapper .popup_form-search_tags a span{color:#fff;font-size:20px;line-height:130%}.advertising-akt_popup-container{max-width:900px!important}.advertising-akt_popup-container .btn-wrapper{display:grid;grid-template-columns:max-content max-content;gap:20px;align-items:center;justify-content:space-between}.advertising-akt_popup-container .btn-wrapper button{width:-moz-max-content!important;width:max-content!important;display:none!important}.advertising-akt_popup-container .btn-wrapper button.active{display:flex!important}.advertising-akt_popup-container .btn-wrapper .btn-prev,.advertising-akt_popup-container .btn-wrapper .btn-next{align-items:center;gap:9px}.advertising-akt_popup-container .btn-wrapper .btn-prev:before,.advertising-akt_popup-container .btn-wrapper .btn-next:after{display:block;content:"";width:14px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M13 5.25C13.4142 5.25 13.75 5.58579 13.75 6C13.75 6.41421 13.4142 6.75 13 6.75V5.25ZM0.46967 6.53033C0.176777 6.23744 0.176777 5.76256 0.46967 5.46967L5.24264 0.696699C5.53553 0.403806 6.01041 0.403806 6.3033 0.696699C6.59619 0.989593 6.59619 1.46447 6.3033 1.75736L2.06066 6L6.3033 10.2426C6.59619 10.5355 6.59619 11.0104 6.3033 11.3033C6.01041 11.5962 5.53553 11.5962 5.24264 11.3033L0.46967 6.53033ZM13 6.75H1V5.25H13V6.75Z' fill='%233D3E3F'/%3E%3C/svg%3E")}.advertising-akt_popup-container .btn-wrapper .btn-next{grid-column:2}.advertising-akt_popup-container .btn-wrapper .btn-next:after{transform:rotate(180deg)}.advertising-akt_popup-container .popup_subtitle{display:none}.advertising-akt_popup-container .popup_subtitle.active{display:flex}.popup_form_primary-screen_container{display:none;flex-direction:column;gap:10px}.popup_form_primary-screen_container.active{display:flex}.popup_form_secondary-screen_container{display:none;flex-direction:column;gap:18px}.popup_form_secondary-screen_container.active{display:flex}.popup_form_secondary-screen_container .popup_form_checkbox_title{margin-top:12px;margin-bottom:20px;color:#17171766;font-size:20px;line-height:130%}.popup_form_secondary-screen_container .popup_form_checkbox_label{display:flex;align-items:center;gap:8px;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-family:Onest;font-size:20px;line-height:130%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.popup_form_secondary-screen_container .popup_form_checkbox_label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.popup_form_secondary-screen_container .popup_form_checkbox_label .popup_form_checkmark{position:absolute;left:0;width:22px;height:22px;border-radius:6px;border:1px solid #CED3E0;background:#fcfcfc;box-shadow:0 .54px 4.29px #70707052 inset}.popup_form_secondary-screen_container .popup_form_checkbox_label:hover input~.popup_form_checkmark{background-color:#ccc}.popup_form_secondary-screen_container .popup_form_checkbox_label input:checked~.popup_form_checkmark{background-color:#3d3e3f}.popup_form_secondary-screen_container .popup_form_checkbox_label .popup_form_checkmark:after{content:"";position:absolute;display:none}.popup_form_secondary-screen_container .popup_form_checkbox_label input:checked~.popup_form_checkmark:after{display:block}.popup_form_secondary-screen_container .popup_form_checkbox_label .popup_form_checkmark:after{left:7px;top:5px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.director .secondary-container{display:flex;flex-direction:column;gap:90px;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.director .director_content{display:flex;gap:10px}.director .director_content .director_name-wrapper{display:flex;flex-direction:column;justify-content:space-between;gap:12px;max-width:285px;width:100%;padding:30px;border-radius:12px;background:#fff}.director .director_content .director_name-wrapper .director_name{font-size:30px}.director .director_content .director_name-wrapper span{color:#a2acc4;font-family:Roboto;font-size:20px;line-height:130%}.director .director_content .director_image{max-width:433px;min-width:233px;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px}.director .director_content .director_text-content{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:30px;padding:30px;border-radius:12px;background:#fff}.director .director_content .director_text-content .director_text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:12;overflow:hidden;text-overflow:ellipsis}.director .director_content .director_text-content .director_text p{margin-bottom:25px;color:#3c3c3c;font-family:Roboto;font-size:20px;line-height:130%}.director .director_content .director_text-content .director_text p:last-child{margin-bottom:0}.video-about .secondary-container{display:flex;border-radius:16px;background:#b1b4c3}.video-about .video-about_bg{background:url(/images/video-bg-image.png) center;background-size:cover;border-radius:12px;width:100%;height:100%}.primary-slider .secondary-container{position:relative;display:grid;grid-template-areas:"A B" "C C";row-gap:90px;-moz-column-gap:10px;column-gap:10px;border-radius:16px;background:#b1b4c3}.primary-slider .slider-section_header{grid-area:A}.primary-slider .slider-section_show-more{grid-area:B;justify-self:self-end;height:-moz-max-content;height:max-content;align-self:center}.primary-slider .slider-section_btn-prev,.primary-slider .slider-section_btn-next{z-index:9;position:absolute;grid-area:C;top:calc(50% - 20px)}.primary-slider .slider-section_btn-prev{left:-50px}.primary-slider .slider-section_btn-next{right:-50px}.primary-slider .slider-section_swiper{grid-area:C}.primary-slider .animation_dot{display:none}.vacancies_item{display:flex;flex-direction:column;gap:30px;padding:30px;border-radius:16px;background:#fff}.vacancies_item .vacancies_item_head{display:flex;flex-direction:column;gap:4px}.vacancies_item .vacancies_item_head p{color:#3d3e3f;font-size:30px;line-height:130%}.vacancies_item .vacancies_item_head span{color:#9a9a9a;font-size:20px;line-height:130%}.vacancies_item .vacancies_item_description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;color:#3d3e3f;text-overflow:ellipsis;font-size:20px;line-height:130%}.article_item{gap:12px}.article_item .articles_item_date{margin-top:28px;color:#959a9f;font-size:20px;line-height:130%}.article_item .projects_item_description{margin-top:0!important}.shareholders .secondary-container{display:flex;flex-direction:column;gap:100px;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.shareholders .shareholders_items{display:grid;grid-template-columns:repeat(auto-fill,minmax(440px,1fr));gap:10px}.primary-slider[data-special-class=shareholders-slider] .secondary-container{background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%),#b1b4c3}.shareholders_item{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:30px;padding:30px;border-radius:16px;background:#fff;overflow:hidden;min-height:290px}.shareholders_item .shareholders_item_img{position:absolute;right:30px;bottom:0;max-width:322px;width:100%;max-height:267px;-o-object-fit:cover;object-fit:cover}.shareholders_item .shareholders_item_title{color:#3d3e3f;font-size:20px;line-height:130%}.shareholders_item .shareholders_item_btn-wrapper .shareholders_item_date{color:#9a9a9a;font-size:20px;line-height:130%}.shareholders_item .shareholders_item_btn-wrapper .shareholders_item_btn{display:none;width:-moz-max-content;width:max-content;align-items:center;gap:9px;text-decoration:none}.shareholders_item .shareholders_item_btn-wrapper .shareholders_item_btn span{color:#3d3e3f;font-size:20px;line-height:130%}.shareholders_item .shareholders_item_btn-wrapper .shareholders_item_btn:before{display:block;content:"";width:14px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75V5.25ZM13.5303 6.53033C13.8232 6.23744 13.8232 5.76256 13.5303 5.46967L8.75736 0.696699C8.46447 0.403806 7.98959 0.403806 7.6967 0.696699C7.40381 0.989593 7.40381 1.46447 7.6967 1.75736L11.9393 6L7.6967 10.2426C7.40381 10.5355 7.40381 11.0104 7.6967 11.3033C7.98959 11.5962 8.46447 11.5962 8.75736 11.3033L13.5303 6.53033ZM1 6.75H13V5.25H1V6.75Z' fill='%233D3E3F'/%3E%3C/svg%3E")}.shareholders_item:hover .shareholders_item_date{display:none}.shareholders_item:hover .shareholders_item_btn{display:flex}.system-managers .secondary-container{display:flex;flex-direction:column;gap:30px;border-radius:16px;background:#b1b4c3}.system-managers .system-managers_content{margin-top:60px;display:flex;gap:10px}.system-managers .system-managers_content .system-managers_slider{position:relative;border-radius:12px;background:#ffffff4d;padding:20px 10px;max-width:580px;min-width:380px;width:100%}.system-managers .system-managers_content .system-managers_slider .slider-section_btn-prev,.system-managers .system-managers_content .system-managers_slider .slider-section_btn-next{position:absolute;top:calc(50% - 20px);z-index:9}.system-managers .system-managers_content .system-managers_slider .slider-section_btn-prev{left:10px}.system-managers .system-managers_content .system-managers_slider .slider-section_btn-next{right:10px}.system-managers .system-managers_content .system-managers_slider .swiper-slide{display:flex;justify-content:center}.system-managers .system-managers_content .system-managers_slider .swiper-slide .system-managers_document{-o-object-fit:cover;object-fit:cover;max-height:466px;height:100%}.system-managers .system-managers_content .system-managers_text-wrapper{display:flex;width:100%;padding:30px;flex-direction:column;justify-content:center;gap:30px;border-radius:12px;background:#fff}.system-managers .system-managers_content .system-managers_text-wrapper .system-managers_text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:14;overflow:hidden;color:#3c3c3c;text-overflow:ellipsis}.system-managers .system-managers_content .system-managers_text-wrapper .system-managers_text p{margin-bottom:25px;font-size:20px;line-height:130%}.system-managers .system-managers_content .system-managers_text-wrapper .system-managers_text p:last-child{margin-bottom:0}.system-managers .system-managers_grade-us{display:flex;align-self:self-end;color:#fff;font-family:Roboto;font-size:20px;line-height:130%}.shareholder .secondary-container{display:flex;flex-direction:column;gap:100px;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.shareholder .shareholder_content{display:flex;gap:10px}.shareholder .shareholder_content .shareholder_text-content{max-width:1170px;width:100%;display:flex;flex-direction:column;gap:24px;border-radius:16px;background:#fff;padding:30px}.shareholder .shareholder_content .shareholder_text-content .shareholder_text-head-wrapper{display:flex;justify-content:space-between;align-items:center;gap:12px}.shareholder .shareholder_content .shareholder_text-content .shareholder_text-head-wrapper .shareholder_text_title{color:var(--Black);font-size:30px;line-height:130%}.shareholder .shareholder_content .shareholder_text-content .shareholder_text-head-wrapper span{white-space:nowrap;color:#9a9a9a;font-size:20px;line-height:130%}.shareholder .shareholder_content .shareholder_text-content .shareholder_text{display:flex;flex-direction:column;gap:20px;color:var(--Black);font-size:20px;line-height:150%}.shareholder .shareholder_content .shareholder_contacts{display:flex;flex-direction:column;gap:20px;padding:30px;max-width:580px;width:100%;height:-moz-max-content;height:max-content;border-radius:16px;background:#fff}.shareholder .shareholder_content .shareholder_contacts a{width:100%;color:#a2acc4;font-family:Oswald;font-size:clamp(32px,2.8vw,53px);font-weight:500;line-height:107%;text-transform:uppercase;text-decoration:none}.shareholder .shareholder_content .shareholder_contacts a:hover{text-decoration:underline}.downloads .secondary-container{display:flex;flex-direction:column;gap:60px;border-radius:16px;background:#505050}.downloads .downloads_select-wrapper{display:flex;flex-direction:column;gap:10px}.downloads .downloads_select-wrapper .downloads-select_btn-wrapper{display:flex;align-items:center;flex-wrap:wrap;gap:39px;padding:30px;border-radius:12px;background:#5c5c5c}.downloads .downloads_select-wrapper .downloads-select_btn-wrapper a{color:#fff;font-size:20px;line-height:130%;opacity:.5;cursor:pointer;text-decoration:none}.downloads .downloads_select-wrapper .downloads-select_btn-wrapper a:hover{opacity:1}.downloads .downloads_select-wrapper .downloads-select_btn-wrapper a.active{opacity:1;cursor:default}.downloads .downloads_select-wrapper .downloads_select-content-wrapper{display:flex;flex-direction:column;padding:30px;border-radius:12px;background:#5c5c5c;min-height:380px}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content{display:none;flex-direction:column}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .note{color:#fff;font-size:20px;padding:10px}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content.active{opacity:1;display:flex}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .swiper-slide{height:unset}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .slider-section{position:relative}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .slider-section .slider-section_btn-prev{left:-65px}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .slider-section .slider-section_btn-next{right:-65px}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .downloads_select-content_item{display:none;gap:10px}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .downloads_select-content_item.active{display:grid}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .downloads_select-content_item.manual-section-one{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .downloads_select-content_item.manual-section-two{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .downloads_select-content_item.manual-section-tree{flex-wrap:wrap}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .downloads_select-content_item.manual-section-tree.active{display:flex}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .downloads_select-content_item.manual-section-four{grid-template-columns:repeat(auto-fill,calc(50% - 5px))}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-third-item{padding:13px 22px}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-fifth-item{justify-content:space-between;padding:20px}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-fifth-item:hover:after{opacity:1}.download-primary-item{display:flex;padding:30px;flex-direction:column;justify-content:space-between;gap:61px;border-radius:10px;background:#686868;cursor:pointer;transition:background .2s ease-in-out;text-decoration:none}.download-primary-item .download-primary-item_img{height:100%}.download-primary-item .download-primary-item_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s ease-in-out;border-radius:10px}.download-primary-item span{color:#fff;font-size:20px;line-height:130%}.download-library-item{height:100%;display:flex;flex-direction:column;gap:10px;padding:30px;border-radius:10px;background:#686868;text-decoration:none}.download-library-item .download-library-item_img{position:relative;height:100%}.download-library-item .download-library-item_img img{width:calc(100% + 40px);-o-object-fit:cover;object-fit:cover;border-radius:10px;margin:-20px -20px 0}.download-library-item .download-library-item_img .download-library-item_hover-el{position:absolute;top:0;right:0;bottom:0;left:0;display:none;flex-direction:row-reverse;align-items:center;justify-content:center;gap:13px}.download-library-item:hover .download-library-item_img img{filter:brightness(.3)}.download-library-item:hover .download-library-item_img .download-library-item_hover-el{display:flex}.download-library-item:hover .download-library-item_img .download-library-item_hover-el:after{opacity:1}.download-library-item:hover span{opacity:1}.download-library-item span{height:100%;color:#fff;font-size:20px;line-height:130%;opacity:.5}.download-list .download-library-item .download-library-item_img{padding:30% 0}.download-list .download-library-item .download-library-item_img img{width:103px;height:123px;display:flex;margin:auto;opacity:.5;border-radius:0}.download-list .download-library-item .download-library-item_img .download-library-item_hover-el{align-items:end;padding:10% 0}.download-list .download-library-item:hover{background:#777}.download-list .download-library-item:hover .download-library-item_img img{opacity:1;filter:none}.download-certificate{gap:60px}.download-certificate .downloads-select_btn-wrapper,.download-certificate .downloads_select-content-wrapper{padding:0!important}.download-certificate .downloads_select-content .download-certificate_item{display:flex;flex-direction:column;gap:30px;container-type:inline-size}@container (width < 1450px){.download-certificate .downloads_select-content .download-certificate_item table.type-one td{padding:8px;font-size:16px;line-height:20px}}.download-certificate .downloads_select-content .download-certificate_item table.type-one td:nth-child(1){width:38%}.download-certificate .downloads_select-content .download-certificate_item table.type-one td:nth-child(2){width:28%}.download-certificate .downloads_select-content .download-certificate_item table.type-one td:nth-child(3){width:11%}.download-certificate .downloads_select-content .download-certificate_item table.type-one td:nth-child(4){width:11%}.download-certificate .downloads_select-content .download-certificate_item table.type-one td:nth-child(5){width:12%}.download-certificate .downloads_select-content .download-certificate_item .animation_dot-wrapper{display:none}.download-certificate .downloads_select-content .download-certificate_item .download-certificate_content_item_title{color:#fff;font-size:30px;line-height:130%}table.type-one{width:100%;border-collapse:collapse;background:#f5f5f5;border-radius:12px;overflow:hidden;margin-bottom:30px}table.type-one:last-child{margin-bottom:0}table.type-one th,table.type-one td{padding:16px;border:1px solid #7D7D7D;text-align:left}table.type-one td{font-family:Roboto;font-size:20px;line-height:30px}table.type-one tr{background-color:#dadada}table.type-one tr:first-child td{padding:32px 16px;color:#3d3e3f;font-family:Roboto;font-size:20px;font-weight:700;line-height:30px}table.type-one th{border-right:1px solid #DADADA;border-left:1px solid #DADADA;background-color:#f5f5f5;color:#3d3e3f;font-family:Roboto;font-size:20px;font-weight:700;line-height:30px}table.type-one tr:hover{background-color:#f5f5f5}.download_history_url_item{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:#ffffff80;font-family:Roboto;font-size:20px;line-height:130%;text-decoration:none}.download_history_url_item:before{display:block;content:"";width:40px;height:40px;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_4716_60654)'%3E%3Crect width='40' height='40' rx='12' transform='matrix(-1 0 0 1 40 0)' fill='%23686868'/%3E%3Cpath d='M25.7055 19.4946C26.1197 19.4946 26.4555 19.8304 26.4555 20.2446C26.4555 20.6588 26.1197 20.9946 25.7055 20.9946L25.7055 19.4946ZM14.0532 20.7749C13.7603 20.482 13.7603 20.0071 14.0532 19.7142L18.8262 14.9413C19.1191 14.6484 19.594 14.6484 19.8869 14.9413C20.1797 15.2342 20.1797 15.709 19.8869 16.0019L15.6442 20.2446L19.8869 24.4872C20.1798 24.7801 20.1798 25.255 19.8869 25.5479C19.594 25.8408 19.1191 25.8408 18.8262 25.5479L14.0532 20.7749ZM25.7055 20.9946L14.5836 20.9946L14.5836 19.4946L25.7055 19.4946L25.7055 20.9946Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_4716_60654' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_4716_60654'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_4716_60654' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")}.contacts .secondary-container{display:flex;flex-direction:column;gap:80px;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.contacts .contacts_content{display:grid;grid-template-areas:"A B C" "A B D";grid-template-columns:minmax(400px,728px) minmax(360px,580px) 431px;grid-template-rows:165px 288px;gap:10px}.contacts .contacts_content .contacts_item:nth-child(2){grid-area:B}.contacts .contacts_content .contacts_item:nth-child(3){grid-area:C}.contacts .contacts_content .contacts_item:nth-child(4){grid-area:D}.contacts .contacts_content .contacts_img{grid-area:A;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px;background:#d3d3d3 -.747px 0px/120.398% 100% no-repeat}.contacts .contacts_content .contacts_item{display:flex;padding:30px;flex-direction:column;justify-content:space-between;gap:12px;border-radius:12px;background:#fff}.contacts .contacts_content .contacts_item .contacts_item_address,.contacts .contacts_content .contacts_item .contacts_item_contacts{display:flex;flex-direction:column;gap:20px}.contacts .contacts_content .contacts_item .contacts_item_contacts a{color:#a2acc4;font-family:Oswald;font-size:clamp(31px,2.8vw,53px);font-weight:500;line-height:107%;text-transform:uppercase;text-decoration:none}.contacts .contacts_content .contacts_item .contacts_item_contacts a:hover{text-decoration:underline}.contacts .contacts_content .contacts_item-QR{flex-direction:row}.contacts .contacts_content .contacts_item-QR img{-o-object-fit:cover;object-fit:cover;width:105px;height:105px;background:#d3d3d3 -6.562px -5.942px/111.607% 112.21% no-repeat}.contacts .contacts_content .contacts_item_address,.contacts .contacts_content .contacts_item-QR,.contacts .contacts_content .contacts_item_request span{font-size:20px;line-height:130%}.contacts-block .secondary-container{display:flex;flex-direction:column;gap:80px;border-radius:16px;background:#b1b4c3}.contacts-block .contacts-block_content{display:flex;flex-direction:column;gap:28px}.contacts-block .contacts-block_content .contacts-block_switch-btn-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.contacts-block .contacts-block_content .contacts-block_switch-btn-wrapper button{white-space:nowrap;display:flex;padding:13px 30px;justify-content:center;align-items:center;gap:10px;border-radius:12px;background:#9fa2b0;color:#fff;cursor:pointer;border:none;text-decoration:none}.contacts-block .contacts-block_content .contacts-block_switch-btn-wrapper button:hover{color:#3d3e3f;background:#fff}.contacts-block .contacts-block_content .contacts-block_switch-btn-wrapper button.active{color:#3d3e3f;background:#fff;cursor:default}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper{display:flex;align-items:center}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content{display:none;width:100%;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));align-items:center;align-content:center;gap:10px}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content.active{display:grid}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content .contacts-block_item{height:100%;display:grid;grid-template-areas:"A B" "C C";justify-content:space-between;padding:30px;-moz-column-gap:10px;column-gap:10px;row-gap:62px;border-radius:12px;background:#fff}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content .contacts-block_item:hover .contacts-block_item_btn-copy span{display:flex}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content .contacts-block_item:hover .contacts-block_item_btn-copy:before{opacity:1}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content .contacts-block_item .contacts-block_item_job-title{grid-area:A}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content .contacts-block_item .contacts-block_item_btn-copy{grid-area:B;display:flex;padding:0;background-color:unset;border:none;cursor:pointer;justify-content:flex-end;min-width:146px}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content .contacts-block_item .contacts-block_item_btn-copy span{display:none}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content .contacts-block_item .contacts-block_item_contacts-wrapper{grid-area:C;display:flex;flex-direction:column;gap:10px}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content .contacts-block_item .contacts-block_item_contacts-wrapper a{color:#2f373f;text-decoration:none;width:-moz-max-content;width:max-content}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content .contacts-block_item .contacts-block_item_contacts-wrapper a:hover{text-decoration:underline}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_notification{display:none;color:#fff;font-size:20px;line-height:130%;border-radius:12px;background:#b1b4c3;padding:12px;position:fixed;z-index:99;top:30px;right:0;left:0;margin:auto;width:-moz-max-content;width:max-content}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_notification.active{display:flex}.contacts-block .contacts-block_content .contacts-block_switch-btn-wrapper button,.contacts-block .contacts-block_content .contacts-block_item .contacts-block_item_btn-copy span,.contacts-block .contacts-block_content .contacts-block_item .contacts-block_item_job-title,.contacts-block .contacts-block_content .contacts-block_item_contacts-wrapper span,.contacts-block .contacts-block_content .contacts-block_item_contacts-wrapper a{font-size:20px;line-height:130%}.requisites .secondary-container{display:flex;flex-direction:column;gap:80px;border-radius:16px;background:#b1b4c3}.requisites .requisites_content{display:flex;gap:10px;padding:30px;border-radius:12px;background:#fff}.requisites .requisites_content table{width:100%;border-collapse:collapse;overflow:hidden}.requisites .requisites_content td{border:none;padding:7px 0;color:#3d3e3f;font-size:20px;line-height:130%}.requisites .requisites_content tr td:nth-child(1){width:38%;color:#959595;padding-right:10px}.requisites .requisites_content tr td:nth-child(2){width:62%}.requisites .requisites_content button{white-space:nowrap;align-self:self-end}.contacts-map-item .secondary-container{display:flex;flex-direction:column;gap:80px;border-radius:16px;background:#b1b4c3}.contacts-map-item .header-wrapper{display:flex;flex-direction:column;gap:14px}.contacts-map-item .header-wrapper span{color:#fff;font-size:30px;line-height:120%}.contacts-map-item .contacts-map-item_content{display:flex;gap:10px;padding:30px;border-radius:12px;background:#fff}.contacts-map-item .contacts-map-item_content .contacts-map-item_info-wrapper{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:80px}.contacts-map-item .contacts-map-item_content .contacts-map-item_info-wrapper .contacts-map-item_info{display:flex;flex-direction:column;gap:20px}.contacts-map-item .contacts-map-item_content .contacts-map-item_info-wrapper .contacts-map-item_info span{font-size:20px;line-height:160%}.contacts-map-item .contacts-map-item_content .contacts-map-item_map{width:calc(100% + 20px);margin:-20px -20px -20px 0;height:479px;border-radius:16px;overflow:hidden}.privacy-policy .secondary-container{display:flex;flex-direction:column;gap:60px;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.privacy-policy .privacy-policy_content{display:flex;flex-direction:column;gap:24px;border-radius:16px;background:#fff;padding:30px;color:var(--Black)}.privacy-policy .privacy-policy_content strong{font-size:30px;line-height:130%}.privacy-policy .privacy-policy_content span{font-size:20px;line-height:150%}.error .secondary-container{display:flex;flex-direction:column;align-items:center;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%);min-height:760px;position:relative;overflow:hidden}.error .secondary-container img{position:absolute;max-width:654px;width:100%;max-height:544px}.error .secondary-container img:nth-child(2){bottom:0;left:0;z-index:3}.error .secondary-container img:nth-child(3){top:0;right:0;z-index:2}.error .error_content{display:flex;flex-direction:column;align-items:center;margin:auto;gap:22px;z-index:4}.error .error_content .error-404-icon{display:block;width:457px;height:255px;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='458' height='255' viewBox='0 0 458 255' fill='none'%3E%3Cpath d='M74.6106 250.92V190.026H0.558594V153.918L65.1246 3.06H114.391V156.366H139.789V190.026H114.391V250.92H74.6106ZM36.0546 156.366H74.6106V48.654L36.0546 156.366Z' fill='white' fill-opacity='0.8'/%3E%3Cpath d='M226.664 254.592C212.18 254.592 200.144 251.532 190.556 245.412C181.172 239.292 174.032 230.826 169.136 220.014C164.444 209.202 162.098 196.758 162.098 182.682V72.828C162.098 58.344 164.342 45.696 168.83 34.884C173.522 23.868 180.56 15.3 189.944 9.18001C199.532 3.06 211.772 0 226.664 0C241.556 0 253.694 3.06 263.078 9.18001C272.666 15.3 279.704 23.868 284.192 34.884C288.884 45.696 291.23 58.344 291.23 72.828V182.682C291.23 196.758 288.782 209.202 283.886 220.014C279.194 230.826 272.054 239.292 262.466 245.412C253.082 251.532 241.148 254.592 226.664 254.592ZM226.664 218.178C232.988 218.178 237.68 216.24 240.74 212.364C243.8 208.488 245.84 203.796 246.86 198.288C247.88 192.78 248.39 187.374 248.39 182.07V73.44C248.39 67.728 247.88 62.118 246.86 56.61C246.044 50.898 244.106 46.104 241.046 42.228C237.986 38.352 233.192 36.414 226.664 36.414C220.136 36.414 215.342 38.352 212.282 42.228C209.222 46.104 207.182 50.898 206.162 56.61C205.346 62.118 204.938 67.728 204.938 73.44V182.07C204.938 187.374 205.448 192.78 206.468 198.288C207.692 203.796 209.834 208.488 212.894 212.364C215.954 216.24 220.544 218.178 226.664 218.178Z' fill='white' fill-opacity='0.8'/%3E%3Cpath d='M392.265 250.92V190.026H318.213V153.918L382.779 3.06H432.045V156.366H457.443V190.026H432.045V250.92H392.265ZM353.709 156.366H392.265V48.654L353.709 156.366Z' fill='white' fill-opacity='0.8'/%3E%3C/svg%3E")}.error .error_content .error_subtitle{color:#fff;font-size:30px;line-height:130%}.error .error_content a{min-width:344px}.how-order .secondary-container{display:flex;flex-direction:column;gap:100px;border-radius:16px;background:#505050}.how-order .how-order_content{display:flex;flex-direction:column;gap:20px}.how-order .how-order_content .how-order_tag{color:#eaeaea;font-size:20px;line-height:130%;text-decoration-line:underline}.how-order .how-order_content .how-order_items{display:grid;grid-template-columns:repeat(auto-fill,minmax(349px,1fr));gap:10px}.how-order .how-order_content .how-order_items .how-order_special-item,.how-order .how-order_content .how-order_items .how-order_help-item,.how-order .how-order_content .how-order_items .how-order_item,.how-order .how-order_content .how-order_items .how-order_contacts-item{padding:30px;border-radius:16px;background:#686868;min-height:612px}.how-order .how-order_content .how-order_items .how-order_special-item{display:flex;flex-direction:column;gap:30px;grid-column:span 2}.how-order .how-order_content .how-order_items .how-order_special-item .how-order_special-item_title{color:#fff;font-size:30px;line-height:130%}.how-order .how-order_content .how-order_items .how-order_special-item .how-order_special-item_instruction{display:flex;flex-direction:column;gap:24px}.how-order .how-order_content .how-order_items .how-order_special-item .how-order_special-item_instruction div{display:flex;align-items:center;gap:16px}.how-order .how-order_content .how-order_items .how-order_special-item .how-order_special-item_instruction div span{display:flex;justify-content:center;align-items:center;border-radius:50%;color:#fff;font-family:Oswald;font-size:21px;font-weight:500;line-height:116%;text-transform:uppercase;min-width:46px;min-height:46px;background:linear-gradient(0deg,#777,#777),#05b769}.how-order .how-order_content .how-order_items .how-order_special-item .how-order_special-item_instruction div p{color:#fff;font-size:20px;line-height:130%}.how-order .how-order_content .how-order_items .how-order_help-item{grid-column:span 2;background:#686868}.how-order .how-order_content .how-order_items .how-order_help-item .submit-application_form{display:grid;grid-template-rows:max-content max-content 1fr;max-width:100%;width:100%;height:100%;padding:0;margin:0;background:unset}.how-order .how-order_content .how-order_items .how-order_help-item .submit-application_form .submit-application_person{max-width:514px}.how-order .how-order_content .how-order_items .how-order_help-item .submit-application_form .submit-application_btn-wrapper{flex-direction:row;align-items:self-end}.how-order .how-order_content .how-order_items .how-order_help-item .submit-application_form .submit-application_btn-wrapper button{max-width:429px}.how-order .how-order_content .how-order_items .how-order_item{display:grid;grid-template-rows:max-content 1fr max-content;gap:19px}.how-order .how-order_content .how-order_items .how-order_item .how-order_item_img-wrapper{display:flex;margin:-20px -20px 0;width:calc(100% + 40px);border-radius:10px;background:#777;min-height:348px}.how-order .how-order_content .how-order_items .how-order_item .how-order_item_img-wrapper img{display:flex;margin:auto}.how-order .how-order_content .how-order_items .how-order_item .how-order_item_title{color:#fff;font-size:30px;line-height:130%}.how-order .how-order_content .how-order_items .how-order_item .how-order_item_btn-wrapper{display:flex;flex-direction:column;gap:15px}.how-order .how-order_content .how-order_items .how-order_item .how-order_item_btn-wrapper a{display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;gap:14px;color:#fff;font-size:20px;line-height:130%;text-decoration:none}.how-order .how-order_content .how-order_items .how-order_item .how-order_item_btn-wrapper a:after{opacity:1}.how-order .how-order_content .how-order_items .how-order_item .how-order_item_btn-wrapper button{width:100%}.how-order .how-order_content .how-order_items .how-order_contacts-item{display:flex;flex-direction:column;justify-content:space-between}.how-order .how-order_content .how-order_items .how-order_contacts-item .how-order_contacts-item_title-wrapper{display:flex;flex-direction:column;gap:12px}.how-order .how-order_content .how-order_items .how-order_contacts-item .how-order_contacts-item_title-wrapper span,.how-order .how-order_content .how-order_items .how-order_contacts-item .how-order_contacts-item_title-wrapper p{color:#fff;line-height:130%}.how-order .how-order_content .how-order_items .how-order_contacts-item .how-order_contacts-item_title-wrapper span{font-size:30px}.how-order .how-order_content .how-order_items .how-order_contacts-item .how-order_contacts-item_title-wrapper p{font-size:20px}.how-order .how-order_content .how-order_items .how-order_contacts-item .how-order_contacts-item_btn-wrapper{display:flex;flex-direction:column;gap:10px}.how-order .how-order_content .how-order_items .how-order_contacts-item .how-order_contacts-item_btn-wrapper a{width:100%;display:flex;align-items:center;gap:10px}.service .secondary-container{display:flex;flex-direction:column;gap:100px;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.service .service_content{display:grid;grid-template-areas:"A B" "A C";grid-template-columns:minmax(700px,1170px) minmax(380px,580px);gap:10px}.service .service_content .service_item_info,.service .service_content .service_item_QR,.service .service_content .service_item_help{padding:30px;border-radius:16px;background:#fff}.service .service_content .service_item_info{grid-area:A;display:flex;gap:30px}.service .service_content .service_item_info img{margin:-20px 0 -20px -20px;width:100%;min-width:400px;border-radius:12px;background:#d3d3d3 50%/cover no-repeat;-o-object-fit:cover;object-fit:cover}.service .service_content .service_item_info .service_item_info_btn-wrapper{width:-moz-max-content;width:max-content;display:flex;flex-direction:column;align-self:self-end;gap:20px}.service .service_content .service_item_info .service_item_info_btn-wrapper a{width:-moz-max-content;width:max-content;color:#c5c9d4;font-family:Oswald;font-size:clamp(31px,2.7vw,53px);font-weight:500;line-height:107%;text-transform:uppercase;text-decoration:none}.service .service_content .service_item_info .service_item_info_btn-wrapper a:hover{text-decoration:underline}.service .service_content .service_item_QR{grid-area:B;display:flex;align-items:center;gap:20px}.service .service_content .service_item_QR img{width:99px;height:100px;background:#d3d3d3 50%/cover no-repeat;-o-object-fit:cover;object-fit:cover}.service .service_content .service_item_QR span{color:#3d3e3f;font-size:20px;line-height:130%}.service .service_content .service_item_help{grid-area:C}.service .service_content .service_item_help .submit-application_form{max-width:100%;width:100%;padding:0;margin:0;background:unset}.service .service_content .service_item_help .submit-application_form *{color:#3d3e3f}.services-block .secondary-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(480px,1fr));gap:10px;align-items:center;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.services-block .services-block_item{height:100%;min-height:350px;display:flex;flex-direction:column;gap:20px;padding:30px;border-radius:16px;background:#fff}.services-block .services-block_item span{font-size:30px;line-height:130%}.services-block .services-block_item .services-block_item_text{font-family:Roboto;font-size:20px;line-height:130%}.services-block .services-block_item .services-block_item_text ul{list-style:disc;margin-left:30px}.advertising-akt .secondary-container{display:flex;flex-direction:column;gap:60px;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.advertising-akt .advertising-akt_content{display:flex;align-items:center;gap:10px}.advertising-akt .advertising-akt_content .advertising-akt_info{max-width:580px;width:100%;display:flex;padding:30px 42px 30px 30px;flex-direction:column;gap:103px;border-radius:16px;background:#fff}.advertising-akt .advertising-akt_content .advertising-akt_info p{font-size:20px;line-height:130%}.advertising-akt .advertising-akt_content img{width:100%;height:100%;min-height:293px;min-width:340px;-o-object-fit:cover;object-fit:cover;border-radius:16px}.articles .secondary-container{display:flex;flex-direction:column;padding-bottom:140px;gap:100px;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.articles .articles_content{display:grid;grid-template-columns:repeat(auto-fill,minmax(480px,1fr));gap:10px}.article .article_grid{display:flex;flex-direction:column;gap:10px}.article .article_grid .article_item_author{padding:30px;border-radius:16px;background:#fff;display:grid;gap:20px;grid-template-areas:"C A B" "C D B";grid-auto-columns:max-content 1fr max-content}.article .article_grid .article_item_author .article_item_author_title{grid-area:A;color:#959a9f;font-size:20px;line-height:130%}.article .article_grid .article_item_author img{grid-area:C;width:138px;height:138px;border-radius:100px;-o-object-fit:cover;object-fit:cover}.article .article_grid .article_item_author .article_item_author_info{grid-area:D;display:flex;flex-direction:column;gap:2px}.article .article_grid .article_item_author .article_item_author_info span{font-size:20px;line-height:130%}.article .article_grid .article_item_author .article_item_author_info span:first-child{font-size:30px}.article .article_grid .article_item_author a{grid-area:B;height:-moz-max-content;height:max-content;display:flex;align-items:center;gap:9px;color:#3d3e3f;font-size:20px;line-height:130%;text-decoration:none}.article .article_grid .article_item_author a:before{display:block;content:"";width:14px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75V5.25ZM13.5303 6.53033C13.8232 6.23744 13.8232 5.76256 13.5303 5.46967L8.75736 0.696699C8.46447 0.403806 7.98959 0.403806 7.6967 0.696699C7.40381 0.989593 7.40381 1.46447 7.6967 1.75736L11.9393 6L7.6967 10.2426C7.40381 10.5355 7.40381 11.0104 7.6967 11.3033C7.98959 11.5962 8.46447 11.5962 8.75736 11.3033L13.5303 6.53033ZM1 6.75H13V5.25H1V6.75Z' fill='%233D3E3F'/%3E%3C/svg%3E")}.article-author .secondary-container,.article-list .secondary-container{display:flex;flex-direction:column;justify-content:center;gap:100px;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.article-author .article-author_content{display:grid;grid-template-areas:"A B" "A C";grid-template-rows:max-content 1fr;grid-template-columns:max-content 1fr;-moz-column-gap:24px;column-gap:24px;row-gap:15px;padding:15px;border-radius:16px;background:#fff}.article-author .article-author_content img{grid-area:A;max-width:423px;max-height:424px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.article-author .article-author_content .article-author_name{grid-area:B;display:block;gap:10px;font-size:34px}.article-author .article-author_content .article-author_info{grid-area:C;display:block;padding:15px 0}.article-author .article-author_content .article-author_info p{font-size:20px;line-height:120%}.article-author .article-author_content .article-author_info .btn-primary{margin-top:25px}.article-list .article-list_content{display:grid;grid-template-columns:repeat(auto-fill,minmax(480px,1fr));gap:10px}.vacancies .secondary-container{display:flex;flex-direction:column;padding-bottom:140px;gap:100px;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.vacancies .vacancies_content{display:grid;grid-template-columns:repeat(auto-fill,minmax(675px,1fr));gap:10px}.vacancy .secondary-container{display:flex;flex-direction:column;gap:40px;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.vacancy .site-header-wrapper{display:flex;flex-direction:column;gap:20px}.vacancy .site-header-wrapper span{color:#fff;font-size:30px;line-height:130%}.vacancy .vacancy_content{display:flex;gap:10px}.vacancy .vacancy_text_wrapper,.vacancy .vacancy_contacts{padding:30px;border-radius:16px;background:#fff}.vacancy .vacancy_text_wrapper{max-width:1170px;width:100%;display:flex;flex-direction:column;gap:16px}.vacancy .vacancy_text_wrapper .vacancy_text{color:var(--Black);font-size:20px;line-height:130%}.vacancy .vacancy_contacts{height:100%;display:flex;flex-direction:column;row-gap:70px}.vacancy .vacancy_contacts .vacancy_question{display:flex;flex-direction:column;gap:12px}.vacancy .vacancy_contacts .vacancy_question span,.vacancy .vacancy_contacts .vacancy_question p{font-size:20px;line-height:130%}.vacancy .vacancy_contacts .vacancy_question span{font-size:30px}.vacancy .vacancy_contacts .btn-wrapper{display:flex;gap:10px}.vacancy .vacancy_contacts .btn-wrapper a{gap:10px}.search .secondary-container{display:flex;flex-direction:column;border-radius:16px;background:#505050}.search .search_found{display:flex;flex-direction:column;gap:40px}.search .search_found .search_form{display:flex;max-width:433px;width:100%;flex-direction:column;gap:12px}.search .search_found .search_form span{color:#fff;font-size:20px;line-height:130%}.search .search_found .search_form label{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:13px 20px;border-radius:14px;background:#686868}.search .search_found .search_form label input{width:100%;background:unset;border:none;outline:none;color:#fff;font-size:20px;line-height:130%}.search .search_found .search_form label input::-moz-placeholder{color:#b9b9b9}.search .search_found .search_form label input::placeholder{color:#b9b9b9}.search .search_found .search_form label .search_btn{background-color:unset;border:none;cursor:pointer;display:block;content:"";width:14px;height:14px}.search .search_found .search_form label .search_btn[data-search-btn-type=search]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 21 20' fill='none'%3E%3Ccircle cx='8' cy='8.5' r='7.25' stroke='white' stroke-width='1.5'/%3E%3Crect x='12.918' y='13.7461' width='1.5' height='8.78594' rx='0.75' transform='rotate(-49.9134 12.918 13.7461)' fill='white'/%3E%3C/svg%3E")}.search .search_found .search_form label .search_btn[data-search-btn-type=clear]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1 13L7 7L13 13' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.search .search_found .search_tags{display:flex;flex-direction:column;gap:12px}.search .search_found .search_tags span{color:#b9b9b9;font-size:20px;line-height:130%}.search .search_found .search_tags ul{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.search .search_found .search_tags ul a{display:flex;padding:13px 22px;gap:10px;border-radius:16px;background:#686868;color:#b9b9b9;font-size:20px;line-height:130%;text-decoration:none}.search .search_found .search_tags ul a:hover{text-decoration:underline}.search .search_found .new-products_items{margin-top:60px}.search .search_not-found{margin:110px auto;display:flex;flex-direction:column;align-items:center;gap:32px}.search .search_not-found img{width:225px;height:225px}.search .search_not-found span{text-align:center;color:#fff;font-size:20px;line-height:130%}.search .search_not-found a{max-width:519px;width:100%}.seo .secondary-container{display:flex;flex-direction:column;gap:16px;border-radius:16px;background:#505050}.seo .seo-header{color:#fff;font-size:30px;line-height:130%}.seo .seo_content{max-width:1200px;display:flex;flex-direction:column;gap:2px;color:#fff;font-size:20px;line-height:130%}.seo .seo_content .seo_text.closed{display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:2;overflow:hidden}.seo .seo_content button{width:-moz-max-content;width:max-content;color:#fff;text-decoration-line:underline;padding:0;border:0;background-color:unset;cursor:pointer}.each-news .secondary-container{display:flex;flex-direction:column;gap:40px;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.each-news .each-news-content{display:flex;gap:10px}.each-news .each-news-content .each-news_items{max-width:1170px;width:100%;position:relative;padding:30px;border-radius:12px;background:#fff;font-size:20px;line-height:26px}.each-news .each-news-content .each-news_items .each-news_date{display:flex;justify-content:flex-end;top:30px;right:30px;color:#9a9a9a;font-size:20px;line-height:130%}.each-news .each-news-content .each-news_items img{max-width:100%}.each-news .each-news-content .each-news_product{max-width:580px;width:100%;display:flex;flex-direction:column;gap:34px;padding:30px;border-radius:12px;background:#fff;height:-moz-max-content;height:max-content}.each-news .each-news-content .each-news_product span{font-size:20px;line-height:130%}.each-news .each-news-content .each-news_product img{max-width:365px;-o-object-fit:cover;object-fit:cover;margin:auto;border-radius:12px}.product-characteristic .secondary-container{min-height:810px;display:flex;gap:10px;border-radius:16px;background:#505050}.product-characteristic .product-characteristic_btn-wrapper-bg{max-width:432px;width:100%;padding:40px;border-radius:16px;background:#686868}.product-characteristic .product-characteristic_btn-wrapper-bg .animation_dot{display:none}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper{width:100%;display:flex;flex-direction:column;gap:39px}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper button{display:flex;align-items:center;gap:8px;border:none;padding:0;background-color:unset;cursor:pointer;color:#c3c3c3;font-size:20px;line-height:130%}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper button:before{display:block;content:"";width:27px;height:27px}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper button:nth-child(1):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='0.75' y='0.75' width='25.5' height='25.5' rx='5.25' stroke='%23C3C3C3' stroke-width='1.5'/%3E%3Cpath d='M6 8.5H21' stroke='%23C3C3C3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 13.5H21' stroke='%23C3C3C3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 18.5H14' stroke='%23C3C3C3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper button:nth-child(2):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='0.75' y='0.75' width='25.5' height='25.5' rx='5.25' stroke='%23C3C3C3' stroke-width='1.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4811 8.62631C11.2136 8.73711 10.9062 8.4856 10.2914 7.98258L9.9352 7.69114C9.61306 7.42757 9.45199 7.29578 9.26578 7.30507C9.07957 7.31436 8.93241 7.46152 8.63809 7.75583L7.75533 8.63859C7.46102 8.93291 7.31386 9.08007 7.30457 9.26628C7.29528 9.45249 7.42707 9.61356 7.69064 9.9357L7.98166 10.2914C8.48468 10.9062 8.73619 11.2136 8.62539 11.4811C8.51459 11.7486 8.11938 11.7881 7.32896 11.8671L6.87152 11.9129C6.45736 11.9543 6.25028 11.975 6.12518 12.1132C6.00007 12.2515 6.00007 12.4596 6.00007 12.8758V14.1242C6.00007 14.5405 6.00007 14.7486 6.12518 14.8868C6.25028 15.0251 6.45736 15.0458 6.87152 15.0872L7.32963 15.133C8.12006 15.212 8.51527 15.2515 8.62606 15.519C8.73686 15.7865 8.48535 16.0939 7.98234 16.7087L7.69037 17.0656C7.4268 17.3877 7.29501 17.5488 7.3043 17.735C7.31359 17.9212 7.46075 18.0684 7.75506 18.3627L8.63782 19.2454C8.93214 19.5398 9.0793 19.6869 9.26551 19.6962C9.45171 19.7055 9.61278 19.5737 9.93491 19.3102L9.93492 19.3102L10.2915 19.0184C10.9063 18.5154 11.2137 18.2639 11.4812 18.3747C11.7487 18.4855 11.7882 18.8807 11.8672 19.6711L11.913 20.1286C11.9544 20.5428 11.9751 20.7499 12.1134 20.875C12.2516 21.0001 12.4597 21.0001 12.8759 21.0001H14.1243C14.5406 21.0001 14.7487 21.0001 14.8869 20.875C15.0252 20.7499 15.0459 20.5428 15.0873 20.1286L15.133 19.6713C15.2121 18.8808 15.2516 18.4856 15.5191 18.3748C15.7866 18.264 16.094 18.5155 16.7088 19.0186L17.0648 19.3099L17.0648 19.3099C17.387 19.5735 17.548 19.7052 17.7342 19.696C17.9205 19.6867 18.0676 19.5395 18.3619 19.2452L19.2447 18.3624C19.539 18.0681 19.6862 17.921 19.6955 17.7347C19.7047 17.5485 19.573 17.3875 19.3094 17.0653L19.0176 16.7088C18.5146 16.094 18.2631 15.7865 18.3739 15.5191C18.4847 15.2516 18.8799 15.212 19.6703 15.133L20.1286 15.0872C20.5428 15.0458 20.7499 15.0251 20.875 14.8868C21.0001 14.7486 21.0001 14.5405 21.0001 14.1242V12.8758C21.0001 12.4596 21.0001 12.2515 20.875 12.1132C20.7499 11.975 20.5428 11.9543 20.1286 11.9129L19.671 11.8671C18.8806 11.7881 18.4854 11.7486 18.3746 11.4811C18.2638 11.2136 18.5153 10.9062 19.0183 10.2914L19.3091 9.93595C19.5727 9.61381 19.7045 9.45274 19.6952 9.26653C19.6859 9.08032 19.5387 8.93316 19.2444 8.63885L18.3617 7.75609C18.0673 7.46177 17.9202 7.31461 17.734 7.30532C17.5478 7.29604 17.3867 7.42782 17.0646 7.69139L16.7089 7.98242C16.094 8.48544 15.7866 8.73695 15.5192 8.62615C15.2517 8.51536 15.2121 8.12014 15.1331 7.32972L15.0873 6.87152C15.0459 6.45736 15.0252 6.25028 14.8869 6.12518C14.7487 6.00007 14.5406 6.00007 14.1243 6.00007H12.8759C12.4597 6.00007 12.2516 6.00007 12.1134 6.12518C11.9751 6.25028 11.9544 6.45736 11.913 6.87152L11.8672 7.32988C11.7881 8.12031 11.7486 8.51552 11.4811 8.62631ZM6.05114 16.4845C6.10481 16.497 6.16024 16.5078 6.21581 16.5174C6.18312 16.5636 6.15146 16.6107 6.12218 16.6576C5.9718 16.8988 5.7804 17.2931 5.80616 17.8097C5.83193 18.3263 6.06162 18.6997 6.23526 18.9247C6.37148 19.1012 6.54643 19.2757 6.66596 19.395L6.66597 19.395L6.6944 19.4233L7.57716 20.3061L7.60554 20.3345C7.72477 20.4541 7.89929 20.629 8.07582 20.7653C8.30083 20.9389 8.67417 21.1686 9.19079 21.1943C9.7074 21.2201 10.1017 21.0287 10.3429 20.8783C10.3898 20.8491 10.4367 20.8175 10.4829 20.7849C10.4924 20.8403 10.5032 20.8955 10.5156 20.949C10.5798 21.2259 10.7233 21.6401 11.1068 21.9871C11.4904 22.3342 11.9168 22.4358 12.1987 22.4721C12.4198 22.5006 12.6669 22.5003 12.8358 22.5001L12.8759 22.5001H14.1243L14.1645 22.5001C14.3333 22.5003 14.5805 22.5006 14.8016 22.4721C15.0835 22.4358 15.5099 22.3342 15.8934 21.9871C16.277 21.6401 16.4204 21.2259 16.4846 20.949C16.497 20.8955 16.5079 20.8403 16.5174 20.785C16.5633 20.8175 16.6101 20.849 16.6568 20.8781C16.898 21.0285 17.2924 21.2199 17.809 21.1941C18.3256 21.1683 18.6989 20.9386 18.9239 20.765C19.1005 20.6288 19.275 20.4538 19.3942 20.3343L19.4226 20.3059L20.3054 19.4231L20.3338 19.3947L20.3338 19.3947C20.4533 19.2755 20.6283 19.101 20.7645 18.9244C20.9381 18.6994 21.1678 18.3261 21.1936 17.8095C21.2194 17.2929 21.028 16.8985 20.8776 16.6573C20.8484 16.6105 20.8168 16.5635 20.7841 16.5174C20.8398 16.5079 20.8953 16.497 20.949 16.4845C21.2259 16.4203 21.6401 16.2768 21.9871 15.8933C22.3342 15.5098 22.4358 15.0834 22.4721 14.8015C22.5006 14.5803 22.5003 14.3332 22.5001 14.1644L22.5001 14.1242V12.8758L22.5001 12.8357C22.5003 12.6668 22.5006 12.4197 22.4721 12.1986C22.4358 11.9167 22.3342 11.4903 21.9871 11.1067C21.6401 10.7232 21.2259 10.5797 20.949 10.5155C20.8954 10.5031 20.8401 10.4923 20.7847 10.4827C20.817 10.437 20.8483 10.3904 20.8773 10.3439C21.0277 10.1028 21.2191 9.70843 21.1933 9.19181C21.1676 8.67519 20.9379 8.30186 20.7642 8.07685C20.628 7.90031 20.453 7.72579 20.3335 7.60656L20.3051 7.57819L19.4223 6.69543L19.3939 6.667C19.2747 6.54747 19.1002 6.37251 18.9237 6.23628C18.6986 6.06264 18.3253 5.83295 17.8087 5.80719C17.2921 5.78142 16.8977 5.97282 16.6566 6.12321C16.61 6.15224 16.5634 6.18361 16.5175 6.21601C16.508 6.16037 16.4971 6.10488 16.4846 6.05114C16.4204 5.77426 16.2769 5.36008 15.8934 5.013C15.5099 4.66592 15.0835 4.56435 14.8016 4.52802C14.5805 4.49951 14.3333 4.49983 14.1645 4.50004L14.1243 4.50007H12.8759L12.8358 4.50004C12.6669 4.49983 12.4198 4.49951 12.1987 4.52802C11.9168 4.56435 11.4904 4.66592 11.1068 5.013C10.7233 5.36008 10.5798 5.77426 10.5156 6.05114C10.5032 6.10491 10.4923 6.16044 10.4827 6.21611C10.4367 6.18358 10.3899 6.15209 10.3432 6.12296C10.102 5.97257 9.70767 5.78117 9.19106 5.80693C8.67444 5.8327 8.30111 6.06239 8.07609 6.23603C7.89955 6.37226 7.72504 6.54721 7.60581 6.66675L7.57743 6.69517L6.69467 7.57793L6.66625 7.60631C6.54671 7.72554 6.37176 7.90006 6.23553 8.07659C6.06189 8.30161 5.8322 8.67494 5.80643 9.19156C5.78067 9.70817 5.97207 10.1025 6.12245 10.3437C6.15149 10.3902 6.18287 10.4369 6.21528 10.4828C6.15989 10.4923 6.10464 10.5031 6.05114 10.5155C5.77426 10.5797 5.36008 10.7232 5.013 11.1067C4.66592 11.4903 4.56435 11.9167 4.52802 12.1986C4.49951 12.4197 4.49983 12.6668 4.50004 12.8357L4.50007 12.8758V14.1242L4.50004 14.1644C4.49983 14.3332 4.49951 14.5803 4.52802 14.8015C4.56435 15.0834 4.66592 15.5098 5.013 15.8933C5.36008 16.2768 5.77426 16.4203 6.05114 16.4845ZM11.7501 13.5001C11.7501 12.5336 12.5336 11.7501 13.5001 11.7501C14.4666 11.7501 15.2501 12.5336 15.2501 13.5001C15.2501 14.4666 14.4666 15.2501 13.5001 15.2501C12.5336 15.2501 11.7501 14.4666 11.7501 13.5001ZM13.5001 10.2501C11.7052 10.2501 10.2501 11.7052 10.2501 13.5001C10.2501 15.295 11.7052 16.7501 13.5001 16.7501C15.295 16.7501 16.7501 15.295 16.7501 13.5001C16.7501 11.7052 15.295 10.2501 13.5001 10.2501Z' fill='%23C3C3C3'/%3E%3C/svg%3E")}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper button:nth-child(3):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='0.75' y='0.75' width='25.5' height='25.5' rx='5.25' stroke='%23C3C3C3' stroke-width='1.5'/%3E%3Cpath d='M8 13L15.04 6M15.04 6H11M15.04 6V10' stroke='%23C3C3C3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0391 14L12.9991 21M12.9991 21H17.0391M12.9991 21V17' stroke='%23C3C3C3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper button:nth-child(4):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='0.75' y='0.75' width='25.5' height='25.5' rx='5.25' stroke='%23C3C3C3' stroke-width='1.5'/%3E%3Cpath d='M8 19.5L19.5003 8' stroke='%23C3C3C3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.5 19.5L7.99969 8' stroke='%23C3C3C3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper button:nth-child(5):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M0.75 6C0.75 3.10051 3.1005 0.750001 6 0.750001L21 0.75C23.8995 0.75 26.25 3.1005 26.25 6V21C26.25 23.8995 23.8995 26.25 21 26.25L6 26.25C3.1005 26.25 0.75 23.8995 0.75 21V6Z' stroke='%23C3C3C3' stroke-width='1.5'/%3E%3Cpath d='M18.1615 1.45182L18.1615 5.77661C18.1615 6.88146 19.0573 7.77701 20.1622 7.77661L25.388 7.7747' stroke='%23C3C3C3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper button:nth-child(6):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='0.75' y='0.75' width='25.5' height='25.5' rx='5.25' stroke='%23C3C3C3' stroke-width='1.5'/%3E%3Cpath d='M9 19L9 9M9 9L6.12103 11.8555M9 9L11.8062 11.8273' stroke='%23C3C3C3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 9L18 19M18 19L20.8054 16.0715M18 19L15.1203 16.0998' stroke='%23C3C3C3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper button:hover{filter:brightness(2);transition:filter .3s ease-in-out}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper button.active{filter:brightness(2);cursor:default}.product-characteristic .product-characteristic_items-wrapper{max-width:1318px;width:100%;padding:40px;border-radius:16px;background:#686868;overflow-x:hidden}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item{position:relative;display:none;flex-direction:column}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.hidden{max-height:810px;overflow-y:hidden;margin-bottom:-40px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.active{display:flex}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item button{display:none;position:absolute;z-index:3;right:0;bottom:10px;left:0;margin-right:auto;margin-left:auto}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item button.active{display:flex}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item button.open{position:initial}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.description{font-size:20px;line-height:1.5em;color:#fff}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.description span{font-size:30px;line-height:130%}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.description div{display:flex;flex-direction:column;gap:8px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.description div ul{display:flex;flex-direction:column;gap:4px;list-style-type:disc;padding-left:28px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.description div ul li,.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.description div p{font-size:20px;line-height:130%}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.characteristic{flex-direction:column;gap:30px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.characteristic img{border-radius:12px;width:100%}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.characteristic img.active{height:100%}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.guarantee .slider-section{position:relative;width:100%}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.guarantee .slider-section .slider-section_swiper{border-radius:12px;max-width:1258px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.guarantee .slider-section .slider-section_swiper img{width:100%}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.guarantee .slider-section .slider-section_btn-prev,.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.guarantee .slider-section .slider-section_btn-next{position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;z-index:2}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.guarantee .slider-section .slider-section_btn-prev{left:-26px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.guarantee .slider-section .slider-section_btn-next{right:-26px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.designation-structures img{border-radius:12px;max-width:797px;width:100%}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.download-documents .download-links-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:20px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.download-documents .download-links-wrapper a{display:block;content:"";cursor:pointer}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.download-documents .download-links-wrapper a.eye-icon{width:28px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='14' viewBox='0 0 28 14' fill='none'%3E%3Ccircle cx='14' cy='7' r='5' stroke='white' stroke-width='2'/%3E%3Cpath d='M1.33735 7.62316C1.22787 7.41789 1.14773 7.24036 1.09076 7.10036C1.18716 6.94326 1.32155 6.73776 1.49766 6.49761C1.93604 5.89982 2.6303 5.09087 3.63775 4.27841C5.63916 2.66437 8.91998 1 14 1C19.08 1 22.3608 2.66437 24.3622 4.27841C25.3697 5.09087 26.064 5.89982 26.5023 6.49761C26.6658 6.72049 26.7933 6.91352 26.8878 7.06572C26.82 7.20586 26.7284 7.37989 26.6088 7.57925C26.2622 8.15692 25.6808 8.94625 24.7571 9.74259C22.9267 11.3205 19.6653 13 14 13C8.04084 13 4.79186 11.3128 3.04602 9.75406C2.16456 8.96704 1.63924 8.1892 1.33735 7.62316ZM27.0496 6.68885C27.0498 6.68836 27.0494 6.68948 27.0485 6.69217L27.049 6.6908L27.0496 6.68885Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.download-documents .download-links-wrapper a.download-icon{width:16px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 16 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.97932 0C7.7141 0 7.45975 0.103853 7.27221 0.288717C7.08468 0.473581 6.97932 0.724312 6.97932 0.985748L6.97932 14.5676L1.69932 9.10261C1.51343 8.92334 1.26401 8.82251 1.00396 8.82149C0.743905 8.82048 0.493681 8.91937 0.306359 9.09718C0.119037 9.27499 0.00935256 9.51775 0.000570907 9.77395C-0.00821075 10.0301 0.0846014 10.2796 0.259321 10.4695L7.25932 17.6983C7.3526 17.7937 7.46444 17.8696 7.58815 17.9215C7.71186 17.9733 7.8449 18 7.97932 18C8.11374 18 8.24678 17.9733 8.37049 17.9215C8.4942 17.8696 8.60604 17.7937 8.69932 17.6983L15.6993 10.4695C15.795 10.3773 15.8709 10.267 15.9225 10.1453C15.9742 10.0236 16.0005 9.89292 16 9.76099C15.9995 9.62907 15.9721 9.4986 15.9195 9.3773C15.8668 9.256 15.79 9.14635 15.6936 9.05484C15.5972 8.96333 15.4832 8.89183 15.3582 8.84457C15.2333 8.79731 15.1 8.77525 14.9662 8.77971C14.8325 8.78416 14.701 8.81504 14.5796 8.87051C14.4581 8.92597 14.3492 9.0049 14.2593 9.10261L8.97932 14.5676L8.97932 0.985748C8.97932 0.724312 8.87396 0.473581 8.68643 0.288717C8.49889 0.103853 8.24454 0 7.97932 0Z' fill='white'/%3E%3Crect y='20' width='16' height='2' rx='1' fill='white'/%3E%3C/svg%3E")}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.replacements p{color:#fff;font-size:20px;line-height:130%}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item .params-item-wrapper{width:100%;display:flex;flex-direction:column;gap:10px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item .params-item-wrapper .params-item{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:20px;justify-content:space-between;align-items:center;border-radius:12px;background:#777}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item .params-item-wrapper .params-item span{color:#fff;font-size:20px;line-height:130%}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item .params-item-wrapper .params-item span:last-child{text-align:end}.show-product{display:grid;grid-template-areas:"A B D" "A C D";grid-template-columns:minmax(300px,610px) minmax(300px,768px) minmax(300px,502px)}.show-product .show-product_img-wrapper{grid-area:A;border-radius:16px 0 0 16px;padding:10px;background:#505050}.show-product .show-product_img-wrapper .show-product_img_container{height:100%;border-radius:16px;background:#686868;display:flex;flex-direction:column;gap:31px;padding-bottom:33px}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper{display:flex;justify-content:space-between;padding:20px}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_status{display:flex;align-items:center;gap:8px;color:#fff;font-size:20px;line-height:130%}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_status:before{display:block;content:"";width:14px;height:14px;background-color:#6fcc73;border-radius:50%}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper{display:flex;flex-direction:column}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .icon-360{padding:0;border:none;background-color:unset;cursor:pointer;width:59px;height:29px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='29' viewBox='0 0 59 29' fill='none'%3E%3Cpath d='M17.0624 15.7897C15.2861 15.7897 13.7883 15.225 13.0473 14.7401L12.739 14.5383L13.5933 12.1309L14.0951 12.45C14.5467 12.7378 15.7455 13.2822 17.0419 13.2822C18.0079 13.2822 18.7442 13.0319 19.2319 12.5376C19.6268 12.1371 19.8487 11.5677 19.8377 10.9749C19.8172 9.19631 18.1385 8.56279 16.5746 8.56279H15.0139V6.16633H16.5746C17.6807 6.16633 19.3263 5.64387 19.3263 4.20474C19.3263 3.12697 18.5743 2.50908 17.2653 2.50908C16.2317 2.50908 15.2106 2.97367 14.6505 3.37099L14.1423 3.73234L13.3006 1.40471L13.5838 1.19666C14.3988 0.600678 15.9689 0 17.6413 0C20.8241 0 22.2479 1.95533 22.2479 3.89502C22.2479 5.28722 21.5588 6.45416 20.3222 7.21595C21.8609 7.90892 22.8033 9.30738 22.8033 11.0124C22.8033 13.3901 21.0286 15.7897 17.0639 15.7897H17.0624Z' fill='white'/%3E%3Cpath d='M40.7656 15.7897C37.5718 15.7897 35.5596 12.7832 35.5155 7.94334C35.5155 5.53124 36.0331 3.52272 37.0117 2.12896C37.9903 0.736769 39.3732 0 41.0094 0C44.2976 0 46.2595 2.89389 46.2595 7.73998C46.2595 12.8551 44.2567 15.7897 40.764 15.7897H40.7656ZM40.8993 2.44182C39.3905 2.44182 38.4151 4.60832 38.4151 7.96211C38.4151 11.3159 39.3591 13.3494 40.8773 13.3494C43.039 13.3494 43.3615 9.89085 43.3615 7.82915C43.3615 5.76744 43.0421 2.44182 40.8993 2.44182Z' fill='white'/%3E%3Cpath d='M30.0924 5.15112C29.0902 5.15112 28.1541 5.42487 27.3753 5.93013C28.0801 4.16877 29.5968 2.97367 31.6326 2.63579C32.0039 2.57634 32.3815 2.54506 32.7261 2.54506C32.822 2.54506 32.9133 2.54819 32.9998 2.55288L33.497 2.57947V0.0250282H33.025C32.5341 0.0250282 32.0307 0.0641349 31.5461 0.13922C29.6125 0.372295 27.9197 1.1513 26.6469 2.39333C24.9807 4.04988 24.0635 6.46667 24.0635 9.19944C24.0635 13.204 26.2551 15.7913 29.6471 15.7913C33.0391 15.7913 34.9192 12.9412 34.9192 10.26C34.9192 7.25193 32.9337 5.15112 30.0924 5.15112ZM29.7148 13.0945C28.2375 13.0945 27.0402 11.7633 27.0402 10.1224C27.0402 8.48144 28.2375 7.15025 29.7148 7.15025C31.1921 7.15025 32.3894 8.48144 32.3894 10.1224C32.3894 11.7633 31.1921 13.0945 29.7148 13.0945Z' fill='white'/%3E%3Cpath d='M4.01189 17.2398C4.01189 15.7913 6.70537 14.4773 11.0901 13.5074C11.323 13.4558 11.5133 13.29 11.592 13.0679C11.7714 12.5642 11.323 12.0605 10.7975 12.1731C4.20541 13.5778 0 15.7115 0 18.1001C0 21.9294 10.8117 25.1033 24.9367 25.6743V22.5504C13.0379 22.0952 4.01189 19.8912 4.01189 17.2398Z' fill='white'/%3E%3Cpath d='M58.9984 18.1001C58.9984 15.6739 54.6609 13.5121 47.8926 12.1074C47.5606 12.0386 47.2286 12.2247 47.1185 12.5423L47.1138 12.5548C46.9801 12.9427 47.2176 13.3573 47.6204 13.4433C52.1751 14.4178 54.9881 15.7584 54.9881 17.2382C54.9881 20.0523 45.1078 22.3627 32.1486 22.613C31.2912 22.6302 30.6021 23.3232 30.6021 24.1757C30.6021 25.0501 31.3242 25.7572 32.2037 25.74C47.3592 25.424 59 22.1234 59 18.1001H58.9984Z' fill='white'/%3E%3Cpath d='M23.0361 28.9577L28.3082 24.6121C28.5175 24.4385 28.5175 24.1194 28.3082 23.9458L23.0361 19.6002C22.9166 19.5017 22.7341 19.5862 22.7341 19.741V28.8169C22.7341 28.9718 22.915 29.0562 23.0361 28.9577Z' fill='white'/%3E%3Cpath d='M50.0307 0.0563381C48.3363 0.0563381 46.9628 1.42194 46.9628 3.10665C46.9628 4.79137 48.3363 6.15697 50.0307 6.15697C51.7251 6.15697 53.0986 4.79137 53.0986 3.10665C53.0986 1.42194 51.7251 0.0563381 50.0307 0.0563381ZM50.0307 4.59271C49.2047 4.59271 48.5361 3.92789 48.5361 3.10665C48.5361 2.28542 49.2047 1.6206 50.0307 1.6206C50.8567 1.6206 51.5253 2.28542 51.5253 3.10665C51.5253 3.92789 50.8567 4.59271 50.0307 4.59271Z' fill='white'/%3E%3C/svg%3E")}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container{padding-bottom:60px}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content{position:relative;display:grid;grid-template-rows:max-content 1fr max-content;gap:10px;padding:40px;width:100%;border-radius:16px;background:#fff}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360-title-wrapper{width:100%;display:flex;align-items:center;gap:21px}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360-title-wrapper .icon-360{filter:brightness(0)}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360-title-wrapper .show-product_360_title{width:100%;font-size:30px;line-height:130%}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360-title-wrapper .btn-close{filter:brightness(0)}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360_model-viewer{width:100%;height:100%;overflow:auto}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content img{max-width:1156px;max-height:800px;height:100%;-o-object-fit:cover;object-fit:cover;margin:auto}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360_subtitle{font-size:30px;line-height:130%}.show-product .show-product_img-wrapper .show-product_img_container .show-product_core-img{width:100%;-o-object-fit:cover;object-fit:cover;display:flex;margin:auto}.show-product .show-product_title-wrapper{grid-area:B;margin-left:-1px;margin-bottom:-1px;background:#505050;border-radius:0 16px 0 0;padding:60px 60px 18px 30px}.show-product .show-product_title-wrapper .product_name{color:#fff;font-family:Oswald;font-size:clamp(31px,3vw,56px);font-weight:500;line-height:116%;text-transform:uppercase}.show-product .show-product_info{grid-area:C;margin-left:-1px;background:#505050;border-radius:0 0 16px;padding:18px 60px 60px 30px;display:grid;grid-template-rows:1fr max-content max-content;gap:40px}.show-product .show-product_info .show-product_description-wrapper{display:flex;flex-direction:column;gap:36px;color:#fff}.show-product .show-product_info .show-product_description-wrapper .show-product_description{font-size:20px;line-height:130%}.show-product .show-product_info .show-product_description-wrapper .show-product_params{display:flex;flex-direction:column;gap:4px}.show-product .show-product_info .show-product_description-wrapper .show-product_params span{font-size:20px;line-height:130%}.show-product .show-product_info .show-product_price{color:#fff;font-family:Oswald;font-size:clamp(31px,3vw,49px);font-weight:500;line-height:116%;text-transform:uppercase}.show-product .show-product_info .show-product_services{display:flex;flex-direction:column;gap:16px}.show-product .show-product_info .show-product_services span{display:flex;align-items:center;gap:8px;color:#fff;font-size:20px;line-height:130%}.show-product .show-product_info .show-product_services span:before{display:block;content:"";max-width:27px;width:100%}.show-product .show-product_info .show-product_services span:nth-child(1):before{height:27px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='0.75' y='0.75' width='25.5' height='25.5' rx='3.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M8 13.6917L11.96 17L19 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.show-product .show-product_info .show-product_services span:nth-child(2):before{height:29px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='29' viewBox='0 0 27 29' fill='none'%3E%3Crect x='0.75' y='3.75' width='25.5' height='24.5' rx='3.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M1 8L26 8' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M14 13H13' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M14 18H13' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 13L7 13' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 18L7 18' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 23L7 23' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M14 23L13 23' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M20 23L19 23' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M20 13H19' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M20 18H19' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 1L8 3' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M19 1L19 3' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")}.show-product .show-product_order{grid-area:D;margin-left:10px;border-radius:16px;background:#505050;padding:60px;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.show-product .show-product_order .show-product_QR-wrapper{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.show-product .show-product_order .show-product_QR-wrapper img{width:145px;height:145px;-o-object-fit:cover;object-fit:cover}.show-product .show-product_order .show-product_QR-wrapper .show-product_QR_description{max-width:206px;display:flex;gap:10px;flex-direction:column;justify-content:space-evenly;align-self:normal;color:#fff}.show-product .show-product_order .show-product_QR-wrapper .show-product_QR_description span{font-size:30px;line-height:110%}.show-product .show-product_order .show-product_QR-wrapper .show-product_QR_description p{font-size:20px;line-height:130%}.show-product .show-product_order .show-product_order_btn-wrapper{display:flex;flex-direction:column;gap:20px}.show-product .show-product_order .show-product_order_btn-wrapper a{display:flex;align-items:center;gap:14px;text-decoration:none;color:#fff;font-size:20px;line-height:130%}.show-product .show-product_order .show-product_order_btn-wrapper a:before{display:block;content:"";max-width:16px;width:100%;height:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='30' viewBox='0 0 16 30' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.97932 0.75C7.7141 0.75 7.45975 0.853853 7.27221 1.03872C7.08468 1.22358 6.97932 1.47431 6.97932 1.73575L6.97932 20.3176L1.69932 14.8526C1.51343 14.6733 1.26401 14.5725 1.00396 14.5715C0.743905 14.5705 0.493681 14.6694 0.306359 14.8472C0.119037 15.025 0.00935256 15.2677 0.000570907 15.5239C-0.00821075 15.7801 0.0846014 16.0296 0.259321 16.2195L7.25932 23.4483C7.3526 23.5437 7.46444 23.6196 7.58815 23.6715C7.71186 23.7233 7.8449 23.75 7.97932 23.75C8.11374 23.75 8.24678 23.7233 8.37049 23.6715C8.4942 23.6196 8.60604 23.5437 8.69932 23.4483L15.6993 16.2195C15.795 16.1273 15.8709 16.017 15.9225 15.8953C15.9742 15.7736 16.0005 15.6429 16 15.511C15.9995 15.3791 15.9721 15.2486 15.9195 15.1273C15.8668 15.006 15.79 14.8963 15.6936 14.8048C15.5972 14.7133 15.4832 14.6418 15.3582 14.5946C15.2333 14.5473 15.1 14.5253 14.9662 14.5297C14.8325 14.5342 14.701 14.565 14.5796 14.6205C14.4581 14.676 14.3492 14.7549 14.2593 14.8526L8.97932 20.3176L8.97932 1.73575C8.97932 1.47431 8.87396 1.22358 8.68643 1.03872C8.49889 0.853853 8.24454 0.75 7.97932 0.75Z' fill='white'/%3E%3Crect y='27.25' width='16' height='2' rx='1' fill='white'/%3E%3C/svg%3E")}.show-product .show-product_order .show-product_order_btn-wrapper .btn-primary{width:100%}.new-products .secondary-container{border-radius:16px;background:#505050;display:flex;flex-direction:column;gap:64px}.new-products .secondary-container.special-page{padding-bottom:160px}.new-products .new-products_filter-wrapper{display:flex;flex-direction:column;gap:32px}.new-products .new-products_filter-wrapper .new-products_header-wrapper{display:flex;align-items:center;gap:25px}.new-products .new-products_filter-wrapper .new-products_header-wrapper .new-products_filter_btn-go-back{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:12px;background:#686868;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.new-products .new-products_filter-wrapper .new-products_header-wrapper .new-products_filter_btn-go-back:after{display:block;content:"";width:39px;height:39px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='39' viewBox='0 0 39 39' fill='none'%3E%3Cpath d='M24.7055 18.4946C25.1197 18.4946 25.4555 18.8304 25.4555 19.2446C25.4555 19.6588 25.1197 19.9946 24.7055 19.9946L24.7055 18.4946ZM13.0532 19.7749C12.7603 19.482 12.7603 19.0071 13.0532 18.7142L17.8262 13.9413C18.1191 13.6484 18.594 13.6484 18.8869 13.9413C19.1797 14.2342 19.1797 14.709 18.8869 15.0019L14.6442 19.2446L18.8869 23.4872C19.1798 23.7801 19.1798 24.255 18.8869 24.5479C18.594 24.8408 18.1191 24.8408 17.8262 24.5479L13.0532 19.7749ZM24.7055 19.9946L13.5836 19.9946L13.5836 18.4946L24.7055 18.4946L24.7055 19.9946Z' fill='white'/%3E%3C/svg%3E")}.new-products .new-products_filter-wrapper .new-products_tags{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:10px}.new-products .new-products_filter-wrapper .new-products_tags .new-products_tag{padding:10px}.new-products .new-products_filter-wrapper .new-products_tags-number{display:flex;flex-wrap:wrap;gap:10px}.new-products .new-products_filter-wrapper .new-products_tags-number .new-products_tag{width:-moz-max-content;width:max-content;padding:22px}.new-products .new-products_items-wrapper{display:flex;flex-direction:column;gap:10px}.new-products .new-products_items-wrapper .new-products_filter_sort{position:relative;display:flex;flex-direction:column;width:433px}.new-products .new-products_items-wrapper .new-products_filter_sort .new-products_filter_sort_value{display:flex;justify-content:space-between;align-items:center;padding:13px 20px;border-radius:14px;background:#686868;color:#fff;font-size:20px;line-height:130%;cursor:pointer}.new-products .new-products_items-wrapper .new-products_filter_sort .new-products_filter_sort_value:after{display:block;content:"";width:14px;height:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.new-products .new-products_items-wrapper .new-products_filter_sort .new-products_filter_sort_value.rotate:after{transform:rotate(180deg)}.new-products .new-products_items-wrapper .new-products_filter_sort .new-products_filter_sort_dropdown{position:absolute;top:calc(100% + 10px);width:100%;display:none;flex-direction:column;border-radius:14px;background:#686868;z-index:3}.new-products .new-products_items-wrapper .new-products_filter_sort .new-products_filter_sort_dropdown.active{display:flex}.new-products .new-products_items-wrapper .new-products_filter_sort .new-products_filter_sort_dropdown .new-products_filter_sort_dropdown_value{display:none;padding:13px 20px;color:#fff;font-size:20px;line-height:130%;cursor:pointer}.new-products .new-products_items-wrapper .new-products_filter_sort .new-products_filter_sort_dropdown .new-products_filter_sort_dropdown_value.active{display:block}.new-products .new-products_items-wrapper .new-products_filter_sort .new-products_filter_sort_dropdown .new-products_filter_sort_dropdown_value:hover{background:#737373;border-radius:14px}.new-products_items{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:10px}.new-products_items .new-products_item{display:grid;grid-template-rows:max-content 1fr max-content;gap:12px;border-radius:16px;background:#686868;padding:30px;position:relative}.new-products_items .new-products_item .new-products_item_img-wrapper{border-radius:10px;background:#777;margin:-20px -20px 0;height:348px}.new-products_items .new-products_item .new-products_item_img-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.new-products_items .new-products_item .new-products_item_title{height:117px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:7px;color:#fff;font-size:30px;line-height:130%}.new-products_items .new-products_item .new-products_item_characteristic-wrapper{height:78px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#fff;font-size:20px;line-height:130%}.new-products_items .new-products_item a{margin-top:8px;display:none;width:100%}.new-products_items .new-products_item a:before{display:block;content:"";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.new-products_tag{display:flex;align-items:center;gap:12px;border-radius:16px;background:#686868;text-decoration:none;padding:10px}.new-products_tag img{width:80px;height:68px;-o-object-fit:cover;object-fit:cover}.new-products_tag span{color:#fff;font-size:20px;line-height:130%}.header{position:fixed;top:0;right:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:0;margin-bottom:0;padding-top:16px;padding-bottom:16px;white-space:nowrap;font-family:Roboto;font-size:20px;line-height:130%;background-color:#fff;z-index:20}.header.mobile{position:fixed;z-index:19;margin-top:0;padding-top:16px;top:0;right:0;left:0}.header a{text-decoration:none;color:#3d3e3f}.header .header_naw-wrapper{display:flex;align-items:center;gap:40px}.header .header_naw-wrapper .header_logo{display:flex;align-items:center;max-width:158px}.header .header_naw-wrapper .header_logo img{width:100%}.header .header_naw-wrapper .header_city-wrapper .header_city{display:flex;align-items:center;gap:7px;cursor:pointer}.header .header_naw-wrapper .header_city-wrapper .header_city:before{display:block;content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9.83384 14.1444L9.83741 14.1381L9.8408 14.1318L12.7968 8.61034C12.823 8.56619 12.8485 8.52159 12.8733 8.47657C13.2867 7.75312 13.5 6.82825 13.5 6.03448C13.5 3.25762 11.265 1 8.5 1C5.73498 1 3.5 3.25762 3.5 6.03448C3.5 6.77199 3.65781 7.4738 3.94185 8.10642L3.94588 8.11541L3.95027 8.12424L4.10927 8.44399L4.11365 8.45281L4.11838 8.46145C4.14782 8.51523 4.17821 8.56842 4.20952 8.62098L7.15918 14.1317L7.16258 14.1381L7.16617 14.1444C7.46488 14.6657 7.94729 15 8.5 15C9.05271 15 9.53512 14.6657 9.83384 14.1444ZM10.4 6.03504C10.4 7.09837 9.54569 7.95373 8.5 7.95373C7.45431 7.95373 6.6 7.09837 6.6 6.03504C6.6 4.97172 7.45431 4.11635 8.5 4.11635C9.54569 4.11635 10.4 4.97172 10.4 6.03504Z' stroke='%233D3E3F'/%3E%3C/svg%3E")}.header .header_naw-wrapper .header_nav,.header .header_naw-wrapper .header_nav ul{display:flex;align-items:center;gap:18px}.header .header_naw-wrapper .header_nav .appbar .btn-production{min-height:54px;display:flex;align-items:center;gap:18px;padding:14px 18px;justify-content:center;border-radius:12px;border:1px solid #3D3E3F;background-color:unset;cursor:pointer;font-family:Roboto}.header .header_naw-wrapper .header_nav .appbar .btn-production:before{display:block;content:"";width:14px;height:12px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14' height='2' rx='1' fill='%233D3E3F'/%3E%3Crect y='5' width='14' height='2' rx='1' fill='%233D3E3F'/%3E%3Crect y='10' width='14' height='2' rx='1' fill='%233D3E3F'/%3E%3C/svg%3E%0A")}.header .header_naw-wrapper .header_nav .appbar .btn-production:hover{background-color:#525252;color:#fff;border:1px solid #525252}.header .header_naw-wrapper .header_nav .appbar .btn-production:hover:before{background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14' height='2' rx='1' fill='white'/%3E%3Crect y='5' width='14' height='2' rx='1' fill='white'/%3E%3Crect y='10' width='14' height='2' rx='1' fill='white'/%3E%3C/svg%3E%0A")}.header .header_naw-wrapper .header_nav .header_dropdown-menu{position:relative;display:flex;align-items:center}.header .header_naw-wrapper .header_nav .header_dropdown-menu .header_dropdown-menu_btn{border:none;background-color:unset;padding:8px 0;cursor:pointer}.header .header_naw-wrapper .header_nav .header_dropdown-menu .header_dropdown-menu_btn:after{display:block;content:"";width:20px;height:4px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='4' viewBox='0 0 20 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%233D3E3F'/%3E%3Ccircle cx='10' cy='2' r='2' fill='%233D3E3F'/%3E%3Ccircle cx='18' cy='2' r='2' fill='%233D3E3F'/%3E%3C/svg%3E%0A")}.header .header_naw-wrapper .header_nav .header_dropdown-menu .header_dropdown-menu_content{position:absolute;z-index:21;display:none;top:30px;min-width:220px;padding:13px 20px;background:#fff;border-radius:14px;border:solid 1px #686868}.header .header_naw-wrapper .header_nav .header_dropdown-menu .header_dropdown-menu_content.active{display:block}.header .header_naw-wrapper .header_nav .header_dropdown-menu .header_dropdown-menu_content ul{display:flex;flex-direction:column;align-items:flex-start}.header .header_naw-wrapper .header_nav .header_dropdown-menu .header_dropdown-menu_content ul li{display:block}.header .header_contacts-wrapper{display:flex;align-items:center;gap:26px}.header .header_contacts-wrapper .btn-search{display:flex;align-items:center;border:none;margin:0;padding:0;background-color:unset;cursor:pointer;width:21px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Ccircle cx='8' cy='8.5' r='7.25' stroke='%233D3E3F' stroke-width='1.5'/%3E%3Crect x='12.918' y='13.7461' width='1.5' height='8.78594' rx='0.75' transform='rotate(-49.9134 12.918 13.7461)' fill='%233D3E3F'/%3E%3C/svg%3E")}.header .header_contacts-wrapper a{text-decoration:underline}.header .header_mobile_btn-open-menu{display:none;background-color:unset;border:none;cursor:pointer;padding:0;width:36px;height:36px;background-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' rx='7.5' stroke='%233D3E3F'/%3E%3Cpath d='M10.5 13.25C10.5 12.8358 10.8358 12.5 11.25 12.5H24.75C25.1642 12.5 25.5 12.8358 25.5 13.25C25.5 13.6642 25.1642 14 24.75 14H11.25C10.8358 14 10.5 13.6642 10.5 13.25Z' fill='%233D3E3F'/%3E%3Cpath d='M10.5 17.75C10.5 17.3358 10.8358 17 11.25 17H24.75C25.1642 17 25.5 17.3358 25.5 17.75C25.5 18.1642 25.1642 18.5 24.75 18.5H11.25C10.8358 18.5 10.5 18.1642 10.5 17.75Z' fill='%233D3E3F'/%3E%3Cpath d='M10.5 22.25C10.5 21.8358 10.8358 21.5 11.25 21.5H24.75C25.1642 21.5 25.5 21.8358 25.5 22.25C25.5 22.6642 25.1642 23 24.75 23H11.25C10.8358 23 10.5 22.6642 10.5 22.25Z' fill='%233D3E3F'/%3E%3C/svg%3E%0A")}.header .header_mobile_btn-open-menu.open{background-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' rx='7.5' stroke='%233D3E3F'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' rx='7.5' stroke='%233D3E3F'/%3E%3Cpath d='M12 23.5L23.5003 12' stroke='%233D3E3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.5 23.5L11.9997 12' stroke='%233D3E3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.header .header_mobile_menu{position:fixed;display:none;flex-direction:column;gap:40px;padding:40px 16px;top:68px;right:0;bottom:0;left:0;background:#525252;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:19;color:#fff;font-family:Onest;font-size:16px;line-height:130%}.header .header_mobile_menu a{color:#fff}.header .header_mobile_menu .header_city-wrapper .header_city{display:flex;align-items:center;gap:8px}.header .header_mobile_menu .header_city-wrapper .header_city:before{display:block;content:"";width:14px;height:21px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='21' viewBox='0 0 14 21' fill='none'%3E%3Cpath d='M8.63779 18.9049L8.63796 18.905L8.64442 18.8925L12.5877 11.2436C12.6226 11.1826 12.6566 11.1209 12.6896 11.0587C13.2228 10.0905 13.5 8.84551 13.5 7.77851C13.5 4.05647 10.611 1 7 1C3.38901 1 0.5 4.05647 0.5 7.77851C0.5 8.7692 0.704065 9.71191 1.0717 10.5622L1.07552 10.571L1.07967 10.5797L1.29166 11.0225L1.29582 11.0311L1.30032 11.0397C1.33915 11.1133 1.37926 11.1862 1.42061 11.2582L5.35556 18.8925L5.35539 18.8926L5.36221 18.9049C5.73342 19.5777 6.32614 20 7 20C7.67386 20 8.26658 19.5777 8.63779 18.9049ZM9.7 7.77929C9.7 9.37441 8.46997 10.6282 7 10.6282C5.53003 10.6282 4.3 9.37441 4.3 7.77929C4.3 6.18418 5.53003 4.93034 7 4.93034C8.46997 4.93034 9.7 6.18418 9.7 7.77929Z' stroke='white'/%3E%3C/svg%3E")}.header .header_mobile_menu nav ul{display:flex;flex-direction:column;gap:14px}.header .header_mobile_menu nav ul li a{display:flex;justify-content:space-between;align-items:center}.header .header_mobile_menu nav ul li a:after{display:block;content:"";width:6px;height:11px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11' fill='none'%3E%3Cpath d='M1 9.5L5 5.5L1 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.header .header_mobile_menu .btn-production{display:flex;width:100%;padding:8px 16px;justify-content:center;align-items:center;gap:10px;border-radius:12px;border:1px solid #FFF;background-color:unset;color:#fff;font-family:Onest;font-size:16px;line-height:130%}.header .header_mobile_menu .btn-production:before{display:block;content:"";width:16px;height:11px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.75C0.5 0.335786 0.835786 0 1.25 0H14.75C15.1642 0 15.5 0.335786 15.5 0.75C15.5 1.16421 15.1642 1.5 14.75 1.5H1.25C0.835787 1.5 0.5 1.16421 0.5 0.75Z' fill='white'/%3E%3Cpath d='M0.5 5.25C0.5 4.83579 0.835786 4.5 1.25 4.5H14.75C15.1642 4.5 15.5 4.83579 15.5 5.25C15.5 5.66421 15.1642 6 14.75 6H1.25C0.835787 6 0.5 5.66421 0.5 5.25Z' fill='white'/%3E%3Cpath d='M0.5 9.75C0.5 9.33579 0.835786 9 1.25 9H14.75C15.1642 9 15.5 9.33579 15.5 9.75C15.5 10.1642 15.1642 10.5 14.75 10.5H1.25C0.835787 10.5 0.5 10.1642 0.5 9.75Z' fill='white'/%3E%3C/svg%3E%0A")}.header .header_mobile_menu .header_mobile_contacts-wrapper{display:flex;flex-direction:column;gap:7px}.header .header_mobile_menu .header_mobile_contacts-wrapper a{text-decoration:underline}.header .header_menu_wrapper{position:fixed;top:86px;right:0;bottom:0;left:0;z-index:20;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:none;justify-content:center}.header .header_menu_wrapper .header_menu{max-width:1880px;width:calc(100% - 40px);position:relative;display:flex;gap:40px;margin-right:20px;margin-left:20px;border-radius:20px;background:#525252;padding:10px;height:-moz-max-content;height:max-content;overflow-x:hidden}.header .header_menu_wrapper .header_menu .btn-close{top:30px;right:30px;position:absolute;z-index:3;border:none;padding:0;background-color:unset}.header .header_menu_wrapper .header_menu .btn-close span{display:none;align-items:center;gap:19px;color:#fff;font-family:Onest;font-size:16px;line-height:130%}.header .header_menu_wrapper .header_menu .btn-close span:before{display:block;content:"";width:6px;height:11px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11' fill='none'%3E%3Cpath d='M5 9.5L1 5.5L5 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.header .header_menu_wrapper .header_menu .header_menu_link-collection{max-width:1058px;width:100%;min-width:860px;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link{position:relative;height:352px;display:flex;flex-direction:column;gap:10px;color:#fbfdff}.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link:after{position:absolute;top:10px;right:10px;display:none;content:"";width:40px;height:40px;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_3428_37293)'%3E%3Crect width='40' height='40' rx='12' fill='white' fill-opacity='0.3'/%3E%3Cpath d='M14.2969 19.4946C13.8827 19.4946 13.5469 19.8304 13.5469 20.2446C13.5469 20.6588 13.8827 20.9946 14.2969 20.9946L14.2969 19.4946ZM25.9492 20.7749C26.2421 20.482 26.2421 20.0071 25.9492 19.7142L21.1762 14.9413C20.8834 14.6484 20.4085 14.6484 20.1156 14.9413C19.8227 15.2342 19.8227 15.709 20.1156 16.0019L24.3582 20.2446L20.1156 24.4872C19.8227 24.7801 19.8227 25.255 20.1156 25.5479C20.4085 25.8408 20.8834 25.8408 21.1762 25.5479L25.9492 20.7749ZM14.2969 20.9946L25.4189 20.9946L25.4189 19.4946L14.2969 19.4946L14.2969 20.9946Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_3428_37293' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3428_37293'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_3428_37293' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")}.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link:hover:after{display:block}.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link span{white-space:normal;font-size:20px;line-height:130%}.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link .header_menu_link_img-wrapper{height:291px;border-radius:10px;background:#686868;display:flex;justify-content:center;align-items:center}.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link .header_menu_link_img-wrapper img{max-height:291px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper{display:flex;flex-direction:column}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_special-link{position:relative;max-width:730px;min-width:346px;width:100%;display:flex;flex-direction:column;gap:20px;margin-top:18px;height:calc(100% - 72px);justify-content:space-between}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_special-link:after{position:absolute;right:0;bottom:0;display:none;content:"";width:40px;height:40px;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_3428_37293)'%3E%3Crect width='40' height='40' rx='12' fill='white' fill-opacity='0.3'/%3E%3Cpath d='M14.2969 19.4946C13.8827 19.4946 13.5469 19.8304 13.5469 20.2446C13.5469 20.6588 13.8827 20.9946 14.2969 20.9946L14.2969 19.4946ZM25.9492 20.7749C26.2421 20.482 26.2421 20.0071 25.9492 19.7142L21.1762 14.9413C20.8834 14.6484 20.4085 14.6484 20.1156 14.9413C19.8227 15.2342 19.8227 15.709 20.1156 16.0019L24.3582 20.2446L20.1156 24.4872C19.8227 24.7801 19.8227 25.255 20.1156 25.5479C20.4085 25.8408 20.8834 25.8408 21.1762 25.5479L25.9492 20.7749ZM14.2969 20.9946L25.4189 20.9946L25.4189 19.4946L14.2969 19.4946L14.2969 20.9946Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_3428_37293' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3428_37293'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_3428_37293' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_special-link:hover:after{display:block}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_special-link span{white-space:normal;width:calc(100% - 65px);color:#fbfdff;font-size:20px;line-height:130%}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_special-link .header_menu_special-link_img-wrapper{max-height:540px;margin:auto}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_special-link .header_menu_special-link_img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-height:540px}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_catalog-link{z-index:2;margin-top:-50px;width:-moz-max-content;width:max-content;display:flex;padding:13px 30px;justify-content:center;align-items:center;gap:10px;border-radius:12px;background:#686868;color:#fff;font-size:20px;line-height:130%}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_catalog-link:hover{text-decoration:underline}.opened-product-menu .header_menu_wrapper{display:flex}.banner{margin-top:50px;display:grid;grid-template-areas:"A B" "C C" "D D";grid-template-columns:1fr max-content;justify-content:space-between}.banner .banner-header{grid-area:A;color:#3c3c3c;font-size:clamp(33px,3.7vw,99px);font-family:Oswald;font-weight:500;line-height:107%;text-transform:uppercase}.banner .banner_year{grid-area:B;display:flex;padding:13px 28px;flex-direction:column;gap:5px;border-radius:16px;background:#b1b4c3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.banner .banner_year span{color:#fff;font-family:Oswald;font-size:73px;font-weight:700;line-height:107%;text-transform:uppercase}.banner .banner_year p{text-align:center;color:#fff;font-size:20px;line-height:130%}.banner .animation_dot{display:none}.banner .banner_animation-wrapper{grid-area:C;margin-bottom:-24%;margin-top:-10%}.banner .banner_animation{max-width:1514px;position:relative;margin:auto}.banner .banner_animation::-webkit-scrollbar{display:none}.banner .banner_animation .banner_primary-img,.banner .banner_animation .banner_secondary-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.banner .banner_animation .banner_primary-img.none,.banner .banner_animation .banner_secondary-img{display:none}.banner .banner_animation .banner_secondary-img.active{display:block}.banner .banner_animation .banner_btn-item{position:absolute}.banner .banner_animation .banner_btn-item .banner_btn-item_btn-open{display:block;border:none;padding:0;background-color:unset;width:34px;height:34px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Crect width='34' height='34' rx='17' fill='white'/%3E%3Ccircle cx='17' cy='17' r='17' fill='white' fill-opacity='0.4'/%3E%3Ccircle cx='17' cy='17' r='17' fill='white' fill-opacity='0.4'/%3E%3Cpath d='M22 16.0106V17.6521H12V16.0106H22ZM18 12V22H16.3317V12H18Z' fill='%233D3E3F'/%3E%3C/svg%3E");border-radius:50%;transition:box-shadow .2s ease-in-out}.banner .banner_animation .banner_btn-item .banner_btn-item_btn-open:hover{box-shadow:0 0 0 9px #fff6;transition:box-shadow .2s ease-in-out}.banner .banner_animation .banner_btn-item .banner_btn-item_content{position:absolute;left:40px;bottom:100%;display:none;width:350px;padding:10px;flex-direction:column;justify-content:center;gap:10px;border-radius:16px 16px 16px 0;box-shadow:1px 1px #f1f1f1,-1px 1px #f1f1f1;background:#fff}.banner .banner_animation .banner_btn-item .banner_btn-item_content img{-o-object-fit:cover;object-fit:cover;max-width:330px;width:100%;height:220px;border-radius:10px;background:#d3d3d3 50%/cover no-repeat}.banner .banner_animation .banner_btn-item .banner_btn-item_content span{font-size:20px;line-height:130%}.banner .banner_animation .banner_btn-item.active{z-index:3}.banner .banner_animation .banner_btn-item.active .banner_btn-item_content{display:flex}.banner .secondary-container{grid-area:D;border-radius:16px;background:linear-gradient(262deg,#e9edf2 12.96%,#b7bac7 87.11%);display:flex;justify-content:flex-end;align-items:end}.banner .banner_logo-wrapper{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:26px;padding-top:266px}.banner .banner_logo-wrapper span{white-space:nowrap;border-right:solid 1px #565D65;padding-right:24px;color:#565d65;font-family:Onest;font-size:20px;line-height:130%}.banner .banner_logo-wrapper .banner-logo-providers{overflow:hidden;width:416px;height:56px;position:relative}.banner .banner_logo-wrapper .banner-logo-animation-area{display:flex;position:absolute;flex-direction:row;gap:26px;padding-right:16px;animation:moveBannerLogo 20s linear infinite}.banner .banner_logo-wrapper .banner-logo-circle{display:flex;align-items:center;justify-content:center;height:56px}.banner .banner_logo-wrapper .banner-logo-circle img{height:100%;-o-object-fit:contain;object-fit:contain}@keyframes moveBannerLogo{0%{transform:translate(0)}to{transform:translate(-50%)}}.about-company .secondary-container{border-radius:16px;background:#b1b4c3;display:grid;grid-template-areas:"A B" "C C";grid-template-columns:1fr 1.35fr;justify-items:center;-moz-column-gap:20px;column-gap:20px;row-gap:104px}.about-company .about-company_years{grid-area:B;max-width:1045px;min-width:320px;width:100%;height:90px}.about-company .about-company_years .animation_dot{display:none}.about-company .about-company_years .swiper-slide span{position:relative;width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:14px;border:none;margin:0;white-space:nowrap;background-color:unset;cursor:pointer;color:#cdcfd9;font-size:28px;font-weight:700;line-height:107%;text-transform:uppercase}.about-company .about-company_years .swiper-slide span:after{display:block;content:"";width:12px;height:12px;background-color:#cdcfd9;border-radius:50%}.about-company .about-company_years .swiper-slide span:before{position:absolute;top:50px;display:block;content:"";width:1000px;height:4px;background-image:url("data:image/svg+xml,%3Csvg width='1018' height='4' viewBox='0 0 1018 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1265' height='4' fill='white' fill-opacity='0.36'/%3E%3C/svg%3E%0A")}.about-company .about-company_years .swiper-slide span.active{cursor:grab;color:#fff;font-size:39px}.about-company .about-company_years .swiper-slide span.active:after{background-color:#fff}.about-company .about-company_years .swiper-slide span.active:before{top:62px}.about-company .about-company_years .swiper-wrapper .swiper-slide{display:flex;align-items:end}.about-company .about-company_years .swiper-wrapper .swiper-slide:first-child span:before{left:50%}.about-company .about-company_years .swiper-wrapper .swiper-slide:last-child span:before{right:50%}.about-company .about-company_items{grid-area:C;display:grid;width:100%}.about-company .about-company_items .about-company_item{min-width:320px;grid-column:1;grid-row:1;opacity:0;transition:opacity 1s ease-in-out;display:flex;width:100%;gap:10px}.about-company .about-company_items .about-company_item.active{opacity:1;transition:opacity 1s ease-in-out}.about-company .about-company_items .about-company_item .slider-section_swiper{position:relative;max-width:1180px;height:501px;width:100%;border-radius:12px}.about-company .about-company_items .about-company_item .slider-section_swiper .slider-section_btn-prev,.about-company .about-company_items .about-company_item .slider-section_swiper .slider-section_btn-next{position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;z-index:2}.about-company .about-company_items .about-company_item .slider-section_swiper .slider-section_btn-prev{left:14px}.about-company .about-company_items .about-company_item .slider-section_swiper .slider-section_btn-next{right:14px}.about-company .about-company_items .about-company_item .about-company_item_img{width:100%;height:100%}.about-company .about-company_items .about-company_item .about-company_item_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.about-company .about-company_items .about-company_item .about-company_item_info{display:flex;flex-direction:column;justify-content:space-between;max-width:570px;width:100%;gap:12px;border-radius:20px;background:#fff;padding:30px}.about-company .about-company_items .about-company_item .about-company_item_info .about-company_item_info_descriptions{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:12}.about-company .about-company_items .about-company_item .about-company_item_info .about-company_item_info_descriptions p{margin-bottom:12px;font-size:20px;line-height:130%}.about-company .about-company_items .about-company_item .about-company_item_info .about-company_item_btn-more{display:flex;align-self:end;z-index:2}.popup-about-company .popup-container{max-width:921px;max-height:85vh;gap:30px}.popup-about-company .popup-about-company_text-wrapper{display:flex;flex-direction:column;overflow-y:auto;gap:22px;scrollbar-width:thin;padding-right:30px}.popup-about-company .popup-about-company_text-wrapper p{font-family:Onest;font-size:16px;line-height:140%}.popular-products .secondary-container{display:flex;flex-direction:column;gap:112px;border-radius:16px;background:#505050}.popular-products .popular-products_header-wrapper{display:flex;flex-direction:column;gap:14px}.popular-products .popular-products_header-wrapper p{color:#eaeaea;font-size:30px;line-height:120%}.popular-products .popular-products_items{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px}.popular-products .popular-products_items .popular-products_item{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;border-radius:16px;background:#686868;overflow:hidden;padding:12px;text-decoration:none}.popular-products .popular-products_items .popular-products_item .popular-products_item_title{display:flex;align-self:start;color:#fff;font-size:20px;line-height:130%}.popular-products .popular-products_items .popular-products_item .popular-products_item_img-wrapper{overflow:hidden;margin:0 -22px -22px;padding:10px;max-height:340px}.popular-products .popular-products_items .popular-products_item .popular-products_item_img-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(.3) brightness(100%);transition:transform .3s ease-in-out}.popular-products .popular-products_items .popular-products_item .popular-products_item_icon{position:absolute;bottom:16px;left:16px}.popular-products .popular-products_items .popular-products_item:nth-child(1),.popular-products .popular-products_items .popular-products_item:nth-child(9){grid-column:span 2}.products-catalog .secondary-container{overflow:hidden;position:relative;border-radius:16px;background:#3c3c3c;display:flex;flex-direction:column;gap:10px}.products-catalog .secondary-container .products-catalog_bg-logo{position:absolute;top:-47px;right:-21px;max-width:512px;width:100%;-o-object-fit:cover;object-fit:cover}.products-catalog .products-catalog_header-wrapper{order:1;display:flex;flex-direction:column;gap:14px}.products-catalog .products-catalog_header-wrapper p{color:#eaeaea;font-size:30px;line-height:120%}.products-catalog .products-catalog_btn-catalog{order:2;margin-top:10px;width:-moz-max-content;width:max-content;display:flex;padding:13px 30px;justify-content:center;align-items:center;border-radius:12px;cursor:pointer;background:#525252;color:#fff;font-size:20px;line-height:130%;text-decoration:none}.products-catalog .products-catalog_link-analogs{order:3;margin-top:100px;color:#eaeaea;font-size:20px;line-height:130%;text-decoration-line:underline}.products-catalog .products-catalog_items{order:4;display:grid;grid-template-columns:repeat(auto-fill,minmax(600px,1fr));gap:10px}.products-catalog .products-catalog_items .products-catalog_item{display:grid;grid-template-columns:1fr 2fr;grid-template-rows:1fr;gap:20px;border-radius:16px;background:#525252;padding:10px}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_cor-link{position:absolute;width:100%;height:100%}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_img-wrapper{border-radius:10px;background:#686868;overflow:hidden}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_img-wrapper img.image{transition:transform .3s ease-in-out}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_info{display:grid;grid-template-rows:max-content 1fr max-content;gap:21px;max-width:549px}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_info .products-catalog_item_title{color:#fff;font-size:30px;line-height:130%}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_info .products-catalog_item_title:first-letter{text-transform:uppercase}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_info .products-catalog_item_tags{display:flex;flex-direction:column;gap:12px}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_info .products-catalog_item_tags a{z-index:2;transition:color .1s ease-in-out;display:flex;align-items:center;gap:9px;text-decoration:none;color:#c3c3c3;font-size:20px;line-height:130%}.test-center .secondary-container{display:flex;flex-direction:column;gap:104px;border-radius:16px;background:linear-gradient(254deg,#e9edf2 4.85%,#a9acbc 96.1%)}.test-center .test-center_items{display:grid;grid-template-areas:"A B" "A C" "A D";gap:10px;grid-template-columns:1fr minmax(290px,390px)}.test-center .test-center_items .test-center_special-item{grid-area:A;display:flex;border-radius:16px;background:#fff}.test-center .test-center_items .test-center_special-item img{max-width:570px;width:calc(100% - 10px);height:calc(100% - 20px);border-radius:11px;background:#d3d3d3 -196.235px 0px/167.451% 112.179%;margin:10px 0 10px 10px;-o-object-fit:cover;object-fit:cover;min-width:328px}.test-center .test-center_items .test-center_special-item .test-center_special-item_description{display:flex;flex-direction:column;gap:20px;justify-content:space-between;padding:40px}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_description_title-wrapper{display:flex;flex-direction:column;gap:16px}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_description_title-wrapper span{font-family:Oswald;font-size:48px;font-weight:700;line-height:107%;text-transform:uppercase}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_description_title-wrapper p{font-family:Roboto;font-size:20px;line-height:130%}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_parameters{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:50px 42px}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_parameters .test-center_special-item_description_parameters_item{display:flex;flex-direction:column;gap:16px}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_parameters .test-center_special-item_description_parameters_item span{display:flex;align-items:center;gap:12px;font-family:Oswald;font-size:36px;font-weight:700;line-height:107%;text-transform:uppercase}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_parameters .test-center_special-item_description_parameters_item span:before{display:block;content:"";width:40px;height:40px;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_3294_13572)'%3E%3Crect width='40' height='40' rx='12' fill='%23CED1DB' fill-opacity='0.57'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9182 6.25001L18.8786 6.25C18.5522 6.24995 18.2396 6.2499 17.9807 6.28327C17.6901 6.32072 17.3701 6.41008 17.0931 6.66077C16.8161 6.91145 16.6953 7.22097 16.6292 7.50639C16.5702 7.7607 16.5392 8.07171 16.5067 8.39651L16.5028 8.43589L16.4233 9.23039C16.3523 9.94077 16.3056 10.3875 16.2302 10.6874C16.217 10.7399 16.2046 10.7806 16.1938 10.8118C16.1641 10.7974 16.1265 10.7773 16.0801 10.7495C15.8147 10.5909 15.4658 10.308 14.9132 9.85589L14.2958 9.35072L14.2652 9.32566L14.2652 9.32565C14.0126 9.11892 13.7707 8.92095 13.5492 8.78282C13.3006 8.6278 12.9963 8.49432 12.6232 8.51293C12.2501 8.53155 11.9606 8.69463 11.7286 8.87363C11.522 9.03311 11.301 9.25416 11.0702 9.48501L11.0422 9.51299L9.51213 11.0431L9.48413 11.0711C9.25329 11.3019 9.03224 11.5228 8.87276 11.7295C8.69376 11.9615 8.53068 12.2509 8.51207 12.6241C8.49346 12.9972 8.62693 13.3015 8.78196 13.5501C8.92008 13.7716 9.11804 14.0135 9.32478 14.2661L9.32479 14.2661L9.34985 14.2967L9.85429 14.9132C10.3064 15.4658 10.5893 15.8147 10.7479 16.08C10.7757 16.1265 10.7958 16.1641 10.8102 16.1938C10.779 16.2046 10.7383 16.217 10.6858 16.2302C10.3859 16.3056 9.93917 16.3523 9.22878 16.4233L8.43589 16.5026L8.39649 16.5065C8.0717 16.539 7.76069 16.57 7.50639 16.629C7.22097 16.6952 6.91145 16.8159 6.66077 17.0929C6.41008 17.3699 6.32072 17.6899 6.28327 17.9805C6.2499 18.2394 6.24995 18.552 6.25 18.8784L6.25001 18.918V21.0819L6.25 21.1215C6.24995 21.4479 6.2499 21.7604 6.28327 22.0193C6.32072 22.3099 6.41008 22.6299 6.66077 22.9069C6.91145 23.184 7.22097 23.3047 7.50639 23.3709C7.76069 23.4299 8.0717 23.4609 8.39648 23.4933L8.43589 23.4973L9.22995 23.5767C9.94034 23.6477 10.3871 23.6944 10.6869 23.7698C10.7395 23.783 10.7802 23.7954 10.8114 23.8062C10.797 23.8359 10.7769 23.8735 10.7491 23.9199C10.5904 24.1853 10.3075 24.5342 9.85545 25.0868L9.34938 25.7053L9.32433 25.7359L9.3243 25.7359C9.11757 25.9885 8.91961 26.2304 8.78149 26.4519C8.62646 26.7005 8.49299 27.0048 8.5116 27.3779C8.53021 27.7511 8.69329 28.0405 8.87229 28.2725C9.03177 28.4791 9.25282 28.7001 9.48366 28.9309L9.51166 28.9589L11.0418 30.489L11.0698 30.517C11.3005 30.7478 11.5215 30.9689 11.7282 31.1284C11.9601 31.3074 12.2496 31.4704 12.6227 31.489C12.9959 31.5077 13.3001 31.3742 13.5487 31.2192C13.7702 31.081 14.0121 30.8831 14.2647 30.6764L14.2647 30.6763L14.2954 30.6513L14.9134 30.1456C15.4659 29.6935 15.8149 29.4106 16.0802 29.2519C16.1267 29.2241 16.1642 29.2041 16.1939 29.1897C16.2048 29.2209 16.2171 29.2616 16.2303 29.3141C16.3058 29.6139 16.3525 30.0607 16.4235 30.7711L16.5028 31.5641L16.5067 31.6035C16.5392 31.9283 16.5702 32.2393 16.6292 32.4936C16.6953 32.779 16.8161 33.0886 17.0931 33.3393C17.3701 33.5899 17.6901 33.6793 17.9807 33.7168C18.2396 33.7501 18.5522 33.7501 18.8786 33.75L18.9182 33.75H21.0821L21.1217 33.75C21.4481 33.7501 21.7606 33.7501 22.0195 33.7168C22.3101 33.6793 22.6301 33.5899 22.9071 33.3393C23.1841 33.0886 23.3049 32.779 23.3711 32.4936C23.43 32.2393 23.4611 31.9283 23.4935 31.6035L23.4975 31.5641L23.5767 30.7714C23.6478 30.061 23.6944 29.6142 23.7699 29.3144C23.7831 29.2619 23.7954 29.2211 23.8063 29.1899C23.836 29.2044 23.8735 29.2244 23.92 29.2522C24.1854 29.4109 24.5343 29.6938 25.0868 30.1459L25.704 30.6508L25.7346 30.6759C25.9872 30.8826 26.2291 31.0806 26.4506 31.2187C26.6992 31.3737 27.0035 31.5072 27.3766 31.4886C27.7497 31.47 28.0392 31.3069 28.2712 31.1279C28.4778 30.9684 28.6988 30.7474 28.9295 30.5166L28.9295 30.5166L28.9576 30.4885L30.4877 28.9584L30.5156 28.9305C30.7465 28.6997 30.9676 28.4787 31.127 28.272C31.306 28.0401 31.4691 27.7506 31.4877 27.3775C31.5063 27.0043 31.3729 26.7001 31.2178 26.4515C31.0797 26.23 30.8818 25.9881 30.675 25.7355L30.65 25.7049L30.1443 25.0868C29.6922 24.5342 29.4093 24.1853 29.2506 23.92C29.2228 23.8735 29.2028 23.836 29.1883 23.8062C29.2195 23.7954 29.2603 23.7831 29.3128 23.7698C29.6126 23.6944 30.0594 23.6477 30.7698 23.5767L31.5641 23.4973L31.6035 23.4933C31.9283 23.4609 32.2393 23.4299 32.4936 23.3709C32.7791 23.3047 33.0886 23.184 33.3393 22.9069C33.5899 22.6299 33.6793 22.3099 33.7168 22.0194C33.7501 21.7604 33.7501 21.4479 33.75 21.1215L33.75 21.0819V18.918L33.75 18.8784C33.7501 18.552 33.7501 18.2394 33.7168 17.9805C33.6793 17.6899 33.5899 17.3699 33.3393 17.0929C33.0886 16.8159 32.7791 16.6952 32.4936 16.629C32.2393 16.57 31.9283 16.539 31.6035 16.5065L31.5641 16.5026L30.7709 16.4233C30.0606 16.3522 29.6138 16.3056 29.314 16.2301C29.2614 16.2169 29.2207 16.2046 29.1895 16.1937C29.2039 16.164 29.224 16.1265 29.2518 16.08C29.4104 15.8147 29.6933 15.4657 30.1454 14.9132L30.6495 14.2971L30.6745 14.2665L30.6746 14.2665C30.8813 14.0139 31.0793 13.772 31.2174 13.5505C31.3724 13.3019 31.5059 12.9976 31.4873 12.6245C31.4687 12.2514 31.3056 11.9619 31.1266 11.73C30.9671 11.5233 30.7461 11.3023 30.5152 11.0716L30.5152 11.0716L30.4872 11.0436L28.9571 9.51343L28.9291 9.48544C28.6983 9.25459 28.4774 9.03355 28.2707 8.87407C28.0387 8.69507 27.7493 8.53198 27.3761 8.51337C27.003 8.49476 26.6988 8.62824 26.4501 8.78326C26.2286 8.92138 25.9868 9.11933 25.7342 9.32605L25.7342 9.32607L25.7035 9.35116L25.087 9.85561C24.5344 10.3077 24.1855 10.5906 23.9202 10.7493C23.8737 10.7771 23.8361 10.7971 23.8064 10.8115C23.7956 10.7803 23.7832 10.7396 23.77 10.6871C23.6946 10.3873 23.6479 9.94049 23.5769 9.23011L23.4975 8.43589L23.4935 8.39649C23.4611 8.0717 23.43 7.76069 23.3711 7.50639C23.3049 7.22097 23.1841 6.91145 22.9071 6.66077C22.6301 6.41008 22.3101 6.32072 22.0195 6.28327C21.7606 6.2499 21.4481 6.24995 21.1217 6.25L21.0821 6.25001H18.9182ZM16.1519 10.904C16.1518 10.9037 16.1535 10.9009 16.1573 10.8967C16.1539 10.9023 16.152 10.9044 16.1519 10.904ZM16.2796 10.846C16.2853 10.8463 16.2885 10.8471 16.2887 10.8474C16.2888 10.8477 16.286 10.8475 16.2796 10.846ZM10.8458 16.2886C10.8455 16.2885 10.8447 16.2853 10.8444 16.2796C10.8459 16.2859 10.8461 16.2888 10.8458 16.2886ZM10.8951 16.1572C10.8993 16.1534 10.9021 16.1517 10.9024 16.1518C10.9028 16.1519 10.9007 16.1538 10.8951 16.1572ZM10.9019 23.8472C10.9029 23.8479 10.9035 23.8482 10.9036 23.8481C10.904 23.848 10.9018 23.8461 10.8962 23.8427C10.8987 23.8449 10.9006 23.8464 10.9019 23.8472ZM10.8455 23.7204C10.8459 23.7147 10.8466 23.7115 10.847 23.7113C10.8473 23.7112 10.8471 23.714 10.8455 23.7204ZM16.2888 29.1541C16.2886 29.1544 16.2855 29.1552 16.2798 29.1555C16.2861 29.1539 16.289 29.1538 16.2888 29.1541ZM16.1574 29.1048C16.1536 29.1006 16.1519 29.0978 16.152 29.0974C16.1521 29.0971 16.154 29.0992 16.1574 29.1048ZM23.8482 29.0977C23.8483 29.098 23.8466 29.1008 23.8428 29.1051C23.8462 29.0995 23.8481 29.0974 23.8482 29.0977ZM23.7204 29.1558C23.7148 29.1555 23.7116 29.1547 23.7114 29.1544C23.7112 29.1541 23.7141 29.1542 23.7204 29.1558ZM29.1528 23.7114C29.1531 23.7116 29.1539 23.7147 29.1542 23.7204C29.1526 23.714 29.1525 23.7112 29.1528 23.7114ZM29.1035 23.8428C29.0992 23.8466 29.0964 23.8483 29.0961 23.8482C29.0958 23.8481 29.0979 23.8462 29.1035 23.8428ZM29.0973 16.1518C29.0976 16.1517 29.1004 16.1534 29.1047 16.1572C29.0991 16.1538 29.0969 16.1519 29.0973 16.1518ZM29.1553 16.2796C29.155 16.2853 29.1542 16.2884 29.1539 16.2886C29.1536 16.2888 29.1538 16.2859 29.1553 16.2796ZM23.7115 10.8471C23.7117 10.8468 23.7149 10.846 23.7206 10.8457C23.7142 10.8473 23.7114 10.8474 23.7115 10.8471ZM23.8429 10.8964C23.8467 10.9006 23.8484 10.9034 23.8483 10.9038C23.8482 10.9041 23.8463 10.902 23.8429 10.8964ZM18.0716 7.79169C18.0715 7.79166 18.0725 7.79115 18.075 7.79028C18.0729 7.7913 18.0717 7.79173 18.0716 7.79169ZM18.1724 7.77096C18.1442 7.77461 18.123 7.77836 18.1075 7.78166C18.1027 7.79672 18.0968 7.81743 18.0904 7.84521C18.0559 7.99379 18.0332 8.20626 17.9953 8.58515L17.9159 9.37964L17.9102 9.43655L17.9102 9.43657C17.8466 10.0727 17.7907 10.6326 17.6849 11.0533C17.5756 11.4876 17.357 12.0092 16.7875 12.2451C16.2179 12.481 15.6946 12.2668 15.3102 12.0369C14.9379 11.8143 14.5024 11.4579 14.0076 11.053L13.9634 11.0168L13.346 10.5117C13.0513 10.2705 12.885 10.1364 12.7555 10.0557C12.7313 10.0406 12.7126 10.0301 12.6985 10.0228C12.6852 10.0314 12.6676 10.0437 12.645 10.0612C12.5243 10.1543 12.3722 10.3044 12.1029 10.5737L10.5728 12.1038C10.3035 12.373 10.1535 12.5251 10.0603 12.6459C10.0429 12.6685 10.0305 12.6861 10.0219 12.6994C10.0292 12.7134 10.0397 12.7322 10.0548 12.7564C10.1355 12.8858 10.2697 13.0521 10.5108 13.3468L11.0152 13.9634L11.0514 14.0076C11.4563 14.5024 11.8127 14.9379 12.0353 15.3102C12.2652 15.6945 12.4794 16.2179 12.2435 16.7874C12.0076 17.357 11.486 17.5756 11.0517 17.6848C10.631 17.7907 10.0711 17.8466 9.43492 17.9102L9.37804 17.9159L8.58515 17.9952C8.20626 18.033 7.99379 18.0558 7.84521 18.0902C7.81743 18.0967 7.79672 18.1025 7.78166 18.1073C7.77836 18.1228 7.77461 18.144 7.77096 18.1723C7.75147 18.3235 7.75001 18.5372 7.75001 18.918V21.0819C7.75001 21.4627 7.75147 21.6763 7.77096 21.8276C7.77461 21.8559 7.77836 21.8771 7.78166 21.8925C7.79672 21.8974 7.81743 21.9032 7.84521 21.9097C7.99379 21.9441 8.20626 21.9668 8.58515 22.0047L8.51052 22.751L8.58515 22.0047L9.37921 22.0841L9.43609 22.0898C10.0723 22.1534 10.6322 22.2093 11.0529 22.3151C11.4872 22.4244 12.0087 22.643 12.2446 23.2125C12.4805 23.7821 12.2663 24.3055 12.0365 24.6898C11.8138 25.0621 11.4575 25.4976 11.0526 25.9924L11.0164 26.0366L10.5103 26.6551C10.2692 26.9499 10.135 27.1161 10.0543 27.2456C10.0392 27.2698 10.0287 27.2885 10.0215 27.3026C10.0301 27.3159 10.0424 27.3335 10.0598 27.3561C10.153 27.4768 10.3031 27.629 10.5723 27.8982L12.1024 29.4283C12.3717 29.6976 12.5238 29.8476 12.6446 29.9408C12.6671 29.9582 12.6848 29.9706 12.698 29.9792C12.7121 29.9719 12.7309 29.9614 12.7551 29.9463C12.8845 29.8656 13.0508 29.7315 13.3455 29.4903L13.9635 28.9847L14.0078 28.9484L14.0078 28.9484C14.5026 28.5435 14.938 28.1872 15.3104 27.9646C15.6947 27.7347 16.2181 27.5205 16.7876 27.7564C17.3572 27.9923 17.5758 28.5139 17.685 28.9482C17.7909 29.3689 17.8468 29.9288 17.9104 30.5649L17.9104 30.565L17.916 30.6218L17.9953 31.4149C18.0332 31.7938 18.0559 32.0062 18.0904 32.1548C18.0968 32.1826 18.1027 32.2033 18.1075 32.2184C18.123 32.2217 18.1442 32.2254 18.1724 32.2291C18.3237 32.2486 18.5374 32.25 18.9182 32.25H21.0821C21.4629 32.25 21.6765 32.2486 21.8278 32.2291C21.8561 32.2254 21.8773 32.2217 21.8927 32.2184C21.8976 32.2033 21.9034 32.1826 21.9098 32.1548C21.9443 32.0062 21.967 31.7938 22.0049 31.4149L22.0842 30.6221L22.0899 30.5652C22.1534 29.9291 22.2094 29.3692 22.3152 28.9484C22.4245 28.5142 22.6431 27.9926 23.2126 27.7567C23.7821 27.5208 24.3055 27.735 24.6898 27.9648C25.0622 28.1875 25.4976 28.5438 25.9924 28.9487L26.0367 28.9849L26.6538 29.4899C26.9486 29.731 27.1148 29.8652 27.2443 29.9459C27.2685 29.961 27.2872 29.9715 27.3013 29.9787C27.3146 29.9701 27.3322 29.9578 27.3548 29.9404C27.4755 29.8472 27.6276 29.6971 27.8969 29.4279L29.427 27.8978C29.6963 27.6285 29.8463 27.4764 29.9395 27.3556C29.9569 27.3331 29.9693 27.3154 29.9779 27.3022C29.9706 27.2881 29.9601 27.2693 29.945 27.2451C29.8643 27.1157 29.7301 26.9494 29.489 26.6547L28.9833 26.0366L28.9471 25.9924C28.5422 25.4976 28.1859 25.0622 27.9632 24.6898C27.7334 24.3055 27.5192 23.7821 27.7551 23.2126C27.991 22.643 28.5126 22.4244 28.9468 22.3152C29.3676 22.2093 29.9275 22.1534 30.5637 22.0898L30.6205 22.0841L31.4149 22.0047C31.7938 21.9668 32.0062 21.9441 32.1548 21.9097C32.1826 21.9032 32.2033 21.8974 32.2184 21.8926C32.2217 21.8771 32.2254 21.8559 32.2291 21.8276C32.2486 21.6763 32.25 21.4627 32.25 21.0819V18.918C32.25 18.5372 32.2486 18.3235 32.2291 18.1723C32.2254 18.144 32.2217 18.1228 32.2184 18.1073C32.2033 18.1025 32.1826 18.0967 32.1548 18.0902C32.0062 18.0558 31.7938 18.0331 31.4149 17.9952L30.6217 17.9158L30.5648 17.9102C29.9286 17.8466 29.3687 17.7907 28.948 17.6848C28.5137 17.5756 27.9922 17.357 27.7563 16.7874C27.5203 16.2179 27.7346 15.6945 27.9644 15.3102C28.187 14.9378 28.5434 14.5024 28.9483 14.0076L28.9483 14.0076L28.9845 13.9633L29.4886 13.3473C29.7297 13.0526 29.8638 12.8863 29.9446 12.7568C29.9596 12.7327 29.9702 12.7139 29.9774 12.6998C29.9688 12.6865 29.9565 12.6689 29.939 12.6463C29.8459 12.5256 29.6958 12.3735 29.4265 12.1042L27.8964 10.5741C27.6272 10.3048 27.4751 10.1548 27.3543 10.0616C27.3317 10.0442 27.3141 10.0319 27.3008 10.0232C27.2868 10.0305 27.268 10.041 27.2438 10.0561C27.1144 10.1368 26.9481 10.271 26.6534 10.5121L26.0368 11.0165L25.9926 11.0528C25.4978 11.4577 25.0623 11.814 24.69 12.0367C24.3057 12.2665 23.7823 12.4807 23.2127 12.2448C22.6432 12.0089 22.4246 11.4873 22.3153 11.053C22.2095 10.6323 22.1536 10.0724 22.09 9.43622L22.0843 9.37936L22.0049 8.58515C21.967 8.20626 21.9443 7.99379 21.9098 7.84521C21.9034 7.81743 21.8976 7.79672 21.8927 7.78166C21.8773 7.77836 21.8561 7.77461 21.8278 7.77096C21.6765 7.75147 21.4629 7.75001 21.0821 7.75001H18.9182C18.5374 7.75001 18.3237 7.75147 18.1724 7.77096ZM12.731 10.0045C12.731 10.0046 12.7298 10.0051 12.7276 10.0059C12.7299 10.0048 12.731 10.0044 12.731 10.0045ZM12.6653 10.0082C12.6659 10.0084 12.6667 10.0086 12.6679 10.0089C12.6654 10.008 12.6643 10.0078 12.6644 10.0078C12.6644 10.0079 12.6647 10.008 12.6653 10.0082ZM10.0072 12.6658C10.0071 12.6655 10.007 12.6652 10.007 12.6652C10.0069 12.6652 10.0072 12.6663 10.008 12.6687C10.0077 12.6674 10.0074 12.6664 10.0072 12.6658ZM10.005 12.7285C10.0043 12.7307 10.0037 12.7318 10.0037 12.7319C10.0036 12.7319 10.0039 12.7308 10.005 12.7285ZM7.79028 18.0748C7.7913 18.0727 7.79173 18.0715 7.79169 18.0714C7.79167 18.0714 7.79144 18.0718 7.79103 18.0728C7.79082 18.0733 7.79057 18.074 7.79028 18.0748ZM7.74693 18.1209C7.74702 18.1209 7.74818 18.1203 7.75013 18.1191C7.7488 18.1198 7.74791 18.1202 7.74741 18.1205C7.74705 18.1207 7.74689 18.1209 7.74693 18.1209ZM7.74771 21.8793C7.74724 21.8791 7.74697 21.879 7.74693 21.879C7.74684 21.879 7.74782 21.8796 7.75013 21.8807C7.74908 21.8801 7.74826 21.8796 7.74771 21.8793ZM7.79028 21.9251C7.79129 21.9272 7.79173 21.9284 7.79169 21.9285C7.79166 21.9285 7.79115 21.9275 7.79028 21.9251ZM10.0032 27.2701C10.0033 27.2702 10.0038 27.2713 10.0046 27.2735C10.0035 27.2712 10.0031 27.2701 10.0032 27.2701ZM10.0075 27.3333C10.007 27.3355 10.0066 27.3367 10.0065 27.3368C10.0064 27.3368 10.0067 27.3357 10.0075 27.3333ZM12.6639 29.9941C12.6639 29.9941 12.6651 29.9936 12.6674 29.9931C12.665 29.994 12.6638 29.9942 12.6639 29.9941ZM12.7272 29.9961C12.7293 29.9968 12.7305 29.9974 12.7305 29.9975C12.7306 29.9976 12.7295 29.9972 12.7272 29.9961ZM18.0749 32.2097C18.0729 32.2087 18.0717 32.2083 18.0716 32.2083C18.0715 32.2083 18.0718 32.2085 18.0723 32.2087C18.0729 32.209 18.0737 32.2093 18.0749 32.2097ZM18.1201 32.2511C18.1198 32.2507 18.1196 32.2503 18.1193 32.2499C18.1204 32.2522 18.121 32.2532 18.1211 32.2531C18.1211 32.253 18.1208 32.2523 18.1201 32.2511ZM21.8792 32.2531C21.8792 32.253 21.8797 32.2518 21.8809 32.2499C21.8798 32.2522 21.8792 32.2532 21.8792 32.2531ZM21.9276 32.2087C21.927 32.2089 21.9263 32.2093 21.9253 32.2097C21.927 32.2091 21.9281 32.2087 21.9285 32.2085C21.9286 32.2084 21.9287 32.2083 21.9286 32.2083C21.9286 32.2083 21.9282 32.2084 21.9276 32.2087ZM27.2693 29.9967C27.269 29.9969 27.2688 29.997 27.2688 29.997C27.2687 29.9971 27.2698 29.9968 27.2722 29.9957C27.2708 29.9961 27.2699 29.9965 27.2693 29.9967ZM27.3319 29.9927C27.3342 29.9932 27.3354 29.9936 27.3354 29.9937C27.3355 29.9938 27.3344 29.9935 27.3319 29.9927ZM29.9923 27.3348C29.9926 27.3357 29.9928 27.3363 29.9928 27.3363C29.9929 27.3364 29.9927 27.3353 29.9918 27.3328C29.992 27.3336 29.9922 27.3343 29.9923 27.3348ZM29.9948 27.2731C29.9955 27.2709 29.9961 27.2697 29.9962 27.2697C29.9962 27.2696 29.9959 27.2707 29.9948 27.2731ZM32.2097 21.9251C32.2087 21.9272 32.2083 21.9284 32.2083 21.9285C32.2083 21.9285 32.2085 21.9282 32.2088 21.9275C32.209 21.927 32.2093 21.9262 32.2097 21.9251ZM32.2499 21.8807C32.2519 21.8795 32.253 21.879 32.2531 21.879C32.2532 21.879 32.2522 21.8796 32.2499 21.8807ZM32.2531 18.1209C32.253 18.1209 32.2518 18.1204 32.2499 18.1191C32.2522 18.1202 32.2532 18.1208 32.2531 18.1209ZM32.2097 18.0748C32.2087 18.0727 32.2083 18.0715 32.2083 18.0714C32.2084 18.0713 32.2089 18.0724 32.2097 18.0748ZM29.9953 12.7315C29.9955 12.732 29.9956 12.7323 29.9957 12.7323C29.9958 12.7323 29.9954 12.7313 29.9943 12.7289C29.9947 12.7301 29.9951 12.731 29.9953 12.7315ZM29.9913 12.6692C29.9919 12.6669 29.9923 12.6657 29.9924 12.6657C29.9924 12.6656 29.9922 12.6667 29.9913 12.6692ZM27.3315 10.0093C27.3337 10.0088 27.3349 10.0084 27.335 10.0083C27.335 10.0082 27.3345 10.0083 27.3335 10.0086C27.333 10.0088 27.3323 10.009 27.3315 10.0093ZM27.2683 10.005C27.2684 10.005 27.2695 10.0056 27.2717 10.0063C27.2705 10.0057 27.2696 10.0054 27.269 10.0052C27.2686 10.005 27.2683 10.0049 27.2683 10.005ZM21.9286 7.79169C21.9286 7.79173 21.9274 7.7913 21.9253 7.79028C21.9277 7.79115 21.9287 7.79166 21.9286 7.79169ZM21.8809 7.75013C21.8797 7.74818 21.8792 7.74702 21.8792 7.74693C21.8792 7.74684 21.8798 7.74782 21.8809 7.75013ZM18.1193 7.75013C18.1204 7.74782 18.121 7.74684 18.1211 7.74693C18.1211 7.74702 18.1205 7.74818 18.1193 7.75013ZM15.75 20C15.75 17.6528 17.6528 15.75 20 15.75C22.3472 15.75 24.25 17.6528 24.25 20C24.25 22.3472 22.3472 24.25 20 24.25C17.6528 24.25 15.75 22.3472 15.75 20ZM20 14.25C16.8244 14.25 14.25 16.8244 14.25 20C14.25 23.1757 16.8244 25.75 20 25.75C23.1757 25.75 25.75 23.1757 25.75 20C25.75 16.8244 23.1757 14.25 20 14.25Z' fill='%233D3E3F'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_3294_13572' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3294_13572'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_3294_13572' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_parameters .test-center_special-item_description_parameters_item p{font-family:Roboto;font-size:20px;line-height:130%}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_parameters .test-center_special-item_description_btn{display:flex;align-self:self-end;width:100%;height:-moz-max-content;height:max-content}.test-center .test-center_items .test-center_item{border-radius:16px;background:#fff;padding:10px;display:flex;flex-direction:column;gap:17px}.test-center .test-center_items .test-center_item img{height:100%;width:100%;border-radius:11px;background:#d3d3d3 0px -60.139px/100% 368.159%;-o-object-fit:cover;object-fit:cover;filter:grayscale(1);transition:filter .2s ease-in-out}.test-center .test-center_items .test-center_item span{display:flex;gap:12px;align-items:center;font-family:Roboto;font-size:20px;line-height:130%}.test-center .test-center_items .test-center_item span:before{display:block;content:"";width:40px;height:40px}.test-center .test-center_items .test-center_item:nth-child(2){grid-area:B}.test-center .test-center_items .test-center_item:nth-child(2) span:before{background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.43' filter='url(%23filter0_b_3902_13625)'%3E%3Crect width='40' height='40' rx='12' fill='%23CED1DB'/%3E%3Cpath d='M12.3385 21.3672L18.434 9.2554C18.5128 9.09881 18.6731 9 18.8484 9H25.448C25.8149 9 26.0366 9.40571 25.8385 9.71452L21.1303 17.0536C20.9321 17.3624 21.1539 17.7682 21.5208 17.7682H25.9927C26.3888 17.7682 26.6028 18.2326 26.3453 18.5337L15.3717 31.3653C15.0471 31.7448 14.4342 31.4139 14.5735 30.9343L16.984 22.6332C17.0701 22.3364 16.8475 22.0398 16.5384 22.0398H12.7529C12.4075 22.0398 12.1832 21.6758 12.3385 21.3672Z' stroke='%232F373F' stroke-width='1.5'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_3902_13625' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3902_13625'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_3902_13625' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")}.test-center .test-center_items .test-center_item:nth-child(3){grid-area:C}.test-center .test-center_items .test-center_item:nth-child(3) span:before{background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.43' filter='url(%23filter0_b_3294_13787)'%3E%3Crect width='40' height='40' rx='12' fill='%23CED1DB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.5029 15.0155C22.57 12.9882 20.2558 11.2931 18.4736 10.2028C17.9261 12.5793 16.2697 14.3103 14.7445 15.904L14.744 15.9045C14.6645 15.9877 14.5853 16.0704 14.5066 16.1529C12.793 17.9491 11.261 19.658 10.8772 22.1302C10.3948 25.2371 11.3432 26.9444 12.5879 27.9145C13.8959 28.9339 15.6724 29.2486 16.9721 29.2486C17.3863 29.2486 17.7221 29.5844 17.7221 29.9986C17.7221 30.4128 17.3863 30.7486 16.9721 30.7486C15.5004 30.7486 13.3416 30.4037 11.6658 29.0976C9.92656 27.742 8.84263 25.4576 9.39494 21.9C9.85928 18.9091 11.7286 16.8918 13.4213 15.1175L13.5511 14.9814L13.5512 14.9814C15.2426 13.2095 16.6917 11.6914 17.0686 9.58913C17.2048 8.82943 18.0902 8.22943 18.9072 8.71302C20.8135 9.84133 23.4165 11.7023 25.5886 13.9804C27.7427 16.2396 29.5768 19.0178 29.7304 21.9762C29.8867 24.9846 29.0725 27.098 27.9173 28.5083C26.7763 29.9014 25.3372 30.5646 24.3018 30.7382C23.8933 30.8068 23.5066 30.5312 23.4381 30.1227C23.3695 29.7141 23.6451 29.3274 24.0536 29.2589C24.7426 29.1433 25.8533 28.6611 26.7569 27.5578C27.6464 26.4719 28.3718 24.7382 28.2324 22.054C28.1069 19.6371 26.5757 17.1894 24.5029 15.0155ZM23.018 21.5057C22.4992 20.0153 21.206 18.607 19.8378 18.0096C19.8644 18.832 19.8669 19.7885 19.8077 20.6134C19.7726 21.1031 19.7135 21.5808 19.6125 21.9659C19.5624 22.1568 19.4932 22.36 19.3904 22.5398C19.2942 22.7079 19.1119 22.9546 18.7917 23.067C18.4954 23.1711 18.1926 23.1617 17.9461 23.124C17.6921 23.0851 17.4372 23.0065 17.202 22.9157C16.8301 22.7721 16.4572 22.5781 16.137 22.3898C15.8521 22.9198 15.7566 23.3191 15.75 23.6101C15.7428 23.9297 15.8409 24.1672 15.9985 24.3664C16.3553 24.8174 17.0332 25.0962 17.6394 25.2813C18.0355 25.4022 18.2587 25.8214 18.1377 26.2176C18.0168 26.6137 17.5976 26.8368 17.2014 26.7159C16.5953 26.5309 15.4954 26.1481 14.8222 25.2971C14.4647 24.8453 14.2347 24.2716 14.2504 23.5763C14.2657 22.8978 14.5133 22.1602 15.0019 21.3545C15.3803 20.7305 16.164 20.64 16.6932 20.9726C17.0126 21.1733 17.3945 21.3821 17.7423 21.5164C17.9031 21.5785 18.0395 21.6179 18.1473 21.637C18.1519 21.6211 18.1567 21.6039 18.1616 21.5853C18.2277 21.3333 18.2787 20.9632 18.3115 20.506C18.3765 19.601 18.3614 18.489 18.3209 17.6062C18.2879 16.8874 18.9492 16.148 19.8126 16.4053C21.8611 17.0157 23.7215 18.964 24.4346 21.0126C24.7969 22.0535 24.8892 23.1947 24.4848 24.2424C24.0727 25.3097 23.1882 26.1679 21.8201 26.6979C21.4339 26.8476 20.9995 26.6558 20.8498 26.2695C20.7002 25.8833 20.892 25.4489 21.2782 25.2992C22.3254 24.8935 22.8516 24.3077 23.0854 23.7022C23.3268 23.0769 23.3001 22.3162 23.018 21.5057ZM18.085 21.8004C18.085 21.8003 18.086 21.7985 18.0882 21.7953C18.0861 21.7989 18.085 21.8005 18.085 21.8004Z' fill='%233D3E3F'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_3294_13787' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3294_13787'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_3294_13787' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")}.test-center .test-center_items .test-center_item:nth-child(4){grid-area:D}.test-center .test-center_items .test-center_item:nth-child(4) span:before{background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.43' filter='url(%23filter0_b_3294_13856)'%3E%3Crect width='40' height='40' rx='12' fill='%23CED1DB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9793 14.1875C13.1595 11.864 15.139 8.75023 20.07 8.75C23.8165 8.74983 25.7693 11.3642 26.079 12.5634C26.2047 13.05 26.641 13.5886 27.3202 13.6204C28.2205 13.6626 29.2559 13.8446 30.0295 14.3569C30.7425 14.8291 31.3123 15.6304 31.2454 17.1538C31.2116 17.926 30.9247 18.4745 30.4881 18.8907C30.0333 19.3242 29.3817 19.6447 28.5917 19.8652C27.0037 20.3083 25.0784 20.2883 23.754 20.1967C23.3408 20.1681 22.9826 20.4799 22.954 20.8931C22.9254 21.3063 23.2372 21.6645 23.6505 21.6931C25.0154 21.7875 27.1514 21.8244 28.9949 21.31C29.9206 21.0516 30.8272 20.6397 31.523 19.9764C32.2369 19.2959 32.6929 18.3833 32.744 17.2195C32.8328 15.1947 32.0299 13.8826 30.8578 13.1063C29.7921 12.4006 28.4962 12.1861 27.5154 12.1286C27.0089 10.3106 24.5034 7.2498 20.0699 7.25C14.4178 7.25026 11.8033 10.879 11.4964 13.9294C9.88953 14.4255 7.93354 16.1128 8.29325 18.9513C8.48916 20.4972 9.8279 21.1393 11.0491 21.4154C12.2856 21.695 13.7718 21.6949 14.9309 21.6949H14.931L14.9745 21.6949C15.3887 21.6949 15.7245 21.3591 15.7245 20.9449C15.7245 20.5307 15.3887 20.1949 14.9745 20.1949C13.7649 20.1949 12.4366 20.1912 11.3799 19.9523C10.2924 19.7065 9.85002 19.3046 9.78135 18.7627C9.53225 16.7971 10.8891 15.6491 12.0157 15.3402C12.5216 15.2015 12.9349 14.7591 12.9793 14.1875ZM16.3032 26.8611L19.5872 21.203L18.7777 24.262C18.5739 25.0322 19.1546 25.7866 19.9513 25.7866H23.5624L19.8529 31.0994L20.5714 28.3858C20.7754 27.6156 20.1946 26.8611 19.3979 26.8611H16.3032ZM21.5817 19.5294C21.9439 18.1608 20.0688 17.385 19.3582 18.6094L14.7565 26.5377C14.2868 27.347 14.8707 28.3611 15.8065 28.3611H19.0263L17.9896 32.2762C17.6422 33.5881 19.3816 34.3946 20.1585 33.2819L25.1063 26.1955C25.6681 25.3908 25.0924 24.2866 24.1109 24.2866H20.3228L21.5817 19.5294Z' fill='%233D3E3F'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_3294_13856' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3294_13856'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_3294_13856' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")}.partners .secondary-container{border-radius:16px;background:#b1b4c3;display:flex;flex-direction:column;gap:104px;overflow:hidden}.partners .partners_header-wrapper{display:flex;flex-direction:column;gap:7px;position:relative}.partners .partners_header-wrapper .animation_dot{position:initial;display:none;right:unset;margin-left:17px;animation:1s ease 1s infinite alternate partners_anim_dot}@keyframes partners_anim_dot{0%{margin-left:17px}to{margin-left:77px}}.partners .partners_content{position:relative;margin:0 -60px -60px}.partners .partners_content .partners-bg{position:absolute;top:0;right:0;left:0;margin-right:auto;margin-left:auto}.partners .partners_content .partners-bg img{width:140%;height:103%;-o-object-fit:cover;object-fit:cover;margin-top:-3%;margin-left:-22%;margin-right:-18%}.partners .partners_content .partners_map-wrapper{position:relative;margin:auto;max-width:1400PX;width:100%}.partners .partners_content .partners_map-wrapper .partners-map{width:100%;-o-object-fit:cover;object-fit:cover;margin:auto;display:flex}.partners .partners_content .partners_map-wrapper .partners_item{position:absolute;width:-moz-max-content;width:max-content}.partners .partners_content .partners_map-wrapper .partners_item .partners_item_btn{width:46px;height:60px}.partners .partners_content .partners_map-wrapper .partners_item .partners_item_btn img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.partners .partners_content .partners_map-wrapper .partners_item .partners_item_content{position:absolute;display:none;gap:10px;width:531px;background-color:#fff;padding:10px;border-radius:10px 10px 10px 0;z-index:6;left:19px;bottom:23px}.partners .partners_content .partners_map-wrapper .partners_item .partners_item_content.active{display:flex}.partners .partners_content .partners_map-wrapper .partners_item .partners_item_content img{width:122px;height:100%;border-radius:10px;z-index:2;display:flex;margin-top:auto;margin-bottom:auto}.partners .partners_content .partners_map-wrapper .partners_item .partners_item_content .partners_item_info{position:relative;display:flex;flex-direction:column;gap:8px}.partners .partners_content .partners_map-wrapper .partners_item .partners_item_content .partners_item_info .partners_item_info_title{font-size:20px;line-height:130%}.partners .partners_content .partners_map-wrapper .partners_item .partners_item_content .partners_item_info .partners_item_info_address,.partners .partners_content .partners_map-wrapper .partners_item .partners_item_content .partners_item_info a{color:#9a9a9a;font-size:20px;line-height:130%;text-decoration:none}.projects .secondary-container{display:flex;flex-direction:column;gap:93px;border-radius:16px;background:#b1b4c3}.projects .projects_items{display:grid;grid-template-columns:repeat(auto-fill,minmax(540px,1fr));gap:10px}.projects_item{display:grid;grid-template-rows:max-content max-content 1fr max-content;gap:10px;border-radius:16px;background:#fff;padding:30px;text-decoration:none;color:unset}.projects_item .projects_item_img-wrapper{border-radius:8px;width:calc(100% + 40px);margin:-20px -20px 0;overflow:hidden}.projects_item .projects_item_img-wrapper img{width:100%;background:#d3d3d3 50%/cover no-repeat;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-in-out;height:360px}.projects_item .projects_item_title{font-size:30px;line-height:130%}.projects_item .projects_item_description{margin-top:20px;font-size:20px;line-height:130%}.projects_item .projects_item_btn{margin-top:20px}.production .production_content{display:grid;grid-template-areas:"A A A A" "B B C C" "D E F F";grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:max-content minmax(380px,100%) minmax(380px,100%);gap:10px}.production .production_content .production_special-item{grid-area:A;width:100%;padding:60px;border-radius:16px;background:#b1b4c3;overflow:hidden;display:flex;justify-content:space-between;gap:36px}.production .production_content .production_special-item .production_special-item_content{display:flex;flex-direction:column;justify-content:space-between;gap:36px}.production .production_content .production_special-item .production_special-item_content .production_special-item_info{width:100%;display:grid;grid-template-areas:"A B" "A C";align-items:center;grid-template-columns:1fr max-content;gap:36px}.production .production_content .production_special-item .production_special-item_content .production_special-item_info img{grid-area:A;max-width:728px;max-height:290px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px;background:#d3d3d3 0px -119.296px/100% 172.399%}.production .production_content .production_special-item .production_special-item_content .production_special-item_info p{display:flex;flex-direction:column;gap:8px;color:#fff;font-size:20px;line-height:130%}.production .production_content .production_special-item .production_special-item_content .production_special-item_info p span{font-family:Oswald;font-size:53px;font-weight:500;line-height:116%;text-transform:uppercase}.production .production_content .production_special-item .production_special-item_content .production_special-item_info p:nth-child(2){grid-area:B}.production .production_content .production_special-item .production_special-item_content .production_special-item_info p:nth-child(3){grid-area:C}.production .production_content .production_special-item_secondary-img{max-width:580px;min-width:320px;width:100%;height:100%;border-radius:12px;background:#d3d3d3 -208px -5.313px/145.661% 104.559%;-o-object-fit:cover;object-fit:cover}.production .production_item{position:relative;padding:60px;border-radius:16px;background:#b1b4c3;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.production .production_item p{z-index:2;color:#fff;font-size:30px;line-height:130%}.production .production_item button{z-index:2;min-width:344px}.production .production_item .production_item_img{position:absolute;right:0;bottom:0}.production .production_item .production_item_img_mobile{display:none}.production .production_item:nth-child(2){grid-area:B}.production .production_item:nth-child(3){grid-area:C}.production .production_item:nth-child(4){grid-area:D}.production .production_item:nth-child(5){grid-area:E}.production .production_item:nth-child(6){grid-area:F}.submit-application{overflow:hidden}.submit-application .secondary-container{display:flex;justify-content:space-between;background:#3c3c3c;border-radius:16px;padding:40px 60px}.submit-application .submit-application_info{position:relative;width:100%;display:flex;flex-direction:column;gap:30px}.submit-application .submit-application_info .submit-application_info_bg{position:absolute;max-width:715px;width:100%;right:30px;bottom:-40;-o-object-fit:cover;object-fit:cover}.submit-application .submit-application_info .site-header{z-index:2}.submit-application .submit-application_info p{z-index:3;color:#fff;font-size:30px;line-height:130%}.submit-application_form{z-index:2;max-width:640px;width:calc(100% + 120px);display:flex;flex-direction:column;gap:42px;padding:60px;margin:-40px -60px;border-top-right-radius:16px;border-bottom-right-radius:16px;background:#505050}.submit-application_form .submit-application_form_title{display:flex;align-items:center;gap:12px;color:#fff;font-size:20px;line-height:130%}.submit-application_form .submit-application_form_title:before{display:block;content:"";width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Ccircle cx='9' cy='9' r='9' fill='%2367CA11' fill-opacity='0.33'/%3E%3Ccircle cx='9' cy='9' r='4' fill='%2367CA11'/%3E%3C/svg%3E");opacity:.3;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:.3}50%{opacity:1}}.submit-application_form .submit-application_person{display:grid;grid-template-areas:"A B" "A C";grid-template-columns:max-content 1fr;align-items:center;gap:20px;color:#fff}.submit-application_form .submit-application_person img{grid-area:A;max-width:138px;max-height:138px;width:100%;height:100%;border-radius:100px;background:#d3d3d3 50%/cover no-repeat,#d9d9d9}.submit-application_form .submit-application_person span{grid-area:B;font-size:30px;line-height:130%}.submit-application_form .submit-application_person p{grid-area:C;font-size:20px;line-height:130%}.submit-application_form .submit-application_btn-wrapper{display:flex;flex-direction:column;gap:12px}.submit-application_form .submit-application_btn-wrapper button{width:100%}.submit-application_form .submit-application_btn-wrapper span{color:#ffffff75;font-size:20px;font-weight:400;line-height:130%}.company-news .secondary-container{display:grid;grid-template-areas:"A B" "C C";gap:100px;border-radius:16px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.company-news .secondary-container.special-page{padding-bottom:160px}.company-news .site-header{grid-area:A}.company-news .btn-secondary{grid-area:B;justify-self:flex-end;height:-moz-max-content;height:max-content}.company-news .company-news_items{grid-area:C;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"A B" "A C" "A D" "E H" "F H" "G H";gap:10px}.company-news .company-news_items .company-news_item{display:flex;justify-content:space-between;border-radius:16px;background:#fff;padding:10px;color:#3d3e3f;text-decoration:none}.company-news .company-news_items .company-news_item .company-news_item_info{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:20px;font-size:20px;line-height:130%}.company-news .company-news_items .company-news_item .company-news_item_info .company-news_date{color:#9a9a9a}.company-news .company-news_items .company-news_item .company-news_item_info .company-news_icon-read{width:-moz-max-content;width:max-content;display:none;align-items:center;gap:9px;color:#3d3e3f}.company-news .company-news_items .company-news_item .company-news_item_info .company-news_icon-read:before{display:block;content:"";width:14px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75V5.25ZM13.5303 6.53033C13.8232 6.23744 13.8232 5.76256 13.5303 5.46967L8.75736 0.696699C8.46447 0.403806 7.98959 0.403806 7.6967 0.696699C7.40381 0.989593 7.40381 1.46447 7.6967 1.75736L11.9393 6L7.6967 10.2426C7.40381 10.5355 7.40381 11.0104 7.6967 11.3033C7.98959 11.5962 8.46447 11.5962 8.75736 11.3033L13.5303 6.53033ZM1 6.75H13V5.25H1V6.75Z' fill='%233D3E3F'/%3E%3C/svg%3E")}.company-news .company-news_items .company-news_item .company-news_item_img-wrapper{max-width:387px;max-height:210px;width:100%;height:100%;overflow:hidden;border-radius:8px}.company-news .company-news_items .company-news_item .company-news_item_img-wrapper img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s;margin:0 auto}.company-news .company-news_items .company-news_item:nth-child(1){grid-area:A;flex-direction:column}.company-news .company-news_items .company-news_item:nth-child(1) .company-news_item_info{flex-direction:row}.company-news .company-news_items .company-news_item:nth-child(1) .company-news_item_img-wrapper{max-width:855px;max-height:614px}.company-news .company-news_items .company-news_item:nth-child(2){grid-area:B}.company-news .company-news_items .company-news_item:nth-child(3){grid-area:C}.company-news .company-news_items .company-news_item:nth-child(4){grid-area:D}.company-news .company-news_items .company-news_item:nth-child(5){grid-area:E}.company-news .company-news_items .company-news_item:nth-child(6){grid-area:F}.company-news .company-news_items .company-news_item:nth-child(7){grid-area:G}.company-news .company-news_items .company-news_item:nth-child(8){grid-area:H;flex-direction:column}.company-news .company-news_items .company-news_item:nth-child(8) .company-news_item_info{flex-direction:row}.company-news .company-news_items .company-news_item:nth-child(8) .company-news_item_img-wrapper{max-width:855px;max-height:614px}.faq .secondary-container{display:flex;justify-content:space-between;gap:20px;border-radius:16px;background:#b1b4c3}.faq .faq_header-and-img-wrapper{max-width:865px;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:40px}.faq .faq_header-and-img-wrapper .faq_img{width:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.faq .faq_items{max-width:875px;width:100%;display:flex;flex-direction:column;gap:10px}.faq .faq_items .faq_item{display:flex;flex-direction:column;gap:10px;padding:30px;border-radius:16px;background:#fff;font-family:Roboto;font-size:20px;line-height:130%}.faq .faq_items .faq_item .faq_item_question{display:flex;justify-content:space-between;align-items:center;gap:20px;color:#3d3e3f;cursor:pointer}.faq .faq_items .faq_item .faq_item_question:after{display:block;content:"";max-width:16px;width:100%;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M1 1.5L8 8L15 1.5' stroke='%233D3E3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.faq .faq_items .faq_item .faq_item_answer{display:none;flex-direction:column;color:#9a9a9a}.faq .faq_items .faq_item.active .faq_item_question:after{transform:rotate(180deg)}.faq .faq_items .faq_item.active .faq_item_answer{display:flex}.footer .secondary-container.top-row{position:relative;border-radius:16px;background:#505050;display:flex;flex-direction:column;row-gap:110px}.footer .secondary-container.top-row .footer-bg{position:absolute;z-index:0;right:22%;bottom:0}.footer .secondary-container.bottom-row{padding-top:10px;padding-bottom:10px;display:flex;justify-content:space-between;align-items:center}.footer .secondary-container.bottom-row a{text-decoration:none;color:#a0a0a0;font-size:20px;line-height:130%}.footer .footer_head{z-index:1;display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;-moz-column-gap:147px;column-gap:147px}.footer .footer_head .logo-wrapper{cursor:pointer}.footer .footer_head .logo-wrapper img{max-width:245px;-o-object-fit:contain;object-fit:contain}.footer .footer_head .btn-select-city{width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;display:flex;align-items:center;gap:8px;background-color:unset;padding:0;margin:0;border:none;cursor:pointer;color:#fff;font-size:20px;line-height:130%}.footer .footer_head .btn-select-city:before{display:block;content:"";width:14px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='20' viewBox='0 0 14 20' fill='none'%3E%3Cpath d='M8.63779 18.4049L8.63796 18.405L8.64442 18.3925L12.5877 10.7436C12.6226 10.6826 12.6566 10.6209 12.6896 10.5587C13.2228 9.59052 13.5 8.34551 13.5 7.27851C13.5 3.55647 10.611 0.5 7 0.5C3.38901 0.5 0.5 3.55647 0.5 7.27851C0.5 8.2692 0.704065 9.21191 1.0717 10.0622L1.07552 10.071L1.07967 10.0797L1.29166 10.5225L1.29582 10.5311L1.30032 10.5397C1.33915 10.6133 1.37926 10.6862 1.42061 10.7582L5.35556 18.3925L5.35539 18.3926L5.36221 18.4049C5.73342 19.0777 6.32614 19.5 7 19.5C7.67386 19.5 8.26658 19.0777 8.63779 18.4049ZM9.7 7.27929C9.7 8.87441 8.46997 10.1282 7 10.1282C5.53003 10.1282 4.3 8.87441 4.3 7.27929C4.3 5.68418 5.53003 4.43034 7 4.43034C8.46997 4.43034 9.7 5.68418 9.7 7.27929Z' stroke='white'/%3E%3C/svg%3E")}.footer .footer_head .btn-go-to-header{display:flex;gap:10px;align-items:center;background-color:unset;padding:0;margin:0;border:none;cursor:pointer;color:#fff9;font-size:20px;line-height:130%}.footer .footer_head .btn-go-to-header:after{display:block;content:"";width:12px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3E%3Cpath d='M4.81098 12.561C4.81098 12.9752 5.14676 13.311 5.56098 13.311C5.97519 13.311 6.31097 12.9752 6.31098 12.561L4.81098 12.561ZM6.0913 0.908695C5.79841 0.615802 5.32354 0.615801 5.03064 0.908695L0.257674 5.68167C-0.0352187 5.97456 -0.0352187 6.44943 0.257674 6.74233C0.550568 7.03522 1.02544 7.03522 1.31833 6.74233L5.56097 2.49968L9.80362 6.74233C10.0965 7.03522 10.5714 7.03522 10.8643 6.74233C11.1572 6.44943 11.1572 5.97456 10.8643 5.68167L6.0913 0.908695ZM6.31098 12.561L6.31098 1.43902L4.81097 1.43902L4.81098 12.561L6.31098 12.561Z' fill='white' fill-opacity='0.6'/%3E%3C/svg%3E")}.footer .naw-and-contact-wrapper{z-index:1;display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:183px}.footer .naw-and-contact-wrapper nav{display:flex;-moz-column-gap:92px;column-gap:92px}.footer .naw-and-contact-wrapper nav ul{display:flex;flex-direction:column;gap:18px}.footer .naw-and-contact-wrapper nav ul li:first-child{color:#a0a0a0;font-size:20px;line-height:130%}.footer .naw-and-contact-wrapper nav a{text-decoration:none;color:#fff;font-family:Roboto;font-size:20px;line-height:130%}.footer .naw-and-contact-wrapper nav a:hover{text-decoration:underline}.footer .contact-wrapper{margin-bottom:-15px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:30px}.footer .contact-wrapper .contacts-link{text-decoration:none;color:#fff;font-family:Oswald;font-size:67px;font-style:normal;font-weight:500;line-height:107%;text-transform:uppercase}.footer .contact-wrapper .contacts-link:hover{text-decoration:underline}.footer .contact-wrapper .rights-belong{color:#fff;font-size:32px;line-height:130%;font-family:Oooh Baby}.footer .contact-wrapper .rights-belong a{color:#fff}@media (max-width: 1600px){.how-order .how-order_content .how-order_items .how-order_special-item,.how-order .how-order_content .how-order_items .how-order_help-item{grid-column:span 3}.contacts .contacts_content .contacts_item .contacts_item_contacts a{font-size:clamp(31px,2.4vw,53px)}}@media (max-width: 1540px){.shareholder .shareholder_content .shareholder_contacts{max-width:-moz-max-content;max-width:max-content}.header .header_naw-wrapper .header_nav .header_dropdown-menu{display:flex}.production .production_content .production_special-item .production_special-item_content .production_special-item_info{grid-template-areas:"A" "B" "C"}}@media (max-width: 1470px){.service .service_content{grid-template-columns:minmax(500px,1170px) minmax(480px,580px)}.service .service_content .service_item_info{flex-wrap:wrap}.service .service_content .service_item_info img{margin:-20px;width:calc(100% + 40px)}}@media (max-width: 1400px){.partners .partners_content .partners_map-wrapper{margin-left:20px;margin-right:20px}.contacts .contacts_content{grid-template-areas:"A A" "B C" "B D";grid-template-columns:1fr 1fr;grid-template-rows:1fr max-content}.header .header_menu_wrapper .header_menu .header_menu_link-collection{min-width:720px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}}@media (max-width: 1250px){.vacancy .vacancy_content{flex-direction:column}}@media (max-width: 1200px){.banner .banner_animation-wrapper{overflow:auto}.banner .banner_animation-wrapper::-webkit-scrollbar{display:none}.banner .banner_animation{width:1200px;padding-left:20px;padding-right:20px}.article-author .article-author_content{grid-template-areas:"A" "B" "C";grid-template-rows:1fr}.article-author .article-author_content img{margin:0;max-width:100%;max-height:100%}.advertising-akt .advertising-akt_content{flex-direction:column-reverse}.advertising-akt .advertising-akt_content .advertising-akt_info{max-width:100%}.service .service_content{grid-template-areas:"A" "B" "C";grid-template-columns:1fr}.how-order .how-order_content .how-order_items .how-order_special-item,.how-order .how-order_content .how-order_items .how-order_help-item{grid-column:span 2}.error .secondary-container img{max-width:454px;max-height:344px}.requisites .requisites_content{flex-direction:column}.requisites .requisites_content tbody{display:flex;flex-direction:column;gap:20px}.requisites .requisites_content td{padding:0}.requisites .requisites_content tr{display:flex;flex-direction:column;gap:2px}.requisites .requisites_content tr td:nth-child(1){width:100%;padding-right:0}.requisites .requisites_content tr td:nth-child(2){width:100%}.requisites .requisites_content button{align-self:self-start}.downloads .downloads_select-wrapper .downloads-select_btn-wrapper{position:relative;flex-wrap:nowrap;overflow-x:auto}.downloads .downloads_select-wrapper .downloads-select_btn-wrapper::-webkit-scrollbar{display:none}.downloads .downloads_select-wrapper .downloads-select_btn-wrapper a{white-space:nowrap}.downloads .downloads_select-wrapper .downloads-select_btn-wrapper .animation_dot{position:sticky;display:block;top:36px;min-width:20px}.downloads .download-certificate .download-certificate_item .animation_dot-wrapper{position:relative;display:block}.downloads .download-certificate .download-certificate_item .animation_dot-wrapper .animation_dot_title{display:block;width:calc(100% - 75px);color:#ffffff80;font-family:Onest;font-size:13px;line-height:130%}.downloads .download-certificate .download-certificate_item .animation_dot-wrapper .animation_dot{display:block;top:9px}.downloads .download-certificate .downloads-select_btn-wrapper{overflow-x:unset;flex-wrap:wrap;align-items:flex-start;row-gap:20px}.downloads .download-certificate .table-wrapper{overflow-x:auto}.downloads .download-certificate .table-wrapper table{width:1200px}.shareholder .shareholder_content{flex-wrap:wrap}.shareholder .shareholder_content .shareholder_contacts{max-width:100%}.director .director_content{flex-wrap:wrap}.director .director_content .director_name-wrapper,.director .director_content .director_image{max-width:49%}.each-news .each-news-content{flex-direction:column}.each-news .each-news-content .each-news_items,.each-news .each-news-content .each-news_product{max-width:100%}.product-characteristic .secondary-container{flex-direction:column;min-height:unset}.product-characteristic .product-characteristic_btn-wrapper-bg{position:relative;max-width:100%}.product-characteristic .product-characteristic_btn-wrapper-bg .animation_dot{display:block;top:44px}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper{flex-direction:row;overflow-x:auto}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper button{white-space:nowrap}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper::-webkit-scrollbar{display:none}.product-characteristic .product-characteristic_items-wrapper{height:100%;min-height:510px}.header .header_menu_wrapper .header_menu{flex-direction:column;overflow-y:auto;height:100%;scrollbar-width:thin}.header .header_menu_wrapper .header_menu .header_menu_link-collection{min-width:unset;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link{height:100%}.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link .header_menu_link_img-wrapper{height:unset}.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link .header_menu_link_img-wrapper img{max-height:234px;width:unset;min-height:134px}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper{margin-top:0;flex-direction:column-reverse}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_special-link{flex-direction:column-reverse;max-width:100%}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_special-link .header_menu_special-link_img-wrapper{min-height:194px;display:flex;justify-content:center}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_special-link .header_menu_special-link_img-wrapper img{max-height:294px;min-height:194px;width:unset}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_catalog-link{width:100%}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content img{width:100%;height:unset;margin:auto}.about-company .about-company_items .about-company_item{flex-direction:column}.about-company .about-company_items .about-company_item .about-company_item_info{max-width:100%}.test-center .test-center_items{display:grid;grid-template-areas:"A" "B" "C" "D";gap:10px;grid-template-columns:1fr}.test-center .test-center_items .test-center_special-item{flex-direction:column}.test-center .test-center_items .test-center_special-item img{max-width:100%;max-height:600px;width:calc(100% - 20px);margin:10px}.submit-application .secondary-container,.submit-application .submit-application_info{flex-direction:column}.submit-application .submit-application_info .submit-application_info_bg{order:3;position:initial;margin-top:40px;margin-right:auto;margin-left:auto}.submit-application_form{max-width:unset;margin-top:0;border-bottom-left-radius:16px;border-top-right-radius:0}.company-news .secondary-container{display:flex;flex-direction:column;gap:100px}.company-news .site-header{order:1}.company-news .btn-secondary{width:100%;order:3}.company-news .company-news_items{order:2;display:flex;flex-direction:column}.company-news .company-news_items .company-news_item,.company-news .company-news_items .company-news_item .company-news_item_info{flex-direction:column-reverse}.company-news .company-news_items .company-news_item:nth-child(1){flex-direction:column-reverse}.company-news .company-news_items .company-news_item:nth-child(1) .company-news_item_info{flex-direction:column-reverse}.company-news .company-news_items .company-news_item:nth-child(1) .company-news_item_img-wrapper{max-width:100%;max-height:unset}.company-news .company-news_items .company-news_item:nth-child(8){flex-direction:column-reverse}.company-news .company-news_items .company-news_item:nth-child(8) .company-news_item_info{flex-direction:column-reverse}.company-news .company-news_items .company-news_item:nth-child(8) .company-news_item_img-wrapper{max-width:100%;max-height:unset}.company-news .company-news_items .company-news_item .company-news_item_img-wrapper{max-width:100%;max-height:unset}.faq .secondary-container{flex-direction:column}.faq .faq_header-and-img-wrapper,.faq .faq_items{max-width:100%}}@media (max-width: 992px){.partners .partners_content{overflow-x:auto;padding-top:20%;padding-bottom:5%}.partners .partners_content::-webkit-scrollbar-thumb{display:none}.partners .partners_content::-webkit-scrollbar{display:none}.partners .partners_content .partners-bg{width:1032px;height:100%;overflow-x:clip}.partners .partners_content .partners-bg img{height:100%;margin-top:0}.partners .partners_content .partners_map-wrapper{width:992PX}.article .article_grid .article_item_author{gap:20px;grid-template-areas:"A A" "C D" "B B";grid-auto-columns:max-content 1fr}.services-block .secondary-container{grid-template-columns:1fr}.contacts-map-item .contacts-map-item_content{flex-direction:column;gap:22px}.contacts-map-item .contacts-map-item_content .contacts-map-item_map{width:100%;margin:0;height:479px}.contacts .contacts_content{grid-template-areas:"A" "B" "D";grid-template-columns:1fr;grid-template-rows:1fr max-content max-content}.contacts .contacts_content .contacts_item,.contacts .contacts_content .contacts_item.contacts_item_request{gap:60px}.contacts .contacts_content .contacts_item.contacts_item-QR,.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .animation_dot{display:none}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .downloads_select-content .downloads_select-content_item.manual-section-four{grid-template-columns:repeat(auto-fill,100%)}.downloads .download-certificate .downloads-select_btn-wrapper{flex-direction:column}.downloads .download-certificate .table-wrapper table::-webkit-scrollbar{display:none}.system-managers .system-managers_content{flex-direction:column}.system-managers .system-managers_content .system-managers_slider{max-width:100%;min-width:100%;padding:16px 49px}.system-managers .system-managers_content .system-managers_slider .swiper-slide .system-managers_document{width:100%;height:unset}.bottom-pinned-menu{display:none}.popup-wrapper.popup-select-wrapper{padding:0;top:79px;overflow:hidden}.popup-wrapper .popup-select{height:100%;width:100%;max-width:100%;border-radius:0;margin:0;padding-bottom:40px}.popup-wrapper .popup-select .popup-select_btn-close{display:flex}.popup-wrapper .popup-select .popup_form-select{display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin}.popup-wrapper.popup-search-wrapper{padding:0;top:79px;overflow:hidden}.popup-wrapper .popup-search{height:100%;width:100%;max-width:100%;border-radius:0;margin:0}.popup-wrapper .popup-search .popup_form-search .search-label{width:100%}.popup-wrapper .popup-search .popup_form-search_links{height:100%}.show-product{grid-template-areas:"B" "A" "D" "C";grid-template-columns:1fr}.show-product .show-product_img-wrapper{padding:0 16px;border-radius:0}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360-title-wrapper{display:grid;grid-template-areas:"A C" "B C";align-items:flex-start}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360-title-wrapper .icon-360{grid-area:A}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360-title-wrapper .show-product_360_title{grid-area:B}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360-title-wrapper .btn-close{grid-area:C}.show-product .show-product_title-wrapper{padding:22px 16px 20px;border-radius:12px 12px 0 0;margin-left:0}.show-product .show-product_info{padding:40px 16px 22px;border-radius:0 0 12px 12px;margin-left:0}.show-product .show-product_order{padding:16px;border-radius:0;margin-left:0;margin-bottom:-1px}.header{display:grid;grid-template-columns:max-content 1fr max-content}.header .header_naw-wrapper .header_city-wrapper,.header .header_naw-wrapper .header_nav{display:none}.header .header_contacts-wrapper{justify-content:flex-end}.header .header_contacts-wrapper li:nth-child(2),.header .header_contacts-wrapper li:nth-child(3){display:none}.header .header_mobile_menu.active{display:flex}.header .header_mobile_btn-open-menu{display:block}.header .header_menu_wrapper{top:62px}.header .header_menu_wrapper .header_menu{margin:0;padding:40px 16px 30px;width:100%;border-radius:0}.header .header_menu_wrapper .header_menu .btn-close{position:initial;cursor:pointer}.header .header_menu_wrapper .header_menu .btn-close:after{display:none}.header .header_menu_wrapper .header_menu .btn-close span{display:flex}.banner{grid-template-areas:"A A" "C C" "D D" "B B";gap:8px}.banner .banner_year{align-items:center}.banner .banner_logo-wrapper{flex-direction:column;padding-top:200px;justify-content:center}.banner .banner_logo-wrapper span{grid-area:A;width:100%;text-align:center;border-right:none;border-bottom:solid 1px #565D65;padding-right:0;padding-bottom:10px}.banner .banner_logo-wrapper span br{display:none}.banner .banner_logo-wrapper .banner-logo-providers{width:100%}.banner .animation_dot{display:block;top:38%;right:45%;animation:1s ease 1s infinite alternate anim_dot_2}@keyframes anim_dot_2{0%{right:44%}to{right:50%}}.banner .banner_animation-wrapper{margin-bottom:-350px}.about-company .secondary-container{grid-template-areas:"A A" "C C" "B B";grid-template-columns:1fr;row-gap:23px}.about-company .about-company_years .slider-section_swiper{padding-bottom:12px}.about-company .about-company_years .slider-section_swiper .animation_dot{display:block;top:unset;bottom:10px}.about-company .about-company_items .about-company_item .slider-section_swiper{max-height:501px;height:100%}.about-company .about-company_items .about-company_item .about-company_item_info{height:100%}.production .production_content{grid-template-areas:"A" "B" "C" "D" "E" "F";grid-template-columns:1fr;grid-template-rows:auto}.production .production_content .production_special-item{flex-direction:column}.production .production_content .production_special-item .production_special-item_content .production_special-item_info{display:flex;flex-direction:column;align-items:flex-start}.production .production_content .production_special-item .production_special-item_content .production_special-item_info img,.production .production_content .production_special-item .production_special-item_secondary-img{max-width:100%}.production .production_item{gap:20px}.production .production_item .production_item_img{display:flex;align-self:self-end;max-width:450px;position:unset;margin-right:-60px;margin-bottom:-60px}.footer .secondary-container.top-row .footer-bg{right:0}.footer .footer_head{grid-template-areas:"A A" "B C";grid-template-columns:max-content max-content;justify-content:space-between;row-gap:42px}.footer .footer_head .logo-wrapper{grid-area:A}.footer .footer_head .btn-select-city{grid-area:B}.footer .footer_head .btn-go-to-header{grid-area:C}.footer .naw-and-contact-wrapper{flex-direction:column}.footer .naw-and-contact-wrapper nav{flex-direction:column;row-gap:12px}.footer .naw-and-contact-wrapper nav ul li{display:none}.footer .naw-and-contact-wrapper nav ul li:first-child{display:flex;align-items:center;gap:8px;cursor:pointer;color:#fff}.footer .naw-and-contact-wrapper nav ul li:first-child:after{display:block;content:"";width:10px;height:7px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M1 1.5L5 5.5L9 1.5' stroke='%23A2A2A2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");filter:brightness(8)}.footer .naw-and-contact-wrapper nav ul li.active{display:flex;color:#a2a2a2}.footer .naw-and-contact-wrapper nav ul li.active:after{transform:rotate(180deg);filter:unset}.footer .contact-wrapper{align-items:self-start}}@media (max-width: 974px){.popular-products .popular-products_items{grid-template-areas:"A A" "B C" "D E" "F G" "L L" "H J"}.popular-products .popular-products_items .popular-products_item:nth-child(1){grid-area:A}.popular-products .popular-products_items .popular-products_item:nth-child(2){grid-area:B}.popular-products .popular-products_items .popular-products_item:nth-child(3){grid-area:C}.popular-products .popular-products_items .popular-products_item:nth-child(4){grid-area:D}.popular-products .popular-products_items .popular-products_item:nth-child(5){grid-area:E}.popular-products .popular-products_items .popular-products_item:nth-child(6){grid-area:F}.popular-products .popular-products_items .popular-products_item:nth-child(7){grid-area:G}.popular-products .popular-products_items .popular-products_item:nth-child(8){grid-area:H}.popular-products .popular-products_items .popular-products_item:nth-child(9){grid-area:L}.popular-products .popular-products_items .popular-products_item:nth-child(10){grid-area:J}}@media (max-width: 882px){.how-order .how-order_content .how-order_items .how-order_special-item,.how-order .how-order_content .how-order_items .how-order_help-item{grid-column:span 1}.how-order .how-order_content .how-order_items .how-order_help-item .submit-application_form .submit-application_btn-wrapper{flex-direction:column;justify-content:flex-end;align-items:flex-start}}@media (max-width: 768px){.vacancy .vacancy_content .vacancy_text_wrapper button{width:100%}.vacancy .vacancy_content .vacancy_contacts .btn-wrapper{flex-direction:column}.vacancy .vacancy_content .vacancy_contacts .btn-wrapper a{width:100%}.vacancies .vacancies_content,.articles .articles_content{grid-template-columns:1fr}.slider-section .secondary-container{grid-template-areas:"A A" "C C" "B B";row-gap:10px}.slider-section .slider-section_header{padding-bottom:30px}.slider-section .slider-section_show-more,.vacancies_item a{width:100%}.director .director_content .director_name-wrapper,.director .director_content .director_image{max-width:100%}.new-products .new-products_items-wrapper .new-products_filter_sort{width:100%}.cookie{bottom:0;left:0;border-radius:12px 12px 0 0}.cookie .btn-primary{max-width:100%}.popup_form_special_item-wrapper{flex-wrap:wrap;gap:10px}.popup_form_special_item-wrapper .contacts_form_item{max-width:100%}.popup_form-select{grid-template-columns:1fr}.popular-products .secondary-container{gap:40px;border-radius:12px}.popular-products .popular-products_header-wrapper{gap:8px}.popular-products .popular-products_header-wrapper p{font-family:Onest;font-size:16px;line-height:130%}.popular-products .popular-products_items{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:8px}.popular-products .popular-products_items .popular-products_item{border-radius:12px}.popular-products .popular-products_items .popular-products_item .popular-products_item_title{font-family:Onest;font-size:16px;line-height:130%}.popular-products .popular-products_items .popular-products_item .popular-products_item_img-wrapper{max-height:150px;width:100%;display:flex;justify-content:end;overflow:unset}.products-catalog .products-catalog_items{grid-template-columns:repeat(auto-fill,minmax(328px,1fr))}.products-catalog .products-catalog_items .products-catalog_item{display:flex;flex-direction:column;padding:12px}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_info .products-catalog_item_icon{position:absolute;top:18px;right:18px}.projects .projects_items{grid-template-columns:repeat(auto-fill,minmax(328px,1fr))}.footer .secondary-container.top-row .footer-bg{width:346px;height:287px}.footer .contact-wrapper .contacts-link{font-size:31px}}@media (max-width: 570px){body{padding-top:52px}.core-container{padding-right:0;padding-left:0;margin:2px auto;min-width:240px}.secondary-container{padding:22px 16px}.btn-primary,.btn-secondary,.btn-third{min-height:45px;padding:12px 30px;font-family:Onest;font-size:16px}.breadcrumb{margin-bottom:20px;padding-left:16px}.breadcrumb ul li{overflow-x:auto}.breadcrumb .breadcrumb_home,.breadcrumb .breadcrumb_item{font-family:Onest;font-size:16px}.slider-section{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.slider-section .slider-section_head-wrapper{margin-left:16px;margin-right:16px}.slider-section .slider-section_head-wrapper .slider-section_btn-wrapper{display:none}.slider-section .slider-section_swiper .swiper-slide:first-child .swiper-slide-item{margin-left:16px}.ask-city{top:unset;bottom:0;left:0;max-width:100%;padding:16px;gap:31px;border-radius:12px 12px 0 0}.ask-city p{font-family:Onest;font-size:16px}.ask-city .ask-city_btn-wrapper{gap:8px}.cookie{padding:16px}.cookie .cookie-container p{font-family:Onest;font-size:16px}.pagination{margin-top:-66px;margin-bottom:45px}.pagination .core-container{padding-right:16px;padding-left:16px}.pagination a{font-size:16px}.popup-wrapper{top:52px}.popup-wrapper .popup-container{gap:42px;padding:12px;border-radius:12px}.popup-wrapper .popup_head{gap:22px}.popup-wrapper .popup_head .popup_header-wrapper{gap:13px}.popup-wrapper .popup_head .popup_header-wrapper .popup_header{gap:4px;font-family:Onest;font-size:22px}.popup-wrapper .popup_head .popup_header-wrapper .popup_header .subtitle{font-family:Onest;font-size:16px}.popup-wrapper .popup_btn-close{max-width:36px;width:100%;height:36px;background-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='41' height='41' rx='9.5' stroke='%233D3E3F'/%3E%3Cpath d='M15 26.5L26.5003 15' stroke='%233D3E3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.5 26.5L14.9997 15' stroke='%233D3E3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.popup-wrapper .popup_label input{padding:12px;border-radius:12px;ffont-family:Onest;font-size:16px}.popup-wrapper .popup_label-file{width:100%;font-family:Onest;font-size:16px}.popup-wrapper .popup_label-file .input-file-empty,.popup-wrapper .popup_label-file .input-file-full{display:none;gap:8px;align-items:center;cursor:pointer;z-index:3}.popup-wrapper .popup_label-file .input-file-empty:before,.popup-wrapper .popup_label-file .input-file-full:before{background-repeat:no-repeat;max-width:23px;width:100%;height:23px}.popup-wrapper .popup_label-file .input-file-empty:before{background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 27 28' fill='none'%3E%3Cpath d='M0.75 6.5C0.75 3.60051 3.1005 1.25 6 1.25L21 1.25C23.8995 1.25 26.25 3.6005 26.25 6.5V21.5C26.25 24.3995 23.8995 26.75 21 26.75L6 26.75C3.1005 26.75 0.75 24.3995 0.75 21.5V6.5Z' stroke='%233D3E3F' stroke-width='1.5'/%3E%3Cpath d='M18.1615 1.95182L18.1615 6.27661C18.1615 7.38146 19.0573 8.27701 20.1622 8.27661L25.388 8.2747' stroke='%233D3E3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.popup-wrapper .popup_label-file .input-file-full:before{background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M0.75 6C0.75 3.10051 3.1005 0.750001 6 0.750001L21 0.75C23.8995 0.75 26.25 3.1005 26.25 6V21C26.25 23.8995 23.8995 26.25 21 26.25L6 26.25C3.1005 26.25 0.75 23.8995 0.75 21V6Z' stroke='%233D3E3F' stroke-width='1.5'/%3E%3Cpath d='M8 13.6917L11.96 17L19 9' stroke='%233D3E3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.popup-wrapper .popup_footer{gap:8px}.popup-wrapper .popup_footer .popup_subtitle{font-family:Onest;font-size:16px}.popup-wrapper .success-container{gap:22px;padding:12px;border-radius:12px}.popup-wrapper .success-container .success-container_icon{margin-top:68px;max-width:100px;width:100%;height:100px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 127 127' fill='none'%3E%3Ccircle cx='63.5' cy='63.5' r='63.5' fill='%2305B769'/%3E%3Ccircle cx='63.5' cy='63.5' r='63.5' fill='url(%23paint0_linear_4421_39757)'/%3E%3Cpath d='M52.8313 88.47C52.2521 88.47 51.7091 88.3788 51.2023 88.1965C50.6955 88.017 50.2248 87.7102 49.7904 87.276L31.1105 68.6074C30.3141 67.8114 29.9332 66.7796 29.968 65.5118C30.0056 64.247 30.4227 63.2166 31.2191 62.4207C32.0155 61.6247 33.0292 61.2267 34.26 61.2267C35.4909 61.2267 36.5045 61.6247 37.301 62.4207L52.8313 77.9417L89.6481 41.1471C90.4446 40.3511 91.477 39.9531 92.7455 39.9531C94.0111 39.9531 95.0422 40.3511 95.8386 41.1471C96.635 41.943 97.0332 42.9734 97.0332 44.2382C97.0332 45.506 96.635 46.5378 95.8386 47.3338L55.8723 87.276C55.4378 87.7102 54.9672 88.017 54.4604 88.1965C53.9536 88.3788 53.4106 88.47 52.8313 88.47Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4421_39757' x1='122.71' y1='117.861' x2='-0.932809' y2='93.7754' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E9EDF2'/%3E%3Cstop offset='1' stop-color='%23A9ACBC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.popup-wrapper .success-container .popup_header{align-items:center;font-family:Onest;font-size:22px}.popup-wrapper .success-container .popup_header .subtitle{text-align:center;font-family:Onest;font-size:16px}.popup-wrapper .success-container .popup_btn-submit{margin-top:48px;width:100%}.popup-wrapper.popup-select-wrapper{top:52px}.popup-wrapper .popup-select{padding:37px 16px 16px;border-radius:0}.popup-wrapper .popup-select .popup_form-select{gap:14px}.popup-wrapper .popup-select .popup_form-select_label{font-family:Onest;font-size:16px}.popup-wrapper.popup-search-wrapper{top:52px}.popup-wrapper .popup-search{padding:16px;gap:30px;align-content:flex-start}.popup-wrapper .popup-search .popup_form-search .search-label{padding:14px 12px}.popup-wrapper .popup-search .popup_form-search .search-label input{font-family:Onest;font-size:16px}.popup-wrapper .popup-search .popup_form-search .search-label:after{display:none}.popup-wrapper .popup-search .popup_form-search .search-label:before{display:block;content:"";width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22.6386 20.9036L18.4844 16.7616C19.8247 15.054 20.552 12.9454 20.5493 10.7746C20.5493 8.84139 19.976 6.95157 18.9019 5.34414C17.8279 3.73671 16.3013 2.48387 14.5152 1.74405C12.7291 1.00424 10.7638 0.810665 8.8677 1.18782C6.97161 1.56498 5.22993 2.49592 3.86293 3.86293C2.49592 5.22993 1.56498 6.97161 1.18782 8.8677C0.810665 10.7638 1.00424 12.7291 1.74405 14.5152C2.48387 16.3013 3.73671 17.8279 5.34414 18.9019C6.95157 19.976 8.84139 20.5493 10.7746 20.5493C12.9454 20.552 15.054 19.8247 16.7616 18.4844L20.9036 22.6386C21.0172 22.7531 21.1523 22.844 21.3012 22.906C21.4501 22.9681 21.6098 23 21.7711 23C21.9324 23 22.0921 22.9681 22.241 22.906C22.3899 22.844 22.525 22.7531 22.6386 22.6386C22.7531 22.525 22.844 22.3899 22.906 22.241C22.9681 22.0921 23 21.9324 23 21.7711C23 21.6098 22.9681 21.4501 22.906 21.3012C22.844 21.1523 22.7531 21.0172 22.6386 20.9036ZM3.44366 10.7746C3.44366 9.3247 3.87361 7.90734 4.67915 6.70176C5.48469 5.49619 6.62963 4.55656 7.96919 4.0017C9.30875 3.44683 10.7828 3.30166 12.2048 3.58452C13.6269 3.86739 14.9332 4.5656 15.9584 5.59085C16.9837 6.61611 17.6819 7.92236 17.9647 9.34443C18.2476 10.7665 18.1024 12.2405 17.5476 13.5801C16.9927 14.9196 16.0531 16.0646 14.8475 16.8701C13.6419 17.6756 12.2246 18.1056 10.7746 18.1056C8.83034 18.1056 6.96568 17.3332 5.59085 15.9584C4.21603 14.5836 3.44366 12.7189 3.44366 10.7746Z' fill='white'/%3E%3C/svg%3E")}.popup-wrapper .popup-search .popup_form-search .btn-close{display:none}.popup-wrapper .popup-search .popup_form-search_links a{font-family:Onest;font-size:16px}.popup-wrapper .popup-search .popup_form-search_tags-wrapper{display:none}.advertising-akt_popup-container .btn-wrapper .btn-next,.advertising-akt_popup-container .btn-wrapper .btn-prev{font-family:Onest;font-size:16px}.advertising-akt_popup-container .btn-wrapper .btn-next{width:100%!important}.popup_form_secondary-screen_container{gap:8px}.popup_form_secondary-screen_container .popup_form_checkbox_title{margin-top:0;margin-bottom:0}.popup_form_secondary-screen_container .popup_form_checkbox_label{font-size:16px}.director .secondary-container{gap:40px;border-radius:12px}.director .director_content .director_name-wrapper{padding:12px}.director .director_content .director_name-wrapper .director_name{font-family:Onest;font-size:22px}.director .director_content .director_name-wrapper span{font-family:Onest;font-size:16px}.director .director_content .director_text-content{gap:22px;padding:12px}.director .director_content .director_text-content .director_text p{margin-bottom:35px;font-family:Onest;font-size:16px}.director .director_content .director_text-content .director_text p:last-child{margin-bottom:0}.director .director_content .director_text-content button{width:100%}.primary-slider .slider-section_header{padding-bottom:50px}.primary-slider .slider-section_swiper{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;width:calc(100% + 32px)}.primary-slider .slider-section_btn-prev,.primary-slider .slider-section_btn-next{display:none}.primary-slider .animation_dot{display:block;top:74px}.vacancies_item{border-radius:12px;padding:12px;gap:6px}.vacancies_item .vacancies_item_head{gap:6px}.vacancies_item .vacancies_item_head p{font-family:Onest;font-size:22px}.vacancies_item .vacancies_item_head span{font-family:Onest;font-size:16px}.vacancies_item .vacancies_item_description{-webkit-line-clamp:5;font-family:Onest;font-size:16px}.article_item .articles_item_date{margin-top:-6px;font-family:Onest;font-size:16px}.shareholders .secondary-container{gap:40px;border-radius:12px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%)}.shareholders .shareholders_items{grid-template-columns:1fr}.shareholders_item{min-height:-moz-max-content;min-height:max-content;padding:12px;border-radius:12px}.shareholders_item .shareholders_item_img{width:unset;height:60%}.shareholders_item .shareholders_item_title,.shareholders_item .shareholders_item_btn-wrapper .shareholders_item_date{font-family:Onest;font-size:16px}.shareholders_item .shareholders_item_btn-wrapper .shareholders_item_btn{display:flex;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;z-index:9}.shareholders_item .shareholders_item_btn-wrapper .shareholders_item_btn span{display:none}.shareholders_item .shareholders_item_btn-wrapper .shareholders_item_btn:before{display:none}.shareholders_item:hover .shareholders_item_date{display:block}.system-managers .secondary-container{border-radius:12px}.system-managers .system-managers_content{flex-direction:column;margin-top:24px}.system-managers .system-managers_content .system-managers_slider .slider-section_btn-prev{left:6px}.system-managers .system-managers_content .system-managers_slider .slider-section_btn-next{right:6px}.system-managers .system-managers_content .system-managers_text-wrapper{padding:12px;gap:22px;border-radius:12px}.system-managers .system-managers_content .system-managers_text-wrapper .system-managers_text{-webkit-line-clamp:20}.system-managers .system-managers_content .system-managers_text-wrapper .system-managers_text p{font-family:Onest;font-size:16px}.system-managers .system-managers_content .system-managers_text-wrapper button{width:100%}.system-managers .system-managers_grade-us{font-family:Onest;font-size:16px}.shareholder .secondary-container{gap:40px;border-radius:12px}.shareholder .shareholder_content{flex-wrap:wrap}.shareholder .shareholder_content .shareholder_text-content{gap:12px;padding:12px;border-radius:12px}.shareholder .shareholder_content .shareholder_text-content .shareholder_text-head-wrapper{flex-direction:column-reverse;align-items:flex-start}.shareholder .shareholder_content .shareholder_text-content .shareholder_text-head-wrapper .shareholder_text_title{font-family:Onest;font-size:22px}.shareholder .shareholder_content .shareholder_text-content .shareholder_text-head-wrapper span,.shareholder .shareholder_content .shareholder_text-content .shareholder_text{font-family:Onest;font-size:16px}.shareholder .shareholder_content .shareholder_contacts{max-width:100%;padding:16px;border-radius:12px}.shareholder .shareholder_content .shareholder_contacts a{font-family:Oswald;font-size:31px}.downloads .secondary-container{gap:40px;border-radius:12px}.downloads .downloads_select-wrapper .downloads-select_btn-wrapper{padding:9px}.downloads .downloads_select-wrapper .downloads-select_btn-wrapper a{gap:6px;font-family:Onest;font-size:16px}.downloads .downloads_select-wrapper .downloads-select_btn-wrapper .animation_dot{top:13px}.downloads .downloads_select-wrapper .downloads_select-content .downloads_select-content_item .new-products_tag{padding:12px}.downloads .downloads_select-wrapper .downloads_select-content .downloads_select-content_item .new-products_tag span{font-family:Onest;font-size:16px}.downloads .downloads_select-wrapper .downloads_select-content .manual-section-two{grid-template-columns:repeat(auto-fill,100%)!important}.downloads .downloads_select-wrapper .downloads_select-content .download-primary-item{padding:12px}.downloads .downloads_select-wrapper .download-certificate_item{gap:12px}.downloads .downloads_select-wrapper .downloads_select-content-wrapper{padding:0;background:unset;min-height:100%}.downloads .downloads_select-wrapper .downloads_select-content-wrapper table.type-one{display:flex;width:100%;overflow:auto}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-certificate{gap:40px}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-certificate .download-certificate_content_item_title{font-family:Onest;font-size:22px}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-certificate .downloads-select_btn-wrapper{row-gap:20px;padding:12px!important;border-radius:12px;background:#5c5c5c}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-certificate .table-wrapper{margin-right:-16px;width:calc(100% + 16px);margin-top:10px;margin-bottom:24px}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-certificate .table-wrapper:first-child{margin-top:0}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-certificate .table-wrapper:last-child{margin-bottom:0}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-certificate .table-wrapper::-webkit-scrollbar{display:none}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-certificate .table-wrapper th,.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-certificate .table-wrapper td{padding:12px}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-certificate .table-wrapper td{font-family:Onest;font-size:16px;line-height:130%}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-certificate .table-wrapper tr:first-child td{padding:25px 12px;font-family:Onest;font-size:16px;line-height:130%}.downloads .downloads_select-wrapper .downloads_select-content-wrapper .download-certificate .table-wrapper th{font-family:Onest;font-size:16px;line-height:130%}.download_history_url_item{font-family:Onest;font-size:16px}.contacts .secondary-container{gap:40px;border-radius:12px}.contacts .contacts_content .contacts_img{border-radius:12px}.contacts .contacts_content .contacts_item{border-radius:12px;padding:12px}.contacts .contacts_content .contacts_item .contacts_item_contacts{gap:8px}.contacts .contacts_content .contacts_item .contacts_item_address span,.contacts .contacts_content .contacts_item.contacts_item_request span{font-family:Onest;font-size:16px}.contacts-block .secondary-container{gap:40px;border-radius:12px}.contacts-block .contacts-block_content .contacts-block_switch-btn-wrapper{flex-direction:column;align-items:flex-start}.contacts-block .contacts-block_content .contacts-block_switch-btn-wrapper button{width:100%}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content{grid-template-columns:1fr}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content .contacts-block_item{grid-template-columns:1fr;grid-template-areas:"A" "C" "B";border-radius:12px;gap:40px;padding:12px;height:100%}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content .contacts-block_item .contacts-block_item_btn-copy:before{opacity:1}.contacts-block .contacts-block_content .contacts-block_switch-content-wrapper .contacts-block_switch-content .contacts-block_item .contacts-block_item_btn-copy span{display:flex}.contacts-block .contacts-block_content .contacts-block_switch-btn-wrapper button,.contacts-block .contacts-block_content .contacts-block_item .contacts-block_item_btn-copy span,.contacts-block .contacts-block_content .contacts-block_item .contacts-block_item_job-title,.contacts-block .contacts-block_content .contacts-block_item_contacts-wrapper span,.contacts-block .contacts-block_content .contacts-block_item_contacts-wrapper a{font-family:Onest;font-size:16px}.requisites .secondary-container{gap:40px;border-radius:12px}.requisites .requisites_content{border-radius:12px}.requisites .requisites_content td{font-family:Onest;font-size:16px}.requisites .requisites_content button{width:100%}.contacts-map-item .secondary-container{gap:40px;border-radius:12px}.contacts-map-item .header-wrapper{gap:8px}.contacts-map-item .header-wrapper span{font-family:Onest;font-size:16px}.contacts-map-item .contacts-map-item_content{padding:12px}.contacts-map-item .contacts-map-item_content .contacts-map-item_info-wrapper{gap:22px}.contacts-map-item .contacts-map-item_content .contacts-map-item_info-wrapper .contacts-map-item_info span{font-family:Onest;font-size:16px}.contacts-map-item .contacts-map-item_content .contacts-map-item_info-wrapper .contacts-map-item_info a{width:100%}.contacts-map-item .contacts-map-item_content .contacts-map-item_map{border-radius:12px;height:230px}.privacy-policy .secondary-container{gap:40px;border-radius:12px}.privacy-policy .privacy-policy_content{gap:22px;border-radius:12px;padding:12px}.privacy-policy .privacy-policy_content strong{font-family:Onest;font-size:22px}.privacy-policy .privacy-policy_content span{font-family:Onest;font-size:16px}.error .secondary-container{border-radius:12px;min-height:510px;height:70vh}.error .secondary-container img{max-width:174px;max-height:145px}.error .error_content{gap:12px}.error .error_content .error-404-icon{width:180px;height:100px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='100' viewBox='0 0 180 100' fill='none'%3E%3Cpath d='M29.1745 98.5577V74.6394H0V60.4567L25.4373 1.20192H44.8467V61.4183H54.8528V74.6394H44.8467V98.5577H29.1745ZM13.9845 61.4183H29.1745V19.1106L13.9845 61.4183Z' fill='white' fill-opacity='0.8'/%3E%3Cpath d='M89.0793 100C83.373 100 78.6312 98.7981 74.8538 96.3942C71.1567 93.9904 68.3438 90.6651 66.4149 86.4183C64.5664 82.1715 63.6421 77.2837 63.6421 71.7548V28.6058C63.6421 22.9167 64.5262 17.9487 66.2943 13.7019C68.1428 9.375 70.9156 6.00962 74.6127 3.60577C78.3901 1.20192 83.2123 0 89.0793 0C94.9464 0 99.7284 1.20192 103.425 3.60577C107.203 6.00962 109.976 9.375 111.744 13.7019C113.592 17.9487 114.517 22.9167 114.517 28.6058V71.7548C114.517 77.2837 113.552 82.1715 111.623 86.4183C109.775 90.6651 106.962 93.9904 103.184 96.3942C99.4873 98.7981 94.7857 100 89.0793 100ZM89.0793 85.6971C91.5708 85.6971 93.4193 84.9359 94.6249 83.4135C95.8305 81.891 96.6342 80.0481 97.036 77.8846C97.4379 75.7212 97.6388 73.5978 97.6388 71.5144V28.8462C97.6388 26.6026 97.4379 24.399 97.036 22.2356C96.7145 19.992 95.951 18.109 94.7455 16.5865C93.5399 15.0641 91.6512 14.3029 89.0793 14.3029C86.5075 14.3029 84.6188 15.0641 83.4132 16.5865C82.2077 18.109 81.404 19.992 81.0021 22.2356C80.6806 24.399 80.5199 26.6026 80.5199 28.8462V71.5144C80.5199 73.5978 80.7208 75.7212 81.1227 77.8846C81.6049 80.0481 82.4488 81.891 83.6543 83.4135C84.8599 84.9359 86.6682 85.6971 89.0793 85.6971Z' fill='white' fill-opacity='0.8'/%3E%3Cpath d='M154.322 98.5577V74.6394H125.147V60.4567L150.584 1.20192H169.994V61.4183H180V74.6394H169.994V98.5577H154.322ZM139.132 61.4183H154.322V19.1106L139.132 61.4183Z' fill='white' fill-opacity='0.8'/%3E%3C/svg%3E")}.error .error_content .error_subtitle{font-family:Onest;font-size:16px}.error .error_content a{margin-top:20px;width:100%}.how-order .secondary-container{gap:40px;border-radius:12px}.how-order .how-order_content .how-order_tag{font-family:Onest;font-size:16px}.how-order .how-order_content .how-order_items{grid-template-columns:1fr}.how-order .how-order_content .how-order_items .how-order_special-item,.how-order .how-order_content .how-order_items .how-order_help-item,.how-order .how-order_content .how-order_items .how-order_item,.how-order .how-order_content .how-order_items .how-order_contacts-item{padding:22px 12px;border-radius:12px;min-height:412px}.how-order .how-order_content .how-order_items .how-order_special-item{gap:22px}.how-order .how-order_content .how-order_items .how-order_special-item .how-order_special-item_title{font-family:Onest;font-size:22px}.how-order .how-order_content .how-order_items .how-order_special-item .how-order_special-item_instruction div span{font-family:Oswald;font-size:15px;width:32px;height:32px}.how-order .how-order_content .how-order_items .how-order_special-item .how-order_special-item_instruction div p{font-family:Onest;font-size:16px}.how-order .how-order_content .how-order_items .how-order_item{gap:12px}.how-order .how-order_content .how-order_items .how-order_item .how-order_item_img-wrapper{width:100%;margin:-10px 0 0;min-height:256px}.how-order .how-order_content .how-order_items .how-order_item .how-order_item_title{font-family:Onest;font-size:22px}.how-order .how-order_content .how-order_items .how-order_item .how-order_item_btn-wrapper{margin-top:20px;gap:16px}.how-order .how-order_content .how-order_items .how-order_item .how-order_item_btn-wrapper a{font-family:Onest;font-size:16px}.how-order .how-order_content .how-order_items .how-order_contacts-item{min-height:100%;gap:40px}.how-order .how-order_content .how-order_items .how-order_contacts-item .how-order_contacts-item_title-wrapper{gap:8px}.how-order .how-order_content .how-order_items .how-order_contacts-item .how-order_contacts-item_title-wrapper span{font-family:Onest;font-size:22px}.how-order .how-order_content .how-order_items .how-order_contacts-item .how-order_contacts-item_title-wrapper p{font-family:Onest;font-size:16px}.service .secondary-container{gap:40px;border-radius:12px}.service .service_content .service_item_info,.service .service_content .service_item_QR,.service .service_content .service_item_help{padding:22px 12px;border-radius:12px;background:#fff}.service .service_content .service_item_info{gap:22px}.service .service_content .service_item_info img{margin:-10px 0 0;width:100%;border-radius:12px;min-width:100%}.service .service_content .service_item_info .service_item_info_btn-wrapper{gap:8px}.service .service_content .service_item_QR{display:none}.services-block .secondary-container{border-radius:12px}.services-block .services-block_item{min-height:250px;gap:22px;padding:22px 12px;border-radius:12px}.services-block .services-block_item span{font-family:Onest;font-size:22px}.services-block .services-block_item .services-block_item_text{font-family:Onest;font-size:16px}.advertising-akt .secondary-container{gap:40px;border-radius:12px}.advertising-akt .advertising-akt_content .advertising-akt_info{padding:12px;gap:40px;border-radius:12px}.advertising-akt .advertising-akt_content .advertising-akt_info p{font-family:Onest;font-size:16px}.advertising-akt .advertising-akt_content .advertising-akt_info button{width:100%}.advertising-akt .advertising-akt_content img{min-height:82px;border-radius:12px}.articles .secondary-container{padding-bottom:100px;gap:40px;border-radius:12px}.article .article_grid .article_item_author{padding:12px;border-radius:12px;row-gap:30px;-moz-column-gap:10px;column-gap:10px}.article .article_grid .article_item_author .article_item_author_title{font-family:Onest;font-size:16px}.article .article_grid .article_item_author img{width:48px;height:48px}.article .article_grid .article_item_author .article_item_author_info span{font-family:Onest;font-size:16px}.article .article_grid .article_item_author .article_item_author_info span:first-child{font-family:Onest;font-size:22px}.article .article_grid .article_item_author a{font-family:Onest;font-size:16px}.article .each-news_items p,.article .each-news_items span{width:100%!important}.article .each-news_items p img,.article .each-news_items span img{width:100%!important;-o-object-fit:contain;object-fit:contain}.article-author .article-author_content{row-gap:12px;padding:22px 12px;border-radius:12px}.article-author .article-author_content img{min-height:304px}.article-author .article-author_content .article-author_name{gap:2px}.article-author .article-author_content .article-author_name span{font-family:Onest;font-size:16px}.article-author .article-author_content .article-author_name span:first-child{font-size:22px}.article-author .article-author_content .article-author_info{margin-top:4px;gap:22px}.article-author .article-author_content .article-author_info p{font-family:Onest;font-size:16px}.article-author .article-author_content .article-author_info button{width:100%}.article-list .article-list_content{grid-template-columns:1fr}.article-author .secondary-container,.article-list .secondary-container{gap:40px;border-radius:12px}.vacancies .secondary-container{padding-bottom:100px;gap:40px;border-radius:12px}.vacancy .secondary-container{border-radius:12px}.vacancy .site-header-wrapper{gap:8px}.vacancy .site-header-wrapper span{font-family:Onest;font-size:16px}.vacancy .vacancy_text_wrapper,.vacancy .vacancy_contacts{padding:22px 12px;border-radius:12px}.vacancy .vacancy_text_wrapper{gap:12px}.vacancy .vacancy_text_wrapper .vacancy_text{font-family:Onest;font-size:16px}.vacancy .vacancy_contacts{row-gap:40px}.vacancy .vacancy_contacts .vacancy_question{gap:8px}.vacancy .vacancy_contacts .vacancy_question span,.vacancy .vacancy_contacts .vacancy_question p{font-family:Onest;font-size:16px}.vacancy .vacancy_contacts .vacancy_question span{font-size:22px}.search .secondary-container{border-radius:12px}.search .search_found{gap:32px}.search .search_found .search_form{gap:10px}.search .search_found .search_form span{font-family:Onest;font-size:16px}.search .search_found .search_form label{padding:12px;border-radius:12px}.search .search_found .search_form label input{font-family:Onest;font-size:16px}.search .search_found .search_tags{gap:10px}.search .search_found .search_tags span{font-family:Onest;font-size:16px}.search .search_found .search_tags ul{font-family:Onest;font-size:16px;flex-wrap:nowrap;overflow-x:auto}.search .search_found .search_tags ul::-webkit-scrollbar{display:none}.search .search_found .search_tags ul a{white-space:nowrap;padding:12px;border-radius:12px;font-family:Onest;font-size:16px}.search .search_found .new-products_items{margin-top:28px}.search .search_not-found{margin:60px auto}.search .search_not-found img{width:139px;height:139px}.search .search_not-found span{font-family:Onest;font-size:16px}.seo .secondary-container{border-radius:12px}.seo .seo-header{font-family:Onest;font-size:22px}.seo .seo_content{font-family:Onest;font-size:16px}.seo .seo_content .seo_text.closed{-webkit-line-clamp:3}.each-news .secondary-container{border-radius:12px}.each-news .each-news-content{gap:10px}.each-news .each-news-content .each-news_items{gap:4px;padding:12px}.each-news .each-news-content .each-news_items .each-news_date{position:initial;font-size:16px}.each-news .each-news-content .each-news_items .each-news_item{gap:12px}.each-news .each-news-content .each-news_items .each-news_item .each-news_item_title{font-family:Onest;font-size:22px}.each-news .each-news-content .each-news_items .each-news_item img{border-radius:8px;width:100%}.each-news .each-news-content .each-news_items .each-news_item .each-news_description{gap:12px;font-family:Onest;font-size:16px}.each-news .each-news-content .each-news_product{gap:22px;padding:12px;border-radius:12px}.each-news .each-news-content .each-news_product span{font-family:Onest;font-size:16px}.each-news .each-news-content .each-news_product img{max-width:182px;border-radius:8px}.each-news .each-news-content .each-news_product a{width:100%}.product-characteristic .secondary-container{padding:22px 16px;border-radius:12px}.product-characteristic .product-characteristic_btn-wrapper-bg{border-radius:12px;padding:12px}.product-characteristic .product-characteristic_btn-wrapper-bg .animation_dot{top:16px}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper{gap:30px}.product-characteristic .product-characteristic_btn-wrapper-bg .product-characteristic_btn-wrapper button{font-family:Onest;font-size:16px}.product-characteristic .product-characteristic_items-wrapper{border-radius:12px;padding:12px;min-height:200px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.hidden{max-height:560px;margin-bottom:0}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item button{width:100%;bottom:0}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.description span{font-family:Onest;font-size:22px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.description div ul li,.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.description div p{font-family:Onest;font-size:16px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.characteristic{gap:10px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.characteristic .params-item{display:flex;align-items:flex-start;flex-direction:column}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.characteristic .params-item span{text-align:start!important}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.download-documents .download-links-wrapper{gap:10px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item.replacements p{font-family:Onest;font-size:16px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item .params-item-wrapper .params-item{padding:12px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item .params-item-wrapper .params-item span{font-family:Onest;font-size:16px}.product-characteristic .product-characteristic_items-wrapper .product-characteristic_item .params-item-wrapper .params-item span:first-child{color:#c3c3c3}.show-product .show-product_img-wrapper .show-product_img_container{gap:23px;margin-bottom:18px;border-radius:12px}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content{height:90%;margin:auto;padding:12px}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360-title-wrapper{top:12px}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360-title-wrapper .show-product_360_title{font-family:Onest;font-size:16px}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360-title-wrapper .btn-close:after{width:36px;height:36px;background-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='41' height='41' rx='9.5' stroke='white'/%3E%3Cpath d='M15 26.5L26.5003 15' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.5 26.5L14.9997 15' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_360-wrapper .show-product_360-wrapper_container .show-product_360-wrapper_content .show-product_360_subtitle{bottom:12px;font-family:Onest;font-size:16px}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_status{gap:4px;font-family:Onest;font-size:16px}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .show-product_status:before{width:7px;height:7px}.show-product .show-product_img-wrapper .show-product_img_container .show-product_img_btn-wrapper .icon-360{width:38px;height:19px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='19' viewBox='0 0 59 29' fill='none'%3E%3Cpath d='M17.0624 15.7897C15.2861 15.7897 13.7883 15.225 13.0473 14.7401L12.739 14.5383L13.5933 12.1309L14.0951 12.45C14.5467 12.7378 15.7455 13.2822 17.0419 13.2822C18.0079 13.2822 18.7442 13.0319 19.2319 12.5376C19.6268 12.1371 19.8487 11.5677 19.8377 10.9749C19.8172 9.19631 18.1385 8.56279 16.5746 8.56279H15.0139V6.16633H16.5746C17.6807 6.16633 19.3263 5.64387 19.3263 4.20474C19.3263 3.12697 18.5743 2.50908 17.2653 2.50908C16.2317 2.50908 15.2106 2.97367 14.6505 3.37099L14.1423 3.73234L13.3006 1.40471L13.5838 1.19666C14.3988 0.600678 15.9689 0 17.6413 0C20.8241 0 22.2479 1.95533 22.2479 3.89502C22.2479 5.28722 21.5588 6.45416 20.3222 7.21595C21.8609 7.90892 22.8033 9.30738 22.8033 11.0124C22.8033 13.3901 21.0286 15.7897 17.0639 15.7897H17.0624Z' fill='white'/%3E%3Cpath d='M40.7656 15.7897C37.5718 15.7897 35.5596 12.7832 35.5155 7.94334C35.5155 5.53124 36.0331 3.52272 37.0117 2.12896C37.9903 0.736769 39.3732 0 41.0094 0C44.2976 0 46.2595 2.89389 46.2595 7.73998C46.2595 12.8551 44.2567 15.7897 40.764 15.7897H40.7656ZM40.8993 2.44182C39.3905 2.44182 38.4151 4.60832 38.4151 7.96211C38.4151 11.3159 39.3591 13.3494 40.8773 13.3494C43.039 13.3494 43.3615 9.89085 43.3615 7.82915C43.3615 5.76744 43.0421 2.44182 40.8993 2.44182Z' fill='white'/%3E%3Cpath d='M30.0924 5.15112C29.0902 5.15112 28.1541 5.42487 27.3753 5.93013C28.0801 4.16877 29.5968 2.97367 31.6326 2.63579C32.0039 2.57634 32.3815 2.54506 32.7261 2.54506C32.822 2.54506 32.9133 2.54819 32.9998 2.55288L33.497 2.57947V0.0250282H33.025C32.5341 0.0250282 32.0307 0.0641349 31.5461 0.13922C29.6125 0.372295 27.9197 1.1513 26.6469 2.39333C24.9807 4.04988 24.0635 6.46667 24.0635 9.19944C24.0635 13.204 26.2551 15.7913 29.6471 15.7913C33.0391 15.7913 34.9192 12.9412 34.9192 10.26C34.9192 7.25193 32.9337 5.15112 30.0924 5.15112ZM29.7148 13.0945C28.2375 13.0945 27.0402 11.7633 27.0402 10.1224C27.0402 8.48144 28.2375 7.15025 29.7148 7.15025C31.1921 7.15025 32.3894 8.48144 32.3894 10.1224C32.3894 11.7633 31.1921 13.0945 29.7148 13.0945Z' fill='white'/%3E%3Cpath d='M4.01189 17.2398C4.01189 15.7913 6.70537 14.4773 11.0901 13.5074C11.323 13.4558 11.5133 13.29 11.592 13.0679C11.7714 12.5642 11.323 12.0605 10.7975 12.1731C4.20541 13.5778 0 15.7115 0 18.1001C0 21.9294 10.8117 25.1033 24.9367 25.6743V22.5504C13.0379 22.0952 4.01189 19.8912 4.01189 17.2398Z' fill='white'/%3E%3Cpath d='M58.9984 18.1001C58.9984 15.6739 54.6609 13.5121 47.8926 12.1074C47.5606 12.0386 47.2286 12.2247 47.1185 12.5423L47.1138 12.5548C46.9801 12.9427 47.2176 13.3573 47.6204 13.4433C52.1751 14.4178 54.9881 15.7584 54.9881 17.2382C54.9881 20.0523 45.1078 22.3627 32.1486 22.613C31.2912 22.6302 30.6021 23.3232 30.6021 24.1757C30.6021 25.0501 31.3242 25.7572 32.2037 25.74C47.3592 25.424 59 22.1234 59 18.1001H58.9984Z' fill='white'/%3E%3Cpath d='M23.0361 28.9577L28.3082 24.6121C28.5175 24.4385 28.5175 24.1194 28.3082 23.9458L23.0361 19.6002C22.9166 19.5017 22.7341 19.5862 22.7341 19.741V28.8169C22.7341 28.9718 22.915 29.0562 23.0361 28.9577Z' fill='white'/%3E%3Cpath d='M50.0307 0.0563381C48.3363 0.0563381 46.9628 1.42194 46.9628 3.10665C46.9628 4.79137 48.3363 6.15697 50.0307 6.15697C51.7251 6.15697 53.0986 4.79137 53.0986 3.10665C53.0986 1.42194 51.7251 0.0563381 50.0307 0.0563381ZM50.0307 4.59271C49.2047 4.59271 48.5361 3.92789 48.5361 3.10665C48.5361 2.28542 49.2047 1.6206 50.0307 1.6206C50.8567 1.6206 51.5253 2.28542 51.5253 3.10665C51.5253 3.92789 50.8567 4.59271 50.0307 4.59271Z' fill='white'/%3E%3C/svg%3E")}.show-product .show-product_img-wrapper .show-product_img_container .show-product_core-img{min-height:334px}.show-product .show-product_title-wrapper h2{font-family:Oswald;font-size:25px;line-height:107%}.show-product .show-product_info{grid-template-areas:"B" "A" "C"}.show-product .show-product_info .show-product_price{grid-area:B}.show-product .show-product_info .show-product_description-wrapper{gap:12px}.show-product .show-product_info .show-product_description-wrapper .show-product_description,.show-product .show-product_info .show-product_description-wrapper .show-product_params span,.show-product .show-product_info .show-product_services span{font-family:Onest;font-size:16px;line-height:130%}.show-product .show-product_order .show-product_QR-wrapper{display:none}.show-product .show-product_order .show-product_order_btn-wrapper{gap:10px}.show-product .show-product_order .show-product_order_btn-wrapper a{font-family:Onest;font-size:16px}.new-products .secondary-container{border-radius:12px;gap:40px}.new-products .secondary-container.special-page{padding-bottom:100px}.new-products .child-categories-block .child-category{font-family:Onest;font-size:22px}.new-products .new-products_filter-wrapper .new-products_tag{padding:12px}.new-products .new-products_filter-wrapper .new-products_tag img{width:70px;height:60px}.new-products .new-products_filter-wrapper .new-products_tag span{font-family:Onest;font-size:16px}.new-products_items{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px}.new-products_items .new-products_item{position:relative;border-radius:12px;padding:12px 12px 22px;gap:16px}.new-products_items .new-products_item .new-products_item_img-wrapper{margin:0}.new-products_items .new-products_item .new-products_item_title{margin-top:8px;font-family:Onest;font-size:22px;line-height:130%}.new-products_items .new-products_item .new-products_item_characteristic-wrapper{font-family:Onest;font-size:16px;line-height:130%}.new-products_items .new-products_item a{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:unset;opacity:0;border:none}.new-products_items .new-products_item a span{display:none}.header{margin-top:0;margin-bottom:0;padding:8px 16px!important}.header .header_mobile_menu{top:52px}.header .header_naw-wrapper .header_logo{max-width:80px}.header .header_menu_wrapper .header_menu .header_menu_link-collection{grid-template-columns:repeat(auto-fill,minmax(145px,1fr))}.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link{min-height:159px;width:100%;height:unset}.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link:after{top:8px;right:8px;display:block;max-width:32px;width:100%;height:32px;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_3428_37293)'%3E%3Crect width='40' height='40' rx='12' fill='white' fill-opacity='0.3'/%3E%3Cpath d='M14.2969 19.4946C13.8827 19.4946 13.5469 19.8304 13.5469 20.2446C13.5469 20.6588 13.8827 20.9946 14.2969 20.9946L14.2969 19.4946ZM25.9492 20.7749C26.2421 20.482 26.2421 20.0071 25.9492 19.7142L21.1762 14.9413C20.8834 14.6484 20.4085 14.6484 20.1156 14.9413C19.8227 15.2342 19.8227 15.709 20.1156 16.0019L24.3582 20.2446L20.1156 24.4872C19.8227 24.7801 19.8227 25.255 20.1156 25.5479C20.4085 25.8408 20.8834 25.8408 21.1762 25.5479L25.9492 20.7749ZM14.2969 20.9946L25.4189 20.9946L25.4189 19.4946L14.2969 19.4946L14.2969 20.9946Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_3428_37293' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3428_37293'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_3428_37293' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")}.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link .header_menu_link_img-wrapper,.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link .header_menu_link_img-wrapper img{min-height:134px;width:100%;height:unset}.header .header_menu_wrapper .header_menu .header_menu_link-collection .header_menu_link span{font-family:Onest;font-size:16px}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper{min-width:unset}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_special-link:after{display:block;max-width:32px;width:100%;height:32px;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_3428_37293)'%3E%3Crect width='40' height='40' rx='12' fill='white' fill-opacity='0.3'/%3E%3Cpath d='M14.2969 19.4946C13.8827 19.4946 13.5469 19.8304 13.5469 20.2446C13.5469 20.6588 13.8827 20.9946 14.2969 20.9946L14.2969 19.4946ZM25.9492 20.7749C26.2421 20.482 26.2421 20.0071 25.9492 19.7142L21.1762 14.9413C20.8834 14.6484 20.4085 14.6484 20.1156 14.9413C19.8227 15.2342 19.8227 15.709 20.1156 16.0019L24.3582 20.2446L20.1156 24.4872C19.8227 24.7801 19.8227 25.255 20.1156 25.5479C20.4085 25.8408 20.8834 25.8408 21.1762 25.5479L25.9492 20.7749ZM14.2969 20.9946L25.4189 20.9946L25.4189 19.4946L14.2969 19.4946L14.2969 20.9946Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_3428_37293' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3428_37293'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_3428_37293' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_special-link .header_menu_special-link_img-wrapper{min-height:194px;width:100%;height:unset}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_special-link .header_menu_special-link_img-wrapper img{min-width:265px;min-height:194px;width:calc(100% - 94px);height:unset}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_special-link span{font-family:Onest;font-size:16px}.header .header_menu_wrapper .header_menu .header_menu_special-link-wrapper .header_menu_catalog-link{border-radius:12px;font-family:Onest;font-size:16px}.banner{margin-top:33px;width:100%;gap:4px}.banner .banner-header{text-align:center;width:calc(100vw - 16px);padding-right:16px;padding-left:16px}.banner .banner_year{border-radius:12px;flex-direction:row;justify-content:center}.banner .banner_year span,.banner .banner_year p{font-family:Onest;font-size:16px;font-weight:400}.banner .animation_dot{top:240px}.banner .banner_animation-wrapper{margin-bottom:-180px;margin-top:-60px}.banner .banner_animation-wrapper .banner_animation{width:608px;margin-bottom:120px}.banner .banner_animation-wrapper .banner_animation .banner_core-img{max-height:364px;width:unset}.banner .banner_animation-wrapper .banner_animation .banner_btn-item .banner_btn-item_btn-open{display:block;content:"";width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns= 'http://www.w3.org/2000/svg' width= '24' height= '24' viewBox= '0 0 34 34' fill= 'none' %3E%3Crect width= '34' height= '34' rx= '17' fill= 'white' /%3E%3Ccircle cx= '17' cy= '17' r= '17' fill= 'white' fill-opacity= '0.4' /%3E%3Ccircle cx= '17' cy= '17' r= '17' fill= 'white' fill-opacity= '0.4' /%3E%3Cpath d= 'M22 16.0106V17.6521H12V16.0106H22ZM18 12V22H16.3317V12H18Z' fill= '%233D3E3F' /%3E%3C/svg%3E");border-radius:50%}.banner .banner_animation-wrapper .banner_animation .banner_btn-item .banner_btn-item_btn-open:hover{box-shadow:0 0 0 6px #fff6}.banner .banner_animation-wrapper .banner_animation .banner_btn-item .banner_btn-item_content{bottom:unset;left:27px;border-radius:0 12px 12px;width:220px;padding:10px}.banner .banner_animation-wrapper .banner_animation .banner_btn-item .banner_btn-item_content img{width:100%;height:120px}.banner .banner_animation-wrapper .banner_animation .banner_btn-item .banner_btn-item_content span{font-family:Onest;font-size:16px}.banner .secondary-container{border-radius:12px;margin-top:-120px}.banner .banner_logo-wrapper{padding-top:130px;padding-right:8px;padding-left:8px}.banner .banner_logo-wrapper span{width:calc(100% + 16px);margin-right:-8px;margin-left:-8px;color:#565d65;font-size:16px}.banner .banner_logo-wrapper .banner-logo-circle{max-height:35px;-o-object-fit:cover;object-fit:cover}.about-company .secondary-container{border-radius:12px}.about-company .about-company_years{height:80px;display:flex;align-items:center}.about-company .about-company_years .slider-section_swiper .swiper-slide span{font-size:18px}.about-company .about-company_years .slider-section_swiper .swiper-slide span.active{font-size:26px}.about-company .about-company_years .slider-section_swiper .swiper-slide span.active:before{top:46px}.about-company .about-company_years .slider-section_swiper .swiper-slide span:before{top:37px}.about-company .about-company_items .slider-section_swiper{min-height:140px}.about-company .about-company_items .about-company_item{gap:8px}.about-company .about-company_items .about-company_item .about-company_item_img img{border-radius:12px}.about-company .about-company_items .about-company_item .about-company_item_info{padding:22px 12px 12px;gap:40px}.about-company .about-company_items .about-company_item .about-company_item_info .about-company_item_info_descriptions p{font-family:Onest;font-size:16px}.about-company .about-company_items .about-company_item .about-company_item_info .about-company_item_btn-more{width:100%}.popular-products .popular-products_items{grid-template-columns:repeat(auto-fill,minmax(175px,1fr))}.products-catalog .secondary-container{border-radius:12px}.products-catalog .secondary-container .products-catalog_bg-logo{top:-11px;right:-11px;max-width:234px}.products-catalog .products-catalog_header-wrapper{gap:8px}.products-catalog .products-catalog_header-wrapper p{font-family:Onest;font-size:16px;line-height:130%}.products-catalog .products-catalog_btn-catalog{order:4;margin-top:6px;width:100%;padding:12px 30px;font-family:Onest;font-size:16px}.products-catalog .products-catalog_link-analogs{order:2;margin-top:60px;font-family:Onest;font-size:16px}.products-catalog .products-catalog_items{order:3;margin-top:2px;gap:8px}.products-catalog .products-catalog_items .products-catalog_item{gap:22px}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_img-wrapper{border-radius:10px;min-height:165px;display:flex;align-items:center;justify-content:center}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_img-wrapper img{max-height:clamp(165px,39vw,218px);width:unset}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_info{gap:16px}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_info .products-catalog_item_title{font-family:Onest;font-size:22px}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_info .products-catalog_item_tags{gap:8px}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_info .products-catalog_item_tags a{font-family:Onest;font-size:16px}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_info .products-catalog_item_icon{width:32px;height:32px;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_3936_39850)'%3E%3Cg clip-path='url(%23clip0_3936_39850)'%3E%3Crect width='32' height='32' rx='8' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M11.4697 19.3106C11.1768 19.6035 11.1768 20.0784 11.4697 20.3713C11.7626 20.6642 12.2374 20.6642 12.5303 20.3713L11.4697 19.3106ZM20.6144 11.9766C20.6144 11.5623 20.2786 11.2266 19.8644 11.2266H13.1144C12.7002 11.2266 12.3644 11.5623 12.3644 11.9766C12.3644 12.3908 12.7002 12.7266 13.1144 12.7266H19.1144V18.7266C19.1144 19.1408 19.4502 19.4766 19.8644 19.4766C20.2786 19.4766 20.6144 19.1408 20.6144 18.7266V11.9766ZM12.5303 20.3713L20.3947 12.5069L19.3341 11.4462L11.4697 19.3106L12.5303 20.3713Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_3936_39850' x='-5.7' y='-5.7' width='43.4' height='43.4' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2.85'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3936_39850'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_3936_39850' result='shape'/%3E%3C/filter%3E%3CclipPath id='clip0_3936_39850'%3E%3Crect width='32' height='32' rx='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.test-center .secondary-container{gap:40px}.test-center .test-center_items .test-center_special-item{gap:6px}.test-center .test-center_items .test-center_special-item img{width:calc(100% - 24px);height:calc(100% - 24px);margin:12px;min-width:unset}.test-center .test-center_items .test-center_special-item .test-center_special-item_description{padding:12px;gap:40px}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_description_title-wrapper span{font-size:25px}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_description_title-wrapper p{font-family:Onest;font-size:16px}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_parameters{gap:22px}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_parameters .test-center_special-item_description_parameters_item span{font-size:25px;font-weight:500;line-height:107%}.test-center .test-center_items .test-center_special-item .test-center_special-item_description .test-center_special-item_parameters .test-center_special-item_description_parameters_item p{font-family:Onest;font-size:16px}.test-center .test-center_items .test-center_item{padding:12px}.test-center .test-center_items .test-center_item img{filter:grayscale(0)}.test-center .test-center_items .test-center_item span{font-family:Onest;font-size:16px;line-height:130%}.partners .secondary-container{gap:10px}.partners .partners_header-wrapper .animation_dot{display:block}.partners .partners_content{margin:0 -16px -22px -25px}.partners .partners_content .partners_map-wrapper .partners_item .partners_item_content{width:328px;border-radius:12px}.partners .partners_content .partners_map-wrapper .partners_item .partners_item_content img{display:none}.partners .partners_content .partners_map-wrapper .partners_item .partners_item_content .partners_item_info .partners_item_info_title,.partners .partners_content .partners_map-wrapper .partners_item .partners_item_content .partners_item_info .partners_item_info_address,.partners .partners_content .partners_map-wrapper .partners_item .partners_item_content .partners_item_info a{font-family:Onest;font-size:16px}.projects .secondary-container{gap:40px;border-radius:12px}.projects .projects_items{gap:8px}.projects_item{gap:12px;border-radius:12px;padding:12px}.projects_item .projects_item_img-wrapper{width:100%;margin:0;height:196px}.projects_item .projects_item_img-wrapper img{height:unset}.projects_item .projects_item_title{font-size:22px}.projects_item .projects_item_description{margin-top:0;font-size:16px}.projects_item .projects_item_btn{width:100%;margin-top:10px}.production .production_content{gap:4px}.production .production_content .production_special-item{padding:22px 16px;border-radius:12px;gap:32px}.production .production_content .production_special-item .production_special-item_content{gap:24px}.production .production_content .production_special-item .production_special-item_content .production_special-item_info{gap:22px}.production .production_content .production_special-item .production_special-item_content .production_special-item_info img{border-radius:12px;min-height:130px}.production .production_content .production_special-item .production_special-item_content .production_special-item_info p{gap:6px;font-family:Onest;font-size:16px}.production .production_content .production_special-item .production_special-item_content .production_special-item_info p span{font-family:Oswald;font-size:25px;line-height:107%}.production .production_content .production_special-item_secondary-img{min-height:343px;border-radius:12px}.production .production_item{min-height:400px;padding:22px 16px;border-radius:12px}.production .production_item p{font-family:Onest;font-size:22px}.production .production_item button{min-width:100%;width:100%;min-height:45px}.production .production_item .production_item_img{display:none}.production .production_item .production_item_img_mobile{max-width:302px;width:100%;display:block;-o-object-fit:cover;object-fit:cover;margin-right:auto;margin-left:auto;margin-bottom:-22px}.production .production_item:nth-child(6) .production_item_img_mobile{margin-right:-16px}.submit-application .secondary-container{border-radius:12px;padding:22px 16px}.submit-application .submit-application_info{gap:8px}.submit-application .submit-application_info .submit-application_info_bg{margin-bottom:-100%}.submit-application .submit-application_info p{font-family:Onest;font-size:16px}.submit-application_form{padding:22px 16px;margin:0 -16px -22px;width:calc(100% + 32px);border-radius:12px;gap:28px}.submit-application_form .submit-application_form_title{font-family:Onest;font-size:16px}.submit-application_form .submit-application_person{grid-template-areas:"A B" "C C";-moz-column-gap:20px;column-gap:20px;row-gap:28px}.submit-application_form .submit-application_person img{max-width:93px;max-height:93px;border-radius:100px}.submit-application_form .submit-application_person span{font-family:Onest;font-size:22px}.submit-application_form .submit-application_person p,.submit-application_form .submit-application_btn-wrapper span{font-family:Onest;font-size:16px}.company-news .secondary-container{gap:16px}.company-news .secondary-container.special-page{padding-bottom:100px}.company-news .company-news_items{margin-top:24px}.company-news .company-news_items .company-news_item{border-radius:12px;padding:12px;gap:6px}.company-news .company-news_items .company-news_item .company-news_item_info{padding:0;gap:12px;font-size:16px}.company-news .company-news_items .company-news_item .company-news_item_info .company-news_date{display:flex}.company-news .company-news_items .company-news_item .company-news_item_info .company-news_icon-read{display:none}.company-news .company-news_items .company-news_item:nth-child(1) .company-news_item_img-wrapper{max-height:270px;height:100%;min-height:164px}.company-news .company-news_items .company-news_item .company-news_item_img-wrapper{max-height:270px;height:100%;min-height:164px}.faq .secondary-container{border-radius:12px;background:linear-gradient(281deg,#e9edf2 4%,#a9acbc 88.58%);gap:10px}.faq .faq_items{gap:10px}.faq .faq_items .faq_item{border-radius:16px;padding:12px;gap:12px}.faq .faq_items .faq_item .faq_item_question,.faq .faq_items .faq_item .faq_item_answer{font-size:16px;line-height:130%}.footer{margin-bottom:0}.footer .footer_head{-moz-column-gap:20px;column-gap:20px}.footer .footer_head .btn-select-city,.footer .footer_head .btn-go-to-header{font-size:16px}.footer .naw-and-contact-wrapper nav ul{gap:12px}.footer .secondary-container.top-row{overflow:hidden;border-bottom-right-radius:0;border-bottom-left-radius:0;padding-bottom:40px;gap:42px}.footer .secondary-container.top-row .footer-bg{right:-35px}.footer .secondary-container.bottom-row a{font-size:16px}.footer .contact-wrapper{margin-bottom:0;gap:16px}.footer .contact-wrapper .rights-belong{font-size:16px}}@media (max-width: 450px){.popular-products .popular-products_items{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media (hover: hover){.company-news .company-news_items .company-news_item:hover .company-news_item_info .company-news_date{display:none}.company-news .company-news_items .company-news_item:hover .company-news_item_info .company-news_icon-read{display:flex}.btn-primary:hover{border-color:#9fa2b0;background:#9fa2b0;color:#fff}.btn-secondary:hover{background:#fffc}.btn-third:hover{background:#fff;color:#3d3e3f}}@media (hover: hover) and (min-width: 570px){.partners .partners_content .partners_map-wrapper .partners_item:hover .partners_item_content{display:flex}.download-primary-item:hover{background:#717171}.new-products_items .new-products_item:hover .new-products_item_characteristic-wrapper{display:none}.new-products_items .new-products_item:hover a{display:flex}.popular-products_item:hover .btn-icon-arrow,.products-catalog_item:hover .btn-icon-arrow{background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_2971_3580)'%3E%3Crect width='40' height='40' rx='12' fill='white' fill-opacity='0.3'/%3E%3Cpath d='M14.2984 19.4946C13.8842 19.4946 13.5484 19.8304 13.5484 20.2446C13.5484 20.6588 13.8842 20.9946 14.2984 20.9946L14.2984 19.4946ZM25.9507 20.7749C26.2436 20.482 26.2436 20.0071 25.9507 19.7142L21.1777 14.9413C20.8848 14.6484 20.4099 14.6484 20.117 14.9413C19.8242 15.2342 19.8242 15.709 20.117 16.0019L24.3597 20.2446L20.117 24.4872C19.8242 24.7801 19.8242 25.255 20.117 25.5479C20.4099 25.8408 20.8848 25.8408 21.1777 25.5479L25.9507 20.7749ZM14.2984 20.9946L25.4204 20.9946L25.4203 19.4946L14.2984 19.4946L14.2984 20.9946Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_2971_3580' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_2971_3580'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_2971_3580' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_info .products-catalog_item_tags a:hover{color:#fff}.products-catalog .products-catalog_items .products-catalog_item .products-catalog_item_info .products-catalog_item_tags a:hover:before{display:block;content:"";width:14px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75V5.25ZM13.5303 6.53033C13.8232 6.23744 13.8232 5.76256 13.5303 5.46967L8.75736 0.696699C8.46447 0.403806 7.98959 0.403806 7.6967 0.696699C7.40381 0.989593 7.40381 1.46447 7.6967 1.75736L11.9393 6L7.6967 10.2426C7.40381 10.5355 7.40381 11.0104 7.6967 11.3033C7.98959 11.5962 8.46447 11.5962 8.75736 11.3033L13.5303 6.53033ZM1 6.75H13V5.25H1V6.75Z' fill='white'/%3E%3C/svg%3E")}.test-center .test-center_items .test-center_item:hover img{filter:grayscale(0)}.projects_item:hover .projects_item_img-wrapper img,.company-news .company-news_items .company-news_item:hover .company-news_item_img-wrapper img{transform:scale(1.2)}}.popup_header .form-message{font-size:16px}.products-catalog_item_img-wrapper{height:240px;display:flex}.stretched-link-container .pseudo-3d-element{z-index:2}.pseudo-3d-element:not(:hover) .pseudo-3d-element__gif{display:none}.pseudo-3d-element:hover .pseudo-3d-element__image{display:none}.stretched-link-container{position:relative}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:#0000}[data-tabs-block] [data-pane]{cursor:pointer}[data-tabs-block] [data-containers] [data-container]:not(.active){display:none!important}.about-page-video{width:100%;height:100%}.title-back-block{display:flex;gap:20px;align-items:flex-start}.back-button{background-repeat:no-repeat;transform:rotate(-90deg);background-position:center;height:40px;width:40px;min-width:40px;border-radius:12px;background-color:var(--light-grey-color);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3E%3Cpath d='M4.81098 12.561C4.81098 12.9752 5.14676 13.311 5.56098 13.311C5.97519 13.311 6.31097 12.9752 6.31098 12.561L4.81098 12.561ZM6.0913 0.908695C5.79841 0.615802 5.32354 0.615801 5.03064 0.908695L0.257674 5.68167C-0.0352187 5.97456 -0.0352187 6.44943 0.257674 6.74233C0.550568 7.03522 1.02544 7.03522 1.31833 6.74233L5.56097 2.49968L9.80362 6.74233C10.0965 7.03522 10.5714 7.03522 10.8643 6.74233C11.1572 6.44943 11.1572 5.97456 10.8643 5.68167L6.0913 0.908695ZM6.31098 12.561L6.31098 1.43902L4.81097 1.43902L4.81098 12.561L6.31098 12.561Z' fill='white' fill-opacity='0.6'/%3E%3C/svg%3E");cursor:pointer}.title-back-block .back-button{margin-top:20px}.child-categories-block{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.child-categories-block .child-category{text-decoration:none;border-radius:12px;background-color:var(--light-grey-color);display:flex;gap:12px;align-items:center;font-size:26px;color:#fff;padding:10px}.child-categories-block .child-category .image{width:80px;height:68px;-o-object-fit:cover;object-fit:cover}.float_tools{position:fixed;top:20%;left:20%;display:flex;flex-direction:column;gap:5px;z-index:1000}.float_tool{font-size:18px;padding:8px 12px;border-radius:5px;cursor:pointer;text-decoration:none}.float_tool:hover{filter:contrast(500%)}.to_edit_page{color:#fff;background-color:#a65b59}[data-f-id=pbf]{display:none!important}[data-fancybox]{cursor:zoom-in!important}.specifications-info{background-color:#fff;padding:40px 30px;font-size:15px;line-height:1.6;font-family:Roboto;overflow-x:auto}.specifications-info strong{font-weight:700}.specifications-info h2{font-size:24px;display:block;margin-block-start:.83em;margin-block-end:.83em;margin-inline-start:0;margin-inline-end:0;font-weight:700;unicode-bidi:isolate}.specifications-info table{vertical-align:top;max-width:100%;overflow-x:auto;margin:20px 0;width:100%}.specifications-info table td{border:1px solid black;padding:5px;vertical-align:middle}.specifications-info table tbody tr:nth-child(odd) td{background:#ededed}.main-page.banner-header{max-width:50vw}.hidden{display:none!important}.specifications-info table{border-collapse:collapse;border-spacing:0}.specifications-info table th{border:1px solid black;padding:3px}
