@charset "UTF-8";/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{-webkit-transition-property:none;-o-transition-property:none;transition-property:none;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{display:block;position:absolute;bottom:100%;top:0;right:0;left:0;z-index:3;opacity:0;background:var(--mm-color-background);-webkit-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;-o-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease,-webkit-transform .4s ease}.mm-blocker:focus-visible{opacity:.75}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:50px;padding:0}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{content:"";display:block;position:absolute;top:0;bottom:0;width:8px;height:8px;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;-webkit-transform:rotate(var(--mm-btn-rotate));-ms-transform:rotate(var(--mm-btn-rotate));transform:rotate(var(--mm-btn-rotate))}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{padding:0;background:0 0;border:none;cursor:pointer}.mm-divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:-webkit-sticky;position:sticky;z-index:2;top:0;min-height:var(--mm-lineheight);padding:calc(var(--mm-listitem-size)*0.65*0.5 - var(--mm-lineheight)*0.5) 20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--mm-color-background-highlight)),to(var(--mm-color-background-highlight)));background-image:-o-linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));opacity:1;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0;margin:0;color:var(--mm-color-text);border-color:var(--mm-color-border)}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;inset-inline-start:20px;inset-inline-end:0;bottom:0}.mm-listitem__btn,.mm-listitem__text{padding:calc(var(--mm-listitem-size)/2 - var(--mm-lineheight)/2) 0}.mm-listitem__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%;display:block;padding-left:20px;padding-right:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-listitem__btn{display:block;position:relative;width:auto;-webkit-padding-end:50px;padding-inline-end:50px;border-color:inherit;background:rgba(3,2,1,0)}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem--selected>.mm-listitem__text{background:var(--mm-color-background-emphasis)}.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{background:var(--mm-color-background-highlight)}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;-ms-scroll-chaining:none;overscroll-behavior:none;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-lineheight);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-webkit-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu :-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mm-menu:focus,.mm-menu :focus,.mm-menu:focus-visible,.mm-menu :focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}:root{--mm-navbar-size:50px}.mm-navbar{position:-webkit-sticky;position:sticky;top:0;z-index:2;min-height:var(--mm-navbar-size);padding-top:env(safe-area-inset-top);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar,.mm-navbar>*{display:-webkit-box;display:-ms-flexbox;display:flex}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px;overflow:hidden}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){-webkit-padding-start:60px;padding-inline-start:60px;-webkit-padding-end:10px;padding-inline-end:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:60px;padding-inline-end:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(var(--mm-panel-child-offset),0,0);transform:translate3d(var(--mm-panel-child-offset),0,0);-webkit-transition-property:inset-inline-start,-webkit-transform;transition-property:inset-inline-start,-webkit-transform;-o-transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start,-webkit-transform}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{z-index:2;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-panel--parent{-webkit-transform:translate3d(var(--mm-panel-parent-offset),0,0);transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;height:100%;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:calc(var(--mm-toggle-size)*1.75);-ms-flex:calc(var(--mm-toggle-size)*1.75) 0 0px;flex:calc(var(--mm-toggle-size)*1.75) 0 0;height:var(--mm-toggle-size);-webkit-margin-end:10px;margin-inline-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;border-radius:var(--mm-toggle-size);border:var(--mm-color-border);background:var(--mm-color-border);cursor:pointer;-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}.mm-toggle:before{content:"";aspect-ratio:1;margin:2px;border-radius:100%;background:var(--mm-color-background);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size)*0.75));-ms-transform:translateX(calc(var(--mm-toggle-size)*0.75));transform:translateX(calc(var(--mm-toggle-size)*0.75))}[dir=rtl] .mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size)*-0.75));-ms-transform:translateX(calc(var(--mm-toggle-size)*-0.75));transform:translateX(calc(var(--mm-toggle-size)*-0.75))}.mm-listitem--vertical>.mm-panel{position:static;width:100%;padding:10px 0 10px 20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical>.mm-listitem__btn{height:var(--mm-listitem-size);bottom:auto}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh;background:inherit}:where(.mm-slideout){position:relative;z-index:1;width:100%;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{width:100%;height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{z-index:2;-webkit-transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{-webkit-transform:translateZ(0);transform:translateZ(0)}.mm-wrapper--position-left{--mm-translate-horizontal:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-wrapper--position-right{--mm-translate-horizontal:clamp(calc(var(--mm-max-size)*-1),calc(var(--mm-size)*-1),calc(var(--mm-min-size)*-1))}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{-webkit-transform:translateZ(0);transform:translateZ(0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{-webkit-transform:translate3d(var(--mm-translate-horizontal),0,0);transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgba(0,0,0,0.15);--mm-color-icon:rgba(0,0,0,0.4);--mm-color-text:rgba(0,0,0,0.8);--mm-color-text-dimmed:rgba(0,0,0,0.4);--mm-color-background-highlight:rgba(0,0,0,0.05);--mm-color-background-emphasis:hsla(0,0%,100%,0.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgba(0,0,0,0.5);--mm-color-icon:rgba(0,0,0,0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgba(0,0,0,0.7);--mm-color-background-highlight:rgba(0,0,0,0.05);--mm-color-background-emphasis:hsla(0,0%,100%,0.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgba(0,0,0,0.4);--mm-color-icon:hsla(0,0%,100%,0.4);--mm-color-text:hsla(0,0%,100%,0.8);--mm-color-text-dimmed:hsla(0,0%,100%,0.4);--mm-color-background-highlight:hsla(0,0%,100%,0.08);--mm-color-background-emphasis:rgba(0,0,0,0.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:hsla(0,0%,100%,0.5);--mm-color-icon:hsla(0,0%,100%,0.5);--mm-color-text:#fff;--mm-color-text-dimmed:hsla(0,0%,100%,0.7);--mm-color-background-highlight:hsla(0,0%,100%,0.1);--mm-color-background-emphasis:rgba(0,0,0,0.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgba(0,0,0,0.15);--mm-color-icon:rgba(0,0,0,0.3);--mm-color-text:rgba(0,0,0,0.8);--mm-color-text-dimmed:rgba(0,0,0,0.3);--mm-color-background-highlight:rgba(0,0,0,0.06);--mm-color-background-emphasis:rgba(0,0,0,0.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgba(0,0,0,0.5);--mm-color-icon:rgba(0,0,0,0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgba(0,0,0,0.7);--mm-color-background-highlight:rgba(0,0,0,0.07);--mm-color-background-emphasis:rgba(0,0,0,0.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:hsla(0,0%,100%,0.2);--mm-color-icon:hsla(0,0%,100%,0.4);--mm-color-text:hsla(0,0%,100%,0.7);--mm-color-text-dimmed:hsla(0,0%,100%,0.4);--mm-color-background-highlight:hsla(0,0%,100%,0.1);--mm-color-background-emphasis:hsla(0,0%,100%,0.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:hsla(0,0%,100%,0.5);--mm-color-icon:hsla(0,0%,100%,0.5);--mm-color-text:#fff;--mm-color-text-dimmed:hsla(0,0%,100%,0.6);--mm-color-background-highlight:hsla(0,0%,100%,0.125);--mm-color-background-emphasis:hsla(0,0%,100%,0.1);--mm-color-focusring:#06c}.mm-counter{display:block;-webkit-padding-start:20px;padding-inline-start:20px;float:right;color:var(--mm-color-text-dimmed)}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:calc(var(--mm-iconbar-size)/2 - var(--mm-lineheight)/2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(var(--mm-iconpanel-size)*0)}.mm-panel--iconpanel-1{inset-inline-start:calc(var(--mm-iconpanel-size)*1)}.mm-panel--iconpanel-2{inset-inline-start:calc(var(--mm-iconpanel-size)*2)}.mm-panel--iconpanel-3{inset-inline-start:calc(var(--mm-iconpanel-size)*3)}.mm-panel--iconpanel-4{inset-inline-start:calc(var(--mm-iconpanel-size)*4)}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-width:1px;border-inline-start-style:solid}.mm-navbars{-ms-flex-negative:0;flex-shrink:0}.mm-navbars .mm-navbar{position:relative;padding-top:0;border-bottom:none}.mm-navbars--top{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar:first-child{padding-top:env(safe-area-inset-top)}.mm-navbars--bottom{border-top:1px solid var(--mm-color-border)}.mm-navbars--bottom .mm-navbar:last-child{padding-bottom:env(safe-area-inset-bottom)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs,.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex}.mm-navbar__breadcrumbs>*{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-padding-end:6px;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){-webkit-padding-end:0;padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{-webkit-padding-start:0;padding-inline-start:0}.mm-navbar__tab{padding:0 10px;border:1px solid transparent}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.mm-searchfield__input,.mm-searchfield__input input{width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-searchfield__input input{display:block;height:calc(var(--mm-navbar-size)*0.7);min-height:auto;max-height:auto;margin:0;border:none;border-radius:4px;line-height:calc(var(--mm-navbar-size)*0.7);font:inherit;font-size:inherit}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{display:none;position:absolute;inset-inline-end:0;top:0;bottom:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;-webkit-margin-end:-100px;margin-inline-end:-100px;-webkit-padding-start:5px;padding-inline-start:5px;-webkit-padding-end:20px;padding-inline-end:20px;visibility:hidden;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition-property:visibility,margin;-o-transition-property:visibility,margin;transition-property:visibility,margin}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;-webkit-margin-end:0;margin-inline-end:0}.mm-panel--search{left:0!important;right:0!important;width:100%!important;border:none!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{display:none;padding:40px 20px;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;line-height:1.4}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--mm-sectionindexer-size);position:absolute;top:0;bottom:0;inset-inline-end:calc(var(--mm-sectionindexer-size)*-1);z-index:5;-webkit-transition-property:inset-inline-end;-o-transition-property:inset-inline-end;transition-property:inset-inline-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{-webkit-padding-end:0;padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{-webkit-padding-end:var(--mm-sectionindexer-size);padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{width:var(--mm-sidebar-expanded-size);border-right-width:1px;border-right-style:solid}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:Circe;src:url(b3cc0e7d54fef01a6a6b4295b046c187.eot);src:local("Circe Light"),local("Circe-Light"),url(b3cc0e7d54fef01a6a6b4295b046c187.eot?#iefix) format("embedded-opentype"),url(4e3b6645b8546e044fd12e846c6b3ab8.woff2) format("woff2"),url(3c3fa6f71682507b5a76793d8739d35d.woff) format("woff"),url(08467aa4fed8a02e4ca50f371dec9ab1.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Circe;src:url(006820b970072397c02a2992abbe7c1d.eot);src:local("Circe Extra Bold"),local("Circe-ExtraBold"),url(006820b970072397c02a2992abbe7c1d.eot?#iefix) format("embedded-opentype"),url(41d0f80caec1e985840f2f72c2776631.woff2) format("woff2"),url(3606d5d4c3d492c2a613c10ec14d7727.woff) format("woff"),url(0770d27b2c585eeb7c9380bf6d71f192.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Circe;src:url(abdcffd7f5a2b692e9fec3c0fcb5b78e.eot);src:local("Circe Thin"),local("Circe-Thin"),url(abdcffd7f5a2b692e9fec3c0fcb5b78e.eot?#iefix) format("embedded-opentype"),url(f841aa4feba4b0c2b28f76e042beeaeb.woff2) format("woff2"),url(abb3b6a6f273c61d8ccc8001fa7adc57.woff) format("woff"),url(071909842c69ba56f41159c5e82a978f.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Circe;src:url(cb92908127bb9d67856efd39847b6d61.eot);src:local("Circe"),local("Circe-Regular"),url(cb92908127bb9d67856efd39847b6d61.eot?#iefix) format("embedded-opentype"),url(2c54c074533cf5620761bd12dff904ce.woff2) format("woff2"),url(a5168fcec068fa77220aff40e6af9d43.woff) format("woff"),url(f80cf2f1a50fc5107f4c51e11d746047.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Circe;src:url(88073c2acd9bd5c499ea9d361439499a.eot);src:local("Circe Bold"),local("Circe-Bold"),url(88073c2acd9bd5c499ea9d361439499a.eot?#iefix) format("embedded-opentype"),url(b64357adbf12b109fcf26f93da51f892.woff2) format("woff2"),url(fca9743700608e1abf6ae0c53524cb78.woff) format("woff"),url(d9332714c66b14bb30e5a157a81c696b.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.btn{display:inline-flex;cursor:pointer;text-decoration:none;border:1px solid;color:#373737;font-size:.8rem;font-weight:400;text-align:center;border-radius:.15rem;height:2.25rem;line-height:2.25rem;width:10rem;white-space:nowrap;justify-content:center;align-items:center;transition:all .25s ease-in}@media screen and (max-width:1023px){.btn{width:167px;font-size:16px;border-radius:3px;height:45px;line-height:1.1;white-space:normal}}.btn span{display:block;font-weight:400;font-size:1.35rem}.btn:hover{border-color:transparent}.btn:active,.btn:hover{background:#ffd953}.btn_orange{border:none;background:#eaae13}.btn .svg_icon{width:.75rem;height:.75rem;margin-right:.3rem}@media screen and (max-width:1023px){.btn .svg_icon{display:none}}.btn--large{max-width:100%;width:auto;padding-left:1.5rem;padding-right:1.5rem;height:2.5rem}@media screen and (max-width:1023px){.btn--large{width:100%;padding-left:24px;padding-right:24px;height:50px}}.btn--background-transparent{background-color:transparent}.btn--background-orange{background-color:#eaae13}.btn--background-white{background-color:#fff}.btn--background-gray{background-color:hsla(0,0%,100%,.2)}.btn--background-black{background-color:#000}.btn--color-black{color:#373737}.btn--color-white{color:#fff}.btn--border-orange{border-color:#eaae13}.btn--border-white{border-color:#fff}.btn--border-black{border-color:#000}.flex{display:flex}.inline-flex{display:inline-flex}.flex.jsb,.inline-flex.jsb{justify-content:space-between}.flex.jfs,.inline-flex.jfs{justify-content:flex-start}.flex.jfe,.inline-flex.jfe{justify-content:flex-end}.flex.jc,.inline-flex.jc{justify-content:center}.flex.ac,.inline-flex.ac{align-items:center}.flex.afs,.inline-flex.afs{align-items:flex-start}.flex.afe,.inline-flex.afe{align-items:flex-end}.flex.acfs,.inline-flex.acfs{align-content:flex-start}.flex.jsa,.inline-flex.jsa{justify-content:space-around}.flex.fdc,.inline-flex.fdc{flex-direction:column}.flex.fw,.inline-flex.fw{flex-wrap:wrap}@media screen and (max-width:767px){.columns{flex-wrap:wrap}}.columns--two .column{width:calc(50% - 2.05rem)}@media screen and (max-width:1023px){.columns--two .column{width:calc(50% - 30px)}}@media screen and (max-width:767px){.columns--two .column{width:100%}.columns--two .column:not(:last-child){margin-bottom:35px}}.columns--four .column{width:calc(25% - 3.075rem)}@media screen and (max-width:1023px){.columns--four .column{width:calc(25% - 15px)}}@media screen and (max-width:767px){.columns--four .column{width:100%}}.columns--four .column:not(:last-child){margin-right:4.1rem}@media screen and (max-width:1023px){.columns--four .column:not(:last-child){margin-right:80px}}@media screen and (max-width:767px){.columns--four .column:not(:last-child){margin-right:0;margin-bottom:25px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}figure{display:inline-block;margin:0}ol,p,ul{margin-top:0}ol,ul{list-style:none;padding:0;margin:0 0 .8em}ol:last-child,ul:last-child{margin-bottom:0}ul:not([class]) li{position:relative;padding-left:1rem;line-height:1.3}@media screen and (max-width:1023px){ul:not([class]) li{padding-left:20px}}ul:not([class]) li:not(:last-child){margin-bottom:1rem}@media screen and (max-width:1023px){ul:not([class]) li:not(:last-child){margin-bottom:15px}}ul:not([class]) li:before{content:"";position:absolute;left:0;top:.25rem;width:.5rem;height:.5rem;background-color:#eaae13}@media screen and (max-width:1023px){ul:not([class]) li:before{width:10px;height:10px;top:5px}}ol:not([class]){counter-reset:number}ol:not([class]) li{position:relative;padding-left:1rem}@media screen and (max-width:1023px){ol:not([class]) li{padding-left:20px}}ol:not([class]) li:not(:last-child){margin-bottom:1rem}@media screen and (max-width:1023px){ol:not([class]) li:not(:last-child){margin-bottom:15px}}ol:not([class]) li:before{counter-increment:number;content:counter(number) ".";position:absolute;left:0}p{margin-bottom:.8em}p:last-child{margin-bottom:0}.h2,h2{font-size:2.4rem;margin:1.35rem 0}.h2 i,h2 i{font-style:normal;font-weight:700;color:#eaae13}@media screen and (max-width:1023px){.h2,h2{font-size:36px;margin:14px 0}}@media screen and (max-width:767px){.h2,h2{font-size:26px}}.h3,h3{font-size:1.3rem;margin:1.2rem 0}@media screen and (max-width:1023px){.h3,h3{font-size:32px;margin:12px 0}}@media screen and (max-width:767px){.h3,h3{font-size:24px}}.h4,h4{font-size:1.3rem;margin:1.1rem 0}@media screen and (max-width:1023px){.h4,h4{font-size:24px;margin:13px 0}}@media screen and (max-width:767px){.h4,h4{font-size:20px}}.h5,h5{font-size:1rem;margin:1rem 0}@media screen and (max-width:1023px){.h5,h5{font-size:20px;margin:10px 0}}@media screen and (max-width:767px){.h5,h5{font-size:18px}}.h1,h1{font-size:4.7rem;font-weight:700;margin:0 0 3rem;line-height:1.1}@media screen and (max-width:1023px){.h1,h1{font-size:48px;margin:0 0 26px}}@media screen and (max-width:767px){.h1,h1{font-size:34px;margin:0 0 20px}}.h1--right,h1--right{text-align:right}@media screen and (max-width:767px){.h1--right,h1--right{text-align:left}}.h1 i,h1 i{font-style:normal;color:#eaae13}.h1 div,.h1 span,h1 div,h1 span{font-size:3.2rem}@media screen and (max-width:1023px){.h1 div,.h1 span,h1 div,h1 span{font-size:32px}}@media screen and (max-width:767px){.h1 div,.h1 span,h1 div,h1 span{font-size:24px}}.hidden{display:none}.section{padding:4.5rem 0;background-size:cover;background-repeat:no-repeat}@media screen and (max-width:1023px){.section{padding:50px 0}}.section.gray{background-color:#f5f5f5}.section.orange{background-color:#eaae13}.section.plaster{background-image:url(322a6e120e294a264e3683774d31a24b.png);background-repeat:no-repeat;background-size:130% auto}.section.plaster--full{background-image:url(ab4884cb98a34645571b0f3b66b73cde.png);background-repeat:no-repeat;background-size:cover}button{padding:0;background:none;outline:none!important;border:none;cursor:pointer}img{display:block;max-width:100%}html{font-size:1.04vw}body,html{scroll-behavior:smooth}body,html{min-height:100%}body{position:relative;width:100%;font-family:Circe,sans-serif;font-size:.8rem;font-weight:400;color:#373737;line-height:1.5;background-color:#fff}@media screen and (max-width:1023px){body{font-size:16px}}@media screen and (max-width:767px){body{font-size:14px}}.main{flex-direction:column;min-height:100vh}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{transform:inherit}.middle{flex:1 0 auto}a.empty{text-decoration:none;color:inherit}#map{height:40rem}@media screen and (max-width:1023px){#map{height:485px}}@media screen and (max-width:767px){#map{height:400px}}blockquote{border:.25rem solid #eaae13;padding:2.25rem 2rem;font-size:1rem;font-weight:700;line-height:1.3;margin:2.3rem 0}@media screen and (max-width:1023px){blockquote{font-size:16px;margin:20px 0;border-width:2px;padding:15px}}@media screen and (max-width:767px){blockquote{border-width:5px;padding:20px}}a:not([class]){text-decoration:none;color:#eaae13;border-bottom:1px solid rgba(234,174,19,.7);transition:all .25s ease-in}a:not([class]):hover{border-color:transparent}.container{padding:0 4.4rem}@media screen and (max-width:1023px){.container{padding:0 20px}}@media screen and (max-width:767px){.container{padding:0 15px}}.footer,.header{flex:0 0 auto}.overflow{overflow:auto}.font-color--white{color:#fff}.font-weight--normal{font-weight:400}.font-position--center{text-align:center}.relative{position:relative;z-index:1}.grid{display:grid}.grid--row-two{grid-template-columns:repeat(2,1fr);grid-column-gap:2rem;grid-row-gap:2rem}@media screen and (max-width:1023px){.grid--row-two{grid-column-gap:20px;grid-row-gap:20px}}@media screen and (max-width:767px){.grid--row-two{grid-template-columns:repeat(1,1fr);grid-column-gap:0;grid-row-gap:14px}}.grid--row-three{grid-template-columns:repeat(3,1fr);grid-column-gap:1.8rem;grid-row-gap:1.8rem}@media screen and (max-width:1023px){.grid--row-three{grid-column-gap:20px;grid-row-gap:20px}}@media screen and (max-width:767px){.grid--row-three{grid-template-columns:1fr;grid-row-gap:15px}}.grid--row-three.grid--column{grid-template-rows:repeat(2,1fr)}@media screen and (max-width:767px){.grid--row-three.grid--column{grid-template-rows:1fr;grid-template-columns:1fr}}.grid--column{grid-auto-flow:column}@media screen and (max-width:767px){.grid--column{grid-auto-flow:row}}.grid__item{position:relative;border:.25rem solid #eaae13;padding:2.5rem 2.3rem;overflow:hidden}@media screen and (max-width:1023px){.grid__item{border-width:2px;padding:20px 13px}}.grid__item__content{width:48%;position:relative;z-index:1}@media screen and (max-width:1023px){.grid__item__content{width:60%}}.grid__item__content_text{font-size:1.8rem;line-height:1.1;margin-bottom:1.75rem}@media screen and (max-width:1023px){.grid__item__content_text{font-size:20px;margin-bottom:20px}}@media screen and (max-width:767px){.grid__item__content_text{font-size:18px;margin-bottom:13px}}.grid__item__content_text span{font-weight:700;color:#eaae13}.grid__item__img{position:absolute;top:0;right:0;height:100%;width:50%}@media screen and (max-width:1023px){.grid__item__img{right:-40%;width:80%}}@media screen and (max-width:767px){.grid__item__img{right:-55%;width:100%}}.grid__item__img img{object-fit:cover}@media screen and (max-width:1023px){.grid__item__img img{object-fit:contain}}.grid__item__house{min-height:20.75rem;background-size:cover;background-repeat:no-repeat;background-position:50%}@media screen and (max-width:767px){.grid__item__house{min-height:65rem}.grid__item__house:first-child{justify-content:left;min-height:auto}.grid__item__house:nth-child(2){order:100}}.grid__item__house:not(:first-child){padding:1.75rem 1.9rem}@media screen and (max-width:767px){.grid__item__house:not(:first-child){padding:13px 10px}}.grid__item__house .h1{margin:0}.grid__item__house__title{position:relative;font-size:1.3rem;font-weight:700;color:#fff;line-height:1.1;margin-top:auto;max-width:49%;z-index:1}@media screen and (max-width:1023px){.grid__item__house__title{font-size:14px}}.grid__item__house__icon{position:absolute;width:15.55rem;height:15.55rem;filter:drop-shadow(0 4px 2.5rem rgba(0,0,0,.4));border-radius:50%;border:.4rem solid #fff;right:-10%;bottom:-21%;background-size:cover;background-repeat:no-repeat;background-position:50%}@media screen and (max-width:767px){.grid__item__house__icon{width:160px;height:160px;border-width:4px}}.grid__item__house--with-image{position:relative;overflow:hidden}.grid__item__house--with-image:before{content:"";position:absolute;bottom:0;left:0;height:30%;width:100%;background:linear-gradient(1turn,#000,transparent)}.grid__item__house--link{font-size:2.5rem;font-weight:700;line-height:1.2;text-decoration:none;color:#373737;background-color:#eaae13}@media screen and (max-width:767px){.grid__item__house--link{font-size:20px}}.grid__item__house--link .icon-house{position:relative}@media screen and (max-width:767px){.grid__item__house--link .icon-house{padding-right:45px}}.grid__item__house--link .icon-house:before{content:"";display:block;width:6.35rem;height:6.35rem;filter:invert(100%) sepia(68%) saturate(0) hue-rotate(238deg) brightness(112%) contrast(100%);margin-bottom:1.5rem;background-image:url(72a183887ed8a991145f00ab2fbad31f.svg);background-repeat:no-repeat;background-position:0;background-size:cover}@media screen and (max-width:767px){.grid__item__house--link .icon-house:before{width:66px;height:66px;margin-bottom:16px}}.grid__item__house--link .with-arrow{position:relative}.grid__item__house--link .with-arrow:after{content:"";display:inline-block;margin-left:3.5rem;width:2.3rem;height:1.25rem;background-image:url(cf4e7c9469286a9ffd663542fb3f2e06.svg);background-repeat:no-repeat;background-position:100%;background-size:cover}@media screen and (max-width:767px){.grid__item__house--link .with-arrow:after{width:24px;height:13px;margin-left:60px}}.input{outline:none;border-radius:.15rem;border:1px solid;padding:0 .75rem;height:2.25rem;width:100%;line-height:2.25rem;transition:all .25s ease-in}@media screen and (max-width:1023px){.input{height:45px;padding:0 14px;line-height:44px;border-radius:3px}}.input--default{border-color:rgba(55,55,55,.5);background-color:hsla(0,0%,100%,.2)}.input--default::-webkit-input-placeholder{color:rgba(55,55,55,.6)}.input--default:-moz-placeholder,.input--default::-moz-placeholder{color:rgba(55,55,55,.6)}.input--default:-ms-input-placeholder{color:rgba(55,55,55,.6)}.input--default:active,.input--default:focus{border-color:#eaae13;background-color:rgba(234,174,19,.1)}.input--file{position:relative;color:rgba(55,55,55,.6);overflow:hidden}.input--file:before{content:"";min-width:.9rem;max-width:.9rem;height:.9rem;margin-right:.4rem;background-image:url(3df5b6f0a1b9f0d0417b027d29249ffd.svg);background-repeat:no-repeat;background-size:contain;background-position:0}@media screen and (max-width:1023px){.input--file:before{min-width:18px;min-height:18px;height:18px;margin-right:8px}}.input--file.uploaded~label{color:#373737}.input--textarea{resize:none;height:6.85rem}@media screen and (max-width:1023px){.input--textarea{height:98px}}.header{position:sticky;width:100%;top:0;left:0;background-color:#fff;box-shadow:0 .2rem .5rem rgba(0,0,0,.1);z-index:100;transition:all .25s ease-in}@media screen and (max-width:1023px){.header{box-shadow:0 4px 10px rgba(0,0,0,.1)}}@media screen and (max-width:767px){.header{overflow:hidden}}.header--main{position:fixed}.header--transparent{background-color:transparent;box-shadow:none}.header--transparent .header_top{opacity:0;visibility:hidden}.header--transparent .header_buttons__item,.header--transparent .header_logo .svg_icon,.header--transparent .header_menu__item.level1>.header_menu__item--link,.header--transparent .header_phones__item--link{color:#fff}@media screen and (max-width:767px){.header--transparent .header_bottom{flex-direction:column-reverse}.header--transparent .header_buttons{width:100%;margin-left:0;margin-bottom:10px;position:relative;transform:translateX(0)}.header--transparent .header_buttons__item{width:50%}}.header_top{background-color:#eaae13;padding:.4rem 0 .3rem;opacity:1;transition:all .25s ease-in}@media screen and (max-width:1023px){.header_top{display:none}}.header_top_item{margin-left:1.3rem;font-size:.6rem}@media screen and (max-width:1023px){.header_top_item{margin-left:0;font-size:16px}}@media screen and (max-width:767px){.header_top_item{font-size:14px}}.header_top_item__title{font-weight:700;margin-right:5px}@media screen and (max-width:1023px){.header_top_item__title{margin-right:5px}}.header_top_social{margin-left:auto}@media screen and (max-width:1023px){.header_top_social{margin-left:8px}}@media screen and (max-width:767px){.header_top_social{margin-left:20px}}.header_top_social__item{width:.6rem;height:.95rem;margin-left:.75rem;text-decoration:none}@media screen and (max-width:1023px){.header_top_social__item{width:40px;height:25px;margin-left:0;margin-right:25px}}@media screen and (max-width:767px){.header_top_social__item{height:20px;width:31px;margin-right:22px}}.header_top_social__item .svg_icon{fill:#fff;width:100%;height:100%}@media screen and (max-width:1023px){.header_top_social__item .svg_icon{fill:#eaae13}}.header_bottom{padding-top:.75rem;padding-bottom:.75rem}@media screen and (max-width:1023px){.header_bottom{padding-top:14px;padding-bottom:14px}}@media screen and (max-width:767px){.header_bottom{padding-top:7px;padding-bottom:8px}}.header_logo{width:14.25rem;height:2.5rem;display:block;margin-right:auto}@media screen and (max-width:1023px){.header_logo{width:205px;height:36px}}@media screen and (max-width:767px){.header_logo{height:31px;width:174px}}.header_logo .svg_icon{color:#020203;width:100%;height:100%;transition:all .25s ease-in}header .header_menu{margin:0;display:flex;justify-content:space-around}header .header_menu__item{position:relative;white-space:nowrap}header .header_menu__item--link{text-decoration:none;transition:all .25s ease-in}header .header_menu__item--parent:after{content:"";position:absolute;height:1.8rem;width:100%;left:0;top:100%;background-image:url(529c797de268b0ba9d23466f401551a4.svg);background-repeat:no-repeat;background-size:.45rem auto;background-position:center .3rem;transform-origin:center .65rem}header .header_menu__item--parent:hover:after{transform:rotate(180deg)}header .header_menu__item.level1>.header_menu__item--link{font-weight:700;font-size:.9rem;color:#373737;transition:all .25s ease-in}header .header_menu__item.level1.active>.header_menu__item--link{color:#eaae13}header .header_menu__item.level1:not(.first){margin-left:.9rem}header .header_menu__item.level2>.header_menu__item--link{color:rgba(55,55,55,.7);transition:all .25s ease-in}header .header_menu__item.level2.active>.header_menu__item--link,header .header_menu__item.level2>.header_menu__item--link:hover{font-weight:700;color:#373737}header .header_menu__item.level2.active:before{content:"";position:absolute;left:-1.35rem;top:50%;width:.9rem;height:.15rem;background:#eaae13;transform:translateY(-50%)}header .header_menu__item.level2:not(:last-child){margin-bottom:.25rem}header .header_menu__item:hover>.header_menu__sub{display:block}header .header_menu__sub{display:none;position:absolute;left:0;margin-top:1.5rem;background:#fff;box-shadow:0 .5rem 1rem rgba(0,0,0,.25);padding:.85rem 2.6rem .85rem 1.35rem}.header_menu__btn{display:none;position:relative;width:35px;height:35px;border:2px solid #eaae13;border-radius:2px;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear}@media screen and (max-width:1023px){.header_menu__btn{display:block;margin-left:18px}}@media screen and (max-width:767px){.header_menu__btn{position:absolute;right:15px;width:30px;height:30px}}.header_menu__btn.active .header_menu__btn--inner,.header_menu__btn.active .header_menu__btn--inner:after,.header_menu__btn.active .header_menu__btn--inner:before{background-color:#eaae13}.header_menu__btn--box{width:66.8%;height:calc(100% - 15px);display:inline-block;position:relative}.header_menu__btn--inner{display:block;top:50%;margin-bottom:-3px}@media screen and (max-width:767px){.header_menu__btn--inner{margin-bottom:-4px}}.header_menu__btn--inner:after,.header_menu__btn--inner:before{content:"";display:block}.header_menu__btn--inner,.header_menu__btn--inner:after,.header_menu__btn--inner:before{width:100%;height:2px;background-color:#eaae13;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.header_menu__btn--collapse .header_menu__btn--inner{top:auto;bottom:-1px;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.header_menu__btn--collapse .header_menu__btn--inner:after{top:-14px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.header_menu__btn--collapse .header_menu__btn--inner:before{top:-7px;transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.header_menu__btn--collapse.active .header_menu__btn--inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);margin-bottom:-6px}@media screen and (max-width:767px){.header_menu__btn--collapse.active .header_menu__btn--inner{margin-bottom:-7px}}.header_menu__btn--collapse.active .header_menu__btn--inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.header_menu__btn--collapse.active .header_menu__btn--inner:before{top:0;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.header_phones{text-align:right;margin-left:auto}@media screen and (max-width:1023px){.header_phones{line-height:1.3}}@media screen and (max-width:767px){.header_phones{display:none}}.header_phones__item--link{margin-left:.3rem;text-decoration:none;font-weight:700;color:#373737;white-space:nowrap;transition:all .25s ease-in}@media screen and (max-width:1023px){.header_phones__item--link{font-size:14px;margin-left:7px}}.header_phones__item--icon{width:.75rem;height:.75rem}@media screen and (max-width:1023px){.header_phones__item--icon{width:15px;height:15px}}.header_phones__item--icon .svg_icon{width:100%;height:100%}.header_phones__item--icon:not(:first-child){margin-left:.2rem}@media screen and (max-width:1023px){.header_phones__item--icon:not(:first-child){margin-left:5px}}.header_buttons{margin-left:1rem;transition:all .25s ease-in}@media screen and (max-width:1023px){.header_buttons{margin-left:18px}}@media screen and (max-width:767px){.header_buttons{position:absolute;transform:translateX(1500%)}}.header_buttons__item{transition:all .25s ease-in}.header_buttons__item .svg_icon{fill:#eaae13}@media screen and (max-width:1023px){.header_buttons__item{width:104px;height:36px;font-size:12px}}.header_buttons__item:last-child{margin-left:1rem}@media screen and (max-width:1023px){.header_buttons__item:last-child{margin-left:6px}}.bread{position:relative;background-image:url(4a3e1b5260955b5b50150990dfde203d.jpg);background-repeat:no-repeat;background-size:cover;background-position:0 0;padding:1.2rem 0 1.3rem}.bread--white{background-image:none}@media screen and (max-width:1023px){.bread{padding:16px 0}}.bread_content_item_link{color:#373737;text-decoration:none;border-bottom:1px solid;position:relative;transition:all .25s ease-in}.bread--white .bread_content_item_link{color:#fff}.bread_content_item_link:hover{border-bottom-color:transparent}.bread_content_item:not(:last-child){margin-right:.4rem;padding-right:.9rem;position:relative}@media screen and (max-width:1023px){.bread_content_item:not(:last-child){margin-right:9px;padding-right:19px}}@media screen and (max-width:767px){.bread_content_item:not(:last-child){padding-right:14px}}.bread_content_item:not(:last-child):after{position:absolute;content:"→";right:0}.bread_content_item--current{color:rgba(55,55,55,.5)}.bread--white .bread_content_item--current{color:hsla(0,0%,100%,.5)}.footer_top{background-image:url(f661326af682d37c223aeae324cddb2d.jpg);background-size:cover;background-repeat:no-repeat;background-position:0 0;padding:2.75rem 0 4.5rem;font-size:.7rem}@media screen and (max-width:1023px){.footer_top{padding:50px 0 30px;font-size:16px}.footer_top .container{flex-wrap:wrap}}.footer_top_item:last-child{margin-right:12.8rem}@media screen and (max-width:1023px){.footer_top_item:last-child{margin-right:0}}@media screen and (max-width:767px){.footer_top_item:last-child{border-bottom:0;margin-bottom:0}}@media screen and (max-width:1023px){.footer_top_item:first-child{width:100%;margin-bottom:40px}}@media screen and (max-width:1023px) and (max-width:767px){.footer_top_item:first-child{margin-bottom:20px}}@media screen and (max-width:1023px){.footer_top_item:nth-child(2){width:33.3%}.footer_top_item:last-child{width:66.6%}}@media screen and (max-width:767px){.footer_top_item{border-bottom:1px solid hsla(0,0%,44.3%,.6);width:100%;margin-bottom:20px;padding-bottom:20px}.footer_top_item:last-child,.footer_top_item:nth-child(2){text-align:center;width:100%}.footer_top_item--text br{display:none}}.footer_top_item--title{font-size:1.3rem;font-weight:700;color:#000;margin-bottom:.8rem}@media screen and (max-width:1023px){.footer_top_item--title{font-size:20px;margin-bottom:12px;line-height:1.1}.footer_top_item--title.first{font-size:36px;margin-bottom:16px}}@media screen and (max-width:1023px) and (max-width:767px){.footer_top_item--title.first{font-size:28px;margin-bottom:13px}}@media screen and (max-width:767px){.footer_top_item--title{font-size:24px;margin-bottom:13px}}.footer_top--form_input{max-width:21rem;width:100%}@media screen and (max-width:1023px){.footer_top--form_input{max-width:350px}}@media screen and (max-width:767px){.footer_top--form_input{max-width:100%}}.footer_top--input{background:hsla(0,0%,100%,.2);border-color:rgba(55,55,55,.5)}.footer_top--input::-webkit-input-placeholder{color:rgba(55,55,55,.6)}.footer_top--input:-moz-placeholder,.footer_top--input::-moz-placeholder{color:rgba(55,55,55,.6)}.footer_top--input:-ms-input-placeholder{color:rgba(55,55,55,.6)}.footer_top--input:active,.footer_top--input:focus{border-color:#eaae13;background-color:rgba(234,174,19,.1)}.footer_top_social__item{width:1.6rem;height:1rem}@media screen and (max-width:1023px){.footer_top_social__item{width:24px;height:37px}}@media screen and (max-width:767px){.footer_top_social__item{width:44px;height:28px;margin-right:auto}}.footer_top_social__item:not(:last-child){margin-right:1.1rem}@media screen and (max-width:1023px){.footer_top_social__item:not(:last-child){margin-right:28px}}@media screen and (max-width:767px){.footer_top_social__item:not(:last-child){margin-right:40px;margin-left:auto}}.footer_top_social__item .svg_icon{fill:#eaae13;width:100%;height:100%}.footer_top_phones{text-align:right;margin-right:auto;margin-bottom:.9rem}@media screen and (max-width:1023px){.footer_top_phones{margin-bottom:0}}@media screen and (max-width:767px){.footer_top_phones{width:100%;padding-bottom:20px;border-bottom:1px solid hsla(0,0%,44.3%,.6);margin-bottom:20px}}.footer_top_phones__item{justify-content:flex-end}@media screen and (max-width:767px){.footer_top_phones__item{justify-content:center;display:flex;align-items:center}.footer_top_phones__item:not(:last-child){margin-bottom:13px}.footer_top_phones__item:last-child:before{content:"";width:28px;height:28px;background-image:url(a4ec2d13ec55b67e48b9515157181153.svg);background-repeat:no-repeat;background-size:contain;background-position:0;filter:invert(71%) sepia(74%) saturate(2251%) hue-rotate(2deg) brightness(105%) contrast(85%)}}.footer_top_phones__item--link{margin-left:.3rem;text-decoration:none;font-weight:700;color:#373737;white-space:nowrap}@media screen and (max-width:1023px){.footer_top_phones__item--link{font-size:16px;margin-left:10px}}.footer_top_phones__item--icon{width:.75rem;height:.75rem}@media screen and (max-width:1023px){.footer_top_phones__item--icon{width:24px;height:24px}}@media screen and (max-width:767px){.footer_top_phones__item--icon{width:28px;height:28px}}.footer_top_phones__item--icon .svg_icon{width:100%;height:100%}.footer_top_phones__item--icon:not(:first-child){margin-left:.2rem}@media screen and (max-width:1023px){.footer_top_phones__item--icon:not(:first-child){margin-left:5px}}@media screen and (max-width:1023px){.footer_top_info{display:flex}}@media screen and (max-width:1023px) and (max-width:767px){.footer_top_info{flex-wrap:wrap}}@media screen and (max-width:1023px){.footer_top_contacts{margin-left:auto;font-size:16px;margin-top:-35px}}@media screen and (max-width:767px){.footer_top_contacts{margin-top:0;text-align:center;margin-left:0;width:100%}}.footer_top_contacts__item:not(:last-child){margin-bottom:.6rem}@media screen and (max-width:1023px){.footer_top_contacts__item:not(:last-child){margin-bottom:11px}}@media screen and (max-width:767px){.footer_top_contacts__item:not(:last-child){margin-bottom:8px}}.footer_top_contacts__item--title{font-weight:700}@media screen and (max-width:1023px){.footer_top_contacts__item--title{display:block}}@media screen and (max-width:767px){.footer_top_contacts__item--title{display:inline}}.footer_top_contacts__item--value{text-decoration:none;color:#373737}.footer_bottom{background-color:#373737;color:#fff;font-size:.5rem;line-height:1.1;padding:.75rem 0}@media screen and (max-width:1023px){.footer_bottom{font-size:12px;padding:13px 0;text-align:center}}@media screen and (max-width:767px){.footer_bottom{padding:15px 0}.footer_bottom .container{flex-wrap:wrap;flex-direction:column;text-align:center}}.footer_bottom--link{text-decoration:none;color:#fff}.footer_bottom--link:not(:last-child){margin-right:2rem}@media screen and (max-width:1023px){.footer_bottom--link:not(:last-child){margin-right:5px}}@media screen and (max-width:767px){.footer_bottom--link:not(:last-child){margin-right:0;margin-bottom:3px}}@media screen and (max-width:1023px){.footer_bottom--link:last-child{margin-right:auto}}@media screen and (max-width:1023px) and (max-width:767px){.footer_bottom--link:last-child{margin-right:0}}.footer_bottom--copyright{margin-right:auto}@media screen and (max-width:1023px){.footer_bottom--copyright{margin-left:auto;margin-right:5px}}@media screen and (max-width:767px){.footer_bottom--copyright{margin-right:0;margin-left:0;margin-bottom:3px}}.popup{position:relative;display:none;width:25rem;max-width:95%;border-radius:.15rem;background-color:#fff;padding:2.1rem 2rem}@media screen and (max-width:1023px){.popup{width:355px;border-radius:3px;padding:25px 28px}}@media screen and (max-width:800px){.popup{overflow:auto}}@media screen and (max-width:767px){.popup{width:calc(100% - 28px);padding:30px 15px 15px}}.popup.active{display:block}.popup__wrap{position:fixed;top:0;left:-9999px;z-index:110;width:100%;height:100%;background-color:rgba(55,55,55,.9);opacity:0;overflow:auto;transition:opacity .25s ease-in}.popup__wrap.active{left:0;opacity:1}.popup__close{position:absolute;top:1rem;right:.8rem;width:1.2rem;height:1.2rem;cursor:pointer}@media screen and (max-width:1023px){.popup__close{right:13px;top:11px;width:15px;height:15px}}.popup__close:after,.popup__close:before{content:"";position:absolute;top:.5rem;left:.1rem;width:.9rem;height:.1rem;background-color:#eaae13;transition:all .25s ease-in}@media screen and (max-width:1023px){.popup__close:after,.popup__close:before{width:12px;height:1px;top:6px;left:2px}}.popup__close:before{transform:rotate(45deg)}.popup__close:after{transform:rotate(-45deg)}.popup__close:hover:after,.popup__close:hover:before{background-color:#ffd953}.popup .form_text--conf{font-size:.6rem}@media screen and (max-width:1023px){.popup .form_text--conf{font-size:8px}}.popup--btn{width:100%}.popup__title{font-size:2.4rem;font-weight:700;text-align:center;line-height:1;color:#373737;margin-bottom:2.1rem}@media screen and (max-width:1023px){.popup__title{font-size:30px;margin-bottom:15px}}.popup__success,.popup__success--subscribe{text-align:center}.categories{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:5.85rem;grid-row-gap:3.75rem}@media screen and (max-width:1023px){.categories{grid-column-gap:20px;grid-row-gap:20px}}@media screen and (max-width:767px){.categories{grid-template-columns:repeat(1,1fr);grid-column-gap:15px;grid-row-gap:15px}}.categories_item{text-align:center;border:.25rem solid #eaae13;padding:1.4rem .8rem}@media screen and (max-width:1023px){.categories_item{padding:28px 10px;border-width:2px}}@media screen and (max-width:767px){.categories_item{padding:20px 15px}}.categories_item--price.categories_item{position:relative;padding-bottom:4.4rem}@media screen and (max-width:1023px){.categories_item--price.categories_item{padding-bottom:48px}}@media screen and (max-width:767px){.categories_item--price.categories_item{padding-bottom:90px}}.categories_item__img{margin-bottom:.5rem}@media screen and (max-width:1023px){.categories_item__img{margin-bottom:5px}}.categories_item__img img{min-height:12rem}@media screen and (max-width:1023px){.categories_item__img img{min-height:100px;max-height:100px}}@media screen and (max-width:767px){.categories_item__img img{min-height:90px;max-width:150px}}.categories_item__title{display:inline-block;color:#eaae13;font-size:1.3rem;font-weight:700;min-height:3rem;line-height:1.1;margin-bottom:.5rem;transition:all .25s ease-in}@media screen and (max-width:1023px){.categories_item__title{font-size:20px;margin-bottom:16px;min-height:40px}}@media screen and (max-width:767px){.categories_item__title{font-size:16px;min-height:auto}}.categories_item__title:hover{border-color:transparent}.categories_item__price{position:absolute;left:-1px;bottom:-1px;right:-1px;height:3rem;padding:.5rem 0;background-color:#eaae13;text-align:center;line-height:1.1}@media screen and (max-width:1023px){.categories_item__price{padding:9px 0;font-size:14px;height:40px}}@media screen and (max-width:767px){.categories_item__price{height:70px;padding:15px 0;font-size:16px}}.categories_item__price span{font-size:1.8rem;font-weight:700}@media screen and (max-width:1023px){.categories_item__price span{font-size:20px}}@media screen and (max-width:767px){.categories_item__price span{font-size:36px}}.utp_item{position:relative;font-size:1.2rem;padding-left:3.8rem;flex:1 0 25%;line-height:1.2;min-height:2.8rem}@media screen and (max-width:1023px){.utp_item{min-height:34px;padding-left:42px;font-size:16px}}@media screen and (max-width:767px){.utp_item{width:100%;padding-left:47px;min-height:32px;display:flex;align-items:center;flex:100%}.utp_item:not(:last-child){margin-bottom:15px}.utp_item br{display:none}}.utp_item:first-child{margin-bottom:3.5rem}@media screen and (max-width:1023px){.utp_item:first-child{margin-bottom:42px}}@media screen and (max-width:767px){.utp_item:first-child{margin-bottom:15px}}.utp_item:before{content:"";position:absolute;left:0;top:0;height:2.8rem;width:2.8rem;background-image:url(dc063e1abda14aac2485a7f0b7fdf294.svg)}@media screen and (max-width:1023px){.utp_item:before{height:30px;width:30px}}@media screen and (max-width:767px){.utp_item:before{height:32px;width:32px}}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:4.95rem;grid-row-gap:4.95rem}@media screen and (max-width:1023px){.steps{grid-column-gap:20px;grid-row-gap:20px}}@media screen and (max-width:767px){.steps{grid-template-columns:repeat(1,1fr);grid-column-gap:15px;grid-row-gap:15px}}.steps--number{grid-template-columns:repeat(5,1fr);grid-column-gap:1.95rem;grid-row-gap:1.95rem}@media screen and (max-width:1023px){.steps--number{grid-column-gap:17px;grid-row-gap:17px}}@media screen and (max-width:767px){.steps--number{grid-template-columns:repeat(1,1fr);grid-column-gap:15px;grid-row-gap:15px}}.steps_item{position:relative;background-color:#fff;box-shadow:0 0 2rem rgba(0,0,0,.1);border-radius:.15rem;padding:1.1rem 1rem;min-height:13rem;transition:all .25s ease-in}@media screen and (max-width:1023px){.steps_item{padding:12px 11px;min-height:150px;border-radius:3px;box-shadow:0 0 40px rgba(0,0,0,.3)}}@media screen and (max-width:1023px) and (max-width:767px){.steps_item{min-height:150px;padding:15px;box-shadow:0 0 25px rgba(0,0,0,.15)}}.steps_item_icon:before{height:3.5rem;width:5.25rem;background-repeat:no-repeat;background-size:contain;background-position:100% 0;filter:invert(71%) sepia(74%) saturate(2251%) hue-rotate(2deg) brightness(105%) contrast(85%)}@media screen and (max-width:1023px){.steps_item_icon:before{width:35px;height:32px}}@media screen and (max-width:767px){.steps_item_icon:before{position:relative!important;width:72px;height:60px;left:0;top:50%!important;right:auto;margin-right:24px;transform:translateY(-50%);background-position:0}}.steps_item_icon:hover:before{filter:invert(100%) sepia(68%) saturate(0) hue-rotate(238deg) brightness(112%) contrast(100%)}.steps_item_icon--consult:before{background-image:url(408f55eece0933fdb53ca6d0f590bd1a.svg)}.steps_item_icon--car:before{background-image:url(164bcd7bb5a8d6347cb78ffd561ac028.svg)}.steps_item_icon--grunt:before{background-image:url(39857eff67c08c64da1b99da5aeb9b12.svg)}.steps_item_icon--project:before{background-image:url(bee0bb1b44221ab61d4060f50252bdc1.svg)}.steps_item_icon--smeta:before{background-image:url(8786f9b0b1181f9475b887be4f285f0d.svg)}.steps_item:before{position:absolute;content:"";right:1.4rem;top:1.1rem;color:#eaae13}@media screen and (max-width:1023px){.steps_item:before{right:13px;top:17px}}.steps_item--number:before{counter-increment:step;content:counter(step);position:absolute;font-weight:800;font-size:3.5rem;line-height:1.1;transition:all .25s ease-in}@media screen and (max-width:1023px){.steps_item--number:before{font-size:30px}}@media screen and (max-width:767px){.steps_item--number:before{font-size:45px;right:15px;top:10px}}.steps_item:hover{background-color:#eaae13}.steps_item:hover:before{color:#fff}.steps_item--description{margin-top:auto;line-height:1.1;font-weight:700;font-size:1.2rem}@media screen and (max-width:1023px){.steps_item--description{font-size:16px}}@media screen and (max-width:767px){.steps_item--description{font-size:18px;margin-top:auto;margin-bottom:auto}}.form_content{position:relative}.form_content.rtl{flex-direction:row-reverse}.form_content.rtl .form_group{justify-content:flex-end}.form_content_title--with-text{line-height:.8;margin-bottom:.75rem}@media screen and (max-width:1023px){.form_content_title--with-text{margin-bottom:15px;line-height:.9}}.form_content_description{font-size:1.8rem;margin-bottom:2rem}@media screen and (max-width:1023px){.form_content_description{font-size:28px;margin-bottom:32px}}@media screen and (max-width:767px){.form_content_description{font-size:24px}.form_content_description br{display:none}}.form_content_description ul li:not(:last-child){margin-bottom:.3rem}@media screen and (max-width:1023px){.form_content_description ul li:not(:last-child){margin-bottom:8px}}.form_content_description ul li:before{top:.8rem;border-radius:50%}.form_content_description p{margin-bottom:.4rem}.form_content__buttons{column-gap:1.25rem}@media screen and (max-width:1023px){.form_content__buttons{column-gap:14px;row-gap:14px;flex-wrap:wrap}}@media screen and (max-width:767px){.form_content__buttons{row-gap:10px}}.form_content__buttons_item{display:flex;column-gap:.3rem;max-width:100%;width:auto;padding-left:.8rem;padding-right:.8rem}@media screen and (max-width:1023px){.form_content__buttons_item{padding-left:16px;padding-right:16px;column-gap:6px}}@media screen and (max-width:767px){.form_content__buttons_item{width:100%}}.form_content__buttons_item:hover{opacity:.6;border-color:transparent}.form_content__buttons_item--telegram{background-color:#34aadf;border-color:#34aadf}.form_content__buttons_item--telegram:hover{background-color:#34aadf}.form_content__buttons_item--max{border:none}.form_content__buttons_item--max,.form_content__buttons_item--max:hover{background:linear-gradient(155deg,#bf97ff 6.6%,#526eff 84.12%)}.form_content__buttons_item--whatsapp{background-color:#4caf50;border-color:#4caf50}.form_content__buttons_item--whatsapp:hover{background-color:#4caf50}.form_content__buttons_item--black{background-color:#373737;border-color:#373737}.form_content__buttons_item--black:hover{background-color:#373737}.form_content__buttons_item .svg_icon{width:.9rem;height:.9rem;fill:#fff;margin:0}@media screen and (max-width:1023px){.form_content__buttons_item .svg_icon{display:block;width:18px;height:18px}}.form_content_text{position:relative;z-index:1}.form_content_text.rtl{text-align:right}@media screen and (max-width:1023px){.form_content_text.rtl{padding-top:130px}.form_content_text.rtl .h1{margin-left:auto}}@media screen and (max-width:767px){.form_content_text.rtl{text-align:left;padding-top:0}}.form_content_text--upload{width:65.5%}@media screen and (max-width:1023px){.form_content_text--upload{width:100%}}.form_content_text--inversion{color:#fff}.form_content_text--inversion div{color:#000}@media screen and (max-width:1023px){.form_content_text .h1{width:60%}}@media screen and (max-width:1023px) and (max-width:767px){.form_content_text .h1{width:100%}}.form_content_contacts{margin-bottom:2rem;text-align:left;gap:1rem}@media screen and (max-width:1023px){.form_content_contacts{margin-bottom:25px;gap:10px}.form_content_contacts.rtl .form_content_contacts_item:last-child{margin-right:0}.form_content_contacts.rtl .form_content_contacts_item:first-child{margin-left:auto}}@media screen and (max-width:767px){.form_content_contacts{flex-wrap:wrap;margin-bottom:5px}}.form_content_contacts_item{position:relative;font-size:1.5rem;padding-left:3.25rem;line-height:1.3}@media screen and (max-width:1023px){.form_content_contacts_item{font-size:18px;padding-left:62px}.form_content_contacts_item:last-child{margin-right:auto;margin-left:20px}}@media screen and (max-width:1023px) and (max-width:767px){.form_content_contacts_item:last-child{margin-left:0}}@media screen and (max-width:767px){.form_content_contacts_item{width:100%;margin-bottom:15px;padding-left:39px;font-size:18px}}.form_content_contacts_item--description{font-weight:700}.form_content_contacts_item--link{color:#373737;text-decoration:none}.form_content_contacts_item:before{content:"";position:absolute;left:0;width:2.25rem;height:2.25rem;top:0;background-size:contain;background-repeat:no-repeat;background-position:0 0;filter:invert(71%) sepia(74%) saturate(2251%) hue-rotate(2deg) brightness(105%) contrast(85%)}@media screen and (max-width:1023px){.form_content_contacts_item:before{width:36px;height:36px}}@media screen and (max-width:767px){.form_content_contacts_item:before{width:24px;height:24px}}.form_content_contacts_item--phone:before{background-image:url(a4ec2d13ec55b67e48b9515157181153.svg)}.form_content_contacts_item--mail:before{background-image:url(b3c028c3e92037573e1ea54ddf8f8557.svg)}.form_content_contacts_item--inversion:before{filter:invert(100%) sepia(68%) saturate(0) hue-rotate(238deg) brightness(112%) contrast(100%)}.form_content_form_title{font-size:1.5rem;font-weight:700;color:#eaae13}.form_content_form_title--inversion{color:#fff}@media screen and (max-width:1023px){.form_content_form_title{font-size:30px}}@media screen and (max-width:767px){.form_content_form_title{font-size:28px;line-height:1.4}}.form_content_form_text{font-size:1rem}@media screen and (max-width:1023px){.form_content_form_text{font-size:20px}.form_content_form_text--upload{width:70%;margin-bottom:40px}}@media screen and (max-width:1023px) and (max-width:767px){.form_content_form_text--upload{width:100%}}@media screen and (max-width:767px){.form_content_form_text{font-size:16px;margin-bottom:15px}.form_content_form_text br{display:none}}.form_content_form_input{max-width:13.5rem;width:100%}@media screen and (max-width:1023px){.form_content_form_input{max-width:230px}}@media screen and (max-width:767px){.form_content_form_input{width:100%;max-width:100%;margin-bottom:10px}}.form_content_img{width:39%;margin-left:5%}@media screen and (max-width:1023px){.form_content_img{width:auto;height:250px;position:absolute;right:20px;top:30%;transform:translateY(-50%);z-index:0}}@media screen and (max-width:767px){.form_content_img{display:none}}.form_content_img--full{position:absolute;right:0}.form_content_img--upload{width:32.5%;margin-left:2%}.form_content_img.rtl{margin-left:0;margin-right:6%}@media screen and (max-width:1023px){.form_content_img.rtl{width:auto;height:250px;position:absolute;left:20px;right:auto}}.form_content_img img{width:100%;max-width:100%;max-height:100%}@media screen and (max-width:1023px){.form_content_img img{width:auto}}.form_main{color:#fff;padding:2.25rem 3.3rem;background:hsla(0,0%,100%,.1);box-shadow:0 0 1rem rgba(0,0,0,.25);border-radius:.75rem;min-width:31%}@media screen and (max-width:1023px){.form_main{min-width:50%;padding:18px;border-radius:3px}}@media screen and (max-width:767px){.form_main{padding:15px;width:100%}}.form_main__title{font-size:1.5rem;font-weight:700;text-transform:uppercase;margin-bottom:1.85rem}@media screen and (max-width:1023px){.form_main__title{font-size:23px;margin-bottom:15px}}@media screen and (max-width:767px){.form_main__title{font-size:19px;margin-bottom:13px}}.form_main__title span{color:#eaae13}.form_main--input{background:hsla(0,0%,100%,.2);border-color:#fff;color:#fff}.form_main--input::-webkit-input-placeholder{color:#fff}.form_main--input:-moz-placeholder,.form_main--input::-moz-placeholder{color:#fff}.form_main--input:-ms-input-placeholder{color:#fff}.form_main--input:active,.form_main--input:focus{border-color:#ffd953;background-color:hsla(0,0%,100%,.7)}.form_main--select option{color:#373737}.form_main--btn{width:100%}.form_main .form_text--conf{font-size:.6rem}@media screen and (max-width:1023px){.form_main .form_text--conf{font-size:9px}}@media screen and (max-width:767px){.form_main .form_text--conf{font-size:8px}}.form_group:not(:last-child){margin-bottom:1.25rem;margin-top:1.25rem}@media screen and (max-width:1023px){.form_group:not(:last-child){margin-top:10px;margin-bottom:10px}}@media screen and (max-width:767px){.form_group:not(:last-child){flex-wrap:wrap}.form_group:not(:last-child) .btn{width:100%}}@media screen and (max-width:767px){.form_group{flex-wrap:wrap}}.form_input:not(:last-child){margin-right:1rem}@media screen and (max-width:1023px){.form_input:not(:last-child){margin-right:20px}}@media screen and (max-width:767px){.form_input:not(:last-child){width:100%;margin-bottom:10px;margin-right:0}}.form_input--full>*{width:100%}.form_text--link{color:inherit;line-height:1;text-decoration:none;border-bottom:1px solid;transition:all .25s ease-in}.form_text--link:hover{border-color:transparent}.form_text--conf{font-size:.7rem}@media screen and (max-width:1023px){.form_text--conf{font-size:12px}}@media screen and (max-width:767px){.form_text--conf{font-size:8px}}.form .blank{display:none}.form_simple{position:relative;padding:1.25rem 0 2.3rem}@media screen and (max-width:1023px){.form_simple{padding:50px 0}.form_simple .container{position:relative;z-index:1}}.form_simple--default{background-color:#eaae13}.form_simple--default:before{content:"";position:absolute;right:6.5rem;width:30rem;height:calc(100% + 5rem);bottom:0;background-image:url(30cc06593524de8c016de6d1848135ef.png);background-repeat:no-repeat;background-size:cover;background-position:100% 100%;z-index:0}@media screen and (max-width:1023px){.form_simple--default:before{width:250px;height:250px;right:0}}@media screen and (max-width:767px){.form_simple--default:before{content:none}}.form_simple--black{background-image:url(14b5d30394047166cd498326ece35d0a.jpg);background-position:top}.form_simple--black,.form_simple--building{background-repeat:no-repeat;background-size:cover;color:#fff}.form_simple--building{background-image:url(72fd4e589b22be39e8eaa734cc47fdac.jpg);background-position:50%;padding:3rem 0}.form_simple--piles{background-image:url(2d90f07e830653c3246f50d50f1f2233.jpg);background-repeat:no-repeat;background-size:cover;background-position:top;color:#fff}.form_simple__title{color:#fff;font-size:1.8rem;font-weight:700;line-height:1.7}.form_simple__title div,.form_simple__title span{color:#eaae13}@media screen and (max-width:1023px){.form_simple__title{font-size:36px;line-height:1.3;width:75%;margin-bottom:9px}}.form_simple__title--multilines{font-size:2.4rem;line-height:1.3;margin-bottom:.8rem}@media screen and (max-width:1023px){.form_simple__title--multilines{width:100%}}@media screen and (max-width:767px){.form_simple__title{font-size:28px;width:100%;margin-bottom:20px;line-height:1.2}}.form_simple__title--indent{margin-bottom:1.5rem}@media screen and (max-width:1023px){.form_simple__title--indent{margin-bottom:30px}}@media screen and (max-width:767px){.form_simple__title--indent{margin-bottom:20px}}.form_simple__title--indent span{color:#eaae13}.form_simple__title--rows{line-height:1.2}.form_simple__description{font-size:1rem}.form_simple__description div,.form_simple__description span{color:#eaae13}.form_simple__description p{margin-bottom:.2em}@media screen and (max-width:1023px){.form_simple__description p{margin-bottom:.3em}}@media screen and (max-width:767px){.form_simple__description p{margin-bottom:.4em}}@media screen and (max-width:1023px){.form_simple__description{font-size:16px;max-width:75%}}@media screen and (max-width:767px){.form_simple__description{max-width:100%;margin-bottom:20px}}.form_simple--form_input{max-width:13.5rem;width:100%}@media screen and (max-width:1023px){.form_simple--form_input{max-width:170px}}@media screen and (max-width:767px){.form_simple--form_input{max-width:100%}}.form_simple--input{border-color:hsla(0,0%,100%,.5);background-color:hsla(0,0%,100%,.2)}.form_simple--input::-webkit-input-placeholder{color:#373737}.form_simple--input:-moz-placeholder,.form_simple--input::-moz-placeholder{color:#373737}.form_simple--input:-ms-input-placeholder{color:#373737}.form_simple--input:active,.form_simple--input:focus{border-color:#ffd953;background-color:hsla(0,0%,100%,.7)}.form_simple--white{color:#fff}.form_simple--white::-webkit-input-placeholder{color:#fff}.form_simple--white:-moz-placeholder,.form_simple--white::-moz-placeholder{color:#fff}.form_simple--white:-ms-input-placeholder{color:#fff}.form_upload--title{margin:0 0 1rem}@media screen and (max-width:767px){.yt{flex-direction:column}}.yt_gallery{width:52%;overflow:hidden;position:relative}@media screen and (max-width:1023px){.yt_gallery{width:80%}}@media screen and (max-width:767px){.yt_gallery{width:100%;overflow:visible}}.yt_gallery_type{padding-left:3rem}@media screen and (max-width:1023px){.yt_gallery_type{padding-left:30px}}@media screen and (max-width:767px){.yt_gallery_type{padding-left:0}}.yt_gallery_item--slide{width:100%}@media screen and (max-width:1023px){.yt_gallery_item--slide{height:205px}}@media screen and (max-width:767px){.yt_gallery_item--slide{height:290px}}.yt_gallery_navigation{width:3rem;height:90%;position:absolute;left:1.5rem;top:0;z-index:1}@media screen and (max-width:1023px){.yt_gallery_navigation{width:100%;height:44px;left:0;position:relative;margin-top:40px;flex-direction:row!important;justify-content:flex-end!important}}@media screen and (max-width:767px){.yt_gallery_navigation{position:absolute;margin-top:-60px;top:0;width:auto;right:0;left:auto}}.yt_gallery_navigation--btn{position:relative;width:100%;height:3rem;background-color:rgba(234,174,19,.7);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 0 1rem rgba(0,0,0,.25);cursor:pointer}@media screen and (max-width:1023px){.yt_gallery_navigation--btn{width:44px;height:100%}.yt_gallery_navigation--btn:not(:last-child){margin-right:18px}}@media screen and (max-width:767px){.yt_gallery_navigation--btn{background-color:#eaae13}}.yt_gallery_navigation--btn:before{content:"";position:absolute;width:100%;height:100%;background-image:url(529c797de268b0ba9d23466f401551a4.svg);background-repeat:no-repeat;background-size:.8rem auto;background-position:50%;filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7500%) hue-rotate(358deg) brightness(101%) contrast(100%)}@media screen and (max-width:1023px){.yt_gallery_navigation--btn:before{background-size:8px auto;transform:rotate(-90deg)}}.yt_gallery_navigation--btn:first-child:before{transform:rotate(180deg)}@media screen and (max-width:1023px){.yt_gallery_navigation--btn:first-child:before{transform:rotate(90deg)}}.yt_gallery_navigation--btn.swiper-button-disabled{cursor:no-drop}.yt_content{margin-right:auto}@media screen and (max-width:1023px){.yt_content{margin-bottom:20px}}@media screen and (max-width:767px){.yt_content{margin-bottom:15px}}.yt_content--title{margin-bottom:2.1rem}@media screen and (max-width:1023px){.yt_content--title{margin-bottom:10px}}@media screen and (max-width:767px){.yt_content--title{font-size:30px;margin-bottom:20px}}.yt_content_text{font-size:1rem;margin-bottom:1.5rem}@media screen and (max-width:1023px){.yt_content_text{font-size:16px;margin-bottom:25px}}@media screen and (max-width:767px){.yt_content_text{margin-bottom:15px}.yt_content_text br{display:none}}@media screen and (max-width:1023px){.vkontakte{flex-direction:column-reverse}}.vkontakte_gallery{width:58%;display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:2.5rem;grid-row-gap:2.5rem}@media screen and (max-width:1023px){.vkontakte_gallery{width:100%;grid-column-gap:20px;grid-row-gap:20px}}@media screen and (max-width:767px){.vkontakte_gallery{grid-template-columns:repeat(2,1fr);grid-column-gap:16px;grid-row-gap:16px}}.vkontakte_gallery_item{position:relative}.vkontakte_gallery_item:before{display:block;content:"";width:100%;padding-top:100%}.vkontakte_gallery_item:after{content:"";position:absolute;left:0;top:0}.vkontakte_gallery_item_content{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;border-radius:.15rem}@media screen and (max-width:1023px){.vkontakte_gallery_item_content{border-radius:3px}}.vkontakte_gallery_item_content--img{width:100%;height:100%}.vkontakte_gallery_item_content--overlay{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(234,174,19,.8);opacity:0;transition:all .25s ease-in}.vkontakte_gallery_item_content:hover .vkontakte_gallery_item_content--overlay{opacity:1}.vkontakte_content{margin-left:auto;text-align:right}@media screen and (max-width:1023px){.vkontakte_content{margin-bottom:20px;width:100%}}@media screen and (max-width:767px){.vkontakte_content{text-align:left;margin-bottom:15px}}.vkontakte_content--title{margin-bottom:2.1rem}@media screen and (max-width:1023px){.vkontakte_content--title{margin-bottom:10px}.vkontakte_content--title div{display:inline}}@media screen and (max-width:767px){.vkontakte_content--title{font-size:30px;margin-bottom:20px}}.vkontakte_content_text{font-size:1rem;margin-bottom:1.5rem}@media screen and (max-width:1023px){.vkontakte_content_text{font-size:16px;margin-bottom:25px}}@media screen and (max-width:767px){.vkontakte_content_text{margin-bottom:15px}.vkontakte_content_text br{display:none}}.review{background-color:#f5f5f5;padding:3rem 0 8rem}@media screen and (max-width:1023px){.review{padding:35px 0 50px}}.review_b{height:23.3rem;padding-left:2.5rem;background-image:url(53876aa38f951eff176e3db4f1aafb48.jpg);background-repeat:no-repeat;background-position:100%;background-size:contain;background-color:#f4f4f4}@media screen and (max-width:767px){.review_b{height:210px;padding-left:35px;padding-right:35px;background-image:none}}.review_b__title{line-height:1.2;margin-bottom:0}.review_b__text{font-size:1.8rem;line-height:1.2;margin-bottom:1.4rem}@media screen and (max-width:767px){.review_b__text{font-size:24px;margin-bottom:10px}}.review_section{padding-bottom:0}.review_content{font-size:1rem;margin-bottom:3rem}@media screen and (max-width:1023px){.review_content{font-size:16px;margin-bottom:20px}}.review__button .btn{width:100%}.review_list{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:2rem;grid-row-gap:2rem;margin-bottom:3rem}@media screen and (max-width:1023px){.review_list{grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:20px;margin-bottom:20px}}@media screen and (max-width:767px){.review_list{grid-template-columns:repeat(1,1fr);grid-column-gap:0}}.review_list__item{display:grid;grid-template-rows:0fr auto;border-bottom:.25rem solid rgba(55,55,55,.2);border-left:.25rem solid rgba(55,55,55,.2);border-right:.25rem solid rgba(55,55,55,.2);transition:all .25s ease-in}@media screen and (max-width:1023px){.review_list__item{border-width:2px;border-color:#eaae13}}.review_list__item:hover{border-color:#eaae13}.review_list__item_content{padding:1.9rem 1.6rem;font-size:1rem}@media screen and (max-width:1023px){.review_list__item_content{padding:15px;font-size:16px}}@media screen and (max-width:767px){.review_list__item_content{padding:23px}}.review_list__item_content>:nth-last-child(2){margin-bottom:3rem}@media screen and (max-width:1023px){.review_list__item_content>:nth-last-child(2){margin-bottom:20px}}.review_list__item_title{font-size:1.5rem;font-weight:700;background-color:#eaae13;padding:.85rem 1.6rem;margin:0 -.25rem}@media screen and (max-width:1023px){.review_list__item_title{margin:0 -2px;padding:8px 15px;font-size:20px}}@media screen and (max-width:767px){.review_list__item_title{padding:15px}}.review_list__item_author{font-size:1rem;margin-top:auto}@media screen and (max-width:1023px){.review_list__item_author{font-size:16px}}.review_main__text{width:55.5%;padding:2.8rem 2.4rem;border:.25rem solid #eaae13;font-size:1.6rem;color:#000;max-height:29rem;transition:all .25s ease-in}@media screen and (max-width:1023px){.review_main__text{font-size:16px;border-width:2px;max-height:332px;padding:22px 20px;width:53%}}@media screen and (max-width:767px){.review_main__text{display:none!important}}.review_main__text--scroll{overflow-x:hidden;overflow-y:auto}.review_main__text--scroll::-webkit-scrollbar{width:.25rem}@media screen and (max-width:1023px){.review_main__text--scroll::-webkit-scrollbar{width:2px}}.review_main__text--scroll::-webkit-scrollbar-track{background:rgba(55,55,55,.1)}.review_main__text--scroll::-webkit-scrollbar-thumb{background:#eaae13}.review_main__text--scroll::-webkit-scrollbar-thumb:hover{background:rgba(234,174,19,.8)}.review_main__text_item{height:100%}.review_main__text_item:not(.active){display:none}.review_main__text_item p:last-child{margin-bottom:0}.review_main__text_item__gallery{height:100%}@media screen and (max-width:767px){.review_main__text_item__gallery{margin-bottom:30px}}.review_main__text_item__gallery .swiper-wrapper{height:calc(100% - 3rem)}@media screen and (max-width:1023px){.review_main__text_item__gallery .swiper-wrapper{height:calc(100% - 36px)}}@media screen and (max-width:767px){.review_main__text_item__gallery .swiper-wrapper{height:calc(100% - 28px)}}.review_main__text_item__gallery .swiper-pagination-bullet{width:1rem;height:1rem;margin:0 .33rem;background-color:rgba(55,55,55,.1);cursor:pointer;transition:all .25s ease-in}@media screen and (max-width:1023px){.review_main__text_item__gallery .swiper-pagination-bullet{width:16px;height:16px;margin:0 9px}}@media screen and (max-width:767px){.review_main__text_item__gallery .swiper-pagination-bullet{width:12px;height:12px;margin:0 8px}}.review_main__text_item__gallery .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#eaae13}.review_main__text_item__gallery_pagination{margin-top:2rem}@media screen and (max-width:1023px){.review_main__text_item__gallery_pagination{margin-top:20px}}@media screen and (max-width:767px){.review_main__text_item__gallery_pagination{margin-top:16px}}.review_main__text_item__gallery_item--img{margin:0 auto;object-fit:contain;height:100%}.review_main__btn{padding-right:1.65rem}@media screen and (max-width:1023px){.review_main__btn{padding-right:0}}@media screen and (max-width:767px){.review_main__btn{margin-top:20px}.review_main__btn .btn{width:100%}}.review_main__list{width:45.5%;height:29rem}@media screen and (max-width:1023px){.review_main__list{height:332px;width:47%}}@media screen and (max-width:767px){.review_main__list{width:100%;height:auto}}.review_main__list--scroll{overflow-x:hidden;overflow-y:auto}.review_main__list--scroll::-webkit-scrollbar{width:.25rem}@media screen and (max-width:1023px){.review_main__list--scroll::-webkit-scrollbar{width:2px}}.review_main__list--scroll::-webkit-scrollbar-track{background:rgba(55,55,55,.1)}.review_main__list--scroll::-webkit-scrollbar-thumb{background:#eaae13}.review_main__list--scroll::-webkit-scrollbar-thumb:hover{background:rgba(234,174,19,.8)}@media screen and (max-width:767px){.review_main__list--scroll{overflow:visible}}.review_main__list_item{position:relative;text-align:right;border-bottom:.25rem solid #eaae13;min-height:5rem;padding-right:7.1rem;margin-right:1.65rem;cursor:pointer;transition:all .25s ease-in}@media screen and (max-width:1023px){.review_main__list_item{min-height:42px;border-width:2px;padding-right:62px;margin-right:0}}@media screen and (max-width:767px){.review_main__list_item{min-height:32px;padding-right:0;padding-left:50px;border-bottom:0;text-align:left}}.review_main__list_item:not(:last-child){margin-bottom:3rem}@media screen and (max-width:1023px){.review_main__list_item:not(:last-child){margin-bottom:24px}}@media screen and (max-width:767px){.review_main__list_item:not(:last-child){margin-bottom:15px}}.review_main__list_item:after,.review_main__list_item:before{content:"";position:absolute;right:0;width:5rem;height:5rem;bottom:-.25rem}@media screen and (max-width:1023px){.review_main__list_item:after,.review_main__list_item:before{width:42px;height:42px;bottom:-2px}}@media screen and (max-width:767px){.review_main__list_item:after,.review_main__list_item:before{width:32px;height:32px;left:0;right:auto;bottom:auto;top:1px}}.review_main__list_item:after{background-color:#eaae13;border:.25rem solid #eaae13;transition:all .25s ease-in}@media screen and (max-width:1023px){.review_main__list_item:after{border-width:2px}}@media screen and (max-width:767px){.review_main__list_item:after{border-width:1px}}.review_main__list_item:before{background-image:url(1cf18703a112efc7fae65578f94d554f.svg);background-repeat:no-repeat;background-position:50%;background-size:2.25rem auto;filter:invert(100%) sepia(68%) saturate(0) hue-rotate(238deg) brightness(112%) contrast(100%);z-index:1}@media screen and (max-width:1023px){.review_main__list_item:before{background-size:16px auto}}@media screen and (max-width:767px){.review_main__list_item:before{background-size:14px auto}}.review_main__list_item:not(.active){border-bottom-color:transparent}.review_main__list_item:not(.active)__content{display:none}.review_main__list_item:not(.active):after{background-color:transparent}.review_main__list_item:not(.active):before{filter:invert(71%) sepia(74%) saturate(2251%) hue-rotate(2deg) brightness(105%) contrast(85%)}.review_main__list_item__type{color:#eaae13;font-size:1.8rem;font-weight:700}@media screen and (max-width:1023px){.review_main__list_item__type{font-size:16px}}@media screen and (max-width:767px){.review_main__list_item__type{font-size:22px;line-height:1.1;margin-bottom:5px}}.review_main__list_item__name{font-size:1.2rem}@media screen and (max-width:1023px){.review_main__list_item__name{font-size:14px}}@media screen and (max-width:767px){.review_main__list_item__name{font-size:16px}}.review_main__list_item__content{display:none;font-size:16px}@media screen and (max-width:767px){.review_main__list_item.active>.review_main__list_item__content{display:block;margin-top:15px;margin-left:-50px}}.review_main__btn_wrapper{margin-top:4.25rem}@media screen and (max-width:1023px){.review_main__btn_wrapper{margin-top:20px}}@media screen and (max-width:767px){.review_main__btn_wrapper .btn{width:100%}}.works{background-color:#f5f5f5;padding:3rem 0 8rem}@media screen and (max-width:1023px){.works{padding:35px 0 50px}}.works_section{padding-bottom:0}.works_content{font-size:1rem;margin-bottom:3rem}@media screen and (max-width:1023px){.works_content{font-size:16px;margin-bottom:20px}}.works__button .btn{width:100%}.works_page--title{margin:0 0 1.7rem}@media screen and (max-width:1023px){.works_page--title{margin:0 0 14px}}@media screen and (max-width:767px){.works_page--title{margin-bottom:0}}.works_page__location{position:relative;font-size:1.4rem;font-weight:700;padding-left:2.35rem;margin-bottom:30px}@media screen and (max-width:1023px){.works_page__location{font-size:24px;margin-bottom:25px;padding-left:47px}}@media screen and (max-width:767px){.works_page__location{padding-left:28px;margin-bottom:20px}}.works_page__location:before{content:"";position:absolute;left:0;top:50%;width:1.5rem;height:1.95rem;background-image:url(a817a1b77d5be6f079c6b52b901b59f8.svg);background-repeat:no-repeat;background-position:0;background-size:contain;transform:translateY(-50%);filter:invert(71%) sepia(74%) saturate(2251%) hue-rotate(2deg) brightness(105%) contrast(85%)}@media screen and (max-width:1023px){.works_page__location:before{width:30px;height:39px}}@media screen and (max-width:767px){.works_page__location:before{width:20px;height:26px}}.works_page__gallery{margin-bottom:2.4rem}@media screen and (max-width:1023px){.works_page__gallery{margin-bottom:20px}}@media screen and (max-width:767px){.works_page__gallery{flex-wrap:wrap}}.works_page__gallery__list{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:1.5rem;grid-row-gap:1.5rem;margin-left:1.5rem}@media screen and (max-width:1023px){.works_page__gallery__list{grid-column-gap:20px;grid-row-gap:20px;margin-left:20px}}@media screen and (max-width:767px){.works_page__gallery__list{width:100%;grid-column-gap:15px;grid-row-gap:15px;margin-left:0}}.works_page__gallery__list_item{cursor:pointer;border-radius:3px;overflow:hidden;transition:all .25s ease-in}.works_page__gallery__list_item:not(.active){opacity:.25}.works_page__gallery_main{width:72%}@media screen and (max-width:1023px){.works_page__gallery_main{min-width:49%;width:49%}}@media screen and (max-width:767px){.works_page__gallery_main{width:100%;min-width:100%;margin-bottom:15px}}.works_page__gallery_main--img{margin:0 auto}.works_page__gallery_item--full{width:100%;text-align:center}.works_page__gallery_item--full>*{width:60%}@media screen and (max-width:1023px){.works_page__gallery_item--full>*{width:80%}}@media screen and (max-width:767px){.works_page__gallery_item--full>*{width:100%}}.works_page__list{display:grid;grid-template-columns:repeat(5,1fr);grid-column-gap:1.5rem;grid-row-gap:1.5rem;margin-bottom:4rem}@media screen and (max-width:1023px){.works_page__list{grid-template-columns:repeat(4,1fr);grid-column-gap:20px;grid-row-gap:28px;margin-bottom:21px}}@media screen and (max-width:767px){.works_page__list{grid-template-columns:repeat(2,1fr);grid-column-gap:15px;grid-row-gap:15px;margin-bottom:15px}}.works_page__content{font-size:1.2rem}@media screen and (max-width:1023px){.works_page__content{font-size:16px}}.works_page--subtitle{font-size:2.4rem;font-weight:700;margin:0 0 1.8rem}@media screen and (max-width:1023px){.works_page--subtitle{font-size:36px;margin:0 0 20px;line-height:1.3}}@media screen and (max-width:767px){.works_page--subtitle{font-size:34px;line-height:1.1}}.works_page--subtitle_indent{margin-bottom:3.5rem}@media screen and (max-width:1023px){.works_page--subtitle_indent{margin-bottom:30px}}@media screen and (max-width:767px){.works_page--subtitle_indent{margin-bottom:20px}}@media screen and (max-width:1023px){.works_page--btn{margin-right:auto}}@media screen and (max-width:767px){.works_page--btn{width:100%;margin-right:0}}.works_type{border-bottom:2px solid #eaae13;margin-bottom:1.5rem}@media screen and (max-width:1023px){.works_type{margin-bottom:20px}}@media screen and (max-width:767px){.works_type{margin-bottom:15px;justify-content:space-between;border-bottom:0}}.works_type__item{width:6.85rem;padding:.8rem 1.5rem;font-size:1.2rem;font-weight:700;line-height:1;margin-bottom:-2px;text-align:center;border:2px solid #eaae13;background-color:transparent;cursor:pointer;transition:all .25s ease-in}@media screen and (max-width:1023px){.works_type__item{width:166px;font-size:16px;padding:13px 60px}}@media screen and (max-width:767px){.works_type__item{width:138px;border-radius:2px;padding:13px 45px;margin-bottom:0}}.works_type__item:not(:last-child){margin-right:1.5rem}@media screen and (max-width:1023px){.works_type__item:not(:last-child){margin-right:21px}}@media screen and (max-width:767px){.works_type__item:not(:last-child){margin-right:0}}.works_type__item.active{background-color:#eaae13}.works_type__content:not(.active){display:none}@media screen and (max-width:767px){.works_main{flex-wrap:wrap}}.works_main__type{border-bottom:1px solid;cursor:pointer;transition:all .25s ease-in}.works_main__type:hover{border-bottom-color:transparent}.works_main__type.active{color:#eaae13}.works_main__gallery{width:58%;margin-left:auto}@media screen and (max-width:1023px){.works_main__gallery{width:48%}}@media screen and (max-width:767px){.works_main__gallery{width:100%;margin-left:0}}.works_main__gallery_type{height:37.5rem;padding-bottom:3.4rem}@media screen and (max-width:1023px){.works_main__gallery_type{height:392px;padding-bottom:36px}}@media screen and (max-width:767px){.works_main__gallery_type{height:471px;padding-bottom:27px}}.works_main__gallery_type:not(.active){display:none}.works_main__gallery_pagination{margin-top:2.4rem}@media screen and (max-width:1023px){.works_main__gallery_pagination{margin-top:20px}}@media screen and (max-width:767px){.works_main__gallery_pagination{margin-top:15px}}.works_main__gallery_pagination .swiper-pagination-bullet{width:1rem;height:1rem;margin:0 .33rem;background-color:rgba(55,55,55,.1);cursor:pointer;transition:all .25s ease-in}@media screen and (max-width:1023px){.works_main__gallery_pagination .swiper-pagination-bullet{width:16px;height:16px;margin:0 10px}}@media screen and (max-width:767px){.works_main__gallery_pagination .swiper-pagination-bullet{width:12px;height:12px;margin:0 12px}}.works_main__gallery_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#eaae13}.works_main__gallery_item{position:relative;height:calc(50% - 20px);background-repeat:no-repeat;background-size:cover;background-position:50%;border-radius:.15rem;overflow:hidden;text-decoration:none;color:#fff}@media screen and (max-width:1921px){.works_main__gallery_item{height:calc(50% - 15px)}}@media screen and (max-width:1023px){.works_main__gallery_item{height:calc(50% - 10px)}}@media screen and (max-width:767px){.works_main__gallery_item{height:calc(33.33333% - 10px)}}.works_main__gallery_item:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:42%;background:linear-gradient(358.04deg,#373737 1.67%,rgba(55,55,55,0) 103.19%);transition:all .25s ease-in}.works_main__gallery_item:hover:after{height:100%}.works_main__gallery_item--video:before{content:"";position:absolute;width:3rem;height:3rem;left:50%;top:50%;transform:translate(-50%,-50%);background-image:url(903a93b9a14d25d355138b6a6c4f75d8.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;z-index:2}@media screen and (max-width:1023px){.works_main__gallery_item--video:before{width:36px;height:36px}}.works_main__gallery_item__content{position:relative;bottom:-2.4rem;margin-top:auto;font-size:1rem;font-weight:700;padding:.75rem 1rem;z-index:1;transition:all .25s ease-in}@media screen and (max-width:1023px){.works_main__gallery_item__content{font-size:12px;padding:6px;bottom:-25px}}@media screen and (max-width:767px){.works_main__gallery_item__content{font-size:10px}}.works_main__gallery_item__content--title{color:#fff;text-decoration:none;margin-bottom:.8rem}@media screen and (max-width:1023px){.works_main__gallery_item__content--title{margin-bottom:5px}}.works_main__gallery_item__content--link{display:inline;color:#eaae13;border-bottom:1px solid;transition:all .25s ease-in}.works_main__gallery_item__content--link:hover{border-bottom-color:transparent}.works_main__gallery_item:hover .works_main__gallery_item__content{bottom:0}@media screen and (max-width:1023px){.works_main__content{margin-bottom:20px}}@media screen and (max-width:767px){.works_main__content{width:100%;margin-bottom:20px}}.works_main__content--title{margin-bottom:2.1rem;line-height:.8}@media screen and (max-width:1023px){.works_main__content--title{margin-bottom:30px}}@media screen and (max-width:767px){.works_main__content--title{font-size:30px;margin-bottom:20px}}.works_main__content_text{font-size:1rem;margin-bottom:1.5rem}@media screen and (max-width:1023px){.works_main__content_text{font-size:16px;margin-bottom:25px}}@media screen and (max-width:767px){.works_main__content_text{margin-bottom:15px}.works_main__content_text br{display:none}}.works_list{display:grid;grid-template-columns:repeat(5,1fr);grid-column-gap:1.4rem;grid-row-gap:1.4rem;margin-bottom:3rem}@media screen and (max-width:1023px){.works_list{grid-template-columns:repeat(4,1fr);grid-column-gap:20px;grid-row-gap:20px;margin-bottom:20px}}@media screen and (max-width:767px){.works_list{grid-template-columns:repeat(2,1fr);grid-column-gap:15px;grid-row-gap:15px;margin-bottom:15px}}.works_list__item{height:16.4rem}@media screen and (max-width:1023px){.works_list__item{height:138px}}.mobile_menu{padding:9px 20px 0 14px}@media screen and (max-width:767px){.mobile_menu{padding:7px 15px 0 14px}}.mobile_menu__logo{max-height:31px;max-width:174px}.mobile_menu__footer__item{padding:0 20px;justify-content:flex-start}.mobile_menu__footer__item--max,.mobile_menu__footer__item--telegram,.mobile_menu__footer__item--whatsapp{display:flex;align-items:center;font-weight:700}.mobile_menu__footer__item--max .svg_icon,.mobile_menu__footer__item--telegram .svg_icon,.mobile_menu__footer__item--whatsapp .svg_icon{width:36px;height:36px;margin-right:16px}@media screen and (max-width:767px){.mobile_menu__footer__item--max .svg_icon,.mobile_menu__footer__item--telegram .svg_icon,.mobile_menu__footer__item--whatsapp .svg_icon{width:24px;height:24px;margin-right:10px}}.mobile_menu__footer__item--whatsapp{color:#4caf50!important}.mobile_menu__footer__item--whatsapp .svg_icon{fill:#4caf50}.mobile_menu__footer__item--max{color:#9d49de!important}.mobile_menu__footer__item--telegram{color:#34aadf!important}.mobile_menu__footer__item--telegram .svg_icon{fill:#34aadf}.mobile_menu__footer__item--phones{position:relative;padding-left:72px;flex-direction:column;align-items:flex-start;justify-content:center}@media screen and (max-width:767px){.mobile_menu__footer__item--phones{padding-left:54px}}.mobile_menu__footer__item--phones:before{content:"";position:absolute;left:20px;top:50%;margin-top:-18px;width:36px;height:36px;background-image:url(a4ec2d13ec55b67e48b9515157181153.svg);background-repeat:no-repeat;background-size:contain;background-position:0;filter:invert(71%) sepia(74%) saturate(2251%) hue-rotate(2deg) brightness(105%) contrast(85%)}@media screen and (max-width:767px){.mobile_menu__footer__item--phones:before{width:24px;height:24px;margin-top:-20px}}.mobile_menu__footer__item--mobile_phone{font-weight:700;color:#eaae13!important;border-bottom:1px dashed #eaae13;margin-bottom:3px}.mobile_menu__footer__item--static_phone{color:#373737!important;font-weight:700}:root{--mm-min-size:275px}.mm-menu--theme-light{--mm-color-text:$black;--mm-color-background:#f5f5f5;--mm-color-border:#c4c4c4;--mm-listitem-size:59px;--mm-navbar-size:48px;--mm-color-background-emphasis:hsla(0,0%,100%,0)}@media screen and (max-width:767px){.mm-menu--theme-light{--mm-listitem-size:35px;--mm-navbar-size:38px}}.mm-listitem:after{inset-inline-start:0}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:0}.mm-btn--next:after,.mm-btn--prev:before{width:11px;height:21px;border:none;background-repeat:no-repeat;background-size:contain;background-position:100%;background-image:url(529c797de268b0ba9d23466f401551a4.svg)}@media screen and (max-width:767px){.mm-btn--next:after,.mm-btn--prev:before{width:12px;height:18px}}.mm-btn--prev:before{transform:rotate(90deg);inset-inline-start:20px}.mm-btn--next:after{transform:rotate(-90deg);inset-inline-end:20px}.mm-menu .mm-listitem.active .mm-listitem__text{font-weight:700}a.mm-navbar__title{color:#373737!important}.mm-navbars--bottom{border-top-color:transparent;padding-bottom:120px}@media screen and (max-width:767px){.mm-navbars--bottom{padding-bottom:15px}}.mm-navbars--bottom .mm-navbar:first-child{min-height:60px}@media screen and (max-width:767px){.mm-navbars--bottom .mm-navbar:first-child{min-height:50px}}.mm-navbars--bottom .mm-navbar:last-child,.mm-navbars--bottom .mm-navbar:nth-last-child(2),.mm-navbars--bottom .mm-navbar:nth-last-child(3){min-height:40px}@media screen and (max-width:767px){.mm-navbars--bottom .mm-navbar:last-child,.mm-navbars--bottom .mm-navbar:nth-last-child(2),.mm-navbars--bottom .mm-navbar:nth-last-child(3){min-height:30px}}.area_list{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:4.5rem;grid-row-gap:4.5rem}@media screen and (max-width:1023px){.area_list{grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:20px}}@media screen and (max-width:767px){.area_list{grid-template-columns:repeat(1,1fr)}}.area_list__item{background:#fff;box-shadow:0 0 2rem rgba(0,0,0,.1)}@media screen and (max-width:1023px){.area_list__item{box-shadow:0 0 40px rgba(0,0,0,.3)}}@media screen and (max-width:767px){.area_list__item{box-shadow:0 0 25px rgba(0,0,0,.15)}}.area_list__item img{width:100%}.area_list__item_content{padding:1.4rem 1.75rem}@media screen and (max-width:1023px){.area_list__item_content{padding:12px}}@media screen and (max-width:767px){.area_list__item_content{padding:15px}}.area_list__item_content--title{font-size:1.3rem;font-weight:700;line-height:1.1;color:#eaae13;margin-bottom:.5rem}@media screen and (max-width:1023px){.area_list__item_content--title{font-size:20px;margin-bottom:5px}}.property_list{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:3rem;grid-row-gap:3.5rem}@media screen and (max-width:1023px){.property_list{grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:20px}}@media screen and (max-width:767px){.property_list{grid-template-columns:repeat(1,1fr)}}.property_list__item{position:relative;padding-left:5rem}@media screen and (max-width:1023px){.property_list__item{padding-left:75px}}@media screen and (max-width:767px){.property_list__item{padding-left:70px}}.property_list__item--img{position:absolute;left:0;top:0;width:3.65rem;height:3rem;text-align:center}@media screen and (max-width:1023px){.property_list__item--img{width:55px;height:50px}}@media screen and (max-width:767px){.property_list__item--img{width:50px}}.property_list__item--img img{max-height:100%;margin:0 auto;height:100%;width:auto}@media screen and (max-width:1023px){.property_list__item--img img{margin:0}}.property_list__item_content{color:#000}.property_list__item_content--title{font-size:1.3rem;font-weight:700;line-height:1.1;margin-bottom:.4rem}@media screen and (max-width:1023px){.property_list__item_content--title{font-size:20px;margin-bottom:10px}}@media screen and (max-width:767px){.property_list__item_content--title{margin-bottom:5px}}.table{width:100%;border-spacing:0;border-collapse:collapse}.table:not(:last-child){margin-bottom:2.7rem}@media screen and (max-width:1023px){.table:not(:last-child){margin-bottom:45px}}.table td,.table th{padding:.7rem 1.5rem;color:#000;text-align:left}@media screen and (max-width:1023px){.table td,.table th{padding:14px 10px}}@media screen and (max-width:767px){.table td,.table th{padding:14px 12px}}.table td:last-child{font-weight:700;width:0;white-space:nowrap}.table th{font-size:1.8rem;font-weight:700;line-height:1.1}@media screen and (max-width:1023px){.table th{font-size:24px}}@media screen and (max-width:767px){.table th{font-size:20px}}.table tr:nth-child(2n) td{background-color:rgba(234,174,19,.2)}.contacts{display:grid;grid-template-columns:41% auto 25%;grid-column-gap:3rem;grid-row-gap:3rem}@media screen and (max-width:1023px){.contacts{grid-template-columns:repeat(3,1fr);grid-column-gap:24px;grid-row-gap:58px}}@media screen and (max-width:767px){.contacts{grid-template-columns:repeat(1,1fr);grid-column-gap:22px;grid-row-gap:22px}}.contacts_item{position:relative;padding-left:2.55rem;font-size:1.4rem;font-weight:300}@media screen and (max-width:1023px){.contacts_item{font-size:16px;padding-left:42px}}@media screen and (max-width:1023px){.contacts_item:not(:last-child) .flex{flex-wrap:wrap}}.contacts_item--icon:before{content:"";position:absolute;left:0;top:0;width:1.7rem;height:1.7rem;background-repeat:no-repeat;background-size:contain;background-position:0 0;filter:invert(71%) sepia(74%) saturate(2251%) hue-rotate(2deg) brightness(105%) contrast(85%)}@media screen and (max-width:1023px){.contacts_item--icon:before{width:27px;height:27px}}.contacts_item--icon-address:before{background-image:url(a817a1b77d5be6f079c6b52b901b59f8.svg)}.contacts_item--icon-phone:before{background-image:url(b4e8106e944b089fda0f1c7f35ff3c2f.svg)}.contacts_item--icon-email:before{background-image:url(b3c028c3e92037573e1ea54ddf8f8557.svg)}.contacts_item--icon-time:before{background-image:url(4377b11a5c7e923cac4e491a36128ef4.svg)}.contacts_item--icon-people:before{background-image:url(e81b9b45cb4c0582188b4258c320815f.svg)}.contacts_item_title{font-weight:700;line-height:1.3;margin-bottom:.4rem}@media screen and (max-width:1023px){.contacts_item_title{font-size:20px;margin-bottom:12px}}@media screen and (max-width:767px){.contacts_item_title{font-size:18px;margin-bottom:10px}}.contacts_item_value{color:#373737;text-decoration:none}@media screen and (max-width:767px){.contacts_item_value a:not([class]){display:inline-block}}.contacts_item_value b{font-weight:500}@media screen and (max-width:1023px){.contacts_item_value b{display:block}}.contacts_item_phone_socials{margin-left:.7rem;margin-bottom:.3rem}@media screen and (max-width:1023px){.contacts_item_phone_socials{margin-left:0;margin-top:10px}}@media screen and (max-width:767px){.contacts_item_phone_socials{width:100%;margin-top:5px}}.contacts_item_phone_socials_item{width:1.3rem;height:1.25rem}@media screen and (max-width:1023px){.contacts_item_phone_socials_item{width:20px;height:20px}.contacts_item_phone_socials_item .flex{display:block}}@media screen and (max-width:767px){.contacts_item_phone_socials_item{width:26px;height:26px}}.contacts_item_phone_socials_item:not(:last-child){margin-right:.4rem}@media screen and (max-width:1023px){.contacts_item_phone_socials_item:not(:last-child){margin-right:12px}}@media screen and (max-width:767px){.contacts_item_phone_socials_item:not(:last-child){margin-right:15px}}.contacts_item_phone_socials_item .svg_icon{width:100%;height:100%}.contacts_item_social_item{width:1.7rem;height:1.2rem}@media screen and (max-width:1023px){.contacts_item_social_item{width:38px;height:24px}}@media screen and (max-width:767px){.contacts_item_social_item{width:44px;height:28px}}.contacts_item_social_item:not(:last-child){margin-right:1.5rem}@media screen and (max-width:1023px){.contacts_item_social_item:not(:last-child){margin-right:30px}}@media screen and (max-width:767px){.contacts_item_social_item:not(:last-child){margin-right:36px}}.contacts_item_social_item:hover .svg_icon{fill:#eaae13;transition:all .25s ease-in}.contacts_item_social_item .svg_icon{fill:rgba(55,55,55,.5)}.fundament_section{position:relative;color:#fff;background-image:url(4067e73c9e1296e49b58d20a3a08b4c1.jpg);background-repeat:no-repeat;background-size:cover;background-position:top}.fundament_section--full-screen{padding-top:12rem;min-height:100vh}@media screen and (max-width:1023px){.fundament_section--full-screen{padding-top:110px}}@media screen and (max-width:767px){.fundament_section--full-screen{padding-top:135px}}.fundament_section--full-screen:after{content:"";position:absolute;left:50%;margin-left:-.85rem;bottom:2.8rem;width:1.9rem;height:2.8rem;background-image:url(655c4f685a29349c7a59d560a3172534.svg);background-repeat:no-repeat;background-position:bottom;background-size:contain}@media screen and (max-width:1023px){.fundament_section--full-screen:after{content:none}}.fundament_section--half-screen{padding-top:6rem}@media screen and (max-width:1023px){.fundament_section--half-screen{padding-top:55px}}@media screen and (max-width:767px){.fundament_section--half-screen{padding-top:65px}}.fundament_section:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(270deg,rgba(0,0,0,.8) .02%,rgba(0,0,0,.504) 103.75%,transparent 114.47%)}.fundament_section--left-side-gradient:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,rgba(0,0,0,.8) .02%,rgba(0,0,0,.504) 103.75%,transparent 114.47%)}.fundament_section .container{position:relative;z-index:1}@media screen and (max-width:767px){.fundament_section .container{flex-wrap:wrap}}.fundament_main{padding-right:1rem}@media screen and (max-width:1023px){.fundament_main{padding-right:10px}}@media screen and (max-width:767px){.fundament_main{width:100%;padding-right:0;margin-bottom:25px}}@media screen and (max-width:767px){.fundament_main__buttons{flex-wrap:wrap}}.fundament_main__buttons__item{width:15.7rem}.fundament_main__buttons__item:not(:first-child){margin-left:1.2rem}@media screen and (max-width:1023px){.fundament_main__buttons__item:not(:first-child){margin-left:22px}}.fundament_main__text{font-size:1rem;line-height:1.3;width:80%}@media screen and (max-width:1023px){.fundament_main__text{width:100%;font-size:16px}}.fundament_main__text p:not(:last-child){margin-bottom:1em}@media screen and (max-width:1023px){.fundament_main__utp{flex-wrap:wrap}}.fundament_main__utp__item{position:relative;width:50%;padding-left:3.25rem;color:#fff;font-size:1.5rem;margin-right:4rem}@media screen and (max-width:1023px){.fundament_main__utp__item{font-size:18px;width:100%;padding-left:62px;margin-right:0;display:flex;align-items:center;min-height:54px}.fundament_main__utp__item:not(:last-child){margin-bottom:25px}}@media screen and (max-width:767px){.fundament_main__utp__item{font-size:16px;padding-left:46px;min-height:38px}}.fundament_main__utp__item:before{content:"";position:absolute;left:0;width:2.25rem;height:2.7rem;background-repeat:no-repeat;background-position:0 0;background-size:contain;filter:invert(71%) sepia(74%) saturate(2251%) hue-rotate(2deg) brightness(105%) contrast(85%)}@media screen and (max-width:1023px){.fundament_main__utp__item:before{width:45px;height:54px}}@media screen and (max-width:767px){.fundament_main__utp__item:before{height:38px;width:32px}}.fundament_main__utp__item:first-child:before{background-image:url(ca0c2dd2c8cd9d2023ae60067a83c722.svg)}.fundament_main__utp__item:last-child:before{background-image:url(7fa62299fe835164665864be2803cf0f.svg)}@media screen and (max-width:767px){.fundament_main__title,.fundament_main__title div{font-size:34px}}.fundament__title{font-size:2.4rem;font-weight:700;margin:0 0 1.8rem}@media screen and (max-width:1023px){.fundament__title{font-size:36px;margin:0 0 20px;line-height:1.3}}@media screen and (max-width:767px){.fundament__title{font-size:34px;line-height:1.1}}.fundament__title--indent{margin-bottom:4.75rem}@media screen and (max-width:1023px){.fundament__title--indent{margin-bottom:26px}}.fundament__title--light{color:hsla(0,0%,100%,.85);display:inline-block;line-height:1.1}.fundament__title span{color:#eaae13}.fundament--columns{position:relative}.fundament--columns li{margin-bottom:.5rem!important}@media screen and (max-width:1023px){.fundament--columns li{margin-bottom:15px!important}}.fundament--columns li a{color:#373737;border-bottom:1px solid;transition:all .25s ease-in}.fundament--columns li a:hover{border-bottom-color:transparent}.fundament__subtitle{font-size:1.3rem;font-weight:700;margin-bottom:.9rem}@media screen and (max-width:1023px){.fundament__subtitle{font-size:20px;margin-bottom:15px}}@media screen and (max-width:767px){.fundament__subtitle{font-size:20px;margin-bottom:10px}}.fundament__content{font-size:.9rem}@media screen and (max-width:1023px){.fundament__content{font-size:16px}}.fundament__price,.fundament table{width:100%;font-size:.8rem;line-height:2.15;border-spacing:0;border-collapse:collapse}@media screen and (max-width:1023px){.fundament__price,.fundament table{font-size:16px;min-width:728px}}.fundament__price__wrapper:not(:last-child),.fundament table__wrapper:not(:last-child){margin-bottom:1.7rem}@media screen and (max-width:1023px){.fundament__price__wrapper:not(:last-child),.fundament table__wrapper:not(:last-child){margin-bottom:20px}}.fundament__price td,.fundament table td{border-top:1px solid #e6e6e6;padding:.4rem 1.25rem}@media screen and (max-width:1023px){.fundament__price td,.fundament table td{padding:8px 15px;white-space:nowrap}.fundament__price td:first-child,.fundament table td:first-child{padding-left:0}}.fundament__price td:not(:last-child),.fundament table td:not(:last-child){border-right:1px solid #e6e6e6}.fundament__price tr:first-child td,.fundament table tr:first-child td{font-size:.9rem}@media screen and (max-width:1023px){.fundament__price tr:first-child td,.fundament table tr:first-child td{font-size:18px}}.fundament__price tr:last-child td,.fundament table tr:last-child td{border-bottom:1px solid #e6e6e6}.fundament__links__img{position:absolute;right:3%;height:140%;top:40%;transform:translateY(-50%)}@media screen and (max-width:1023px){.fundament__links__img{width:40%;height:auto;right:20px}}@media screen and (max-width:767px){.fundament__links__img{display:none}}.price__title{font-size:1.5rem;font-weight:700;margin:0 0 .7rem}@media screen and (max-width:1023px){.price__title{font-size:24px;margin-bottom:16px}}.price__title:not(:first-child){margin-top:2.5rem}@media screen and (max-width:1023px){.price__title:not(:first-child){margin-top:50px}}.article_list{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:1.5rem;grid-row-gap:1.5rem}@media screen and (max-width:1023px){.article_list{grid-column-gap:20px;grid-row-gap:20px}}@media screen and (max-width:767px){.article_list{grid-template-columns:repeat(1,1fr);grid-column-gap:15px;grid-row-gap:15px}}.article_list--paginate{margin-bottom:3rem}@media screen and (max-width:1023px){.article_list--paginate{margin-bottom:20px}}.article_list__item{padding:1rem;background-color:#f5f5f5;border-radius:.15rem}@media screen and (max-width:1023px){.article_list__item{border-radius:3px;padding:14px;flex-wrap:wrap}}@media screen and (max-width:767px){.article_list__item{padding:15px}}.article_list__item_image{min-width:14.4rem;max-width:14.4rem;margin-right:1.25rem;border-radius:.15rem;overflow:hidden}@media screen and (max-width:1023px){.article_list__item_image{min-width:100%;max-width:100%;margin-bottom:15px;margin-right:0;border-radius:3px;height:165px;object-fit:cover}}@media screen and (max-width:767px){.article_list__item_image{height:154px}}.article_list__item_image img{width:100%}.article_list__item_content{min-height:14.4rem}@media screen and (max-width:1023px){.article_list__item_content{min-height:calc(100% - 180px);width:100%}}@media screen and (max-width:767px){.article_list__item_content{min-height:calc(100% - 169px)}}.article_list__item_content--title{font-size:1.2rem;font-weight:700;line-height:1.1;margin-bottom:1rem;color:#373737;text-decoration:none;transition:all .25s ease-in}.article_list__item_content--title:hover{color:#eaae13}@media screen and (max-width:1023px){.article_list__item_content--title{font-size:20px;margin-bottom:10px}}.article_list__item_content--text{width:100%;margin-bottom:1rem}@media screen and (max-width:1023px){.article_list__item_content--text{margin-bottom:15px}}.article_list__item_content--link{margin-top:auto;text-decoration:none;color:#eaae13;border-bottom:1px solid rgba(234,174,19,.7);transition:all .25s ease-in}.article_list__item_content--link:hover{border-bottom-color:transparent}.article_list--inversion .article_list__item{background-color:#fff}.article_page__image{margin:0 -4.4rem 2.2rem}@media screen and (max-width:1023px){.article_page__image{margin:0 -20px 20px}}@media screen and (max-width:767px){.article_page__image{margin:0 -15px 20px}}.article_page__image img{width:100%}.article_page--subtitle{font-size:2.4rem;font-weight:700;margin:0 0 1.8rem}@media screen and (max-width:1023px){.article_page--subtitle{font-size:36px;margin:0 0 20px;line-height:1.3}}@media screen and (max-width:767px){.article_page--subtitle{font-size:34px;line-height:1.1}}.article_page__content img{border-radius:.15rem}@media screen and (max-width:1023px){.article_page__content img{border-radius:3px}}.article__button .btn{width:100%}.buildings--short{margin-bottom:3.3rem}@media screen and (max-width:1023px){.buildings--short{margin-bottom:31px}}@media screen and (max-width:767px){.buildings--short{margin-bottom:18px}}.buildings--with-background{background-image:url(6ba7bedc9836b1266573b52990459e5e.jpg);background-repeat:no-repeat;background-position:bottom;background-size:100% 100%}@media screen and (max-width:1023px){.buildings--first_screen{min-height:auto;padding-top:80px;padding-bottom:100px}.buildings--first_screen .fundament_main{width:90%;padding-right:0}}@media screen and (max-width:1023px) and (max-width:767px){.buildings--first_screen .fundament_main{width:100%}}@media screen and (max-width:1023px){.buildings--first_screen .btn{width:50%;padding-left:20px;padding-right:20px}}@media screen and (max-width:1023px) and (max-width:767px){.buildings--first_screen .btn{width:100%;margin-left:0!important;padding-left:10px;padding-right:10px}.buildings--first_screen .btn:not(:last-child){margin-bottom:10px}}@media screen and (max-width:767px){.buildings--first_screen{text-align:center;padding-top:120px;padding-bottom:120px}.buildings--first_screen .fundament_main__title{font-size:28px}.buildings--first_screen .fundament__title--light{font-size:16px}.buildings--first_screen .bread_content_item:first-child{display:none}}@media screen and (max-width:1023px){.buildings--btn{width:auto;padding-left:20px;padding-right:20px}}@media screen and (max-width:767px){.buildings--btn{width:100%}}.buildings__item{position:relative;box-shadow:0 0 2rem rgba(0,0,0,.1);border-radius:.15rem;overflow:hidden;line-height:1.1}.buildings__item__link{position:absolute;width:100%;height:100%;left:0;top:0;background-color:rgba(234,174,19,.8);opacity:0;transition:all .25s ease-in;z-index:2}.buildings__item__link:hover{opacity:1}.buildings__item--first{grid-column:span 3}@media screen and (max-width:767px){.buildings__item--first{grid-column:span 1}}.buildings__item--first .buildings__item__name{font-size:1.8rem}@media screen and (max-width:767px){.buildings__item--first .buildings__item__name{font-size:14px}}.buildings__item--first .buildings__item__price{font-size:2.4rem}@media screen and (max-width:767px){.buildings__item--first .buildings__item__price{font-size:20px}}.buildings__item--first .buildings__item__price .svg_icon{width:1.8rem;height:1.8rem}@media screen and (max-width:767px){.buildings__item--first .buildings__item__price .svg_icon{width:14px;height:16px}}.buildings__item--first .buildings__item__content{padding:1rem 1.4rem}@media screen and (max-width:767px){.buildings__item--first .buildings__item__content{padding:7px 10px}}.buildings__item--first .buildings__item__area{font-size:2.6rem;max-width:10rem;padding:1rem 0 1rem 1.4rem}@media screen and (max-width:767px){.buildings__item--first .buildings__item__area{font-size:15px;max-width:70px;padding:6px 0 6px 11px}}.buildings__item--first .buildings__item__area div,.buildings__item--first .buildings__item__area sup{font-size:1.5rem}@media screen and (max-width:767px){.buildings__item--first .buildings__item__area div,.buildings__item--first .buildings__item__area sup{font-size:9px}}.buildings__item__img{width:100%}.buildings__item__name{font-size:1.3rem}@media screen and (max-width:767px){.buildings__item__name{font-size:14px}}.buildings__item__name--highlight{display:block;font-weight:700}.buildings__item__content{padding:.6rem 1.4rem;background-color:#fff}@media screen and (max-width:767px){.buildings__item__content{padding:7px 10px}}.buildings__item__price{color:#eaae13;font-size:1.8rem;font-weight:700}@media screen and (max-width:767px){.buildings__item__price{font-size:20px}}.buildings__item__price .svg_icon{fill:#eaae13;width:1.3rem;height:1.3rem}@media screen and (max-width:767px){.buildings__item__price .svg_icon{width:14px;height:16px}}.buildings__item__area{position:absolute;right:0;top:8%;font-size:1.5rem;font-weight:700;color:#fff;max-width:6rem;padding:.6rem 0 .6rem .6rem;background-color:rgba(234,174,19,.8)}@media screen and (max-width:767px){.buildings__item__area{top:11px;font-size:15px;max-width:70px;padding:6px 0 6px 11px}}.buildings__item__area div,.buildings__item__area sup{font-size:.85rem}@media screen and (max-width:767px){.buildings__item__area div,.buildings__item__area sup{font-size:9px}}.buildings__about--grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);grid-column-gap:2rem;align-items:start}@media screen and (max-width:1023px){.buildings__about--grid{grid-template-columns:1fr;grid-template-rows:1fr;grid-row-gap:20px}}.buildings__about__img{position:relative;padding:1.5rem 1.25rem 0 0;grid-row:span 2}@media screen and (max-width:1023px){.buildings__about__img{order:1;padding:15px 15px 0 0}}@media screen and (max-width:767px){.buildings__about__img{padding:11px 11px 0 0}}.buildings__about__img:before{content:"";position:absolute;right:0;top:0;width:calc(100% - 1.25rem);height:calc(100% - 1.5rem);background-color:#eaae13;z-index:0}@media screen and (max-width:1023px){.buildings__about__img:before{width:calc(100% - 15px);height:calc(100% - 15px)}}@media screen and (max-width:767px){.buildings__about__img:before{width:calc(100% - 11px);height:calc(100% - 11px)}}.buildings__about__img img{position:relative;width:100%;z-index:1}.buildings__about__text{font-size:1.15rem;font-weight:300;line-height:1.2}@media screen and (max-width:1023px){.buildings__about__text{order:2;font-size:18px}}@media screen and (max-width:767px){.buildings__about__text{font-size:16px}}.buildings__about__text--title{margin-bottom:.8rem}@media screen and (max-width:1023px){.buildings__about__text--title{order:0;margin-bottom:10px}}.design--title{margin-top:2.2rem}@media screen and (max-width:767px){.design--title{margin-bottom:20px;margin-top:50px}}@media screen and (max-width:767px){.design--bread{font-size:10px}.design--bread .bread_content_item:first-child{display:none}}.design__gallery{position:relative}.design__gallery:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:35%;background:linear-gradient(0deg,#000 -6.73%,transparent 90.38%);z-index:1}.design__gallery__item--img{width:100%}.design__gallery__navigation{position:absolute;bottom:5rem;left:50%;transform:translateX(-50%);z-index:2}@media screen and (max-width:767px){.design__gallery__navigation{bottom:10px}}.design__gallery__navigation--btn{width:.9rem;height:.5rem;background-image:url(cf4e7c9469286a9ffd663542fb3f2e06.svg);background-position:50%;background-size:contain;background-repeat:no-repeat;cursor:pointer;filter:invert(100%) sepia(68%) saturate(0) hue-rotate(238deg) brightness(112%) contrast(100%)}@media screen and (max-width:767px){.design__gallery__navigation--btn{display:none}}.design__gallery__navigation--prev{transform:rotate(180deg)}.design__gallery__paginator{margin:0 1.25rem}.design__gallery__paginator .swiper-pagination-bullet{width:1rem;height:1rem;background-color:hsla(0,0%,100%,.4);cursor:pointer;transition:all .25s ease-in}@media screen and (max-width:767px){.design__gallery__paginator .swiper-pagination-bullet{width:8px;height:8px}}.design__gallery__paginator .swiper-pagination-bullet:not(:last-child){margin-right:.65rem}@media screen and (max-width:767px){.design__gallery__paginator .swiper-pagination-bullet:not(:last-child){margin-right:5px}}.design__gallery__paginator .swiper-pagination-bullet-active,.design__info{background-color:#eaae13}.design__info{margin-top:-2rem;position:relative;z-index:3;border-radius:.15rem;box-shadow:0 0 1.25rem rgba(0,0,0,.15)}@media screen and (max-width:767px){.design__info{border-radius:2px;margin:0 -15px;flex-wrap:wrap}}.design__info__navigation--btn{position:relative;height:100%;width:7.5rem;background-color:hsla(0,0%,100%,.7);transition:all .25s ease-in}@media screen and (max-width:1023px){.design__info__navigation--btn{width:66px}}@media screen and (max-width:767px){.design__info__navigation--btn{width:54px}}.design__info__navigation--btn:hover{background:hsla(0,0%,100%,.3)}.design__info__navigation--btn:before{content:"";position:absolute;height:1.25rem;width:2.3rem;top:50%;left:50%;background-image:url(cf4e7c9469286a9ffd663542fb3f2e06.svg);background-position:50%;background-size:contain;background-repeat:no-repeat;transform:translate(-50%,-50%)}@media screen and (max-width:1023px){.design__info__navigation--btn:before{width:20px;height:11px}}.design__info__navigation--next{border-left:1px solid #fff}.design__info__navigation--prev:before{transform:rotate(180deg) translate(50%,50%)}.design__info__left{border-right:1px solid #fff;width:64.5%}@media screen and (max-width:767px){.design__info__left{width:100%;border-right:none}}.design__info__left--top{border-bottom:1px solid #fff}.design__info__left--bottom{grid-template-columns:repeat(3,1fr);grid-column-gap:1.4rem;grid-row-gap:1.4rem;padding:1.5rem 1.85rem}@media screen and (max-width:1023px){.design__info__left--bottom{grid-row-gap:10px;grid-column-gap:10px;padding:12px 22px}}@media screen and (max-width:767px){.design__info__left--bottom{padding:22px 15px;grid-template-columns:repeat(2,1fr);grid-row-gap:22px;grid-column-gap:10px;border-bottom:1px solid #fff}}.design__info__item{line-height:1.1}.design__info__item__value{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:.6rem;align-items:baseline}@media screen and (max-width:1023px){.design__info__item__value{font-size:20px;margin-bottom:5px}}@media screen and (max-width:767px){.design__info__item__value{font-size:24px}}.design__info__item__value .svg_icon{filter:invert(100%) sepia(68%) saturate(0) hue-rotate(238deg) brightness(112%) contrast(100%);width:2.5rem;height:2.5rem;margin-right:.8rem}@media screen and (max-width:1023px){.design__info__item__value .svg_icon{width:22px;height:22px}}@media screen and (max-width:767px){.design__info__item__value .svg_icon{width:24px;height:25px;margin-right:9px}}.design__info__item__title{color:#373737;font-size:1.2rem;font-weight:700}@media screen and (max-width:1023px){.design__info__item__title{font-size:12px}}.design__info__right{width:35.5%;text-align:center}@media screen and (max-width:767px){.design__info__right{width:100%}}.design__info__right--top{padding:3rem 0 0;border-bottom:1px solid #fff}@media screen and (max-width:767px){.design__info__right--bottom,.design__info__right--top{padding:20px 0}}.design__info__right__title{line-height:1.1;font-size:1.9rem;font-weight:700;margin-bottom:.75rem;color:#000}@media screen and (max-width:1023px){.design__info__right__title{font-size:18px;margin-bottom:5px}}.design__info__right__price{color:#fff;font-size:4.2rem;font-weight:800;line-height:1.1;margin-bottom:.65rem}@media screen and (max-width:1023px){.design__info__right__price{font-size:36px}}.design__info__right__price .svg_icon{fill:#fff;height:3.1rem;width:2.7rem}@media screen and (max-width:1023px){.design__info__right__price .svg_icon{width:24px;height:26px}}.design__info__right__btn{width:66%}@media screen and (max-width:1023px){.design__info__right__btn{width:90%;height:40px;padding-left:10px;padding-right:10px}}.design__info__right__question{position:relative;color:#000;font-size:.8rem;line-height:1.1;padding-left:2.1rem}@media screen and (max-width:1023px){.design__info__right__question{font-size:10px;padding-left:18px}}.design__info__right__question:before{content:"?";position:absolute;top:50%;left:0;width:1.5rem;height:1.5rem;margin-top:-.75rem;background-color:hsla(0,0%,100%,.2);border-radius:2px;border:1px solid rgba(55,55,55,.5);line-height:1.5rem}@media screen and (max-width:1023px){.design__info__right__question:before{width:14px;height:14px;margin-top:-7px;line-height:14px}}.design__info__name{line-height:.9;color:#fff;padding:1.7rem 0 1.7rem 1.85rem;margin:0}@media screen and (max-width:1023px){.design__info__name{font-size:36px;padding:15px 0 15px 16px}}@media screen and (max-width:767px){.design__info__name{font-size:20px;padding:22px 0 22px 15px}}@media screen and (max-width:767px){.design__plan{flex-wrap:wrap}}.design__plan__title{margin-bottom:auto}@media screen and (max-width:767px){.design__plan__title{width:100%;margin-bottom:20px}}.design__plan__floor{width:51.5%}@media screen and (max-width:767px){.design__plan__floor{width:100%;flex-wrap:wrap;flex-direction:row!important;margin-bottom:20px}}.design__plan__floor__item{position:relative;font-size:3.2rem;padding:.7rem 0 .7rem 7.5rem;border-bottom:.25rem solid #eaae13;line-height:1.1;cursor:pointer;margin-bottom:auto;transition:all .25s ease-in}@media screen and (max-width:767px){.design__plan__floor__item{border-bottom:none;font-size:24px;padding:0 0 0 50px;line-height:30px}}.design__plan__floor__item:not(.active){border-bottom-color:transparent}.design__plan__floor__item:not(.active):before{background-color:transparent}.design__plan__floor__item:not(.active):after{filter:invert(71%) sepia(74%) saturate(2251%) hue-rotate(2deg) brightness(105%) contrast(85%)}.design__plan__floor__item:after,.design__plan__floor__item:before{content:"";position:absolute;left:0;width:5rem;height:5rem;bottom:-.1rem;transition:background-color .25s ease-in,border .25s ease-in}@media screen and (max-width:767px){.design__plan__floor__item:after,.design__plan__floor__item:before{width:32px;height:32px;bottom:0}}.design__plan__floor__item:before{border:.25rem solid #eaae13;background-color:#eaae13}.design__plan__floor__item:after{background-image:url(5dc6bc0a8660fc0f0890956bb60ccf8d.svg);background-repeat:no-repeat;background-position:50%;background-size:auto 1.85rem;filter:invert(100%) sepia(68%) saturate(0) hue-rotate(238deg) brightness(112%) contrast(100%)}@media screen and (max-width:767px){.design__plan__floor__item:after{background-size:auto 12px}}.design__plan__floor__item span{color:#eaae13;font-weight:800}.design__plan__images{width:48.5%;min-height:36rem;border:.25rem solid #eaae13}@media screen and (max-width:767px){.design__plan__images{width:100%;border-width:2px;min-height:74rem}}.design__plan__images__item{height:100%;padding:2.5rem 3.3rem}@media screen and (max-width:767px){.design__plan__images__item{padding:17px 22px}}.design__plan__images__item:not(.active){display:none}.design__plan__images__item--img{width:100%}.design__equipment{grid-template-columns:repeat(2,1fr);grid-column-gap:2.5rem;grid-row-gap:1.35rem}@media screen and (max-width:767px){.design__equipment{grid-template-columns:1fr;grid-row-gap:16px}}.design__equipment__item{position:relative;border-bottom:1px solid rgba(84,84,84,.5);line-height:1.4;color:#000;padding-bottom:1.35rem;padding-left:5rem;min-height:4.85rem}@media screen and (max-width:1023px){.design__equipment__item{padding-left:62px;padding-bottom:20px;min-height:61px;justify-content:start!important}}@media screen and (max-width:767px){.design__equipment__item{min-height:auto;padding-left:50px;padding-bottom:16px}}.design__equipment__item:after,.design__equipment__item:before{content:"";position:absolute;left:0;top:0;width:3.5rem;height:3.5rem}@media screen and (max-width:1023px){.design__equipment__item:after,.design__equipment__item:before{width:41px;height:41px}}@media screen and (max-width:767px){.design__equipment__item:after,.design__equipment__item:before{width:33px;height:33px}}.design__equipment__item:before{background-color:#eaae13}.design__equipment__item:after{background-image:url(5dc6bc0a8660fc0f0890956bb60ccf8d.svg);background-repeat:no-repeat;background-position:50%;background-size:auto 1.3rem;filter:invert(100%) sepia(68%) saturate(0) hue-rotate(238deg) brightness(112%) contrast(100%)}@media screen and (max-width:1023px){.design__equipment__item:after{background-size:auto 15px}}.design__equipment__item__title{font-size:1.2rem;font-weight:700}@media screen and (max-width:1023px){.design__equipment__item__title{font-size:20px}}@media screen and (max-width:1023px){.design__equipment__item__description{font-size:12px}}.design__equipment__item__description a{color:#000;border-bottom-color:#000}@media screen and (max-width:767px){.design__facade>.flex{flex-wrap:wrap}}.design__facade__info{font-size:1.2rem;font-weight:300;line-height:1.1;margin-left:1.4rem}@media screen and (max-width:1023px){.design__facade__info{font-size:12px;margin-left:20px;width:calc(50% - 10px)}.design__facade__info br{display:none}}@media screen and (max-width:767px){.design__facade__info{width:100%;margin-left:0;margin-top:7px}}.design__facade__gallery{margin:-2rem -4.15rem;padding:2rem 2rem 5rem}@media screen and (max-width:1023px){.design__facade__gallery{margin:-10px -20px;padding:10px 10px 30px}}@media screen and (max-width:767px){.design__facade__gallery{margin:-15px -16px;padding:15px 16px 35px}}.design__facade__gallery__item{padding:0 2.15rem}@media screen and (max-width:1023px){.design__facade__gallery__item{padding:0 10px}}@media screen and (max-width:767px){.design__facade__gallery__item{padding:0}}.design__facade__gallery__item--img{width:100%;background:#fff;box-shadow:0 0 2rem rgba(0,0,0,.1);border-radius:.15rem}@media screen and (max-width:767px){.design__facade__gallery__item--img{border-radius:2px;box-shadow:0 0 24px rgba(0,0,0,.1)}}@media screen and (max-width:1023px){.design__facade .btn--large{height:40px;padding:0;width:calc(50% - 10px)}}@media screen and (max-width:1023px) and (max-width:767px){.design__facade .btn--large{width:100%}}.piles_section--full-screen{padding-top:8rem}@media screen and (max-width:1023px){.piles_section--full-screen{padding-top:110px}}@media screen and (max-width:767px){.piles_section--full-screen{padding-top:135px}}.piles_type{row-gap:4rem}@media screen and (max-width:767px){.piles_type{row-gap:32px}}.piles_type__item{width:31.5%;text-align:center}@media screen and (max-width:767px){.piles_type__item{width:100%}}.piles_type__item_title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}@media screen and (max-width:1023px){.piles_type__item_title{font-size:16px;margin-bottom:4px}}.piles_type__item_img{width:18rem;margin:0 auto}@media screen and (max-width:1023px){.piles_type__item_img{width:80%}}@media screen and (max-width:767px){.piles_type__item_img{width:200px}}@media screen and (max-width:767px){.piles_utp{flex-wrap:wrap;row-gap:7px}}.piles_utp__item{background-color:#eaae13;width:19.7%;text-align:center;padding:1.6rem 0 1.75rem;border-radius:.25rem;box-shadow:0 0 2rem 0 rgba(0,0,0,.3)}@media screen and (max-width:1023px){.piles_utp__item{width:calc(25% - 15px);padding:23px 13px 20px;border-radius:5px;box-shadow:0 0 40px 0 rgba(0,0,0,.3)}}@media screen and (max-width:767px){.piles_utp__item{width:calc(50% - 3.5px)}}.piles_utp__item_title{font-size:1.2rem;line-height:1.1}@media screen and (max-width:1023px){.piles_utp__item_title{font-size:16px}}@media screen and (max-width:767px){.piles_utp__item_title{font-size:14px}}.piles_utp__item_image{position:relative;margin:0 auto 1.75rem;width:5rem;height:5rem}@media screen and (max-width:1023px){.piles_utp__item_image{width:42px;height:44px;margin:0 auto 11px}}.piles_utp__item_image:before{content:"";position:absolute;left:0;top:0;width:5rem;height:5rem;background-repeat:no-repeat;background-position:bottom;background-size:contain;filter:invert(100%) sepia(68%) saturate(0) hue-rotate(238deg) brightness(112%) contrast(100%)}@media screen and (max-width:1023px){.piles_utp__item_image:before{width:42px;height:44px}}.piles_spec{row-gap:3rem}@media screen and (max-width:1023px){.piles_spec{row-gap:20px}}@media screen and (max-width:767px){.piles_spec{gap:45px}}.piles_spec__item{width:calc(33.33333% - 1.16667rem);text-align:center;line-height:1.1}@media screen and (max-width:1023px){.piles_spec__item{width:calc(33.33333% - 13.33333px)}}@media screen and (max-width:767px){.piles_spec__item{width:100%}}.piles_spec__item_img{margin-bottom:1.6rem;border-radius:50%;width:13.9rem;border:.55rem solid #fff;box-shadow:0 0 1.25rem 0 rgba(0,0,0,.15)}@media screen and (max-width:1023px){.piles_spec__item_img{width:150px;border-width:6px;box-shadow:0 0 14px 0 rgba(0,0,0,.15)}}.piles_spec__item_title{font-size:1.8rem;font-weight:700;margin-bottom:.4rem}@media screen and (max-width:1023px){.piles_spec__item_title{font-size:18px;margin-bottom:4px}}.piles_spec__item_subtitle{font-size:1.5rem}@media screen and (max-width:1023px){.piles_spec__item_subtitle{font-size:14px}}.piles_spec__item_text{position:relative;margin-top:1.1rem;padding-top:1.1rem;font-size:1.2rem;font-weight:300}@media screen and (max-width:1023px){.piles_spec__item_text{margin-top:11px;padding-top:11px;font-size:14px}}.piles_spec__item_text:before{content:"";position:absolute;width:5.6rem;height:5px;left:50%;top:0;margin-left:-2.8rem;background-color:#eaae13}@media screen and (max-width:1023px){.piles_spec__item_text:before{width:46px;height:2px;margin-left:-23px}}@media screen and (max-width:1023px){.piles_tech{flex-wrap:wrap}}.piles_tech__content{width:40%;background-color:#eaae13}@media screen and (max-width:1023px){.piles_tech__content{width:100%}}.piles_tech__content_title{margin-bottom:.6rem}@media screen and (max-width:1023px){.piles_tech__content_title{margin-bottom:10px}}.piles_tech__content_text{font-size:1.8rem;line-height:1.2;margin-bottom:2.1rem}@media screen and (max-width:1023px){.piles_tech__content_text{font-size:32px;margin-bottom:32px}}@media screen and (max-width:767px){.piles_tech__content_text{font-size:24px;margin-bottom:20px}}.piles_tech__content_list{justify-content:space-between;row-gap:3.5rem}@media screen and (max-width:1023px){.piles_tech__content_list{row-gap:0}}@media screen and (max-width:767px){.piles_tech__content_list{row-gap:32px}}.piles_tech__content_list__item{position:relative;padding-left:5rem;width:40%;font-size:1rem;line-height:.9}@media screen and (max-width:1023px){.piles_tech__content_list__item{width:calc(25% - 19.5px);font-size:20px;padding-left:0;padding-top:55px}}@media screen and (max-width:767px){.piles_tech__content_list__item{width:100%;padding-top:0;padding-left:60px;min-height:40px}}.piles_tech__content_list__item:before{content:"";position:absolute;width:3.5rem;height:3.5rem;left:0;top:-.45rem;background-repeat:no-repeat;background-position:top;background-size:contain}@media screen and (max-width:1023px){.piles_tech__content_list__item:before{width:45px;height:45px;top:0;background-position:0 0}}@media screen and (max-width:767px){.piles_tech__content_list__item:before{width:40px;height:40px}}.piles_tech__content_list__item:first-child:before{background-image:url(5b17a126a8672c04a96a31a4e0453c13.svg)}.piles_tech__content_list__item:nth-child(2):before{background-image:url(397122bb9005639c1be2d63eb027c70b.svg)}.piles_tech__content_list__item:nth-child(3):before{background-image:url(4bf1fc4bab266af95a89c2d366eb2853.svg)}.piles_tech__content_list__item:last-child:before{background-image:url(57af70bc6113b557d4c7fabd60db3f68.svg)}.piles_tech__gallery{position:relative;width:60%}@media screen and (max-width:1023px){.piles_tech__gallery{width:100%}}.piles_tech__gallery_navigation{position:absolute;left:0;bottom:0;background-color:#fff;padding:1.5rem 2.5rem;line-height:.9;gap:1.8rem;z-index:1}@media screen and (max-width:1023px){.piles_tech__gallery_navigation{padding:15px 50px;gap:24px}}@media screen and (max-width:767px){.piles_tech__gallery_navigation{gap:20px;padding:15px 14px}}.piles_tech__gallery_navigation__btn{width:2.3rem;height:1.25rem;background-image:url(cf4e7c9469286a9ffd663542fb3f2e06.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;cursor:pointer}@media screen and (max-width:1023px){.piles_tech__gallery_navigation__btn{width:30px;height:16px}}@media screen and (max-width:767px){.piles_tech__gallery_navigation__btn{width:26px;height:14px}}.piles_tech__gallery_navigation__btn.swiper-button-disabled{cursor:no-drop}@media screen and (max-width:1023px){.piles_tech__gallery_navigation__btn.swiper-button-disabled{opacity:.6}}.piles_tech__gallery_navigation__btn:first-child{transform:rotate(180deg)}.piles_tech__gallery_navigation__counter{font-size:1.8rem}@media screen and (max-width:1023px){.piles_tech__gallery_navigation__counter{font-size:24px}}@media screen and (max-width:767px){.piles_tech__gallery_navigation__counter{font-size:20px}}.piles_tech__gallery_navigation__counter span{font-weight:700;color:#eaae13}.piles_tech__gallery_list{height:100%}.piles_tech__gallery_list__item_img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:1023px){.piles_tech-info .btn{width:auto;padding-left:16px;padding-right:16px}}.piles_tech-info__image{min-width:40.5%;min-height:24rem;margin-right:1.9rem;background-repeat:no-repeat;background-size:cover;background-position:50%}@media screen and (max-width:1023px){.piles_tech-info__image{margin-right:20px}}@media screen and (max-width:767px){.piles_tech-info__image{display:none}}.piles_tech-info__text{font-weight:300;margin-bottom:2rem}@media screen and (max-width:1023px){.piles_tech-info__text{margin-bottom:20px}}.piles_advantages__image{position:absolute;top:0;left:0;width:36.5%;height:100%;background-image:url(f00ac96a675d7217e0ffd8bbc566d428.jpg);background-repeat:no-repeat;background-position:0}@media screen and (max-width:1023px){.piles_advantages__image{width:32.5%}}@media screen and (max-width:767px){.piles_advantages__image{display:none}}.piles_advantages__content{width:58%;margin-left:auto}@media screen and (max-width:1023px){.piles_advantages__content{width:66%}}@media screen and (max-width:767px){.piles_advantages__content{width:100%}}.piles_advantages__content_list{row-gap:4rem}@media screen and (max-width:1023px){.piles_advantages__content_list{row-gap:44px}}@media screen and (max-width:767px){.piles_advantages__content_list{row-gap:24px}}.piles_advantages__content_list__item{line-height:1.1}.piles_advantages__content_list__item--half{width:44%}@media screen and (max-width:1023px){.piles_advantages__content_list__item--half{width:calc(50% - 6px)}}@media screen and (max-width:767px){.piles_advantages__content_list__item--half{width:100%}}.piles_advantages__content_list__item--third{width:31.5%}@media screen and (max-width:767px){.piles_advantages__content_list__item--third{width:100%}}.piles_advantages__content_list__item_image{width:3.5rem;margin:.3rem 1.75rem auto 0}@media screen and (max-width:1023px){.piles_advantages__content_list__item_image{width:32px;margin:5px 15px auto 0}}.piles_advantages__content_list__item_title{font-size:1.8rem;font-weight:700;margin-bottom:.75rem}@media screen and (max-width:1023px){.piles_advantages__content_list__item_title{font-size:18px;margin-bottom:5px}}.piles_advantages__content_list__item_text{font-size:1.2rem;font-weight:300}@media screen and (max-width:1023px){.piles_advantages__content_list__item_text{font-size:14px}}.piles_advantages--section{position:relative}.piles_price{width:100%;border-spacing:0;border-collapse:collapse}@media screen and (max-width:767px){.piles_price{width:620px}}.piles_price__wrapper{margin-bottom:2.5rem}@media screen and (max-width:1023px){.piles_price__wrapper{margin-bottom:32px}}@media screen and (max-width:767px){.piles_price__wrapper{margin-bottom:28px}}.piles_price tbody td:not([class]){padding:.45rem .65rem;line-height:1.4;text-align:left;font-size:1.2rem;background-color:rgba(234,174,19,.2);border-bottom:.3rem solid #fff}@media screen and (max-width:1023px){.piles_price tbody td:not([class]){padding:5px 10px;font-size:14px;border-bottom-width:3px}}.piles_price th{background-color:#eaae13;font-size:1.5rem;padding:.65rem;line-height:1.1;text-align:left}@media screen and (max-width:1023px){.piles_price th{font-size:16px;padding:11px}}.piles_price td:first-child{font-size:1.3rem;font-weight:700}@media screen and (max-width:1023px){.piles_price td:first-child{font-size:14px}}.piles_price__subhead{text-align:left;padding:.5rem;font-size:1.5rem;font-weight:700}@media screen and (max-width:1023px){.piles_price__subhead{font-size:16px;padding:7px}}.piles_price__bottom{justify-content:flex-end}@media screen and (max-width:1023px){.piles_price__bottom{justify-content:center}}.piles_price__bottom_item{position:relative;font-size:1.2rem;font-weight:700;padding-left:2.6rem}.piles_price__bottom_item:not(:first-child){margin-left:4.35rem}@media screen and (max-width:1023px){.piles_price__bottom_item{font-size:14px;padding-left:23px}.piles_price__bottom_item:not(:first-child){margin-left:18px}}@media screen and (max-width:767px){.piles_price__bottom_item{font-size:12px}.piles_price__bottom_item:not(:first-child){margin-left:16px}}.piles_price__bottom_item:before{content:"";position:absolute;left:0;top:0;height:2rem;width:2rem;background-image:url(dc063e1abda14aac2485a7f0b7fdf294.svg)}@media screen and (max-width:1023px){.piles_price__bottom_item:before{width:17px;height:17px}}@media screen and (max-width:767px){.piles_price__bottom_item:before{width:16px;height:16px}}.piles_application__item{width:30%;text-align:center;margin-right:1.5%}@media screen and (max-width:767px){.piles_application__item{margin-right:0;width:100%;column-gap:20px}}.piles_application__item:nth-child(3n){margin-right:0}.piles_application__item:first-child{margin-bottom:3.3rem}@media screen and (max-width:1023px){.piles_application__item:first-child{margin-bottom:32px}}@media screen and (max-width:767px){.piles_application__item:first-child{margin-bottom:0}}.piles_application__item_text{font-size:1.2rem}@media screen and (max-width:1023px){.piles_application__item_text{font-size:14px}}.piles_application__item_title{font-weight:700;font-size:1.8rem;line-height:1}@media screen and (max-width:1023px){.piles_application__item_title{font-size:16px}}.piles_application__item_image{width:100%;margin-bottom:.7rem}@media screen and (max-width:1023px){.piles_application__item_image{margin-bottom:6px}}@media screen and (max-width:767px){.piles_application__item_image{max-width:230px;margin:0 auto 6px}}@media screen and (max-width:1023px){.piles_info{flex-wrap:wrap}}.piles_info--top{margin-top:5rem}@media screen and (max-width:1023px){.piles_info--top{margin-top:50px}}.piles_info--bottom{margin-bottom:5rem}@media screen and (max-width:1023px){.piles_info--bottom{margin-bottom:50px}}.piles_info__bg{background-image:url(45b8146270710b49debd23477d14017e.png);background-repeat:no-repeat;background-position:bottom;background-size:cover}.piles_info__content{margin-right:1.6rem;width:100%}@media screen and (max-width:1023px){.piles_info__content{margin-right:0;margin-bottom:30px}}.piles_info__content_title{margin-bottom:1.6rem}@media screen and (max-width:1023px){.piles_info__content_title{margin-bottom:32px}}@media screen and (max-width:767px){.piles_info__content_title{margin-bottom:16px}}.piles_info__content_text{padding-right:1.6rem}@media screen and (max-width:1023px){.piles_info__content_text{padding-right:0}}.piles_info__content_btn{margin-top:2rem}@media screen and (max-width:1023px){.piles_info__content_btn{margin-top:20px}}.piles_info__image{max-width:62%;width:100%}@media screen and (max-width:1023px){.piles_info__image{max-width:100%}}.piles_main__subtitle{font-weight:400;margin-bottom:2.65rem}@media screen and (max-width:1023px){.piles_main__utp{row-gap:24px}}@media screen and (max-width:767px){.piles_main__utp{row-gap:12px}}.piles_main__utp__item{width:50%;position:relative;padding-left:3.4rem;padding-right:3.5rem;font-size:1.2rem}@media screen and (max-width:1023px){.piles_main__utp__item{width:100%;padding-left:55px;padding-right:0;font-size:18px;min-height:54px;display:flex;align-items:center}}@media screen and (max-width:767px){.piles_main__utp__item{font-size:16px;min-height:38px}}.piles_main__utp__item:first-child{margin-bottom:3.2rem}@media screen and (max-width:1023px){.piles_main__utp__item:first-child{margin-bottom:0}}.piles_main__utp__item:before{content:"";position:absolute;left:0;width:3rem;height:3rem;background-repeat:no-repeat;background-position:0 0;background-size:contain;filter:invert(71%) sepia(74%) saturate(2251%) hue-rotate(2deg) brightness(105%) contrast(85%)}@media screen and (max-width:1023px){.piles_main__utp__item:before{width:45px;height:54px}}@media screen and (max-width:767px){.piles_main__utp__item:before{height:38px;width:32px}}.piles_main__utp__item--length:before{background-image:url(2801d3ab056db0d27de14ce0f5120e59.svg)}.piles_main__utp__item--itp:before{background-image:url(26a605319fdb2288f1afb0d17a6f5ffe.svg)}.piles_main__utp__item--dia:before{background-image:url(cca41aeefe6bd73722c06cf5eb56a5fd.svg)}.piles_main__utp__item--location:before{background-image:url(ca0c2dd2c8cd9d2023ae60067a83c722.svg)}.collapse_content{position:relative;height:13rem;margin-bottom:1.5rem;overflow:hidden}@media screen and (max-width:1023px){.collapse_content{margin-bottom:18px}}@media screen and (max-width:767px){.collapse_content{height:330px}}.collapse_content:before{content:"";position:absolute;height:100%;width:100%;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);z-index:5}.collapse_content.active{height:100%}.collapse_content.active:before{background:transparent;z-index:-1}.collapse_content__btn{position:relative;margin:0 auto}.collapse_content__btn:after{content:"";margin-left:.3rem;width:.8rem;height:.45rem;background-image:url(6d0e13ca34629f9816e6a21f74b3ad76.svg);background-repeat:no-repeat;background-size:contain;transition:all .25s ease-in}@media screen and (max-width:1023px){.collapse_content__btn:after{width:15px;height:8px;margin-left:6px}}.collapse_content__btn.active:after{transform:rotate(180deg)}.accordion__item{padding:1.5rem 1.85rem;box-shadow:0 0 2rem 0 rgba(0,0,0,.1);background:#fff}@media screen and (max-width:1023px){.accordion__item{padding:12px 17px;box-shadow:0 0 17px 0 rgba(0,0,0,.1)}}.accordion__item:not(:last-child){margin-bottom:1rem}@media screen and (max-width:1023px){.accordion__item:not(:last-child){margin-bottom:10px}}@media screen and (max-width:767px){.accordion__item:not(:last-child){margin-bottom:16px}}.accordion__item_title{position:relative;font-size:1.2rem;line-height:1.1;padding-right:3.5rem;cursor:pointer}@media screen and (max-width:1023px){.accordion__item_title{font-size:16px;padding-right:30px}}@media screen and (max-width:767px){.accordion__item_title{font-size:14px;padding-right:35px}}.accordion__item_title:before{content:"";position:absolute;width:2.65rem;height:2.65rem;background-image:url(5dcd064ff05bb525e2e26a33561c6213.svg);background-color:#eaae13;background-repeat:no-repeat;background-position:50%;right:0;top:50%;margin-top:-1.32rem;border-radius:50%;cursor:pointer;transition:all .25s ease-in}@media screen and (max-width:1023px){.accordion__item_title:before{width:22px;height:22px;margin-top:-11px;background-size:14px}}@media screen and (max-width:767px){.accordion__item_title:before{top:0;margin-top:2px}}.accordion__item_title.active:before{background-color:#000;transform:rotate(45deg)}.accordion__item_title.active~div{margin-top:2rem}@media screen and (max-width:1023px){.accordion__item_title.active~div{margin-top:16px}}@media screen and (max-width:767px){.accordion__item_title.active~div{margin-top:18px}}.accordion__item_text{display:none;font-size:.9rem;line-height:1.3}@media screen and (max-width:1023px){.accordion__item_text{font-size:14px}}@media screen and (max-width:767px){.accordion__item_text{font-size:12px}}.cookies_agreement{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);display:none;align-items:center;justify-content:space-between;width:36rem;background:#efefef;padding:.6rem 1.2rem;box-sizing:border-box;border-radius:1.5rem;z-index:10005000;max-width:calc(100% - 20px)}@media screen and (max-width:767px){.cookies_agreement{padding:11px 15px;flex-direction:column;row-gap:10px;width:100%}}.cookies_agreement.active{display:flex}.cookies_agreement_btn{width:5rem;height:1.8rem;font-size:.9rem}@media screen and (max-width:767px){.cookies_agreement_btn{width:50px;height:35px;font-size:14px}}.cookies_agreement_text{line-height:.8rem;font-size:.8rem;color:#000;font-weight:300}@media screen and (max-width:767px){.cookies_agreement_text{font-size:12px;line-height:1.2}}.cookies_agreement_text a{color:#000}