@import url(https://fonts.googleapis.com/css?family=Play:regular,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,700&display=swap);
.carousel{box-sizing:border-box;position:relative}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{max-height:100%;max-width:100%;overflow:hidden;position:relative}.carousel__track{display:flex}.carousel__slide{-ms-scroll-chaining:none;flex:0 0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;width:var(--carousel-slide-width,60%)}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{display:flex;justify-content:center;left:0;list-style:none;margin:0 auto;padding:0;position:absolute;right:0;top:calc(100% + .5rem);-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{cursor:pointer;display:block;height:22px;margin:0;padding:0;position:relative;width:22px}.carousel__dots .carousel__dot:after{background-color:currentColor;border-radius:50%;content:"";height:8px;left:50%;opacity:.25;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:opacity .15s ease-in-out;width:8px}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{align-items:center;background:var(--carousel-button-bg,transparent);border:0;border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);color:var(--carousel-button-color,currentColor);cursor:pointer;display:flex;height:var(--carousel-button-height,48px);justify-content:center;padding:0;pointer-events:all;transition:opacity .15s ease;width:var(--carousel-button-width,48px)}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter,none);filter:var(--carousel-button-svg-filter,none);height:var(--carousel-button-svg-height,50%);pointer-events:none;width:var(--carousel-button-svg-width,50%)}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{-webkit-tap-highlight-color:transparent;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4));bottom:0;box-sizing:border-box;color:var(--fancybox-color,#fff);direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;right:0;top:0;-webkit-transform-origin:top left;transform-origin:top left;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{background:var(--fancybox-bg,rgba(24,24,27,.92));bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.fancybox__carousel{flex:1 1 auto;height:100%;min-height:0;position:relative;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{cursor:default;height:100%;overflow:visible;position:relative;width:100%}.fancybox__track{display:flex;height:100%}.fancybox__slide{-ms-scroll-chaining:none;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;display:flex;flex:0 0 auto;flex-direction:column;margin:0;max-width:100%;outline:0;overflow:auto;overscroll-behavior:contain;padding:48px 8px 8px;position:relative;width:100%}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);color:var(--fancybox-content-color,#374151);display:flex;flex-direction:column;margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;position:relative;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){box-shadow:none;outline:thin dotted}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;overflow-wrap:anywhere;padding:1rem 0 0;visibility:visible}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{color:var(--fancybox-color,#fff);top:100%}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;right:8px;right:calc(env(safe-area-inset-right, 0px) + 8px);top:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{color:var(--fancybox-color,#fff);position:absolute;right:0;top:-40px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{color:var(--fancybox-color,currentColor);height:50px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-transform-origin:center center;transform-origin:center center;width:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:currentColor;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite}@-webkit-keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{-webkit-animation:fancybox-fadeIn .15s ease backwards;animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{-webkit-animation:fancybox-fadeOut .15s ease both;animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{-webkit-animation:fancybox-fadeIn .15s ease both;animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{-webkit-animation:fancybox-fadeOut .1s ease both;animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{-webkit-animation:fancybox-zoomInUp .2s ease both;animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{-webkit-animation:fancybox-zoomOutDown .15s ease both;animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{-webkit-animation:fancybox-throwOutUp .15s ease both;animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{-webkit-animation:fancybox-throwOutDown .15s ease both;animation:fancybox-throwOutDown .15s ease both}@-webkit-keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@-webkit-keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@-webkit-keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@-webkit-keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc hsla(0,0%,100%,.1);scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;transform-origin:0 0;transition:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.has-image .fancybox__content{background:transparent;min-height:1px;padding:0}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-height:100%;max-width:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{height:auto;max-width:100%}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{height:100%;width:100%}.has-image[data-image-fit=cover] .fancybox__image{height:100%;object-fit:cover;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{height:80%;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fancybox__thumbs{flex:0 0 auto;opacity:var(--fancybox-opacity,1);padding:0 3px;position:relative}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:0;overflow:visible;padding:8px 3px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border:5px solid var(--fancybox-accent-color,rgba(34,213,233,.96));border-radius:var(--fancybox-thumbs-border-radius,4px);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{background-color:hsla(0,0%,100%,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--fancybox-thumbs-border-radius,4px);padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));position:relative;width:100%}.fancybox__toolbar{--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));display:flex;justify-content:space-between;left:0;opacity:var(--fancybox-opacity,1);padding:0;position:absolute;right:0;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4));top:0;touch-action:none;z-index:20}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{-webkit-font-smoothing:subpixel-antialiased;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--carousel-button-height,48px);min-width:72px;padding:0 10px;text-align:center}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;-webkit-user-select:none;-ms-user-select:none;user-select:none;z-index:30}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
@charset "UTF-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,tt,u,ul,var{background:transparent;border:0;margin:0;outline:0;padding:0;vertical-align:baseline}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}table,table tbody,table td,table th,table thead,table tr{border:0}td,th{padding:0}*,:after,:before{-webkit-appearance:none}.dropzone{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;width:100%}.dropzone,.dropzone .label,.dropzone .list,.dropzone label{display:-webkit-box;display:-webkit-flex;display:flex}.dropzone .remove-icon{display:none;margin-left:auto;position:relative;z-index:2}.dropzone .remove-icon svg{fill:#ccc;height:20px;max-height:20px;vertical-align:middle;width:20px}.dropzone .label,.dropzone label{-webkit-box-align:center;-webkit-align-items:center;align-items:center;border:1px dashed #ccc;color:#ccc;height:50px;padding-left:20px;padding-right:10px;position:relative;width:100%}.dropzone .label.error,.dropzone label.error{border-color:#fa2645}.dropzone .label.error .img,.dropzone label.error .img{display:none}.dropzone .label .img,.dropzone label .img{-webkit-flex-shrink:0;flex-shrink:0;height:20px;margin-right:10px;position:relative;width:20px}.dropzone .label .img svg,.dropzone label .img svg{display:block;height:100%;max-height:100%;width:100%}.dropzone .label .text,.dropzone label .text{color:#ccc;font-size:16px;font-weight:300;line-height:1.1}.dropzone .label .errors,.dropzone label .errors{color:#fa2645;display:none;font-size:16px}.dropzone .label input,.dropzone label input{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.dropzone .file-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin-top:20px;width:100%}.dropzone>input{display:none;opacity:0}.dropzone .file{-webkit-box-align:center;-webkit-box-pack:justify;-webkit-align-items:center;align-items:center;background-color:hsla(0,0%,100%,.2);border-radius:3px;display:-webkit-box;display:-webkit-flex;display:flex;height:30px;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:10px;overflow:hidden;padding-left:10px;padding-right:5px;position:relative;width:100%}.dropzone .file.empty{display:none}.dropzone .file .title{max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropzone .file .close{padding-left:5px;padding-right:5px}.dropzone .file .progress-bar{background-color:#f83b6a;bottom:0;height:2px;left:0;position:absolute}html{height:100%}@media (min-width:768px){body.popup-shown .page{overflow:hidden}}@media (max-width:767px){body.popup-shown .page{display:none}}.container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:1280px}@media (max-width:1365px){.container{width:990px}}@media (max-width:1023px){.container{width:720px}}@media (max-width:767px){.container{width:450px}}@media (max-width:479px){.container{padding:0 20px;width:100%}}@media (max-width:374px){.container{padding:0 10px}}.d-flex{display:-webkit-box;display:-webkit-flex;display:flex}.f-column{-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.f-column,.f-column-rev{-webkit-box-orient:vertical}.f-column-rev{-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.f-row{-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.f-row,.f-row-rev{-webkit-box-orient:horizontal}.f-row-rev{-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.f-wrap{-webkit-flex-wrap:wrap;flex-wrap:wrap}.f-nowrap{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.align-items-start{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.align-items-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.align-items-end{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.align-items-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}.justify-content-start{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.justify-content-center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.justify-content-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.justify-content-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.justify-content-around{-webkit-justify-content:space-around;justify-content:space-around}.w-full{width:100%}.w-half{width:50%}.bg-black{background-color:#1a1933}.txt-black{color:#1a1933}.bg-white{background-color:#fff}.txt-white{color:#fff}.bg-pink{background-color:#f83b6a}.txt-pink{color:#f83b6a}.bg-green{background-color:#629c44}.txt-green{color:#629c44}.bg-yellow{background-color:#ffc957}.txt-yellow{color:#ffc957}.bg-blue{background-color:#0ebfe9}.txt-blue{color:#0ebfe9}.bg-img{background-position:50%;background-repeat:no-repeat;background-size:cover}.txt-center{text-align:center}.txt-upper{text-transform:uppercase}.row{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.hide{display:none}.transition{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:all .2s;transition:all .2s}input[readonly],select[readonly],textarea[readonly]{background:none;border-color:#e6e6e6;cursor:default}input.ok,select.ok,textarea.ok{border-color:#629c44}input.error,select.error,textarea.error{border-color:#ff8339}.blocker{background-color:hsla(0,0%,100%,.7);bottom:0;display:none;left:0;position:absolute;right:0;top:0;z-index:5}.custom-checkbox{-webkit-box-align:center;-webkit-box-align:start;-webkit-align-items:center;align-items:center;-webkit-align-items:flex-start;align-items:flex-start;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;max-width:100%;padding-top:5px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-checkbox input{cursor:pointer;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:4}.custom-checkbox .checkmark{border:1px solid #1a1933;display:block;-webkit-flex-shrink:0;flex-shrink:0;height:18px;position:relative;width:18px}.custom-checkbox .checkmark:after{content:"";display:none;-webkit-flex-shrink:0;flex-shrink:0}.custom-checkbox .checkmark{border-radius:3px}.custom-checkbox .checkmark:after{border:solid #1a1933;border-width:0 1.3px 1.3px 0;height:14.4px;left:5.4545454545px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:6px}.custom-checkbox input:checked~.checkmark:after{display:block}.custom-checkbox .checkmark{background:linear-gradient(25.89deg,#f95e0c 10.65%,#ff8d24 95.62%);border:0;border-radius:4px;height:20px;margin-right:10px;margin-top:4px;width:20px}.custom-checkbox .checkmark:after{background:url(/img/check.svg) 50% no-repeat;border:0;height:100%;left:0;top:0;-webkit-transform:unset;transform:unset;width:100%}.custom-checkbox .text{color:#433f3f;display:block;-webkit-flex-shrink:1;flex-shrink:1;font-size:14px;line-height:21px;max-width:100%}.custom-checkbox .text a{position:relative;z-index:5}@media (max-width:767px){.custom-checkbox .text{font-size:14px;text-align:left}}@media (max-width:479px){.custom-checkbox .text{font-size:12px;text-align:left}}.custom-radio{-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;max-width:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-radio input{cursor:pointer;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:4}.custom-radio .checkmark{border:1px solid #f83b6a;display:block;-webkit-flex-shrink:0;flex-shrink:0;height:18px;position:relative;width:18px}.custom-radio .checkmark:after{content:"";display:none;-webkit-flex-shrink:0;flex-shrink:0}.custom-radio .checkmark{-webkit-box-align:center;-webkit-box-pack:center;-webkit-align-items:center;align-items:center;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.custom-radio .checkmark:after{background-color:#f83b6a;border-radius:50%;height:9px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:9px}.custom-radio input:checked~.checkmark:after{display:block}.popup{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-webkit-box-align:center;-webkit-box-flex:1;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex:auto;flex:auto;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;opacity:0;width:100%}.popup h2,.popup p{text-align:center}.popup p{font-size:20px;margin-bottom:30px}.popup .popup-form__item{width:100%}.popup .popup__form-button{margin-top:5px}.popup textarea{height:200px;resize:none;width:100%}.popup button{height:70px}.popup .form-box{-webkit-box-pack:justify;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;margin:0 auto;max-width:620px;width:100%}.popup .form-col{width:300px}.popup .form-col.form-actions{padding-top:10px;text-align:center;width:100%}.popup .form-col.form-actions .btn{height:75px;padding:0 15px}.popup .form-col.form-policy{-webkit-box-pack:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding-top:20px;width:100%}.popup .form-item{margin-bottom:15px;width:100%}.popup .btn{width:100%}.popup.hidden{display:none}.popup .popup-inner{background:#fff;border:0;border-radius:10px;box-shadow:0 14px 35px -4px rgba(79,61,16,.08);max-width:100%;opacity:.999;padding:50px 40px;position:relative;z-index:1002}.popup .popup-inner form{width:100%}.popup .popup-feedback{max-width:360px;width:100%}.popup .popup-content-calc .custom-checkbox{-webkit-box-pack:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.popup .popup-content-calc .custom-checkbox .checkmark{margin-top:0}.popup .popup-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.popup .popup-content h3{background:none;padding-left:0}.popup .popup-close{-webkit-box-align:center;-webkit-box-pack:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;opacity:1;position:absolute;right:25px;top:25px;z-index:1003}.popup .popup-close:hover{opacity:.8}@media (min-width:480px){.popup{padding:10px}.popup .popup-inner{overflow-y:auto}}@media (min-width:768px){.popup{overflow:hidden;position:fixed;z-index:1000}.popup,.popup .popup-bg{height:100%;left:0;top:0}.popup .popup-bg{background:rgba(0,0,0,.5);position:absolute;width:100%}.popup .popup-inner{max-width:560px;width:100%}.popup.popup-privacy .popup-inner{max-width:900px}}@media (max-width:767px){.popup{-webkit-box-pack:start;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#fff;-webkit-justify-content:flex-start;justify-content:flex-start}.popup .popup-inner{height:100vh;overflow:auto;padding:50px 20px}}@media (min-width:480px) and (max-width:767px){.popup{background-color:rgba(39,55,71,.12);padding:15px}.popup .popup-inner{min-height:auto}}@media (max-width:479px){.popup .popup-inner{padding-left:10px;padding-right:10px}}.popup .form-policy{font-size:14px;margin:0 auto}.popup .form-policy .custom-checkbox .checkmark{background:#fff;margin-right:10px}.popup .form-policy .custom-checkbox .checkmark:after{border-color:#fff}@media (max-width:1023px){.popup .popup-inner{padding:40px 30px}.popup .popup-close{height:40px;right:0;top:0;width:40px}}@media (max-width:767px){.popup .popup-inner{font-size:14px;padding:40px 30px}.popup .form-col{width:100%}.popup p{font-size:16px}}@media (max-width:479px){.popup .popup-inner{padding:40px 20px}.popup .popup-close{height:35px;right:0;top:0;width:35px}.popup .popup-close svg{height:25px;width:25px}}[data-popup=privacy-policy] h3{margin-bottom:10px}[data-popup=privacy-policy] .text{overflow-wrap:break-word;white-space:pre-line;width:100%}@media (min-width:768px){[data-popup=privacy-policy] .popup-inner{padding:30px 20px}}[data-popup^=form] .popup-inner{max-width:340px;width:100%}[data-popup^=form] .popup-inner .popup-content{width:100%}[data-popup^=form] .popup-inner .popup-content>*{max-width:100%}@media (min-width:768px){[data-popup^=form] .popup-inner{padding:25px 20px 40px}}.sixteen-nine{position:relative}.sixteen-nine:before{content:"";display:block;padding-top:56.25%;width:100%}.sixteen-nine>iframe{height:100%;width:100%}.sixteen-nine>.content,.sixteen-nine>iframe{bottom:0;left:0;position:absolute;right:0;top:0}[data-multi-img]{display:none}@-webkit-keyframes outline-fade{0%{outline-color:rgba(60,179,113,.8)}to{outline-color:rgba(60,179,113,.1)}}@keyframes outline-fade{0%{outline-color:rgba(60,179,113,.8)}to{outline-color:rgba(60,179,113,.1)}}[le-key]{-webkit-animation:outline-fade 1s ease-in 0s infinite alternate;animation:outline-fade 1s ease-in 0s infinite alternate;cursor:pointer;outline:1px dashed rgba(60,179,113,.8)!important}@font-face{font-display:swap;font-family:icons;font-style:normal;font-weight:400;src:url(/fonts/icons.woff2) format("woff2"),url(/fonts/icons.woff) format("woff")}.card-benefits__image-last:after,.card-benefits__image-last:before,.how-choose:after,.how-choose:before,.swiper-button-next:before,.swiper-button-prev:before,[class*=_icon-]:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}[class*=_icon-]:before{display:block}._icon-close:before{content:""}._icon-leaf:before{content:""}._icon-loc:before{content:""}._icon-mail:before{content:""}._icon-tel:before{content:""}._icon-arrow:before{content:""}*{border:0;margin:0;padding:0}*,:after,:before{box-sizing:border-box}body,html{height:100%;min-width:320px}body{color:#363333;font-size:.875rem;line-height:1}body,button,input,textarea{font-family:Roboto,sans-serif}button,input,textarea{font-size:inherit}button{background-color:inherit;cursor:pointer}a,button{color:inherit}a:hover,a:link,a:visited{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}.lock body{overflow:hidden;touch-action:none}.wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;min-height:100%;overflow:hidden}.wrapper>main{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto}.wrapper>*{min-width:0}[class*=__container]{box-sizing:content-box;margin:0 auto;max-width:80rem;padding:0 .9375rem}body:after{background-color:rgba(0,0,0,.5);content:"";height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;-webkit-transition:opacity .8s ease 0s;transition:opacity .8s ease 0s;width:100%;z-index:149}[data-fullscreen]{min-height:100vh}.touch [data-fullscreen]{min-height:-webkit-calc(var(--vh,1vh)*100);min-height:calc(var(--vh, 1vh)*100)}@media (max-width:48em){.touch [data-fullscreen]{-webkit-transition:height .2s;transition:height .2s}}[class*=-ibg]{position:relative}[class*=-ibg] img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}[class*=-ibg_contain] img{-o-object-fit:contain;object-fit:contain}.intro__title em,.options__title em{background-color:#6aa426;border-radius:.1875rem;color:#fff;content:"";display:inline-block;font-size:1rem;font-style:normal;font-weight:500;line-height:1.2222222222;margin-left:.9375rem;max-width:15.1875rem;padding:.3125rem .625rem;text-align:left}.about-card-1,.card-model,.card-option,.cards-about,.location__info{background-color:#fff;border-radius:.5rem;box-shadow:0 14px 35px -4px rgba(79,61,16,.1);font-size:17px;line-height:1.5}.about-card-1 span,.card-model span,.card-option span,.cards-about span,.location__info span{color:#f9620e;font-weight:500}.card-model__image,.card-option__image,.location__inner{border:1px solid #e2e2e2;border-radius:5px}.about-card-2__text,.card-benefits__text,.card-intro__text,.card-model__subtext,.consultation__text,.contacts__address,.contacts__text,.how-choose__text,.hurricane__text,.main__text,.popup__subtitle,.prices__text{font-size:1.125rem;line-height:1.5}@media (min-width:81.875em){.advantages,.benefits,.catalog,.consultation,.contacts,.how-choose,.hurricane,.location,.news,.options{padding-top:6.25rem}}@media (min-width:20em) and (max-width:81.875em){@supports (padding-top:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem)){.advantages,.benefits,.catalog,.consultation,.contacts,.how-choose,.hurricane,.location,.news,.options{padding-top:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem)}}@supports not (padding-top:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem)){.advantages,.benefits,.catalog,.consultation,.contacts,.how-choose,.hurricane,.location,.news,.options{padding-top:calc(2.1149rem + 5.05051vw)}}}@media (max-width:20em){.advantages,.benefits,.catalog,.consultation,.contacts,.how-choose,.hurricane,.location,.news,.options{padding-top:3.125rem}}@media (min-width:81.875em){.advantages,.benefits,.catalog,.consultation,.contacts,.how-choose,.hurricane,.location,.news,.options{padding-bottom:6.25rem}}@media (min-width:20em) and (max-width:81.875em){@supports (padding-bottom:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem)){.advantages,.benefits,.catalog,.consultation,.contacts,.how-choose,.hurricane,.location,.news,.options{padding-bottom:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem)}}@supports not (padding-bottom:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem)){.advantages,.benefits,.catalog,.consultation,.contacts,.how-choose,.hurricane,.location,.news,.options{padding-bottom:calc(2.1149rem + 5.05051vw)}}}@media (max-width:20em){.advantages,.benefits,.catalog,.consultation,.contacts,.how-choose,.hurricane,.location,.news,.options{padding-bottom:3.125rem}}.relative{position:relative}.button{-webkit-box-pack:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:linear-gradient(25.89deg,#f95e0c 10.65%,#ff8d24 95.62%);border-radius:.3125rem;box-shadow:0 5px 0 0 #8d3e12;color:#fff;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;font-family:Play;font-weight:700;-webkit-justify-content:center;justify-content:center;letter-spacing:.02em;line-height:150%;margin-bottom:50px;min-height:4.375rem;text-align:center;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}@media (min-width:81.875em){.button{padding-left:1.875rem}}@media (min-width:20em) and (max-width:81.875em){@supports (padding-left:clamp(0.625rem,0.220959596rem + 2.0202020202vw,1.875rem)){.button{padding-left:clamp(.625rem,.220959596rem + 2.0202020202vw,1.875rem)}}@supports not (padding-left:clamp(0.625rem,0.220959596rem + 2.0202020202vw,1.875rem)){.button{padding-left:calc(.22096rem + 2.0202vw)}}}@media (max-width:20em){.button{padding-left:.625rem}}@media (min-width:81.875em){.button{padding-right:1.875rem}}@media (min-width:20em) and (max-width:81.875em){@supports (padding-right:clamp(0.625rem,0.220959596rem + 2.0202020202vw,1.875rem)){.button{padding-right:clamp(.625rem,.220959596rem + 2.0202020202vw,1.875rem)}}@supports not (padding-right:clamp(0.625rem,0.220959596rem + 2.0202020202vw,1.875rem)){.button{padding-right:calc(.22096rem + 2.0202vw)}}}@media (max-width:20em){.button{padding-right:.625rem}}@media (min-width:81.875em){.button{font-size:1.25rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(0.75rem,0.5883838384rem + 0.8080808081vw,1.25rem)){.button{font-size:clamp(.75rem,.5883838384rem + .8080808081vw,1.25rem)}}@supports not (font-size:clamp(0.75rem,0.5883838384rem + 0.8080808081vw,1.25rem)){.button{font-size:-webkit-calc(.58838rem + .80808vw);font-size:calc(.58838rem + .80808vw)}}}@media (max-width:20em){.button{font-size:.75rem}}@media (max-width:29.99875em){.button{font-size:1.5rem}}@media (any-hover:hover){.button:hover{box-shadow:0 0 0 0 #8d3e12;-webkit-transform:translateY(2px);transform:translateY(2px)}}.title-yellow{color:#fff;font-family:Play;font-weight:700}@media (min-width:81.875em){.title-yellow{font-size:3.125rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(2rem,1.6363636364rem + 1.8181818182vw,3.125rem)){.title-yellow{font-size:clamp(2rem,1.6363636364rem + 1.8181818182vw,3.125rem)}}@supports not (font-size:clamp(2rem,1.6363636364rem + 1.8181818182vw,3.125rem)){.title-yellow{font-size:-webkit-calc(1.63636rem + 1.81818vw);font-size:calc(1.63636rem + 1.81818vw)}}}@media (max-width:20em){.title-yellow{font-size:2rem}}.title-yellow span{color:#ffba07}.title{color:#363333;font-family:Play;font-weight:700;line-height:1.3;text-align:center}@media (min-width:81.875em){.title{font-size:3.125rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(2rem,1.6363636364rem + 1.8181818182vw,3.125rem)){.title{font-size:clamp(2rem,1.6363636364rem + 1.8181818182vw,3.125rem)}}@supports not (font-size:clamp(2rem,1.6363636364rem + 1.8181818182vw,3.125rem)){.title{font-size:-webkit-calc(1.63636rem + 1.81818vw);font-size:calc(1.63636rem + 1.81818vw)}}}@media (max-width:20em){.title{font-size:2rem}}.title span{color:#f9620e}._icon-leaf{color:#6aa426}.buttons{-webkit-box-pack:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;gap:.9375rem;-webkit-justify-content:center;justify-content:center}@media (min-width:81.875em){.buttons{margin-top:2.5rem}}@media (min-width:20em) and (max-width:81.875em){@supports (margin-top:clamp(1.25rem,0.845959596rem + 2.0202020202vw,2.5rem)){.buttons{margin-top:clamp(1.25rem,.845959596rem + 2.0202020202vw,2.5rem)}}@supports not (margin-top:clamp(1.25rem,0.845959596rem + 2.0202020202vw,2.5rem)){.buttons{margin-top:calc(.84596rem + 2.0202vw)}}}@media (max-width:20em){.buttons{margin-top:1.25rem}}.swiper-button-prev:before{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.swiper-button-next,.swiper-button-prev{border:2px solid #d2d2d2;border-radius:50%}@media (min-width:81.875em){.swiper-button-next,.swiper-button-prev{width:3.75rem}}@media (min-width:20em) and (max-width:81.875em){@supports (width:clamp(3.125rem,2.922979798rem + 1.0101010101vw,3.75rem)){.swiper-button-next,.swiper-button-prev{width:clamp(3.125rem,2.922979798rem + 1.0101010101vw,3.75rem)}}@supports not (width:clamp(3.125rem,2.922979798rem + 1.0101010101vw,3.75rem)){.swiper-button-next,.swiper-button-prev{width:-webkit-calc(2.92298rem + 1.0101vw);width:calc(2.92298rem + 1.0101vw)}}}@media (max-width:20em){.swiper-button-next,.swiper-button-prev{width:3.125rem}}@media (min-width:81.875em){.swiper-button-next,.swiper-button-prev{height:3.75rem}}@media (min-width:20em) and (max-width:81.875em){@supports (height:clamp(3.125rem,2.922979798rem + 1.0101010101vw,3.75rem)){.swiper-button-next,.swiper-button-prev{height:clamp(3.125rem,2.922979798rem + 1.0101010101vw,3.75rem)}}@supports not (height:clamp(3.125rem,2.922979798rem + 1.0101010101vw,3.75rem)){.swiper-button-next,.swiper-button-prev{height:-webkit-calc(2.92298rem + 1.0101vw);height:calc(2.92298rem + 1.0101vw)}}}@media (max-width:20em){.swiper-button-next,.swiper-button-prev{height:3.125rem}}@media (any-hover:hover){.swiper-button-next,.swiper-button-prev{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:#f9620e;border-color:transparent}.swiper-button-next:hover:before,.swiper-button-prev:hover:before{color:#fff}}.swiper-button-next:before,.swiper-button-prev:before{-webkit-box-pack:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#d2d2d2;content:"";display:-webkit-box;display:-webkit-flex;display:flex;font-size:1.25rem;-webkit-justify-content:center;justify-content:center;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.custom-shape-divider-bottom-1644231956{bottom:0;left:0;line-height:0;overflow:hidden;position:absolute;width:100%}.custom-shape-divider-bottom-1644231956 svg{display:block;height:75px;position:relative;width:-webkit-calc(300% + 1.3px);width:calc(300% + 1.3px)}.custom-shape-divider-bottom-1644231956 .shape-fill{fill:#fbf6f0}.custom-shape-divider-bottom-1644238816{bottom:0;left:0;line-height:0;overflow:hidden;position:absolute;width:100%}.custom-shape-divider-bottom-1644238816 svg{display:block;height:78px;position:relative;width:-webkit-calc(300% + 1.3px);width:calc(300% + 1.3px)}.custom-shape-divider-bottom-1644238816 .shape-fill{fill:#fffcf6f2}.custom-shape-divider-top-1644255775{left:0;line-height:0;overflow:hidden;position:absolute;top:0;width:100%}.custom-shape-divider-top-1644255775 svg{display:block;height:78px;position:relative;width:-webkit-calc(300% + 1.3px);width:calc(300% + 1.3px)}.custom-shape-divider-top-1644255775 .shape-fill{fill:#fff}.header{background-color:#fff;left:0;position:fixed;top:0;width:100%;z-index:100}.header__menu{-webkit-box-pack:justify;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;gap:.625rem;-webkit-justify-content:space-between;justify-content:space-between;padding:.9375rem 0}.header__logo{position:relative;z-index:5}.header__logo img{max-width:10.3125rem;-o-object-fit:cover;object-fit:cover;width:100%}.header__logo-tel{display:none}.menu-open .header__logo-tel{display:block}.header__links{display:-webkit-box;display:-webkit-flex;display:flex}@media (min-width:120em){.header__links{-webkit-column-gap:1.875rem;-moz-column-gap:1.875rem;column-gap:1.875rem}}@media (min-width:64em) and (max-width:120em){@supports ((-moz-column-gap:clamp(0.9375rem,-0.1339285714rem + 1.6741071429vw,1.875rem)) or (column-gap:clamp(0.9375rem,-0.1339285714rem + 1.6741071429vw,1.875rem))){.header__links{-webkit-column-gap:clamp(.9375rem,-.1339285714rem + 1.6741071429vw,1.875rem);-moz-column-gap:clamp(.9375rem,-.1339285714rem + 1.6741071429vw,1.875rem);column-gap:clamp(.9375rem,-.1339285714rem + 1.6741071429vw,1.875rem)}}@supports not ((-moz-column-gap:clamp(0.9375rem,-0.1339285714rem + 1.6741071429vw,1.875rem)) or (column-gap:clamp(0.9375rem,-0.1339285714rem + 1.6741071429vw,1.875rem))){.header__links{-webkit-column-gap:-webkit-calc(-.13393rem + 1.67411vw);-moz-column-gap:calc(-.13393rem + 1.67411vw);column-gap:calc(-.13393rem + 1.67411vw)}}}@media (max-width:64em){.header__links{-webkit-column-gap:.9375rem;-moz-column-gap:.9375rem;column-gap:.9375rem}}.menu-open .header__links{display:none}.header__link{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem;display:-webkit-box;display:-webkit-flex;display:flex;font-size:17px;font-weight:500;line-height:1.5;white-space:nowrap}@media (max-width:48em){.header__link._icon-mail{display:none}}@media (max-width:29.99875em){.header__link._icon-tel{-webkit-box-flex:0;border:1px solid #f9620e;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex:0 0 37px;flex:0 0 37px;font-size:0;height:2.5625rem}.header__link._icon-tel:before{font-size:20px;margin-left:8px}}.header__link:before{color:#f9620e}@media (any-hover:hover){.header__link{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.header__link:hover{color:#f9620e}}.header__language{-webkit-box-flex:0;-webkit-box-align:center;-webkit-box-pack:center;-webkit-align-items:center;align-items:center;background-color:#f9620e;border-radius:50%;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex:0 0 37px;flex:0 0 37px;font-size:1.125rem;font-weight:500;height:2.3125rem;-webkit-justify-content:center;justify-content:center;position:relative;text-transform:uppercase;z-index:10}.header__language a.active{display:none}@media (any-hover:hover){.header__language{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.header__language:hover{background-color:#fff;color:#f9620e}}@media (max-width:64em){.menu__body{background-color:#fff;height:100%;left:0;position:fixed;top:-100%;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.menu-open .menu__body{top:0}}.menu__list{display:-webkit-box;display:-webkit-flex;display:flex;font-size:17px;line-height:1.5555555556}@media (min-width:120em){.menu__list{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem}}@media (min-width:64em) and (max-width:120em){@supports ((-moz-column-gap:clamp(1.25rem,-0.1785714286rem + 2.2321428571vw,2.5rem)) or (column-gap:clamp(1.25rem,-0.1785714286rem + 2.2321428571vw,2.5rem))){.menu__list{-webkit-column-gap:clamp(1.25rem,-.1785714286rem + 2.2321428571vw,2.5rem);-moz-column-gap:clamp(1.25rem,-.1785714286rem + 2.2321428571vw,2.5rem);column-gap:clamp(1.25rem,-.1785714286rem + 2.2321428571vw,2.5rem)}}@supports not ((-moz-column-gap:clamp(1.25rem,-0.1785714286rem + 2.2321428571vw,2.5rem)) or (column-gap:clamp(1.25rem,-0.1785714286rem + 2.2321428571vw,2.5rem))){.menu__list{-webkit-column-gap:-webkit-calc(-.17857rem + 2.23214vw);-moz-column-gap:calc(-.17857rem + 2.23214vw);column-gap:calc(-.17857rem + 2.23214vw)}}}@media (max-width:64em){.menu__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;-webkit-flex-direction:column;flex-direction:column;font-size:1.5rem;height:100%;-webkit-justify-content:center;justify-content:center;row-gap:.9375rem;width:100%}}@media (any-hover:hover){.menu__link{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.menu__link:hover{color:#f9620e}}.icon-menu{display:none}@media (max-width:64em){.icon-menu{-webkit-box-flex:0;cursor:pointer;display:block;-webkit-flex:0 0 30px;flex:0 0 30px;height:1.125rem;position:relative;z-index:5}.icon-menu span,.icon-menu:after,.icon-menu:before{background-color:#f9620e;content:"";height:.125rem;position:absolute;right:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.icon-menu:before{top:0}.icon-menu:after{bottom:0}.icon-menu span{top:-webkit-calc(50% - .0625rem);top:calc(50% - .0625rem)}.menu-open .icon-menu span{width:0}.menu-open .icon-menu:before{top:-webkit-calc(50% - .0625rem);top:calc(50% - .0625rem);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-open .icon-menu:after{bottom:-webkit-calc(50% - .0625rem);bottom:calc(50% - .0625rem);-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.footer{background-color:#363333;color:#fff;padding:1.625rem 0}@media (min-width:81.875em){.footer{font-size:1.125rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(0.75rem,0.6287878788rem + 0.6060606061vw,1.125rem)){.footer{font-size:clamp(.75rem,.6287878788rem + .6060606061vw,1.125rem)}}@supports not (font-size:clamp(0.75rem,0.6287878788rem + 0.6060606061vw,1.125rem)){.footer{font-size:-webkit-calc(.62879rem + .60606vw);font-size:calc(.62879rem + .60606vw)}}}@media (max-width:20em){.footer{font-size:.75rem}}.footer__container{-webkit-box-pack:justify;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}@media (max-width:53.125em){.footer__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}.footer__copyright{-webkit-box-flex:0;-webkit-box-pack:justify;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex:0 1 50%;flex:0 1 50%;-webkit-justify-content:space-between;justify-content:space-between;row-gap:10px}@media (max-width:53.125em){.footer__copyright{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column}}@media (any-hover:hover){.footer__copyright a{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.footer__copyright a:hover{color:#f9620e}}.footer__link{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-column-gap:.9375rem;-moz-column-gap:.9375rem;column-gap:.9375rem;display:-webkit-box;display:-webkit-flex;display:flex}@media (any-hover:hover){.footer__link{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.footer__link:hover{color:#f9620e}}.intro{height:100%;padding-bottom:150px;position:relative}.intro__button{max-width:18.75rem}.intro__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.intro__image-2{position:relative;z-index:4}.intro__image-2 img{-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:40.625em){.intro__image-2{width:70%}}@media (min-width:63.99875em){.intro__image-2{-webkit-box-flex:1;-webkit-flex:1 1 60%;flex:1 1 60%}}.intro__image-2:after{background-image:url(/img/intro/3.png);background-size:cover;border-radius:50%;content:"";display:block;position:absolute;right:-50%;top:0;z-index:-1}@media (min-width:120em){.intro__image-2:after{width:36.875rem}}@media (min-width:48em) and (max-width:120em){@supports (width:clamp(18.75rem,6.6666666667rem + 25.1736111111vw,36.875rem)){.intro__image-2:after{width:clamp(18.75rem,6.6666666667rem + 25.1736111111vw,36.875rem)}}@supports not (width:clamp(18.75rem,6.6666666667rem + 25.1736111111vw,36.875rem)){.intro__image-2:after{width:-webkit-calc(6.66667rem + 25.17361vw);width:calc(6.66667rem + 25.17361vw)}}}@media (max-width:48em){.intro__image-2:after{width:18.75rem}}@media (min-width:120em){.intro__image-2:after{height:36.875rem}}@media (min-width:48em) and (max-width:120em){@supports (height:clamp(18.75rem,6.6666666667rem + 25.1736111111vw,36.875rem)){.intro__image-2:after{height:clamp(18.75rem,6.6666666667rem + 25.1736111111vw,36.875rem)}}@supports not (height:clamp(18.75rem,6.6666666667rem + 25.1736111111vw,36.875rem)){.intro__image-2:after{height:-webkit-calc(6.66667rem + 25.17361vw);height:calc(6.66667rem + 25.17361vw)}}}@media (max-width:48em){.intro__image-2:after{height:18.75rem}}.intro__body{display:-webkit-box;display:-webkit-flex;display:flex}@media (min-width:81.875em){.intro__body{padding-top:13.125rem}}@media (min-width:20em) and (max-width:81.875em){@supports (padding-top:clamp(5rem,2.3737373737rem + 13.1313131313vw,13.125rem)){.intro__body{padding-top:clamp(5rem,2.3737373737rem + 13.1313131313vw,13.125rem)}}@supports not (padding-top:clamp(5rem,2.3737373737rem + 13.1313131313vw,13.125rem)){.intro__body{padding-top:calc(2.37374rem + 13.13131vw)}}}@media (max-width:20em){.intro__body{padding-top:5rem}}@media (max-width:48em){.intro__content{text-align:center}}.intro__subtitle{color:#fff;font-weight:500;line-height:1.5;max-width:81.25rem}@media (min-width:81.875em){.intro__subtitle{font-size:1.25rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(1rem,0.9191919192rem + 0.404040404vw,1.25rem)){.intro__subtitle{font-size:clamp(1rem,.9191919192rem + .404040404vw,1.25rem)}}@supports not (font-size:clamp(1rem,0.9191919192rem + 0.404040404vw,1.25rem)){.intro__subtitle{font-size:-webkit-calc(.91919rem + .40404vw);font-size:calc(.91919rem + .40404vw)}}}@media (max-width:20em){.intro__subtitle{font-size:1rem}}@media (min-width:81.875em){.intro__subtitle{margin-top:2.1875rem}}@media (min-width:20em) and (max-width:81.875em){@supports (margin-top:clamp(0.9375rem,0.533459596rem + 2.0202020202vw,2.1875rem)){.intro__subtitle{margin-top:clamp(.9375rem,.533459596rem + 2.0202020202vw,2.1875rem)}}@supports not (margin-top:clamp(0.9375rem,0.533459596rem + 2.0202020202vw,2.1875rem)){.intro__subtitle{margin-top:calc(.53346rem + 2.0202vw)}}}@media (max-width:20em){.intro__subtitle{margin-top:.9375rem}}@media (min-width:81.875em){.intro__subtitle{margin-bottom:2.8125rem}}@media (min-width:20em) and (max-width:81.875em){@supports (margin-bottom:clamp(0.9375rem,0.3314393939rem + 3.0303030303vw,2.8125rem)){.intro__subtitle{margin-bottom:clamp(.9375rem,.3314393939rem + 3.0303030303vw,2.8125rem)}}@supports not (margin-bottom:clamp(0.9375rem,0.3314393939rem + 3.0303030303vw,2.8125rem)){.intro__subtitle{margin-bottom:calc(.33144rem + 3.0303vw)}}}@media (max-width:20em){.intro__subtitle{margin-bottom:.9375rem}}.intro__title{line-height:1.2;max-width:81.25rem;position:relative}@media (min-width:81.875em){.intro__title{font-size:4.6875rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(2.5rem,1.7929292929rem + 3.5353535354vw,4.6875rem)){.intro__title{font-size:clamp(2.5rem,1.7929292929rem + 3.5353535354vw,4.6875rem)}}@supports not (font-size:clamp(2.5rem,1.7929292929rem + 3.5353535354vw,4.6875rem)){.intro__title{font-size:-webkit-calc(1.79293rem + 3.53535vw);font-size:calc(1.79293rem + 3.53535vw)}}}@media (max-width:20em){.intro__title{font-size:2.5rem}}.intro__title em{display:inline-block}@media (max-width:43.125em){.intro__title em{display:block;margin:20px auto 0;text-align:center}}.intro__cards{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:30px}@media (min-width:63.99875em){.intro__cards{left:0;position:relative;top:-50px}}@media (max-width:48em){.intro__cards{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-webkit-flex:1 1 65%;flex:1 1 65%;-webkit-flex-direction:column;flex-direction:column;margin-top:20px}}.intro__temp{display:none}@media (max-width:48em){.intro__temp{display:block}}.intro__wrapper{position:relative}@media (max-width:48em){.intro__wrapper{display:-webkit-box;display:-webkit-flex;display:flex;gap:70px}}@media (max-width:43.125em){.intro__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}}.card-intro{background-color:#fff;border-radius:5px;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;gap:7px;max-width:18.125rem;padding:.9375rem;position:relative;z-index:5}@media (max-width:43.125em){.card-intro{max-width:none}}.card-intro__num{color:#f9620e;font-family:Play;font-weight:700}@media (min-width:81.875em){.card-intro__num{font-size:3.125rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(1.5625rem,1.0574494949rem + 2.5252525253vw,3.125rem)){.card-intro__num{font-size:clamp(1.5625rem,1.0574494949rem + 2.5252525253vw,3.125rem)}}@supports not (font-size:clamp(1.5625rem,1.0574494949rem + 2.5252525253vw,3.125rem)){.card-intro__num{font-size:-webkit-calc(1.05745rem + 2.52525vw);font-size:calc(1.05745rem + 2.52525vw)}}}@media (max-width:20em){.card-intro__num{font-size:1.5625rem}}.card-intro span{color:#f9620e}.about{padding-bottom:6.25rem;position:relative}.about__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}@media (min-width:81.875em){.about__content{margin-top:6.25rem}}@media (min-width:20em) and (max-width:81.875em){@supports (margin-top:clamp(2.1875rem,0.8743686869rem + 6.5656565657vw,6.25rem)){.about__content{margin-top:clamp(2.1875rem,.8743686869rem + 6.5656565657vw,6.25rem)}}@supports not (margin-top:clamp(2.1875rem,0.8743686869rem + 6.5656565657vw,6.25rem)){.about__content{margin-top:calc(.87437rem + 6.56566vw)}}}@media (max-width:20em){.about__content{margin-top:2.1875rem}}.content-about{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;gap:1.25rem}@media (max-width:48em){.content-about{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;flex-wrap:wrap}}.content-about__column{-webkit-box-flex:0;-webkit-flex:0 1 33.333%;flex:0 1 33.333%}.content-about__image img{max-width:25rem;-o-object-fit:cover;object-fit:cover;width:100%}.about-card-1{padding:1.875rem 2.9375rem 1.875rem 1.875rem}.about-card-2{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:.3125rem;padding:1.875rem}.about-card-2__icon{font-size:2rem}.about-card-2__text-big{color:#f9620e;font-family:Play;font-weight:700;line-height:1.2}@media (min-width:81.875em){.about-card-2__text-big{font-size:3.125rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(1.75rem,1.3055555556rem + 2.2222222222vw,3.125rem)){.about-card-2__text-big{font-size:clamp(1.75rem,1.3055555556rem + 2.2222222222vw,3.125rem)}}@supports not (font-size:clamp(1.75rem,1.3055555556rem + 2.2222222222vw,3.125rem)){.about-card-2__text-big{font-size:-webkit-calc(1.30556rem + 2.22222vw);font-size:calc(1.30556rem + 2.22222vw)}}}@media (max-width:20em){.about-card-2__text-big{font-size:1.75rem}}@media (max-width:48em){.content-about__column-1{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.content-about__column-3{-webkit-box-flex:1;-webkit-box-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex:1 1 auto;flex:1 1 auto;-webkit-flex-direction:column;flex-direction:column}}.cards-about{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));padding:3.125rem 1.25rem;row-gap:40px}@media (min-width:81.875em){.cards-about{margin-top:4.375rem}}@media (min-width:20em) and (max-width:81.875em){@supports (margin-top:clamp(2.8125rem,2.3074494949rem + 2.5252525253vw,4.375rem)){.cards-about{margin-top:clamp(2.8125rem,2.3074494949rem + 2.5252525253vw,4.375rem)}}@supports not (margin-top:clamp(2.8125rem,2.3074494949rem + 2.5252525253vw,4.375rem)){.cards-about{margin-top:calc(2.30745rem + 2.52525vw)}}}@media (max-width:20em){.cards-about{margin-top:2.8125rem}}.item-about{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.item-about,.item-about__image{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.item-about__image{-webkit-box-pack:center;background-color:rgba(249,98,14,.1);border-radius:.3125rem;-webkit-justify-content:center;justify-content:center;padding:1.25rem}.item-about__image img{height:5rem;width:5rem}.item-about__text{font-weight:500;line-height:1.5;margin-top:.625rem;text-align:center}@media (min-width:81.875em){.item-about__text{font-size:1.375rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(1rem,0.8787878788rem + 0.6060606061vw,1.375rem)){.item-about__text{font-size:clamp(1rem,.8787878788rem + .6060606061vw,1.375rem)}}@supports not (font-size:clamp(1rem,0.8787878788rem + 0.6060606061vw,1.375rem)){.item-about__text{font-size:-webkit-calc(.87879rem + .60606vw);font-size:calc(.87879rem + .60606vw)}}}@media (max-width:20em){.item-about__text{font-size:1rem}}.benefits{padding-bottom:6.25rem;position:relative}.benefits__title{text-align:left}.benefits__cards{display:grid;gap:60px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (min-width:81.875em){.benefits__cards{margin-top:3.125rem}}@media (min-width:20em) and (max-width:81.875em){@supports (margin-top:clamp(1.5625rem,1.0574494949rem + 2.5252525253vw,3.125rem)){.benefits__cards{margin-top:clamp(1.5625rem,1.0574494949rem + 2.5252525253vw,3.125rem)}}@supports not (margin-top:clamp(1.5625rem,1.0574494949rem + 2.5252525253vw,3.125rem)){.benefits__cards{margin-top:calc(1.05745rem + 2.52525vw)}}}@media (max-width:20em){.benefits__cards{margin-top:1.5625rem}}.card-benefits__image img{max-width:7.5rem;-o-object-fit:cover;object-fit:cover;width:100%}.card-benefits__image-last{font-size:50px;position:relative}.card-benefits__image-last img{max-width:21.875rem}.card-benefits__image-last:after,.card-benefits__image-last:before{color:#6aa426;content:"";display:block;position:absolute}.card-benefits__image-last:after{bottom:0;right:0;-webkit-transform:rotate(95deg);transform:rotate(95deg)}.card-benefits__image-last:before{left:0;top:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.card-benefits__title{font-family:Play;font-weight:700;line-height:1.3;margin-top:.9375rem}@media (min-width:81.875em){.card-benefits__title{font-size:1.875rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(1.25rem,1.047979798rem + 1.0101010101vw,1.875rem)){.card-benefits__title{font-size:clamp(1.25rem,1.047979798rem + 1.0101010101vw,1.875rem)}}@supports not (font-size:clamp(1.25rem,1.047979798rem + 1.0101010101vw,1.875rem)){.card-benefits__title{font-size:-webkit-calc(1.04798rem + 1.0101vw);font-size:calc(1.04798rem + 1.0101vw)}}}@media (max-width:20em){.card-benefits__title{font-size:1.25rem}}.card-benefits__text{margin-top:.9375rem}.models{background-color:#fffcf6f2}@media (min-width:81.875em){.models{padding-bottom:6.25rem}}@media (min-width:20em) and (max-width:81.875em){@supports (padding-bottom:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem)){.models{padding-bottom:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem)}}@supports not (padding-bottom:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem)){.models{padding-bottom:calc(2.1149rem + 5.05051vw)}}}@media (max-width:20em){.models{padding-bottom:3.125rem}}@media (min-width:81.875em){.models__title{margin-bottom:3.125rem}}@media (min-width:20em) and (max-width:81.875em){@supports (margin-bottom:clamp(2.5rem,2.297979798rem + 1.0101010101vw,3.125rem)){.models__title{margin-bottom:clamp(2.5rem,2.297979798rem + 1.0101010101vw,3.125rem)}}@supports not (margin-bottom:clamp(2.5rem,2.297979798rem + 1.0101010101vw,3.125rem)){.models__title{margin-bottom:calc(2.29798rem + 1.0101vw)}}}@media (max-width:20em){.models__title{margin-bottom:2.5rem}}@media (min-width:81.875em){.models__title{padding-top:6.25rem}}@media (min-width:20em) and (max-width:81.875em){@supports (padding-top:clamp(2.5rem,1.2878787879rem + 6.0606060606vw,6.25rem)){.models__title{padding-top:clamp(2.5rem,1.2878787879rem + 6.0606060606vw,6.25rem)}}@supports not (padding-top:clamp(2.5rem,1.2878787879rem + 6.0606060606vw,6.25rem)){.models__title{padding-top:calc(1.28788rem + 6.06061vw)}}}@media (max-width:20em){.models__title{padding-top:2.5rem}}.card-model{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:1.5625rem}@media (min-width:81.875em){.card-model{padding-top:3.125rem}}@media (min-width:20em) and (max-width:81.875em){@supports (padding-top:clamp(1.25rem,0.6439393939rem + 3.0303030303vw,3.125rem)){.card-model{padding-top:clamp(1.25rem,.6439393939rem + 3.0303030303vw,3.125rem)}}@supports not (padding-top:clamp(1.25rem,0.6439393939rem + 3.0303030303vw,3.125rem)){.card-model{padding-top:calc(.64394rem + 3.0303vw)}}}@media (max-width:20em){.card-model{padding-top:1.25rem}}@media (min-width:81.875em){.card-model{padding-bottom:3.125rem}}@media (min-width:20em) and (max-width:81.875em){@supports (padding-bottom:clamp(1.25rem,0.6439393939rem + 3.0303030303vw,3.125rem)){.card-model{padding-bottom:clamp(1.25rem,.6439393939rem + 3.0303030303vw,3.125rem)}}@supports not (padding-bottom:clamp(1.25rem,0.6439393939rem + 3.0303030303vw,3.125rem)){.card-model{padding-bottom:calc(.64394rem + 3.0303vw)}}}@media (max-width:20em){.card-model{padding-bottom:1.25rem}}@media (min-width:81.875em){.card-model{padding-right:2.5rem}}@media (min-width:20em) and (max-width:81.875em){@supports (padding-right:clamp(0.9375rem,0.4324494949rem + 2.5252525253vw,2.5rem)){.card-model{padding-right:clamp(.9375rem,.4324494949rem + 2.5252525253vw,2.5rem)}}@supports not (padding-right:clamp(0.9375rem,0.4324494949rem + 2.5252525253vw,2.5rem)){.card-model{padding-right:calc(.43245rem + 2.52525vw)}}}@media (max-width:20em){.card-model{padding-right:.9375rem}}@media (min-width:81.875em){.card-model{padding-left:2.5rem}}@media (min-width:20em) and (max-width:81.875em){@supports (padding-left:clamp(0.9375rem,0.4324494949rem + 2.5252525253vw,2.5rem)){.card-model{padding-left:clamp(.9375rem,.4324494949rem + 2.5252525253vw,2.5rem)}}@supports not (padding-left:clamp(0.9375rem,0.4324494949rem + 2.5252525253vw,2.5rem)){.card-model{padding-left:calc(.43245rem + 2.52525vw)}}}@media (max-width:20em){.card-model{padding-left:.9375rem}}.card-model:not(:last-child){margin-bottom:30px}.card-model__title{text-align:left}@media (min-width:81.875em){.card-model__title{font-size:1.875rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(1.5rem,1.3787878788rem + 0.6060606061vw,1.875rem)){.card-model__title{font-size:clamp(1.5rem,1.3787878788rem + .6060606061vw,1.875rem)}}@supports not (font-size:clamp(1.5rem,1.3787878788rem + 0.6060606061vw,1.875rem)){.card-model__title{font-size:-webkit-calc(1.37879rem + .60606vw);font-size:calc(1.37879rem + .60606vw)}}}@media (max-width:20em){.card-model__title{font-size:1.5rem}}@media (min-width:81.875em){.card-model__title{margin-bottom:1.625rem}}@media (min-width:20em) and (max-width:81.875em){@supports (margin-bottom:clamp(0.9375rem,0.7152777778rem + 1.1111111111vw,1.625rem)){.card-model__title{margin-bottom:clamp(.9375rem,.7152777778rem + 1.1111111111vw,1.625rem)}}@supports not (margin-bottom:clamp(0.9375rem,0.7152777778rem + 1.1111111111vw,1.625rem)){.card-model__title{margin-bottom:calc(.71528rem + 1.11111vw)}}}@media (max-width:20em){.card-model__title{margin-bottom:.9375rem}}.card-model__title span{font-weight:700;text-transform:uppercase}.card-model__content{display:-webkit-box;display:-webkit-flex;display:flex}@media (min-width:81.875em){.card-model__content{gap:2.5rem}}@media (min-width:20em) and (max-width:81.875em){@supports (gap:clamp(1.25rem,0.845959596rem + 2.0202020202vw,2.5rem)){.card-model__content{gap:clamp(1.25rem,.845959596rem + 2.0202020202vw,2.5rem)}}@supports not (gap:clamp(1.25rem,0.845959596rem + 2.0202020202vw,2.5rem)){.card-model__content{gap:-webkit-calc(.84596rem + 2.0202vw);gap:calc(.84596rem + 2.0202vw)}}}@media (max-width:20em){.card-model__content{gap:1.25rem}}@media (max-width:40.625em){.card-model__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}@media (min-width:48em){.card-model__text-mob{display:none}}.card-model__image{-webkit-box-flex:1;-webkit-align-self:start;align-self:start;-webkit-flex:1 0 335px;flex:1 0 335px;padding:.3125rem}@media (max-width:48em){.card-model__image{-webkit-flex-shrink:1;flex-shrink:1}}.card-model__image img{max-width:20rem;width:100%}.card-model__subtext{margin-top:1.25rem}.card-model__subtitle{font-size:1.125rem;font-weight:500;line-height:1.5}.card-model__list{-webkit-box-flex:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex:0 1 320px;flex:0 1 320px;-webkit-flex-wrap:wrap;flex-wrap:wrap;font-family:Play;margin-top:1.5625rem;row-gap:20px}@media (min-width:81.875em){.card-model__list{-webkit-column-gap:3.75rem;-moz-column-gap:3.75rem;column-gap:3.75rem}}@media (min-width:20em) and (max-width:81.875em){@supports ((-moz-column-gap:clamp(1.25rem,0.4419191919rem + 4.0404040404vw,3.75rem)) or (column-gap:clamp(1.25rem,0.4419191919rem + 4.0404040404vw,3.75rem))){.card-model__list{-webkit-column-gap:clamp(1.25rem,.4419191919rem + 4.0404040404vw,3.75rem);-moz-column-gap:clamp(1.25rem,.4419191919rem + 4.0404040404vw,3.75rem);column-gap:clamp(1.25rem,.4419191919rem + 4.0404040404vw,3.75rem)}}@supports not ((-moz-column-gap:clamp(1.25rem,0.4419191919rem + 4.0404040404vw,3.75rem)) or (column-gap:clamp(1.25rem,0.4419191919rem + 4.0404040404vw,3.75rem))){.card-model__list{-webkit-column-gap:-webkit-calc(.44192rem + 4.0404vw);-moz-column-gap:calc(.44192rem + 4.0404vw);column-gap:calc(.44192rem + 4.0404vw)}}}@media (max-width:20em){.card-model__list{-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}}.card-model__list span{color:#f9620e}.card-model__list-1 li:not(:last-child),.card-model__list-2 li:not(:last-child){margin-bottom:.9375rem}.card-model__button{margin-top:1.5625rem}.advantages{position:relative}.advantages__background img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.advantages__title{margin-bottom:1.25rem}.advantages__image{max-width:27.25rem}.advantages__image img{-o-object-fit:cover;object-fit:cover;width:100%}.content-advantages{-webkit-box-pack:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;position:relative}.content-advantages__tips{height:100%;left:0;position:absolute;top:0;width:100%}.content-advantages__tip{cursor:pointer;height:1rem;position:absolute;width:1rem}.content-advantages__tip:after,.content-advantages__tip:before{background-color:#6aa426;border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.content-advantages__tip:after{opacity:.5;-webkit-transform:scale(1.9);transform:scale(1.9)}.content-advantages__tip-1{left:41.422018%;top:46.3157894737%}@media (max-width:29.99875em){.content-advantages__tip-1{left:10.422018%}}.content-advantages__tip-2{left:39.93578%;top:65.6842105263%}@media (max-width:29.99875em){.content-advantages__tip-2{left:26.93578%}}.content-advantages__tip-3{left:48.201835%;top:8.6315789474%}.content-advantages__tip-4{left:65.40367%;top:58.9473684211%}.content-advantages__tip-5{left:48.201835%;top:70.3157894737%}#tippy-2 .tippy-content:before{content:"02"}#tippy-3 .tippy-content:before{content:"03"}#tippy-4 .tippy-content:before{content:"04"}#tippy-5 .tippy-content:before{content:"05"}.prices__title{margin-bottom:-80px;margin-top:80px}@media (max-width:48em){.prices__title{margin-bottom:20px}}.prices__content{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;gap:75px}@media (max-width:48em){.prices__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}.prices__info{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex:1 1 50%;flex:1 1 50%;-webkit-flex-direction:column;flex-direction:column;gap:40px}@media (max-width:48em){.prices__info{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto}}.prices__buttons{-webkit-box-align:stretch;-webkit-box-pack:center;-webkit-align-items:stretch;align-items:stretch;display:-webkit-box;display:-webkit-flex;display:flex;gap:20px;-webkit-justify-content:center;justify-content:center}@media (max-width:29.99875em){.prices__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}.prices__button-1{-webkit-box-flex:0;-webkit-box-pack:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#fff;border:2px solid #fb6f15;border-radius:5px;color:#f9620e;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex:0 0 50%;flex:0 0 50%;font-family:Play;font-size:1.25rem;font-weight:700;-webkit-justify-content:center;justify-content:center;letter-spacing:.02em;min-height:4.375rem;padding:.625rem;text-align:center}@media (any-hover:hover){.prices__button-1{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.prices__button-1:hover{background-color:#f9620e;color:#fff}}.prices__button-2{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;margin-bottom:0}.prices__image{-webkit-box-flex:1;-webkit-flex:1 1 50%;flex:1 1 50%;min-height:550px;overflow:auto;position:relative}@media (max-width:48em){.prices__image{-webkit-box-flex:0;-webkit-flex:0 1 200px;flex:0 1 200px;min-height:0;width:100%}}.prices__image img{height:100%;left:0;-o-object-fit:scale-down;object-fit:scale-down;position:absolute;top:0;width:100%;z-index:5}.options{position:relative}.options__background img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}@media (max-width:48em){.options__title{margin-bottom:20px}}.options__title em{display:inline-block;font-weight:400}@media (max-width:48em){.options__title em{margin-top:10px;text-align:center}}.options__subtitle{font-size:1.375rem;line-height:1.5;margin-top:.3125rem;text-align:center}@media (min-width:81.875em){.options__content{margin-top:4.0625rem}}@media (min-width:20em) and (max-width:81.875em){@supports (margin-top:clamp(1.875rem,1.1679292929rem + 3.5353535354vw,4.0625rem)){.options__content{margin-top:clamp(1.875rem,1.1679292929rem + 3.5353535354vw,4.0625rem)}}@supports not (margin-top:clamp(1.875rem,1.1679292929rem + 3.5353535354vw,4.0625rem)){.options__content{margin-top:calc(1.16793rem + 3.53535vw)}}}@media (max-width:20em){.options__content{margin-top:1.875rem}}.options__cards{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card-option{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:column;flex-direction:column;gap:.9375rem;padding:.9375rem .9375rem 1.875rem;text-align:center}.card-option,.card-option__image{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.card-option__image{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;min-height:21.5625rem;padding:.625rem}.card-option__image img{max-width:100%;-o-object-fit:cover;object-fit:cover}.card-option__title{font-size:1.375rem;font-weight:500;line-height:1.5}.cladding .options__title em{display:inline-block}.cladding .card-option{box-shadow:0 0 0 0 #fff}.cladding .card-option__image{min-height:23.75rem}.hurricane{position:relative}.hurricane__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.hurricane__content{-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex}@media (min-width:120em){.hurricane__content{gap:7.5rem}}@media (min-width:64em) and (max-width:120em){@supports (gap:clamp(1.25rem,-5.8928571429rem + 11.1607142857vw,7.5rem)){.hurricane__content{gap:clamp(1.25rem,-5.8928571429rem + 11.1607142857vw,7.5rem)}}@supports not (gap:clamp(1.25rem,-5.8928571429rem + 11.1607142857vw,7.5rem)){.hurricane__content{gap:-webkit-calc(-5.89286rem + 11.16071vw);gap:calc(-5.89286rem + 11.16071vw)}}}@media (max-width:64em){.hurricane__content{gap:1.25rem}}@media (max-width:48em){.hurricane__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-flex-direction:column;flex-direction:column}}.hurricane__info{-webkit-box-flex:1;-webkit-flex:1 1 60%;flex:1 1 60%}@media (max-width:63.99875em){.hurricane__info{-webkit-flex-basis:40%;flex-basis:40%}}.hurricane__info h2{margin-bottom:3.125rem}.hurricane__text:not(:last-child){margin-bottom:30px}.hurricane__show{-webkit-box-flex:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex:1 1 50%;flex:1 1 50%;position:relative}.hurricane__show img{max-width:19.375rem;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:48em){.hurricane__show img{width:60%}}.hurricane__show-extra{background-color:#fff;border:6px solid #6aa426;border-radius:50%;box-shadow:0 14px 35px -4px rgba(79,61,16,.08);min-height:11.5625rem;overflow:hidden;padding:.625rem;position:absolute;right:0;width:11.5625rem}@media (min-width:81.875em){.hurricane__show-extra{width:11.5625rem}}@media (min-width:20em) and (max-width:81.875em){@supports (width:clamp(7.5rem,6.1868686869rem + 6.5656565657vw,11.5625rem)){.hurricane__show-extra{width:clamp(7.5rem,6.1868686869rem + 6.5656565657vw,11.5625rem)}}@supports not (width:clamp(7.5rem,6.1868686869rem + 6.5656565657vw,11.5625rem)){.hurricane__show-extra{width:-webkit-calc(6.18687rem + 6.56566vw);width:calc(6.18687rem + 6.56566vw)}}}@media (max-width:20em){.hurricane__show-extra{width:7.5rem}}@media (min-width:81.875em){.hurricane__show-extra{min-height:11.5625rem}}@media (min-width:20em) and (max-width:81.875em){@supports (min-height:clamp(7.5rem,6.1868686869rem + 6.5656565657vw,11.5625rem)){.hurricane__show-extra{min-height:clamp(7.5rem,6.1868686869rem + 6.5656565657vw,11.5625rem)}}@supports not (min-height:clamp(7.5rem,6.1868686869rem + 6.5656565657vw,11.5625rem)){.hurricane__show-extra{min-height:-webkit-calc(6.18687rem + 6.56566vw);min-height:calc(6.18687rem + 6.56566vw)}}}@media (max-width:20em){.hurricane__show-extra{min-height:7.5rem}}.hurricane__show-extra img{-o-object-fit:cover;object-fit:cover;width:100%}.hurricane__show-extra-1{top:12%}@media (max-width:48em){.hurricane__show-extra-1{top:0}}.hurricane__show-extra-2{bottom:12%}@media (max-width:48em){.hurricane__show-extra-2{bottom:0}}.how-choose{padding-bottom:0;position:relative}.how-choose:after,.how-choose:before{bottom:0;color:#6aa426;content:"";display:block;font-size:25px;position:absolute;right:0;z-index:2}.how-choose:after{bottom:10%;right:20%;-webkit-transform:rotate(-58deg);transform:rotate(-58deg)}.how-choose:before{bottom:5%;right:10%}.how-choose__title{margin:0 auto;max-width:37.5rem}@media (min-width:81.875em){.how-choose__title{margin-bottom:3.125rem}}@media (min-width:20em) and (max-width:81.875em){@supports (margin-bottom:clamp(1.25rem,0.6439393939rem + 3.0303030303vw,3.125rem)){.how-choose__title{margin-bottom:clamp(1.25rem,.6439393939rem + 3.0303030303vw,3.125rem)}}@supports not (margin-bottom:clamp(1.25rem,0.6439393939rem + 3.0303030303vw,3.125rem)){.how-choose__title{margin-bottom:calc(.64394rem + 3.0303vw)}}}@media (max-width:20em){.how-choose__title{margin-bottom:1.25rem}}.how-choose__content{display:-webkit-box;display:-webkit-flex;display:flex}@media (min-width:81.875em){.how-choose__content{-webkit-column-gap:3.75rem;-moz-column-gap:3.75rem;column-gap:3.75rem}}@media (min-width:20em) and (max-width:81.875em){@supports ((-moz-column-gap:clamp(1.25rem,0.4419191919rem + 4.0404040404vw,3.75rem)) or (column-gap:clamp(1.25rem,0.4419191919rem + 4.0404040404vw,3.75rem))){.how-choose__content{-webkit-column-gap:clamp(1.25rem,.4419191919rem + 4.0404040404vw,3.75rem);-moz-column-gap:clamp(1.25rem,.4419191919rem + 4.0404040404vw,3.75rem);column-gap:clamp(1.25rem,.4419191919rem + 4.0404040404vw,3.75rem)}}@supports not ((-moz-column-gap:clamp(1.25rem,0.4419191919rem + 4.0404040404vw,3.75rem)) or (column-gap:clamp(1.25rem,0.4419191919rem + 4.0404040404vw,3.75rem))){.how-choose__content{-webkit-column-gap:-webkit-calc(.44192rem + 4.0404vw);-moz-column-gap:calc(.44192rem + 4.0404vw);column-gap:calc(.44192rem + 4.0404vw)}}}@media (max-width:20em){.how-choose__content{-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}}@media (max-width:48em){.how-choose__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}.how-choose__image{-webkit-box-flex:1;border:1px solid #d2d2d2;border-radius:5px;-webkit-flex:1 1 50%;flex:1 1 50%;overflow:hidden;padding-bottom:28%;position:relative}@media (max-width:48em){.how-choose__image{margin-bottom:1.25rem;padding-bottom:50%}}.how-choose__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.how-choose__info{-webkit-box-flex:1;-webkit-flex:1 1 50%;flex:1 1 50%}.how-choose__text{margin-bottom:1.875rem}.how-choose__button{position:relative;z-index:3}.types-doors .options__title em{max-width:10.625rem}.types-doors .card-option{padding:0}.portals .options__cards{-webkit-box-align:start;-webkit-align-items:start;align-items:start;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.portals .card-option{padding:0}.portals .card-option__image{min-height:245px}.photos{background-color:#fffcf6;padding:3.75rem 0}.photos__wrapper{padding:.625rem 0}.photos__slide{cursor:pointer}.photos__slide,.photos__slide a{-webkit-box-pack:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;position:relative}.photos__slide a:after,.photos__slide a:before,.photos__slide:after,.photos__slide:before{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.news .photos__slide a:before,.photos__slide a:before{background-image:url(/img/photos/zoom.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:25%;opacity:0;position:absolute;width:25%;z-index:3}.news .photos__slide a:before{background-size:45px}.news .photos__slide a:after,.photos__slide a:after{background-color:#6aa426;border-radius:50%;content:"";height:4.6875rem;opacity:0;position:absolute;width:4.6875rem;z-index:2}.photos .photos__slide a:after,.photos .photos__slide a:before{display:none!important}.photos .photos__slide{cursor:unset}@media (any-hover:hover){.photos__slide{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.photos__slide:hover{opacity:.8;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.photos__slide a:hover:after,.photos__slide a:hover:before,.photos__slide:hover:after,.photos__slide:hover:before{opacity:1}}.photos__image{border:1px solid #d2d2d2;border-radius:5px;display:block;max-width:19.0625rem;overflow:hidden}.photos__image img{-o-object-fit:cover;object-fit:cover;width:100%}.photos .title{margin-bottom:50px}.catalog{padding-bottom:0;text-align:center}.catalog__content{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));row-gap:35px}@media (max-width:63.99875em){.catalog__content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:48em){.catalog__content{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (max-width:29.99875em){.catalog__content{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}@media (min-width:81.875em){.catalog__content{margin:3.125rem}}@media (min-width:20em) and (max-width:81.875em){@supports (margin:clamp(1.25rem,0.6439393939rem + 3.0303030303vw,3.125rem)){.catalog__content{margin:clamp(1.25rem,.6439393939rem + 3.0303030303vw,3.125rem)}}@supports not (margin:clamp(1.25rem,0.6439393939rem + 3.0303030303vw,3.125rem)){.catalog__content{margin:calc(.64394rem + 3.0303vw)}}}@media (max-width:20em){.catalog__content{margin:1.25rem}}.card-catalog{display:block}.card-catalog__image{background:#fffaf0;border-radius:5px;overflow:hidden;padding-bottom:65%;position:relative}.card-catalog__image img{bottom:0;height:100%;left:0;-o-object-fit:scale-down;object-fit:scale-down;position:absolute;width:100%}.card-catalog__title{font-weight:500;line-height:1.5;margin:1.5625rem auto 0;max-width:15rem}@media (min-width:81.875em){.card-catalog__title{font-size:1.375rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(1rem,0.8787878788rem + 0.6060606061vw,1.375rem)){.card-catalog__title{font-size:clamp(1rem,.8787878788rem + .6060606061vw,1.375rem)}}@supports not (font-size:clamp(1rem,0.8787878788rem + 0.6060606061vw,1.375rem)){.card-catalog__title{font-size:-webkit-calc(.87879rem + .60606vw);font-size:calc(.87879rem + .60606vw)}}}@media (max-width:20em){.card-catalog__title{font-size:1rem}}@media (any-hover:hover){.card-catalog{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.card-catalog:hover{color:#f9620e;-webkit-transform:scale(1.05);transform:scale(1.05)}}.contacts{position:relative}.contacts__background img{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.contacts__content{-webkit-column-gap:50px;-moz-column-gap:50px;column-gap:50px;display:-webkit-box;display:-webkit-flex;display:flex}@media (max-width:48em){.contacts__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column}}.contacts__info{-webkit-box-flex:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex:0 1 50%;flex:0 1 50%;-webkit-flex-direction:column;flex-direction:column;row-gap:1.875rem}.contacts__title{text-align:left}.contacts__address span{color:#f9620e}.contacts__video{-webkit-box-flex:0;border:1px solid #d2d2d2;border-radius:5px;display:block;-webkit-flex:0 1 50%;flex:0 1 50%;overflow:hidden;padding-bottom:29%;position:relative;width:100%}@media (max-width:48em){.contacts__video{padding-bottom:60%}}.contacts__video img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.address-contacts{font-style:normal}.address-contacts__text:not(:last-child){margin-bottom:10px}.consultation{padding-bottom:0;position:relative}.consultation__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.consultation__image-2{-webkit-align-self:flex-end;align-self:flex-end;max-width:36.875rem}@media (max-width:48em){.consultation__image-2{-webkit-align-self:center;align-self:center}}.consultation__image-2 img{height:100%;-o-object-fit:cover;object-fit:cover;position:relative;width:100%}.consultation__text{color:#fff;margin-bottom:45px;margin-top:20px;max-width:33.75rem}@media (max-width:48em){.consultation__info{text-align:center}.consultation__info .button{display:-webkit-box;display:-webkit-flex;display:flex}}.consultation__content{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}@media (max-width:48em){.consultation__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}}.location{position:relative}.location__background img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.location__content{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-box;display:-webkit-flex;display:flex}@media (max-width:63.99875em){.location__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}}.location__map{-webkit-box-flex:1;border:1px solid #d2d2d2;border-radius:5px;bottom:30px;-webkit-flex:1 0 40%;flex:1 0 40%;max-height:18.75rem;overflow:hidden;position:relative;right:-40px;z-index:2}@media (max-width:63.99875em){.location__map{bottom:-10px;right:0}}@media (max-width:29.99875em){.location__map{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;max-width:18.125rem}}.location__map iframe,.location__map img{left:0;-o-object-fit:cover;object-fit:cover;top:0;width:100%}.location__info{-webkit-box-flex:1;-webkit-flex:1 1 60%;flex:1 1 60%;padding:.9375rem;position:relative}.location__info:after{background-image:url(/img/location/1.png);background-repeat:no-repeat;background-size:cover;bottom:-15px;content:"";height:8.4375rem;position:absolute;right:-50px;width:8.4375rem}@media (max-width:48em){.location__info:after{display:none}}.location__inner{-webkit-box-pack:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding:1.875rem}@media (min-width:81.875em){.location__inner{-webkit-column-gap:6.25rem;-moz-column-gap:6.25rem;column-gap:6.25rem}}@media (min-width:20em) and (max-width:81.875em){@supports ((-moz-column-gap:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem)) or (column-gap:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem))){.location__inner{-webkit-column-gap:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem);-moz-column-gap:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem);column-gap:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem)}}@supports not ((-moz-column-gap:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem)) or (column-gap:clamp(3.125rem,2.1148989899rem + 5.0505050505vw,6.25rem))){.location__inner{-webkit-column-gap:-webkit-calc(2.1149rem + 5.05051vw);-moz-column-gap:calc(2.1149rem + 5.05051vw);column-gap:calc(2.1149rem + 5.05051vw)}}}@media (max-width:20em){.location__inner{-webkit-column-gap:3.125rem;-moz-column-gap:3.125rem;column-gap:3.125rem}}@media (max-width:48em){.location__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-webkit-box-pack:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column;gap:50px;-webkit-justify-content:center;justify-content:center;padding:.625rem}}.location__contacts{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:.9375rem}.location__title{font-family:Play;font-weight:700;line-height:.8666666667;margin-bottom:1.25rem}@media (min-width:81.875em){.location__title{font-size:1.875rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(1.25rem,1.047979798rem + 1.0101010101vw,1.875rem)){.location__title{font-size:clamp(1.25rem,1.047979798rem + 1.0101010101vw,1.875rem)}}@supports not (font-size:clamp(1.25rem,1.047979798rem + 1.0101010101vw,1.875rem)){.location__title{font-size:-webkit-calc(1.04798rem + 1.0101vw);font-size:calc(1.04798rem + 1.0101vw)}}}@media (max-width:20em){.location__title{font-size:1.25rem}}.location__links{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;gap:10px}.location__links:before{color:#f9620e;font-size:1.0625rem}.news__title{margin-bottom:40px}.news .photos__slide:before{background-image:url(/img/video/1.svg);background-size:contain}.news .photos__slide:after{display:none}.news .photos__image{max-width:400px}.popup__price .popup__close{position:absolute;right:15px;top:15px}.popup__title{font-family:Play;font-weight:700;line-height:1.3;text-align:center}@media (min-width:81.875em){.popup__title{font-size:1.875rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(1.5rem,1.3787878788rem + 0.6060606061vw,1.875rem)){.popup__title{font-size:clamp(1.5rem,1.3787878788rem + .6060606061vw,1.875rem)}}@supports not (font-size:clamp(1.5rem,1.3787878788rem + 0.6060606061vw,1.875rem)){.popup__title{font-size:-webkit-calc(1.37879rem + .60606vw);font-size:calc(1.37879rem + .60606vw)}}}@media (max-width:20em){.popup__title{font-size:1.5rem}}.popup__subtitle{text-align:center}@media (max-width:48em){.popup__content{padding:1.25rem}}.popup-form__item:not(:last-child){margin-bottom:15px}.popup-content-calc .popup-form__item:not(:last-child){margin-bottom:30px}.popup-form__title{font-size:14px;margin-top:40px}.popup-form__options{-webkit-box-pack:justify;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:10px;margin-top:20px}.popup-form__options .popup-form__option{-webkit-box-flex:1;-webkit-flex:auto;flex:auto}@media (max-width:48em){.popup-form__options{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}}.popup-form__option{-webkit-box-flex:1;-webkit-flex:1 0 33%;flex:1 0 33%}.popup-form__last{-webkit-box-pack:justify;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:10px}.popup-form__last button{height:50px;margin:0!important}@media (max-width:48em){.popup-form__last{display:block}}.popup-form .button{min-height:3.4375rem!important}@media (max-width:48em){.popup-form__last .input{margin-bottom:20px;max-width:none}}.popup-form-option__item{display:none}.popup-form-option__item:checked+.options__label:after{-webkit-transform:scale(1);transform:scale(1)}.options__label{-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;font-size:.875rem;position:relative}.options__label:before{-webkit-box-flex:0;background-color:#f5f5f5;border:1px solid #d2d2d2;border-radius:50%;content:"";-webkit-flex:0 0 21px;flex:0 0 21px;height:21px;margin-right:10px}.options__label:after{background:linear-gradient(25.89deg,#f95e0c 10.65%,#ff8d24 95.62%);border-radius:50%;content:"";height:10px;left:5px;position:absolute;top:5px;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;width:10px}.form__label{font-size:14px;margin-bottom:20px}.input{background:#f5f5f5;border:1px solid #d2d2d2;border-radius:5px;height:3.4375rem;max-width:225px;outline:none;padding-left:20px;width:100%}.input._form-focus{border:1px solid #f9620e}.input-height{background:#f5f5f5;border:1px solid #d2d2d2;border-radius:2px;height:45px;width:70px}.popup__form-button{-webkit-box-pack:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:linear-gradient(25.89deg,#f95e0c 10.65%,#ff8d24 95.62%);border-radius:.3125rem;box-shadow:0 5px 0 0 #8d3e12;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;font-family:Play;font-weight:700;height:3.125rem;-webkit-justify-content:center;justify-content:center;letter-spacing:.02em;line-height:150%;max-width:225px;text-align:center;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s;width:100%}@media (min-width:81.875em){.popup__form-button{padding-left:1.875rem}}@media (min-width:20em) and (max-width:81.875em){@supports (padding-left:clamp(0.625rem,0.220959596rem + 2.0202020202vw,1.875rem)){.popup__form-button{padding-left:clamp(.625rem,.220959596rem + 2.0202020202vw,1.875rem)}}@supports not (padding-left:clamp(0.625rem,0.220959596rem + 2.0202020202vw,1.875rem)){.popup__form-button{padding-left:calc(.22096rem + 2.0202vw)}}}@media (max-width:20em){.popup__form-button{padding-left:.625rem}}@media (min-width:81.875em){.popup__form-button{padding-right:1.875rem}}@media (min-width:20em) and (max-width:81.875em){@supports (padding-right:clamp(0.625rem,0.220959596rem + 2.0202020202vw,1.875rem)){.popup__form-button{padding-right:clamp(.625rem,.220959596rem + 2.0202020202vw,1.875rem)}}@supports not (padding-right:clamp(0.625rem,0.220959596rem + 2.0202020202vw,1.875rem)){.popup__form-button{padding-right:calc(.22096rem + 2.0202vw)}}}@media (max-width:20em){.popup__form-button{padding-right:.625rem}}@media (min-width:81.875em){.popup__form-button{font-size:1.25rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(0.75rem,0.5883838384rem + 0.8080808081vw,1.25rem)){.popup__form-button{font-size:clamp(.75rem,.5883838384rem + .8080808081vw,1.25rem)}}@supports not (font-size:clamp(0.75rem,0.5883838384rem + 0.8080808081vw,1.25rem)){.popup__form-button{font-size:-webkit-calc(.58838rem + .80808vw);font-size:calc(.58838rem + .80808vw)}}}@media (max-width:20em){.popup__form-button{font-size:.75rem}}@media (max-width:29.99875em){.popup__form-button{font-size:1.5rem;max-width:none}}@media (any-hover:hover){.popup__form-button:hover{box-shadow:0 0 0 0 #8d3e12;-webkit-transform:translateY(2px);transform:translateY(2px)}}.checkbox__input{display:none}.checkbox__input:checked+.checkbox__label:after{-webkit-transform:scale(1);transform:scale(1)}.checkbox__label{-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;font-size:16px;position:relative}.checkbox__label:before{-webkit-box-flex:0;-webkit-align-self:flex-start;align-self:flex-start;background-color:#fff;border:1px solid #d2d2d2;border-radius:4px;content:"";-webkit-flex:0 0 24px;flex:0 0 24px;height:24px;margin-right:10px}.checkbox__label:after{background:linear-gradient(25.89deg,#f95e0c 10.65%,#ff8d24 95.62%);border-radius:4px;content:"";height:18px;left:3px;position:absolute;top:3px;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;width:18px}.popup-form__item-size{display:-webkit-box;display:-webkit-flex;display:flex;margin-bottom:10px;margin-top:0}.popup-form__item-size img{margin:0 15px;max-width:15px;-o-object-fit:scale-down;object-fit:scale-down;width:100%}.input-size{border-radius:2px;height:45px;padding:10px;width:70px}.popup-feedback .popup-form__last{display:block}.popup-feedback .popup-form__last .input{margin-bottom:15px;max-width:none}.popup-feedback .popup-form__last .popup__form-button{display:-webkit-box;display:-webkit-flex;display:flex;max-width:none}.popup-feedback textarea{background:#f5f5f5;border:1px solid #d2d2d2;border-radius:5px;margin-top:35px;min-height:200px;padding:15px;width:100%}.thanks .menu__body{display:none}.main{padding-top:160px;position:relative}.main__image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.main__title{margin-bottom:20px;-webkit-transform:translateY(-70px);transform:translateY(-70px)}@media (min-width:81.875em){.main__title{font-size:4.6875rem}}@media (min-width:20em) and (max-width:81.875em){@supports (font-size:clamp(3.125rem,2.6199494949rem + 2.5252525253vw,4.6875rem)){.main__title{font-size:clamp(3.125rem,2.6199494949rem + 2.5252525253vw,4.6875rem)}}@supports not (font-size:clamp(3.125rem,2.6199494949rem + 2.5252525253vw,4.6875rem)){.main__title{font-size:-webkit-calc(2.61995rem + 2.52525vw);font-size:calc(2.61995rem + 2.52525vw)}}}@media (max-width:20em){.main__title{font-size:3.125rem}}.main__text{margin:0 auto 20px;max-width:606px;padding:0 30px}.main__tel,.main__text{font-weight:500;-webkit-transform:translateY(-70px);transform:translateY(-70px)}.main__tel{background-color:#fb6b131a;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;gap:10px;padding:.9375rem 1.5625rem;text-align:center}@media (max-width:48em){.main__tel{background-color:#f9620e;color:#fff}}.main__tel:before{color:#f9620e;font-size:18px}@media (max-width:48em){.main__tel:before{color:#fff}}.main__back{margin:0 auto}.main__back-wrapper{-webkit-box-pack:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;margin-top:40px}@media (max-width:48em){.main__back-wrapper{margin-bottom:20px;margin-top:0}}.main-background{padding-bottom:0;padding-top:165px;position:relative;text-align:center}@media (max-width:48em){.main-background{padding-top:20px}}.main-background:before{background-image:url(/img/thanks/2.png);background-position:50%;background-repeat:no-repeat;background-size:60%;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@media (max-width:48em){.main-background:before{display:none}}.main-background:after{background-image:url(/img/thanks/3.png);background-repeat:no-repeat;bottom:-50px;content:"";height:300px;position:absolute;right:170px;width:240px;z-index:-1}@media (max-width:48em){.main-background:after{display:none}}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:-webkit-calc(100vw - 10px);max-width:calc(100vw - 10px)}.tippy-box{background:#fff;border-radius:5px;outline:0;position:relative;-webkit-transition-property:visibility,opacity,-webkit-transform;transition-property:visibility,opacity,-webkit-transform;transition-property:transform,visibility,opacity;transition-property:transform,visibility,opacity,-webkit-transform}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;-webkit-transform-origin:center top;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;-webkit-transform-origin:center bottom;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;-webkit-transform-origin:center left;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;-webkit-transform-origin:center right;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{-webkit-transition-timing-function:cubic-bezier(.54,1.5,.38,1.11);transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;display:none;height:0;width:0}.tippy-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.tippy-content{font-size:20px;padding:40px 20px 25px;position:relative;z-index:1}.tippy-content:before{color:#fb6f15;content:"01";font-family:Play;font-size:30px;font-weight:700;left:40px;line-height:36px;top:-20%}.tippy-content:after,.tippy-content:before{-webkit-box-pack:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;position:absolute}.tippy-content:after{background-color:#fff1e8;border-radius:50%;content:"";height:60px;left:27px;top:-32%;width:60px;z-index:-1}.swiper{overflow:hidden}.swiper-wrapper{box-sizing:content-box;display:-webkit-box;display:-webkit-flex;display:flex;height:100%;position:relative;width:100%}.swiper-vertical .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.swiper-initialized .swiper-slide{-webkit-flex-shrink:0;flex-shrink:0}.swiper-android .swiper-slide,.swiper-android .swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-button-lock{display:none!important}.privacy-policy{cursor:pointer}.button.prices__button-2{padding-left:10px;padding-right:10px}@media (max-width:1365px){.intro__title em{margin-left:0}.intro__cards{top:0}.about__content{margin-top:20px}.options__cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width:1023px){.cards-about{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card-model__image{min-width:265px}.hurricane__show{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.hurricane__show-extra{margin:0 15px;position:relative}.location__inner>div{max-width:300px;width:100%}.location__map{bottom:0;margin-bottom:20px}.options__cards{grid-template-columns:repeat(auto-fit,minmax(40%,1fr))}.card-option{padding:0}.portals .options__cards{grid-template-columns:repeat(auto-fit,minmax(47%,1fr))}.consultation__image-2{max-width:300px}.contacts__info{padding-bottom:20px}}@media (max-width:767px){.intro__title em{margin-left:auto}.button{font-size:18px;width:100%}.card-option__image{min-height:200px}.options__cards,.portals .options__cards{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}.card-option{padding:15px}.about-card-2__text,.card-benefits__text,.card-intro__text,.card-model__subtext,.consultation__text,.contacts__address,.contacts__text,.how-choose__text,.hurricane__text,.main__text,.options__subtitle,.popup__subtitle,.prices__text{font-size:17px}.hurricane__show{-webkit-box-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;text-align:center}.hurricane__show>picture{width:100%}.hurricane__show-extra{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;margin:10px;position:relative}.location__map{max-width:unset}.main__title{font-size:34px}}.fancybox__container{margin:0;max-width:unset;padding:0;width:100%}.tip-box{background:#fff;border-radius:5px;font-size:19px;line-height:1.2;padding:44px 23px 25px 30px;position:absolute;width:310px;z-index:10}.tip-box:before{background:hsla(0,0%,100%,.5);bottom:37px;content:"";display:block;height:2px;position:absolute;right:-199px;-webkit-transform:rotate(10deg);transform:rotate(10deg);width:300px;z-index:-1}.tip-box span{-webkit-box-align:center;-webkit-box-pack:center;-webkit-align-items:center;align-items:center;background:#fff1e8;border-radius:50%;color:#fb6f15;display:-webkit-box;display:-webkit-flex;display:flex;font-family:Play;font-size:30px;font-weight:700;height:60px;-webkit-justify-content:center;justify-content:center;left:30px;line-height:120%;position:absolute;text-align:center;top:-23px;width:60px}.tip-box-1{bottom:0;left:-515px}.tip-box-2{left:-450px}.tip-box-2:before{bottom:66px;right:-138px;-webkit-transform:rotate(10deg);transform:rotate(-15deg)}.tip-box-3{right:-550px}.tip-box-3:before{bottom:75px;left:-235px;right:auto;-webkit-transform:rotate(10deg);transform:rotate(12deg)}.tip-box-4{left:100px;top:-50px}.tip-box-4:before{bottom:73px;left:-77px;right:auto;-webkit-transform:rotate(10deg);transform:rotate(-5deg)}.tip-box-5{left:258px;top:90px}.tip-box-5:before{bottom:116px;left:-258px;right:auto;-webkit-transform:rotate(10deg);transform:rotate(30deg)}.tip-close{display:none;position:absolute;right:12px;top:12px}@media (max-width:1365px){.tip-box-1{left:-408px}.tip-box-1:before{right:-93px}.tip-box-2{left:-392px}.tip-box-2:before{bottom:64px;right:-81px}.tip-box-3{right:-490px}.tip-box-3:before{left:-175px}.tip-box-4{left:27px}.tip-box-4:before{left:-7px}.tip-box-5{left:196px;top:66px}.tip-box-5:before{bottom:92px;left:-195px;right:auto;-webkit-transform:rotate(10deg);transform:rotate(30deg)}}@media (max-width:1023px){.tip-close{display:block}.tip-box{bottom:auto!important;display:none;font-size:16px;left:-50%!important;line-height:1.5;margin-left:-127px;padding:10px 30px 10px 20px;right:auto!important;top:30px!important;width:254px}.tip-box span,.tip-box:before{display:none!important}.content-advantages__tip.active .tip-box{display:block}.content-advantages__tip.closed .tip-box{display:none}}@media (max-width:767px){.tip-box-1{margin-left:-30px;top:30px!important}.tip-box-2{margin-left:-45px;top:30px!important}}
