: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(1turn)}}@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:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(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:translateX(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translateX(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 0.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:0.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-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{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-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{top:auto;left:50%;transform:translateX(-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-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev 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:hsla(0,0%,100%,.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;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :empty{display:block}.fancybox__container::backdrop{background-color:transparent}.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-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.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 [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:transparent;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:50%;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;object-fit:contain;user-select:none;filter:blur(0)}.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-closing .fancybox__caption,.is-loading .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,.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:rgba(24,24,27,.5)}.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 0.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:0.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,.is-idle.is-compact .fancybox__footer{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none}.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{right:0;bottom:0}.fancybox-ghost,.fancybox-protected{position:absolute;top:0;left:0;z-index:40;user-select:none}.fancybox-ghost{width:100%;height:100%;min-height:0;object-fit:contain;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] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){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] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){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-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .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-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!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:0.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);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:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-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 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{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:transparent;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)) * 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;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)}.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:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.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(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.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:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,.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:0.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;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}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child,[data-fancybox-toggle-fullscreen] svg g:last-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;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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.header{order:-1;display:flex;padding:0;left:0;right:0;top:0;position:fixed;background:linear-gradient(180deg,#08464a -86.43%,rgba(8,71,74,0) 97.37%),#1dc78d;z-index:30;box-shadow:0 0 8px #08474a;transition:all .3s}@media (min-width:1921px){.header{height:144px}}@media (min-width:2400px){.header{height:165px}}@media (min-width:3000px){.header{height:200px}}@media (min-width:4000px){.header{height:266px}}@media (min-width:4600px){.header{height:308px}}.header.sticky-header{background:linear-gradient(180deg,#08464a -86.43%,rgba(8,71,74,0) 97.37%),#1dc78d;box-shadow:0 0 8px #08474a}@media screen and (max-width:1200px){.header.sticky-header{padding:10px 20px}}@media screen and (max-width:1500px){.header{flex-direction:row-reverse;justify-content:center;padding:24px 36px}}@media screen and (max-width:1200px){.header{padding:20px 36px}}.header-content{display:flex;align-items:center;width:100%}@media screen and (max-width:1500px){.header-content{display:block;position:absolute;top:0;left:0;right:0;width:30vw;height:100vh;transform:translateX(-100%);transition:.3s ease;background-color:#e5e5e5;flex-direction:column;padding:20px;overflow:auto}}@media screen and (max-width:1500px) and (max-width:1200px){.header-content{width:40vw}}@media screen and (max-width:1500px) and (max-width:991px){.header-content{width:50vw}}@media screen and (max-width:1500px) and (max-width:768px){.header-content{width:60vw}}@media screen and (max-width:1500px) and (max-width:576px){.header-content{width:100vw}}.header-content--mobile{display:none;position:absolute;top:0;left:0;right:0;width:30vw;height:100vh;transform:translateX(-100%);transition:.3s ease;background-color:#e5e5e5;flex-direction:column;padding:20px;overflow:auto}@media screen and (max-width:1500px){.header-content--mobile{display:block}}@media (max-width:1200px){.header-content--mobile{width:40vw}}@media (max-width:991px){.header-content--mobile{width:50vw}}@media (max-width:768px){.header-content--mobile{width:60vw}}@media (max-width:576px){.header-content--mobile{width:100vw}}@media screen and (max-width:1500px){.header-content--mobile.active,.header-content.active{transform:translateX(0)}}.header .nav{display:flex;align-items:center;justify-content:center;margin:0;gap:40px;padding:0}@media screen and (min-width:1500px){.header .nav{gap:1.5625vw}}@media screen and (max-width:1500px){.header .nav{flex-direction:column;align-items:flex-start;gap:4px}}.header .menu-item{margin-bottom:0;list-style-type:none}.header .menu-item a{font-style:normal;font-size:1.09375vw;line-height:1.4;color:#fff;text-decoration:none;transition:.2s ease;white-space:nowrap}@media screen and (max-width:1500px){.header .menu-item a{font-size:16px;line-height:2;color:#08474a}}.header .menu-item a:hover{color:#08474a;text-decoration:none}.header .menu-item.current-menu-item>a,.header .menu-item.current-menu-parent>a{color:#08474a;text-shadow:1px 0 0 #08474a}@media screen and (max-width:1500px){.header .menu-item.current-menu-item>a,.header .menu-item.current-menu-parent>a{text-shadow:none;color:#00b073}}.header .menu-item.current-menu-item>a{font-weight:700}.header .menu-item.menu-item-has-children{position:relative}@media (min-width:1501px){.header .menu-item.menu-item-has-children:focus .sub-menu,.header .menu-item.menu-item-has-children:hover .sub-menu{opacity:1;visibility:visible}}@media screen and (max-width:1500px){.header .menu-item.menu-item-has-children{width:100%}}.header .menu-item.menu-item-has-children>a{position:relative;display:inline-block}.header .menu-item.menu-item-has-children>a:after{content:"";position:absolute;border:1px solid #000;border-right:0;border-bottom:0;transform:rotate(-135deg);top:11px;left:calc(100% + 32px);right:auto;width:10px;height:10px;pointer-events:none;display:none;transform-origin:35% 35%;transition:all .3s}@media screen and (max-width:1500px){.header .menu-item.menu-item-has-children>a:after{display:block}}.header .menu-item.menu-item-has-children.opened a:after{transform:rotate(45deg)}.header .menu-item.menu-item-has-children.opened .sub-menu{margin:8px 0}.header .menu-item.menu-item-has-children .sub-menu{position:absolute;top:180%;left:0;transform:translate(-50%)!important;opacity:0;visibility:hidden;transition:.2s ease;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08);border-radius:5px;min-width:500px;display:flex!important;flex-wrap:wrap!important;padding:16px;margin:0}@media (min-width:1921px){.header .menu-item.menu-item-has-children .sub-menu{min-width:26.04167vw;padding:.83333vw;box-shadow:0 .20833vw .83333vw rgba(0,0,0,.08);border-radius:.26042vw}}@media (max-width:1500px){.header .menu-item.menu-item-has-children .sub-menu{visibility:visible;box-shadow:none;opacity:1;background:transparent;max-height:0;overflow:hidden;padding:0 24px;transform:none!important;flex-direction:column;flex-wrap:nowrap!important;position:relative;top:unset;left:unset;border-radius:0;min-width:auto}}.header .menu-item.menu-item-has-children .sub-menu:before{content:"";position:absolute;right:40%;top:-14px;width:0;height:0;border-style:solid;border-width:0 16px 16px;border-color:transparent transparent #fff;z-index:2}@media (min-width:1921px){.header .menu-item.menu-item-has-children .sub-menu:before{top:-.72917vw;border-width:0 .83333vw .83333vw}}@media (max-width:1500px){.header .menu-item.menu-item-has-children .sub-menu:before{left:0;top:0;right:auto;width:2px;height:100%;background:#00b073;border:none}}.header .menu-item.menu-item-has-children .sub-menu:after{content:"";position:absolute;left:0;top:-30px;width:100%;height:50px;z-index:-1}@media (min-width:1921px){.header .menu-item.menu-item-has-children .sub-menu:after{top:-1.5625vw;height:2.60417vw}}@media (max-width:1500px){.header .menu-item.menu-item-has-children .sub-menu:after{display:none}}.header .menu-item.menu-item-has-children .sub-menu .menu-item{flex:0 0 50%;width:50%}.header .menu-item.menu-item-has-children .sub-menu a{padding:12px 16px;font-size:16px;display:block;color:#08474a}@media (min-width:1921px){.header .menu-item.menu-item-has-children .sub-menu a{padding:.625vw .83333vw;font-size:.83333vw}}@media screen and (max-width:1500px){.header .menu-item.menu-item-has-children .sub-menu a{padding:4px 0}}@media (min-width:1501px){.header .menu-item.menu-item-has-children .sub-menu a:hover{text-decoration:none;color:#00b073!important;font-weight:700}}.header__logo{display:flex;align-items:center}@media (min-width:1921px){.header__logo{min-width:7.70833vw}.header__logo img{width:7.70833vw;height:1.875vw}}@media screen and (max-width:1500px){.header__logo{padding:0;border:0}}@media screen and (max-width:768px){.header__logo{width:94px;min-width:inherit}}@media screen and (max-width:575px){.header__logo{width:74px;min-width:inherit}}.header__logo--mobile{display:none}@media screen and (max-width:1500px){.header__logo--mobile{display:block;text-align:center;position:absolute;top:28px;left:0;right:0;pointer-events:none;margin:0 auto;max-width:100px}}.header__logo a,.header__logo img{display:block}.header__menu{margin:0 40px;flex:1 1 auto}@media screen and (min-width:1500px){.header__menu{margin:0 2.39583vw}}@media screen and (max-width:1500px){.header__menu{flex:0 0 auto;margin-top:40px}}@media screen and (max-width:768px){.header__menu{align-self:flex-start}}.header__contacts{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;height:auto;margin:-7px 0}.header__phone{flex:0 0 auto;border-left:none!important}.header__phone:not(:last-child){border-right:2px solid #fff}@media screen and (max-width:1500px){.header__phone{flex:0;text-align:center;display:none;margin:0}}.header__phone-link{font-weight:700;color:#fff;text-decoration:none;display:flex;align-items:center;line-height:24px;font-size:24px;padding:0 10px}@media (min-width:1921px){.header__phone-link{font-size:1.25vw;padding:0 .52083vw}}@media (max-width:1800px){.header__phone-link{line-height:20px;font-size:20px}}.header__phone-link img{width:24px;height:24px;margin-right:10px}@media (min-width:1921px){.header__phone-link img{width:1.25vw;height:1.25vw;margin-right:.52083vw}}@media (max-width:1800px){.header__phone-link img{width:20px;height:20px}}.header__phone-link span{flex:0 0 auto;white-space:nowrap}.header__phone-link--last{padding-right:0}.header__phone-link--last img{margin-right:0}.header__phone--mobile{display:none;border:none!important}.header__phone--mobile .header__phone-link{padding:0}@media screen and (max-width:1500px){.header__phone--mobile{flex:0 0 auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-left:10px;background:#0a8064;border-radius:5px}.header__phone--mobile img{max-width:18px;max-height:18px;margin:0}}.header__phone--contacts img{max-width:24px;max-height:24px;width:100%;height:auto}.header__advice{opacity:1;visibility:visible;margin:12px;text-align:center}@media screen and (min-width:1500px){.header__advice{margin:0 .625vw}}@media screen and (max-width:768px){.header__advice{text-align:initial;margin:12px 0}}.header__advice--mobile{display:none}@media screen and (max-width:1500px){.header__advice--mobile{display:block;position:absolute;left:50%;transform:translateX(-50%)}}.header__advice-link{background-color:#08474a;color:#fff;font-weight:700;font-size:20px;line-height:29px;padding:6px 16px;text-decoration:none;transition:.2s ease;white-space:nowrap}@media screen and (min-width:1500px){.header__advice-link{font-size:1.0416vw;line-height:1.51vw;padding:.3125vw .83vw}}.header__advice-link:hover{color:#fff;background-color:#00b073}.header__language{margin:0 32px 0 0}@media screen and (min-width:1500px){.header__language{margin:0 1.67vw 0 0}}@media screen and (max-width:1500px){.header__language{text-align:center;margin:0}}@media screen and (max-width:768px){.header__language{align-self:flex-start;margin:0;text-align:right}}.header__language .lang-item{display:flex}.header__language .lang-item:first-child{display:none}.header__language .lang-item__link{color:#fff;font-size:17px;text-decoration:none}.header__enter{margin:0 18px}@media screen and (min-width:1500px){.header__enter{margin:0 .9375vw}}@media screen and (max-width:1500px){.header__enter{text-align:center}}@media screen and (max-width:768px){.header__enter{align-self:flex-start;margin:0;text-align:right}}.header__enter-link{text-decoration:none;font-weight:700;font-size:17px;line-height:25px;text-align:center;color:#00b073}@media screen and (min-width:1500px){.header__enter-link{font-size:.885vw;line-height:1.302vw}}.header__burger{display:none;width:40px;height:40px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M30.022 28.764H9.99c-.32-.013-.408-.054-.57-.136-.69-.352-.9-1.418-.315-2.002.23-.23.553-.353.885-.366h20.032l.098.004c.318.037.402.086.556.181.639.391.776 1.408.231 1.953a1.318 1.318 0 0 1-.885.366zm0-7.511H9.99c-.85-.034-1.53-1.01-1.115-1.822.177-.35.53-.606.918-.667.088-.014.11-.013.197-.016h20.032c.033 0 .065.002.098.003.318.04.402.088.556.182.637.39.784 1.4.231 1.952a1.319 1.319 0 0 1-.885.368zm0-7.513H9.99c-.32-.012-.408-.055-.57-.136-.69-.353-.9-1.418-.315-2.001.23-.232.553-.354.885-.367h20.032l.098.004c.318.038.402.086.556.18.635.39.786 1.398.231 1.954a1.317 1.317 0 0 1-.885.366z' fill='%2342E487'/%3E%3Cpath d='M30.022 28.764H9.99c-.32-.013-.408-.054-.57-.136-.69-.352-.9-1.418-.315-2.002.23-.23.553-.353.885-.366h20.032l.098.004c.318.037.402.086.556.181.639.391.776 1.408.231 1.953a1.318 1.318 0 0 1-.885.366zm0-7.511H9.99c-.85-.034-1.53-1.01-1.115-1.822.177-.35.53-.606.918-.667.088-.014.11-.013.197-.016h20.032c.033 0 .065.002.098.003.318.04.402.088.556.182.637.39.784 1.4.231 1.952a1.319 1.319 0 0 1-.885.368zm0-7.513H9.99c-.32-.012-.408-.055-.57-.136-.69-.353-.9-1.418-.315-2.001.23-.232.553-.354.885-.367h20.032l.098.004c.318.038.402.086.556.18.635.39.786 1.398.231 1.954a1.317 1.317 0 0 1-.885.366z' fill='url(%23b)' fill-opacity='.7'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='20' y1='-5.24' x2='21.466' y2='28.7' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2308464A'/%3E%3Cstop offset='1' stop-color='%2308474A' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50%/contain;cursor:pointer}@media screen and (max-width:1500px){.header__burger{display:block}}.header__burger--close{display:none;width:40px;height:40px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M20.791 5.563L6.627 19.728c-.625.577-1.795.366-2.076-.5a1.269 1.269 0 0 1 .178-1.121c.052-.072.068-.086.127-.15L19.02 3.79l.072-.066c.253-.198.346-.223.521-.265.727-.175 1.545.436 1.544 1.217.001.328-.141.642-.366.886z' fill='%2342E487'/%3E%3Cpath d='M20.791 5.563L6.627 19.728c-.625.577-1.795.366-2.076-.5a1.269 1.269 0 0 1 .178-1.121c.052-.072.068-.086.127-.15L19.02 3.79l.072-.066c.253-.198.346-.223.521-.265.727-.175 1.545.436 1.544 1.217.001.328-.141.642-.366.886z' fill='url(%23b)' fill-opacity='.7'/%3E%3Cpath d='M19.02 19.737L4.855 5.572c-.577-.625-.367-1.795.5-2.077a1.269 1.269 0 0 1 1.121.178c.072.052.086.068.15.127l14.166 14.165.066.072c.198.253.223.347.265.522.175.726-.437 1.545-1.217 1.544-.328 0-.642-.142-.886-.366z' fill='%2342E487'/%3E%3Cpath d='M19.02 19.737L4.855 5.572c-.577-.625-.367-1.795.5-2.077a1.269 1.269 0 0 1 1.121.178c.072.052.086.068.15.127l14.166 14.165.066.072c.198.253.223.347.265.522.175.726-.437 1.545-1.217 1.544-.328 0-.642-.142-.886-.366z' fill='url(%23c)' fill-opacity='.7'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='-5.028' y1='-6.083' x2='20.008' y2='16.879' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2308464A'/%3E%3Cstop offset='1' stop-color='%2308474A' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='30.666' y1='-6.083' x2='7.704' y2='18.953' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2308464A'/%3E%3Cstop offset='1' stop-color='%2308474A' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.57)' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50%/25px 24px;cursor:pointer}@media screen and (max-width:1500px){.header__burger--close{display:block;min-height:40px;margin-right:auto}}.header__mobile{display:none}@media screen and (max-width:1500px){.header__mobile{display:flex;align-items:center}}.header-inner{display:flex;flex-direction:column;flex:1;align-items:flex-end}@media screen and (max-width:1500px){.header-inner{display:none}}.header-inner-top{border-bottom:1px solid #ffffff3d;background-color:#08484a;width:100%;padding:16px 3.33333vw 16px 1.97917vw;display:flex;justify-content:flex-end;gap:8px}.header-inner-bottom{display:flex;align-items:center;width:100%;padding:1.45833vw 3.33333vw 1.45833vw 1.97917vw;background:linear-gradient(0deg,#1dc78d,#08464a),linear-gradient(180deg,#08464a,rgba(8,71,74,0) 97.37%)}.header-action{padding:6px 10px 6px 37px;border:2px solid #fff;font-size:22px;color:#fff;font-weight:700;text-decoration:none;position:relative;white-space:nowrap;transition:.2s ease;display:flex;align-items:center}@media screen and (max-width:1500px){.header-action{font-size:18px;margin:0 10px}}@media screen and (max-width:768px){.header-action{font-size:12px;padding:7px 10px 7px 30px}}@media screen and (max-width:400px){.header-action{padding:7px 10px}}.header-action:before{content:"";position:absolute;width:24px;height:24px;top:50%;left:7px;transform:translateY(-50%);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.5 6.5C7.5 8.981 9.519 11 12 11s4.5-2.019 4.5-4.5S14.481 2 12 2a4.505 4.505 0 0 0-4.5 4.5zM20 21h1v-1c0-3.859-3.141-7-7-7h-4c-3.86 0-7 3.141-7 7v1h17z' fill='%23BFD638'/%3E%3C/svg%3E")}@media screen and (max-width:768px){.header-action:before{width:18px;height:18px;background-size:contain}}@media screen and (max-width:400px){.header-action:before{display:none}}.header-action:hover{border-color:#bfd44a;color:#bfd44a}.header-mutation-btn{display:inline-flex;flex-direction:row-reverse;align-items:center;min-height:38px;max-width:170px;width:auto;padding:0;font-size:22px;text-decoration:none;font-weight:700;transition:all .3s ease-in-out}@media screen and (max-width:1500px){.header-mutation-btn{max-width:155px}}@media screen and (max-width:767px){.header-mutation-btn{max-width:145px}}@media screen and (max-width:520px){.header-mutation-btn{max-width:120px}}@media screen and (max-width:400px){.header-mutation-btn{max-width:100px}}.header-mutation-btn--mobile{font-size:18px;margin:0 12px}@media (max-width:767px){.header-mutation-btn--mobile{font-size:16px}}@media (max-width:400px){.header-mutation-btn--mobile{font-size:14px;margin:0 4px}}.header-mutation-btn .btn-account-inner,.header-mutation-btn .btn-action-inner{color:currentColor;display:flex;overflow:hidden;white-space:nowrap;max-width:100%;width:100%;transition:width .3s ease-in-out}.header-mutation-btn .btn-action-inner{height:100%;display:flex;align-items:stretch;position:relative}.header-mutation-btn .btn-action-inner .mutation-btn-text{display:flex;align-items:center;justify-content:center;flex:1 1 auto;padding:5px 18px;text-align:center;line-height:1;overflow:hidden;transition:padding .3s ease-in-out}@media screen and (max-width:520px){.header-mutation-btn .btn-action-inner .mutation-btn-text{padding:5px 10px}}.header-mutation-btn .mutation-btn-dots{align-self:stretch;flex:0 0 38px;width:38px;max-width:38px;margin-left:auto;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:0;line-height:0;background:#01af74;transition:all .3s ease-in-out}@media screen and (max-width:520px){.header-mutation-btn .mutation-btn-dots{display:none!important}}.header-mutation-btn .mutation-btn-dots:after,.header-mutation-btn .mutation-btn-dots:before{content:"";display:block;width:10px;height:10px;border-radius:50%;background:#fff;margin:2px auto}.header-mutation-btn[data-mutation-btn=account]{color:#fff;padding:5px 10px 5px 38px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.5 6.5C7.5 8.981 9.519 11 12 11s4.5-2.019 4.5-4.5S14.481 2 12 2a4.505 4.505 0 0 0-4.5 4.5zM20 21h1v-1c0-3.859-3.141-7-7-7h-4c-3.86 0-7 3.141-7 7v1h17z' fill='%23BFD638'/%3E%3C/svg%3E") 8px/contain no-repeat;background-size:24px 24px;border:2px solid #fff;box-shadow:0 0 0 0 transparent}@media screen and (max-width:520px){.header-mutation-btn[data-mutation-btn=account]{background:none;padding:5px 10px}}.header-mutation-btn[data-mutation-btn=account]:hover{border-color:#bfd44a;color:#bfd44a}.header-mutation-btn[data-mutation-btn=account] .mutation-btn-dots{width:0!important;max-width:0!important}.header-mutation-btn[data-mutation-btn=account] .mutation-btn-text{padding:0!important}.header-mutation-btn[data-mutation-btn=action]{color:#08474a;background:#fcc942;border-width:0;min-height:38px;box-shadow:-6px 6px 0 0 #01af74}@media (max-width:400px){.header-mutation-btn[data-mutation-btn=action]{box-shadow:-3px 3px 0 0 #01af74}}body.rtl .header-mutation-btn[data-mutation-btn=action]{max-width:220px}@media (max-width:1500px){body.rtl .header-mutation-btn[data-mutation-btn=action]{max-width:190px}}@media screen and (max-width:520px){body.rtl .header-mutation-btn[data-mutation-btn=action]{max-width:120px}}@media screen and (max-width:400px){body.rtl .header-mutation-btn[data-mutation-btn=action]{max-width:110px}}.header-mutation-btn[data-mutation-btn=action]:hover{box-shadow:0 0 0 0 #01af74}.header-mutation-btn[data-mutation-btn=account] .btn-action-inner,.header-mutation-btn[data-mutation-btn=action] .btn-account-inner{opacity:0;visibility:hidden;height:0;width:0}body.rtl .header-mutation-btn .en,body:not(.rtl) .header-action .he,body:not(.rtl) .header-mutation-btn .he{display:none}@media (max-width:1500px){.header-mutation-btn .hidden-mobile{display:none!important}}@media (min-width:1500px){.header-mutation-btn .hidden-desktop{display:none!important}}.footer{position:relative;z-index:2;padding:48px 0 12px;font-weight:400;font-size:20px;line-height:1.2;text-align:right;color:#08474a;background-color:#f4f4f4}@media (min-width:1921px){.footer{padding:2.5vw 0 .625vw;font-size:1.04167vw}}.footer:has(.modal.show){z-index:1000}@media (min-width:1921px){.footer-container.container{max-width:75vw;padding-left:1.04167vw;padding-right:1.04167vw}}@media (max-width:768px){.footer__image{display:none}}@media (min-width:1921px){.footer__image img{width:7.70833vw;height:1.875vw}}.footer .wp-container-1{text-align:left}.footer .wp-container-1 figure{margin:0}.footer .wp-container-1 figcaption{max-width:265px;font-weight:700;font-size:24px;line-height:1.3;text-align:left}@media (min-width:1921px){.footer .wp-container-1 figcaption{max-width:13.80208vw;font-size:1.25vw}}.footer .wp-container-5{gap:80px}@media (min-width:1921px){.footer .wp-container-5{gap:4.16667vw}}@media (max-width:1200px){.footer .wp-container-5{gap:32px}}.footer .widgettitle{margin:0 0 12px;font-weight:700;font-size:24px;line-height:1.3;text-align:left;color:#00b073}@media (min-width:1921px){.footer .widgettitle{margin:0 0 .625vw;font-size:1.25vw}}@media (max-width:768px){.footer .widgettitle{font-size:20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:24px}.footer .widgettitle svg{flex:0 0 auto;transition:all .3s}.footer .widgettitle.opened svg{transform:rotate(90deg)}.footer .widgettitle+div{overflow:hidden;max-height:0;transition:all .3s}}.footer .menu{list-style-type:none;margin:0;padding:0;text-align:left}.footer .menu a{text-decoration:none;color:#08474a;font-size:20px;line-height:1.2}@media (min-width:1921px){.footer .menu a{font-size:1.04167vw}}.footer .menu a:hover{text-decoration:underline}.post,.post-header{margin-top:-50px}.post-header{display:flex;flex-direction:column;padding:0 0 76px;background-color:#fff}@media screen and (max-width:1200px){.post-header{padding:0 0 90px}}.post-header-inner{display:flex;gap:50px}@media screen and (max-width:1200px){.post-header-inner{flex-direction:column;gap:28px}}.post-header:not(:has(.post-header__image img)){padding-bottom:50px}@media (max-width:1200px){.post-header:not(:has(.post-header__image img)){padding-bottom:16px}}.post-header:not(:has(.post-header__image img)) .post-header__title{margin:0}.post-header__content{flex:1}.post-header__image{position:relative;width:670px;height:auto;max-height:670px;object-fit:contain}@media screen and (max-width:1400px){.post-header__image{width:580px;max-height:580px}}@media screen and (max-width:1200px){.post-header__image{width:100%;max-height:unset}}.post-header__image img{width:100%;height:100%;object-fit:cover}.post-header .updated{font-weight:400;font-size:24px;line-height:1.3;color:#808285;opacity:.7;margin:0 0 40px;display:block}@media screen and (max-width:1200px){.post-header .updated{font-weight:500;font-size:16px;margin-bottom:12px}}.post-header .author{display:none}.post-header__preview{font-weight:400;font-size:32px;line-height:47px;color:#08474a;margin-bottom:12px}@media screen and (max-width:1200px){.post-header__preview{font-size:18px;line-height:26px;color:#808285;margin-bottom:12px}}.post-content{background-color:#f4f4f4;padding:76px 0}@media screen and (max-width:1200px){.post-content{padding:28px 0}}.post-content-inner{font-weight:400;font-size:24px;line-height:35px;color:#808285}@media (max-width:991px){.post-content-inner .table-container,.post-content-inner .table-wrapper{margin:0 -20px;padding:0 20px 16px;overflow-y:auto}}.post-content-inner table{text-align:left;border-collapse:collapse}@media (max-width:991px){.post-content-inner table{min-width:950px}}.post-content-inner table td,.post-content-inner table th{padding:4px 12px;border:1px solid #808285}@media (max-width:1199px){.post-content-inner table td,.post-content-inner table th{line-height:1.5}}@media (max-width:991px){.post-content-inner table td,.post-content-inner table th{font-size:16px}}.post-content p{font-weight:400;font-size:24px;line-height:35px;text-align:left;color:#808285;margin:0 0 24px}@media screen and (max-width:1200px){.post-content p{font-size:16px;line-height:24px}}.post-content h4{font-weight:700;font-size:30px;line-height:44px;color:#08474a;margin:44px 0 34px}@media screen and (max-width:1200px){.post-content h4{font-size:18px;line-height:24px;margin:28px 0 16px}}.post-divider{background-color:#edf0f0;padding:45px 0}.post-divider-inner{position:relative}.post-divider__title{font-weight:700;font-size:24px;line-height:1.3;text-align:left;color:#08474a;margin:0 0 12px}@media screen and (max-width:1200px){.post-divider__title{font-size:20px;margin-bottom:4px;text-align:center}}.post-divider__text{font-weight:400;font-size:24px;line-height:1.4;text-align:left;color:#808285;display:flex;gap:14px}@media screen and (max-width:1200px){.post-divider__text{font-size:16px;line-height:1.2}}.post-divider__image{min-width:132px}@media screen and (max-width:1200px){.post-divider__image{max-width:92px}}.post .comments{display:none}.post-header__title{font-weight:700;font-size:70px;line-height:.85;color:#08474a;margin:88px 0 28px;padding:0}@media screen and (max-width:1200px){.post-header__title{margin:0 0 12px;font-size:36px;line-height:1.15}}.single-post .main .form-title{color:#08474a}.single-post .main .form-title span{color:#00b073}.single-post .main .form .wpcf7-form-input,.single-post .main .form p{color:#08474a}.single-post .main .form .wpcf7-form-input::placeholder{color:#08474a}.single-lobby .post-header-inner{flex-direction:column-reverse}.single-lobby .post-header__image{height:auto;width:100%}.single-lobby .post-header__image iframe{width:80%;height:auto;aspect-ratio:50/28;display:block;margin:0 auto}@media screen and (max-width:575px){.single-lobby .post-header__image iframe{width:100%}}body#tinymce{margin:12px!important}body .top-strip{padding-bottom:120px}@media screen and (max-width:768px){body .top-strip{padding-bottom:80px}}.archive,.blog,.category,.search{background-color:#f4f4f4}@media screen and (max-width:992px){.archive,.blog,.category,.search{background-color:#fff}}.archive .container,.blog .container,.category .container,.search .container{max-width:1440px;padding-left:20px;padding-right:20px}.archive .main,.blog .main,.category .main,.search .main{display:grid;grid-template-columns:repeat(2,1fr);gap:60px 40px;grid-template-areas:"title title" "post-nav search" "main-post main-post"}@media screen and (max-width:992px){.archive .main,.blog .main,.category .main,.search .main{grid-template-areas:"title title" "search search" "post-nav post-nav" "main-post main-post";gap:36px}}.archive .page-header,.blog .page-header,.category .page-header,.search .page-header{grid-area:title}.archive .page-header h1,.blog .page-header h1,.category .page-header h1,.search .page-header h1{font-weight:700;font-size:70px;line-height:68px;text-align:center;color:#08474a;margin:0 0 22px}@media screen and (max-width:768px){.archive .page-header h1,.blog .page-header h1,.category .page-header h1,.search .page-header h1{font-size:60px;margin-bottom:0}}.archive .page-header__subtitle,.blog .page-header__subtitle,.category .page-header__subtitle,.search .page-header__subtitle{font-weight:400;font-size:20px;line-height:1.3;text-align:center;color:#808285;max-width:800px;margin:0 auto}.archive .search-form,.blog .search-form,.category .search-form,.search .search-form{grid-area:search;justify-self:flex-end;display:flex;align-items:center;border-bottom:1px solid #08474a;height:36px}@media screen and (max-width:992px){.archive .search-form,.blog .search-form,.category .search-form,.search .search-form{width:100%;justify-content:space-between}}.archive .search-field,.blog .search-field,.category .search-field,.search .search-field{border:none;font-weight:400;font-size:24px;line-height:35px;color:#808285;padding:0 14px;background-color:transparent}@media screen and (min-width:993px){.archive .search-field,.blog .search-field,.category .search-field,.search .search-field{width:73%}}@media screen and (max-width:768px){.archive .search-field,.blog .search-field,.category .search-field,.search .search-field{font-size:18px;line-height:26px;width:63%}}.archive .search-submit,.blog .search-submit,.category .search-submit,.search .search-submit{font-size:0;height:30px;width:60px;text-align:center;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='30' viewBox='0 0 31 30' fill='none'%3E%3Cpath d='M26.28 23.19l-5.31-5.34A8.52 8.52 0 1 0 18.82 20l5.34 5.34a1.5 1.5 0 0 0 2.12 0 1.49 1.49 0 0 0 0-2.15zM7.47 13a6.5 6.5 0 1 1 6.5 6.5 6.51 6.51 0 0 1-6.5-6.5z' fill='%2308474A'/%3E%3C/svg%3E") no-repeat 50%/contain;border:0;box-shadow:none}@media screen and (max-width:768px){.archive .search-submit,.blog .search-submit,.category .search-submit,.search .search-submit{width:30px}}.archive .post-tab__nav,.blog .post-tab__nav,.category .post-tab__nav,.search .post-tab__nav{grid-area:post-nav;display:flex;align-items:center;gap:24px;flex-wrap:wrap}@media screen and (max-width:992px){.archive .post-tab__nav,.blog .post-tab__nav,.category .post-tab__nav,.search .post-tab__nav{justify-content:center}}.archive .post-tab__nav-item,.blog .post-tab__nav-item,.category .post-tab__nav-item,.search .post-tab__nav-item{font-weight:400;font-size:24px;line-height:35px;color:#08474a;text-decoration:none;transition:.2s ease;cursor:pointer}@media screen and (max-width:768px){.archive .post-tab__nav-item,.blog .post-tab__nav-item,.category .post-tab__nav-item,.search .post-tab__nav-item{font-size:20px;line-height:29px}}.archive .post-tab__nav-item.active,.blog .post-tab__nav-item.active,.category .post-tab__nav-item.active,.search .post-tab__nav-item.active{color:#00b073;text-decoration:underline;text-shadow:1px 0 #00b073}.archive .type-post__item,.blog .type-post__item,.category .type-post__item,.search .type-post__item{text-decoration:none}.archive .type-post__content,.blog .type-post__content,.category .type-post__content,.search .type-post__content{padding:48px 0 0}@media screen and (max-width:768px){.archive .type-post__content,.blog .type-post__content,.category .type-post__content,.search .type-post__content{padding:22px 16px;background-color:#f8fafa}}.archive .type-post__content iframe,.blog .type-post__content iframe,.category .type-post__content iframe,.search .type-post__content iframe{max-width:100%}.archive .type-post__image,.blog .type-post__image,.category .type-post__image,.search .type-post__image{display:flex;max-width:100%}@media screen and (max-width:768px){.archive .type-post__image,.blog .type-post__image,.category .type-post__image,.search .type-post__image{background-color:#f8fafa}}.archive .type-post__image iframe,.blog .type-post__image iframe,.category .type-post__image iframe,.search .type-post__image iframe{display:block;width:500px;max-width:100%;height:auto;aspect-ratio:50/28}.archive .type-post__title,.blog .type-post__title,.category .type-post__title,.search .type-post__title{font-weight:700;font-size:34px;line-height:1.2;color:#08474a;width:100%;margin:0 0 10px;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:82px}@media screen and (max-width:768px){.archive .type-post__title,.blog .type-post__title,.category .type-post__title,.search .type-post__title{max-width:100%;font-size:24px;margin-bottom:12px;min-height:auto}}.archive .type-post__text h2,.blog .type-post__text h2,.category .type-post__text h2,.search .type-post__text h2{margin:0 0 12px;color:#08474a}.archive .type-post__text p,.blog .type-post__text p,.category .type-post__text p,.search .type-post__text p{font-weight:400;font-size:24px;line-height:1.2;color:#808285;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:768px){.archive .type-post__text p,.blog .type-post__text p,.category .type-post__text p,.search .type-post__text p{color:#08474a;font-size:18px;line-height:26px}}.archive .type-post__date .updated,.blog .type-post__date .updated,.category .type-post__date .updated,.search .type-post__date .updated{font-weight:400;font-size:20px;line-height:1.2;color:#808285;opacity:.7}.archive .type-post__date .author,.blog .type-post__date .author,.category .type-post__date .author,.search .type-post__date .author{display:none}.archive .latest-posts-wrapper,.archive .popular-posts-wrapper,.blog .latest-posts-wrapper,.blog .popular-posts-wrapper,.category .latest-posts-wrapper,.category .popular-posts-wrapper,.search .latest-posts-wrapper,.search .popular-posts-wrapper{grid-area:main-post;display:none;grid-template-areas:"main main";gap:60px 40px}@media screen and (max-width:768px){.archive .latest-posts-wrapper,.archive .popular-posts-wrapper,.blog .latest-posts-wrapper,.blog .popular-posts-wrapper,.category .latest-posts-wrapper,.category .popular-posts-wrapper,.search .latest-posts-wrapper,.search .popular-posts-wrapper{grid-template-areas:"main"}}.archive .latest-posts-wrapper.active,.archive .popular-posts-wrapper.active,.blog .latest-posts-wrapper.active,.blog .popular-posts-wrapper.active,.category .latest-posts-wrapper.active,.category .popular-posts-wrapper.active,.search .latest-posts-wrapper.active,.search .popular-posts-wrapper.active{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:768px){.archive .latest-posts-wrapper.active,.archive .popular-posts-wrapper.active,.blog .latest-posts-wrapper.active,.blog .popular-posts-wrapper.active,.category .latest-posts-wrapper.active,.category .popular-posts-wrapper.active,.search .latest-posts-wrapper.active,.search .popular-posts-wrapper.active{grid-template-columns:1fr}}.archive .main-post,.blog .main-post,.category .main-post,.search .main-post{grid-area:main;padding:70px 122px;border-radius:8px;margin-left:0;margin-right:75px;position:relative;background-color:#fff;height:515px}@media screen and (max-width:1200px){.archive .main-post,.blog .main-post,.category .main-post,.search .main-post{padding:40px 62px}}@media screen and (max-width:992px){.archive .main-post,.blog .main-post,.category .main-post,.search .main-post{padding:0;margin-left:0;height:auto;display:flex;flex-direction:column;background-color:#f8fafa}}.archive .main-post__image,.blog .main-post__image,.category .main-post__image,.search .main-post__image{position:absolute;top:50%;left:auto;right:-75px;width:50%;transform:translateY(-50%);height:370px;overflow:hidden}@media screen and (max-width:992px){.archive .main-post__image,.blog .main-post__image,.category .main-post__image,.search .main-post__image{position:static;transform:none;height:auto;width:100%;order:-1}}.archive .main-post__image img,.blog .main-post__image img,.category .main-post__image img,.search .main-post__image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%}@media screen and (max-width:992px){.archive .main-post__image img,.blog .main-post__image img,.category .main-post__image img,.search .main-post__image img{position:static;transform:none}}.archive .main-post__content,.blog .main-post__content,.category .main-post__content,.search .main-post__content{width:54%}@media screen and (max-width:992px){.archive .main-post__content,.blog .main-post__content,.category .main-post__content,.search .main-post__content{width:100%;padding:22px 16px}}.archive .main-post__title,.blog .main-post__title,.category .main-post__title,.search .main-post__title{font-weight:700;font-size:34px;line-height:33px;color:#08474a;text-decoration:none;margin:60px 0 12px;display:block}@media screen and (max-width:992px){.archive .main-post__title,.blog .main-post__title,.category .main-post__title,.search .main-post__title{margin-top:0}}@media screen and (max-width:768px){.archive .main-post__title,.blog .main-post__title,.category .main-post__title,.search .main-post__title{font-size:24px}}.archive .main-post__description,.blog .main-post__description,.category .main-post__description,.search .main-post__description{font-weight:400;font-size:24px;line-height:32px;color:#808285;margin:0 0 18px}@media screen and (max-width:992px){.archive .main-post__description,.blog .main-post__description,.category .main-post__description,.search .main-post__description{color:#08474a}}@media screen and (max-width:768px){.archive .main-post__description,.blog .main-post__description,.category .main-post__description,.search .main-post__description{font-size:18px;line-height:26px}}.archive .main-post__date,.blog .main-post__date,.category .main-post__date,.search .main-post__date{font-weight:400;font-size:20px;line-height:1.4;color:#808285;opacity:.7;margin-bottom:40px}@media screen and (max-width:768px){.archive .main-post__date,.blog .main-post__date,.category .main-post__date,.search .main-post__date{margin-bottom:0}}@media screen and (max-width:992px){.archive .addtoany_shortcode,.blog .addtoany_shortcode,.category .addtoany_shortcode,.search .addtoany_shortcode{padding:0 16px 22px}}.card-banner{position:relative;z-index:2}.info .statistic-slider__section{order:-1}.error404-inner{padding:120px 0}.error404-inner .search-form{display:flex;align-items:center}@media screen and (max-width:525px){.error404-inner .search-form{flex-direction:column;gap:12px}}@media screen and (max-width:525px){.error404-inner .search-form label{width:100%}}.error404-inner .search-field{font-weight:400;font-size:18px;line-height:1.2;color:#00b073;padding:6px 16px;background-color:rgba(211,223,223,.2);border:0;font-family:inherit;height:50px}@media screen and (max-width:525px){.error404-inner .search-field{width:100%}}.error404-inner .search-submit{display:flex;align-items:center;justify-content:center;position:relative;background-color:#00b073;min-width:190px;height:50px;font-size:18px;font-weight:700;text-align:center;cursor:pointer;border-radius:0;padding:6px 16px;transition:.2s ease;border:0;color:#fff;text-decoration:none;margin:0 8px;font-family:inherit}.error404-inner .search-submit:hover{background-color:#08474a}.error404-inner .btn-wrapper{display:flex}.error404 .alert{font-size:24px;margin:0 0 12px}@media screen and (max-width:768px){.error404 .alert{font-size:18px}}.boxes-main{position:relative}.boxes-main iframe{width:100%;border:0}.boxes-main .loader-wrapper{position:absolute;display:flex;justify-content:center;padding-top:300px;top:0;left:0;width:100%;height:100%;background:#fff;margin-top:1em}.boxes-main .loader{width:48px;height:48px;display:inline-block;position:relative;background:#00b073;box-sizing:border-box;animation:flipX 1s linear infinite}@keyframes flipX{0%{transform:perspective(200px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(200px) rotateX(-180deg) rotateY(0deg)}to{transform:perspective(200px) rotateX(-180deg) rotateY(-180deg)}}*,:after,:before{box-sizing:border-box;outline:none}a:focus{outline:none!important;box-shadow:none!important}body{font-family:ploni,sans-serif;font-size:20px;display:flex;flex-direction:column;position:relative;margin:0}body.overflow{overflow:hidden}.container{width:100%;margin-right:auto;margin-left:auto}.container-xl{max-width:1440px}.container-l,.container-xl{padding-left:20px;padding-right:20px}.container-l{max-width:1220px}img{max-width:100%}.wrap{margin:0 auto}.color-brand{color:#08474a}.color-success{color:#00b073}.color-white{color:#fff}.color-black{color:#000}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-900{font-weight:900}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.default-section{padding:80px 0}h1 p,h2 p,h3 p,h4 p,h5 p,h6 p{margin:0}@font-face{font-family:ploni;font-weight:400;font-style:normal;font-display:swap;src:url(/wp-content/themes/avia2000/dist/fonts/ploni-regular-aaa.woff2) format("woff2"),url(/wp-content/themes/avia2000/dist/fonts/ploni-regular-aaa.woff) format("woff"),url(/wp-content/themes/avia2000/dist/fonts/ploni-regular-aaa.eot) format("eot")}@font-face{font-family:ploni;font-weight:900;font-style:normal;font-display:swap;src:url(/wp-content/themes/avia2000/dist/fonts/ploni-black-aaa.woff2) format("woff2"),url(/wp-content/themes/avia2000/dist/fonts/ploni-black-aaa.woff) format("woff"),url(/wp-content/themes/avia2000/dist/fonts/ploni-black-aaa.eot) format("eot")}@font-face{font-family:ploni;font-weight:700;font-style:normal;font-display:swap;src:url(/wp-content/themes/avia2000/dist/fonts/ploni-bold-aaa.woff2) format("woff2"),url(/wp-content/themes/avia2000/dist/fonts/ploni-bold-aaa.woff) format("woff"),url(/wp-content/themes/avia2000/dist/fonts/ploni-bold-aaa.eot) format("eot")}@font-face{font-family:ploni;font-weight:600;font-style:normal;font-display:swap;src:url(/wp-content/themes/avia2000/dist/fonts/ploni-demibold-aaa.woff2) format("woff2"),url(/wp-content/themes/avia2000/dist/fonts/ploni-demibold-aaa.woff) format("woff"),url(/wp-content/themes/avia2000/dist/fonts/ploni-demibold-aaa.eot) format("eot")}@font-face{font-family:ploni;font-weight:300;font-style:normal;font-display:swap;src:url(/wp-content/themes/avia2000/dist/fonts/ploni-light-aaa.woff2) format("woff2"),url(/wp-content/themes/avia2000/dist/fonts/ploni-light-aaa.woff) format("woff"),url(/wp-content/themes/avia2000/dist/fonts/ploni-light-aaa.eot) format("eot")}@font-face{font-family:ploni;font-weight:500;font-style:normal;font-display:swap;src:url(/wp-content/themes/avia2000/dist/fonts/ploni-medium-aaa.woff2) format("woff2"),url(/wp-content/themes/avia2000/dist/fonts/ploni-medium-aaa.woff) format("woff"),url(/wp-content/themes/avia2000/dist/fonts/ploni-medium-aaa.eot) format("eot")}@font-face{font-family:ploni;font-weight:800;font-style:normal;font-display:swap;src:url(/wp-content/themes/avia2000/dist/fonts/ploni-ultrabold-aaa.woff2) format("woff2"),url(/wp-content/themes/avia2000/dist/fonts/ploni-ultrabold-aaa.woff) format("woff"),url(/wp-content/themes/avia2000/dist/fonts/ploni-ultrabold-aaa.eot) format("eot")}@font-face{font-family:ploni;font-weight:200;font-style:normal;font-display:swap;src:url(/wp-content/themes/avia2000/dist/fonts/ploni-ultralight-aaa.woff2) format("woff2"),url(/wp-content/themes/avia2000/dist/fonts/ploni-ultralight-aaa.woff) format("woff"),url(/wp-content/themes/avia2000/dist/fonts/ploni-ultralight-aaa.eot) format("eot")}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.pixfadeup{-webkit-animation-name:pixfadeup;animation-name:pixfadeup}@-webkit-keyframes pixfadeup{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes pixfadeup{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.btn{position:relative;display:flex;justify-content:center;height:50px;font-size:22px;font-weight:700;text-align:center;cursor:pointer;border-radius:0;padding:0 45px 0 0;transition:.2s ease;border:0;color:#fff;text-decoration:none}@media (min-width:1921px){.btn{height:2.60417vw;font-size:1.14583vw;padding:0 2.34375vw 0 0}}@media (max-width:768px){.btn{font-size:21px}}.btn:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;transform:translate(-6px,6px);background-color:#bfd44a;z-index:0;transition:.2s ease}.btn:hover{color:#fff}.btn-dots{position:absolute;right:0;height:100%;width:45px;background-color:#42e587}@media (min-width:1921px){.btn-dots{width:2.34375vw}}.btn-dots:after,.btn-dots:before{content:"";position:absolute;left:50%;transform:translateX(-50%);width:10px;height:10px;border-radius:50%;background-color:#fff}@media (min-width:1921px){.btn-dots:after,.btn-dots:before{width:.52083vw;height:.52083vw}}.btn-dots:before{top:13px}@media (min-width:1921px){.btn-dots:before{top:.67708vw}}.btn-dots:after{bottom:13px}@media (min-width:1921px){.btn-dots:after{bottom:.67708vw}}.btn-light{background-color:#fff;color:#00b073}.btn-light:before{background-color:#fcc942}.btn-next{background-color:#00b073;color:#fff}.btn-next:hover .btn-text{background-color:#08474a}.btn-text{display:flex;align-items:center;justify-content:center;height:100%;width:100%;position:relative;background-color:#00b073;min-width:190px;transition:all .3s}@media (min-width:1921px){.btn-text{min-width:9.89583vw}}.btn-text .wpcf7-submit{width:100%;height:100%;font-family:inherit;font-size:22px;font-weight:700;color:#fff;border:0;box-shadow:none;background-color:transparent;cursor:pointer}@media (min-width:1921px){.btn-text .wpcf7-submit{font-size:1.14583vw}}.btn-text .wpcf7-spinner{display:none}@media (max-width:768px){.btn-text{min-width:168px}}.btn-disabled{background-color:#e5e5e5;color:#fff}.btn-disabled:before{content:none}.btn-disabled .btn-dots{background-color:#e5e5e5}.btn-disabled .btn-dots:before{background-color:#000}.btn-disabled .btn-text{background-color:#fff}.btn-dark .btn-text{background-color:#08474a}.btn-dark:hover .btn-text{background-color:#00b073}.wpcf7 input[type=email].wpcf7-form-control,.wpcf7 input[type=tel].wpcf7-form-control,.wpcf7 input[type=url].wpcf7-form-control,.wpcf7-form{direction:ltr}.wpcf7 br{display:none}.wpcf7-form-input,.wpcf7-form-textarea{font-weight:400;font-size:24px;line-height:2;color:#fff;padding:6px 16px;width:100%;max-width:540px;background-color:rgba(211,223,223,.2);border:0;font-family:inherit}@media screen and (min-width:1500px){.wpcf7-form-input,.wpcf7-form-textarea{padding:.3125vw .83333vw;font-size:1.25vw;max-width:28.125vw}}@media screen and (max-width:768px){.wpcf7-form-input,.wpcf7-form-textarea{font-size:20px;line-height:1.2;color:#08474a;padding:14px 16px;border-radius:0}}.wpcf7-form-input::placeholder,.wpcf7-form-textarea::placeholder{color:#fff}.wpcf7-form-input.wpcf7-not-valid,.wpcf7-form-textarea.wpcf7-not-valid{box-shadow:inset 0 0 0 2px #fe7373;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M12.427 22c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10zM12.427 8v4M12.427 16h.01' stroke='%23FE7373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat calc(100% - 14px) 50%/34px 34px;font-size:24px}@media (min-width:1500px){.wpcf7-form-input.wpcf7-not-valid,.wpcf7-form-textarea.wpcf7-not-valid{font-size:1.25vw}}@media screen and (max-width:768px){.wpcf7-form-input.wpcf7-not-valid,.wpcf7-form-textarea.wpcf7-not-valid{font-size:20px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M12.427 22c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10zM12.427 8v4M12.427 16h.01' stroke='%23FE7373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat calc(100% - 16px) 50%/24px 24px}}.wpcf7-form-textarea{resize:none}.cf7sg-container{position:relative}.cf7sg-container .sent .wpcf7-response-output{position:absolute;top:0;right:-6px;bottom:-6px;left:-6px;margin:0!important;background-color:#08474a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600}.home-banner .wpcf7-form-input{background:hsla(0,0%,100%,.1);font-size:20px;color:#fff;padding:14px;line-height:1.2;margin:0}@media screen and (min-width:1500px){.home-banner .wpcf7-form-input{font-size:1.0417vw;padding:.729vw}}.home-banner .wpcf7 .btn-text{padding:0}.home-banner .wpcf7-submit{padding:0;width:220px;height:100%;background:transparent;border:0;font-family:inherit;font-size:20px;color:#fff;font-weight:700}@media (min-width:1500px){.home-banner .wpcf7-submit{font-size:1.04167vw;width:11.45833vw}}.home-banner .wpcf7 .wpcf7-spinner{display:none}.home-banner .form-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;gap:15px}@media (min-width:1500px){.home-banner .form-wrapper{gap:.78125vw}}@media (max-width:1200px){.home-banner .form-wrapper{justify-content:center}}.home-banner .form-item{width:100%;margin-top:0}.home-banner .form-btn-wrapper{justify-content:flex-end;width:100%}@media (max-width:1200px){.home-banner .form-btn-wrapper{justify-content:center}}@media (max-width:576px){.home-banner .form-btn-wrapper{justify-content:flex-end}}@media (max-width:1200px){.home-banner .wpcf7-form .wpcf7-form-control{margin:0 auto}}.wpcf7-form-control-wrap{display:flex;flex-direction:column;gap:12px}@media screen and (min-width:1500px){.wpcf7-form-control-wrap{gap:.625vw}}@media screen and (max-width:768px){.wpcf7-form-control-wrap{gap:6px}}.wpcf7-form .wpcf7-not-valid-tip{color:#fe7373;position:absolute;top:100%;font-size:14px;line-height:1.2}@media screen and (min-width:1500px){.wpcf7-form .wpcf7-not-valid-tip{font-size:.729vw}}#contact-form{padding-top:70px;margin-top:-70px}.wpcf7-form-control.wpcf7-not-valid,.wpcf7-form-input.wpcf7-not-valid,.wpcf7-form-textarea.wpcf7-not-valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M12.427 22c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10zM12.427 8v4M12.427 16h.01' stroke='%23FE7373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat calc(100% - 14px) 50%/34px 34px}.wpcf7-form.invalid .wpcf7-response-output{max-width:540px;margin-left:0;margin-right:0}@media (min-width:1500px){.wpcf7-form.invalid .wpcf7-response-output{max-width:28.125vw}}.wpcf7-form.sent .wpcf7-response-output{display:none!important}.wpcf7-form:not(.invalid).sending .form-btn-wrapper{pointer-events:none;opacity:.6;filter:grayscale(.6)}.accordion-title{font-size:30px;background-color:#f8fafa;color:#08474a;padding:12px 80px;line-height:1.4;transition:.2s ease;margin:12px 0 0;border:1px solid #f8fafa;cursor:pointer;position:relative}@media screen and (min-width:1500px){.accordion-title{font-size:1.5625vw;padding:.625vw 4.16667vw;margin:.625vw 0 0}}@media screen and (max-width:768px){.accordion-title{padding:12px 64px 12px 15px;font-size:20px;line-height:1.2;display:flex;align-items:center;font-weight:500}}.accordion-title.active{background-color:#fff;border:1px solid #f4f4f4}.accordion-title .expand-collapse{content:"";position:absolute;top:50%;right:46px;left:auto;transform:translateY(-50%);width:31px;height:31px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Ccircle opacity='.3' cx='15.833' cy='15.228' r='14.5' stroke='%2308484A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.833 13.814l2.293-2.293a1 1 0 0 1 1.414 1.414l-2.293 2.293 2.293 2.293a1 1 0 0 1-1.414 1.414l-2.293-2.293-2.293 2.293a1 1 0 1 1-1.414-1.414l2.293-2.293-2.293-2.293a1 1 0 0 1 1.414-1.414l2.293 2.293z' fill='%2301AF74'/%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='11' y='11' width='9' height='9'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.833 13.814l2.293-2.293a1 1 0 0 1 1.414 1.414l-2.293 2.293 2.293 2.293a1 1 0 0 1-1.414 1.414l-2.293-2.293-2.293 2.293a1 1 0 1 1-1.414-1.414l2.293-2.293-2.293-2.293a1 1 0 0 1 1.414-1.414l2.293 2.293z' fill='%23fff'/%3E%3C/mask%3E%3C/svg%3E") no-repeat 50%/cover;transition:.2s ease}@media screen and (min-width:1500px){.accordion-title .expand-collapse{right:2.39583vw;width:1.61458vw;height:1.61458vw}}@media screen and (max-width:768px){.accordion-title .expand-collapse{right:12px}}.accordion-title .expand-collapse.active{transform:translateY(-50%) rotate(45deg)}.accordion-title:hover{border-color:#00b073}.accordion-description{font-size:24px;color:#808285;line-height:1.4;margin:0;max-height:0;overflow:hidden;transition:max-height .2s ease-out}@media screen and (min-width:1500px){.accordion-description{font-size:1.25vw}}.accordion-description-inner{padding:12px 150px 12px 80px;background-color:#f8fafa}@media screen and (min-width:1500px){.accordion-description-inner{padding:.625vw 7.8125vw .625vw 4.16667vw}}@media screen and (max-width:768px){.accordion-description-inner{padding:12px 64px 12px 15px;font-size:16px}}.accordion-description-inner>*{display:block}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__slides,.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slide,.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid hsla(0,0%,100%,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity .15s ease,border .3s ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:hsla(0,0%,100%,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all .3s ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:focus,.glide__bullet:hover{border:2px solid #fff;background-color:hsla(0,0%,100%,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.slider{padding:70px 0 130px;background-color:#f4f4f4}@media screen and (min-width:1500px){.slider{padding:3.64583vw 0 6.77083vw}}@media screen and (max-width:768px){.slider{padding:80px 0}}.slider-inner{position:relative;max-height:715px}@media screen and (max-width:992px){.slider-inner{max-height:none}}.slider-title{margin:0;font-weight:700;font-size:60px;line-height:88px;text-align:center;color:#08474a}@media screen and (min-width:1500px){.slider-title{font-size:3.125vw}}@media screen and (max-width:768px){.slider-title{line-height:1;font-size:36px;text-align:center;margin-bottom:36px}}.slider-subtitle{margin:0 0 52px;font-weight:400;font-size:30px;line-height:44px;text-align:center;color:#08474a}@media screen and (min-width:1500px){.slider-subtitle{margin:0 0 2.70833vw;font-size:1.5625vw}}.slider__slide{filter:grayscale(1);opacity:.5;transform:scale(.9);transition:.5s ease}.slider__slide.glide__slide--active{filter:none;opacity:1;transform:none}.slider__arrow{font-size:0;width:77px;height:77px;border-radius:50%;background-color:#00b073;box-shadow:0 4px 4px rgba(0,0,0,.25);background-repeat:no-repeat;background-position:50%;transition:.5s ease;border:0}@media screen and (min-width:1500px){.slider__arrow{width:4.01042vw;height:4.01042vw}}@media screen and (max-width:992px){.slider__arrow{display:none}}.slider__arrow:hover{box-shadow:none}.slider__arrow--left{left:0;transform:translateX(-50%);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.704 22.006l-6.25-6.25 6.25-6.25M1.454 15.756h28.75'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(-90 15.482 14.649)' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}@media screen and (min-width:1500px){.slider__arrow--left{transform:translateY(-50%);left:26px}}.slider__arrow--right{right:0;transform:translateX(50%);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23.962 8.256l6.25 6.25-6.25 6.25M30.212 14.506H1.462'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(90 15.351 15.482)' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}@media screen and (min-width:1500px){.slider__arrow--right{transform:translateY(-50%);right:26px}}.slider__bullets{bottom:auto;top:100%;padding:36px 0}@media screen and (min-width:1500px){.slider__bullets{padding:1.875vw 0}}@media screen and (max-width:1400px){.slider__bullets{gap:11px;padding:28px 0}}.slider__bullet{width:18px;height:18px;background-color:#e5e5e5;margin:0 8px;transition:.5s ease;box-shadow:none}@media screen and (min-width:1500px){.slider__bullet{width:.9375vw;height:.9375vw;margin:0 .41667vw}}@media screen and (max-width:1400px){.slider__bullet{width:12px;height:12px;margin:0}}.slider__bullet:focus{border:0}.slider__bullet.glide__bullet--active,.slider__bullet:focus{background-color:#00b073}@media screen and (max-width:992px){.slider .container-xl{padding:0}}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;background-color:rgba(0,0,0,.5)}.modal.show{display:block}.modal-overlay{max-width:920px;margin:140px auto;position:relative}@media screen and (min-width:1500px){.modal-overlay{margin:7.29167vw auto}}@media screen and (max-width:992px){.modal-overlay{max-width:80vw}}.modal-body{width:100%;padding:40px;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;min-height:450px;overflow-y:auto;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}@media screen and (min-width:1500px){.modal-body{padding:2.08333vw;border-radius:.20833vw;gap:.625vw}}.modal-body>*{max-width:100%}.modal-close{content:"";position:absolute;top:18px;right:20px;font-size:0;cursor:pointer;z-index:1;width:18px;height:18px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25-6.2 6.25-14.4 9.35-22.6 9.35s-16.38-3.125-22.62-9.375L160 301.3 54.63 406.6C48.38 412.9 40.19 416 32 416s-16.37-3.1-22.625-9.4c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z' fill='%2308474a'/%3E%3C/svg%3E") no-repeat 50%/cover;transition:.2s ease}@media screen and (min-width:1500px){.modal-close{top:.9375vw;right:1.04167vw;width:.9375vw;height:.9375vw}}.modal-close:hover{transform:scale(1.1)}.modal-title{font-size:24px;text-align:center;margin:0 0 24px}@media screen and (min-width:1500px){.modal-title{font-size:1.25vw;margin:0 0 1.25vw}}.overflow{overflow:hidden}.addtoany_list{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:14px}@media screen and (min-width:1500px){.addtoany_list{gap:.72917vw}}.a2a_button_email,.a2a_button_email:hover{width:40px;height:40px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21' fill='none'%3E%3Cg clip-path='url(%23a)' fill='%23808285'%3E%3Cpath d='M9.108 14.131c-.307 0-.613-.131-.875-.35a1.241 1.241 0 0 1 0-1.75L13 7.262a1.241 1.241 0 0 1 1.75 0 1.241 1.241 0 0 1 0 1.75l-4.768 4.725c-.263.263-.57.394-.875.394z'/%3E%3Cpath d='M10.551 14.35c-.219.219-.437.35-.7.437a1.16 1.16 0 0 1-.219.263L6.92 17.762a1.928 1.928 0 0 1-2.713 0 1.928 1.928 0 0 1 0-2.712l2.713-2.713c.087-.087.175-.13.262-.218.088-.263.263-.482.438-.7l1.969-1.97c-.394-.13-.832-.174-1.27-.174-1.18 0-2.274.437-3.105 1.269L2.5 13.256c-.831.831-1.269 1.925-1.269 3.106 0 1.182.438 2.275 1.27 3.107.83.83 1.924 1.268 3.105 1.268 1.182 0 2.275-.437 3.107-1.268l2.712-2.713c.831-.831 1.269-1.925 1.269-3.106 0-.438-.088-.875-.175-1.269L10.55 14.35zM20.482 1.487c-1.706-1.706-4.506-1.706-6.212 0L11.557 4.2c-.83.831-1.268 1.925-1.268 3.106 0 .438.087.875.175 1.269l1.968-1.969c.22-.219.438-.35.7-.437.044-.088.132-.175.22-.263l2.712-2.712a1.928 1.928 0 0 1 2.712 0 1.928 1.928 0 0 1 0 2.712L16.064 8.62c-.088.087-.175.131-.263.218-.087.263-.262.482-.437.7l-1.97 1.97c.395.13.832.174 1.27.174 1.18 0 2.275-.437 3.106-1.268L20.482 7.7a4.41 4.41 0 0 0 0-6.213z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.97)' d='M0 0h21v21H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50%/22px!important}@media screen and (min-width:1500px){.a2a_button_email,.a2a_button_email:hover{width:2.08333vw;height:2.08333vw}}.a2a_button_facebook,.a2a_button_facebook:hover{width:40px;height:40px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M18.085 9.203h-3.236V7.08c0-.797.528-.983.9-.983h2.284V2.593l-3.145-.012c-3.492 0-4.287 2.613-4.287 4.286v2.336H8.582v3.61h2.02v10.219h4.247V12.814h2.866l.37-3.611z' fill='%23808285'/%3E%3C/svg%3E") no-repeat 50%/25px!important}@media screen and (min-width:1500px){.a2a_button_facebook,.a2a_button_facebook:hover{width:2.08333vw;height:2.08333vw}}.a2a_button_linkedin,.a2a_button_linkedin:hover{width:40px;height:40px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' viewBox='0 0 25 22' fill='none'%3E%3Cpath d='M5.165 11.159v7.364h3.727V8.328H5.165v2.83zM16.788 8.375c-1.523 0-2.55.656-2.98 1.29h-.135V8.327H10.93v10.195h3.093v-4.945c0-1.326.128-2.606 1.754-2.606 1.634 0 1.621 1.513 1.621 2.7v4.851h3.094v-5.487c0-.523.016-1.05-.04-1.5-.234-1.923-1.068-3.161-3.665-3.161zM7.13 3.387a1.774 1.774 0 1 0-.002 3.548 1.774 1.774 0 0 0 .001-3.548z' fill='%23808285'/%3E%3C/svg%3E") no-repeat 50%/25px!important}@media screen and (min-width:1500px){.a2a_button_linkedin,.a2a_button_linkedin:hover{width:2.08333vw;height:2.08333vw}}.a2a_svg{background-color:transparent!important}.a2a_svg svg{display:none!important}.breadcrumb{display:flex;flex-wrap:wrap;list-style-type:none;gap:55px;margin:0 0 45px;padding:0}@media screen and (max-width:768px){.breadcrumb{gap:40px}}.breadcrumb-item{position:relative;font-weight:700;font-size:17px;line-height:1;text-align:right;color:#08474a}.breadcrumb-item:before{content:none!important}.breadcrumb-item:not(:last-child):after{content:"";position:absolute;top:50%;transform:translateY(-50%) rotate(180deg);width:5px;height:10px;left:calc(100% + 23px);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='10' viewBox='0 0 5 10' fill='none'%3E%3Cpath d='M4.888 9.306L.903 5 4.888.693a.424.424 0 0 0 .111-.288c0-.107-.04-.21-.111-.287A.372.372 0 0 0 4.622 0a.356.356 0 0 0-.266.118l-4.24 4.58A.443.443 0 0 0 0 5c0 .112.042.22.116.3l4.24 4.581a.372.372 0 0 0 .266.119.356.356 0 0 0 .267-.119A.424.424 0 0 0 5 9.594c0-.108-.04-.211-.111-.288h-.001z' fill='%23ACACAC'/%3E%3C/svg%3E")}@media screen and (max-width:768px){.breadcrumb-item:not(:last-child):after{right:calc(100% + 16px)}}.breadcrumb-link{font-weight:400;color:#08474a;text-decoration:none}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-wrapper{position:absolute;left:0;right:0;top:210px;z-index:11}@media (min-width:1501px){.breadcrumb-wrapper{top:17.1875vw}}.contact .breadcrumb-wrapper{margin:40px 0 120px;position:static}@media (min-width:1921px){.contact .breadcrumb-wrapper{margin:2.08333vw 0 6.25vw}}@media (max-width:576px){.contact .breadcrumb-wrapper{margin-bottom:60px}}.formula .breadcrumb-wrapper{position:static;z-index:12;padding-top:20px}.formula .breadcrumb-wrapper .breadcrumb{margin:0}.wprs_unslider #wprev-slider-1 .wprevpro_t6_outer_div{display:flex}@media screen and (max-width:992px){.wprs_unslider #wprev-slider-1 .wprevpro_t6_outer_div{flex-direction:column}}.wprs_unslider #wprev-slider-1 .wpproslider_t6_DIV_1a{height:100%}.wprs_unslider #wprev-slider-1 .wpproslider_t6_DIV_2{background-color:#fff;box-shadow:4px 4px 8px rgba(0,0,0,.25);border-radius:6px;padding:38px 22px 42px;gap:28px;color:#08474a;height:100%}@media screen and (min-width:1500px){.wprs_unslider #wprev-slider-1 .wpproslider_t6_DIV_2{border-radius:.3125vw;padding:1.97917vw 1.14583vw 2.1875vw;gap:1.45833vw}}@media screen and (max-width:992px){.wprs_unslider #wprev-slider-1 .wpproslider_t6_DIV_2{padding:18px 12px 22px}}.wprs_unslider #wprev-slider-1 .wpproslider_t6_DIV_2_top{display:flex}.wprs_unslider #wprev-slider-1 .wpproslider_t6_DIV_3{flex:1;flex-wrap:wrap;display:flex;margin-bottom:12px}.wprs_unslider #wprev-slider-1 .t6displayname{font-weight:600;font-size:30px;line-height:1.1;margin:20px 0 34px;height:66px;display:flex;align-items:center;width:100%}@media screen and (min-width:1500px){.wprs_unslider #wprev-slider-1 .t6displayname{font-size:1.5625vw;margin:1.04167vw 0 1.77083vw;height:3.4375vw}}@media screen and (max-width:992px){.wprs_unslider #wprev-slider-1 .t6displayname{height:46px;margin-bottom:20px}}.wprs_unslider #wprev-slider-1 .wpproslider_t6_star_DIV{width:100px}@media screen and (max-width:1200px){.wprs_unslider #wprev-slider-1 .wpproslider_t6_star_DIV{width:100%}}.wprs_unslider #wprev-slider-1 .wpproslider_t6_SPAN_6{width:calc(100% - 130px);margin:0 14px}@media screen and (max-width:1200px){.wprs_unslider #wprev-slider-1 .wpproslider_t6_SPAN_6{width:100%}}.wprs_unslider #wprev-slider-1 .wpproslider_t6_IMG_2{width:82px;min-width:82px;height:82px;display:flex;justify-content:center;align-items:center;position:relative}@media screen and (min-width:1500px){.wprs_unslider #wprev-slider-1 .wpproslider_t6_IMG_2{width:4.27083vw;min-width:4.27083vw;height:4.27083vw}}@media screen and (max-width:992px){.wprs_unslider #wprev-slider-1 .wpproslider_t6_IMG_2{width:62px;min-width:62px;height:62px}}.wprs_unslider #wprev-slider-1 .wpproslider_t6_DIV_3_logo{display:none}.wprs_unslider #wprev-slider-1 .wpproslider_t6_DIV_4{padding-left:102px}@media screen and (max-width:1200px){.wprs_unslider #wprev-slider-1 .wpproslider_t6_DIV_4{padding-right:0}}.wprs_unslider .wprs_unslider-arrow{display:none}body,body.faq{padding-top:80px}@media (min-width:1501px){body,body.faq{padding-top:7.70833vw}}@media (min-width:1921px){body,body.faq{padding-top:144px}}@media (min-width:2400px){body,body.faq{padding-top:165px}}@media (min-width:3000px){body,body.faq{padding-top:200px}}@media (min-width:4000px){body,body.faq{padding-top:266px}}@media (min-width:4600px){body,body.faq{padding-top:308px}}.top-strip{position:relative;z-index:10;padding-bottom:30px}.error404 .top-strip{padding-bottom:0!important}.error404 .top-strip .addtoany_content_bottom{display:none!important}.card .top-strip,.contact .top-strip,.formula .top-strip,.info .top-strip{padding-bottom:0}.top-strip__top{width:100%;max-width:100vw;background-color:#08474a}.top-strip__top-info{background-color:#08484a;padding:32px 64px 10px 38px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}@media (min-width:1201px){.top-strip__top-info{padding:1.04167vw 3.33333vw 1.04167vw 1.97917vw}}@media (max-width:1200px){.top-strip__top-info{padding:16px 24px 16px 20px}}@media (max-width:768px){.top-strip__top-info{padding:19px 12px 23px}}.top-strip__top-info-title{gap:.25em;font-weight:500;font-size:54px;line-height:1.1;color:#fff;margin:0;position:relative;z-index:1}.top-strip__top-info-title span>p{color:#fcc942;font-weight:700}@media (min-width:1201px){.top-strip__top-info-title{font-size:2.8125vw}}@media (max-width:1200px){.top-strip__top-info-title{font-size:36px}}@media (max-width:991px){.top-strip__top-info-title{font-size:26px}}@media (max-width:768px){.top-strip__top-info-title{display:none}}.top-strip__top-info-steps{margin:0 4% 0 auto}@media (max-width:1200px){.top-strip__top-info-steps{margin:0 20px 0 auto}}@media (max-width:768px){.top-strip__top-info-steps{margin:0}}.top-strip__top-info-btn.boxes-btn{flex-shrink:0;margin:0;width:272px;box-shadow:-6px 6px 0 0 #01af74}.top-strip__top-info-btn.boxes-btn:before{content:none}@media (max-width:1200px){.top-strip__top-info-btn.boxes-btn{width:144px;padding-right:25px;margin-left:20px;height:56px}}@media (max-width:768px){.top-strip__top-info-btn.boxes-btn{width:124px;margin-left:20px}}@media (max-width:520px){.top-strip__top-info-btn.boxes-btn{width:115px}}.top-strip__top-info-btn.boxes-btn>.btn-text{background:#fcc942;padding:8px 12px;text-align:center;font-size:20px;font-weight:700;align-items:center;line-height:1;color:#08474a}@media (min-width:1201px){.top-strip__top-info-btn.boxes-btn>.btn-text{padding:.41667vw .625vw}}@media (max-width:1200px){.top-strip__top-info-btn.boxes-btn>.btn-text{min-width:0;font-size:16px;padding:2px 10px}}@media (max-width:1200px){.top-strip__top-info-btn.boxes-btn>.btn-dots{width:25px}}.top-strip__top-info-btn.boxes-btn:hover{box-shadow:0 0 0 0 #01af74}.top-strip__top-info-btn.boxes-btn:hover .btn-text{background:#fcc942}.top-steps{display:flex;align-items:center;padding:0}@media (max-width:520px){.top-steps{align-items:flex-start}}.top-steps__item{display:flex;align-items:flex-start}.top-steps__item:not(:last-child):after{content:"";width:90px;flex:0 0 90px;margin-top:16px;height:41px;transform:rotate(180deg);background:url("/wp-content/themes/avia2000/dist/images/arrow-step-icon.svg") 50%/41px auto no-repeat}@media (min-width:1501px){.top-steps__item:not(:last-child):after{width:4.6875vw;flex:0 0 4.6875vw;height:2.13542vw;background-size:2.13542vw auto}}@media (max-width:1200px){.top-steps__item:not(:last-child):after{width:25px;flex:0 0 25px;margin-top:12px;height:16px;background-size:16px auto}}@media (max-width:520px){.top-steps__item:not(:last-child):after{width:16px;flex:0 0 16px;height:12px;background-size:12px auto}}.top-steps__item:last-child .top-steps__wrap{padding-left:11px}.top-steps__wrap{display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;font-size:18px;font-weight:500;line-height:1.4}@media (min-width:1201px){.top-steps__wrap{font-size:.9375vw}}@media (max-width:1200px){.top-steps__wrap{font-size:16px}.top-steps__wrap img{width:34px;height:auto}}@media (max-width:768px){.top-steps__wrap{font-size:14px;line-height:1.4}.top-steps__wrap img{margin-bottom:8px}}@media (max-width:520px){.top-steps__wrap{font-size:12px}}.form{padding:40px 0 100px;position:relative;background-color:#08474a;color:#fff}@media (min-width:1921px){.form{padding:2.08333vw 0 5.20833vw}}@media (max-width:576px){.form{padding:20px 0 80px}}.form:before{content:"";background-color:#08474a;width:100%;height:120px;position:absolute;top:-80px;left:0;clip-path:polygon(0 50%,100% 0,100% 100%,0 100%);z-index:10}@media (min-width:1921px){.form:before{height:6.25vw;top:-4.16667vw}}@media (max-width:576px){.form:before{height:80px;top:-60px}}@media (min-width:1921px){.form__container{max-width:75vw;padding-left:1.04167vw;padding-right:1.04167vw}}@media (max-width:768px){.form-wrapper{text-align:center}}.form-bg{position:absolute;top:50%;transform:translateY(-65%);width:210px;height:210px;display:flex;align-items:center;justify-content:center;right:8%}@media (min-width:1921px){.form-bg{width:10.9375vw;height:10.9375vw}}.form-bg img{max-height:100%;max-width:100%}@media (min-width:1921px){.form-bg img{width:100%}}@media (max-width:1500px){.form-bg{right:4%}}@media (max-width:1400px){.form-bg{width:150px;height:150px}}@media (max-width:1200px){.form-bg{width:210px;height:210px;right:24%;top:62%;transform:none}}@media (max-width:991px){.form-bg{width:150px;height:150px;right:20%;top:66%}}@media (max-width:576px){.form-bg{bottom:0;left:0;right:unset;top:unset}}.form-inner{display:flex;align-items:center;flex-direction:row-reverse;justify-content:space-between;column-gap:20%;position:relative}.form-inner:after{content:"";width:1px;height:100%;background:#fff;opacity:.1;position:absolute;top:0;left:50%;transform:translateX(-50%)}@media (min-width:1921px){.form-inner:after{width:.05208vw}}@media (max-width:1500px){.form-inner{column-gap:10%}}@media (max-width:1280px){.form-inner{column-gap:4%}}@media (max-width:1200px){.form-inner{flex-direction:column-reverse}.form-inner:after{display:none}}.form-right{position:relative;margin-right:auto}@media (max-width:1200px){.form-right{width:100%;padding-right:48%}}@media (max-width:576px){.form-right{padding:0}}.form-info{color:#fff;font-size:20px;margin:38px 0;position:relative;padding:0 80px}@media (min-width:1921px){.form-info{font-size:1.04167vw;margin:1.97917vw 0;padding:0 4.16667vw}}@media (max-width:768px){.form-info{margin:22px 0;padding:0 40px;font-size:20px}}.form-info:before{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%)}@media (max-width:768px){.form-info:before{background-size:contain;background-repeat:no-repeat;background-position:50%}}.form-info__phone:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M12.348 14.767s1.62-.928 2.044-1.15c.423-.224.86-.28 1.127-.118.402.246 3.785 2.496 4.07 2.696.285.2.422.77.03 1.328-.39.558-2.19 2.766-2.951 2.742-.764-.024-3.939-.094-9.926-6.082C.757 8.196.686 5.02.662 4.257c-.025-.763 2.183-2.563 2.741-2.953.56-.39 1.13-.243 1.329.031.225.312 2.45 3.684 2.694 4.07.168.264.106.705-.117 1.128-.223.424-1.15 2.044-1.15 2.044S6.813 9.69 9.023 11.9s3.325 2.866 3.325 2.866z' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.26 .666)' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");width:24px;height:35px;background-repeat:no-repeat;background-size:contain}@media (min-width:1921px){.form-info__phone:before{width:1.25vw;height:1.82292vw}}@media (max-width:768px){.form-info__phone:before{width:25px;height:25px}}.form-info__email:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='20' viewBox='0 0 28 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.587 5.324l-.807-.808-7.48 7.48c-.934.934-2.506.934-3.441 0l-7.48-7.437-.807.807 5.567 5.567L3.572 16.5l.808.807 5.566-5.567 1.105 1.105a3.542 3.542 0 0 0 2.508 1.062c.934 0 1.827-.382 2.507-1.062l1.105-1.105 5.566 5.567.808-.807-5.567-5.567 5.61-5.61z' fill='%23fff'/%3E%3Cpath d='M22.014 18.752H5.227a1.796 1.796 0 0 1-1.785-1.785V4.984c0-.978.808-1.785 1.785-1.785h16.785c.978 0 1.785.807 1.785 1.785v11.983c0 .977-.807 1.785-1.784 1.785zM5.186 4.346a.58.58 0 0 0-.595.595v11.983c0 .34.255.595.595.595H21.97c.34 0 .595-.255.595-.595V4.941a.58.58 0 0 0-.595-.595H5.186z' fill='%23fff'/%3E%3C/svg%3E");width:30px;height:23px;background-repeat:no-repeat;background-size:contain}@media (min-width:1921px){.form-info__email:before{width:1.5625vw;height:1.19792vw}}@media (max-width:768px){.form-info__email:before{width:25px;height:25px}}.form-info__address:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23fff'%3E%3Cpath d='M16.197 4.48C15.01 2.354 12.757.916 10.318.728 7.88.54 5.44 1.54 3.877 3.48A7.583 7.583 0 0 0 2.5 10.36C3 11.984 4 13.36 4.94 14.611l4.315 5.816c.125.188.313.25.5.25.188 0 .376-.125.5-.25 1.877-2.69 3.753-5.378 5.567-8.005l.125-.125c1.501-2.314 1.564-5.441.25-7.818zm-1.313 7.067l-.125.125c-1.689 2.44-3.377 4.816-5.003 7.255L6.003 13.8c-.875-1.188-1.814-2.44-2.251-3.878-.563-1.938-.125-4.127 1.125-5.69C6.003 2.79 7.88 1.915 9.756 1.915h.5c2.001.188 3.94 1.376 4.878 3.127 1.063 2.064 1 4.628-.25 6.504z'/%3E%3Cpath d='M9.693 5.606c-1.439 0-2.564 1.188-2.564 2.564 0 1.376 1.188 2.564 2.564 2.564 1.376 0 2.564-1.188 2.564-2.564 0-1.376-1.126-2.564-2.564-2.564zm0 3.94c-.75 0-1.313-.625-1.313-1.313 0-.75.625-1.314 1.313-1.314.75 0 1.313.626 1.313 1.314 0 .688-.563 1.313-1.313 1.313z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.248 .666)' d='M0 0h20.013v20.013H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");width:25px;height:32px;background-repeat:no-repeat;background-size:contain}@media (min-width:1921px){.form-info__address:before{width:1.30208vw;height:1.66667vw}}@media (max-width:768px){.form-info__address:before{width:25px;height:25px}}.form-info__mobile:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M18.148 20.129c.18.09.33.132.467.116.139-.017.253-.094.362-.219.212-.241.893-1.041 1.134-1.403.113-.174.22-.237.33-.25.117-.014.247.026.412.088.16.057.677.3 1.202.552.523.252 1.05.512 1.225.602l.166.08c.105.05.195.092.27.134.114.063.184.12.22.186h.002a.51.51 0 0 1 .039.19c.007.097.006.224-.006.372-.026.297-.099.68-.244 1.092-.141.402-.557.793-1.032 1.098-.474.304-.993.515-1.328.565-.561.084-1.06.104-1.698-.016-.64-.121-1.422-.384-2.551-.872-3.314-1.434-5.554-4.633-5.996-5.265a4.116 4.116 0 0 0-.069-.096l-.015-.02c-.107-.147-.449-.613-.771-1.249-.34-.67-.654-1.523-.654-2.387 0-1.614.79-2.462 1.161-2.86l.072-.077c.316-.34.686-.427.913-.427.24 0 .474 0 .678.013.029.002.057.002.085.002h.003l.089.001a.477.477 0 0 1 .18.042c.12.057.26.193.401.535.1.239.245.594.399.967l.228.555c.225.548.427 1.034.473 1.126.087.175.138.36.032.58-.3.596-.607.918-.828 1.15a9.71 9.71 0 0 0-.08.083c-.11.118-.197.222-.228.342-.033.123-.003.253.091.416.693 1.188 1.384 1.99 2.167 2.626.781.636 1.652 1.104 2.699 1.628zm0 0l.022-.045-.022.045zm5.833-.139c.087.149.087.863-.207 1.696-.294.837-1.712 1.592-2.4 1.696l2.607-3.392zm0 0c-.073-.132-.253-.217-.516-.342m.516.342l-.516-.342m0 0l-.163-.078.163.078z' fill='%23FFF' stroke='%23fff' stroke-width='.1'/%3E%3Cpath d='M22.382 3.432a14.302 14.302 0 0 1 4.612 3.1 14.423 14.423 0 0 1 3.1 4.612c.75 1.79 1.13 3.691 1.12 5.652-.01 1.95-.396 3.84-1.155 5.616a14.284 14.284 0 0 1-3.107 4.57 14.304 14.304 0 0 1-4.596 3.065 14.43 14.43 0 0 1-5.559 1.104h-.067a14.465 14.465 0 0 1-6.434-1.545l-.01-.005H5.36a1.436 1.436 0 0 1-1.436-1.436v-4.921l-.005-.01a14.464 14.464 0 0 1-1.545-6.435c-.01-1.95.363-3.846 1.104-5.63a14.289 14.289 0 0 1 3.064-4.596A14.386 14.386 0 0 1 16.73 2.312h.064c1.938 0 3.818.376 5.588 1.12zm2.913 21.875a12.019 12.019 0 0 0 3.57-8.52 12.017 12.017 0 0 0-3.531-8.589 11.987 11.987 0 0 0-3.86-2.594 12.007 12.007 0 0 0-4.677-.938h-.054a11.975 11.975 0 0 0-8.524 3.565 11.99 11.99 0 0 0-3.49 8.556c.01 1.955.497 3.898 1.411 5.614l.14.26v4.585h4.585l.26.14a12.108 12.108 0 0 0 5.614 1.41h.055c3.211 0 6.227-1.239 8.5-3.49z' fill='%23FFF' stroke='%23fff' stroke-width='.1'/%3E%3C/svg%3E");width:33px;height:33px;background-repeat:no-repeat;background-position:50%;background-size:24px}@media (min-width:1921px){.form-info__mobile:before{width:1.71875vw;height:1.71875vw;background-size:1.25vw}}@media (max-width:768px){.form-info__mobile:before{width:25px;height:25px}}.form-info__link{color:#fff;font-size:20px;text-decoration:none}@media (min-width:1921px){.form-info__link{font-size:1.04167vw}}@media (max-width:768px){.form-info__link{font-size:20px}}@media (min-width:1199px){.form-info__link--phone{pointer-events:none}}.form-working{padding:24px 21px;border-radius:11px;background-color:#08474a;color:#fff;max-width:320px}@media (min-width:1921px){.form-working{padding:1.25vw 1.09375vw;border-radius:.57292vw;max-width:16.66667vw}}.form-working__title{margin:0 0 18px;line-height:1;font-size:24px}@media (min-width:1921px){.form-working__title{margin:0 0 .9375vw;font-size:1.25vw}}.form-left{position:relative}@media (max-width:1200px){.form-left{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:32px}}.form-left p{font-size:24px;line-height:1.2;color:#fff;margin:12px 0 24px}@media (min-width:1921px){.form-left p{font-size:1.25vw;margin:.625vw 0 1.25vw}}@media (max-width:768px){.form-left p{font-size:20px;text-align:center}}.form-title{font-weight:900;font-size:60px;line-height:1.2;color:#fff;margin:0}@media (min-width:1921px){.form-title{font-size:3.125vw}}.form-title span{color:#00b073}@media (max-width:768px){.form-title{font-size:36px;margin:0 0 12px;text-align:center}}.form-subtitle{font-weight:400;font-size:20px;line-height:1.4;color:#fff;margin:0 0 16px;max-width:330px}@media (min-width:1921px){.form-subtitle{font-size:1.04167vw;margin:0 0 .83333vw;max-width:17.1875vw}}@media (max-width:1200px){.form-subtitle{text-align:center}}@media (max-width:768px){.form-subtitle{font-size:16px;margin-bottom:24px}}.form-btn-wrapper{display:flex;margin-top:24px;justify-content:flex-end}@media (min-width:1921px){.form-btn-wrapper{margin-top:1.25vw}}@media (max-width:1200px){.form-btn-wrapper{max-width:540px}}.form-item{margin-top:24px;display:block}@media (min-width:1921px){.form-item{margin-top:1.25vw}}.form .form-left p,.form .form-title,.form .wpcf7-form-input,.form .wpcf7-form-input::placeholder,.form .wpcf7-form-textarea,.form .wpcf7-form-textarea::placeholder{color:#fff}.faq{padding:80px 0 60px;background-color:#fff}@media screen and (min-width:1500px){.faq{padding:4.16667vw 0 3.125vw}}@media screen and (max-width:768px){.faq{padding:80px 0 54px}}.faq-title{font-weight:700;font-size:70px;line-height:1;margin:0 0 8px;text-align:center;color:#08474a}@media screen and (min-width:1500px){.faq-title{font-size:3.64583vw;margin:0 0 .41667vw}}@media screen and (max-width:768px){.faq-title{font-size:36px}}.faq-subtitle{font-weight:400;font-size:20px;line-height:1.4;text-align:center;color:#808285;margin:0 auto 78px;max-width:790px;display:block}@media screen and (min-width:1500px){.faq-subtitle{font-size:1.04167vw;margin:0 auto 4.0625vw;max-width:41.14583vw}}@media screen and (max-width:768px){.faq-subtitle{font-size:18px;margin-bottom:35px}}.faq-inner{position:relative;background-color:#fff}.faq-bg{position:absolute}@media screen and (max-width:1500px){.faq-bg{display:none}}.faq-bg-1{top:190px;left:auto;right:-115px;transform:scaleX(-1)}@media screen and (min-width:1500px){.faq-bg-1{top:9.89583vw;right:-5.98958vw}}.faq-bg-2{z-index:2;top:100px;right:auto;left:0;transform:scaleX(-1) translateX(50%)}@media screen and (min-width:1500px){.faq-bg-2{top:5.20833vw}}.faq .wp-video-shortcode{pointer-events:none}.banner{background-color:#e5e5e5;padding:200px 0 54px;position:relative;z-index:2}@media screen and (min-width:1500px){.banner{padding:10.41667vw 0 2.8125vw}}@media screen and (max-width:768px){.banner{padding:140px 0 66px}}.banner__bg{display:none;position:absolute;bottom:-30px;left:12px}@media screen and (min-width:1500px){.banner__bg{bottom:-1.5625vw;left:.625vw}}@media screen and (max-width:768px){.banner__bg{display:block}}.banner-inner{display:flex;align-items:center;color:#08474a;gap:130px}@media screen and (min-width:1500px){.banner-inner{gap:6.77083vw}}@media screen and (max-width:1200px){.banner-inner{gap:36px;flex-direction:column}}.banner-content{width:50%}@media screen and (max-width:1200px){.banner-content{width:100%;padding:0 22px}}.banner-content__title{font-size:70px;line-height:70px;font-weight:700;color:#00b073;margin:0 0 60px}@media screen and (min-width:1500px){.banner-content__title{font-size:3.64583vw;margin:0 0 3.125vw}}@media screen and (max-width:768px){.banner-content__title{font-size:52px;line-height:1.2;margin-bottom:15px}}.banner-content__description iframe{max-width:100%}.banner-image{width:50%}@media screen and (max-width:1200px){.banner-image{width:100%;text-align:center}}.banner-content__subtitle{font-size:34px;line-height:68px;font-weight:700;margin:0 0 34px}@media screen and (min-width:1500px){.banner-content__subtitle{font-size:1.77083vw;margin:0 0 1.77083vw}}@media screen and (max-width:768px){.banner-content__subtitle{font-size:22px;line-height:1.2;margin-bottom:15px}}.info-tabs{padding:280px 0 100px;background-color:#fff;position:relative;overflow:hidden}@media screen and (min-width:1500px){.info-tabs{padding:14.583vw 0 5.208vw}}@media screen and (max-width:1200px){.info-tabs{padding:120px 0}}@media screen and (max-width:768px){.info-tabs{padding:80px 0 130px}}.info-tabs:before{content:"";position:absolute;top:220px;right:80px;left:unset;width:1340px;height:470px;max-width:100%;background:url("/wp-content/themes/avia2000/dist/images/info-bg.svg") no-repeat 50%/calc(100% - 120px),#f4f4f4;padding:60px;border-radius:40px;z-index:0}@media screen and (min-width:1500px){.info-tabs:before{top:11.458vw;right:4.167vw;left:unset;width:69.79167vw;height:24.479vw;padding:3.125vw;border-radius:2.083vw}}@media screen and (max-width:1200px){.info-tabs:before{display:none}}.info-tabs-bg{position:absolute;z-index:2}.info-tabs-bg-1{top:76px;left:0}@media screen and (min-width:1500px){.info-tabs-bg-1{top:3.9583vw}}@media screen and (max-width:1200px){.info-tabs-bg-1{top:auto;bottom:-40px;left:auto;right:-8px;width:86px}}.info-tabs-bg-2{bottom:0;left:370px;transform:translateY(50%);z-index:0}@media screen and (min-width:1500px){.info-tabs-bg-2{left:19.27vw}}@media screen and (max-width:1200px){.info-tabs-bg-2{display:none}}.info-tabs-bg-3{right:-30px;top:380px}@media screen and (min-width:1500px){.info-tabs-bg-3{right:-1.5625vw;top:19.79vw}}@media screen and (max-width:1200px){.info-tabs-bg-3{right:0;width:24px;top:72px}}.info-tabs-inner{z-index:1;position:relative}.info-tabs-header{display:flex;gap:60px}@media screen and (min-width:1500px){.info-tabs-header{right:-1.5625vw;top:19.79vw}}@media screen and (max-width:1200px){.info-tabs-header{flex-direction:column;align-items:center;text-align:center;gap:0}}.info-tabs-header__title{font-weight:700;font-size:78px;line-height:1;color:#08474a;margin:0;max-width:470px}@media screen and (min-width:1500px){.info-tabs-header__title{font-size:4.0625vw;max-width:24.479vw}}@media screen and (max-width:1200px){.info-tabs-header__title{font-size:36px;margin:0 0 36px}}.info-tabs-header__subtitle{font-size:30px;line-height:1.2;color:#000;margin:0;width:50%;font-weight:400;padding:22px 0}@media screen and (min-width:1500px){.info-tabs-header__subtitle{font-size:1.5625vw;padding:1.14583vw 0}}@media screen and (max-width:1200px){.info-tabs-header__subtitle{font-size:20px;margin:0 0 160px}}@media screen and (max-width:768px){.info-tabs-header__subtitle{width:auto;padding:0}}.info-tabs-content{display:flex;padding-left:430px;padding-right:0}@media screen and (min-width:1500px){.info-tabs-content{padding-left:22.39583vw;padding-right:0}}@media screen and (max-width:1400px){.info-tabs-content{padding-left:0;padding-right:0}}@media screen and (max-width:1200px){.info-tabs-content{flex-direction:column;align-items:center;gap:80px;padding:0 16%;position:relative}}@media screen and (max-width:525px){.info-tabs-content{padding:0 18px}}.info-tabs-content:before{content:"";position:absolute;top:-80px;bottom:-80px;left:-12px;right:-12px;background:url("/wp-content/themes/avia2000/dist/images/info-bg-mobile.svg") no-repeat 50%/cover,#f4f4f4;border-radius:40px;z-index:-2;display:none}@media screen and (min-width:1500px){.info-tabs-content:before{top:-4.166vw;bottom:-4.166vw;left:-.625vw;right:-.625vw;border-radius:2.0833vw}}@media screen and (max-width:1200px){.info-tabs-content:before{display:block}}.info-tabs-item{padding:40px 20px 34px;background:transparent;border-radius:30px;color:#08474a;text-align:center;transition:.2s ease;position:relative;cursor:pointer;width:25%}@media screen and (min-width:1500px){.info-tabs-item{padding:2.0833vw 1.04167vw 1.7708vw;border-radius:1.5625vw}}@media screen and (max-width:1200px){.info-tabs-item{background-color:#fff;box-shadow:0 29px 53px rgba(0,0,0,.08);width:100%}}@media screen and (max-width:768px){.info-tabs-item{padding:38px 28px}}.info-tabs-item:before{content:"";position:absolute;top:-2px;right:-2px;background:linear-gradient(45deg,#fff,#fff 60%,#00b073);width:calc(100% + 4px);height:calc(100% + 4px);border-radius:32px;z-index:-1;opacity:0}@media screen and (min-width:1500px){.info-tabs-item:before{border-radius:1.667vw}}@media screen and (max-width:1200px){.info-tabs-item:before{opacity:1}}.info-tabs-item__image{display:flex;align-items:center;justify-content:center;min-height:90px;margin-bottom:10px}@media screen and (min-width:1500px){.info-tabs-item__image{min-height:4.6875vw;margin-bottom:.5208vw}}.info-tabs-item__title{font-size:24px;margin:0 0 10px;font-weight:400}@media screen and (min-width:1500px){.info-tabs-item__title{font-size:1.25vw;margin:0 0 .5208vw}}@media screen and (max-width:1200px){.info-tabs-item__title{text-shadow:1px 0 #08474a}}.info-tabs-item__description{font-size:14px;line-height:1.2;padding:0 20px;opacity:0}@media screen and (min-width:1500px){.info-tabs-item__description{font-size:.729vw;padding:0 1.04167vw}}@media screen and (max-width:1200px){.info-tabs-item__description{opacity:1}}.info-tabs-item.active{background-color:#fff;box-shadow:0 29px 53px rgba(0,0,0,.08)}.info-tabs-item.active .info-tabs-item__title{font-weight:700}.info-tabs-item.active .info-tabs-item__description,.info-tabs-item.active:before{opacity:1}.info-tabs-home{position:relative;z-index:1}.info-tabs-home+div,.info-tabs-home+section{margin-top:-100px}@media (min-width:1921px){.info-tabs-home+div,.info-tabs-home+section{margin-top:-5.20833vw}}@media (min-width:1921px){.info-tabs-home__container{max-width:75vw;padding-left:1.04167vw;padding-right:1.04167vw}}@media (max-width:1200px){.info-tabs-home__container{padding-left:0;padding-right:0}}.info-tabs-home__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.3);z-index:12;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s}.info-tabs-home__overlay.opened{opacity:1;visibility:visible;pointer-events:auto}.info-tabs-home__inner{padding:20px 15px;cursor:pointer}@media (min-width:1921px){.info-tabs-home__inner{padding:1.04167vw .78125vw}}@media (max-width:1200px){.info-tabs-home__inner{padding:20px 12px}}.info-tabs-home__inner.active .info-tabs-home__item{opacity:1;background:#fff;box-shadow:none}@media (max-width:1200px){.info-tabs-home__inner.active .info-tabs-home__item{box-shadow:0 8px 23px 0 rgba(0,0,0,.12)}}.info-tabs-home__inner.active .info-tabs-home__item:before{opacity:1}.info-tabs-home__inner.active .info-tabs-home__title{font-weight:700}.info-tabs-home__item{padding:20px 16px;opacity:.5;display:flex;flex-direction:column;align-items:center;border-radius:12px;background:transparent;min-height:180px;transition:all .3s;position:relative}@media (min-width:1921px){.info-tabs-home__item{padding:1.04167vw .83333vw;border-radius:.625vw;min-height:9.375vw}}.info-tabs-home__item:before{content:"";position:absolute;top:-2px;right:-2px;background:linear-gradient(30deg,#fff,#fff 50%,#00b073);width:calc(100% + 4px);height:calc(100% + 4px);border-radius:13px;z-index:-1;opacity:0;transition:all .3s}@media (min-width:1921px){.info-tabs-home__item:before{border-radius:.67708vw}}.info-tabs-home__item:hover{box-shadow:0 8px 23px 0 rgba(0,0,0,.12);opacity:1;background:#fff}@media (min-width:1921px){.info-tabs-home__item:hover{box-shadow:0 .41667vw 1.19792vw 0 rgba(0,0,0,.12)}}.info-tabs-home__img{display:flex;align-items:center;justify-content:center;width:70px;height:70px}@media (min-width:1921px){.info-tabs-home__img{width:3.64583vw;height:3.64583vw}.info-tabs-home__img img{width:100%}}.info-tabs-home__img img{max-width:100%;max-height:100%;object-fit:contain}.info-tabs-home__title{text-align:center;color:#000;font-size:24px;line-height:28px;margin:0 -12px;font-weight:400;padding:20px 0 0;transition:all .3s}@media (min-width:1921px){.info-tabs-home__title{font-size:1.25vw;line-height:1.45833vw;padding:1.04167vw 0 0}}@media (max-width:1200px){.info-tabs-home__title{font-weight:700;font-size:18px;margin:0}}.info-tabs-home__descr{color:#000;text-align:center;font-size:14px;margin:0;line-height:1.1;overflow:hidden;max-height:0;transition:all .3s}@media (min-width:1921px){.info-tabs-home__descr{font-size:.72917vw}}.info-tabs-home__descr p{margin:0;padding:20px 0 0}.info-tabs-home .glide__track{padding:30px 0 140px;cursor:auto}@media (min-width:1921px){.info-tabs-home .glide__track{padding:1.5625vw 0 7.29167vw}}@media (max-width:991px){.info-tabs-home .glide__track{padding:10px 0 100px}}.info-tabs-home .glide__slides{overflow:unset!important}.info-tabs-home .glide__slide{height:auto!important}.home-video-block{padding:60px 0 120px;background:#f4f4f4;position:relative}@media (min-width:1921px){.home-video-block{padding:3.125vw 0 6.25vw}}@media (max-width:1200px){.home-video-block{padding:120px 0}}@media (max-width:576px){.home-video-block{padding:100px 0 120px}}.home-video-block__bg{display:flex;align-items:center;justify-content:center;width:170px;height:70px;position:absolute;right:12%;top:50px;z-index:11}@media (min-width:1921px){.home-video-block__bg{width:8.85417vw;height:3.64583vw;top:2.60417vw}.home-video-block__bg img{width:100%}}.home-video-block__bg img{max-width:100%;max-height:100%;object-fit:contain}@media (max-width:1200px){.home-video-block__bg{width:90px;height:40px;right:75%;top:unset;bottom:70px}}@media (min-width:1921px){.home-video-block__container{max-width:75vw;padding-left:1.04167vw;padding-right:1.04167vw}}.home-video-block__wrapper{max-width:800px;margin:0 auto}@media (min-width:1921px){.home-video-block__wrapper{max-width:41.66667vw}}@media (max-width:576px){.home-video-block__wrapper{margin:0 -20px}}.home-video-block__title{font-weight:400;font-size:60px;line-height:1;text-align:center;color:#000;margin:0 0 24px}@media (min-width:1921px){.home-video-block__title{font-size:3.125vw;margin:0 0 1.25vw}}.home-video-block__title span{font-weight:700;color:#0a8064}@media (max-width:1200px){.home-video-block__title{font-size:48px}}@media (max-width:576px){.home-video-block__title{font-size:32px}}.home-video-block__subtitle{margin:0 auto 64px;font-weight:400;font-size:24px;line-height:1.1;text-align:center;color:#000;opacity:.5;max-width:520px}@media (min-width:1921px){.home-video-block__subtitle{margin:0 auto 3.33333vw;font-size:1.25vw;max-width:27.08333vw}}@media (max-width:1200px){.home-video-block__subtitle{margin:0 auto 32px;font-size:18px}}@media (max-width:576px){.home-video-block__subtitle{margin:0 auto 24px;font-size:14px}}.home-video-block__video{width:100%;margin:0 auto 64px}@media (min-width:1921px){.home-video-block__video{margin:0 auto 3.33333vw}}.home-video-block__video .lyte-wrapper{margin:0!important;width:100%!important}.home-video-block__video .lyte-wrapper>div.lyte{padding-bottom:50%}.home-video-block__link{font-size:24px;font-weight:400;display:flex;align-items:center;justify-content:center;color:#000}@media (min-width:1921px){.home-video-block__link{font-size:1.25vw}}@media (max-width:768px){.home-video-block__link{font-size:16px}}.home-video-block__link a{color:#0a8064;padding-right:8px;font-weight:600}.home-video-block__link a:hover{text-decoration:none}@media (min-width:1921px){.home-video-block__link a{padding-right:.41667vw}}.home-video-block__link p{margin:0}.formula .home-video-block{background:#fff;padding:90px 0 120px}@media (min-width:1921px){.formula .home-video-block{padding:4.6875vw 0 6.25vw}}.storage{background-color:#f4f4f4;padding:40px 0 110px;position:relative}@media (min-width:1921px){.storage{padding:2.08333vw 0 5.72917vw}}.storage:before{content:"";background-color:#f4f4f4;width:100%;height:120px;position:absolute;top:-100px;right:0;clip-path:polygon(0 50%,100% 0,100% 100%,0 100%);transform:scaleX(-1);z-index:10}@media (min-width:1921px){.storage:before{height:6.25vw;top:-5.20833vw}}@media (max-width:576px){.storage:before{height:80px;top:-80px}}.storage-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.3);z-index:12;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s}.storage-overlay.opened{opacity:1;visibility:visible;pointer-events:auto}.storage-bg{display:flex;align-items:center;justify-content:center;width:170px;height:170px;position:absolute;right:80%;top:30px;z-index:11}.storage-bg img{max-width:100%;max-height:100%;object-fit:contain}@media (min-width:1921px){.storage-bg{width:8.85417vw;height:8.85417vw;top:1.5625vw}.storage-bg img{width:100%}}@media (max-width:1200px){.storage-bg{width:70px;height:70px;right:16px;transform:rotate(180deg);top:-40px}}.storage-container{max-width:1770px;padding:0 16px}@media (min-width:1921px){.storage-container{max-width:92.1875vw;padding:0 .83333vw}}@media (max-width:1200px){.storage-container{padding:0 12px}}.storage-title{font-weight:400;font-size:60px;line-height:1;text-align:center;color:#000;margin:0 0 24px}.storage-title span{font-weight:700;color:#0a8064}@media (min-width:1921px){.storage-title{font-size:3.125vw;margin:0 0 1.25vw}}@media (max-width:1200px){.storage-title{font-size:48px}}@media (max-width:576px){.storage-title{font-size:32px}}.storage-subtitle{margin:0 auto 96px;font-weight:400;font-size:20px;line-height:1.1;text-align:center;color:#000;opacity:.5;max-width:520px}@media (min-width:1921px){.storage-subtitle{font-size:1.04167vw;margin:0 auto 5vw;max-width:27.08333vw}}@media (max-width:1200px){.storage-subtitle{margin:0 auto 48px;font-size:16px}}@media (max-width:576px){.storage-subtitle{margin:0 auto 32px;font-size:14px}}.storage-wrapper{display:flex;flex-direction:row-reverse;gap:28px;justify-content:center}@media (min-width:1921px){.storage-wrapper{gap:1.45833vw}}@media (max-width:1200px){.storage-wrapper{flex-wrap:wrap}}@media (max-width:991px){.storage-wrapper{gap:12px}}.storage-item{position:relative;flex:0 1 25%}@media (max-width:1200px){.storage-item{flex:0 1 35%}}@media (max-width:991px){.storage-item{flex:0 1 45%}}@media (max-width:768px){.storage-item{flex:1 1 calc(50% - 6px)}}.storage-item__inner{height:0;padding-bottom:80%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width:1200px){.storage-item__inner{height:auto;min-height:100%;padding:0}}.storage-item_box-4 .back,.storage-item_box-4 .front{background:#fcc942}.storage-item_box-4 .storage-item__subtitle,.storage-item_box-4 .storage-item__title span:first-child{color:#08474a}.storage-item_box-4 .storage-item__subtitle span{max-width:240px}@media (min-width:1921px){.storage-item_box-4 .storage-item__subtitle span{max-width:12.5vw}}@media (max-width:576px){.storage-item_box-4 .storage-item__subtitle span{max-width:100px}}.storage-item_box-3 .back,.storage-item_box-3 .front,.storage-item_box-4 .storage-item__btn{background:#08474a}.storage-item_box-3 .storage-item__title span:first-child{color:#42e587}.storage-item_box-3 .storage-item__subtitle{color:#fff}.storage-item_box-3 .storage-item__subtitle span{max-width:200px}@media (min-width:1921px){.storage-item_box-3 .storage-item__subtitle span{max-width:10.41667vw}}@media (max-width:576px){.storage-item_box-3 .storage-item__subtitle span{max-width:100px}}.storage-item_box-3 .storage-item__description{color:#fff}.storage-item_box-3 .storage-item__btn{background:#42e587}.storage-item_box-2 .back,.storage-item_box-2 .front{background:#0a8064}.storage-item_box-2 .storage-item__title span:first-child{color:#bfd44a}.storage-item_box-2 .storage-item__subtitle{color:#fff}.storage-item_box-2 .storage-item__subtitle span{max-width:240px}@media (min-width:1921px){.storage-item_box-2 .storage-item__subtitle span{max-width:12.5vw}}@media (max-width:576px){.storage-item_box-2 .storage-item__subtitle span{max-width:140px}}.storage-item_box-2 .storage-item__description{color:#fff}.storage-item_box-1 .back,.storage-item_box-1 .front,.storage-item_box-2 .storage-item__btn{background:#bfd44a}.storage-item_box-1 .storage-item__subtitle,.storage-item_box-1 .storage-item__title span:first-child{color:#08474a}.storage-item_box-1 .storage-item__subtitle span{max-width:250px}@media (min-width:1921px){.storage-item_box-1 .storage-item__subtitle span{max-width:13.02083vw}}@media (max-width:576px){.storage-item_box-1 .storage-item__subtitle span{max-width:100px}}.storage-item_box-1 .storage-item__btn{background:#0a8064}.storage-item__title{font-size:44px;color:#fff;text-transform:uppercase;text-align:center;font-weight:600;line-height:1;margin:0}@media (min-width:1921px){.storage-item__title{font-size:2.29167vw}}@media (max-width:1700px){.storage-item__title{font-size:36px}}@media (max-width:1440px){.storage-item__title{font-size:32px}}@media (max-width:1200px){.storage-item__title{font-size:36px}}.storage-item__subtitle{text-align:center;font-weight:600;font-size:40px;line-height:1;position:relative;margin:24px 0 0;width:100%;display:flex;justify-content:center}@media (min-width:1921px){.storage-item__subtitle{font-size:2.08333vw;margin:1.25vw 0 0}}@media (max-width:1700px){.storage-item__subtitle{font-size:32px}}@media (max-width:1440px){.storage-item__subtitle{font-size:28px}}@media (max-width:576px){.storage-item__subtitle{font-size:16px}}.storage-item__subtitle_back.storage-item__subtitle{font-size:20px}@media (min-width:1921px){.storage-item__subtitle_back.storage-item__subtitle{font-size:1.04167vw}}.storage-item__subtitle_back.storage-item__subtitle span{max-width:100%}.storage-item__subtitle_back.storage-item__subtitle:before{width:60%}@media (min-width:1201px){.storage-item__subtitle_back.storage-item__subtitle{display:none}}.storage-item__subtitle:before{content:"";height:2px;width:80%;background:#fff;position:absolute;top:-12px;left:50%;transform:translateX(-50%)}@media (min-width:1921px){.storage-item__subtitle:before{height:.10417vw;top:-.625vw}}@media (max-width:576px){.storage-item__subtitle:before{width:40%}}.storage-item__description{font-weight:400;font-size:24px;line-height:1.3;text-align:center;margin:12px 0 0}@media (min-width:1921px){.storage-item__description{font-size:1.25vw;margin:.625vw 0 0}}@media (max-width:1700px){.storage-item__description{font-size:20px}}@media (max-width:1440px){.storage-item__description{font-size:16px}}@media (max-width:1200px){.storage-item__description{margin:10px 0 0}}@media (max-width:576px){.storage-item__description{font-size:14px}}.storage-item__back,.storage-item__front{backface-visibility:hidden;transition:all .5s;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width:1200px){.storage-item__back,.storage-item__front{backface-visibility:visible}}.storage-item__front{transform:rotateY(0);pointer-events:auto}@media (max-width:1200px){.storage-item__front{position:static;transform:none;padding:40px 0;cursor:pointer;flex:auto}}@media (max-width:576px){.storage-item__front{position:static;transform:none;padding:20px}}.storage-item__front .storage-item__title{display:flex;flex-direction:column;align-items:center}.storage-item__front .storage-item__title span:first-child{font-size:56px}@media (min-width:1921px){.storage-item__front .storage-item__title span:first-child{font-size:2.91667vw}}@media (max-width:1700px){.storage-item__front .storage-item__title span:first-child{font-size:48px}}@media (max-width:1440px){.storage-item__front .storage-item__title span:first-child{font-size:40px}}@media (max-width:576px){.storage-item__front .storage-item__title span:first-child{font-size:22px}}.storage-item__front .storage-item__title span:last-child{font-size:76px}@media (min-width:1921px){.storage-item__front .storage-item__title span:last-child{font-size:3.95833vw}}@media (max-width:1700px){.storage-item__front .storage-item__title span:last-child{font-size:60px}}@media (max-width:1440px){.storage-item__front .storage-item__title span:last-child{font-size:48px}}@media (max-width:576px){.storage-item__front .storage-item__title span:last-child{font-size:22px}}.storage-item__back{transform:rotateY(180deg);pointer-events:none;padding:32px 28px;justify-content:flex-end;overflow:hidden;width:100%;height:100%}@media (min-width:1921px){.storage-item__back{padding:1.66667vw 1.45833vw}}@media (max-width:1440px){.storage-item__back{padding:24px 16px}}@media (max-width:1200px){.storage-item__back{pointer-events:auto;justify-content:center;position:fixed;bottom:-1px;top:unset;left:50%;height:auto;width:760px;overflow:unset;transform:translate(-50%,100%);padding:32px 54px;z-index:12;box-shadow:0 -3px 15px rgba(0,0,0,.25);border-radius:40px 40px 0 0}.storage-item__back.opened{transform:translate(-50%)}}@media (max-width:768px){.storage-item__back{width:100%}}.storage-item__btn{position:absolute;top:0;right:0;width:100px;height:100px;border-radius:0 0 0 100%;display:flex;align-items:center;justify-content:center}@media (min-width:1921px){.storage-item__btn{width:5.20833vw;height:5.20833vw}}@media (max-width:1700px){.storage-item__btn{width:80px;height:80px}}@media (max-width:1440px){.storage-item__btn{width:60px;height:60px}}@media (max-width:1200px){.storage-item__btn{position:static;border-radius:100%;width:52px;height:52px;margin:16px auto 0}}.storage-item__btn svg{width:40px;height:40px;transform:rotate(-45deg) translateX(15px)}@media (min-width:1921px){.storage-item__btn svg{width:2.08333vw;height:2.08333vw}}@media (max-width:1700px){.storage-item__btn svg{width:32px;height:32px;transform:rotate(-45deg) translateX(10px)}}@media (max-width:1440px){.storage-item__btn svg{width:24px;height:24px;transform:rotate(-45deg) translateX(6px)}}@media (max-width:1200px){.storage-item__btn svg{transform:none}}.storage-item__close{display:none;width:32px;height:32px;border-radius:100%;background:hsla(0,0%,100%,.6);align-items:center;justify-content:center;position:absolute;right:12px;top:24px;cursor:pointer;border:none}@media (min-width:1921px){.storage-item__close{width:1.66667vw;height:1.66667vw;right:.625vw;top:1.25vw}}@media (max-width:1200px){.storage-item__close{display:flex}}.storage-item__close svg{pointer-events:none;max-width:100%;max-height:100%}@media (min-width:1201px){.storage-item:hover .front{pointer-events:none;transform:rotateY(180deg)}.storage-item:hover .back{pointer-events:auto;transform:rotateY(0);box-shadow:-10px 10px 18px 0 rgba(0,0,0,.14)}}.home-counter{background:#08474a;padding:40px 0 60px;position:relative}@media (min-width:1921px){.home-counter{padding:2.08333vw 0 3.125vw}}@media (max-width:1200px){.home-counter{padding:40px 0 20px}}.home-counter:after,.home-counter:before{content:"";background-color:#08474a;width:100%;height:120px;position:absolute;top:-80px;left:0;clip-path:polygon(0 50%,100% 0,100% 100%,0 100%);z-index:10}@media (min-width:1921px){.home-counter:after,.home-counter:before{height:6.25vw;top:-4.16667vw}}@media (max-width:576px){.home-counter:after,.home-counter:before{height:80px;top:-60px}}.home-counter:after{top:unset;bottom:-80px;transform:rotate(180deg)}@media (min-width:1921px){.home-counter:after{bottom:-4.16667vw}}@media (max-width:576px){.home-counter:after{top:unset;bottom:-60px}}@media (min-width:1921px){.home-counter__container{max-width:75vw;padding-left:1.04167vw;padding-right:1.04167vw}}.home-counter__title{font-weight:400;font-size:60px;line-height:1;text-align:center;color:#fff;margin:0 0 120px}@media (min-width:1921px){.home-counter__title{font-size:3.125vw;margin:0 0 6.25vw}}.home-counter__title span{display:block;font-weight:700;color:#fcc942}@media (max-width:1200px){.home-counter__title{font-size:48px;margin-bottom:60px}}@media (max-width:576px){.home-counter__title{font-size:32px;margin-bottom:32px}}.home-counter__wrapper{display:flex;justify-content:center;align-items:center;max-width:1280px;margin:0 auto}@media (min-width:1921px){.home-counter__wrapper{max-width:66.66667vw}}@media (max-width:1200px){.home-counter__wrapper{flex-direction:column}}.home-counter__item{flex:0 0 33.333%;display:flex;flex-direction:column;justify-content:center;position:relative;padding:32px 8px}@media (min-width:1921px){.home-counter__item{padding:1.66667vw .41667vw}}@media (max-width:1200px){.home-counter__item{flex:1 1 100%;width:100%;margin:32px 0;padding:16px 0}}@media (max-width:576px){.home-counter__item{margin:16px 0}}.home-counter__item:nth-child(2):after,.home-counter__item:nth-child(2):before{content:"";opacity:.2;background:#fff;width:2px;height:90%;position:absolute;bottom:0}@media (min-width:1921px){.home-counter__item:nth-child(2):after,.home-counter__item:nth-child(2):before{width:.10417vw}}@media (max-width:1200px){.home-counter__item:nth-child(2):after,.home-counter__item:nth-child(2):before{width:210px;height:2px}}.home-counter__item:nth-child(2):after{left:0}@media (max-width:1200px){.home-counter__item:nth-child(2):after{top:-32px;bottom:unset;left:50%;transform:translateX(-50%)}}@media (max-width:576px){.home-counter__item:nth-child(2):after{top:-16px}}.home-counter__item:nth-child(2):before{right:0}@media (max-width:1200px){.home-counter__item:nth-child(2):before{bottom:-32px;left:50%;right:unset;transform:translateX(-50%)}}@media (max-width:576px){.home-counter__item:nth-child(2):before{bottom:-16px}}.home-counter__value{font-weight:700;color:#fcc942;text-align:center;font-size:100px;line-height:1;position:relative;z-index:1}@media (min-width:1921px){.home-counter__value{font-size:5.20833vw}}@media (max-width:1200px){.home-counter__value{font-size:80px}}@media (max-width:768px){.home-counter__value{font-size:64px}}.home-counter__text{color:#fff;font-size:26px;line-height:1.4;text-align:center;position:relative;z-index:1}@media (min-width:1921px){.home-counter__text{font-size:1.35417vw}}@media (max-width:1200px){.home-counter__text{font-size:20px}}@media (max-width:768px){.home-counter__text{font-size:16px}}.home-counter__img{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:0}.home-counter__img img{max-width:100%;max-height:100%;object-fit:contain}.statistic{background-color:#fff;padding:166px 95px 100px;position:relative}@media screen and (min-width:1500px){.statistic{padding:8.6458vw 4.9479vw 5.208vw}}@media screen and (max-width:1300px){.statistic{padding:166px 60px 100px}}@media screen and (max-width:768px){.statistic{padding:80px 0}}.statistic-bg--mobile{position:absolute;display:none;top:585px;right:-46px;z-index:2}@media screen and (max-width:768px){.statistic-bg--mobile{display:block}}.statistic-inner{display:flex;justify-content:space-between}@media screen and (max-width:1400px){.statistic-inner{flex-direction:column}}.statistic-content{padding:300px 95px 0;width:50%}@media screen and (min-width:1500px){.statistic-content{padding:15.625vw 4.9479vw 0}}@media screen and (max-width:1400px){.statistic-content{width:100%;padding:0 0 80px}}@media screen and (max-width:768px){.statistic-content{padding:0 10px 100px}}.statistic-title{font-weight:700;font-size:60px;line-height:1.2;color:#08474a;margin:0 0 20px}@media screen and (min-width:1500px){.statistic-title{font-size:3.125vw;margin:0 0 1.04167vw}}@media screen and (max-width:1400px){.statistic-title{text-align:center}}@media screen and (max-width:768px){.statistic-title{font-size:36px;margin-bottom:12px}}.statistic-subtitle{font-weight:400;font-size:30px;line-height:1.4;color:#000;max-width:700px;margin:0 0 24px}@media screen and (min-width:1500px){.statistic-subtitle{font-size:1.5625vw;margin:0 0 1.25vw}}@media screen and (max-width:1400px){.statistic-subtitle{text-align:center;margin:0 auto 24px}}@media screen and (max-width:768px){.statistic-subtitle{font-size:20px;margin-bottom:54px}}.statistic-info{display:flex;gap:20%}@media screen and (max-width:940px){.statistic-info{gap:116px;flex-direction:column;text-align:center;align-items:center}}.statistic-info__item{display:flex;flex-direction:column;align-items:center;color:#08474a;position:relative;width:24%}.statistic-info__item--value{font-weight:700;font-size:62px;line-height:1.4}@media screen and (min-width:1500px){.statistic-info__item--value{font-size:3.2292vw}}@media screen and (max-width:768px){.statistic-info__item--value{font-size:45px}}.statistic-info__item--text{font-weight:400;font-size:24px;line-height:1.2}@media screen and (min-width:1500px){.statistic-info__item--text{font-size:1.25vw}}@media screen and (max-width:940px){.statistic-info__item--text{white-space:nowrap}}@media screen and (max-width:768px){.statistic-info__item--text{font-size:27px}}.statistic-info__item:nth-child(2) .statistic-info__item--value{color:#00b073;width:144px;text-align:center}.statistic-info__item:not(:last-child):before{content:"";position:absolute;width:34px;height:33px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='33' viewBox='0 0 34 33' fill='none'%3E%3Cpath d='M28.788 23.163a4.85 4.85 0 0 0-4.47 2.99 4.825 4.825 0 0 0 1.054 5.265 4.846 4.846 0 0 0 5.278 1.045 4.827 4.827 0 0 0 1.566-7.885 4.853 4.853 0 0 0-3.428-1.415z' fill='%2308474A'/%3E%3Cpath d='M28.788 11.814a4.836 4.836 0 0 0-4.743 5.783 4.83 4.83 0 0 0 1.329 2.473 4.847 4.847 0 0 0 8.264-3.427 4.834 4.834 0 0 0-1.422-3.419 4.853 4.853 0 0 0-3.428-1.415' fill='%2301AF74'/%3E%3Cpath d='M28.788.464a4.85 4.85 0 0 0-4.47 2.99 4.825 4.825 0 0 0 1.054 5.265 4.846 4.846 0 0 0 5.278 1.045 4.827 4.827 0 0 0 1.566-7.885A4.853 4.853 0 0 0 28.788.464zM16.922 23.163a4.85 4.85 0 0 0-4.468 2.99 4.825 4.825 0 0 0 1.056 5.266 4.847 4.847 0 0 0 5.277 1.043 4.842 4.842 0 0 0 2.172-1.78 4.827 4.827 0 0 0-2.18-7.152 4.857 4.857 0 0 0-1.857-.367zM16.923 11.814a4.85 4.85 0 0 0-4.47 2.99 4.824 4.824 0 0 0 1.056 5.266 4.847 4.847 0 0 0 8.264-3.427 4.833 4.833 0 0 0-1.424-3.416 4.852 4.852 0 0 0-3.426-1.413zM16.922.464a4.85 4.85 0 0 0-4.468 2.99A4.825 4.825 0 0 0 13.51 8.72a4.847 4.847 0 0 0 8.265-3.422A4.832 4.832 0 0 0 18.778.831a4.856 4.856 0 0 0-1.855-.367z' fill='%2308474A'/%3E%3Cpath d='M5.12 23.163a4.85 4.85 0 0 0-4.471 2.99 4.825 4.825 0 0 0 1.054 5.265 4.847 4.847 0 0 0 5.278 1.045 4.827 4.827 0 0 0 1.566-7.885 4.853 4.853 0 0 0-3.428-1.415z' fill='%23FCBD00'/%3E%3Cpath d='M5.12 11.814a4.85 4.85 0 0 0-4.471 2.99 4.825 4.825 0 0 0 1.056 5.266 4.846 4.846 0 0 0 5.279 1.042 4.827 4.827 0 0 0 1.563-7.888 4.853 4.853 0 0 0-3.428-1.415' fill='%2308474A'/%3E%3Cpath d='M5.12.464a4.85 4.85 0 0 0-4.471 2.99 4.825 4.825 0 0 0 1.054 5.265 4.846 4.846 0 0 0 5.278 1.045 4.827 4.827 0 0 0 1.566-7.885A4.853 4.853 0 0 0 5.119.464z' fill='%2301AF74'/%3E%3C/svg%3E");right:-50%;top:50%;transform:translate(50%,-50%);background-size:contain;background-repeat:no-repeat}@media screen and (min-width:1500px){.statistic-info__item:not(:last-child):before{width:1.77083vw;height:1.77083vw}}@media screen and (max-width:940px){.statistic-info__item:not(:last-child):before{top:150%;right:50%}}@media screen and (max-width:768px){.statistic-info__item:not(:last-child):before{font-size:27px;width:41px;height:40px;background-size:contain}}.statistic-visual{width:50%;position:relative;padding-bottom:440px}@media screen and (min-width:1500px){.statistic-visual{padding-bottom:22.9167vw}}@media screen and (max-width:1400px){.statistic-visual{width:100%}}@media screen and (max-width:768px){.statistic-visual{display:none}}.statistic-visual__bg{position:absolute}.statistic-visual__bg-1{right:auto;left:0;top:210px}@media screen and (min-width:1500px){.statistic-visual__bg-1{top:10.9375vw}}@media screen and (max-width:1400px){.statistic-visual__bg-1{right:0}}.statistic-visual__bg-2{bottom:0;right:390px;left:auto;top:auto}@media screen and (min-width:1500px){.statistic-visual__bg-2{right:20.3125vw}}.statistic-video{margin-left:auto;margin-right:0;max-width:31vw;position:relative;z-index:1}@media screen and (max-width:768px){.statistic-video{max-width:602px}}.statistic-video__image{position:relative;cursor:pointer;display:flex}.statistic-video__image--mobile{display:none}@media screen and (max-width:768px){.statistic-video__image--mobile{display:block}}.statistic-video__image:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:118px;height:118px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='118' height='118' viewBox='0 0 118 118' fill='none'%3E%3Cpath d='M59 7.375C30.491 7.375 7.375 30.491 7.375 59S30.491 110.625 59 110.625 110.625 87.509 110.625 59 87.509 7.375 59 7.375zm16.605 52.42l-25.167 18.31a.924.924 0 0 1-1.463-.748V40.758a.922.922 0 0 1 1.463-.749l25.167 18.3a.91.91 0 0 1 0 1.486z' fill='%23fff'/%3E%3C/svg%3E");transition:.2s ease;background-size:contain}@media screen and (min-width:1500px){.statistic-video__image:after{width:6.1458vw;height:6.1458vw}}@media screen and (max-width:768px){.statistic-video__image:after{width:54px;height:54px;background-size:contain}}.statistic-video__image:hover:after{transform:translate(-50%,-50%) scale(1.1)}.statistic-images{position:absolute;top:0;left:0;right:0}.statistic-image{position:absolute}.statistic-image-0{top:390px;left:auto;right:300px;padding:25px;background-color:#fff;z-index:1}@media screen and (min-width:1500px){.statistic-image-0{width:20.3125vw;right:15.625vw}}.statistic-image-1{top:728px;left:auto;right:34px;width:236px}@media screen and (min-width:1500px){.statistic-image-1{top:37.9167vw;right:1.77vw;width:12.292vw}}.statistic-image-2{top:802px;right:775px;left:auto;width:285px}@media screen and (min-width:1500px){.statistic-image-2{top:41.77vw;right:40.3645vw;width:14.84375vw}}.statistic-slider__section{display:none;position:relative}@media screen and (max-width:768px){.statistic-slider__section{display:block}}.statistic-slider__image img{width:100%;height:100%;object-fit:cover}.statistic-slider__arrows{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;display:flex;justify-content:space-between;padding:0 18px}@media screen and (min-width:1500px){.statistic-slider__arrows{padding:0 .9375vw}}.statistic-slider__arrow{font-size:0;width:28px;height:28px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='28' viewBox='0 0 27 28' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Ccircle cx='13.5' cy='14' r='13.5' fill='%23fff' fill-opacity='.5'/%3E%3Cpath d='M14.625 18.5l-4.5-4.5 4.5-4.5' stroke='%23000' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(-180 13.5 13.75)' d='M0 0h27v27H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50%/contain}@media screen and (min-width:1500px){.statistic-slider__arrow{width:1.4583vw;height:1.4583vw}}.statistic-slider__arrow-prev{transform:rotate(180deg)}.statistic-slider__bullets{bottom:auto;top:100%;gap:11px;padding:20px 0}@media screen and (max-width:768px){.statistic-slider__bullets{pointer-events:none}}.statistic-slider__bullet{width:12px;height:12px;background-color:#08474a;border-radius:50%}.statistic-slider__bullet.glide__bullet--active{background-color:#00b073}.boxes{background-color:#f4f4f4;padding:160px 0 120px;position:relative}@media (min-width:1921px){.boxes{padding:8.33333vw 0 6.25vw}}@media (min-width:1921px){.boxes__container{max-width:75vw;padding-left:1.04167vw;padding-right:1.04167vw}}.boxes__bg{display:flex;align-items:center;justify-content:center;position:absolute;z-index:11}.boxes__bg img{max-width:100%;max-height:100%;object-fit:contain}@media (min-width:1921px){.boxes__bg img{width:100%}}.boxes__bg-first{width:148px;height:120px;left:0;top:50px}@media (min-width:1921px){.boxes__bg-first{width:7.70833vw;height:6.25vw;top:2.60417vw}}@media (max-width:1200px){.boxes__bg-first{width:90px;height:80px}}@media (max-width:576px){.boxes__bg-first{top:40px}}.boxes__bg-second{width:250px;height:250px;right:10%;top:80px}@media (min-width:1921px){.boxes__bg-second{width:13.02083vw;height:13.02083vw;top:4.16667vw}}@media (max-width:1440px){.boxes__bg-second{right:6%}}@media (max-width:1200px){.boxes__bg-second{display:none}}.boxes__title{font-weight:400;font-size:60px;line-height:1;text-align:center;color:#000;margin:0 0 24px}@media (min-width:1921px){.boxes__title{font-size:3.125vw;margin:0 0 1.25vw}}.boxes__title span{font-weight:700;color:#0a8064}@media (max-width:1200px){.boxes__title{font-size:48px}}@media (max-width:576px){.boxes__title{font-size:32px}}.boxes__subtitle{margin:0 auto 80px;font-weight:400;font-size:20px;line-height:1.1;text-align:center;color:#000;opacity:.5;max-width:740px}@media (min-width:1921px){.boxes__subtitle{margin:0 auto 4.16667vw;font-size:1.04167vw;max-width:38.54167vw}}@media (max-width:1200px){.boxes__subtitle{margin:0 auto 48px;font-size:16px}}@media (max-width:576px){.boxes__subtitle{margin:0 auto 24px;font-size:14px}}.boxes__inner{padding:0 24px}@media (min-width:1921px){.boxes__inner{padding:0 1.25vw}}@media (max-width:1440px){.boxes__inner{padding:0 12px}}.boxes-item{background-color:#fff;flex:1;text-decoration:none;display:block}.boxes-item__image{background-color:#f8fafa;display:flex;align-items:center;justify-content:center;width:100%;height:0;padding-bottom:70%;position:relative}.boxes-item__image img{position:absolute;top:0;left:0;width:100%;height:100%;padding:10px 8px 16px;object-fit:cover}@media (min-width:1921px){.boxes-item__image img{padding:.52083vw .41667vw .83333vw}}.boxes-item__content{background-color:#fff;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media (min-width:1921px){.boxes-item__content{padding:1.04167vw}}.boxes-item__content--info{display:flex;flex-direction:column}.boxes-item__content--btn{flex:0 0 60px}@media (min-width:1921px){.boxes-item__content--btn{flex:0 0 3.125vw}}@media (max-width:991px){.boxes-item__content--btn{flex:0 0 50px}}.boxes-item__name{font-size:28px;line-height:1.4;color:#08474a}@media (min-width:1921px){.boxes-item__name{font-size:1.45833vw}}@media (max-width:1440px){.boxes-item__name{font-size:24px}}@media (max-width:991px){.boxes-item__name{font-size:18px}}.boxes-item__price{font-weight:600;font-size:28px;line-height:1.3;color:#00b073}@media (min-width:1921px){.boxes-item__price{font-size:1.45833vw}}@media (max-width:1440px){.boxes-item__price{font-size:24px}}.boxes-item__btn{display:flex;flex-direction:column;align-items:center}.boxes-item__btn--text{font-size:20px;line-height:1.2;text-align:center;color:#000}@media (min-width:1921px){.boxes-item__btn--text{font-size:1.04167vw}}@media (max-width:1440px){.boxes-item__btn--text{font-size:18px}}@media (max-width:991px){.boxes-item__btn--text{font-size:16px}}.boxes-btn{width:260px;margin:0 auto}@media (min-width:1921px){.boxes-btn{width:13.54167vw}}.boxes-btn__wrapper{margin-top:60px}@media (min-width:1921px){.boxes-btn__wrapper{margin-top:3.125vw}}@media (max-width:1200px){.boxes-btn__wrapper{margin-top:32px}}.boxes__slider{position:relative;padding-left:12%}@media (max-width:1440px){.boxes__slider{padding-left:6%}}@media (max-width:1200px){.boxes__slider{padding-left:0}}.boxes__arrow{width:76px;height:76px;display:flex;align-items:center;justify-content:center;border-radius:100%;background:#00b073;border:none;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);position:absolute;top:50%;transform:translateY(-50%) rotate(180deg);right:18%;left:auto!important;cursor:pointer;transition:all .3s;transform-origin:center}@media (min-width:1921px){.boxes__arrow{width:3.95833vw;height:3.95833vw;box-shadow:0 .20833vw .20833vw 0 rgba(0,0,0,.25)}}.boxes__arrow svg{max-width:100%;max-height:100%}@media (min-width:1921px){.boxes__arrow svg{width:50%;height:50%}}.boxes__arrow:hover{transform:translateY(-50%) rotate(180deg) scale(1.1)}@media (max-width:1440px){.boxes__arrow{width:56px;height:56px;right:20%}}@media (max-width:1200px){.boxes__arrow{right:5%}}@media (max-width:768px){.boxes__arrow{width:40px;height:40px;right:8%}.boxes__arrow svg{max-width:16px}}.boxes__track{cursor:auto}.boxes .glide__slide--active+li{opacity:.2;transition:all .3s;pointer-events:none}@media (min-width:577px){.boxes .glide__slide--active+li+li{opacity:.2;transition:all .3s;pointer-events:none}.boxes .glide__slide--active+li{opacity:unset;transition:unset;pointer-events:auto}}@media (min-width:769px){.boxes .glide__slide--active+li+li+li{opacity:.2;transition:all .3s;pointer-events:none}.boxes .glide__slide--active+li+li{opacity:unset;transition:unset;pointer-events:auto}}.home-banner{padding:0 0 70px;position:relative;background:#fff}@media (max-width:1200px){.home-banner{padding-bottom:100px;flex-direction:column}}@media (max-width:991px){.home-banner{padding-bottom:0}}.home-banner__row{position:relative;z-index:1;display:flex;align-items:flex-start;flex-direction:row-reverse;justify-content:space-between}@media (max-width:1200px){.home-banner__row{justify-content:flex-end;min-height:470px}}@media (max-width:991px){.home-banner__row{position:static;flex-direction:column-reverse;align-items:center}}.home-banner__bg{flex:0 0 48vw;width:48vw;margin:0 auto -60px}@media (max-width:1200px){.home-banner__bg{position:absolute;width:60%;right:0;left:auto;bottom:-40px;z-index:2}}@media (max-width:991px){.home-banner__bg{position:static;margin:0 auto;width:100%;max-width:900px}}.home-banner__bg img,.home-banner__bg video{width:100%;height:auto;object-fit:cover}.home-banner__content{display:flex;flex-direction:column;align-items:flex-start;color:#fff;position:relative;padding-left:50px;padding-top:50px;z-index:1}@media (max-width:1200px){.home-banner__content{position:relative;z-index:3;flex:0 0 550px;padding:50px 20px;margin-bottom:20px}}@media (max-width:991px){.home-banner__content{flex:0 0 auto;order:1!important;margin-right:auto;padding:0 20px}}.home-banner__content h1{margin-top:0;margin-bottom:0}.home-banner__content--title{display:block;font-weight:900;font-size:126px;line-height:.8;color:#bfd44a;position:relative;max-width:860px;margin:0}.home-banner__content--title span{color:#0a8064}@media (min-width:1201px){.home-banner__content--title{font-size:6.5625vw}}@media (max-width:1200px){.home-banner__content--title{font-size:76px;max-width:100%}.home-banner__content--title span{font-size:76px;font-weight:900}}@media (max-width:768px){.home-banner__content--title,.home-banner__content--title span{font-size:54px}}@media (max-width:576px){.home-banner__content--title,.home-banner__content--title span{font-size:40px}}.home-banner__content--subtitle{display:block;margin:0;font-size:64px;color:#0a8064;font-weight:900;line-height:130%}@media (min-width:1201px){.home-banner__content--subtitle{font-size:3.33333vw}}@media (max-width:1200px){.home-banner__content--subtitle{font-size:48px;margin-bottom:4px}}@media (max-width:768px){.home-banner__content--subtitle{font-size:32px;font-weight:500}}@media (max-width:576px){.home-banner__content--subtitle{font-size:24px}}.home-banner__content--link{font-size:32px;font-weight:600;color:#0a8064;text-decoration:none;display:flex;align-items:center;position:relative;margin-top:8px}@media (min-width:1201px){.home-banner__content--link{font-size:1.66667vw}}@media (max-width:1200px){.home-banner__content--link{font-size:24px}}@media (max-width:768px){.home-banner__content--link{font-size:16px;flex-wrap:wrap}}.home-banner__content--link span{flex:0 0 auto;color:#000;padding-right:8px;padding-left:0}@media (max-width:768px){.home-banner__content--link span{display:none}}.home-banner__content--link p{flex:0 0 auto;margin:0}.home-banner__content--link:after{content:"";width:100%;height:2px;position:absolute;bottom:4px;left:0;background:linear-gradient(90deg,#0a8064 77%,#000 0 100%);opacity:0;transition:all .3s}.home-banner__content--link:hover:after{opacity:1}.home-banner__sidebar{width:100%;max-width:530px;min-width:530px;background-color:#08474a;position:relative;z-index:1}@media (min-width:1201px){.home-banner__sidebar{max-width:27.60417vw;min-width:27.60417vw}}@media (max-width:1200px){.home-banner__sidebar{width:100%;max-width:100%;min-width:100%;display:flex;flex-direction:column;position:static;margin-top:-30px}}.home-banner__sidebar--contact{position:relative;margin:32px}@media (max-width:1200px){.home-banner__sidebar--contact{display:flex;align-items:center;justify-content:center;padding-bottom:80px}}@media (max-width:576px){.home-banner__sidebar--contact{padding-bottom:60px;margin-left:0}}.home-banner__sidebar--contact:before{content:"";width:60%;height:2px;background:#0a8064;position:absolute;left:50%;top:-24px;transform:translateX(-50%)}@media (max-width:1200px){.home-banner__sidebar--contact:before{width:80%}}.home-banner__sidebar--contact-title{color:#fff;text-align:center;font-size:24px;margin-bottom:8px}@media (min-width:1201px){.home-banner__sidebar--contact-title{font-size:1.25vw}}@media (max-width:1200px){.home-banner__sidebar--contact-title{margin:0 40px 0 0}}@media (max-width:768px){.home-banner__sidebar--contact-title{font-size:16px}}.home-banner__sidebar--contact-wrapper{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-around}.home-banner__sidebar--contact-link:first-child{margin-left:16px}.home-banner__sidebar--contact-link a{display:flex;align-items:center;flex-direction:row-reverse;color:#01af74;font-size:26px;font-weight:700;text-decoration:none}.home-banner__sidebar--contact-link a:hover{text-decoration:underline}@media (min-width:1201px){.home-banner__sidebar--contact-link a{font-size:1.35417vw}}@media (max-width:1200px){.home-banner__sidebar--contact-link a{justify-content:center;padding:8px;background:#0a8064;border-radius:7px}.home-banner__sidebar--contact-link a span{display:none}}.home-banner__sidebar--contact-link img{width:32px;height:32px;object-fit:contain;margin-left:10px}@media (min-width:1201px){.home-banner__sidebar--contact-link img{width:1.66667vw;height:1.66667vw;margin-left:.52083vw}}@media (max-width:1200px){.home-banner__sidebar--contact-link img{width:28px;height:28px;margin:0}}@media (max-width:991px){.storage{z-index:25}.storage:before{content:none!important}.storage-bg img{display:none}}@media (max-width:1200px){body.admin-bar .home-banner{padding-top:168px}}@media (max-width:768px){body.admin-bar .home-banner{padding-top:98px}}@media (max-width:1200px){body.admin-bar .home-banner__sidebar--info{top:48px}}@media (max-width:782px){body.admin-bar .home-banner__sidebar--info{top:34px}}#contactModal .home-banner__sidebar--form-subtitle{padding:0 20px}.map{position:relative;background:#fff;padding:20px 0 0}@media (min-width:1921px){.map{padding:1.04167vw 0 0}}@media (max-width:991px){.map+*{position:relative;z-index:3}.map+footer{min-height:320px}}.map:before{content:"";background-color:#fff;width:100%;height:120px;position:absolute;top:-100px;left:0;clip-path:polygon(0 50%,100% 0,100% 100%,0 100%);z-index:10}@media (min-width:1921px){.map:before{height:6.25vw;top:-5.20833vw}}@media (max-width:576px){.map:before{height:80px;top:-80px}}.map-content{display:flex;flex-direction:column;align-items:center;margin-bottom:64px}@media (min-width:1921px){.map-content{margin-bottom:3.33333vw}}@media (max-width:991px){.map-content{margin-bottom:32px}}@media (max-width:991px){.map-wrapper{position:relative;height:550px;overflow-y:auto;overflow-x:hidden}}@media (max-width:991px){.map-frame{position:relative;overflow:hidden;height:850px;display:flex;justify-content:flex-end;align-items:flex-start}.map-frame:before{content:"";height:100%;width:100px;position:absolute;right:0;top:0;z-index:0;background:#0c190d}}.map-inner{position:relative}@media (max-width:991px){.map-inner{width:1440px;flex:0 0 1440px;margin-left:-100%;transform-origin:100% 100%;transform:translate(25%,-108%) rotate(-65deg)}}@media (max-width:400px){.map-inner{transform:translate(25%,-105%) rotate(-65deg)}}@media (max-width:375px){.map-inner{transform:translate(25%,-105%) rotate(-65deg)}}.map-map{position:relative;z-index:1;width:100%}@media (min-width:1921px){.map-map{width:100%}}.map-dude{position:absolute;width:310px;height:340px;display:flex;align-items:center;justify-content:center;right:74%;top:-10%;z-index:0}@media (min-width:1921px){.map-dude{width:16.14583vw;height:17.70833vw}}@media (max-width:1200px){.map-dude{width:180px;height:180px;top:0}}@media (max-width:991px){.map-dude{display:none}}.map-dude img{max-width:100%;max-height:100%;object-fit:contain}@media (min-width:1921px){.map-dude img{width:100%}}.map-title{font-weight:400;font-size:60px;line-height:1;text-align:center;color:#000;margin:0 0 24px}@media (min-width:1921px){.map-title{font-size:3.125vw;margin:0 0 1.25vw}}.map-title span{font-weight:700;color:#0a8064}@media (max-width:1200px){.map-title{font-size:48px;margin:0 0 16px}}@media (max-width:576px){.map-title{font-size:32px}}.map-subtitle{margin:0 auto 24px;font-weight:400;font-size:20px;line-height:1.1;text-align:center;color:#000;opacity:.5;max-width:370px}@media (min-width:1921px){.map-subtitle{font-size:1.04167vw;margin:0 auto 1.25vw;max-width:19.27083vw}}@media (max-width:1200px){.map-subtitle{margin:0 auto 16px;font-size:16px}}@media (max-width:576px){.map-subtitle{font-size:14px}}.map-link{font-weight:700;font-size:24px;line-height:1.4;text-align:center;text-decoration:underline;color:#0a8064}@media (min-width:1921px){.map-link{font-size:1.25vw}}@media (max-width:1200px){.map-link{font-size:20px}}@media (max-width:576px){.map-link{font-size:16px}}.map-link:hover{text-decoration:none}.map-item{position:absolute;width:30px;z-index:2;transform:translate(-30%,-100%)}@media (min-width:1921px){.map-item{width:1.5625vw}}@media (max-width:1200px){.map-item{width:20px}}@media (max-width:991px){.map-item{transform:rotate(65deg) translate(-80%,-30%)}}.map-marker{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform:rotate(-3deg)}.map-marker img{max-width:100%;max-height:100%;object-fit:contain}.map-tooltip{position:absolute;left:50%;white-space:nowrap;bottom:-20px;transform:translateX(-50%);color:#fff;text-decoration:none;font-size:18px;font-weight:700;z-index:5}@media (min-width:1921px){.map-tooltip{font-size:.9375vw;bottom:-1.04167vw}}@media (max-width:1440px){.map-tooltip{font-size:16px}}@media (max-width:991px){.map-tooltip{font-size:14px}}.year{background:url("/wp-content/themes/avia2000/dist/images/year-bg.png") no-repeat 50%/cover,#e5e5e5;padding:200px 0 120px;overflow:hidden}@media screen and (max-width:768px){.year{padding:150px 0 90px}}.year-title{font-weight:700;font-size:70px;line-height:68px;text-align:center;color:#08474a;margin:0 0 12px}@media screen and (max-width:768px){.year-title{font-size:60px;margin-bottom:15px}}.year-subtitle{font-weight:400;font-size:20px;line-height:1.4;text-align:center;color:#808285;margin:0 auto 136px;max-width:720px}@media screen and (max-width:768px){.year-subtitle{font-size:18px;margin-bottom:46px}}.year__bullets{position:absolute;bottom:100%;left:0;right:0;display:flex;justify-content:space-around;flex-direction:row;padding:24px 160px;transform:none}@media screen and (max-width:768px){.year__bullets{display:none}}.year__bullets--footer{display:none;top:100%;left:0;right:0;justify-content:center;gap:11px;padding:36px 0}@media screen and (max-width:768px){.year__bullets--footer{display:flex;transform:none}}.year__bullet{font-weight:400;font-size:30px;line-height:68px;text-align:center;color:#08474a;transition:.2s ease;position:relative;margin:0;text-decoration:none;background:transparent;border:0;box-shadow:none;outline:none;font-family:inherit}.year__bullet:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%) rotate(45deg);width:48px;height:48px;background-color:#08474a;opacity:0;transition:.2s ease}.year__bullet.glide__bullet--active{font-weight:700;color:#00b073;background-color:transparent}.year__bullet.glide__bullet--active:after{opacity:1}.year__bullet--footer{width:12px;height:12px;border-radius:50%;background-color:#808285}@media screen and (max-width:768px){.year__bullet--footer{display:flex}}.year__bullet--footer.glide__bullet--active{background-color:#08474a}@media screen and (max-width:768px){.year__slide{margin-top:60px;position:relative;padding:36px 30px 42px;border-radius:32px;background:#f4f4f4}}.year__slide:before{content:"";position:absolute;left:50%;top:0;transform:translate(-50%,-50%) rotate(45deg);width:24px;height:24px;display:none;background-color:#08474a}@media screen and (max-width:768px){.year__slide:before{display:block}}.year__slide-date{display:none;position:absolute;left:50%;bottom:calc(100% + 14px);transform:translateX(-50%);font-weight:700;font-size:30px;line-height:1;text-align:center;color:#00b073}@media screen and (max-width:768px){.year__slide-date{display:block}}.year__slider{position:relative}.year__slider-wrapper{background:#f4f4f4;box-shadow:0 4px 13px 4px rgba(8,71,74,.15);border-radius:75px;padding:104px 180px;position:relative;font-weight:400;font-size:30px;line-height:1.4;color:#08474a}@media screen and (max-width:1200px){.year__slider-wrapper{padding:64px 96px}}@media screen and (max-width:768px){.year__slider-wrapper{padding:0;font-size:18px;border-radius:32px;box-shadow:none;background-color:transparent}}.year__slider-wrapper-bg{position:absolute}.year__slider-wrapper-bg-1{bottom:70px;left:-50px}@media screen and (max-width:1500px){.year__slider-wrapper-bg-1{left:-20px}}.year__slider-wrapper-bg-2{top:65px;right:100px}.year__slider-wrapper-bg-3{top:-108px;right:-80px}.year__slider-arrows{position:absolute;top:100%;right:0;left:0;transform:translateY(-50%);padding:0 180px;gap:42px;display:flex;flex-direction:row;justify-content:flex-start}@media screen and (max-width:768px){.year__slider-arrows{top:calc(50% + 28px);justify-content:space-between;padding:0}}.year__slider-arrow{width:76px;height:76px;border-radius:50%;box-shadow:0 4px 4px rgba(0,0,0,.25);background-color:#00b073;font-size:0;background-repeat:no-repeat;background-position:50%;transition:.5s ease;border:0;position:static;cursor:pointer}@media screen and (max-width:768px){.year__slider-arrow{width:24px;height:24px}}.year__slider-arrow-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.704 22.006l-6.25-6.25 6.25-6.25M1.454 15.756h28.75'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(-90 15.482 14.649)' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}@media screen and (max-width:768px){.year__slider-arrow-prev{background-size:14px;background-position:50%;transform:translateX(-50%)}}.year__slider-arrow-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23.962 8.256l6.25 6.25-6.25 6.25M30.212 14.506H1.462'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(90 15.351 15.482)' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}@media screen and (max-width:768px){.year__slider-arrow-next{background-size:14px;background-position:50%;transform:translateX(50%)}}.warehouse{background-color:#fff}.warehouse .wrap{display:none}.warehouse-header{padding:100px 0 70px}@media screen and (min-width:1500px){.warehouse-header{padding:5.20833vw 0 3.64583vw}}@media screen and (max-width:1400px){.warehouse-header{padding:70px 0 30px}}.warehouse-header-inner{display:flex;align-items:center;justify-content:space-between;position:relative}.warehouse-header-inner__bg{display:none;position:absolute;top:50%;left:-20px;transform:translateY(-50%)}@media screen and (min-width:1500px){.warehouse-header-inner__bg{left:-1.04167vw}}@media screen and (max-width:768px){.warehouse-header-inner__bg{display:block}}.warehouse-header__title{font-weight:700;font-size:70px;line-height:1;color:#08474a;margin:0}@media screen and (min-width:1500px){.warehouse-header__title{font-size:3.64583vw}}@media screen and (max-width:768px){.warehouse-header__title{font-size:52px;padding-left:100px}}.warehouse-header__search{width:534px;max-width:100%;padding:4px 12px 4px 68px;font-weight:400;font-size:24px;line-height:68px;color:#08474a;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 21l-4.486-4.494M19 10.5a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0z' stroke='%2308474A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 28px/24px,rgba(211,223,223,.2);border:none}@media screen and (min-width:1500px){.warehouse-header__search{width:27.8125vw;padding:.20833vw .625vw .20833vw 3.54167vw;font-size:1.25vw;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 21l-4.486-4.494M19 10.5a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0z' stroke='%2308474A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat calc(100% - vw28px) 50%/1.25vw,rgba(211,223,223,.2)}}@media screen and (max-width:1400px){.warehouse-header__search{line-height:1.6}}@media screen and (max-width:768px){.warehouse-header__search{display:none}}.warehouse-header__search::placeholder{color:#08474a}.warehouse__grid{display:flex;flex-direction:column;gap:12px;padding:90px 0;background-color:#fff}@media screen and (min-width:1500px){.warehouse__grid{gap:.625vw;padding:4.6875vw 0}}@media screen and (max-width:768px){.warehouse__grid{padding:56px 0 40px}}.warehouse__item{display:flex;justify-content:space-between;align-items:center;gap:60px;background-color:#f8fafa}@media screen and (min-width:1500px){.warehouse__item{gap:6.25vw}}@media screen and (max-width:1400px){.warehouse__item{gap:28px}}@media screen and (max-width:1200px){.warehouse__item{gap:0;flex-wrap:wrap}}.warehouse__item.hide{display:none}.warehouse__item-link{display:flex;gap:120px;text-decoration:none}@media screen and (min-width:1500px){.warehouse__item-link{gap:6.25vw}}@media screen and (max-width:1400px){.warehouse__item-link{gap:60px}}@media screen and (max-width:1200px){.warehouse__item-link{gap:0;flex-wrap:wrap}}@media screen and (max-width:1200px){.warehouse__item-info{width:60%;padding:22px 28px}}@media screen and (max-width:992px){.warehouse__item-info{width:72%}}@media screen and (max-width:768px){.warehouse__item-info{width:60%;padding:22px 20px 22px 0}}.warehouse__item-image{min-width:287px;width:287px;height:287px;display:flex;align-items:center;justify-content:center;position:relative}@media screen and (min-width:1500px){.warehouse__item-image{min-width:14.94792vw;width:14.94792vw;height:14.94792vw}}@media screen and (max-width:1200px){.warehouse__item-image{width:100%;padding:12px}}.warehouse__item-image img{width:100%;height:100%;object-fit:cover}.warehouse__item-name{font-weight:700;font-size:40px;line-height:1.6;color:#08474a;margin:12px 0 26px;display:block;text-decoration:none}@media screen and (min-width:1500px){.warehouse__item-name{font-size:2.08333vw;margin:.625vw 0 1.35417vw}}@media screen and (max-width:768px){.warehouse__item-name{display:none}}.warehouse__item-name p{margin:0}.warehouse__item-name--mobile{font-weight:700;font-size:24px;line-height:.85;color:#fff;position:absolute;bottom:0;right:0;left:0;padding:30px 36px;display:none}@media screen and (max-width:768px){.warehouse__item-name--mobile{display:block}}.warehouse__item-name--mobile span{color:#fff}.warehouse__item-time{padding-left:54px;padding-right:0;font-size:24px;line-height:1.2;color:#08474a;position:relative}@media screen and (min-width:1500px){.warehouse__item-time{font-size:1.25vw}}@media screen and (max-width:768px){.warehouse__item-time{font-size:16px;padding-left:30px}}.warehouse__item-time:before{content:"";position:absolute;right:auto;left:0;top:-.2em;width:31px;height:31px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M16.483 3.256c.528.075.576.229.7.401.423.59-.045 1.53-.857 1.535h-.07c-4.061.065-7.893 2.591-9.559 6.218-1.756 3.822-.975 8.671 1.934 11.759 3.51 3.726 9.807 4.439 14.092 1.274 2.872-2.122 4.557-5.754 4.313-9.316-.278-4.074-3.04-7.838-6.985-9.29 0 0-.697-.424-.628-1.02.072-.632.79-.994 1.47-.736.21.082.42.168.626.26 4.189 1.862 7.191 6.182 7.46 10.776.282 4.819-2.453 9.681-6.779 11.932-3.702 1.925-8.363 1.85-12.012-.22-3.23-1.831-5.583-5.153-6.216-8.819-.686-3.984.68-8.27 3.563-11.12 2.325-2.296 5.548-3.627 8.856-3.638l.092.004zm7.669 13.571h-7.758a.826.826 0 0 1-.32-.054c-.38-.133-.635-.432-.649-.915V8.1a.827.827 0 0 1 .055-.32c.133-.38.432-.636.914-.65l.056.001c.176.016.223.035.316.073.354.147.585.43.598.896v6.788h6.788c.006 0 1.143.32.945 1.185-.096.425-.502.742-.945.753z' fill='%2308474A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.899 .346)' d='M0 0h31v31H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-size:contain}@media screen and (min-width:1500px){.warehouse__item-time:before{width:1.61458vw;height:1.61458vw}}@media screen and (max-width:768px){.warehouse__item-time:before{width:16px;height:16px;background-size:cover}}.warehouse__item-time span{display:block;line-height:1.2;font-size:18px}@media screen and (min-width:1500px){.warehouse__item-time span{font-size:.9375vw}}@media screen and (max-width:768px){.warehouse__item-time span{font-size:14px}}.warehouse__item-address{padding-right:0;padding-left:54px;font-size:24px;line-height:1.2;color:#08474a;position:relative}@media screen and (min-width:1500px){.warehouse__item-address{padding-left:3.64583vw;font-size:1.25vw}}@media screen and (max-width:768px){.warehouse__item-address{font-size:16px;padding-left:40px;margin-bottom:20px}}.warehouse__item-address:before{content:"";position:absolute;left:0;right:auto;top:-.2em;width:32px;height:32px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cg clip-path='url(%23a)' fill='%2308474A'%3E%3Cpath d='M26.045 6.936c-1.9-3.4-5.5-5.7-9.4-6-3.9-.3-7.8 1.3-10.3 4.4-2.5 3.1-3.3 7.2-2.2 11 .8 2.6 2.4 4.8 3.9 6.8l6.9 9.3c.2.3.5.4.8.4.3 0 .6-.2.8-.4 3-4.3 6-8.6 8.9-12.8l.2-.2c2.4-3.7 2.5-8.7.4-12.5zm-2.1 11.3l-.2.2c-2.7 3.9-5.4 7.7-8 11.6l-6-8.2c-1.4-1.9-2.9-3.9-3.6-6.2-.9-3.1-.2-6.6 1.8-9.1 1.8-2.3 4.8-3.7 7.8-3.7h.8c3.2.3 6.3 2.2 7.8 5 1.7 3.3 1.6 7.4-.4 10.4z'/%3E%3Cpath d='M15.645 8.737c-2.3 0-4.1 1.9-4.1 4.1 0 2.2 1.9 4.1 4.1 4.1 2.2 0 4.1-1.9 4.1-4.1 0-2.2-1.8-4.1-4.1-4.1zm0 6.3c-1.2 0-2.1-1-2.1-2.1 0-1.2 1-2.1 2.1-2.1 1.2 0 2.1 1 2.1 2.1s-.9 2.1-2.1 2.1z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.545 .836)' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-size:contain}@media screen and (min-width:1500px){.warehouse__item-address:before{width:1.66667vw;height:1.66667vw}}@media screen and (max-width:768px){.warehouse__item-address:before{width:16px;height:16px;background-size:cover}}.warehouse__btns{display:flex;padding-left:0;padding-right:100px;gap:80px}@media screen and (min-width:1500px){.warehouse__btns{padding-right:5.20833vw;gap:4.16667vw}}@media screen and (max-width:1400px){.warehouse__btns{padding-right:40px;gap:50px}}@media screen and (max-width:1200px){.warehouse__btns{width:40%;padding:28px}}@media screen and (max-width:992px){.warehouse__btns{width:28%}}@media screen and (max-width:768px){.warehouse__btns{width:40%;text-align:left}}.warehouse__btn{white-space:nowrap;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px;font-size:24px;line-height:1;color:#08474a;text-align:center;text-decoration:none}@media screen and (min-width:1500px){.warehouse__btn{font-size:1.25vw;gap:1.04167vw}}@media screen and (max-width:768px){.warehouse__btn{font-size:18px;gap:8px}}.warehouse__btn:hover{text-decoration:underline}@media screen and (max-width:992px){.warehouse__btn-google{display:none}}@media screen and (max-width:768px){.warehouse__btn-icon{width:18px;height:34px}}.warehouse__btn-icon svg{max-width:100%}.video{padding:250px 0 180px;background-color:#e5e5e5;overflow:hidden}@media screen and (min-width:1500px){.video{padding:13.02083vw 0 9.375vw}}@media screen and (max-width:1200px){.video{padding:120px 0}}@media screen and (max-width:768px){.video{padding:80px 0}}.video-inner{display:flex;gap:120px}@media screen and (min-width:1500px){.video-inner{gap:6.25vw}}@media screen and (max-width:1200px){.video-inner{flex-direction:column-reverse;gap:0}}.video-content{position:relative;padding:80px 0;width:56%}@media screen and (min-width:1500px){.video-content{padding:4.16667vw 0}}@media screen and (max-width:1200px){.video-content{width:100%;padding:0 0 80px}}@media screen and (max-width:768px){.video-content{padding-bottom:26px;padding-left:20px;padding-right:20px}}.video-content__bg{position:absolute}.video-content__bg--mobile{display:none}@media screen and (max-width:768px){.video-content__bg--mobile{display:block}}.video-content__bg-1{top:-50px;left:auto;right:-50px;transform:scaleX(-1)}@media screen and (min-width:1500px){.video-content__bg-1{top:-2.60417vw;right:-2.60417vw}}@media screen and (max-width:1500px){.video-content__bg-1{display:none}}.video-content__bg-2{bottom:-80px;left:auto;right:0;transform:scaleX(-1)}@media screen and (min-width:1500px){.video-content__bg-2{bottom:-4.16667vw}}.video-content__bg-3{right:auto;left:0;bottom:-40px}@media screen and (max-width:768px){.video-content__bg-3{right:20px;top:0;left:auto;bottom:auto;width:54px}}.video-content__bg-4{width:39px;top:-50px;right:26px}@media screen and (min-width:1500px){.video-content__bg-4{width:2.03125vw;top:-2.60417vw;right:1.35417vw}}.video-subtitle{font-weight:700;font-size:30px;line-height:1;color:#00b073;margin:0;position:relative}@media screen and (min-width:1500px){.video-subtitle{font-size:1.5625vw}}@media screen and (max-width:1200px){.video-subtitle{text-align:center}}@media screen and (max-width:768px){.video-subtitle{font-size:26px;margin-bottom:20px}}.video-title{font-weight:700;font-size:80px;line-height:1;color:#08474a;margin:0;position:relative}@media screen and (min-width:1500px){.video-title{font-size:4.16667vw}}@media screen and (max-width:1200px){.video-title{text-align:center}}@media screen and (max-width:768px){.video-title{font-size:52px}}.video-title span{color:#00b073;display:block}.video-description{font-weight:700;font-size:48px;line-height:1.1;color:#08474a;position:relative}@media screen and (min-width:1500px){.video-description{font-size:2.5vw}}@media screen and (max-width:1200px){.video-description{text-align:center}}@media screen and (max-width:768px){.video-description{font-size:26px;padding:0 20px}}.video-visual{position:relative;display:flex;width:540px;height:100%;justify-content:flex-end}@media screen and (min-width:1500px){.video-visual{width:28.125vw}}@media screen and (max-width:1200px){.video-visual{width:100%;justify-content:center}}@media screen and (max-width:768px){.video-visual{display:none}}.video-visual__item{box-shadow:100px 104px 91px rgba(0,0,0,.13);position:relative}@media screen and (min-width:1500px){.video-visual__item{box-shadow:5.20833vw 5.41667vw 4.73958vw rgba(0,0,0,.13)}}.video-visual__item:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:118px;height:118px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='118' height='118' viewBox='0 0 118 118' fill='none'%3E%3Cpath d='M59 7.375C30.491 7.375 7.375 30.491 7.375 59S30.491 110.625 59 110.625 110.625 87.509 110.625 59 87.509 7.375 59 7.375zm16.605 52.42l-25.167 18.31a.924.924 0 0 1-1.463-.748V40.758a.922.922 0 0 1 1.463-.749l25.167 18.3a.91.91 0 0 1 0 1.486z' fill='%23fff'/%3E%3C/svg%3E");transition:.2s ease;pointer-events:none}@media screen and (min-width:1500px){.video-visual__item:after{width:6.14583vw;height:6.14583vw}}.video-visual__item:hover:after{transform:translate(-50%,-50%) scale(1.1)}.video-visual__item-image{display:flex}.video-visual__bg{position:absolute;width:100%;max-width:370px;padding:26px;background-color:#fff;top:64%;left:auto;right:48%}@media screen and (min-width:1500px){.video-visual__bg{max-width:19.27083vw;padding:1.35417vw}}@media screen and (max-width:768px){.video .container-xl{padding:0}}.video .statistic-slider__arrows{display:none}.videos-slider{position:relative;background:#bfd44a;padding:60px 0 140px}@media (min-width:1921px){.videos-slider{padding:3.125vw 0 7.29167vw}}@media (max-width:1200px){.videos-slider{padding:40px 0 120px}}@media (max-width:576px){.videos-slider{padding:40px 0 100px}}.videos-slider:before{content:"";background-color:#bfd44a;width:100%;height:120px;position:absolute;top:-80px;left:0;clip-path:polygon(0 50%,100% 0,100% 100%,0 100%);z-index:10}@media (min-width:1921px){.videos-slider:before{height:6.25vw;top:-4.16667vw}}@media (max-width:576px){.videos-slider:before{height:80px;top:-60px}}@media (min-width:1921px){.videos-slider__container{max-width:75vw;padding-left:1.04167vw;padding-right:1.04167vw}}.videos-slider__bg{width:150px;height:150px;display:flex;align-items:center;justify-content:center;position:absolute;top:-40px;right:5%;z-index:11}@media (min-width:1921px){.videos-slider__bg{width:7.8125vw;height:7.8125vw;top:-2.08333vw}}.videos-slider__bg img{max-width:100%;max-height:100%}@media (min-width:1921px){.videos-slider__bg img{width:100%}}@media (max-width:1600px){.videos-slider__bg{width:100px;height:100px}}@media (max-width:1200px){.videos-slider__bg{width:44px;height:44px;right:2%;top:-20px}}.videos-slider__title{font-weight:400;font-size:60px;line-height:1;text-align:center;color:#000;margin:0 0 24px}@media (min-width:1921px){.videos-slider__title{font-size:3.125vw;margin:0 0 1.25vw}}.videos-slider__title span{font-weight:700;color:#0a8064}@media (max-width:1200px){.videos-slider__title{font-size:48px;margin-bottom:0}}@media (max-width:576px){.videos-slider__title{font-size:32px}}.videos-slider__item{width:100%;position:relative}.videos-slider__item .lyte-wrapper{width:100%!important;margin:0!important}.videos-slider__item .lyte-wrapper>div.lyte{padding-bottom:50%}.videos-slider__text{position:absolute;right:0;bottom:-44px;font-size:32px;font-weight:600;color:#000;opacity:0;transition:all .4s}@media (min-width:1921px){.videos-slider__text{bottom:-2.29167vw;font-size:1.66667vw}}@media (max-width:1200px){.videos-slider__text{display:none}}.videos-slider__slides{padding:40px 0}@media (min-width:1921px){.videos-slider__slides{padding:2.08333vw 0}}.videos-slider__slide{opacity:.2;z-index:0;backface-visibility:hidden}.videos-slider__slide .lyte-wrapper,.videos-slider__slide iframe{pointer-events:none}.videos-slider__slide.glide__slide--active{z-index:2}.videos-slider__slide.glide__slide--active .lyte-wrapper,.videos-slider__slide.glide__slide--active iframe{pointer-events:auto}.videos-slider__slide.glide__slide--active .videos-slider__text{opacity:.5}.videos-slider__bullets{top:unset;bottom:-32px;cursor:auto;padding:36px 0}@media (min-width:1921px){.videos-slider__bullets{bottom:-2.5vw;padding:1.875vw 0}}@media (max-width:768px){.videos-slider__bullets{bottom:-24px}}.videos-slider__bullet,.videos-slider__bullet:hover{border:none}.videos-slider__btn{margin-top:64px}@media (min-width:1921px){.videos-slider__btn{margin-top:3.33333vw}}@media (max-width:768px){.videos-slider__btn{margin-top:32px}}.videos-slider__btn .btn:before{background-color:#00b073}.videos-slider__btn a:hover .btn-text{background-color:#bfd44a}.videos-slider__arrow{width:77px;height:77px;transform:translateY(-50%)}.videos-slider__arrow:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 4px 4px rgba(0,0,0,.25)}@media (min-width:1921px){.videos-slider__arrow{width:4.01042vw;height:4.01042vw;background-size:1.77083vw}}@media (max-width:1200px){.videos-slider__arrow{width:40px;height:40px;background-size:20px}}@media (max-width:992px){.videos-slider__arrow{display:block}}.videos-slider__arrow--left{left:-40px}@media (min-width:1921px){.videos-slider__arrow--left{left:-2.08333vw}}@media (max-width:1500px){.videos-slider__arrow--left{left:10px}}@media (max-width:1200px){.videos-slider__arrow--left{left:120px}}@media (max-width:768px){.videos-slider__arrow--left{left:48px}}@media (max-width:576px){.videos-slider__arrow--left{left:4px}}.videos-slider__arrow--right{right:-40px}@media (min-width:1921px){.videos-slider__arrow--right{right:-2.08333vw}}@media (max-width:1500px){.videos-slider__arrow--right{right:10px}}@media (max-width:1200px){.videos-slider__arrow--right{right:120px}}@media (max-width:768px){.videos-slider__arrow--right{right:48px}}@media (max-width:576px){.videos-slider__arrow--right{right:4px}}@media (min-width:1921px){.videos-slider .slider-inner{max-height:37.23958vw}}.gallery-slider{background:#fff;padding:110px 0 140px;position:relative}@media (min-width:1921px){.gallery-slider{padding:5.72917vw 0 7.29167vw}}@media (max-width:1200px){.gallery-slider{padding:80px 0 40px}}.gallery-slider__container{max-width:1140px}@media (min-width:1921px){.gallery-slider__container{max-width:59.375vw;padding-left:1.04167vw;padding-right:1.04167vw}}.gallery-slider__bg{display:flex;align-items:center;justify-content:center;position:absolute;width:260px;height:100px;bottom:-50px;left:10%;z-index:11}.gallery-slider__bg img{max-width:100%;max-height:100%}@media (min-width:1921px){.gallery-slider__bg img{width:100%}}@media (min-width:1921px){.gallery-slider__bg{width:13.54167vw;height:5.20833vw;bottom:-2.60417vw}}@media (max-width:1600px){.gallery-slider__bg{width:180px;height:60px}}@media (max-width:1200px){.gallery-slider__bg{width:110px;height:44px;bottom:-60px;left:5%}}.gallery-slider__title{font-weight:400;font-size:32px;line-height:1;text-align:center;color:#000;margin:0}@media (min-width:1921px){.gallery-slider__title{font-size:3.125vw;margin:0 0 1.25vw}}.gallery-slider__title span{font-weight:700;color:#0a8064}.gallery-slider__item{width:100%;position:relative;height:550px}@media (max-width:991px){.gallery-slider__item{height:400px}}@media (max-width:768px){.gallery-slider__item{height:340px}}@media (max-width:576px){.gallery-slider__item{height:280px}}@media (max-width:475px){.gallery-slider__item{height:200px}}.gallery-slider__item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.gallery-slider__slides{padding:40px 0}@media (min-width:1921px){.gallery-slider__slides{padding:2.08333vw 0}}.gallery-slider__slide{opacity:.2;z-index:0;backface-visibility:hidden}.gallery-slider__slide.glide__slide--active{z-index:2}.gallery-slider__bullets{top:unset;bottom:-32px;cursor:auto;padding:36px 0}@media (min-width:1921px){.gallery-slider__bullets{bottom:-2.5vw;padding:1.875vw 0}}@media (max-width:768px){.gallery-slider__bullets{bottom:-24px}}.gallery-slider__bullet,.gallery-slider__bullet:hover{border:none}.gallery-slider__arrow{width:77px;height:77px;background-color:#bfd44a;transform:translateY(-50%)}.gallery-slider__arrow:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 4px 4px rgba(0,0,0,.25)}@media (min-width:1921px){.gallery-slider__arrow{width:4.01042vw;height:4.01042vw;background-size:1.77083vw}}@media (max-width:1200px){.gallery-slider__arrow{width:40px;height:40px;background-size:20px}}@media (max-width:992px){.gallery-slider__arrow{display:block}}.gallery-slider__arrow--left{left:-40px}@media (min-width:1921px){.gallery-slider__arrow--left{left:-2.08333vw}}@media (max-width:1500px){.gallery-slider__arrow--left{left:10px}}@media (max-width:1200px){.gallery-slider__arrow--left{left:120px}}@media (max-width:768px){.gallery-slider__arrow--left{left:48px}}@media (max-width:576px){.gallery-slider__arrow--left{left:4px}}.gallery-slider__arrow--right{right:-40px}@media (min-width:1921px){.gallery-slider__arrow--right{right:-2.08333vw}}@media (max-width:1500px){.gallery-slider__arrow--right{right:10px}}@media (max-width:1200px){.gallery-slider__arrow--right{right:120px}}@media (max-width:768px){.gallery-slider__arrow--right{right:48px}}@media (max-width:576px){.gallery-slider__arrow--right{right:4px}}@media (min-width:1921px){.gallery-slider .slider-inner{max-height:37.23958vw}}.card-banner{background-color:#f4f4f4;padding:100px 0 94px}@media screen and (min-width:1500px){.card-banner{padding:5.20833vw 0 4.89583vw}}@media screen and (max-width:1200px){.card-banner{padding:54px 0 34px}}.card-banner-inner{display:flex}@media screen and (max-width:1200px){.card-banner-inner{flex-direction:column-reverse;gap:36px}}.card-banner-content,.card-banner-image{width:50%;position:relative}@media screen and (max-width:1200px){.card-banner-content,.card-banner-image{width:100%}}@media screen and (max-width:1200px){.card-banner-image{text-align:center}}.card-banner__title{font-weight:700;font-size:70px;line-height:1.2;color:#08474a;margin:56px 0}@media screen and (min-width:1500px){.card-banner__title{font-size:3.64583vw;margin:2.91667vw 0}}@media screen and (max-width:1200px){.card-banner__title{display:none}}.card-banner__title--mobile{display:none;color:#fff;position:absolute;bottom:0;left:0;right:0;font-size:52px;line-height:1;margin:22px}@media screen and (max-width:1200px){.card-banner__title--mobile{display:block}}.card-banner__title--mobile span{color:#fff}.card-banner__address,.card-banner__btns,.card-banner__time{padding-right:0;padding-left:75px;position:relative;font-size:24px;color:#08474a;margin-bottom:40px}@media screen and (min-width:1500px){.card-banner__address,.card-banner__btns,.card-banner__time{padding-left:3.90625vw;font-size:1.25vw;margin-bottom:2.08333vw}}@media screen and (max-width:768px){.card-banner__address,.card-banner__btns,.card-banner__time{font-size:20px;padding-left:55px;margin-bottom:30px}}.card-banner__time span{font-size:18px}@media screen and (min-width:1500px){.card-banner__time span{font-size:.9375vw}}.card-banner__time:before{content:"";position:absolute;width:31px;height:31px;right:auto;left:10px;top:0;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M15.584 2.91c.528.075.576.229.7.401.423.59-.045 1.53-.857 1.535h-.07c-4.061.065-7.893 2.591-9.559 6.218-1.756 3.822-.975 8.671 1.934 11.759 3.51 3.727 9.807 4.439 14.092 1.274 2.871-2.122 4.557-5.754 4.313-9.316-.278-4.074-3.04-7.838-6.985-9.29 0 0-.697-.423-.628-1.02.072-.632.79-.994 1.47-.736.21.082.42.168.626.26 4.189 1.862 7.191 6.182 7.46 10.776.282 4.82-2.452 9.681-6.779 11.932-3.701 1.925-8.363 1.85-12.012-.22-3.23-1.831-5.583-5.153-6.216-8.819-.686-3.984.68-8.27 3.563-11.12 2.325-2.296 5.548-3.627 8.856-3.638l.092.004zm7.67 13.571h-7.759a.827.827 0 0 1-.32-.054c-.38-.133-.635-.432-.648-.915V7.755a.829.829 0 0 1 .054-.32c.133-.38.432-.636.914-.65l.056.001c.176.016.223.035.316.073.354.147.585.43.598.896v6.788h6.788c.006 0 1.143.32.946 1.185-.097.425-.503.742-.946.753z' fill='%2308474A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h31v31H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50%/contain}@media screen and (min-width:1500px){.card-banner__time:before{width:1.61458vw;height:1.61458vw;left:.52083vw}}.card-banner__address:before{content:"";position:absolute;width:32px;height:32px;right:auto;left:10px;top:0;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cg clip-path='url(%23a)' fill='%2308474A'%3E%3Cpath d='M26.146 6.59c-1.9-3.4-5.5-5.7-9.4-6-3.9-.3-7.8 1.3-10.3 4.4-2.5 3.1-3.3 7.2-2.2 11 .8 2.6 2.4 4.8 3.9 6.8l6.9 9.3c.2.3.5.4.8.4.3 0 .6-.2.8-.4 3-4.3 6-8.6 8.9-12.8l.2-.2c2.4-3.7 2.5-8.7.4-12.5zm-2.1 11.3l-.2.2c-2.7 3.9-5.4 7.7-8 11.6l-6-8.2c-1.4-1.9-2.9-3.9-3.6-6.2-.9-3.1-.2-6.6 1.8-9.1 1.8-2.3 4.8-3.7 7.8-3.7h.8c3.2.3 6.3 2.2 7.8 5 1.7 3.3 1.6 7.4-.4 10.4z'/%3E%3Cpath d='M15.746 8.39c-2.3 0-4.1 1.9-4.1 4.1 0 2.2 1.9 4.1 4.1 4.1 2.2 0 4.1-1.9 4.1-4.1 0-2.2-1.8-4.1-4.1-4.1zm0 6.3c-1.2 0-2.1-1-2.1-2.1 0-1.2 1-2.1 2.1-2.1 1.2 0 2.1 1 2.1 2.1s-.9 2.1-2.1 2.1z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.646 .49)' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50%/contain}@media screen and (min-width:1500px){.card-banner__address:before{width:1.66667vw;height:1.66667vw;left:.52083vw}}.card-banner__btns{display:flex;align-items:center;gap:14px}@media screen and (min-width:1500px){.card-banner__btns{gap:.72917vw}}@media screen and (max-width:768px){.card-banner__btns{padding:0;justify-content:center;align-items:stretch}}@media screen and (max-width:768px){.card-banner__btns--footer{margin-top:90px}}.card-banner__btn{position:relative;font-size:16px;color:#08474a;padding:2px 14px 2px 45px;background:#d9d9d9;text-decoration:none}@media screen and (min-width:1500px){.card-banner__btn{font-size:.83333vw;padding:.10417vw .72917vw .10417vw 2.34375vw}}@media screen and (max-width:768px){.card-banner__btn{flex:1;text-align:center;display:flex;align-items:center}}.card-banner__btn:before{content:"";position:absolute;right:auto;left:2px;top:50%;transform:translateY(-50%);width:44px;height:44px}@media screen and (min-width:1500px){.card-banner__btn:before{left:.10417vw;width:2.29167vw;height:2.29167vw}}.card-banner__btn-map:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M.459.533C.032.817-.117 1.376.121 1.94l7.71 18.3c.306.727.885.765 1.055.76.17-.006.745-.083 1.002-.829l2.482-7.194a.648.648 0 0 1 .25-.252l7.196-2.482c.769-.265.829-.859.829-1.035 0-.165-.055-.725-.76-1.022L1.583.476C1.03.243.642.412.459.533z' fill='%2300B073'/%3E%3C/svg%3E") no-repeat 50%/21px}.card-banner__btn-rate:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M13.061 2.816L8.103.166V17.35l4.958 2.46V2.817zM7.157.166L.987 3.27a.624.624 0 0 0-.34.568v15.519c0 .227.113.416.302.53a.61.61 0 0 0 .34.113.7.7 0 0 0 .266-.076l5.602-2.573V.166zM20.253.09a.685.685 0 0 0-.605-.037l-5.64 2.8v16.958l6.32-3.066c.228-.114.38-.34.341-.568L20.556.658c0-.265-.114-.454-.303-.567z' fill='%2301AF74'/%3E%3C/svg%3E") no-repeat 50%/22px}.card-banner .link{font-weight:400;font-size:20px;line-height:1.2;text-decoration-line:underline;color:#08474a;transition:.2s ease}@media screen and (min-width:1500px){.card-banner .link{font-size:1.04167vw}}.card-banner .link-large{font-weight:700;font-size:25px;margin:0 48px;color:#08474a}@media screen and (min-width:1500px){.card-banner .link-large{font-size:1.30208vw;margin:0 2.5vw}}@media screen and (max-width:768px){.card-banner .link-large{display:none}}.card-banner .link-large--mobile{display:none;font-weight:400;font-size:20px;line-height:.85;text-decoration-line:underline}@media screen and (max-width:768px){.card-banner .link-large--mobile{display:flex}}.card-banner .link-large:hover,.card-banner .link:hover{text-decoration:none}.slider-more{margin-top:136px}@media screen and (min-width:1500px){.slider-more{margin-top:7.08333vw}}@media screen and (max-width:768px){.slider-more{margin:86px 20px 0}}.slider-more:has(.slider-more__content.show) .slider-more__btn-open span:before{content:"-";padding-bottom:5px}.slider-more__btn-open{justify-content:center;width:100%;position:relative;cursor:pointer;display:none;text-decoration:none}.slider-more__btn-open:before{content:"";position:absolute;width:100%;height:1px;top:50%;left:0;right:0;background-color:#00b073}.slider-more__btn-open span{position:relative;padding:12px 174px 12px 70px;font-weight:400;font-size:36px;line-height:1;color:#08474a;background-color:#f4f4f4}@media screen and (min-width:1500px){.slider-more__btn-open span{padding:.625vw 9.0625vw .625vw 3.64583vw;font-size:1.875vw}}@media screen and (max-width:768px){.slider-more__btn-open span{font-size:18px;padding:0 52px 0 16px}}.slider-more__btn-open span:before{content:"+";position:absolute;top:50%;right:70px;transform:translateY(-50%);width:78px;height:78px;border-radius:50%;background-color:#00b073;font-size:60px;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 4px rgba(0,0,0,.25)}@media screen and (min-width:1500px){.slider-more__btn-open span:before{right:3.64583vw;width:4.0625vw;height:4.0625vw;font-size:3.125vw}}@media screen and (max-width:768px){.slider-more__btn-open span:before{width:34px;height:34px;font-size:26px;right:10px}}.slider-more__content{max-width:1000px;width:100%;margin:0 auto;text-align:center;color:#08474a;display:none;flex-direction:column}@media screen and (min-width:1500px){.slider-more__content{max-width:52.08333vw}}@media screen and (max-width:768px){.slider-more__content{padding:0 20px}}.slider-more__title{font-weight:700;font-size:60px;line-height:88px;color:#08474a;margin:24px 0 0}@media screen and (min-width:1500px){.slider-more__title{font-size:3.125vw;margin:1.25vw 0 0}}@media screen and (max-width:768px){.slider-more__title{font-size:36px;line-height:1.1}}.slider-more__text{font-weight:400;font-size:30px;line-height:44px;text-align:center;margin:0 0 18px}@media screen and (min-width:1500px){.slider-more__text{font-size:1.5625vw;margin:0 0 .9375vw}}@media screen and (max-width:768px){.slider-more__text{font-size:18px;line-height:1.2}}.slider-more__btn-close{font-weight:700;font-size:30px;line-height:44px;text-decoration-line:underline;color:#08474a;cursor:pointer}@media screen and (min-width:1500px){.slider-more__btn-close{font-size:1.5625vw}}@media screen and (max-width:768px){.slider-more__btn-close{font-size:20px;line-height:1.2;margin:0}}.slider-more__btn-close:hover{text-decoration:none}.slider-more .show{display:flex}.slider-tabs{background-color:#f4f4f4;position:relative;z-index:2}.slider-tabs__nav{display:flex;align-items:center;justify-content:center;gap:40px;padding:48px 0;position:absolute;top:124px;left:0;right:0}@media screen and (min-width:1500px){.slider-tabs__nav{gap:2.08333vw;padding:2.5vw 0;top:6.45833vw}}@media screen and (max-width:768px){.slider-tabs__nav{padding:12px 0}}@media screen and (max-width:390px){.slider-tabs__nav{top:170px}}.slider-tabs__nav-item{font-weight:400;font-size:30px;line-height:44px;text-align:center;color:#08474a;text-decoration:none;transition:.2s ease;position:relative;cursor:pointer}@media screen and (min-width:1500px){.slider-tabs__nav-item{font-size:1.5625vw}}@media screen and (max-width:768px){.slider-tabs__nav-item{font-size:20px;line-height:1.4}}.slider-tabs__nav-item.active{text-shadow:1px 0 #08474a}.slider-tabs__nav-item.active:before{content:"";position:absolute;top:100%;left:0;right:0;height:4px;border-radius:4px;background-color:#00b073}@media screen and (max-width:768px){.slider-tabs__nav-item.active:before{height:3px}}.slider-tabs__item{opacity:0;visibility:hidden;overflow:inherit;height:0}.slider-tabs__item.active{opacity:1;visibility:visible;overflow:inherit;height:auto}.slider-tabs .slider-inner{margin-top:94px}@media screen and (min-width:1500px){.slider-tabs .slider-inner{margin-top:4.89583vw}}@media screen and (max-width:768px){.slider-tabs .slider-inner{margin-top:105px}}.rating{padding:40px 0 120px;background:#fff;position:relative}@media (min-width:1921px){.rating{padding:2.08333vw 0 6.25vw}.rating .wpproslider_t5_IMG_2{height:3.125vw;width:3.125vw;perspective-origin:1.5625vw 1.5625vw;transform-origin:1.5625vw 1.5625vw}.rating #wprev-slider-1 .wprev_preview_tcolor2_T5{font-size:.625vw;width:3.64583vw;margin-top:.3125vw}.rating #wprev-slider-1 .wprev_preview_bg1_T5{border-bottom:.15625vw solid #eee}.rating .wpproslider_t5_DIV_3L{width:3.64583vw;margin:.52083vw 0 .41667vw .41667vw}.rating #wprev-slider-1 .wprev_preview_tcolor1_T5{font-size:.72917vw;perspective-origin:8.98438vw 1.5625vw;transform-origin:8.98438vw 1.5625vw;margin:.41667vw}.rating .wprevpro_t5_DIV_1{margin-bottom:.52083vw}.rating #wprev-slider-1 .wprevsiteicon,.rating .wpproslider_t5_DIV_3_logo{height:1.66667vw}.rating span.wprevpro_star_imgs{margin-right:.15625vw}.rating #wprev-slider-1 .wprevpro_star_imgs span.svgicons{width:.83333vw;height:.83333vw;margin-bottom:-.10417vw;margin-right:.05208vw}}.rating:before{content:"";background-color:#fff;width:100%;height:120px;position:absolute;top:-80px;left:0;clip-path:polygon(0 50%,100% 0,100% 100%,0 100%);z-index:10}@media (min-width:1921px){.rating:before{height:6.25vw;top:-4.16667vw}}@media (max-width:576px){.rating:before{height:80px;top:-60px}}@media (min-width:1921px){.rating__container{max-width:75vw;padding-left:1.04167vw;padding-right:1.04167vw}}.rating__bg{display:flex;align-items:center;justify-content:center;position:absolute;z-index:11}.rating__bg img{max-width:100%;max-height:100%}@media (min-width:1921px){.rating__bg img{width:100%}}.rating__bg_first{width:64px;height:120px;top:-120px;right:0}@media (min-width:1921px){.rating__bg_first{width:3.33333vw;height:6.25vw;top:-6.25vw}}@media (max-width:1200px){.rating__bg_first{width:40px;height:70px;top:-40px}}.rating__bg_second{width:85px;height:85px;bottom:60px;left:2%}@media (min-width:1921px){.rating__bg_second{width:4.42708vw;height:4.42708vw;bottom:3.125vw}}@media (max-width:1600px){.rating__bg_second{bottom:40px}}@media (max-width:1200px){.rating__bg_second{width:50px;height:50px}}.rating__title{font-weight:400;font-size:60px;line-height:1;text-align:center;color:#000;margin:0 0 48px}@media (min-width:1921px){.rating__title{font-size:3.125vw;margin:0 0 2.5vw}}.rating__title span{font-weight:700;color:#0a8064}@media (max-width:1200px){.rating__title{font-size:48px;margin-bottom:32px}}@media (max-width:576px){.rating__title{font-size:32px;margin-bottom:24px}}.rating .wpproslider_t5_DIV_1a{margin:0 24px}@media (min-width:1921px){.rating .wpproslider_t5_DIV_1a{margin:0 1.25vw}}@media (max-width:1200px){.rating .wpproslider_t5_DIV_1a{margin:0 8px}}@media (max-width:600px){.rating .wpproslider_t5_DIV_1a{margin:0 24px}}.rating .wpproslider_t5_DIV_2{display:flex}.rating .wpproslider_t5_DIV_3L{flex:0 0 auto}.rating .wpproslider_t5_DIV_3_logo{bottom:4px;left:4px;right:unset}@media (min-width:1921px){.rating .wpproslider_t5_DIV_3_logo{bottom:.20833vw;left:.20833vw}}.rating .wpproslider_t5_P_4{text-align:left;padding-bottom:32px}@media (min-width:1921px){.rating .wpproslider_t5_P_4{padding-bottom:1.66667vw}}.rating .wprevpro_star_imgs_T5{display:block}.rating .slickwprev-arrow{display:none!important;background-color:#01af74;width:32px;height:32px;border-radius:100%;align-items:center;justify-content:center;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);opacity:1;font-size:0;color:transparent;transition:all .3s;background-size:20px!important;background-position:50%!important;background-repeat:no-repeat!important;z-index:10;transform:translateY(-50%) scaleX(-1)}@media (min-width:1921px){.rating .slickwprev-arrow{width:1.66667vw;height:1.66667vw;box-shadow:0 .20833vw .20833vw 0 rgba(0,0,0,.25);background-size:1.04167vw!important}}.rating .slickwprev-arrow.slickwprev-next{left:auto;right:-10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.704 22.006l-6.25-6.25 6.25-6.25M1.454 15.756h28.75'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(-90 15.482 14.649)' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")!important}@media (min-width:1921px){.rating .slickwprev-arrow.slickwprev-next{right:-.52083vw}}.rating .slickwprev-arrow.slickwprev-prev{right:auto;left:-10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23.962 8.256l6.25 6.25-6.25 6.25M30.212 14.506H1.462'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(90 15.351 15.482)' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")!important}@media (min-width:1921px){.rating .slickwprev-arrow.slickwprev-prev{left:-.52083vw}}.rating .slickwprev-arrow:before{display:none}.rating .slickwprev-arrow:focus,.rating .slickwprev-arrow:hover{background-color:#01af74;box-shadow:none}@media (max-width:600px){.rating .slickwprev-arrow{display:flex!important}}.rating .slickwprev-dots{display:none!important;bottom:-20px;justify-content:center;align-items:center}@media (min-width:1921px){.rating .slickwprev-dots{bottom:-1.04167vw}}@media (max-width:600px){.rating .slickwprev-dots{display:flex!important}}.rating .slickwprev-dots li{display:flex;align-items:center;justify-content:center;width:18px;height:18px}@media (min-width:1921px){.rating .slickwprev-dots li{width:.9375vw;height:.9375vw}}.rating .slickwprev-dots li button{width:10px;height:10px;border-radius:100%;background:#d9d9d9;transition:all .3s}@media (min-width:1921px){.rating .slickwprev-dots li button{width:.52083vw;height:.52083vw}}.rating .slickwprev-dots li button:before{display:none}.rating .slickwprev-dots li.slickwprev-active button{background:#01af74}.rating-stars{margin-bottom:70px;font-weight:600;font-size:30px;line-height:1.2;color:#08474a}@media screen and (min-width:1500px){.rating-stars{margin-bottom:3.64583vw;font-size:1.5625vw}}@media screen and (max-width:768px){.rating-stars{margin-bottom:48px}}.rating-stars__inner{display:flex;gap:20px}@media screen and (min-width:1500px){.rating-stars__inner{gap:1.0416vw}}@media screen and (max-width:768px){.rating-stars__inner{flex-direction:column;align-items:center}}.rating-stars__items{display:flex;gap:10px}@media screen and (min-width:1500px){.rating-stars__items{gap:.52083vw}}.rating-stars__items-wrapper{display:flex;gap:14px;color:#808285}@media screen and (min-width:1500px){.rating-stars__items-wrapper{gap:.7291vw}}.rating-stars__item{width:32px;height:30px;display:inline-block}@media screen and (min-width:1500px){.rating-stars__item{width:1.666vw;height:1.666vw}}.rating-stars__item--full{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='30' viewBox='0 0 32 30' fill='none'%3E%3Cpath d='M20.346 8.8a1.98 1.98 0 0 0 1.49 1.083l9.716 1.42-7.03 6.846a1.98 1.98 0 0 0-.57 1.753l1.66 9.67-8.688-4.568a1.98 1.98 0 0 0-1.843 0l-8.687 4.568 1.659-9.67a1.98 1.98 0 0 0-.57-1.753l-7.03-6.846 9.717-1.42A1.98 1.98 0 0 0 11.66 8.8L16.002 0l4.343 8.8z' fill='%23FCC942'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.rating-slider{overflow:hidden;position:relative}@media screen and (max-width:768px){.rating-slider{overflow:visible}}.rating-slider__wrapper{width:1790px}@media screen and (min-width:1500px){.rating-slider__wrapper{width:93.2291vw}}@media screen and (max-width:768px){.rating-slider__wrapper{width:100%}}.rating-slider__slide{background-color:#fff;box-shadow:4px 4px 8px rgba(0,0,0,.1);border-radius:6px;padding:38px 22px 42px;display:flex;gap:28px;color:#08474a}@media screen and (min-width:1500px){.rating-slider__slide{border-radius:.3125vw;padding:1.97917vw 1.14583vw 2.1875vw;gap:1.45833vw}}@media screen and (max-width:768px){.rating-slider__slide{box-shadow:none;flex-direction:column;align-items:center;padding:0;gap:0;background-color:transparent}}.rating-slider__image{width:82px;min-width:82px;height:82px;display:flex;justify-content:center;align-items:center;position:relative}@media screen and (min-width:1500px){.rating-slider__image{width:4.27083vw;min-width:4.27083vw;height:4.27083vw}}@media screen and (max-width:768px){.rating-slider__image{min-width:137px;width:137px;height:137px;padding:10px;border-radius:50%;background-color:#fff}}@media screen and (max-width:768px){.rating-slider__content{border-radius:6px;background:#fff;margin-top:-70px;padding:80px 20px 24px;width:100%}}.rating-slider__name{font-weight:600;font-size:30px;line-height:1.1;margin:8px 0 44px;height:66px;display:flex;align-items:center}@media screen and (min-width:1500px){.rating-slider__name{font-size:1.5625vw;margin:.41667vw 0 2.29167vw;height:3.4375vw}}@media screen and (max-width:768px){.rating-slider__name{text-align:center}}.rating-slider__rating{font-size:18px;line-height:1.1;margin-bottom:30px}@media screen and (min-width:1500px){.rating-slider__rating{font-size:.9375vw;margin-bottom:1.5625vw}}.rating-slider__header{display:flex;align-items:center;margin-bottom:12px}@media screen and (min-width:1500px){.rating-slider__header{margin-bottom:.625vw}}.rating-slider__header .rating-stars__item{width:22px;height:20px;margin-top:-6px}@media screen and (min-width:1500px){.rating-slider__header .rating-stars__item{width:1.14583vw;height:1.04167vw;margin-top:-.3125vw}}.rating-slider__time{font-size:18px;line-height:1.1;margin:0 14px}@media screen and (min-width:1500px){.rating-slider__time{font-size:.9375vw}}.rating-slider__text{font-size:20px;line-height:1.4;margin:0 0 24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:1500px){.rating-slider__text{font-size:1.04167vw;margin:0 0 1.25vw;height:4.58333vw}}@media screen and (max-width:768px){.rating-slider__text{height:116px;-webkit-line-clamp:4}}.rating-slider__like{padding:0 34px;font-size:18px;line-height:1.2;position:relative;text-decoration:none;color:#08474a}@media screen and (min-width:1500px){.rating-slider__like{padding:0 1.77083vw;font-size:.9375vw}}.rating-slider__like:hover{text-decoration:underline}.rating-slider__like:before{content:"";position:absolute;right:0;top:calc(50% - 2px);transform:translateY(-50%);width:24px;height:25px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M5.001 10.933h-3v10h3v-10zM19.001 9.933h-5v-5a1 1 0 0 0-1-1h-1L7.666 9.308A3 3 0 0 0 7 11.192v7.74a2 2 0 0 0 2 2h6.435a3 3 0 0 0 2.69-1.672l2.875-5.827v-1.5a2 2 0 0 0-2-2z' fill='%23646A6E'/%3E%3C/svg%3E") no-repeat 100%/contain}@media screen and (min-width:1500px){.rating-slider__like:before{width:1.25vw;height:1.30208vw}}@media screen and (max-width:768px){.rating-slider__like:before{right:auto}}.rating-slider__arrows{padding:0 66px;display:flex;justify-content:space-between;flex-direction:row-reverse;margin:8px}@media screen and (min-width:1500px){.rating-slider__arrows{padding:0 3.4375vw;margin:.41667vw}}@media screen and (max-width:768px){.rating-slider__arrows{box-shadow:none;position:absolute;top:calc(50% + 40px);left:0;right:0;transform:translateY(-50%);padding:0 6px}}.rating-slider__arrow{font-size:0;width:76px;height:76px;border-radius:50%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='31' viewBox='0 0 30 31' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.871 21.969l-6.25-6.25 6.25-6.25M.621 15.719h28.75'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(-90 15.047 15.047)' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50%/30px 30px,#08474a;box-shadow:0 4px 4px rgba(0,0,0,.25)}@media screen and (min-width:1500px){.rating-slider__arrow{width:3.95833vw;height:3.95833vw}}@media screen and (max-width:768px){.rating-slider__arrow{width:28px;height:28px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='28' viewBox='0 0 27 28' fill='none'%3E%3Ccircle cx='13.5' cy='14' r='13.5' fill='%23fff'/%3E%3Cpath d='M14.625 18.5l-4.5-4.5 4.5-4.5' stroke='%23000' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%/28px}}@media screen and (max-width:768px){.rating-slider__arrow-prev{box-shadow:0 4px 4px rgba(0,0,0,.25)}}.rating-slider__arrow-next{transform:rotate(180deg) translateY(36px);display:none}@media screen and (max-width:768px){.rating-slider__arrow-next{transform:rotate(180deg);display:block;box-shadow:0 -4px 4px rgba(0,0,0,.25)}}.rating-slider__bullets{position:absolute;top:100%;padding:34px 0;gap:11px}@media screen and (min-width:1500px){.rating-slider__bullets{padding:1.77083vw 0;gap:.57292vw}}.rating-slider__bullet{width:12px;height:12px;border-radius:50%;background-color:#fff}@media screen and (min-width:1500px){.rating-slider__bullet{width:.625vw;height:.625vw}}.rating-slider__bullet.glide__bullet--active{background-color:#08474a}.addition-info{position:relative;z-index:2;background:#f4f4f4;padding:40px 0 0}@media (min-width:1921px){.addition-info{padding:2.08333vw 0 0}}.addition-info h2,.addition-info p{margin:0}@media (min-width:1921px){.addition-info__container{max-width:75vw;padding-left:1.04167vw;padding-right:1.04167vw}}.addition-info__button{margin:0 0 8px;text-align:left;padding:0}@media (min-width:1921px){.addition-info__button{margin-bottom:.41667vw}}@media (max-width:768px){.addition-info__button{width:100%}}.addition-info__title{font-size:28px;font-weight:700;color:#01af74;line-height:41px}@media (min-width:1921px){.addition-info__title{font-size:1.45833vw;line-height:2.13542vw}}.addition-info__content{color:#08474a;font-size:21px;font-weight:400}@media (min-width:1921px){.addition-info__content{font-size:1.09375vw}}.addition-info .table-container{width:100%;max-width:100%;overflow-x:auto}@media (max-width:991px){.addition-info .table-container{width:auto;max-width:unset;margin:0 -20px;padding:0 20px}}.addition-info .table-container::-webkit-scrollbar{height:18px}.addition-info .table-container::-webkit-scrollbar-track{background:#f4f4f4;margin:0 14px}.addition-info .table-container::-webkit-scrollbar-thumb{border:6px solid #f4f4f4;background:#5b7f80;border-radius:30px}.addition-info .table-container table{max-width:unset}.formula-content{background:#f4f4f4;padding:80px 0;position:relative}@media (min-width:1921px){.formula-content{padding:4.16667vw 0}}@media (max-width:991px){.formula-content{padding:80px 0 60px}}.formula-content__bg{display:flex;align-items:center;justify-content:center;position:absolute;z-index:11}.formula-content__bg img{max-width:100%;max-height:100%}@media (min-width:1921px){.formula-content__bg img{width:100%}}.formula-content__container{position:relative;z-index:12}@media (min-width:1921px){.formula-content__container{max-width:75vw;padding-left:1.04167vw;padding-right:1.04167vw}}.formula-content__wrapper{display:flex;align-items:center;justify-content:space-between;gap:2%;margin-bottom:64px;padding:0 80px}@media (min-width:1921px){.formula-content__wrapper{padding:0 4.16667vw;margin-bottom:3.33333vw}}@media (max-width:1400px){.formula-content__wrapper{padding:0 40px}}@media (max-width:1200px){.formula-content__wrapper{padding:0}}@media (max-width:991px){.formula-content__wrapper{flex-direction:column;justify-content:flex-start;margin-bottom:72px;padding:0 80px}}@media (max-width:768px){.formula-content__wrapper{padding:0}}.formula-content__wrapper.reversed{flex-direction:row-reverse}@media (max-width:991px){.formula-content__wrapper.reversed{flex-direction:column}}.formula-content__img{display:flex;align-items:center;justify-content:center;flex:0 1 600px}@media (min-width:1921px){.formula-content__img{flex:0 1 31.25vw}}@media (max-width:991px){.formula-content__img{order:-1;flex:1 1 auto;margin-bottom:16px}}.formula-content__img img{max-width:100%;max-height:100%;object-fit:contain}@media (min-width:1921px){.formula-content__img img{width:100%}}.formula-content__info{flex:0 1 530px}@media (min-width:1921px){.formula-content__info{flex:0 1 27.60417vw}}@media (max-width:991px){.formula-content__info{flex:1 1 auto}}.formula-content__title{display:block;font-weight:800;font-size:60px;line-height:1;color:#01af74;margin-bottom:16px}.formula-content__title p{margin:0}@media (min-width:1921px){.formula-content__title{font-size:3.125vw;margin-bottom:.83333vw}}@media (max-width:1200px){.formula-content__title{font-size:48px}}@media (max-width:576px){.formula-content__title{font-size:32px}}.formula-content__subtitle{display:block;color:#000;font-size:40px;line-height:1;margin-bottom:8px}.formula-content__subtitle p{margin:0}@media (min-width:1921px){.formula-content__subtitle{font-size:2.08333vw;margin-bottom:.41667vw}}@media (max-width:1200px){.formula-content__subtitle{font-size:32px}}@media (max-width:576px){.formula-content__subtitle{font-size:24px}}.formula-content__descr{color:#000;font-size:20px;line-height:1.3}.formula-content__descr p{margin:0}@media (min-width:1921px){.formula-content__descr{font-size:1.04167vw}}@media (max-width:1200px){.formula-content__descr{font-size:16px}}@media (max-width:576px){.formula-content__descr{font-size:14px}}.formula-content__link{display:block;margin:0 auto;font-size:30px;text-align:center;font-weight:700;line-height:1.1;color:#0a8064}.formula-content__link:hover{text-decoration:none}@media (min-width:1921px){.formula-content__link{font-size:1.5625vw}}@media (max-width:1200px){.formula-content__link{font-size:24px}}@media (max-width:576px){.formula-content__link{font-size:16px}}.formula-content-btn{width:fit-content;margin:110px auto 80px}@media (min-width:1921px){.formula-content-btn{margin:5.72917vw auto 4.16667vw}}@media (max-width:576px){.formula-content-btn{margin:110px auto 60px}}.formula-content-btn .btn-text{padding:0 32px;font-weight:400}@media (min-width:1921px){.formula-content-btn .btn-text{padding:0 1.66667vw}}@media (max-width:576px){.formula-content-btn .btn-text{font-size:16px;padding:0 12px}}.formula-content-btn .btn-text>span{padding-right:4px;font-weight:700}.formula-content__faq .faq{padding:102px 0 30px;background:none}@media screen and (min-width:1500px){.formula-content__faq .faq{padding:5.3125vw 0 1.5625vw}}@media screen and (max-width:768px){.formula-content__faq .faq{padding:80px 0 24px}}.formula-content__faq .container{padding:0}.formula-content__faq .faq-subtitle{display:block;font-weight:800;font-size:60px;line-height:1;color:#01af74}@media (min-width:1921px){.formula-content__faq .faq-subtitle{font-size:3.125vw}}@media (max-width:1200px){.formula-content__faq .faq-subtitle{font-size:48px}}@media (max-width:576px){.formula-content__faq .faq-subtitle{font-size:32px}}.formula-content__faq .faq-inner{background-color:unset}.formula-content__faq-link{max-width:1220px;margin:0 auto;text-align:left}.formula-content-first:before{content:"";background-color:#f4f4f4;width:100%;height:120px;position:absolute;top:-100px;left:0;clip-path:polygon(0 50%,100% 0,100% 100%,0 100%);z-index:10}@media (min-width:1921px){.formula-content-first:before{height:6.25vw;top:-5.20833vw}}@media (max-width:576px){.formula-content-first:before{height:80px;top:-80px}}.formula-content-first .formula-content__bg_first{width:160px;height:120px;top:160px;right:2%}@media (min-width:1921px){.formula-content-first .formula-content__bg_first{width:8.33333vw;height:6.25vw;top:8.33333vw}}@media (max-width:1700px){.formula-content-first .formula-content__bg_first{width:100px;height:60px;top:20px}}@media (max-width:1200px){.formula-content-first .formula-content__bg_first{width:60px;height:40px;top:20px}}.formula-content-first .formula-content__bg_second{width:140px;height:140px;bottom:160px;left:2%}@media (min-width:1921px){.formula-content-first .formula-content__bg_second{width:7.29167vw;height:7.29167vw;bottom:8.33333vw}}@media (max-width:1700px){.formula-content-first .formula-content__bg_second{width:90px;height:90px;bottom:60px}}@media (max-width:1200px){.formula-content-first .formula-content__bg_second{display:none}}.formula-content-second .formula-content__bg_first{width:130px;height:90px;top:160px;right:2%}@media (min-width:1921px){.formula-content-second .formula-content__bg_first{width:6.77083vw;height:4.6875vw;top:8.33333vw}}@media (max-width:1700px){.formula-content-second .formula-content__bg_first{width:100px;height:60px;top:20px}}@media (max-width:1200px){.formula-content-second .formula-content__bg_first{width:60px;height:40px;top:60px}}.formula-content-second .formula-content__bg_second{width:280px;height:330px;bottom:-50px;left:0}@media (min-width:1921px){.formula-content-second .formula-content__bg_second{width:14.58333vw;height:17.1875vw;bottom:-2.60417vw}}@media (max-width:1800px){.formula-content-second .formula-content__bg_second{width:180px;height:220px;bottom:-40px}}@media (max-width:1500px){.formula-content-second .formula-content__bg_second{width:120px;height:160px}}@media (max-width:1200px){.formula-content-second .formula-content__bg_second{width:90px;height:120px}}.formula-content-third .formula-content__bg_first{width:150px;height:170px;bottom:35%;left:2%}@media (min-width:1921px){.formula-content-third .formula-content__bg_first{width:7.8125vw;height:8.85417vw}}@media (max-width:1700px){.formula-content-third .formula-content__bg_first{width:120px;height:140px}}@media (max-width:1200px){.formula-content-third .formula-content__bg_first{width:80px;height:90px;left:0}}@media (max-width:767px){.formula-content-third .formula-content__bg_first{display:none}}.formula-content-third .formula-content__bg_second{width:110px;height:110px;bottom:200px;right:2%}@media (min-width:1921px){.formula-content-third .formula-content__bg_second{width:5.72917vw;height:5.72917vw;bottom:10.41667vw}}@media (max-width:1200px){.formula-content-third .formula-content__bg_second{width:50px;height:50px;right:0}}.gallery{background:#ededed}.gallery .breadcrumb-wrapper{top:200px}@media (min-width:1500px){.gallery .breadcrumb-wrapper{top:17.1875vw}}@media (max-width:1200px){.gallery .breadcrumb-wrapper{top:225px}}@media (min-width:1921px){.gallery .breadcrumb-wrapper .breadcrumb{gap:2.86458vw;margin:0 0 2.34375vw}}@media (min-width:1921px){.gallery .breadcrumb-wrapper .breadcrumb-item{font-size:.88542vw}}@media (min-width:1921px){.gallery .breadcrumb-wrapper .breadcrumb-item:not(:last-child):before{width:.26042vw;height:.52083vw;background-repeat:no-repeat;background-size:contain;background-position:50%;right:200%}}.gallery .fancybox__container button.f-button[data-fancybox-toggle-fullscreen],.gallery .fancybox__container button.f-button[data-fancybox-toggle-slideshow],.gallery .fancybox__container button.f-button[data-fancybox-toggle-thumbs],.gallery .fancybox__container button.f-button[data-panzoom-action]{display:none}.gallery .fancybox__container button.f-button[data-fancybox-close]{background:#6a6a6a}.gallery .fancybox__container button.f-button[data-fancybox-close] svg path{stroke:#fff}.gallery .fancybox__container button.f-button[data-fancybox-close]:hover{background:#9c9c9c}.gallery .fancybox__container .fancybox__backdrop{background:rgba(0,0,0,.7)}@media (max-width:576px){.gallery .fancybox__container .fancybox__nav{display:none}}.gallery .fancybox__container .fancybox__nav button.f-button{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='17' viewBox='0 0 32 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.871 14.875l-6.25-6.25 6.25-6.25M1.621 8.625h28.75' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%/50%,#6a6a6a;border-radius:100%;box-shadow:0 4px 4px rgba(0,0,0,.25)}.gallery .fancybox__container .fancybox__nav button.f-button.is-next{right:5%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='17' viewBox='0 0 32 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.129 2.125l6.25 6.25-6.25 6.25M30.379 8.375H1.629' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%/50%,#6a6a6a}.gallery .fancybox__container .fancybox__nav button.f-button.is-prev{left:5%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='17' viewBox='0 0 32 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.871 14.875l-6.25-6.25 6.25-6.25M1.621 8.625h28.75' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%/50%,#6a6a6a}.gallery .fancybox__container .fancybox__nav button.f-button svg{display:none}.gallery .fancybox__container .fancybox__nav button.f-button:hover{background-color:#9c9c9c}.gallery .fancybox__container .f-thumbs__slide button{opacity:1}.gallery .fancybox__container .f-thumbs__slide button:after{display:none!important}.gallery .fancybox__container .f-thumbs__slide button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;opacity:.5;transition:all .3s;z-index:1}.gallery .fancybox__container .f-thumbs__slide.is-nav-selected button:before{opacity:0}.gallery-section{padding:60px 0}@media (min-width:1921px){.gallery-section{padding:3.125vw 0}}@media (max-width:991px){.gallery-section{padding:50px 0}}@media (min-width:1921px){.gallery-section__container{max-width:75vw;padding-left:1.04167vw;padding-right:1.04167vw}}.gallery-section__title{font-weight:900;font-size:70px;line-height:1;text-align:center;margin:0 0 140px;color:#08474a}@media (min-width:1921px){.gallery-section__title{font-size:3.64583vw;margin:0 0 7.29167vw}}@media (max-width:991px){.gallery-section__title{font-size:56px;margin:0 0 90px;text-align:left}}.gallery-section__slider{padding:0 20px;margin-bottom:40px}@media (min-width:1921px){.gallery-section__slider{margin-bottom:2.08333vw;padding:0 1.04167vw}}@media (max-width:991px){.gallery-section__slider{margin:0 -20px 30px}}.gallery-section__slider:after,.gallery-section__slider:before{content:"";position:absolute;top:0;height:100%;width:50px;z-index:2}@media (min-width:1921px){.gallery-section__slider:after,.gallery-section__slider:before{width:2.60417vw}}.gallery-section__slider:after{left:0;background:linear-gradient(90deg,hsla(0,0%,93%,.8),hsla(0,0%,93%,0))}.gallery-section__slider:before{right:0;background:linear-gradient(270deg,hsla(0,0%,93%,.8),hsla(0,0%,93%,0))}.gallery-section__arrow{width:32px;height:32px;background:#bfd44a;border-radius:100%;box-shadow:0 2px 2px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;top:35px;transform:translateY(-50%) rotate(180deg);z-index:3;pointer-events:auto;opacity:1;visibility:visible;transition:all .3s}.gallery-section__arrow:hover{opacity:.9}.gallery-section__arrow-next{left:auto;right:10px}@media (max-width:1440px){.gallery-section__arrow-next{right:4px}}.gallery-section__arrow-prev{right:auto;left:10px}@media (max-width:1440px){.gallery-section__arrow-prev{left:4px}}.gallery-section__arrow-prev img{transform:rotate(180deg)}.gallery-section__arrow.swiper-button-disabled{pointer-events:none;opacity:0;visibility:hidden}.gallery-section__arrow img{max-height:50%;max-width:50%;object-fit:contain}.gallery-section__btn{cursor:pointer;display:flex;flex-direction:column;align-items:center;background:none;border:none;padding:0 12px;width:134px}@media (min-width:1921px){.gallery-section__btn{padding:0 .625vw;width:6.97917vw}}.gallery-section__btn:hover .gallery-section__subtitle:after{opacity:.2}.gallery-section__btn.opened .gallery-section__subtitle:after{opacity:1}.gallery-section__preview{width:100%;height:70px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}@media (min-width:1921px){.gallery-section__preview{height:3.64583vw;margin-bottom:1.04167vw}}.gallery-section__preview img{border-radius:2px;width:100%;height:100%;object-fit:cover}@media (min-width:1921px){.gallery-section__preview img{border-radius:.10417vw}}.gallery-section__subtitle{font-family:ploni,sans-serif;font-weight:500;font-size:18px;line-height:1;text-align:center;padding-bottom:12px;position:relative;color:#000}@media (min-width:1921px){.gallery-section__subtitle{font-size:.9375vw;padding-bottom:.625vw}}.gallery-section__subtitle:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#000;height:2px;width:40px;opacity:0;transition:all .3s}@media (min-width:1921px){.gallery-section__subtitle:after{height:.10417vw;width:2.08333vw}}.gallery-section__grid{display:none;flex-wrap:wrap;column-gap:24px}@media (min-width:1921px){.gallery-section__grid{column-gap:1.33333%}}@media (max-width:768px){.gallery-section__grid{column-gap:10px}}.gallery-section__grid.opened{display:flex}.gallery-section__item{flex:0 0 calc(25% - 18px);position:relative;margin-bottom:24px}@media (min-width:1921px){.gallery-section__item{flex:0 0 24%;margin-bottom:1.25vw}}@media (max-width:991px){.gallery-section__item{flex:0 0 calc(33.333% - 16px)}}@media (max-width:768px){.gallery-section__item{flex:0 0 calc(50% - 5px);margin-bottom:10px}}.gallery-section__item:hover .gallery-section__hover{opacity:1;visibility:visible}.gallery-section__img{display:block;width:100%;height:0;position:relative;padding-bottom:66%;overflow:hidden}.gallery-section__img img{object-fit:cover}.gallery-section__hover,.gallery-section__img img{position:absolute;top:0;left:0;width:100%;height:100%}.gallery-section__hover{display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700;line-height:1;gap:12px;border:5px solid #000;background:rgba(0,0,0,.4);pointer-events:none;z-index:2;opacity:0;visibility:hidden;transition:all .3s}@media (min-width:1921px){.gallery-section__hover{font-size:.9375vw;border:.26042vw solid #000;gap:.625vw}}@media (max-width:475px){.gallery-section__hover{font-size:16px;gap:8px}}.gallery-section__hover img{width:36px;height:36px;object-fit:contain}@media (min-width:1921px){.gallery-section__hover img{width:1.875vw;height:1.875vw}}@media (max-width:475px){.gallery-section__hover img{width:24px;height:24px}}