:root{--color-white: #fff;--color-black: #191C1E;--color-gray: #9C9C9C;--color-light-gray: #F1F1F2;--color-purple: #512EA8;--color-red: #FF362C;--color-orange: #FF6600;--color-secondary-purple: #4C309F;--color-dark: #343B40}@font-face{font-family:"Stolzl";font-display:swap;src:local("Stolzl Light"),local("Stolzl-Light"),url("./../fonts/Stolzl-Light.woff2") format("woff2"),url("./../fonts/Stolzl-Light.woff") format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Stolzl";font-display:swap;src:local("Stolzl Thin"),local("Stolzl-Thin"),url("./../fonts/Stolzl-Thin.woff2") format("woff2"),url("./../fonts/Stolzl-Thin.woff") format("woff");font-weight:100;font-style:normal}@font-face{font-family:"Stolzl Book";font-display:swap;src:local("Stolzl Book"),local("Stolzl-Book"),url("./../fonts/Stolzl-Book.woff2") format("woff2"),url("./../fonts/Stolzl-Book.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"Stolzl";font-display:swap;src:local("Stolzl Bold"),local("Stolzl-Bold"),url("./../fonts/Stolzl-Bold.woff2") format("woff2"),url("./../fonts/Stolzl-Bold.woff") format("woff");font-weight:bold;font-style:normal}@font-face{font-family:"Stolzl";font-display:swap;src:local("Stolzl Medium"),local("Stolzl-Medium"),url("./../fonts/Stolzl-Medium.woff2") format("woff2"),url("./../fonts/Stolzl-Medium.woff") format("woff");font-weight:500;font-style:normal}@font-face{font-family:"Stolzl";font-display:swap;src:local("Stolzl Regular"),local("Stolzl-Regular"),url("./../fonts/Stolzl-Regular.woff2") format("woff2"),url("./../fonts/Stolzl-Regular.woff") format("woff");font-weight:normal;font-style:normal}*{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Stolzl",sans-serif;color:var(--color-white);position:relative}.mobile-only{display:none}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.apt-popup [role=dialog],.construction-popup [role=dialog],.investors-popup [role=dialog],.project-infra-popup [role=dialog]{--cover-opacity: 1}.apt-popup [role=dialog]::after,.construction-popup [role=dialog]::after,.investors-popup [role=dialog]::after,.project-infra-popup [role=dialog]::after{content:"";position:absolute;inset:0;background:#fff;opacity:var(--cover-opacity);pointer-events:none;z-index:100}.loader{position:fixed;inset:0;z-index:9999;background:var(--color-black);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;pointer-events:all}.loader__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:100px}.loader svg{height:170px;width:auto}.loader__logo-left,.loader__logo-right{opacity:0;display:block}.loader.is-hidden{pointer-events:none}body{background:var(--color-light-gray);overflow-x:hidden}button{outline:none;background:rgba(0,0,0,0);padding:0;border:none}a{text-decoration:none}h1,h2,h3,h4,h5,h6,p{margin:0}.container{max-width:1780px;width:100%;margin:0 auto}.select{width:100%;position:relative}.select.active .select-body{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);pointer-events:auto;-webkit-transition:opacity .25s ease,visibility 0s,-webkit-transform .25s ease;transition:opacity .25s ease,visibility 0s,-webkit-transform .25s ease;transition:opacity .25s ease,transform .25s ease,visibility 0s;transition:opacity .25s ease,transform .25s ease,visibility 0s,-webkit-transform .25s ease}.select.active .select-current::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.select-top{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.select-current{font-size:16px;text-transform:uppercase;padding:0;width:100%;color:var(--color-white)}.select-current span{color:var(--color-white)}.select-current::after{content:url("./../images/svg/arrow-down.svg");position:absolute;right:0;top:0;-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease, -webkit-transform .25s ease}.select-body{position:absolute;left:0;z-index:3;width:100%;margin-top:7px;padding:0;max-height:276px;overflow-y:auto;background-color:var(--color-white);opacity:0;visibility:hidden;-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;pointer-events:none;-webkit-transition:opacity .25s ease,visibility 0s linear .25s,-webkit-transform .25s ease;transition:opacity .25s ease,visibility 0s linear .25s,-webkit-transform .25s ease;transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s;transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s,-webkit-transform .25s ease}.select.select--up .select-body{top:auto;bottom:100%;margin-top:0;margin-bottom:7px;-webkit-transform-origin:bottom center;-ms-transform-origin:bottom center;transform-origin:bottom center}.select-item{font-size:16px;text-align:center;text-transform:uppercase;padding:5px;cursor:pointer;color:var(--color-black);border-bottom:1px solid #e6eaf2;-webkit-transition:all .3s ease;transition:all .3s ease}.select-item span{color:var(--color-red)}.select-item:last-child{border:none}.select-item.current,.select-item:hover{color:var(--color-orange) !important}.field{position:relative;display:block}.field input{width:100%}.field input::-webkit-input-placeholder{color:rgba(0,0,0,0)}.field input::-moz-placeholder{color:rgba(0,0,0,0)}.field input:-ms-input-placeholder{color:rgba(0,0,0,0)}.field input::-ms-input-placeholder{color:rgba(0,0,0,0)}.field input::placeholder{color:rgba(0,0,0,0)}.field__label{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;line-height:1;color:#989898;-webkit-transition:font-size .2s ease,top .2s ease,color .2s ease,-webkit-transform .2s ease;transition:font-size .2s ease,top .2s ease,color .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,font-size .2s ease,top .2s ease,color .2s ease;transition:transform .2s ease,font-size .2s ease,top .2s ease,color .2s ease,-webkit-transform .2s ease}input:not(:-moz-placeholder-shown)~.field__label{top:-12px;transform:translateY(0);font-size:12px}input:not(:-ms-input-placeholder)~.field__label{top:-12px;-ms-transform:translateY(0);transform:translateY(0);font-size:12px}input:focus~.field__label,input:not(:placeholder-shown)~.field__label{top:-12px;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);font-size:12px}.select.select--popup .select-top{position:relative;border-bottom:1px solid #e8e8e8;padding:13px 24px 13px 0}.select.select--popup .select-current{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:20px;line-height:1;text-transform:none;text-align:left;color:var(--color-black);padding:0;width:100%}.select.select--popup .select-current::after{content:"";position:absolute;right:0;top:50%;width:14px;height:14px;margin-top:-7px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><path d='M3 5L7 9L11 5' stroke='%23191C1E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.select.select--popup .select-body{margin-top:4px;border:1px solid #e8e8e8}.select.select--popup .select-item{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;text-transform:none;text-align:left;padding:12px 16px;color:var(--color-black);border-bottom:1px solid #e8e8e8}.btn-white{background-color:var(--color-white);padding:25px 35px;border-radius:50px;-webkit-transition:all .3s ease;transition:all .3s ease;color:var(--color-black);font-size:18px;font-weight:500}.btn-white:hover{color:var(--color-white);background:var(--color-orange)}.btn-white:active{background:#ff761b}.btn-orange{background-color:var(--color-orange);padding:25px 35px;border-radius:50px;-webkit-transition:all .3s ease;transition:all .3s ease;font-size:18px;font-weight:500;cursor:pointer}.btn-orange:hover{background:#ff761b}.btn-orange:active{background:#ff8736}.btn-black{display:-webkit-box;display:-ms-flexbox;display:flex;gap:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#222629;padding:25px 35px;border-radius:50px;-webkit-transition:all .3s ease;transition:all .3s ease;color:var(--color-white);font-size:18px;font-weight:500}.btn-black:hover{background:var(--color-purple)}.btn-black:active{background:#683ad5}.btn-purple{background-color:var(--color-purple);padding:25px 35px;border-radius:50px;-webkit-transition:all .3s ease;transition:all .3s ease;color:var(--color-white);font-size:18px;font-weight:500}.btn-purple:hover{background:#683ad5}.btn-purple:active{background:#7a4bee}.range{-ms-touch-action:none;touch-action:none;--track-h: 4px;--thumb: 24px;--bg: #4C309F1A;--fill: var(--color-purple);--value: 0%;width:100%;height:var(--thumb);background:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.range__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.range__bottom-value{font-size:16px;color:var(--color-black);opacity:.5}.range::-webkit-slider-runnable-track{height:var(--track-h);border-radius:999px;background:-webkit-gradient(linear, left top, right top, from(var(--bg)), color-stop(var(--fill)), color-stop(rgba(76, 48, 159, 0.1019607843)), to(rgba(76, 48, 159, 0.1019607843)));background:linear-gradient(to right, var(--bg) 0%, var(--fill) var(--value), rgba(76, 48, 159, 0.1019607843) var(--value), rgba(76, 48, 159, 0.1019607843) 100%)}.range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:var(--thumb);height:var(--thumb);border-radius:50%;background:var(--fill);margin-top:calc((var(--track-h) - var(--thumb))/2);border:2px solid var(--color-white)}.range::-moz-range-track{height:var(--track-h);border-radius:999px;background:var(--bg)}.range::-moz-range-progress{height:var(--track-h);border-radius:999px;background:var(--fill)}.range::-moz-range-thumb{width:var(--thumb);height:var(--thumb);border-radius:50%;background:var(--color-purple);border:2px solid var(--color-white)}.range:focus{outline:none}.callback-modal{position:fixed;inset:0;z-index:1000;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;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.callback-modal[hidden]{display:none}.callback-modal.is-open{opacity:1}.callback-modal.is-open .callback-modal__dialog{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.callback-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7)}.callback-modal__dialog{position:relative;background:var(--color-white);width:100%;max-width:720px;padding:60px;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-align:center;-ms-flex-align:center;align-items:center;gap:30px;max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overflow-y:auto}@media(max-height: 900px){.callback-modal__dialog{padding:30px 60px;gap:18px}}@media(max-height: 700px){.callback-modal__dialog{padding:20px 40px;gap:14px}}.callback-modal__dialog{-ms-scroll-chaining:none;overscroll-behavior:contain;opacity:0;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transition:opacity .35s ease,-webkit-transform .35s cubic-bezier(0.22, 1, 0.36, 1);transition:opacity .35s ease,-webkit-transform .35s cubic-bezier(0.22, 1, 0.36, 1);transition:opacity .35s ease,transform .35s cubic-bezier(0.22, 1, 0.36, 1);transition:opacity .35s ease,transform .35s cubic-bezier(0.22, 1, 0.36, 1),-webkit-transform .35s cubic-bezier(0.22, 1, 0.36, 1)}.callback-modal__close{position:absolute;top:14px;right:14px;width:24px;height:24px;background:rgba(0,0,0,0);border:0;padding:0;cursor:pointer;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}.callback-modal__form{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-align:center;-ms-flex-align:center;align-items:center;gap:30px;width:100%}.callback-modal__head{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-align:center;-ms-flex-align:center;align-items:center;gap:12px;text-align:center}.callback-modal__title{font-family:"Stolzl",sans-serif;font-weight:400;font-size:36px;line-height:1;color:var(--color-black);margin:0}.callback-modal__subtitle{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1.2;color:var(--color-gray);max-width:394px;margin:0}.callback-modal__body{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.callback-modal__inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:50px}.callback-modal__field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.callback-modal__label{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;color:var(--color-gray)}.callback-modal__input{background:rgba(0,0,0,0);border:none;border-bottom:1px solid #e8e8e8;padding:13px 0;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:20px;color:var(--color-black);outline:none;width:100%;-webkit-transition:border-color .3s;transition:border-color .3s}.callback-modal__input:focus{border-color:var(--color-black)}.callback-modal__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px;width:100%}.callback-modal__submit{-ms-flex-negative:0;flex-shrink:0}.callback-modal__policy{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:12px;line-height:1.2;color:#9c9c9c;max-width:310px;margin:0}.callback-modal__policy-link{color:var(--color-black);text-decoration:underline}.callback-modal__success{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-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:128px 28px 0}.callback-modal__success[hidden]{display:none}.callback-modal__success-icon{width:100px;height:100px;border-radius:50%;background:#5bd67d;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;margin-bottom:30px}.callback-modal__success-title{font-family:"Stolzl",sans-serif;font-weight:400;font-size:36px;line-height:1;color:var(--color-black);margin-bottom:16px}.callback-modal__success-text{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;color:var(--color-gray);margin-bottom:40px}.callback-modal__success-btn{min-width:260px}.callback-modal.is-success .callback-modal__form{display:none}.callback-modal.is-success .callback-modal__success[hidden]{display:-webkit-box;display:-ms-flexbox;display:flex}body.is-callback-open{overflow:hidden}.menu-overlay{position:fixed;inset:0;z-index:1100;background:var(--color-black);overflow:hidden;clip-path:inset(0 100% 0 0)}.menu-overlay[hidden]{display:none}.menu-overlay__bg{position:absolute;inset:0;pointer-events:none}.menu-overlay__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.menu-overlay__bg::after{content:"";position:absolute;inset:0;background:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(#000));background:linear-gradient(270deg, rgba(0, 0, 0, 0.1) 0%, #000 100%)}.menu-overlay__inner{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:36px;padding-bottom:40px}.menu-overlay__close{-ms-flex-item-align:start;align-self:flex-start;width:36px;height:36px;padding:0;background:rgba(0,0,0,0);border:0;cursor:pointer;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;-webkit-transition:all .3s ease;transition:all .3s ease}.menu-overlay__close:hover{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.menu-overlay__body{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.menu-overlay__nav{-ms-flex-negative:0;flex-shrink:0;width:333px;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:center;-ms-flex-pack:center;justify-content:center;gap:30px}.menu-overlay__link{font-family:"Stolzl",sans-serif;font-weight:400;font-size:26px;line-height:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:all .3s ease;transition:all .3s ease}.menu-overlay__link svg{margin-left:8px;vertical-align:middle;width:23px;height:23px}.menu-overlay__link:hover{color:var(--color-orange)}.menu-overlay__divider{-ms-flex-negative:0;flex-shrink:0;width:1px;-ms-flex-item-align:center;align-self:center;height:720px;max-height:100%;margin-right:100px;background:hsla(0,0%,100%,.15)}.menu-overlay__projects{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;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:center;-ms-flex-pack:center;justify-content:center;gap:40px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.menu-overlay__projects-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.menu-overlay__projects-label{font-family:"Stolzl",sans-serif;font-weight:500;font-size:40px;line-height:1;text-transform:uppercase;color:#aaa}.menu-overlay__projects-logo svg{display:block;width:430px;height:auto}.menu-overlay__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.menu-overlay__lang{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.menu-overlay__lang-item{padding:0;background:rgba(0,0,0,0);border:0;cursor:pointer;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1;text-transform:uppercase;-webkit-transition:color .25s ease;transition:color .25s ease}.menu-overlay__lang-item.is-active{color:var(--color-orange)}.menu-overlay__bottom-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}.menu-overlay__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.menu-overlay__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;-webkit-transition:all .3s ease;transition:all .3s ease}.menu-overlay__contact svg{-ms-flex-negative:0;flex-shrink:0}.menu-overlay__contact:hover{color:var(--color-orange)}.menu-overlay__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.menu-overlay__social{-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex}.menu-overlay__social svg path{-webkit-transition:fill .25s ease;transition:fill .25s ease}.menu-overlay__social:hover svg path{fill:var(--color-orange)}.menu-projects{width:100%;overflow:hidden}.menu-projects .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.menu-projects__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.menu-projects__arrow{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;padding:0;background:rgba(0,0,0,0);border:0;cursor:pointer;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;-webkit-transition:opacity .25s ease;transition:opacity .25s ease}.menu-projects__arrow.swiper-button-disabled{opacity:.35;cursor:default}.menu-projects__bar.swiper-pagination-progressbar{position:relative;width:188px;height:2px;border-radius:3px;overflow:hidden;background:hsla(0,0%,100%,.2)}.menu-projects__bar.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--color-white)}.menu-project{-webkit-transition:all .3s ease;transition:all .3s ease;-ms-flex-negative:0;flex-shrink:0;width:328px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.menu-project__img{display:block;height:248px;overflow:hidden}.menu-project__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .6s ease;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease, -webkit-transform .6s ease}.menu-project__img::after{content:"";position:absolute;inset:0;background:-webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));background:linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%)}.menu-project:hover .menu-project__img img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.menu-project__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.menu-project__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;min-width:0}.menu-project__title{font-family:"Stolzl",sans-serif;font-weight:400;font-size:20px;line-height:1}.menu-project__metro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;line-height:1}.menu-project__metro svg{-ms-flex-negative:0;flex-shrink:0}.menu-project__metro span{color:#b8b8b8}.menu-project__btn{-ms-flex-negative:0;flex-shrink:0;width:54px;height:54px;border-radius:56px;background:hsla(0,0%,100%,.04);backdrop-filter:blur(5px);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;-webkit-transition:background .25s ease;transition:background .25s ease}.menu-project:hover .menu-project__btn{background:hsla(0,0%,100%,.12)}body.is-menu-open{overflow:hidden}a,button,label,summary,[role=button],[data-tab],.menu-btn,.select-top,.select-item,.swiper-pagination-bullet,.news-filter__tab,.mob-nav__prev,.mob-nav__next{cursor:pointer}button:disabled,[disabled],[aria-disabled=true],.swiper-button-disabled{cursor:default}.to-top{position:fixed;right:40px;bottom:calc(40px + env(safe-area-inset-bottom));z-index:80;width:56px;height:56px;padding:0;border:0;border-radius:50%;background:var(--color-orange);color:var(--color-white);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;opacity:0;visibility:hidden;-webkit-transform:translateY(16px);-ms-transform:translateY(16px);transform:translateY(16px);-webkit-transition:all .3s ease;transition:all .3s ease}.to-top.is-visible{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.to-top:hover{background:#e65c00}.to-top svg{width:24px;height:24px}.header__link,.header__phone,.header .modal-button-open,.menu-btn,.select-top,.vacancy-acc__head{-webkit-transition:all .3s ease;transition:all .3s ease}.header__link svg path,.header__link svg rect,.header__link svg circle,.header__phone svg path,.header__phone svg rect,.header__phone svg circle,.header .modal-button-open svg path,.header .modal-button-open svg rect,.header .modal-button-open svg circle,.menu-btn svg path,.menu-btn svg rect,.menu-btn svg circle,.select-top svg path,.select-top svg rect,.select-top svg circle,.vacancy-acc__head svg path,.vacancy-acc__head svg rect,.vacancy-acc__head svg circle{-webkit-transition:stroke .3s ease,fill .3s ease;transition:stroke .3s ease,fill .3s ease}.header__link:hover,.header__phone:hover,.header .modal-button-open:hover,.menu-btn:hover,.select-top:hover,.vacancy-acc__head:hover{color:var(--color-orange)}.header__link:hover svg path[stroke],.header__link:hover svg rect[stroke],.header__link:hover svg circle[stroke],.header__phone:hover svg path[stroke],.header__phone:hover svg rect[stroke],.header__phone:hover svg circle[stroke],.header .modal-button-open:hover svg path[stroke],.header .modal-button-open:hover svg rect[stroke],.header .modal-button-open:hover svg circle[stroke],.menu-btn:hover svg path[stroke],.menu-btn:hover svg rect[stroke],.menu-btn:hover svg circle[stroke],.select-top:hover svg path[stroke],.select-top:hover svg rect[stroke],.select-top:hover svg circle[stroke],.vacancy-acc__head:hover svg path[stroke],.vacancy-acc__head:hover svg rect[stroke],.vacancy-acc__head:hover svg circle[stroke]{stroke:var(--color-orange)}.header__link:hover svg path[fill]:not([fill=none]),.header__link:hover svg rect[fill]:not([fill=none]),.header__link:hover svg circle[fill]:not([fill=none]),.header__phone:hover svg path[fill]:not([fill=none]),.header__phone:hover svg rect[fill]:not([fill=none]),.header__phone:hover svg circle[fill]:not([fill=none]),.header .modal-button-open:hover svg path[fill]:not([fill=none]),.header .modal-button-open:hover svg rect[fill]:not([fill=none]),.header .modal-button-open:hover svg circle[fill]:not([fill=none]),.menu-btn:hover svg path[fill]:not([fill=none]),.menu-btn:hover svg rect[fill]:not([fill=none]),.menu-btn:hover svg circle[fill]:not([fill=none]),.select-top:hover svg path[fill]:not([fill=none]),.select-top:hover svg rect[fill]:not([fill=none]),.select-top:hover svg circle[fill]:not([fill=none]),.vacancy-acc__head:hover svg path[fill]:not([fill=none]),.vacancy-acc__head:hover svg rect[fill]:not([fill=none]),.vacancy-acc__head:hover svg circle[fill]:not([fill=none]){fill:var(--color-orange)}.callback-modal__close,.apply-modal__close,.investors-popup__close,.project-infra-popup__close,.menu-overlay__close,.menu-projects__arrow,.construction-popup__nav-btn,.project-hero__cards-btn,.news-article__slider-nav__btn,.news-article__share-copy,.news-article__share-social,.project-construction__nav-btn,.project-infra__nav-btn,.project-location__nav-btn,.project-services__nav-btn,.interior-nav__btn,.mob-nav__btn,.swiper-button{-webkit-transition:all .3s ease;transition:all .3s ease}.callback-modal__close svg path,.callback-modal__close svg rect,.callback-modal__close svg circle,.apply-modal__close svg path,.apply-modal__close svg rect,.apply-modal__close svg circle,.investors-popup__close svg path,.investors-popup__close svg rect,.investors-popup__close svg circle,.project-infra-popup__close svg path,.project-infra-popup__close svg rect,.project-infra-popup__close svg circle,.menu-overlay__close svg path,.menu-overlay__close svg rect,.menu-overlay__close svg circle,.menu-projects__arrow svg path,.menu-projects__arrow svg rect,.menu-projects__arrow svg circle,.construction-popup__nav-btn svg path,.construction-popup__nav-btn svg rect,.construction-popup__nav-btn svg circle,.project-hero__cards-btn svg path,.project-hero__cards-btn svg rect,.project-hero__cards-btn svg circle,.news-article__slider-nav__btn svg path,.news-article__slider-nav__btn svg rect,.news-article__slider-nav__btn svg circle,.news-article__share-copy svg path,.news-article__share-copy svg rect,.news-article__share-copy svg circle,.news-article__share-social svg path,.news-article__share-social svg rect,.news-article__share-social svg circle,.project-construction__nav-btn svg path,.project-construction__nav-btn svg rect,.project-construction__nav-btn svg circle,.project-infra__nav-btn svg path,.project-infra__nav-btn svg rect,.project-infra__nav-btn svg circle,.project-location__nav-btn svg path,.project-location__nav-btn svg rect,.project-location__nav-btn svg circle,.project-services__nav-btn svg path,.project-services__nav-btn svg rect,.project-services__nav-btn svg circle,.interior-nav__btn svg path,.interior-nav__btn svg rect,.interior-nav__btn svg circle,.mob-nav__btn svg path,.mob-nav__btn svg rect,.mob-nav__btn svg circle,.swiper-button svg path,.swiper-button svg rect,.swiper-button svg circle{-webkit-transition:stroke .3s ease,fill .3s ease;transition:stroke .3s ease,fill .3s ease}.callback-modal__close:hover,.apply-modal__close:hover,.investors-popup__close:hover,.project-infra-popup__close:hover,.menu-overlay__close:hover,.menu-projects__arrow:hover,.construction-popup__nav-btn:hover,.project-hero__cards-btn:hover,.news-article__slider-nav__btn:hover,.news-article__share-copy:hover,.news-article__share-social:hover,.project-construction__nav-btn:hover,.project-infra__nav-btn:hover,.project-location__nav-btn:hover,.project-services__nav-btn:hover,.interior-nav__btn:hover,.mob-nav__btn:hover,.swiper-button:hover{color:var(--color-orange)}.callback-modal__close:hover svg path[stroke],.callback-modal__close:hover svg rect[stroke],.callback-modal__close:hover svg circle[stroke],.apply-modal__close:hover svg path[stroke],.apply-modal__close:hover svg rect[stroke],.apply-modal__close:hover svg circle[stroke],.investors-popup__close:hover svg path[stroke],.investors-popup__close:hover svg rect[stroke],.investors-popup__close:hover svg circle[stroke],.project-infra-popup__close:hover svg path[stroke],.project-infra-popup__close:hover svg rect[stroke],.project-infra-popup__close:hover svg circle[stroke],.menu-overlay__close:hover svg path[stroke],.menu-overlay__close:hover svg rect[stroke],.menu-overlay__close:hover svg circle[stroke],.menu-projects__arrow:hover svg path[stroke],.menu-projects__arrow:hover svg rect[stroke],.menu-projects__arrow:hover svg circle[stroke],.construction-popup__nav-btn:hover svg path[stroke],.construction-popup__nav-btn:hover svg rect[stroke],.construction-popup__nav-btn:hover svg circle[stroke],.project-hero__cards-btn:hover svg path[stroke],.project-hero__cards-btn:hover svg rect[stroke],.project-hero__cards-btn:hover svg circle[stroke],.news-article__slider-nav__btn:hover svg path[stroke],.news-article__slider-nav__btn:hover svg rect[stroke],.news-article__slider-nav__btn:hover svg circle[stroke],.news-article__share-copy:hover svg path[stroke],.news-article__share-copy:hover svg rect[stroke],.news-article__share-copy:hover svg circle[stroke],.news-article__share-social:hover svg path[stroke],.news-article__share-social:hover svg rect[stroke],.news-article__share-social:hover svg circle[stroke],.project-construction__nav-btn:hover svg path[stroke],.project-construction__nav-btn:hover svg rect[stroke],.project-construction__nav-btn:hover svg circle[stroke],.project-infra__nav-btn:hover svg path[stroke],.project-infra__nav-btn:hover svg rect[stroke],.project-infra__nav-btn:hover svg circle[stroke],.project-location__nav-btn:hover svg path[stroke],.project-location__nav-btn:hover svg rect[stroke],.project-location__nav-btn:hover svg circle[stroke],.project-services__nav-btn:hover svg path[stroke],.project-services__nav-btn:hover svg rect[stroke],.project-services__nav-btn:hover svg circle[stroke],.interior-nav__btn:hover svg path[stroke],.interior-nav__btn:hover svg rect[stroke],.interior-nav__btn:hover svg circle[stroke],.mob-nav__btn:hover svg path[stroke],.mob-nav__btn:hover svg rect[stroke],.mob-nav__btn:hover svg circle[stroke],.swiper-button:hover svg path[stroke],.swiper-button:hover svg rect[stroke],.swiper-button:hover svg circle[stroke]{stroke:var(--color-orange)}.callback-modal__close:hover svg path[fill]:not([fill=none]),.callback-modal__close:hover svg rect[fill]:not([fill=none]),.callback-modal__close:hover svg circle[fill]:not([fill=none]),.apply-modal__close:hover svg path[fill]:not([fill=none]),.apply-modal__close:hover svg rect[fill]:not([fill=none]),.apply-modal__close:hover svg circle[fill]:not([fill=none]),.investors-popup__close:hover svg path[fill]:not([fill=none]),.investors-popup__close:hover svg rect[fill]:not([fill=none]),.investors-popup__close:hover svg circle[fill]:not([fill=none]),.project-infra-popup__close:hover svg path[fill]:not([fill=none]),.project-infra-popup__close:hover svg rect[fill]:not([fill=none]),.project-infra-popup__close:hover svg circle[fill]:not([fill=none]),.menu-overlay__close:hover svg path[fill]:not([fill=none]),.menu-overlay__close:hover svg rect[fill]:not([fill=none]),.menu-overlay__close:hover svg circle[fill]:not([fill=none]),.menu-projects__arrow:hover svg path[fill]:not([fill=none]),.menu-projects__arrow:hover svg rect[fill]:not([fill=none]),.menu-projects__arrow:hover svg circle[fill]:not([fill=none]),.construction-popup__nav-btn:hover svg path[fill]:not([fill=none]),.construction-popup__nav-btn:hover svg rect[fill]:not([fill=none]),.construction-popup__nav-btn:hover svg circle[fill]:not([fill=none]),.project-hero__cards-btn:hover svg path[fill]:not([fill=none]),.project-hero__cards-btn:hover svg rect[fill]:not([fill=none]),.project-hero__cards-btn:hover svg circle[fill]:not([fill=none]),.news-article__slider-nav__btn:hover svg path[fill]:not([fill=none]),.news-article__slider-nav__btn:hover svg rect[fill]:not([fill=none]),.news-article__slider-nav__btn:hover svg circle[fill]:not([fill=none]),.news-article__share-copy:hover svg path[fill]:not([fill=none]),.news-article__share-copy:hover svg rect[fill]:not([fill=none]),.news-article__share-copy:hover svg circle[fill]:not([fill=none]),.news-article__share-social:hover svg path[fill]:not([fill=none]),.news-article__share-social:hover svg rect[fill]:not([fill=none]),.news-article__share-social:hover svg circle[fill]:not([fill=none]),.project-construction__nav-btn:hover svg path[fill]:not([fill=none]),.project-construction__nav-btn:hover svg rect[fill]:not([fill=none]),.project-construction__nav-btn:hover svg circle[fill]:not([fill=none]),.project-infra__nav-btn:hover svg path[fill]:not([fill=none]),.project-infra__nav-btn:hover svg rect[fill]:not([fill=none]),.project-infra__nav-btn:hover svg circle[fill]:not([fill=none]),.project-location__nav-btn:hover svg path[fill]:not([fill=none]),.project-location__nav-btn:hover svg rect[fill]:not([fill=none]),.project-location__nav-btn:hover svg circle[fill]:not([fill=none]),.project-services__nav-btn:hover svg path[fill]:not([fill=none]),.project-services__nav-btn:hover svg rect[fill]:not([fill=none]),.project-services__nav-btn:hover svg circle[fill]:not([fill=none]),.interior-nav__btn:hover svg path[fill]:not([fill=none]),.interior-nav__btn:hover svg rect[fill]:not([fill=none]),.interior-nav__btn:hover svg circle[fill]:not([fill=none]),.mob-nav__btn:hover svg path[fill]:not([fill=none]),.mob-nav__btn:hover svg rect[fill]:not([fill=none]),.mob-nav__btn:hover svg circle[fill]:not([fill=none]),.swiper-button:hover svg path[fill]:not([fill=none]),.swiper-button:hover svg rect[fill]:not([fill=none]),.swiper-button:hover svg circle[fill]:not([fill=none]){fill:var(--color-orange)}.logo,.footer__logo,.footer__madeby{-webkit-transition:all .3s ease;transition:all .3s ease}.logo:hover,.footer__logo:hover,.footer__madeby:hover{opacity:.7}.callback-modal__policy-link,.callback__policy-link,.apply-modal__policy a,.apt-popup__privacy a,.callback-modal__policy a,.callback__policy a,.construction-popup__privacy a,.investors-popup__privacy a,.news-subscribe__disclaimer a,.footer__policy a{-webkit-transition:all .3s ease;transition:all .3s ease}.callback-modal__policy-link:hover,.callback__policy-link:hover,.apply-modal__policy a:hover,.apt-popup__privacy a:hover,.callback-modal__policy a:hover,.callback__policy a:hover,.construction-popup__privacy a:hover,.investors-popup__privacy a:hover,.news-subscribe__disclaimer a:hover,.footer__policy a:hover{color:var(--color-orange);text-decoration:underline}.projects__btn{-webkit-transition:all .3s ease;transition:all .3s ease}.projects__btn:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.8)}.stack-section{position:relative;background:var(--color-black)}.stack-pin{position:relative;height:calc(var(--app-vh)*100);height:100lvh;overflow:hidden}.layer{position:absolute;inset:0;overflow:hidden;will-change:transform,clip-path}.layer--bottom{left:auto;right:0;width:50vw;height:calc(var(--app-vh)*100);height:100lvh}#underBottomLayer{z-index:0}#bottomLayer{z-index:1}.layer--mid{z-index:2;clip-path:inset(0% 0% 0% 0%);-webkit-clip-path:inset(0% 0% 0% 0%)}.layer--top{z-index:3;clip-path:inset(0% 0% 0% 0%);-webkit-clip-path:inset(0% 0% 0% 0%)}.layer img{width:100%;height:calc(var(--app-vh)*100);height:100lvh;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transform:scale(1.12);-ms-transform:scale(1.12);transform:scale(1.12);will-change:transform,opacity}.under-bg{position:absolute;inset:0;width:100%;height:calc(var(--app-vh)*100);height:100lvh;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transform:scale(1.12);-ms-transform:scale(1.12);transform:scale(1.12);will-change:transform}.left-panel{background:var(--color-light-gray);position:absolute;top:0;left:0;width:50vw;height:calc(var(--app-vh)*100);height:100lvh;z-index:6;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);will-change:transform;padding:40px;overflow:hidden}.left-panel__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;will-change:transform;padding:300px 0}.left-panel__inner img{width:100%;height:auto;display:block}.banner{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;padding:170px 0 100px;position:absolute;inset:0}.banner .mobile{display:none}.banner__title{margin-bottom:40px}.banner__title svg{width:100%;height:auto}.banner__text{font-size:30px;line-height:110%}.banner__projects{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:30px;gap:18px;backdrop-filter:blur(20px);background:hsla(0,0%,100%,.2);margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:160px}.banner__item{width:100px;height:100px;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1}.banner__item:hover{width:234px;height:280px;z-index:1}.banner__item:hover .banner__item-inner{border-radius:0;background:var(--color-white)}.banner__item:hover .banner__item-content{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:.18s;transition-delay:.18s;pointer-events:auto}.banner__item:hover .banner__item-preview{opacity:0}.banner__item-inner{width:100%;height:100%;border-radius:50%;overflow:hidden;background:#000;-webkit-transition:all .3s ease;transition:all .3s ease}.banner__item-preview{position:absolute;inset: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;-webkit-transition:.3s ease;transition:.3s ease}.banner__item-preview::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.4);-webkit-transition:.3s ease;transition:.3s ease}.banner__item-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:20px}.banner__item-top img{width:90px;height:90px;will-change:auto;-webkit-transform:none;-ms-transform:none;transform:none}.banner__item-title{font-size:16px;z-index:1}.banner__item-content{padding:20px;opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:all .3s ease;transition:all .3s ease;pointer-events:none}.banner__item-status{font-size:14px;margin-bottom:4px;color:var(--color-gray)}.banner__item-date{font-size:14px;color:var(--color-black)}.banner__item-brand{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin:12px 0}.banner__item-name{font-weight:700}.banner__item-location{font-size:14px;margin-bottom:40px;color:var(--color-black)}.banner__item-location span{color:#b8b8b8;margin-left:6px}.banner__item-btn{-webkit-transition:all .3s ease;transition:all .3s ease;display:block;text-align:center;text-decoration:none;width:100%;padding:14px;border-radius:50px;font-size:16px;border:none;background:var(--color-light-gray);cursor:pointer;color:var(--color-black)}.banner__item-btn:hover{background:#e6e6e6}.advant{position:absolute;inset:max(40px,var(--header-total)) 40px 40px}.advant__top{display:grid;grid-template-columns:25% 1fr 25%}.advant__item-number{font-size:140px;font-variant-numeric:tabular-nums;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.advant__item:nth-child(1){text-align:left}.advant__item:nth-child(3){text-align:right}.advant__item:nth-child(3) .advant__item-text{margin-left:auto}.advant__item:nth-child(1) .advant__item-number,.advant__item:nth-child(3) .advant__item-number{background:linear-gradient(136.01deg, #FFFFFF 24.56%, rgba(153, 153, 153, 0) 111.18%);color:rgba(0,0,0,0);-webkit-background-clip:text;background-clip:text;letter-spacing:-5px}.advant__item:nth-child(2){text-align:center}.advant__item:nth-child(2) .advant__item-number{background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0.2)));background:linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);color:rgba(0,0,0,0);-webkit-background-clip:text;background-clip:text;letter-spacing:-7px}.advant__item:nth-child(2) .advant__item-text{margin:0 auto}.advant__item-text{font-size:24px;max-width:350px}.advant__text{font-size:30px;line-height:120%;max-width:1335px;width:100%;display:block;margin:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);text-align:center}.advant__text span{color:var(--color-orange)}.advant__text .advant__btr{display:block;margin-top:28px;color:var(--color-white)}.promo-main{position:absolute;inset:max(70px,var(--header-total)) 70px 70px;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:end;-ms-flex-pack:end;justify-content:flex-end}.promo-main__badge{position:absolute;top:0;left:0;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);padding:16px 26px;font-size:18px;border-radius:50px}.promo-main__title{font-size:40px;line-height:120%;margin-bottom:40px}.promo-main__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.promo-main__date{font-size:16px;color:var(--color-white)}.promo-main__date span{color:inherit}.promo-main__date .number{font-size:24px}.promo-item{-webkit-transition:all .3s ease;transition:all .3s ease;padding:70px 60px;border-bottom:1px solid rgba(0,0,0,.1)}.promo-item:last-child{border-bottom:none}.promo-item__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.promo-item__badge{background:var(--color-white);padding:16px 26px;font-size:18px;border-radius:50px;color:var(--color-orange)}.promo-item__title{font-size:30px;line-height:120%;min-height:72px;margin-bottom:50px;color:var(--color-black);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.promo-item__date{font-size:16px;margin-right:auto;color:var(--color-black)}.promo-item__date span{color:inherit}.promo-item__date .number{font-size:24px}.promo-item__btn{width:60px;height:60px;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;border-radius:50%;background:var(--color-white);-webkit-transition:all .3s ease;transition:all .3s ease}.promo-item__btn svg path{-webkit-transition:all .3s ease;transition:all .3s ease}.promo-item:hover .promo-item__btn{background:var(--color-white)}.promo-item:hover .promo-item__btn svg path{stroke:var(--color-orange)}.promo-item:disabled .promo-item__btn{background:var(--color-white)}.promo-item:disabled .promo-item__btn svg path{stroke:#b5b5b5}.projects{overflow:hidden;height:calc(var(--app-vh)*100);height:100lvh}.projects .container{position:absolute;inset:max(70px,var(--header-total)) 0 70px}.projects__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:45px}.projects__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;will-change:transform;padding-left:500px}.projects__title{font-size:50px;margin-bottom:20px;color:#aaa}.projects__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3019607843);border-radius:50px;padding:23px 35px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.projects__item{-webkit-transition:all .3s ease;transition:all .3s ease;display:block;text-decoration:none;max-width:580px}.projects__item .img-wrap{overflow:hidden}.projects__item img{margin-bottom:24px;aspect-ratio:29/22;height:auto;width:auto;-webkit-transform:none;-ms-transform:none;transform:none;will-change:auto;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.projects__item-title{font-size:36px}.projects__item-metro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;margin-top:12px;font-size:16px}.projects__item-metro span{color:#b8b8b8}.projects__item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.projects__item-btn{width:60px;height:60px;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;border-radius:50%;background:hsla(0,0%,100%,.0392156863);-webkit-transition:all .3s ease;transition:all .3s ease}.projects__item-btn svg path{-webkit-transition:all .3s ease;transition:all .3s ease}.projects__item-info{position:absolute;top:16px;left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;z-index:5}.projects__item-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;padding:10px 14px;border-radius:50px;line-height:110%;white-space:nowrap;background:rgba(93,93,93,.6);color:var(--color-white);backdrop-filter:blur(2px)}.projects__item-badge.orange{background:var(--color-orange)}.projects__item-badge.white{background:var(--color-white);color:var(--color-black)}.projects__item-more{-webkit-transition:all .3s ease;transition:all .3s ease;position:static;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.projects__item-more:hover .projects__item-more-dropdown{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);pointer-events:auto}.projects__item-more-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:32px;padding:10px 16px;border-radius:50px;font-size:14px;line-height:110%;cursor:pointer;background:rgba(93,93,93,.6);color:var(--color-white);backdrop-filter:blur(20px);-webkit-transition:background .2s ease;transition:background .2s ease}.projects__item-more-dropdown{position:absolute;left:0;top:calc(100% + 6px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;opacity:0;visibility:hidden;-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);pointer-events:none;-webkit-transition:opacity .18s ease,visibility .18s ease,-webkit-transform .18s ease;transition:opacity .18s ease,visibility .18s ease,-webkit-transform .18s ease;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;transition:opacity .18s ease,transform .18s ease,visibility .18s ease,-webkit-transform .18s ease;white-space:nowrap}.projects__item:hover .projects__item-btn{background:var(--color-white)}.projects__item:hover .projects__item-btn svg path{stroke:var(--color-orange)}.projects__item:hover .img-wrap>img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.projects .propos{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;min-width:580px;height:440px;backdrop-filter:blur(14px);background:hsla(0,0%,100%,.0509803922)}.projects-progress{position:absolute;left:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:0 24px;z-index:1;width:200px}.projects-progress__track{-webkit-box-flex:1;-ms-flex:1;flex:1;height:2px;background:hsla(0,0%,100%,.4);overflow:hidden}.projects-progress__fill{height:2px;width:0%;background:var(--color-white);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.service{background:var(--color-black);padding-top:120px;height:calc(var(--app-vh)*100);height:100lvh;overflow:hidden}.service .icon{position:absolute;right:0;top:0}.service__inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.service__title{color:#aaa;font-size:50px;line-height:110%;font-weight:500;margin-bottom:35px;max-width:800px;text-transform:uppercase;-ms-flex-negative:0;flex-shrink:0}.service__content{position:relative;overflow:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1}.service-slide{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:130px}.service-slide .box{max-width:500px}.service-item__title{font-size:36px;line-height:110%;margin-bottom:20px}.service-item__text{font-size:18px;line-height:130%}.service-slide img{width:960px;height:auto;max-height:90%;-o-object-fit:contain;object-fit:contain}.service__progress{position:absolute;left:50px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:2px;height:160px;background:#282929;z-index:10}.service__progress-fill{width:2px;height:0;background:var(--color-orange);-webkit-transition:height .4s ease;transition:height .4s ease}.invest{background:var(--color-black);padding:120px 0;overflow:hidden;position:absolute;inset:0;height:calc(var(--app-vh)*100);height:100lvh}.invest .container{position:static}.invest__title{color:#aaa;font-size:50px;line-height:110%;font-weight:500;text-transform:uppercase;margin-bottom:35px}.invest__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;position:static}.invest-item{padding:40px 30px;background:linear-gradient(157.48deg, #343B40 -26.76%, #212528 73.54%);background-size:cover;background-position:center;background-repeat:no-repeat}.invest-item img{margin-bottom:15px}.invest-item:first-child .invest-item__title{margin-bottom:-80px}.invest-item:nth-child(2){min-width:560px}.invest-item:nth-child(3){min-width:560px}.invest-item:nth-child(3) .invest-item__title,.invest-item:nth-child(3) .invest-item__text{color:var(--color-black)}.invest-item:nth-child(4){min-width:740px}.invest-item__title{font-size:36px;line-height:110%;margin-bottom:28px}.invest-item__text{font-size:18px;line-height:120%}.invest-item__subtext{font-size:16px;color:#727272}.invest-single{position:absolute;inset:0;clip-path:inset(0% 0% 0% 100%);-webkit-clip-path:inset(0% 0% 0% 100%);z-index:1;height:calc(var(--app-vh)*100);height:100lvh;overflow:hidden}.invest-single img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.invest-single::before{content:"";position:absolute;inset:0;background:rgba(14,14,14,.7);pointer-events:none;z-index:1}.invest-single .container{position:absolute;inset:max(100px,var(--header-total)) 0 100px;z-index:2}.invest-single__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.invest-single__left{max-width:530px}.invest-single__right{margin-top:auto;max-width:580px}.invest-single__title{font-size:50px;text-transform:uppercase;font-weight:500;margin-top:0;margin-bottom:30px}.invest-single li,.invest-single__text{font-size:18px;line-height:120%;margin-bottom:20px}.invest-single li:nth-child(3),.invest-single__text:nth-child(3){margin-bottom:0}.invest-single ul{list-style:disc;padding-left:15px}.invest-single ul li{margin-bottom:0}.invest-single__price-text{font-size:36px}.invest-single__price-value{font-size:250px;font-weight:400}.invest-single__price-subtext{font-size:36px;margin-top:-36px;margin-bottom:40px}.invest-single__price-hint{font-size:18px}.interior-slider{position:relative;width:100%}.swiper,.swiper-wrapper,.swiper-slide{height:100%}.interior{position:absolute;inset:0;z-index:2}.interior-slide{width:100%;height:calc(var(--app-vh)*100);height:100lvh;overflow:hidden;clip-path:inset(0% 0% 0% 0%);-webkit-clip-path:inset(0% 0% 0% 0%);will-change:clip-path}.interior-slide img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.interior-slide:after{content:"";position:absolute;inset:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)}.interior__inner{position:absolute;bottom:80px;left:70px;z-index:1;margin-bottom:30px}.interior__text{font-size:36px;line-height:120%;max-width:420px;margin-bottom:30px}.interior__price{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:30px;gap:30px;margin-bottom:30px}.interior__price span{font-size:150px;line-height:105px}.interior__hint{font-size:12px;line-height:120%;max-width:410px;margin-bottom:45px}.interior-nav{position:absolute;right:70px;bottom:80px;z-index:1;color:var(--color-white)}.interior-nav__fraction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.interior-nav .swiper-pagination{position:static;width:180px}.interior-nav .swiper-pagination-progressbar{height:2px;background:hsla(0,0%,100%,.4)}.interior-nav .swiper-pagination-progressbar-fill{background:var(--color-white);-webkit-transition:all .3s ease !important;transition:all .3s ease !important}.interior-nav .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.interior-nav__label{font-size:20px;margin-bottom:16px}.interior-nav__btn{width:70px;height:70px;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;border-radius:50%;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);-webkit-transition:all .3s ease;transition:all .3s ease}.interior-nav__btn svg path{-webkit-transition:all .3s ease;transition:all .3s ease}.interior-nav__btn:hover{background:var(--color-white)}.interior-nav__btn:hover svg path{stroke:var(--color-orange)}.reit{display:grid;grid-template-columns:1fr 1fr;height:calc(var(--app-vh)*100);height:100lvh;position:absolute;top:0;left:0;right:0}.reit-side{padding:80px 70px}.reit-side .gradient{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:-15px;width:10%;height:258px;border-inline:1px solid var(--color-secondary-purple);background:-webkit-gradient(linear, left top, right top, from(rgba(76, 48, 159, 0.5)), color-stop(50%, rgba(76, 48, 159, 0.05)), to(rgba(76, 48, 159, 0.5)));background:linear-gradient(90deg, rgba(76, 48, 159, 0.5) 0%, rgba(76, 48, 159, 0.05) 50%, rgba(76, 48, 159, 0.5) 100%)}.reit-side .square{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);color:var(--color-secondary-purple);bottom:-45px}.reit-side .square span{color:var(--color-secondary-purple)}.reit-side--left{background:var(--color-black);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:end;-ms-flex-pack:end;justify-content:flex-end;clip-path:inset(100% 0% 0% 0%)}.reit-side--left .btn-black{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.reit-side--right{background:var(--color-white);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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;clip-path:inset(0% 0% 100% 0%)}.reit-side--right .btn-purple{display:block;margin:0 auto}.reit .logo{position:absolute;left:70px;top:80px}.reit__line{max-width:680px;width:100%}.reit__line-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:17px}.reit__line .range{margin-bottom:11px}.reit__line-side:last-child{text-align:right}.reit__line-side:last-child .reit__line-value{color:var(--color-purple)}.reit__line-text{font-size:16px;color:#5c5c5c;margin-bottom:10px}.reit__line-value{font-size:36px;color:var(--color-black)}.reit__line-value span{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin-right:10px}.reit__above-title{font-size:20px;line-height:110%;margin-bottom:30px}.reit__title{font-size:50px;line-height:110%;font-weight:400;margin-bottom:30px;margin-top:0}.reit__text{font-size:18px;line-height:120%;max-width:500px}.reit ul{margin-bottom:40px;list-style:disc;padding-left:15px;max-width:500px}.reit ul li{font-size:18px;line-height:120%;margin-bottom:10px}.reit ul li:last-child{margin-bottom:0}.reit ul li strong{font-family:"Stolzl",sans-serif;font-weight:500}.structure{position:absolute;inset:0;z-index:0;height:calc(var(--app-vh)*100);height:100lvh;overflow:hidden;background:var(--color-black);-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);pointer-events:none;will-change:transform}.structure__media{position:absolute;inset:0}.structure__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.structure__media:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.7)}.structure__shadow{position:absolute;inset:0;pointer-events:none;background:-webkit-gradient(linear, left top, left bottom, from(rgba(25, 28, 30, 0)), to(rgba(0, 0, 0, 0.6)));background:linear-gradient(180deg, rgba(25, 28, 30, 0) 0%, rgba(0, 0, 0, 0.6) 100%)}.structure__title{font-family:"Stolzl",sans-serif;font-weight:500;position:absolute;left:0;right:0;top:13%;margin:0;font-size:70px;line-height:100%;text-align:center;text-transform:uppercase;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.2)));background:linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.2) 100%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.structure__title span{display:block;color:inherit}.structure__cards{position:absolute;left:0;right:0;top:32.3%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}.structure-card{width:340px;height:360px;border:1px solid hsla(0,0%,100%,.4);-webkit-transition:background-color .4s ease,border-color .4s ease;transition:background-color .4s ease,border-color .4s ease}.structure-card:nth-child(2),.structure-card:nth-child(4){margin-top:80px}.structure-card:nth-child(3){margin-top:160px}.structure-card__front{position:absolute;inset:0;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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:80px;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.structure-card__logo{width:242px;height:44px;-o-object-fit:contain;object-fit:contain}.structure-card__plus{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;width:60px;height:60px;border-radius:56px;background:hsla(0,0%,100%,.04);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.structure-card__back{position:absolute;inset:0;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;padding:20px;text-align:left;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.structure-card__name{font-size:26px;line-height:110%;color:var(--color-black)}.structure-card__text{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:120%;color:var(--color-black)}.structure-card.is-open{background:var(--color-white);border-color:var(--color-white)}.structure-card.is-open .structure-card__front{opacity:0}.structure-card.is-open .structure-card__back{opacity:1}.about{--about-r: 17.4vh;position:absolute;inset:0;z-index:0;height:calc(var(--app-vh)*100);height:100lvh;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);pointer-events:none;will-change:transform}.about__inner{position:absolute;inset:0;overflow:hidden;background:var(--color-black)}.about__mask{position:absolute;inset:0;background:var(--color-black);will-change:clip-path}.about__media{position:absolute;inset:0}.about__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 25%;object-position:center 25%}.about__media:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.4)}.about__shadow{position:absolute;left:50%;top:50%;width:min(86vw,172vh);height:min(86vw,172vh);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);pointer-events:none;background:radial-gradient(circle closest-side, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 39%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%)}.about__head{position:absolute;left:100px;top:max(90px,var(--header-total));max-width:590px}.about__title{font-family:"Stolzl",sans-serif;font-weight:500;font-size:50px;line-height:110%;text-transform:uppercase;color:var(--color-orange);margin-bottom:26px}.about__text{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:30px;line-height:120%}.about__center{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);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-align:center;-ms-flex-align:center;align-items:center;gap:30px}.about__number{width:200px;height:100px}.about__label{font-size:30px;line-height:120%;text-align:center;width:290px}.about__btn{position:absolute;left:50%;top:calc(50% + 153px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:block;white-space:nowrap}.about__note{font-family:"Stolzl Book",sans-serif;font-weight:400;position:absolute;right:100px;bottom:100px;width:410px;font-size:18px;line-height:120%}.scroll-section{position:relative;z-index:2;height:calc(var(--app-vh)*100);height:100lvh;overflow:hidden}.promos{background:var(--color-light-gray);padding:120px 0 60px;overflow:hidden}.promos__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:60px}.promos__title{font-size:50px;line-height:110%;font-weight:500;text-transform:uppercase;color:var(--color-black)}.promos__title div{color:var(--color-black)}.promos__inner{overflow:visible}.promos .swiper-box{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.promos .swiper-button{width:70px;height:70px;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;border-radius:50%;background:#fff;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.promos .swiper-button svg path{-webkit-transition:all .3s ease;transition:all .3s ease}.promos .swiper-button.swiper-button-disabled{opacity:.4;cursor:default}.promos .swiper-button:not(.swiper-button-disabled):hover svg path{stroke:var(--color-orange)}.promos--reveal{margin-top:calc(var(--app-vh)*-100)}.promos-item{-webkit-transition:all .3s ease;transition:all .3s ease;overflow:hidden;cursor:pointer;max-width:580px;background-color:var(--color-white)}.promos-item img{width:100%;aspect-ratio:290/163;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;-webkit-transform:none;-ms-transform:none;transform:none;will-change:auto}.promos-item:hover img{-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04)}.promos-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px}.promos-item__content-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;margin-bottom:30px}.promos-item__type{font-size:14px;padding:10px 16px;border-radius:50px;border:1px solid hsla(0,0%,100%,.2);background:var(--color-orange);line-height:110%}.promos-item__building{font-size:14px;color:var(--color-black);padding:10px 16px;border-radius:50px;border:1px solid #e5e5e5}.promos-item__title{font-size:24px;line-height:120%;min-height:58px;margin-bottom:24px;color:var(--color-black);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.promos-item__date{font-size:16px;color:var(--color-gray);min-height:30px}.promos-item__date span{color:var(--color-orange)}.promos-item__date strong{color:var(--color-orange);font-size:26px;font-weight:400}.promos-item--news .promos-item__date{text-align:right}.news{background:var(--color-light-gray);padding:60px 0 120px;overflow:hidden}.news__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}.news__title{font-size:50px;font-weight:500;line-height:110%;text-transform:uppercase;color:var(--color-black)}.news__inner{overflow:visible}.news .swiper-box{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.news .swiper-button{width:70px;height:70px;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;border-radius:50%;background:#fff;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.news .swiper-button svg path{-webkit-transition:all .3s ease;transition:all .3s ease}.news .swiper-button.swiper-button-disabled{opacity:.4;cursor:default}.news .swiper-button:not(.swiper-button-disabled):hover svg path{stroke:var(--color-orange)}.news-item{-webkit-transition:all .3s ease;transition:all .3s ease;background:var(--color-white);padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;max-width:580px}.news-item__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:60px}.news-item__source{font-size:18px;color:var(--color-black)}.news-item__title{min-height:87px;font-size:26px;line-height:110%;color:var(--color-black);margin-bottom:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.news-item__read{font-size:18px;line-height:110%;color:var(--color-gray)}.news-item .news-item__arrow svg path,.news-item .news-item__source{-webkit-transition:all .2s ease;transition:all .2s ease}.news-item:hover .news-item__arrow svg path{stroke:var(--color-orange)}.news-item:hover .news-item__source{color:var(--color-orange)}.callback{display:grid;grid-template-columns:1fr 1fr;height:calc(var(--app-vh)*100);height:100lvh;z-index:1}.callback__left{position:relative;overflow:hidden;background:linear-gradient(226deg, #343B40 -35.03%, #212528 74.45%)}.callback__left::after{content:"";position:absolute;left:0;right:0;bottom:0;height:0;padding-bottom:38%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(37, 41, 45, 0)), color-stop(63%, rgba(37, 41, 45, 0.8)), to(#25292D));background:linear-gradient(180deg, rgba(37, 41, 45, 0) 0%, rgba(37, 41, 45, 0.8) 63%, #25292D 100%);z-index:1;pointer-events:none}.callback__logo{position:absolute;top:140px;left:50%;width:250px;height:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:2}.callback__people{position:absolute;left:0;bottom:0;width:100%;height:auto;z-index:0}.callback__left-content{position:absolute;inset:0;z-index:2;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:end;-ms-flex-pack:end;justify-content:flex-end;padding:70px}.callback__left-content .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.callback__title{font-size:70px;color:var(--color-white);font-weight:400;margin-bottom:40px}.callback__text{font-size:18px;line-height:120%;margin:0;max-width:380px}.callback__phone{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:18px 35px;border-radius:50px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);font-size:18px;color:var(--color-white);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:all .3s ease;transition:all .3s ease;margin-top:auto}.callback__phone:hover{background:hsla(0,0%,100%,.25)}.callback__right{background:var(--color-white);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;padding:80px}.callback__form{width:100%;max-width:580px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.callback__field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.callback__label{font-size:14px;color:var(--color-gray)}.callback__input{background:rgba(0,0,0,0);border:none;border-bottom:1px solid #e8e8e8;padding:13px 0;font-size:20px;color:var(--color-black);outline:none;width:100%;-webkit-transition:border-color .3s;transition:border-color .3s}.callback__input::-webkit-input-placeholder{color:#989898}.callback__input::-moz-placeholder{color:#989898}.callback__input:-ms-input-placeholder{color:#989898}.callback__input::-ms-input-placeholder{color:#989898}.callback__input::placeholder{color:#989898}.callback__input:focus{border-color:var(--color-black)}.callback__select-wrap{position:relative}.callback__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);border:none;border-bottom:1px solid #e8e8e8;padding:13px 0;font-size:20px;color:var(--color-black);outline:none;width:100%;cursor:pointer;-webkit-transition:border-color .3s;transition:border-color .3s}.callback__select:focus{border-color:var(--color-black)}.callback__select-arrow{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.callback__form-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px}.callback__submit{-ms-flex-negative:0;flex-shrink:0}.callback__policy{font-size:12px;line-height:120%;max-width:310px;color:var(--color-gray)}.callback__policy-link{color:var(--color-black);text-decoration:underline}.callback__success{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.callback__success svg{margin-bottom:30px}.callback__success-title{margin-bottom:16px;color:var(--color-black);font-size:36px}.callback__success-text{font-size:18px;color:var(--color-gray);margin-bottom:40px}.callback .btn-orange{width:260px}:root{--header-h: 100px;--header-total: calc(var(--header-h) + env(safe-area-inset-top))}@media(prefers-reduced-motion: reduce){.header{-webkit-transition:none;transition:none}}.header{position:fixed;top:0;left:0;right:0;z-index:90;padding-top:env(safe-area-inset-top);-webkit-transition:background-color .3s ease,backdrop-filter .3s ease,-webkit-transform .35s ease;transition:background-color .3s ease,backdrop-filter .3s ease,-webkit-transform .35s ease;transition:background-color .3s ease,backdrop-filter .3s ease,transform .35s ease;transition:background-color .3s ease,backdrop-filter .3s ease,transform .35s ease,-webkit-transform .35s ease;will-change:transform}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100px}.header.is-hidden:not(.static){-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.header.is-scrolled:not(.static){background:rgba(25,28,30,.72);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.header__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;text-transform:uppercase}.header .modal-button-open{text-transform:uppercase}.header .side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.header__phone{-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;white-space:nowrap}.header__phone span{-webkit-transition:all .3s ease;transition:all .3s ease}.header__phone:hover span{color:var(--color-orange)}.header__phone-num{font-size:16px;line-height:1}.header .logo{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:1}.header .menu-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-right:60px;cursor:pointer}.header.static{background:var(--color-white);border-bottom:1px solid #e8e8e8}.header.static .logo path{fill:var(--color-black)}.header.static .logo path:last-child{fill:var(--color-orange)}.header.static .menu-btn{color:var(--color-black)}.header.static .menu-btn svg path{stroke:var(--color-black)}.header.static .header__link{color:var(--color-black)}.header.static .header__link svg path{stroke:var(--color-black)}.header.static .modal-button-open{color:var(--color-black)}.header.static .side>a svg path{stroke:var(--color-black)}.page-static-header{padding-top:calc(100px + env(safe-area-inset-top))}.footer{background:var(--color-black);overflow:hidden;padding:80px 0 40px;display:grid;gap:80px;margin-top:-1px}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:1}.footer__col--brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__col-middle{display:grid;grid-template-columns:auto auto;gap:75px;margin-right:auto;margin-left:340px}.footer__logo{display:inline-block;margin-bottom:138px}.footer__brand-links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.footer__brand-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:17px 20px;border-radius:50px;background:#222629;font-size:16px;text-transform:uppercase;color:var(--color-white);-webkit-transition:all .3s ease;transition:all .3s ease}.footer__brand-link:hover{border-color:var(--color-white);background:hsla(0,0%,100%,.05)}.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px}.footer__nav-title{font-size:16px;line-height:110%;color:hsla(0,0%,100%,.4)}.footer__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;list-style:none;padding:0;margin:0}.footer__nav-link{font-size:16px;color:var(--color-white);-webkit-transition:all .3s ease;transition:all .3s ease}.footer__nav-link:hover{color:var(--color-orange)}.footer__col--contacts{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-align:start;-ms-flex-align:start;align-items:flex-start;gap:66px}.footer__cta{display:inline-block}.footer__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:30px}.footer__contact-link{font-size:16px;color:var(--color-white);-webkit-transition:all .3s ease;transition:all .3s ease}.footer__contact-link:hover{color:var(--color-orange)}.footer__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.footer__social{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;opacity:.7;-webkit-transition:all .3s ease;transition:all .3s ease}.footer__social:hover{opacity:1}.footer__social:hover svg path{fill:var(--color-orange)}.footer__watermark svg{height:auto;width:100%}.footer__bottom-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__copyright{font-size:16px;color:hsla(0,0%,100%,.4)}.footer__policy{font-size:16px;color:hsla(0,0%,100%,.4);-webkit-transition:all .3s ease;transition:all .3s ease;margin-left:424px;margin-right:auto}.footer__policy:hover{color:var(--color-white)}.footer__madeby{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:16px;color:hsla(0,0%,100%,.4)}.news-page{background:var(--color-light-gray)}@-webkit-keyframes newsHeroZoom{from{-webkit-transform:scale(1.12);transform:scale(1.12)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes newsHeroZoom{from{-webkit-transform:scale(1.12);transform:scale(1.12)}to{-webkit-transform:scale(1);transform:scale(1)}}@media(prefers-reduced-motion: reduce){.news-hero__bg{-webkit-animation:none;animation:none}}.news-hero{height:600px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:160px}.news-hero__media{position:absolute;inset:0;overflow:hidden}.news-hero__bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;-webkit-animation:newsHeroZoom 1.8s cubic-bezier(0.16, 1, 0.3, 1) both;animation:newsHeroZoom 1.8s cubic-bezier(0.16, 1, 0.3, 1) both}.news-hero__title{font-size:140px;line-height:120%;font-weight:400;text-transform:uppercase;margin:0;background:linear-gradient(124deg, #FFF 19.47%, rgba(153, 153, 153, 0) 181.19%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin-bottom:55px}.news-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px;z-index:2}.news-filter__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:30px;border-bottom:1px solid #777}.news-filter__tab{font-size:30px;font-weight:400;line-height:110%;color:var(--color-white);text-transform:uppercase;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;border-bottom:2px solid rgba(0,0,0,0);-webkit-transition:all .3s ease;transition:all .3s ease;margin-bottom:-1px;padding-bottom:14px}.news-filter__tab:hover{color:var(--color-orange)}.news-filter__tab.active{color:var(--color-orange);border-bottom-color:var(--color-orange)}.news-filter__project{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-align:start;-ms-flex-align:start;align-items:start}.news-filter__project-label{font-size:14px;color:#989898;line-height:1}.news-filter__select{width:300px;border-bottom:1px solid #777}.news-filter__select .select-current{padding:13px 0;font-size:20px;font-weight:300;text-transform:none}.news-filter__select .select-current:after{content:url("./../images/svg/arrow-down-gray.svg");top:10px}.news-filter__select .select-body{-webkit-box-shadow:0 6px 22px 0 rgba(0,0,0,.12);box-shadow:0 6px 22px 0 rgba(0,0,0,.12)}.news-filter__select .select-item{font-size:16px;font-weight:300;text-transform:none;text-align:left;border:none;padding:15px 14px}.news-grid{padding-bottom:120px;margin-top:-100px}.news-grid__empty{margin-top:60px;text-align:center;font-size:20px;color:var(--color-gray)}.news-grid .btn-white{display:block;margin:40px auto 0}.news-grid__inner{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px 20px}.news-grid .promos-item{max-width:100%}.news-construction__inner{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px 20px}.news-construction .news-construction__card{width:100%;height:420px}.news-construction .news-construction__card .project-construction__card-date{top:30px;left:30px;font-size:28px}.news-construction .news-construction__card .project-construction__card-name{left:30px}.news-subscribe{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:800px}.news-subscribe__bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.news-subscribe__overlay{position:absolute;inset:25% 0 0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(25, 28, 30, 0)), to(rgba(25, 28, 30, 0.6)));background:linear-gradient(180deg, rgba(25, 28, 30, 0) 0%, rgba(25, 28, 30, 0.6) 100%)}.news-subscribe .container{position:relative;z-index:2;padding:95px 0}.news-subscribe__card{background:var(--color-white);padding:60px;max-width:580px;width:100%}.news-subscribe__title{font-size:36px;font-weight:400;line-height:110%;color:var(--color-black);margin-top:0;margin-bottom:50px}.news-subscribe__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:36px}.news-subscribe__field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;border-bottom:1px solid #e8e8e8}.news-subscribe__field-label{font-size:14px;color:#989898;font-weight:300;line-height:1}.news-subscribe__input{border:none;outline:none;background:rgba(0,0,0,0);font-size:20px;font-weight:300;color:var(--color-black);padding:13px 0;width:100%}.news-subscribe__input::-webkit-input-placeholder{color:var(--color-gray)}.news-subscribe__input::-moz-placeholder{color:var(--color-gray)}.news-subscribe__input:-ms-input-placeholder{color:var(--color-gray)}.news-subscribe__input::-ms-input-placeholder{color:var(--color-gray)}.news-subscribe__input::placeholder{color:var(--color-gray)}.news-subscribe__select{border-bottom:none}.news-subscribe__select .select-current{padding:13px 0;font-size:20px;font-weight:300;text-transform:none;color:var(--color-black);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 20px)}.news-subscribe__select .select-current::after{display:none}.news-subscribe__select .select-body{-webkit-box-shadow:0 6px 22px 0 rgba(0,0,0,.12);box-shadow:0 6px 22px 0 rgba(0,0,0,.12)}.news-subscribe__select .select-item{font-size:16px;font-weight:300;text-transform:none;text-align:left;border:none;padding:15px 14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.news-subscribe__select .select-item::after{content:"";-ms-flex-negative:0;flex-shrink:0;width:16px;height:12px}.news-subscribe__select .select-item.selected{color:var(--color-orange)}.news-subscribe__select .select-item.selected::after{content:url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.5L6 10.5L15 1' stroke='%23FF6600' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.news-subscribe__select .select-item:hover:not(.selected){color:var(--color-orange)}.news-subscribe__select .select-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.news-subscribe__select .select-top svg{-ms-flex-negative:0;flex-shrink:0;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.news-subscribe__select.active .select-top svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.news-subscribe__btn{width:100%;margin-top:0}.news-subscribe__disclaimer{font-size:12px;font-weight:400;line-height:120%;margin:0;color:var(--color-gray)}.news-subscribe__disclaimer a{font-size:12px;font-weight:400;line-height:120%;color:var(--color-black);text-decoration:underline}.news-subscribe__success{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;gap:16px;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:90px 0}.news-subscribe__success svg{margin-bottom:24px}.news-subscribe__success-title{font-size:36px;font-weight:400;color:var(--color-black);line-height:110%}.news-subscribe__success-text{font-size:16px;font-weight:300;color:var(--color-gray);line-height:140%}.news-subscribe__success-btn{width:260px;margin:24px auto 0}.news-grid__empty{grid-column:1/-1;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-align:center;-ms-flex-align:center;align-items:center;gap:30px;padding:100px 20px;text-align:center}.news-grid__empty-text{font-size:24px;line-height:130%;color:var(--color-gray);max-width:560px}.news-article{padding:50px 0 0;color:var(--color-black)}.news-article__inner{max-width:1180px;margin:0 auto}.news-article__topbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}.news-article__back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-weight:400}.news-article__meta{font-size:16px;font-weight:300;color:var(--color-gray);max-width:1150px;width:100%}.news-article__meta span{font-size:16px;font-weight:300;color:var(--color-black)}.news-article__meta strong{font-size:26px;font-weight:400;color:var(--color-black)}.news-article__share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;font-size:18px;color:var(--color-gray)}.news-article__share-btn{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;width:60px;height:60px;border-radius:50%;background:var(--color-white);color:var(--color-black);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.news-article__share-btn svg path{-webkit-transition:all .2s;transition:all .2s}.news-article__share-btn:hover,.news-article__share-btn.active{background:var(--color-orange);color:var(--color-white)}.news-article__share-btn:hover svg path,.news-article__share-btn.active svg path{stroke:var(--color-white)}.news-article__share-dropdown{position:absolute;top:calc(100% + 16px);right:0;background:var(--color-white);-webkit-box-shadow:0px 6px 46px 0px rgba(0,0,0,.0588235294);box-shadow:0px 6px 46px 0px rgba(0,0,0,.0588235294);display:none;z-index:2;padding:5px}.news-article__share-dropdown.open{display:-webkit-box;display:-ms-flexbox;display:flex}.news-article__share-copy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:15px;font-size:16px;font-weight:400;color:var(--color-black);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;border-right:1px solid #e7e7e7;-webkit-transition:all .3s ease;transition:all .3s ease;white-space:nowrap}.news-article__share-copy span{color:inherit}.news-article__share-copy svg path{-webkit-transition:stroke .2s;transition:stroke .2s}.news-article__share-copy:hover{color:var(--color-orange)}.news-article__share-copy:hover svg path{stroke:var(--color-orange)}.news-article__share-copy.copied{color:#5bd67d}.news-article__share-copy.copied svg path{stroke:#5bd67d}.news-article__share-socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;padding:15px}.news-article__share-social{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}.news-article__title{font-size:50px;font-weight:400;line-height:110%;color:var(--color-black);margin:0 0 40px}.news-article__img{width:100%;height:auto;display:block;margin-bottom:40px}.news-article__text{padding:40px 0;margin-bottom:40px}.news-article__text p{font-size:20px;font-weight:300;line-height:130%;color:var(--color-black);margin:0 auto 20px;max-width:880px}.news-article__text p:last-child{margin-bottom:0}.news-article__text p a{color:var(--color-orange);-webkit-transition:all .3s ease;transition:all .3s ease}.news-article__text p a:hover{opacity:.7}.news-article iframe{aspect-ratio:16/9;width:100%;height:auto;margin-bottom:40px}.news-article h2,.news-article__subtitle{font-size:30px;font-weight:400;line-height:110%;color:var(--color-black);margin:0 auto 30px;max-width:880px}.news-article__list{list-style:none;padding:0;margin:0 auto 40px;max-width:880px}.news-article__list li{font-size:20px;font-weight:300;line-height:120%;color:var(--color-black);padding-left:22px;margin-bottom:14px}.news-article__list li::before{content:"";position:absolute;left:0;top:6px;width:12px;height:12px;border-radius:50%;background:var(--color-orange)}.news-article__list li:last-child{margin-bottom:0}.news-article__slider{margin-bottom:40px;overflow:hidden}.news-article__slider img{width:100%;aspect-ratio:16/9}.news-article__slider-nav{position:absolute;right:40px;bottom:40px;z-index:1;color:var(--color-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.news-article__slider-nav__fraction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.news-article__slider-nav .swiper-pagination{position:static;width:180px}.news-article__slider-nav .swiper-pagination-progressbar{height:2px;background:hsla(0,0%,100%,.4)}.news-article__slider-nav .swiper-pagination-progressbar-fill{background:var(--color-white);-webkit-transition:all .3s ease !important;transition:all .3s ease !important}.news-article__slider-nav__label{font-size:20px;margin-bottom:16px}.news-article__slider-nav__btn{width:70px;height:70px;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;border-radius:50%;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);-webkit-transition:all .3s ease;transition:all .3s ease}.news-article__slider-nav__btn svg path{-webkit-transition:all .3s ease;transition:all .3s ease}.news-article__cta{background:linear-gradient(99.97deg, #343B40 11.89%, #212528 79.68%);padding:80px;overflow:hidden}.news-article__cta-circle{position:absolute;bottom:0;right:0;top:0;left:auto}.news-article__cta-title{font-size:36px;font-weight:400;line-height:100%;color:var(--color-white);margin:0 0 20px}.news-article__cta-desc{font-size:18px;font-weight:300;line-height:120%;color:var(--color-white);margin:0 0 60px}.news-article__cta-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.news-article__cta-phone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(20px);font-weight:400}.news-article__cta-phone svg path{stroke:var(--color-white)}.news-article__related.promos{padding-bottom:120px}.news-article__related.promos .promos__top{margin-bottom:35px}.news-article__related.promos .promos__inner{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}.article-subscribe{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:60px;padding:50px 60px;background:var(--color-white)}.article-subscribe__title{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;font-size:30px;font-weight:400;line-height:120%;color:var(--color-black)}.article-subscribe__title span{color:var(--color-orange)}.article-subscribe__form{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.article-subscribe__field{border-bottom:1px solid #e5e5e5;padding-bottom:14px}.article-subscribe__input{width:100%;border:0;padding:0;outline:none;font-size:16px;color:var(--color-black);background:rgba(0,0,0,0)}.article-subscribe__btn{width:100%;text-align:center}.project-hero{position:relative;width:100%;min-height:100vh;background:var(--color-light-gray);color:#fff;overflow:hidden;isolation:isolate}.project-hero__overlay{background:rgba(0,0,0,.4);position:absolute;inset:0}.project-hero__bg{position:absolute;inset:0;z-index:-2}.project-hero__bg img,.project-hero__bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.project-hero__bg video{position:absolute;inset:0;opacity:0;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}.project-hero__bg--video-ready video{opacity:1}.project-hero__inner{position:relative;padding-top:140px;height:calc(var(--app-vh)*100);height:100lvh}.project-hero__logo{margin-bottom:41px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.project-hero__logo img{width:auto;height:120px;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.project-hero__meta{margin-bottom:80px;display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:75px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.project-hero__meta-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.project-hero__meta-label{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;line-height:1;color:#fff}.project-hero__meta-value{font-family:"Stolzl",sans-serif;font-weight:400;font-size:20px;line-height:1;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;white-space:nowrap}.project-hero__metro{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.project-hero__metro-time{color:#b8b8b8}.project-hero__cards{position:absolute;top:140px;right:70px;width:328px;overflow:hidden;padding-bottom:40px;height:auto}.project-hero__cards .swiper-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0}.project-hero__cards .promo-card{width:100%;height:auto}.project-hero__cards-nav{position:absolute;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;z-index:2;color:#fff;pointer-events:none}.project-hero__cards-btn{pointer-events:auto;width:24px;height:24px;padding:0;border:0;background:rgba(0,0,0,0);color:#fff;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.project-hero__cards-counter{font-family:"Stolzl",sans-serif;font-weight:400;font-size:16px;line-height:1.1;color:#fff;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.project-hero__cards-divider{display:none}.project-hero__cards-progress{-webkit-box-flex:1;-ms-flex:1;flex:1;height:2px;background:hsla(0,0%,100%,.2);border-radius:3px;overflow:hidden;position:relative}.project-hero__cards-progress-fill{display:block;height:100%;width:0;background:#fff;border-radius:3px;-webkit-transition:width .3s ease;transition:width .3s ease}.project-hero__nav{position:absolute;left:50%;bottom:50px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;width:auto;height:70px;border-radius:90px;background:rgba(72,72,72,.4);backdrop-filter:blur(10px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:6px}.project-hero__nav-link{position:relative;font-family:"Stolzl",sans-serif;font-weight:400;font-size:16px;line-height:1;color:#fff;text-decoration:none;padding:21px 24px;border-radius:50px;-webkit-transition:all .3s ease;transition:all .3s ease}.project-hero__nav-link.is-active,.project-hero__nav-link:hover{background:hsla(0,0%,100%,.1)}.project-about{background:var(--color-light-gray);padding:70px 0}.project-about__lead{margin-bottom:137px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:50px;line-height:1;color:var(--color-black);text-transform:uppercase;max-width:1456px}.project-about__lead div{color:inherit}.project-about__lead span{color:var(--color-black)}.project-about__lead span.orange{color:var(--color-orange)}.project-about__media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:40px}.project-about__media-large,.project-about__media-small{position:relative;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.project-about__media-large img,.project-about__media-small img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-about__media-large{width:1109px}.project-about__media-small{width:631px}.project-location{background:var(--color-dark);color:#fff;padding:70px 0 0;overflow:hidden}.project-location .container{position:relative}.project-location__title{margin-bottom:22px;font-family:"Stolzl",sans-serif;font-weight:500;font-size:50px;line-height:1.1;text-transform:uppercase;max-width:900px}.project-location__grid{display:grid;grid-template-columns:750px 1fr;gap:50px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.project-location__info{position:relative;-ms-flex-item-align:end;align-self:end;padding-bottom:70px}.project-location__minutes-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:6px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.project-location__minutes-num{font-family:"Stolzl",sans-serif;font-weight:300;display:block;font-size:120px;line-height:86px;background:linear-gradient(29deg, #FF6600 24%, #FF9853 96.7%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.project-location__minutes-label{font-family:"Stolzl Book",sans-serif;font-weight:400;display:block;margin-top:8px;width:80px;font-size:18px;line-height:1;color:#fff}.project-location .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;margin-left:-70px}.project-location__metro-label{margin-bottom:6px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:26px;line-height:1}.project-location__metro-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;margin-bottom:20px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:26px;line-height:1}.project-location__metro-name svg{-ms-flex-negative:0;flex-shrink:0}.project-location__metro-desc{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;line-height:1.2;width:280px}.project-location__routes{list-style:none;margin:0;padding:0;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;line-height:1.2;width:400px}.project-location__routes li:not(:last-child){margin-bottom:10px}.project-location__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:30px}.project-location__nav-counter{font-family:"Stolzl",sans-serif;font-weight:400;font-size:16px;line-height:1;color:#fff;min-width:32px;text-align:right}.project-location__nav-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.project-location__nav-btn{width:70px;height:70px;border-radius:56px;background:hsla(0,0%,100%,.04);backdrop-filter:blur(5px);border:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.project-location__nav-btn:hover{background:hsla(0,0%,100%,.1)}.project-location__nav-btn.swiper-button-disabled{opacity:.4;cursor:default}.project-location__right{position:relative}.project-location__desc{margin:0 0 30px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1.2;color:#fff;max-width:540px}.project-location__slider{width:1000px}.project-location__slider .swiper-slide{width:auto;height:640px}.project-location__slider .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-location-map{background:var(--color-black);color:#fff;padding:70px;overflow:hidden}.project-location-map__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.project-location-map__title{margin:0;font-family:"Stolzl",sans-serif;font-weight:500;font-size:50px;line-height:1.1;text-transform:uppercase;max-width:503px}.project-location-map__cats{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.project-location-map__progress{display:none}.project-location-map__cat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.project-location-map__cat svg rect{-webkit-transition:all .3s ease;transition:all .3s ease}.project-location-map__cat.is-active svg rect{fill:var(--color-orange)}.project-location-map__cat:hover:not(.is-active){opacity:.85}.project-location-map__cat-icon{width:60px;height:60px;-ms-flex-negative:0;flex-shrink:0}.project-location-map__cat-label{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:30px;line-height:1;color:#fff;white-space:nowrap}.project-location-map__map{position:relative;width:1380px;height:790px;margin-right:-70px}.project-location-map__svg{position:absolute;pointer-events:none}.project-location-map__svg--base{width:1390px;height:790px}.project-location-map__svg--detail{left:387.5px;top:58px;width:817.5px;height:704px}.project-location-map__s1{position:absolute;left:819px;top:122px;width:298px;height:298px;pointer-events:none}.project-location-map__s1-ripple{position:absolute;inset:0;width:100%;height:100%}.project-location-map__s1-icon{position:absolute;left:50%;top:50%;width:80px;height:80px;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.project-location-map__station{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;pointer-events:none}.project-location-map__station img{width:24px;height:22px}.project-location-map__station span{font-family:"Stolzl",sans-serif;font-weight:400;font-size:11px;line-height:1;color:#fff;white-space:nowrap}.project-location-map__pois{position:absolute;inset:0;opacity:0;visibility:hidden;-webkit-transition:opacity .25s ease;transition:opacity .25s ease}.project-location-map__pois.is-active{opacity:1;visibility:visible}.project-location-map__pin{position:absolute;left:var(--x);top:var(--y);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-align:center;-ms-flex-align:center;align-items:center;gap:4px}.project-location-map__pin-label{font-family:"Stolzl Book",sans-serif;font-weight:400;padding:10px 14px;border-radius:40px;background:var(--color-orange);font-size:18px;line-height:1;color:#fff;text-align:center;white-space:nowrap}.project-location-map__pin-dot{width:8px;height:8px;border-radius:50%;background:var(--color-orange);-ms-flex-negative:0;flex-shrink:0}.page-project--obolon .project-location-map__map{width:792px;height:790px;margin-right:220px}.page-project--obolon .project-location-map__svg--base{width:792px;height:790px}.page-project--terminal .project-location-map__map{width:1325px;height:880px}.page-project--terminal .project-location-map__svg--base{width:1325px;height:880px}.page-project--vdng .project-location-map__map{width:1364px;height:960px;margin-bottom:-70px}.page-project--vdng .project-location-map__svg--base{width:1364px;height:960px}.project-infra{position:relative;background:var(--color-dark);color:#fff}.project-infra__pin{position:relative;height:calc(var(--app-vh)*100);height:100lvh;overflow:hidden}.project-infra__cat{position:absolute;inset:0;overflow:hidden;will-change:transform}.project-infra__cat:not(:first-child){-webkit-transform:translate(0, 100%);-ms-transform:translate(0, 100%);transform:translate(0, 100%)}.project-infra__tabs-pane{position:absolute;inset:0;z-index:0}.project-infra__tab{position:absolute;inset:0;opacity:0;visibility:hidden}.project-infra__tab.active{opacity:1;visibility:visible}.project-infra__slider{position:absolute;inset:0;height:100%}.project-infra__slider:before{content:"";position:absolute;inset:0 50% 0 0;z-index:1;background:rgba(0,0,0,.5)}.project-infra__slider:after{content:"";position:absolute;inset:0;z-index:1;background:-webkit-gradient(linear, right top, left top, from(rgba(25, 28, 30, 0)), to(#191C1E));background:linear-gradient(-90deg, rgba(25, 28, 30, 0) 0%, #191C1E 100%)}.project-infra__slider .swiper-wrapper,.project-infra__slider .swiper-slide{height:100%}.project-infra__slider .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-infra__inner{position:relative;z-index:2;height:calc(100% - 140px);padding-top:70px}.project-infra__title{position:absolute;top:70px;left:calc((100vw - 1780px)/2);font-family:"Stolzl",sans-serif;font-weight:500;margin:0;font-size:50px;line-height:1.1;text-transform:uppercase}.project-infra__title .reveal-word{background:linear-gradient(99.76deg, #FFFFFF 53.35%, #999999 114.71%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.project-infra__content{position:absolute;top:70px;right:0;width:430px}.project-infra__counter{font-family:"Stolzl Book",sans-serif;font-weight:400;position:absolute;top:18px;right:calc(100% + 30px);font-size:26px;line-height:1;color:#fff;white-space:nowrap}.project-infra__counter span:last-child{color:hsla(0,0%,100%,.5)}.project-infra__cat-title{font-family:"Stolzl Book",sans-serif;font-weight:400;margin:0 0 36px;font-size:80px;line-height:1;color:#fff}.project-infra__text{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;line-height:1.3;color:#fff}.project-infra__text p{margin:0 0 20px}.project-infra__text p:last-child{margin-bottom:0}.project-infra__tabs{position:absolute;left:70px;bottom:70px;z-index:3;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:36px;line-height:1;color:#fff}.project-infra__tabs li{opacity:.6;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:all .3s ease;transition:all .3s ease}.project-infra__tabs li:hover{opacity:.85}.project-infra__tabs .active{opacity:1;text-decoration:underline;text-underline-offset:6px;cursor:default}.project-infra__pagination{position:absolute;right:70px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;bottom:70px;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:20px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:16px;color:#fff;pointer-events:none}.project-infra__pagination[hidden]{display:none}.project-infra__pagination>*{pointer-events:auto}.project-infra__nav-btn{width:70px;height:70px;border-radius:56px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(5px);border:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.project-infra__nav-btn:hover{background:hsla(0,0%,100%,.3)}.project-infra__nav-btn.swiper-button-disabled{opacity:.4;cursor:default}.project-infra__progress.swiper-pagination-progressbar{position:relative;top:auto;left:auto;width:180px;height:2px;background:hsla(0,0%,100%,.2);border-radius:3px;overflow:hidden}.project-infra__progress.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{position:absolute;inset:0;background:#fff;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.project-services{position:relative;background:var(--color-dark);color:#fff;overflow:hidden;isolation:isolate}.project-services__bg{position:absolute;inset:0;z-index:-2}.project-services__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-services__overlay{position:absolute;inset:0;z-index:-1;background:rgba(0,0,0,.8)}.project-services__inner{position:relative;padding:70px 0 100px}.project-services__title{margin-bottom:70px;font-family:"Stolzl",sans-serif;font-weight:500;font-size:50px;line-height:1.1;text-transform:uppercase;color:#aaa}.project-services__title div{color:#aaa}.project-services__slider{overflow:visible}.project-services__slider .swiper-slide{width:430px;height:580px}.project-services__card{position:relative;overflow:hidden;background:#2d2f33}.project-services__card.is-open .project-services__face--front{opacity:0;visibility:hidden}.project-services__card.is-open .project-services__face--back{opacity:1;visibility:visible}.project-services__face{position:absolute;inset:0;padding:30px;-webkit-transition:opacity .35s ease;transition:opacity .35s ease}.project-services__face--front{opacity:1;visibility:visible}.project-services__face--back{opacity:0;visibility:hidden;background:linear-gradient(-23deg, #212528 12%, #3F484F 97%)}.project-services__face-bg{position:absolute;inset:0;z-index:0}.project-services__face-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-services__face-bg::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.4)}.project-services__face-bg--web::after{background:-webkit-gradient(linear, left top, left bottom, from(rgba(25, 28, 30, 0)), to(#191C1E));background:linear-gradient(180deg, rgba(25, 28, 30, 0) 0%, #191C1E 100%)}.project-services__card-title{position:relative;z-index:1;margin:0;font-family:"Stolzl",sans-serif;font-weight:400;font-size:36px;line-height:1.1;color:#fff}.project-services__card-text{position:relative;z-index:1;margin:0;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1.3;color:#fff}.project-services__toggle{position:absolute;z-index:2;right:30px;bottom:30px;width:60px;height:60px;border-radius:56px;border:1px solid hsla(0,0%,100%,.2);background:rgba(0,0,0,0);cursor:pointer;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease;transition:all .3s ease}.project-services__toggle:hover{background:hsla(0,0%,100%,.1)}.project-services__nav{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.project-services__progress.swiper-pagination-progressbar{position:relative;top:auto;left:auto;width:204px;height:3px;background:hsla(0,0%,100%,.2);border-radius:3px;overflow:hidden}.project-services__progress.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{position:absolute;inset:0;background:#fff;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.project-services__nav-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.project-services__nav-btn{width:70px;height:70px;border-radius:56px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(5px);border:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.project-services__nav-btn:hover{background:hsla(0,0%,100%,.3)}.project-services__nav-btn.swiper-button-disabled{opacity:.4;cursor:default}.project-investors{background:#fff;color:var(--color-black)}.project-investors__inner{display:grid;grid-template-columns:1030px 1fr;gap:60px;padding:70px 0}.project-investors__media{width:1030px;height:735px;overflow:hidden}.project-investors__media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-investors__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:735px;padding-top:100px}.project-investors__title{margin:0;font-family:"Stolzl",sans-serif;font-weight:500;font-size:50px;line-height:1.1;color:var(--color-black);text-transform:uppercase;max-width:460px}.project-investors__title div{color:var(--color-black)}.project-investors__bottom{margin-top:auto}.project-investors__divider{width:690px;height:1px;background:rgba(25,28,30,.2);margin-bottom:40px}.project-investors__subtitle{margin:0 0 40px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:36px;line-height:1.1;color:var(--color-black);max-width:490px}.project-investors__subtitle div{color:var(--color-black)}.project-investors__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.project-investors__text{margin:0;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1.2;color:var(--color-black);max-width:540px}.project-investors__text div{color:var(--color-black)}.project-investors__btn{-ms-flex-negative:0;flex-shrink:0;width:80px;height:80px;border-radius:56px;background:var(--color-orange);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.project-investors__btn:hover{opacity:.9}.project-investors__btn-text{display:none}.project-apartments{position:relative;background:var(--color-dark);color:#fff}.project-apartments__pin{position:relative;height:calc(var(--app-vh)*100);height:100lvh;overflow:hidden}.project-apartments__card{position:absolute;inset:0;overflow:hidden;will-change:transform}.project-apartments__card:not(:first-child){-webkit-transform:translate(0, 100%);-ms-transform:translate(0, 100%);transform:translate(0, 100%)}.project-apartments__bg{position:absolute;inset:0;z-index:0}.project-apartments__bg img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-apartments__overlay{position:absolute;left:0;right:0;bottom:0;height:50%;z-index:1;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);pointer-events:none}.project-apartments__inner{position:relative;z-index:2;height:100%;padding-top:70px;padding-bottom:70px;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:end;-ms-flex-pack:end;justify-content:flex-end}.project-apartments__title{position:absolute;top:70px;left:calc((100vw - 1780px)/2);margin:0;font-family:"Stolzl",sans-serif;font-weight:500;font-size:50px;line-height:1.1;text-transform:uppercase}.project-apartments__title .reveal-word{background:-webkit-gradient(linear, left top, left bottom, color-stop(53.35%, #FFFFFF), color-stop(114.71%, #999999));background:linear-gradient(-180deg, #FFFFFF 53.35%, #999999 114.71%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.project-apartments__bottom{width:100%}.project-apartments__type-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;margin-bottom:30px}.project-apartments__type{margin:0;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:70px;line-height:1;color:#fff}.project-apartments__more{width:70px;height:70px;border-radius:56px;border:0;background:hsla(0,0%,100%,.2);backdrop-filter:blur(5px);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.project-apartments__more:hover{background:hsla(0,0%,100%,.3)}.project-apartments__divider{width:100%;height:1px;background:hsla(0,0%,100%,.2);margin-bottom:39px}.project-apartments__meta{display:grid;grid-template-columns:auto auto 1fr;gap:40px;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.project-apartments__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;font-family:"Stolzl Book",sans-serif;font-weight:400;color:#fff}.project-apartments__price-label{font-size:18px;line-height:1.1}.project-apartments__price-value{font-size:36px;line-height:1}.project-apartments__area{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:36px;line-height:1;color:#fff;text-align:right}.project-eco{background:var(--color-white)}.project-eco__inner{display:grid;grid-template-columns:900px 720px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:start;padding:30px 0}.project-eco__left{position:relative;-ms-flex-item-align:stretch;align-self:stretch}.project-eco__sticky{position:sticky;top:30px;width:900px;height:900px}.project-eco__main{position:absolute;inset:0;overflow:hidden}.project-eco__main img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-eco__title{position:absolute;top:40px;left:40px;margin:0;width:746px;font-family:"Stolzl",sans-serif;font-weight:500;font-size:36px;line-height:1.1;color:#fff;text-transform:uppercase}.project-eco__right{position:relative;width:720px}.project-eco__media{overflow:hidden}.project-eco__media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-eco__media--top{width:720px;height:720px}.project-eco__media--mid{margin-top:30px;margin-left:auto;width:450px;height:570px}.project-eco__media--bottom{margin-top:30px;width:720px;height:430px}.project-eco-intro{position:relative;z-index:2;background:var(--color-black);padding:0}.project-eco-intro__pin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh;height:calc(var(--app-vh)*100);overflow:hidden}.project-eco-intro__stage{position:relative;width:100%;height:50vw}.project-eco-intro__main{position:absolute;top:7.292%;left:50%;width:42.5%;aspect-ratio:816/820;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;overflow:hidden}.project-eco-intro__main img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-eco-intro__shade{position:absolute;inset:0;background:#000;opacity:.2}.project-eco-intro__title{position:absolute;top:11.458%;left:50%;z-index:2;margin:0;width:37.5%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);font-family:"Stolzl",sans-serif;font-weight:500;font-size:1.875vw;line-height:1.1;color:#fff;text-align:center;text-transform:uppercase}.project-eco-intro__side{position:absolute;overflow:hidden}.project-eco-intro__side img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-eco-intro__side--tl{top:7.292%;left:3.646%;width:24.0625%;height:29.1667%}.project-eco-intro__side--bl{top:38.5417%;left:7.9167%;width:19.7917%;height:47.9167%}.project-eco-intro__side--tr{top:13.5417%;right:7.9688%;width:19.7917%;height:47.9167%}.project-eco-intro__side--br{top:63.5417%;right:3.6458%;width:24.0625%;height:29.1667%}.page-project--poznyaky .project-intro{position:relative}.page-project--poznyaky .project-hero{position:sticky;top:0;z-index:0}.investors-popup{position:fixed;inset:0;padding:40px 40px 0 0;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.investors-popup[hidden]{display:none}.investors-popup__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5)}.investors-popup__dialog{position:relative;width:1000px;max-width:100%;height:100%;background:#fff;-webkit-box-shadow:0 0 60px rgba(0,0,0,.2);box-shadow:0 0 60px rgba(0,0,0,.2)}.investors-popup__close{position:absolute;top:40px;right:40px;z-index:2;width:60px;height:60px;border-radius:56px;border:1px solid #e5e5e5;background:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.investors-popup__close:hover{background:#f5f5f5}.investors-popup__scroll{height:100%;overflow-y:auto;overflow-x:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain}.investors-popup__content{padding:140px 40px 60px}.investors-popup__section{margin-bottom:80px}.investors-popup__section-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;margin-bottom:60px}.investors-popup__section-title{margin:0;font-family:"Stolzl",sans-serif;font-weight:500;font-size:26px;line-height:1;color:var(--color-black)}.investors-popup__section-num{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:26px;line-height:1;color:#989898}.investors-popup__features{list-style:none;margin:0 0 60px;padding:0;display:grid;grid-template-columns:repeat(3, 280px);gap:40px 40px}.investors-popup__feature{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.investors-popup__feature-icon{margin-bottom:30px;width:32px;height:32px}.investors-popup__feature-title{margin:0 0 20px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:22px;line-height:1.1;color:var(--color-black)}.investors-popup__feature-text{margin:0;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;line-height:1.2;color:var(--color-black)}.investors-popup__media{width:920px;height:510px;overflow:hidden}.investors-popup__media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.investors-popup__form{position:relative;padding-top:60px;border-top:1px solid #e8e8e8}.investors-popup__form-title{margin:0 0 50px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:36px;line-height:1;color:var(--color-black)}.investors-popup__inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:36px;margin-bottom:50px}.investors-popup__input{display:block;border-bottom:1px solid #e8e8e8}.investors-popup__input input{width:100%;padding:16px 20px 16px 0;border:0;outline:0;background:rgba(0,0,0,0);font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;line-height:1;color:var(--color-black)}.investors-popup__input input::-webkit-input-placeholder{color:#989898}.investors-popup__input input::-moz-placeholder{color:#989898}.investors-popup__input input:-ms-input-placeholder{color:#989898}.investors-popup__input input::-ms-input-placeholder{color:#989898}.investors-popup__input input::placeholder{color:#989898}.investors-popup__select{margin-bottom:40px}.investors-popup__select-label{display:block;margin-bottom:8px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;line-height:1;color:#989898}.investors-popup__select-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e8e8e8}.investors-popup__select-wrap svg{position:absolute;right:0;pointer-events:none;-ms-flex-negative:0;flex-shrink:0}.investors-popup__select-input{width:100%;padding:13px 24px 13px 0;border:0;outline:0;background:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:20px;line-height:1;color:var(--color-black);cursor:pointer}.investors-popup__select-input option{color:var(--color-black);background:#fff}.investors-popup__submit-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.investors-popup__submit{width:320px;padding:25px 35px;border:0;border-radius:80px;background:var(--color-orange);color:#fff;font-family:"Stolzl",sans-serif;font-weight:500;font-size:18px;line-height:1.1;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.investors-popup__submit:hover{opacity:.9}.investors-popup__privacy{margin:0;width:310px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:12px;line-height:1.2;color:#9c9c9c}.investors-popup__privacy a{color:var(--color-black);text-decoration:underline}body.is-popup-open{overflow:hidden}.apt-popup{position:fixed;inset:0;padding:40px 40px 0 0;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.apt-popup[hidden]{display:none}.apt-popup__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5)}.apt-popup__dialog{position:relative;width:880px;max-width:100%;height:100%;background:#fff;-webkit-box-shadow:0 0 60px rgba(0,0,0,.2);box-shadow:0 0 60px rgba(0,0,0,.2)}.apt-popup__scroll{height:100%;overflow-y:auto;overflow-x:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain}.apt-popup__content{padding:40px}.apt-popup__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;margin-bottom:28px}.apt-popup__type{margin:0;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:70px;line-height:1;color:var(--color-black)}.apt-popup__close{-ms-flex-negative:0;flex-shrink:0;width:60px;height:60px;border-radius:56px;border:1px solid #e5e5e5;background:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.apt-popup__close:hover{background:#f5f5f5}.apt-popup__divider{width:100%;height:1px;background:#e8e8e8;margin-bottom:30px}.apt-popup__stats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px;margin-bottom:32px}.apt-popup__stat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;font-family:"Stolzl Book",sans-serif;font-weight:400}.apt-popup__stat span{color:var(--color-black)}.apt-popup__stat--right{text-align:right}.apt-popup__stat-label{font-size:18px;line-height:1}.apt-popup__stat-value{font-size:36px;line-height:1}.apt-popup__desc{margin:0 0 40px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;line-height:1.2;color:var(--color-black);max-width:650px}.apt-popup__plan{width:100%;margin-bottom:50px;overflow:hidden}.apt-popup__plan img{display:block;width:100%;height:auto}.apt-popup__section-title{margin:0 0 36px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:26px;line-height:1;color:var(--color-black)}.apt-popup__features{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:60px 0;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding:50px 0;margin-bottom:40px;position:relative}.apt-popup__features::after{content:"";position:absolute;top:50px;bottom:50px;left:50%;width:1px;background:#e8e8e8}.apt-popup__feature{padding:0 30px;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-align:start;-ms-flex-align:start;align-items:flex-start}.apt-popup__feature-icon{margin-bottom:24px;width:68px;height:76px}.apt-popup__feature-text{margin:0;font-family:"Stolzl",sans-serif;font-weight:400;font-size:14px;line-height:1.2;color:var(--color-black)}.apt-popup__compare{position:relative;width:100%;height:350px;margin-bottom:40px;overflow:hidden;--pos: 78%;-ms-touch-action:none;touch-action:none;cursor:ew-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.apt-popup__compare::after{content:"";position:absolute;top:0;bottom:0;left:var(--pos);width:2px;margin-left:-1px;background:#fff;pointer-events:none;z-index:2;-webkit-transition:left .15s ease;transition:left .15s ease}.apt-popup__compare.is-dragging::after{-webkit-transition:none;transition:none}.apt-popup__compare.is-dragging .apt-popup__compare-before,.apt-popup__compare.is-dragging .apt-popup__compare-handle{-webkit-transition:none;transition:none}.apt-popup__compare-after,.apt-popup__compare-before{position:absolute;inset:0}.apt-popup__compare-after img,.apt-popup__compare-before img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.apt-popup__compare-before{clip-path:inset(0 0 0 var(--pos));-webkit-clip-path:inset(0 0 0 var(--pos));-webkit-transition:clip-path .15s ease;transition:clip-path .15s ease}.apt-popup__compare-handle{position:absolute;top:50%;left:var(--pos);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:30px;height:30px;border-radius:15px;background:#fff;-webkit-box-shadow:0 2px 16px rgba(0,0,0,.1);box-shadow:0 2px 16px rgba(0,0,0,.1);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;cursor:ew-resize;z-index:3;-webkit-transition:left .15s ease;transition:left .15s ease}.apt-popup__compare-handle svg{pointer-events:none}.apt-popup__includes{list-style:none;margin:0 0 40px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:24px 60px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;line-height:1.3}.apt-popup__includes li{color:var(--color-black)}.apt-popup__includes li strong{display:block;font-family:"Stolzl",sans-serif;font-weight:400;font-weight:400;margin-bottom:4px;color:var(--color-black)}.apt-popup__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-bottom:50px;font-family:"Stolzl Book",sans-serif;font-weight:400}.apt-popup__price span{color:var(--color-black)}.apt-popup__price-label{font-size:18px;line-height:1}.apt-popup__price-value{font-size:36px;line-height:1}.apt-popup__form{border-top:1px solid #e8e8e8;padding-top:50px}.apt-popup__form-title{margin:0 0 50px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:36px;line-height:1;color:var(--color-black)}.apt-popup__inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:36px;margin-bottom:50px}.apt-popup__input{display:block;border-bottom:1px solid #e8e8e8}.apt-popup__input input{width:100%;padding:16px 20px 16px 0;border:0;outline:0;background:rgba(0,0,0,0);font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;line-height:1;color:var(--color-black)}.apt-popup__input input::-webkit-input-placeholder{color:#989898}.apt-popup__input input::-moz-placeholder{color:#989898}.apt-popup__input input:-ms-input-placeholder{color:#989898}.apt-popup__input input::-ms-input-placeholder{color:#989898}.apt-popup__input input::placeholder{color:#989898}.apt-popup__select{margin-bottom:40px}.apt-popup__select-label{display:block;margin-bottom:8px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;line-height:1;color:#989898}.apt-popup__select-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e8e8e8}.apt-popup__select-wrap svg{position:absolute;right:0;pointer-events:none;-ms-flex-negative:0;flex-shrink:0}.apt-popup__select-input{width:100%;padding:13px 24px 13px 0;border:0;outline:0;background:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:20px;line-height:1;color:var(--color-black);cursor:pointer}.apt-popup__select-input option{color:var(--color-black);background:#fff}.apt-popup__submit-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.apt-popup__submit{width:320px;padding:25px 35px;border:0;border-radius:80px;background:var(--color-orange);color:#fff;font-family:"Stolzl",sans-serif;font-weight:500;font-size:18px;line-height:1.1;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.apt-popup__submit:hover{opacity:.9}.apt-popup__privacy{margin:0;width:310px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:12px;line-height:1.2;color:#9c9c9c}.apt-popup__privacy a{color:var(--color-black);text-decoration:underline}.project-terms{background:var(--color-light-gray);padding:120px 0 60px}.project-terms__title{margin:0 0 35px;font-family:"Stolzl",sans-serif;font-weight:500;font-size:50px;line-height:1.1;text-transform:uppercase;color:var(--color-black)}.project-terms__title div{color:var(--color-black)}.project-terms__cards{display:grid;grid-template-columns:505px 505px 730px;gap:20px}.project-terms__card{position:relative;height:346px;padding:40px;overflow:hidden;background:#fff}.project-terms__card--dark{background:linear-gradient(118deg, #343B40 5%, #212528 88%)}.project-terms__card--dark h3,.project-terms__card--dark p{color:#fff}.project-terms__card--dark::before{content:"";position:absolute;right:-260px;top:-50px;width:660px;height:660px;border-radius:50%;background:radial-gradient(circle, rgba(255, 102, 0, 0.15), transparent 70%);pointer-events:none}.project-terms__card-title{position:relative;margin:0 0 16px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:36px;line-height:1.1;color:var(--color-black)}.project-terms__card-text{position:relative;margin:0;width:360px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1.2;color:var(--color-black);opacity:.8}.project-terms__card-num{position:absolute;left:40px;bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-family:"Stolzl",sans-serif;font-weight:400;line-height:1}.project-terms__card-num span:first-child{font-size:120px;background:linear-gradient(240deg, #FF9853 2%, #FF6600 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.project-terms__card-num span:last-child{font-family:"Stolzl",sans-serif;font-weight:500;font-size:60px;color:#ff9853}.project-terms__card-bottom{position:absolute;left:40px;right:40px;bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.project-terms__card-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:25px 35px;border:0;border-radius:80px;background:#fff;color:var(--color-black);font-family:"Stolzl",sans-serif;font-weight:500;font-size:18px;line-height:1.1;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.project-terms__card-btn:hover{opacity:.9}.project-terms__card-phone{margin:0;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1.2;text-align:right;color:#fff}.project-terms__card-phone span{color:hsla(0,0%,100%,.6)}.project-news{background:var(--color-light-gray);padding:60px 0 100px;overflow:hidden}.project-news__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:35px}.project-news__title{margin:0;font-family:"Stolzl",sans-serif;font-weight:500;font-size:50px;line-height:1.1;color:var(--color-black);text-transform:uppercase}.project-news__title div{color:var(--color-black)}.project-news__nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.project-news__nav-btn{width:70px;height:70px;border-radius:56px;background:#fff;border:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.project-news__nav-btn.swiper-button-disabled{opacity:.4;cursor:default}.project-news__nav-btn:not(.swiper-button-disabled):hover{opacity:.8}.project-news__slider{overflow:visible}.project-news__slider .swiper-slide{width:580px;height:auto}.project-news__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:580px;background:#fff;text-decoration:none;color:var(--color-black)}.project-news__card-img{width:100%;height:326px;overflow:hidden}.project-news__card-img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-news__card-body{padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.project-news__card-stickers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.project-news__sticker{padding:10px 16px;border-radius:56px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;line-height:1.1}.project-news__sticker--orange{background:var(--color-orange);color:#fff}.project-news__sticker--ghost{border:1px solid #e5e5e5;color:var(--color-black)}.project-news__card-title{margin:0;font-family:"Stolzl",sans-serif;font-weight:400;font-size:26px;line-height:1.1;color:var(--color-black)}.project-news__card-date{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1.1;color:#9c9c9c}.project-news__card-deadline{margin:0;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;line-height:1;color:var(--color-black)}.project-news__card-deadline span{color:#989898}.project-news__card-deadline em{font-style:normal;font-size:26px}.project-construction{background:var(--color-light-gray);padding:60px 0 60px;overflow:hidden}.project-construction__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:35px}.project-construction__title{margin:0;font-family:"Stolzl",sans-serif;font-weight:500;font-size:50px;line-height:1.1;color:var(--color-black);text-transform:uppercase}.project-construction__title div{color:var(--color-black)}.project-construction__nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.project-construction__nav-btn{width:70px;height:70px;border-radius:50%;background:#fff;border:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.project-construction__nav-btn svg path{-webkit-transition:all .3s ease;transition:all .3s ease}.project-construction__nav-btn.swiper-button-disabled{opacity:.4;cursor:default}.project-construction__nav-btn:not(.swiper-button-disabled):hover svg path{stroke:var(--color-orange)}.project-construction__slider{overflow:visible}.project-construction__slider .swiper-slide{width:580px;height:500px}.project-construction__card{-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;width:580px;height:500px;overflow:hidden;background:linear-gradient(109deg, #343B40 12%, #212528 84%);color:#fff}.project-construction__card::before{content:"";position:absolute;left:100px;top:41px;width:1140px;height:1140px;border-radius:50%;background:radial-gradient(circle, rgba(255, 255, 255, 0.05), transparent 60%);pointer-events:none;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.project-construction__card::after{content:"";position:absolute;top:0;left:0;right:0;height:230px;background:-webkit-gradient(linear, left top, left bottom, from(rgba(25, 28, 30, 0.65)), to(rgba(25, 28, 30, 0)));background:linear-gradient(180deg, rgba(25, 28, 30, 0.65), rgba(25, 28, 30, 0));z-index:1;pointer-events:none;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.project-construction__card:hover .project-construction__card-img{-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04)}.project-construction__card:hover::before{opacity:0}.project-construction__card-img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0;-webkit-filter:brightness(0.8);filter:brightness(0.8);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease}.project-construction__card-date{position:absolute;top:40px;left:40px;z-index:2;margin:0;font-family:"Stolzl",sans-serif;font-weight:400;font-size:36px;line-height:1;color:#fff}.project-construction__card-name{position:absolute;left:40px;bottom:40px;z-index:2;font-family:"Stolzl",sans-serif;font-weight:300;font-size:26px;line-height:1.2;color:#fff}.project-construction__card-btn{position:absolute;right:40px;bottom:40px;z-index:2;width:70px;height:70px;border-radius:56px;border:0;background:hsla(0,0%,100%,.2);backdrop-filter:blur(5px);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.project-construction__card-btn:hover{background:hsla(0,0%,100%,.3)}.project-construction__card-btn--white{-webkit-transition:all .3s ease;transition:all .3s ease;background:#fff}.project-construction__card-btn--white:hover{background:#f5f5f5}.construction-popup{position:fixed;inset:0;padding:40px 40px 0 0;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.construction-popup[hidden]{display:none}.construction-popup__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5)}.construction-popup__dialog{position:relative;width:880px;max-width:100%;height:100%;background:#fff;-webkit-box-shadow:0 0 60px rgba(0,0,0,.2);box-shadow:0 0 60px rgba(0,0,0,.2)}.construction-popup__close{position:absolute;top:40px;right:40px;z-index:2;width:60px;height:60px;border-radius:56px;border:1px solid #e5e5e5;background:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.construction-popup__close:hover{background:#f5f5f5}.construction-popup__scroll{height:100%;overflow-y:auto;overflow-x:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain}.construction-popup__content{padding:52px 40px 60px}.construction-popup__title{margin:0 0 38px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:36px;line-height:1;color:var(--color-black);padding-right:80px}.construction-popup__sep{height:1px;background:#e5e5e5;margin-bottom:12px}.construction-popup__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:21px}.construction-popup__meta-name{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;line-height:1.2;color:var(--color-black)}.construction-popup__meta-date{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;line-height:1.2;color:#9f9f9f}.construction-popup__slider{width:100%;height:478px;margin-bottom:26px;position:relative;overflow:hidden}.construction-popup__slider .swiper-slide{height:100%}.construction-popup__slider .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.construction-popup__pagination{position:absolute;left:50%;bottom:30px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;color:#fff;font-family:"Stolzl",sans-serif;font-weight:400;font-size:16px;line-height:1.1;pointer-events:none}.construction-popup__pagination>*{pointer-events:auto}.construction-popup__nav-btn{width:24px;height:24px;padding:0;border:0;background:rgba(0,0,0,0);color:#fff;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.construction-popup__progress.swiper-pagination-progressbar{position:relative;top:auto;left:auto;width:104px;height:2px;background:hsla(0,0%,100%,.3);border-radius:3px;overflow:hidden}.construction-popup__progress.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#fff}.construction-popup__body{margin-bottom:40px}.construction-popup__body-title{margin:0 0 14px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:24px;line-height:1;color:var(--color-black)}.construction-popup__text{margin:0;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;line-height:1.2;color:var(--color-black)}.construction-popup__video{position:relative;width:100%;height:452px;margin-bottom:60px;overflow:hidden;background:#000}.construction-popup__video[hidden]{display:none}.construction-popup__video iframe{display:block;width:100%;height:100%;border:0}.construction-popup__form{position:relative;padding-top:60px;border-top:1px solid #e8e8e8}.construction-popup__form-title{margin:0 0 50px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:36px;line-height:1;color:var(--color-black)}.construction-popup__inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:36px;margin-bottom:50px}.construction-popup__input{display:block;border-bottom:1px solid #e8e8e8}.construction-popup__input input{width:100%;padding:16px 20px 16px 0;border:0;outline:0;background:rgba(0,0,0,0);font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;line-height:1;color:var(--color-black)}.construction-popup__input input::-webkit-input-placeholder{color:#989898}.construction-popup__input input::-moz-placeholder{color:#989898}.construction-popup__input input:-ms-input-placeholder{color:#989898}.construction-popup__input input::-ms-input-placeholder{color:#989898}.construction-popup__input input::placeholder{color:#989898}.construction-popup__select{margin-bottom:40px}.construction-popup__select-label{display:block;margin-bottom:8px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;line-height:1;color:#989898}.construction-popup__select-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e8e8e8}.construction-popup__select-wrap svg{position:absolute;right:0;pointer-events:none;-ms-flex-negative:0;flex-shrink:0}.construction-popup__select-input{width:100%;padding:13px 24px 13px 0;border:0;outline:0;background:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:20px;line-height:1;color:var(--color-black);cursor:pointer}.construction-popup__select-input option{color:var(--color-black);background:#fff}.construction-popup__submit-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.construction-popup__submit{width:320px;padding:25px 35px;border:0;border-radius:80px;background:var(--color-orange);color:#fff;font-family:"Stolzl",sans-serif;font-weight:500;font-size:18px;line-height:1.1;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.construction-popup__submit:hover{opacity:.9}.construction-popup__privacy{margin:0;width:310px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:12px;line-height:1.2;color:#9c9c9c}.construction-popup__privacy a{color:var(--color-black);text-decoration:underline}.project-news__more-wrap{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.project-news__more{padding:25px 35px;border:0;border-radius:80px;background:#fff;color:var(--color-black);font-family:"Stolzl",sans-serif;font-weight:500;font-size:18px;line-height:1.1;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.project-news__more:hover{opacity:.9}.project-documents{background:var(--color-light-gray);padding:60px 0 80px}.project-documents__title{margin:0 0 35px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:50px;line-height:1.1;color:var(--color-black);text-transform:uppercase}.project-documents__title div{color:var(--color-black)}.project-documents__list{display:grid;grid-template-columns:repeat(3, 580px);gap:20px}.project-documents__item{background:#fff;padding:30px}.project-documents__item-title{margin:0 0 20px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:26px;line-height:1.1;color:var(--color-black)}.project-documents__item-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.project-documents__item-meta{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1;color:#9c9c9c}.project-documents__item-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.project-documents__item-btn{-webkit-transition:all .3s ease;transition:all .3s ease;width:44px;height:44px;border-radius:40px;border:1px solid #e5e5e5;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.project-documents__item-btn svg path,.project-documents__item-btn svg circle{-webkit-transition:all .2s ease;transition:all .2s ease}.project-documents__item-btn:hover svg path,.project-documents__item-btn:hover svg circle{stroke:var(--color-orange)}.project-form{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.project-form__media{position:relative;width:960px;height:744px;overflow:hidden;background:linear-gradient(219deg, #343B40 35%, #212528 74%);color:#fff;-ms-flex-negative:0;flex-shrink:0}.project-form__media-bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.project-form__media-overlay{position:absolute;inset:0;z-index:1;background:-webkit-gradient(linear, left top, left bottom, from(rgba(37, 41, 45, 0)), color-stop(63%, rgba(37, 41, 45, 0.8)), to(#25292d));background:linear-gradient(180deg, rgba(37, 41, 45, 0) 0%, rgba(37, 41, 45, 0.8) 63%, #25292d 100%)}.project-form__media-logo{position:absolute;top:40px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:2}.project-form__media-title{position:absolute;left:70px;top:434px;z-index:2;margin:0;width:820px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:70px;line-height:1;color:#fff}.project-form__media-desc{position:absolute;left:70px;top:617px;z-index:2;margin:0;width:380px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1.2;color:#fff}.project-form__media-phone{position:absolute;left:603px;top:604px;z-index:2;height:70px;padding:0 35px;border-radius:56px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:18px;color:#fff;text-decoration:none}.project-form__body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background:#fff;padding:150px 180px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.project-form__inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:36px}.project-form__input{display:block;border-bottom:1px solid #e8e8e8}.project-form__input input{width:100%;padding:16px 20px 16px 0;border:0;outline:0;background:rgba(0,0,0,0);font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;line-height:1;color:var(--color-black)}.project-form__input input::-webkit-input-placeholder{color:#989898}.project-form__input input::-moz-placeholder{color:#989898}.project-form__input input:-ms-input-placeholder{color:#989898}.project-form__input input::-ms-input-placeholder{color:#989898}.project-form__input input::placeholder{color:#989898}.project-form__select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.project-form__select-label{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;line-height:1;color:#989898}.project-form__select-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e8e8e8}.project-form__select-wrap svg{position:absolute;right:0;pointer-events:none;-ms-flex-negative:0;flex-shrink:0}.project-form__select-input{width:100%;padding:13px 24px 13px 0;border:0;outline:0;background:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:20px;line-height:1;color:var(--color-black);cursor:pointer}.project-form__select-input option{color:var(--color-black);background:#fff}.project-form__submit-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.project-form__submit{width:320px;padding:25px 35px;border:0;border-radius:80px;background:var(--color-orange);color:#fff;font-family:"Stolzl",sans-serif;font-weight:500;font-size:18px;line-height:1.1;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.project-form__submit:hover{opacity:.9}.project-form__privacy{margin:0;width:310px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:12px;line-height:1.2;color:#9c9c9c}.project-form__privacy a{color:var(--color-black);text-decoration:underline}.promo-card{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.promo-card__media{width:100%;height:186px;overflow:hidden}.promo-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.promo-card__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;padding:16px;background:rgba(159,159,159,.4);backdrop-filter:blur(20px)}.promo-card__stickers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.promo-card__sticker{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:12px;line-height:1.1;color:#fff;padding:8px 12px;border-radius:56px}.promo-card__sticker--action{background:var(--color-orange)}.promo-card__sticker--project{border:1px solid rgba(229,229,229,.2)}.promo-card__title{font-family:"Stolzl",sans-serif;font-weight:400;font-size:18px;line-height:1.1;color:#fff;margin:0}.promo-card__date{font-family:"Stolzl Book",sans-serif;font-weight:400;color:#fff;font-size:12px;line-height:1}.promo-card__date .promo-card__date-prefix{color:rgba(214,214,214,.55)}.promo-card__date strong{font-size:18px;font-weight:400}.project-specs{background:linear-gradient(118deg, #343B40 5%, #212528 88%);padding:120px 0;color:#fff}.project-specs__title{margin:0 0 60px;font-family:"Stolzl",sans-serif;font-weight:500;font-size:50px;line-height:1.1;text-transform:uppercase}.project-specs__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5, 1fr);gap:20px}.project-specs__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:40px 30px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.02)}.project-specs__value{font-family:"Stolzl",sans-serif;font-weight:400;font-size:56px;line-height:1;background:linear-gradient(240deg, #FF9853 2%, #FF6600 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.project-specs__unit{margin-left:6px;font-size:28px}.project-specs__label{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1.3;opacity:.8}.project-advantages{background:var(--color-light-gray);padding:120px 0}.project-advantages__title{margin:0 0 60px;font-family:"Stolzl",sans-serif;font-weight:500;font-size:50px;line-height:1.1;text-transform:uppercase}.project-advantages__title div{color:var(--color-black)}.project-advantages__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}.project-advantages__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:40px;background:#fff}.project-advantages__num{margin-bottom:24px;font-family:"Stolzl",sans-serif;font-weight:400;font-size:48px;line-height:1;background:linear-gradient(240deg, #FF9853 2%, #FF6600 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.project-advantages__item-title{margin:0 0 16px;font-family:"Stolzl",sans-serif;font-weight:500;font-size:26px;line-height:1.15;color:var(--color-black)}.project-advantages__item-text{margin:0;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1.3;color:var(--color-black);opacity:.8}.not-found{position:relative;width:100%;height:100vh;min-height:700px;overflow:hidden;isolation:isolate;background:var(--color-black)}.not-found__bg{position:absolute;inset:0;z-index:-2}.not-found__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.not-found__overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);z-index:-1}.not-found__inner{height:100%;display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:80px;padding-top:100px}.not-found__number img{width:100%}.not-found__content{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-align:start;-ms-flex-align:start;align-items:flex-start;gap:40px;max-width:568px;justify-self:center}.not-found__title{font-family:"Stolzl",sans-serif;font-weight:400;font-size:40px;line-height:1.2;color:var(--color-white);margin:0}.not-found__text{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1.1;color:var(--color-white);max-width:494px;margin:0}.not-found__btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vacancies-page{background:var(--color-light-gray)}.vacancies-hero{height:380px;padding-top:160px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.vacancies-hero__bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.vacancies-hero__overlay{position:absolute;inset:0;background:rgba(0,0,0,.6)}.vacancies-hero .container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:60px}.vacancies-hero__title{font-family:"Stolzl",sans-serif;font-weight:400;font-size:140px;line-height:.8;text-transform:uppercase;margin:0}.vacancies-hero__filters{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;-ms-flex-negative:0;flex-shrink:0}.vacancies-filter{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-align:start;-ms-flex-align:start;align-items:flex-start}.vacancies-filter__label{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;line-height:1;color:#989898;margin-bottom:11px}.vacancies-filter__select{width:300px;border-bottom:1px solid #777}.vacancies-filter__select .select-current{font-family:"Stolzl Book",sans-serif;font-weight:400;padding:13px 0;font-size:20px;text-transform:none}.vacancies-filter__select .select-current::after{top:14px}.vacancies-filter__select .select-body{-webkit-box-shadow:0 6px 22px 0 rgba(0,0,0,.12);box-shadow:0 6px 22px 0 rgba(0,0,0,.12)}.vacancies-filter__select .select-item{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;text-transform:none;text-align:left;border:none;padding:15px 14px}.vacancies{position:relative;z-index:1;margin-top:-62px;padding-bottom:120px}.vacancies__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;max-width:1000px;margin:0 auto}.vacancies .btn-white{display:block;margin:40px auto 0}.vacancy-acc{background:var(--color-white)}.vacancy-acc__head{width:100%;padding:30px 30px 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;text-align:left;cursor:pointer;background:rgba(0,0,0,0);border:0}.vacancy-acc__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.vacancy-acc__fire{-ms-flex-negative:0;flex-shrink:0;width:21px;height:25px}.vacancy-acc__title{font-family:"Stolzl",sans-serif;font-weight:500;font-size:26px;line-height:1.1;color:var(--color-black);text-align:left}.vacancy-acc__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.vacancy-acc__info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.vacancy-acc__col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;white-space:nowrap}.vacancy-acc__col-label{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1;color:var(--color-gray)}.vacancy-acc__col-value{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1;color:var(--color-black)}.vacancy-acc__toggle{-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:22px 30px;border:1px solid #e5e5e5;border-radius:56px;backdrop-filter:blur(5px);font-family:"Stolzl",sans-serif;font-weight:400;font-size:18px;line-height:1.1;color:var(--color-black);-webkit-transition:border-color .3s,color .3s;transition:border-color .3s,color .3s}.vacancy-acc__toggle svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.vacancy-acc__toggle svg path{-webkit-transition:stroke .3s ease;transition:stroke .3s ease}.vacancy-acc__body{display:grid;grid-template-rows:0fr;-webkit-transition:grid-template-rows .45s ease;transition:grid-template-rows .45s ease;transition:grid-template-rows .45s ease, -ms-grid-rows .45s ease}.vacancy-acc__body-inner{min-height:0;overflow:hidden}.vacancy-acc__body-pad{padding:0 30px 40px;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-align:center;-ms-flex-align:center;align-items:center}.vacancy-acc__divider{width:100%;height:1px;background:#e6e6e6;margin-bottom:30px}.vacancy-acc__content{width:100%;max-width:800px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.vacancy-acc__desc{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:20px;line-height:1.3;color:var(--color-black)}.vacancy-acc__section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.vacancy-acc__subtitle{font-family:"Stolzl",sans-serif;font-weight:400;font-size:26px;line-height:1.1;color:var(--color-black)}.vacancy-acc__list{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.vacancy-acc__list li{position:relative;padding-left:22px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:20px;line-height:1.2;color:var(--color-black)}.vacancy-acc__list li::before{content:"";position:absolute;left:0;top:6px;width:12px;height:12px;border-radius:50%;background:var(--color-orange)}.vacancy-acc__apply{width:100%}.vacancy-acc.is-open .vacancy-acc__body{grid-template-rows:1fr}.vacancy-acc.is-open .vacancy-acc__toggle{border-color:var(--color-orange);color:var(--color-orange)}.vacancy-acc.is-open .vacancy-acc__toggle svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.vacancy-acc.is-open .vacancy-acc__toggle svg path{stroke:var(--color-orange)}.vacancies-cta{min-height:680px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;overflow:hidden}.vacancies-cta__bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.vacancies-cta__overlay{position:absolute;inset:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(25, 28, 30, 0)), to(rgba(25, 28, 30, 0.8)));background:linear-gradient(180deg, rgba(25, 28, 30, 0) 0%, rgba(25, 28, 30, 0.8) 100%)}.vacancies-cta .container{position:relative;z-index:2;padding-bottom:80px}.vacancies-cta__title{font-family:"Stolzl",sans-serif;font-weight:400;font-size:70px;line-height:1;color:var(--color-white);margin-bottom:40px;max-width:830px}.vacancies-cta__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:60px}.vacancies-cta__text{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1.2;color:var(--color-white);max-width:300px}.vacancies-cta__btn{-ms-flex-negative:0;flex-shrink:0}.apply-modal{position:fixed;inset:0;z-index:1200;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;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.apply-modal[hidden]{display:none}.apply-modal.is-open{opacity:1}.apply-modal.is-open .apply-modal__dialog{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.apply-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7)}.apply-modal__dialog{position:relative;background:var(--color-white);width:880px;max-width:calc(100% - 40px);max-height:calc(100vh - 40px);padding:40px;overflow-y:auto;opacity:0;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transition:opacity .35s ease,-webkit-transform .35s cubic-bezier(0.22, 1, 0.36, 1);transition:opacity .35s ease,-webkit-transform .35s cubic-bezier(0.22, 1, 0.36, 1);transition:opacity .35s ease,transform .35s cubic-bezier(0.22, 1, 0.36, 1);transition:opacity .35s ease,transform .35s cubic-bezier(0.22, 1, 0.36, 1),-webkit-transform .35s cubic-bezier(0.22, 1, 0.36, 1)}.apply-modal__close{position:absolute;top:14px;right:14px;width:24px;height:24px;padding:0;background:rgba(0,0,0,0);border:0;cursor:pointer;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;-webkit-transition:all .3s ease;transition:all .3s ease}.apply-modal__close:hover{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.apply-modal__title{font-family:"Stolzl",sans-serif;font-weight:400;font-size:36px;line-height:1;text-align:center;color:var(--color-black);margin-bottom:30px}.apply-modal__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.apply-modal__inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:36px}.apply-modal__fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:50px}.apply-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:30px}.apply-modal__field{position:relative;display:block;border-bottom:1px solid #e8e8e8;-webkit-transition:border-color .3s;transition:border-color .3s}.apply-modal__field:focus-within{border-color:var(--color-black)}.apply-modal__field .field__label{left:0;top:16px;-webkit-transform:none;-ms-transform:none;transform:none}.apply-modal__field input:not(:-moz-placeholder-shown)~.field__label{top:-2px}.apply-modal__field input:not(:-ms-input-placeholder)~.field__label{top:-2px}.apply-modal__field input:focus~.field__label,.apply-modal__field input:not(:placeholder-shown)~.field__label{top:-2px}.apply-modal__input{background:rgba(0,0,0,0);border:none;padding:16px 20px 16px 0;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:18px;line-height:1;color:var(--color-black);outline:none;width:100%}.apply-modal__upload{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.apply-modal__upload-text{font-family:"Stolzl",sans-serif;font-weight:400;font-size:18px;line-height:1;color:var(--color-black)}.apply-modal__upload-name{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;color:var(--color-gray)}.apply-modal__upload-btn{-ms-flex-negative:0;flex-shrink:0;width:44px;height:44px;border:1px solid #e5e5e5;border-radius:40px;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;-webkit-transition:all .3s ease;transition:all .3s ease}.apply-modal__upload-btn svg path{-webkit-transition:all .3s ease;transition:all .3s ease}.apply-modal__upload:hover .apply-modal__upload-btn{border-color:var(--color-orange)}.apply-modal__upload:hover .apply-modal__upload-btn svg path{stroke:var(--color-orange)}.apply-modal__submit-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.apply-modal__submit{width:320px;-ms-flex-negative:0;flex-shrink:0}.apply-modal__policy{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:12px;line-height:1.2;color:var(--color-gray);max-width:385px;margin:0}.apply-modal__policy a{color:var(--color-black);text-decoration:underline}.apply-modal__success{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:30px 0 10px}.apply-modal__success-icon{width:100px;height:100px;border-radius:50%;background:#5bd67d;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;margin-bottom:30px}.apply-modal__success-title{font-family:"Stolzl",sans-serif;font-weight:400;font-size:36px;line-height:1.1;color:var(--color-black);margin-bottom:16px}.apply-modal__success-text{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:16px;line-height:1.3;color:var(--color-gray);max-width:460px;margin-bottom:30px}.apply-modal__success-btn{min-width:260px}.apply-modal.is-success .apply-modal__form,.apply-modal.is-success .apply-modal__title{display:none}.apply-modal.is-success .apply-modal__success{display:-webkit-box;display:-ms-flexbox;display:flex}body.is-apply-open{overflow:hidden}@media(min-width: 1200px)and (max-width: 1919px){.container{max-width:calc(100% - 68px)}.loader svg{height:150px;gap:50px}.range{--track-h: 2px;--thumb: 16px;--bg: #4C309F1A;--fill: var(--color-purple);--value: 0%}.range__bottom-value{font-size:14px}.menu-overlay__inner{max-width:none;padding:27px 80px 40px}.menu-overlay__close{width:24px;height:24px}.menu-overlay__close svg{width:24px;height:24px}.menu-overlay__nav{width:276px;gap:24px}.menu-overlay__link{font-size:24px}.menu-overlay__link svg{width:21px;height:21px}.menu-overlay__divider{height:540px;margin-right:80px}.menu-overlay__projects{gap:30px}.menu-overlay__projects-label{font-size:30px}.menu-overlay__projects-logo svg{width:290px}.menu-overlay__lang{gap:16px}.menu-overlay__socials{gap:16px}.left-panel{padding:24px}.left-panel__inner{gap:88px;padding:70px 0}.left-panel__inner img{width:100%;height:auto;display:block}.banner{padding:110px 0 60px}.banner__title{margin-bottom:30px}.banner__text{font-size:20px;margin-left:10px}.banner__projects{padding:20px;gap:14px;height:120px}.banner__item{-webkit-transition:all .3s ease;transition:all .3s ease;width:80px;height:80px}.banner__item:hover{width:206px;height:226px}.banner__item-top{margin-bottom:10px}.banner__item-top img{width:70px;height:70px}.banner__item-title{font-size:14px}.banner__item-content{padding:16px}.banner__item-brand{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin:10px 0 8px}.banner__item-location{margin-bottom:32px}.banner__item-btn{-webkit-transition:all .3s ease;transition:all .3s ease;padding:12px;font-size:14px}.advant{inset:max(30px,var(--header-total)) 30px 30px}.advant__item-number{font-size:100px}.advant__item:nth-child(1) .advant__item-number,.advant__item:nth-child(3) .advant__item-number{letter-spacing:-4px}.advant__item:nth-child(2) .advant__item-number{letter-spacing:-4px}.advant__item-text{font-size:18px;max-width:265px}.advant__text{font-size:20px;max-width:900px}.advant__text .advant__btr{margin-top:22px}.promo-main{inset:max(50px,var(--header-total)) 50px 50px}.promo-main__badge{padding:12px 20px;font-size:14px}.promo-main__title{font-size:30px;margin-bottom:30px}.promo-main__date{font-size:12px}.promo-main__date .number{font-size:14px}.promo-item{-webkit-transition:all .3s ease;transition:all .3s ease;padding:45px}.promo-item__badge{padding:12px 18px;font-size:14px}.promo-item__title{font-size:22px;margin-bottom:40px}.promo-item__date{font-size:12px}.promo-item__date .number{font-size:14px}.projects__top{margin-bottom:24px}.projects__inner{gap:20px;padding-left:450px}.projects__title{font-size:40px;margin-bottom:14px}.projects__text svg{height:60px;width:auto}.projects__btn{gap:8px;padding:23px 30px}.projects__item{-webkit-transition:all .3s ease;transition:all .3s ease;max-width:444px;width:100%}.projects__item img{width:444px;margin-bottom:20px}.projects__item-title{font-size:26px}.projects__item-metro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;margin-top:12px;font-size:14px}.projects__item-metro span{color:#b8b8b8}.projects__item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.projects__item-btn{width:60px;height:60px;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;border-radius:50%;background:hsla(0,0%,100%,.0392156863);-webkit-transition:all .3s ease;transition:all .3s ease}.projects__item-btn svg path{-webkit-transition:all .3s ease;transition:all .3s ease}.projects__item-info{position:absolute;top:16px;left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;z-index:5}.projects__item-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;padding:10px 14px;border-radius:50px;line-height:110%;white-space:nowrap;background:rgba(93,93,93,.6);color:var(--color-white);backdrop-filter:blur(2px)}.projects__item-badge.orange{background:var(--color-orange)}.projects__item-badge.white{background:var(--color-white);color:var(--color-black)}.projects__item-more{-webkit-transition:all .3s ease;transition:all .3s ease;position:static;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.projects__item-more:hover .projects__item-more-dropdown{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);pointer-events:auto}.projects__item-more-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:32px;padding:10px 16px;border-radius:50px;font-size:14px;line-height:110%;cursor:pointer;background:rgba(93,93,93,.6);color:var(--color-white);backdrop-filter:blur(20px);-webkit-transition:background .2s ease;transition:background .2s ease}.projects__item-more-dropdown{position:absolute;left:0;top:calc(100% + 6px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;opacity:0;visibility:hidden;-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);pointer-events:none;-webkit-transition:opacity .18s ease,visibility .18s ease,-webkit-transform .18s ease;transition:opacity .18s ease,visibility .18s ease,-webkit-transform .18s ease;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;transition:opacity .18s ease,transform .18s ease,visibility .18s ease,-webkit-transform .18s ease;white-space:nowrap}.projects__item:hover .projects__item-btn{background:var(--color-white)}.projects__item:hover .projects__item-btn svg path{stroke:var(--color-orange)}.projects .propos{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;min-width:580px;height:440px;backdrop-filter:blur(14px);background:hsla(0,0%,100%,.0509803922)}.projects-progress{position:absolute;left:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:0 24px;z-index:1;width:200px}.projects-progress__track{-webkit-box-flex:1;-ms-flex:1;flex:1;height:2px;background:hsla(0,0%,100%,.4);overflow:hidden}.projects-progress__fill{height:2px;width:0%;background:var(--color-white);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.service{padding-top:max(60px,var(--header-total))}.service__title{font-size:40px;max-width:630px;margin-bottom:30px}.service-slide{padding-left:90px}.service-slide .box{max-width:450px}.service-item__title{font-size:26px}.service-item__text{font-size:16px}.service-slide img{width:740px}.service__progress{left:20px}.invest{padding:max(60px,var(--header-total)) 0 60px}.invest__title{font-size:40px;margin-bottom:30px}.invest__inner{gap:20px}.invest-item{padding:30px;min-height:390px}.invest-item:first-child{min-width:750px}.invest-item:first-child img{width:100%;height:auto}.invest-item:first-child .invest-item__title{margin-bottom:-58px}.invest-item:nth-child(2){min-width:420px}.invest-item:nth-child(3){min-width:420px}.invest-item:nth-child(3) .invest-item__title,.invest-item:nth-child(3) .invest-item__text{color:var(--color-black)}.invest-item:nth-child(4){min-width:740px}.invest-item__title{font-size:26px;margin-bottom:20px}.invest-item__text{font-size:14px}.invest-item__subtext{font-size:12px}.invest-single .container{inset:max(60px,var(--header-total)) 0 60px}.invest-single__title{font-size:40px;margin-bottom:20px}.invest-single li,.invest-single__text{font-size:16px}.invest-single li:nth-child(3),.invest-single__text:nth-child(3){margin-bottom:0}.invest-single ul{list-style:disc;padding-left:15px}.invest-single ul li{margin-bottom:0}.invest-single__price-text{font-size:24px}.invest-single__price-value{font-size:180px}.invest-single__price-subtext{font-size:24px;margin-top:-26px;margin-bottom:40px}.invest-single__price-hint{font-size:16px}.interior__inner{bottom:60px;left:34px;margin-bottom:0}.interior__text{font-size:32px;margin-bottom:26px}.interior__price{gap:14px;margin-bottom:26px}.interior__price span{font-size:120px;line-height:84px}.interior__hint{margin-bottom:36px}.interior-nav{right:34px;bottom:60px}.interior-nav .swiper-pagination{width:120px}.interior-nav__btn{-webkit-transition:all .3s ease;transition:all .3s ease}.reit .img-wrap{max-width:512px;margin:0 auto}.reit .img-wrap img{width:100%}.reit-side{padding:50px}.reit-side .gradient{top:-14px;height:192px}.reit-side .square{font-size:14px;bottom:-30px}.reit .logo{left:50px;top:50px}.reit .logo svg{height:56px;width:auto}.reit__line{max-width:512px}.reit__line-inner{margin-bottom:17px}.reit__line .range{margin-bottom:7px}.reit__line-side:last-child{text-align:right}.reit__line-side:last-child .reit__line-value{color:var(--color-purple)}.reit__line-text{font-size:14px;margin-bottom:8px}.reit__line-value{font-size:26px}.reit__line-value span{margin-right:10px}.reit__above-title{font-size:15px;margin-bottom:22px}.reit__title{font-size:36px;margin-bottom:22px}.reit__text{font-size:14px;line-height:120%;max-width:375px}.reit ul{margin-bottom:30px;max-width:375px}.reit ul li{font-size:14px}.promos{padding:80px 0 40px}.promos__top{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.promos__title{font-size:40px}.promos__title br{display:none}.promos .swiper-button{-webkit-transition:all .3s ease;transition:all .3s ease;width:60px;height:60px}.promos-item{-webkit-transition:all .3s ease;transition:all .3s ease;max-width:444px}.promos-item__content{padding:26px}.promos-item__content-top{margin-bottom:20px}.promos-item__title{font-size:22px;line-height:110%;min-height:49px;margin-bottom:20px}.promos-item__date strong{font-size:22px}.news{padding:40px 0 80px}.news__top{margin-bottom:30px}.news__title{font-size:40px}.news .swiper-button{-webkit-transition:all .3s ease;transition:all .3s ease;width:60px;height:60px}.news-item{padding:26px;max-width:444px}.news-item__top{margin-bottom:50px}.news-item__title{min-height:96px;font-size:22px;margin-bottom:18px}.news-item__read{font-size:16px}.callback__logo{top:120px;width:200px}.callback__left-content{padding:60px 50px}.callback__left-content .box{gap:20px}.callback__title{font-size:50px;margin-bottom:30px}.callback__text{font-size:14px;max-width:250px}.callback__phone{-webkit-transition:all .3s ease;transition:all .3s ease;gap:8px;padding:18px 32px}.callback__right{padding:100px 50px}.callback__form{max-width:500px;gap:50px}.callback__field{gap:0}.callback__input{padding:16px 0}.callback__input::-webkit-input-placeholder{font-size:14px}.callback__input::-moz-placeholder{font-size:14px}.callback__input:-ms-input-placeholder{font-size:14px}.callback__input::-ms-input-placeholder{font-size:14px}.callback__input::placeholder{font-size:14px}.callback__select{padding:16px 0;font-size:20px}.callback__form-bottom{margin-top:0}.callback__submit{-ms-flex-negative:0;flex-shrink:0}.callback__policy{font-size:12px}.callback .btn-orange{width:auto}.structure__title{font-size:52px}.structure__cards{gap:15px}.structure-card{width:255px;height:270px}.structure-card:nth-child(2),.structure-card:nth-child(4){margin-top:60px}.structure-card:nth-child(3){margin-top:120px}.structure-card__front{gap:60px}.structure-card__logo{width:182px;height:33px}.structure-card__plus{width:46px;height:46px}.structure-card__plus svg{width:18px;height:18px}.structure-card__back{padding:16px}.structure-card__name{font-size:20px}.structure-card__text{font-size:14px}.structure-card--long .structure-card__text{font-size:12px}.about__head{left:50px;top:max(52px,var(--header-total));max-width:470px}.about__title{font-size:30px;margin-bottom:12px}.about__text{font-size:22px;max-width:420px}.about__center{gap:20px}.about__number{width:160px;height:80px}.about__label{font-size:20px;width:200px}.about__btn{top:calc(50% + 69px)}.about__note{right:50px;bottom:60px;width:362px;font-size:16px}.news-hero{height:400px;padding-top:140px}.news-hero__title{font-size:100px;margin-bottom:10px}.news-filter__tabs{gap:20px}.news-filter__tab{font-size:22px;padding-bottom:10px}.news-grid{padding-bottom:80px;margin-top:-40px}.news-grid .btn-white{margin:30px auto 0}.news-grid__inner{gap:30px 20px}.news-subscribe{min-height:633px}.news-subscribe .container{padding:60px 0}.news-subscribe__card{padding:40px;max-width:480px}.news-subscribe__title{font-size:30px;margin-bottom:30px}.news-subscribe__form{gap:26px}.news-subscribe__field{gap:0}.news-subscribe__select .select-item{-webkit-transition:all .3s ease;transition:all .3s ease}.news-subscribe__success{padding:60px 0}.news-subscribe__success svg{margin-bottom:14px}.news-subscribe__success-title{font-size:30px}.news-subscribe__success-text{font-size:18px;line-height:100%}:root{--header-h: 80px}.header__inner{height:80px}.header__link{gap:6px;font-size:14px}.header .modal-button-open{font-size:14px;text-transform:uppercase}.header .side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:26px}.header .logo svg{height:36px;width:auto}.header .menu-btn{font-size:14px;margin-right:24px}.page-static-header{padding-top:calc(80px + env(safe-area-inset-top))}.footer{padding:60px 0 40px;gap:60px}.footer__col-middle{margin-left:200px}.footer__logo{margin-bottom:146px}.footer__brand-links{gap:16px}.footer__brand-link{-webkit-transition:all .3s ease;transition:all .3s ease}.footer__nav-list{gap:16px}.footer__nav-link{-webkit-transition:all .3s ease;transition:all .3s ease}.footer__contact-link{-webkit-transition:all .3s ease;transition:all .3s ease}.footer__social{-webkit-transition:all .3s ease;transition:all .3s ease}.footer__policy{-webkit-transition:all .3s ease;transition:all .3s ease}.news-article__title{font-size:40px}.news-article__topbar{max-width:1180px}.news-article__meta{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;width:auto}.news-article__img{margin-bottom:30px}.news-article__text{padding:30px 0;margin-bottom:30px}.news-article__text p{font-size:18px;margin-bottom:18px}.news-article iframe{margin-bottom:30px}.news-article__list li{font-size:18px}.news-article__cta{padding:60px}.news-article__cta-desc{margin-bottom:40px}.news-article__related.promos{padding:80px 0}.news-article__related.promos .promos__top{margin-bottom:20px}.news-article__related.promos .promos__title{font-size:40px}.article-subscribe{gap:40px;padding:40px}.article-subscribe__title{font-size:24px}.project-hero__inner{padding-top:210px}.project-hero__logo img{height:100px}.project-hero__cards{right:34px}.project-hero__nav{height:58px}.project-hero__nav-link{padding:17px 20px}.project-about__lead{font-size:40px;margin-bottom:60px;max-width:100%}.project-about__media{display:grid;grid-template-columns:56% 40%}.project-about__media-large{width:auto;height:auto}.project-about__media-small{width:auto;height:auto}.project-location{padding:60px 0 0}.project-location__title{font-size:40px}.project-location .box{margin-left:-34px}.project-location__grid{grid-template-columns:610px 1fr;gap:30px}.project-location__minutes svg{height:300px;width:auto}.project-location__minutes-num{font-size:100px;line-height:72px}.project-location__minutes-label{font-size:14px}.project-location__metro-label,.project-location__metro-name{font-size:20px}.project-location__desc{font-size:16px;max-width:420px}.project-location-map__cat svg{width:50px;height:50px}.project-location-map__left{padding:0}.project-location__slider{width:auto}.project-location__slider .swiper-slide{height:434px}.project-location-map{padding:34px}.project-location-map__title{font-size:40px}.project-location-map__cat-icon{width:50px;height:50px}.project-location-map__cat-label{font-size:22px}.project-location-map__map{width:992px;height:568px;margin-right:-34px}.project-location-map__pin-label{font-size:12px;padding:8px 12px}.project-location-map__svg--base{width:992px;height:568px}.page-project--obolon .project-location-map__map{width:569px;height:568px;margin-right:165px}.page-project--obolon .project-location-map__svg--base{width:569px;height:568px}.page-project--terminal .project-location-map__map{width:953px;height:633px}.page-project--terminal .project-location-map__svg--base{width:953px;height:633px}.page-project--vdng .project-location-map__map{width:981px;height:690px;margin-bottom:-34px}.page-project--vdng .project-location-map__svg--base{width:981px;height:690px}.project-infra__title{font-size:40px;left:34px}.project-infra__counter{font-size:22px}.project-infra__content{width:350px}.project-infra__cat-title{font-size:60px}.project-infra__text p{font-size:14px}.project-infra__tabs{left:34px;font-size:26px}.project-infra__pagination{right:34px}.project-services__inner{padding:60px 0}.project-services__title{font-size:40px;margin-bottom:50px}.project-services__slider .swiper-slide{width:328px;height:442px}.project-services__face{padding:26px}.project-services__card-title{font-size:26px}.project-services__card-text{font-size:14px}.project-investors__inner{grid-template-columns:1.5fr 1fr;gap:40px}.project-investors__media{width:100%;height:450px}.project-investors__content{padding-top:60px;height:450px}.project-investors__title{font-size:40px}.project-investors__btn{width:60px;height:60px}.project-investors__subtitle{font-size:26px;margin-bottom:16px}.project-investors__text{font-size:14px}.project-investors__divider{width:100%;margin-bottom:16px}.project-apartments__title{font-size:40px;left:34px;top:34px}.project-apartments__type{font-size:56px}.project-apartments__price-value{font-size:30px}.project-apartments__area{font-size:30px}.project-apartments__more{width:60px;height:60px}.project-eco__inner{grid-template-columns:680px 540px;padding:30px 0}.project-eco__sticky{width:680px;height:680px}.project-eco__right{width:540px}.project-eco__title{font-size:28px;width:560px}.project-eco__media--top{width:540px;height:540px}.project-eco__media--mid{width:340px;height:430px}.project-eco__media--bottom{width:auto;height:320px}.investors-popup{padding:34px 34px 0 0}.investors-popup__content{padding:112px 30px 30px}.investors-popup__form{padding-top:40px}.investors-popup__form-title{margin-bottom:20px}.investors-popup__section{margin-bottom:50px}.investors-popup__section-head{margin-bottom:30px}.investors-popup__dialog{width:860px}.investors-popup__features{grid-template-columns:repeat(3, 240px);gap:40px;margin-bottom:40px}.investors-popup__feature-icon{width:30px;height:30px;margin-bottom:20px}.investors-popup__feature-text{font-size:14px}.investors-popup__feature-title{margin-bottom:12px}.investors-popup__media{width:800px;height:444px}.apt-popup{padding:34px 34px 0 0}.apt-popup__content{padding:112px 30px 30px}.apt-popup__dialog{width:780px}.apt-popup__type{font-size:60px}.apt-popup__compare{height:315px}.apt-popup__includes{gap:24px 40px}.project-terms{padding:80px 0 50px}.project-terms__title{font-size:40px}.project-terms__cards{grid-template-columns:372px 372px 1fr}.project-terms__card{padding:26px}.project-terms__card-phone{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-align:start;-ms-flex-align:start;align-items:flex-start}.project-terms__card-num span:first-child{line-height:100px}.project-terms__card-title{font-size:32px}.project-terms__card-text{font-size:16px;width:auto}.project-news__title{font-size:40px}.project-news__slider .swiper-slide{width:444px}.project-news__card{width:444px;padding:26px}.project-news__card-img{height:248px}.project-news__card-date{font-size:16px}.project-news__card-title{font-size:22px}.project-construction__title{font-size:40px}.project-construction__slider .swiper-slide{width:444px;height:383px}.project-construction__card{width:444px;height:383px}.project-construction__card-date{font-size:32px;left:26px;top:26px}.project-construction__card-name{left:26px;bottom:48px}.project-construction__card-btn{padding:18px;right:26px;bottom:26px;width:60px;height:60px}.construction-popup{padding:34px 34px 0 0}.construction-popup__content{padding:52px 40px 60px}.construction-popup__dialog{width:800px}.construction-popup__slider{height:430px}.construction-popup__video{height:406px;margin-bottom:50px}.construction-popup__form-title{font-size:32px}.project-documents__title{font-size:40px}.project-documents__list{grid-template-columns:repeat(3, 1fr)}.project-documents__item{padding:26px}.project-documents__item-title{font-size:22px}.project-form__media{width:720px;height:644px}.project-form__media-title{font-size:54px;top:320px;width:620px}.project-form__media-desc{top:460px;width:300px}.project-form__media-phone{left:383px;top:448px}.project-form__body{padding:100px 120px}.project-specs{padding:90px 0}.project-specs__title{margin-bottom:45px;font-size:40px}.project-specs__list{gap:16px}.project-specs__item{padding:32px 24px;gap:16px}.project-specs__value{font-size:44px}.project-specs__unit{font-size:22px}.project-specs__label{font-size:16px}.project-advantages{padding:90px 0}.project-advantages__title{margin-bottom:45px;font-size:40px}.project-advantages__item{padding:32px}.project-advantages__num{margin-bottom:20px;font-size:40px}.project-advantages__item-title{font-size:22px}.project-advantages__item-text{font-size:16px}.not-found__inner{gap:60px}.not-found__content{max-width:480px;gap:32px}.not-found__title{font-size:34px}.not-found__text{font-size:16px}.vacancies-hero{height:400px;padding-top:140px}.vacancies-hero__title{font-size:100px}.vacancies{margin-top:-110px;padding-bottom:90px}.vacancies-cta{min-height:630px}.vacancies-cta__title{font-size:56px}}@media(min-width: 1200px)and (max-width: 1439px){.btn-white,.btn-orange,.btn-black,.btn-purple{padding:20px 28px;font-size:16px}.loader__inner{gap:40px}.loader svg{height:120px;gap:30px}.banner{padding:120px 0 40px}.banner__title{margin-bottom:22px}.banner__text{font-size:16px;margin-left:0}.banner__projects{padding:16px;gap:10px;height:100px}.banner__item{-webkit-transition:all .3s ease;transition:all .3s ease;width:68px;height:68px}.banner__item:hover{width:180px;height:210px}.banner__item-top img{width:60px;height:60px}.banner__item-title{font-size:12px}.banner__item-content{padding:14px}.banner__item-btn{padding:10px;font-size:12px}.advant{inset:max(24px,var(--header-total)) 24px 24px}.advant__item:nth-child(3){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-align:end;-ms-flex-align:end;align-items:flex-end}.advant__item-number{font-size:80px}.advant__item-text{font-size:15px;max-width:230px}.advant__text{font-size:17px;max-width:760px}.advant__text .advant__btr{margin-top:18px}.promo-main{inset:max(40px,var(--header-total)) 40px 40px}.promo-main__badge{padding:10px 16px;font-size:12px}.promo-main__title{font-size:24px;margin-bottom:22px}.promo-main__date{font-size:11px}.promo-main__date .number{font-size:12px}.promo-item{padding:34px}.promo-item__badge{padding:10px 14px;font-size:12px}.promo-item__title{font-size:18px;margin-bottom:30px}.promo-item__date{font-size:11px}.promo-item__date .number{font-size:12px}.projects__top{margin-bottom:18px}.projects__inner{gap:16px;padding-left:360px}.projects__title{font-size:32px;margin-bottom:10px}.projects__text svg{height:48px}.projects__btn{gap:6px;padding:18px 24px}.projects__item{max-width:380px}.projects__item img{width:380px;margin-bottom:16px}.projects__item-title{font-size:22px}.projects__item-metro{margin-top:10px;font-size:12px}.projects__item-btn{width:52px;height:52px}.projects__item-badge{font-size:12px;padding:8px 12px}.projects__item-more-btn{height:28px;padding:8px 14px;font-size:12px}.projects .propos{min-width:480px;height:360px}.projects-progress{gap:10px;padding:0 20px;width:170px}.service{padding-top:max(44px,var(--header-total))}.service__title{font-size:32px;max-width:520px;margin-bottom:22px}.service-slide{padding-left:60px}.service-slide .box{max-width:380px}.service-item__title{font-size:22px}.service-item__text{font-size:14px}.service-slide img{width:600px}.service__progress{left:16px}.invest{padding:max(44px,var(--header-total)) 0 44px}.invest__title{font-size:32px;margin-bottom:22px}.invest__inner{gap:16px}.invest-item{padding:24px;min-height:330px}.invest-item:first-child{min-width:620px}.invest-item:first-child .invest-item__title{margin-bottom:-48px}.invest-item:nth-child(2){min-width:350px}.invest-item:nth-child(3){min-width:350px}.invest-item:nth-child(4){min-width:620px}.invest-item__title{font-size:22px;margin-bottom:16px}.invest-item__text{font-size:13px}.invest-item__subtext{font-size:11px}.invest-single .container{inset:max(44px,var(--header-total)) 0 44px}.invest-single__title{font-size:32px;margin-bottom:16px}.invest-single li,.invest-single__text{font-size:14px}.invest-single__price-text{font-size:20px}.invest-single__price-value{font-size:140px}.invest-single__price-subtext{font-size:20px;margin-top:-22px;margin-bottom:30px}.invest-single__price-hint{font-size:14px}.interior__inner{bottom:44px;left:28px}.interior__text{font-size:26px;margin-bottom:20px}.interior__price{gap:12px;margin-bottom:20px}.interior__price span{font-size:96px;line-height:70px}.interior__hint{margin-bottom:28px}.interior-nav{right:28px;bottom:44px}.interior-nav__btn{width:60px;height:60px}.interior-nav .swiper-pagination{width:100px}.reit .img-wrap{max-width:420px}.reit-side{padding:36px}.reit-side .gradient{top:-10px;height:160px}.reit-side .square{font-size:12px;bottom:-24px}.reit .logo{left:36px;top:36px}.reit .logo svg{height:46px}.reit__line{max-width:420px}.reit__line-inner{margin-bottom:14px}.reit__line-text{font-size:12px;margin-bottom:6px}.reit__line-value{font-size:22px}.reit__line-value span{margin-right:8px}.reit__above-title{font-size:13px;margin-bottom:18px}.reit__title{font-size:30px;margin-bottom:18px}.reit__text{font-size:13px;max-width:320px}.reit ul{margin-bottom:24px;max-width:320px}.reit ul li{font-size:13px}.promos{padding:60px 0 30px}.promos__top{margin-bottom:22px}.promos__title{font-size:32px}.promos .swiper-button{width:52px;height:52px}.promos-item{max-width:370px}.promos-item__content{padding:22px}.promos-item__content-top{margin-bottom:16px}.promos-item__title{font-size:18px;min-height:40px;margin-bottom:16px}.promos-item__date strong{font-size:18px}.news{padding:30px 0 60px}.news__top{margin-bottom:22px}.news__title{font-size:32px}.news .swiper-button{width:52px;height:52px}.news-item{padding:22px;max-width:370px}.news-item__top{margin-bottom:40px}.news-item__title{min-height:80px;font-size:18px;margin-bottom:14px}.news-item__read{font-size:14px}.callback__left-content{padding:44px 36px}.callback__left-content .box{gap:16px}.callback__title{font-size:40px;margin-bottom:22px}.callback__text{font-size:12px;max-width:220px}.callback__phone{gap:6px;font-size:16px;padding:14px 26px}.callback__right{padding:70px 36px}.callback__form{max-width:440px;gap:36px}.callback__form-bottom{gap:20px}.callback__input{padding:14px 0}.callback__input::-webkit-input-placeholder{font-size:13px}.callback__input::-moz-placeholder{font-size:13px}.callback__input:-ms-input-placeholder{font-size:13px}.callback__input::-ms-input-placeholder{font-size:13px}.callback__input::placeholder{font-size:13px}.callback__select{padding:14px 0;font-size:17px}.callback__policy{font-size:11px}.structure__title{font-size:44px}.structure__cards{gap:13px}.structure-card{width:221px;height:234px}.structure-card:nth-child(2),.structure-card:nth-child(4){margin-top:52px}.structure-card:nth-child(3){margin-top:104px}.structure-card__front{gap:46px}.structure-card__logo{width:157px;height:28px}.structure-card__plus{width:40px;height:40px}.structure-card__plus svg{width:16px;height:16px}.structure-card__back{padding:14px}.structure-card__name{font-size:18px}.structure-card__text{font-size:12px}.structure-card--long .structure-card__text{font-size:10px}.footer__policy{margin:0 auto}.project-hero__inner{padding-top:120px}.project-hero__loog img{height:60px}.project-hero__nav-link{font-size:14px}.project-hero__cards{top:120px}.project-hero__meta{gap:30px;margin-bottom:30px}.project-hero__meta-value{font-size:16px}.project-location__grid{grid-template-columns:repeat(2, 1fr)}.project-location__desc{font-size:14px}.project-location__slider .swiper-slide{height:300px}.project-eco__sticky{width:550px;height:calc(var(--app-vh)*100 - 30px);height:calc(100lvh - 30px)}.project-eco__title{width:auto;font-size:24px;top:26px;left:26px}.project-eco__inner{grid-template-columns:550px 1fr;gap:40px}.project-eco__main img{width:550px;height:calc(var(--app-vh)*100 - 30px);height:calc(100lvh - 30px)}.project-apartments__inner{padding-top:30px;padding-bottom:30px}.project-location-map__map{width:786px;height:450px}.project-location-map__svg--base{width:786px;height:450px}.page-project--obolon .project-location-map__map{width:451px;height:450px;margin-right:138px}.page-project--obolon .project-location-map__svg--base{width:451px;height:450px}.page-project--terminal .project-location-map__map{width:755px;height:501px}.page-project--terminal .project-location-map__svg--base{width:755px;height:501px}.page-project--vdng .project-location-map__map{width:777px;height:547px}.page-project--vdng .project-location-map__svg--base{width:777px;height:547px}.project-infra__title{top:30px}.project-infra__tabs,.project-infra__pagination{bottom:30px}.project-infra__content{top:30px}.project-infra__inner{padding-top:30px;padding-bottom:30px}.project-services__inner{padding:30px 0}.project-services__title{margin-bottom:30px}.project-services__slider .swiper-slide{width:328px;height:350px}.project-terms{padding:60px 0}.project-terms__cards{grid-template-columns:1fr 1fr 1fr}.project-terms__card-num span:first-child{font-size:80px;line-height:60px}.project-terms__card-bottom{left:26px;right:26px;bottom:26px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.project-terms__card-title{font-size:26px}.project-terms__card-text{font-size:14px}.project-specs__item{padding:26px 18px}.project-specs__value{font-size:36px}.project-specs__unit{font-size:19px}.project-advantages__item{padding:28px}.project-advantages__item-title{font-size:20px}.not-found__inner{gap:40px}.not-found__content{max-width:420px;gap:28px}.not-found__title{font-size:30px}.vacancies-hero{height:360px;padding-top:130px}.vacancies-hero .container{gap:40px}.vacancies-hero__title{font-size:80px}.vacancies-filter__select{width:250px}.vacancies-filter__select .select-current{font-size:18px}.vacancies{margin-top:-90px}.vacancies-cta__title{font-size:48px}}@media(max-width: 1199px){.container{max-width:calc(100% - 48px)}.btn-black,.btn-purple,.btn-white,.btn-orange{font-size:16px;padding:18px 28px}.loader__inner{gap:30px}.loader svg{height:100px}.callback-modal__dialog{max-width:600px;padding:50px 40px;gap:24px}.callback-modal__title,.callback-modal__success-title{font-size:28px}.callback-modal__subtitle,.callback-modal__success-text{font-size:16px}.callback-modal__body{gap:32px}.callback-modal__inputs{gap:36px}.callback-modal__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:20px}.callback-modal__policy{max-width:100%}.callback-modal__success{padding:60px 24px 0}.callback-modal__success-icon{width:80px;height:80px;margin-bottom:24px}.menu-overlay{overflow-y:auto}.menu-overlay__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:none;height:auto;min-height:100%;padding:91px 60px 60px}.menu-overlay__body{display:contents}.menu-overlay__close{position:absolute;top:27px;left:37px;width:24px;height:24px}.menu-overlay__close svg{width:24px;height:24px}.menu-overlay__lang{position:absolute;top:33px;right:60px;gap:20px}.menu-overlay__nav{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;display:grid;grid-auto-flow:column;grid-template-columns:259px auto;grid-template-rows:repeat(4, auto);gap:26px 0;margin-bottom:34px}.menu-overlay__link{font-size:24px}.menu-overlay__link svg{width:21px;height:21px}.menu-overlay__divider{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;height:1px;margin:0 0 30px}.menu-overlay__footer{position:static;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%;margin-bottom:70px}.menu-overlay__bottom-right{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:0}.menu-overlay__socials{gap:18px}.menu-overlay__projects{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%;gap:24px}.menu-overlay__projects-label{font-size:30px}.menu-overlay__projects-logo svg{width:290px}.menu-projects{overflow:visible}.menu-projects__arrow{display:none}.to-top{right:24px;bottom:calc(24px + env(safe-area-inset-bottom));width:50px;height:50px}.news-hero{height:320px;padding-top:110px}.news-hero__title{font-size:60px;margin-bottom:10px}.news-filter{gap:16px}.news-filter__tabs{gap:24px;overflow-x:auto;scrollbar-width:none}.news-filter__tabs::-webkit-scrollbar{display:none}.news-filter__tab{font-size:22px;line-height:110%;padding-bottom:10px}.news-filter__select{width:260px}.news-grid{padding-bottom:60px;margin-top:-40px}.news-grid .btn-white{margin:30px auto 0}.news-grid__inner{grid-template-columns:repeat(2, 1fr);gap:20px 16px}.news-subscribe{min-height:633px}.news-subscribe .container{padding:60px 0}.news-subscribe__card{padding:30px;max-width:460px;margin:0 auto}.news-subscribe__title{font-size:26px;margin-bottom:26px}.news-subscribe__form{gap:24px}.news-subscribe__field{gap:0}.news-subscribe__select .select-item{-webkit-transition:all .3s ease;transition:all .3s ease}.news-subscribe__success{padding:50px 0}.news-subscribe__success svg{margin-bottom:10px}.news-subscribe__success-title{font-size:26px}.news-subscribe__success-text{font-size:16px;line-height:100%}.news-construction__inner{grid-template-columns:repeat(2, 1fr);gap:20px 16px}.news-construction .news-construction__card{width:100%;height:360px}.left-panel{width:100%;height:calc(var(--app-vh)*50);height:50lvh;top:auto;bottom:0;padding:50px 24px;-webkit-transform:none;-ms-transform:none;transform:none}.layer--bottom{left:auto;bottom:auto;top:auto;right:0;width:100vw;height:calc(var(--app-vh)*50);height:50lvh}.left-panel__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;will-change:transform;padding:50px 0}.left-panel__inner img{width:100%;height:auto;display:block}.layer--bottom img{height:calc(var(--app-vh)*50);height:50lvh}.banner{padding:140px 0 100px}.banner__title{margin-bottom:30px}.banner__text{font-size:20px;text-align:center}.banner__projects{padding:20px;height:120px;margin:0 auto}.banner__item{-webkit-transition:all .3s ease;transition:all .3s ease;width:80px;height:80px}.banner__item:hover{width:206px;height:226px}.banner__item-top{margin-bottom:10px}.banner__item-top img{width:70px;height:70px}.banner__item-location{margin-bottom:26px}.banner__item-title{font-size:14px}.banner__item-content{padding:16px}.banner__item-btn{padding:12px;font-size:14px}.advant{inset:var(--header-total) 0 0}.advant__top{grid-template-columns:1fr 1fr;row-gap:60px;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;margin-bottom:60px}.advant__item:nth-child(1){grid-row:1;grid-column:1;text-align:left}.advant__item:nth-child(3){grid-row:1;grid-column:2;text-align:right}.advant__item:nth-child(3) .advant__item-text{margin-left:auto}.advant__item:nth-child(2){grid-row:2;grid-column:1/span 2;text-align:center}.advant__item:nth-child(2) .advant__item-text{margin:0 auto}.advant__item-number{font-size:80px;letter-spacing:-2px !important}.advant__item-text{font-size:18px;max-width:100%}.advant__text{font-size:20px;max-width:560px;margin:0 auto;text-align:center}.advant__text .advant__btr{margin-top:18px}.promo-main{inset:max(24px,var(--header-total)) 24px 24px}.promo-main__badge{padding:12px 20px;font-size:13.5px}.promo-main__title{font-size:26px;margin-bottom:30px}.promo-main__date{font-size:12px}.promo-main__date .number{font-size:18px}.promo-item{padding:30px}.promo-item__badge{padding:12px 18px;font-size:12px}.promo-item__title{font-size:22px;margin-bottom:30px}.promo-item__btn{width:54px;height:54px}.promo-item__date{font-size:12px}.promo-item__date .number{font-size:18px}.promos-item{-webkit-transition:all .3s ease;transition:all .3s ease}.promos-item__content{padding:18px}.promos-item__content-top{margin-bottom:16px}.promos-item__type{padding:8px 12px;font-size:12px}.promos-item__building{padding:8px 12px;font-size:12px}.promos-item__title{font-size:18px;min-height:40px;margin-bottom:16px}.promos-item__date{font-size:12px;min-height:14px}.promos-item__date strong{font-size:14px}.projects .container{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:center;-ms-flex-pack:center;justify-content:center}.projects__top{margin-bottom:30px}.projects__inner{gap:16px;padding-left:150px}.projects__title{font-size:30px;margin-bottom:16px}.projects__text svg{width:auto;height:48px}.projects__btn{gap:6px;padding:18px 24px}.projects__item{max-width:328px}.projects__item img{width:328px;margin-bottom:16px}.projects__item-title{font-size:20px}.projects__item-metro{margin-top:12px;font-size:14px}.projects__item-btn{width:54px;height:54px}.projects__item-badge{font-size:12px;padding:5px 10px}.projects__item-more-btn{height:28px;padding:8px 14px;font-size:12px}.projects .propos{min-width:480px;height:360px}.projects-progress{gap:10px;padding:0 20px;width:170px}.service{height:auto;padding:60px 0 40px}.service__title{font-size:30px}.service-item__title{font-size:26px;margin-bottom:14px}.service-item__text{font-size:16px}.service .icon{display:none}.service__content{max-width:100%;overflow:hidden}.service__progress{display:none}.service-slide{position:relative;top:auto;left:auto;width:100%;height:auto;padding-left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0}.service-slide .box{max-width:100%}.service-slide img{width:100%;height:auto;max-height:none}.service-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;margin-top:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.service-nav__btn{width:40px;height:40px;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;background:rgba(0,0,0,0);border:none;color:#fff;cursor:pointer;padding:0}.service-nav__btn.swiper-button-disabled{opacity:.3;pointer-events:none}.service-nav__current,.service-nav__total{color:#fff;font-size:14px;min-width:14px;text-align:center}.service-nav__line{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:195px;height:2px;background:#282929;overflow:hidden}.service-nav__fill{position:absolute;left:0;top:0;height:100%;background:var(--color-orange);-webkit-transition:width .3s ease;transition:width .3s ease}.invest{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:center;-ms-flex-pack:center;justify-content:center;padding:80px 0}.invest__title{font-size:32px;margin-bottom:22px}.invest__inner{gap:16px}.invest-item{padding:20px;min-height:278px}.invest-item:first-child{min-width:536px}.invest-item:first-child img{width:100%}.invest-item:first-child .invest-item__title{margin-bottom:-48px}.invest-item:nth-child(2){min-width:300px}.invest-item:nth-child(3){min-width:300px}.invest-item:nth-child(4){min-width:420px}.invest-item__title{font-size:22px;margin-bottom:16px}.invest-item__text{font-size:13px}.invest-item__subtext{font-size:11px}.invest-single .container{inset:max(40px,var(--header-total)) 0 40px}.invest-single__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.invest-single__title{font-size:32px;margin-bottom:16px}.invest-single li,.invest-single__text{font-size:14px}.invest-single__price-text{font-size:20px}.invest-single__price-value{font-size:140px}.invest-single__price-subtext{font-size:20px;margin-top:-22px;margin-bottom:30px}.invest-single__price-hint{font-size:14px}.interior__inner{bottom:40px;left:24px}.interior__text{font-size:16px;margin-bottom:16px}.interior__price{gap:14px;margin-bottom:16px;font-size:18px}.interior__price span{font-size:60px;line-height:42px}.interior__hint{font-size:12px;margin-bottom:28px;max-width:300px}.interior-nav{right:24px;bottom:40px}.interior-nav .box{gap:10px}.interior-nav__label{display:none}.interior-nav__btn{width:auto;height:auto;background:rgba(0,0,0,0) !important;border-radius:0}.interior-nav__fraction{gap:10px}.interior-nav .swiper-pagination{width:100px}.reit{grid-template-columns:1fr}.reit .img-wrap{max-width:510px}.reit .img-wrap img{width:100%}.reit-side{padding:24px}.reit-side .gradient{top:-10px;height:190px}.reit-side .square{font-size:12px;bottom:-24px}.reit .logo{left:24px;top:24px}.reit .logo svg{width:auto;height:46px}.reit__line{max-width:420px}.reit__line-inner{margin-bottom:14px}.reit__line-text{font-size:14px;margin-bottom:6px}.reit__line-value{font-size:26px}.reit__line-value span{margin-right:8px}.reit__above-title{font-size:15px;margin-bottom:18px}.reit__title{font-size:30px;margin-bottom:22px}.reit__text{font-size:14px;max-width:560px}.reit ul{margin-bottom:24px;max-width:560px}.reit ul li{font-size:14px}.promos{padding:80px 0 40px}.promos__top{margin-bottom:20px}.promos__title{font-size:30px}.promos .swiper-button{width:54px;height:54px}.promos-item{max-width:352px}.promos-item__content{padding:18px}.promos-item__content-top{margin-bottom:16px}.promos-item__title{font-size:18px;min-height:60px;line-height:110%;margin-bottom:16px}.promos-item__date{min-height:20px}.promos-item__date strong{font-size:18px}.news{padding:40px 0 80px}.news__top{margin-bottom:22px}.news__title{font-size:30px}.news .swiper-button{width:54px;height:54px}.news-item{padding:18px;max-width:352px}.news-item__top{margin-bottom:50px}.news-item svg{width:30px;height:30px}.news-item__title{min-height:80px;font-size:18px;margin-bottom:18px}.news-item__read{font-size:14px}.callback{grid-template-columns:1fr;height:auto}.callback__logo{top:60px}.callback__logo{top:100px;width:214px}.callback__left{min-height:600px}.callback__left-content{padding:50px 40px}.callback__left-content .box{gap:16px}.callback__title{font-size:50px;margin-bottom:30px}.callback__text{font-size:14px;max-width:250px}.callback__field{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.callback__phone{gap:8px;font-size:16px;padding:15px 25px}.callback__right{padding:80px 40px}.callback__form{display:grid;grid-template-columns:1fr 1fr;max-width:100%;gap:36px 20px}.callback__form-bottom{display:grid;grid-template-columns:1fr 1fr;gap:20px;grid-area:3/1/4/3;gap:20px}.callback__input{padding:16px 0}.callback__input::-webkit-input-placeholder{font-size:14px}.callback__input::-moz-placeholder{font-size:14px}.callback__input:-ms-input-placeholder{font-size:14px}.callback__input::-ms-input-placeholder{font-size:14px}.callback__input::placeholder{font-size:14px}.callback .btn-orange{width:100%}.callback__select{padding:16px 0;font-size:20px}.callback__policy{font-size:12px;max-width:100%}.promos--reveal{margin-top:0}.structure__title{top:6%;font-size:36px}.structure__cards{top:17%;display:grid;grid-template-columns:264px 264px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:start;align-content:start;gap:24px 0;max-width:720px;margin:0 auto;padding:0}.structure-card{width:264px;height:min(320px,(78lvh - 48px)/3)}.structure-card:nth-child(2),.structure-card:nth-child(4){margin-top:0}.structure-card:nth-child(3){margin-top:0;grid-column:1/-1;justify-self:center}.structure-card__front{gap:min(80px,7lvh);padding:0 11px}.structure-card__logo{width:242px;height:40px}.structure-card__plus{width:60px;height:60px}.structure-card__plus svg{width:24px;height:24px}.structure-card__back{padding:16px}.structure-card__name{font-size:20px}.structure-card__text{font-size:13px}.structure-card--long .structure-card__text{font-size:10px}.about__head{left:50px;top:72px;max-width:470px}.about__title{font-size:30px;margin-bottom:12px}.about__text{font-size:22px;max-width:420px}.about__media:after{background:rgba(0,0,0,.5)}.about__center{top:calc(50% - 83px);gap:20px}.about__number{width:160px;height:80px}.about__label{font-size:20px;width:200px}.about__btn{top:calc(50% + 26px);padding:18px 28px;font-size:16px}.about__note{right:40px;bottom:80px;width:362px;font-size:16px}:root{--header-h: 80px}.header__inner{height:80px}.header .modal-button-open,.header__link,.header__phone-num{display:none}.header .side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:26px}.header .logo svg{height:40px;width:auto}.header .menu-btn{font-size:14px;margin-right:24px}.page-static-header{padding-top:calc(80px + env(safe-area-inset-top))}.footer{padding:40px 0;gap:40px}.footer__inner{display:grid;grid-template-columns:1f 1fr;gap:40px}.footer__col--brand{grid-area:2/1/3/2}.footer__col-middle{margin-left:auto;grid-area:2/2/3/3}.footer__brand-link{-webkit-transition:all .3s ease;transition:all .3s ease}.footer__nav-link{-webkit-transition:all .3s ease;transition:all .3s ease}.footer__col--contacts{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-area:1/1/2/3}.footer__contact-link{-webkit-transition:all .3s ease;transition:all .3s ease}.footer__social{-webkit-transition:all .3s ease;transition:all .3s ease}.footer__copyright{font-size:14px}.footer__policy{-webkit-transition:all .3s ease;transition:all .3s ease;font-size:14px;margin-left:30px}.footer__madeby{font-size:14px}.news-article{padding:40px 0 0}.news-article__title{font-size:34px}.news-article__topbar,.news-article__inner{max-width:calc(100% - 48px)}.news-article__meta{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;width:auto}.news-article__img{margin-bottom:30px}.news-article__text{padding:30px 0;margin-bottom:30px}.news-article__text p{font-size:16px;margin-bottom:16px}.news-article h2,.news-article__subtitle{font-size:26px;margin-bottom:20px}.news-article iframe{margin-bottom:30px}.news-article__list li{font-size:16px}.news-article__cta{padding:40px}.news-article__cta-desc{margin-bottom:40px}.news-article__slider-nav{right:auto;bottom:20px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.news-article__slider-nav__btn{width:auto;height:auto;background:none}.news-article__related.promos{padding:50px 0}.news-article__related.promos .promos__top{margin-bottom:16px}.news-article__related.promos .promos__title{font-size:34px}.news-article__related.promos .promos__inner{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto}.news-article__related.promos .promos-item{min-width:359px}.article-subscribe{gap:30px;padding:30px}.article-subscribe__title{font-size:20px}.project-hero__inner{height:auto;padding-top:120px;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-align:start;-ms-flex-align:start;align-items:flex-start}.project-hero__logo{margin-bottom:30px}.project-hero__logo img{width:auto;height:100px;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.project-hero__meta{margin-bottom:30px;gap:30px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.project-hero__meta-label{font-size:14px}.project-hero__meta-value{font-size:18px;gap:6px}.project-hero__metro svg{width:30px;height:30px}.project-hero__cta{padding:18px 28px;font-size:16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.project-hero__cards{position:relative;top:auto;right:auto;width:auto;max-width:calc(100% - 48px);margin:60px auto 0}.project-hero__cards-nav{left:0;right:0}.project-hero__nav{bottom:30px;height:58px;width:calc(100% - 28px);max-width:1100px;overflow-x:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:4px;scrollbar-width:none}.project-hero__nav::-webkit-scrollbar{display:none}.project-hero__nav-link{-ms-flex-negative:0;flex-shrink:0;padding:17px 20px;font-size:16px}.project-about{padding:40px 0}.project-about__lead{font-size:32px;margin-bottom:40px;max-width:100%}.project-about__media{gap:16px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.project-about__media-large{width:444px;height:388px}.project-about__media-small{width:260px;height:305px}.project-location{padding:60px 0 0}.project-location__title{font-size:30px;max-width:540px;margin-bottom:30px}.project-location__grid{grid-template-columns:1fr;gap:40px}.project-location__info{padding-bottom:0}.project-location .box{margin-left:0;gap:30px}.project-location__minutes svg{width:220px;height:220px}.project-location__minutes-num{font-size:80px;line-height:60px}.project-location__minutes-label{font-size:14px;width:auto}.project-location__metro-label,.project-location__metro-name{font-size:20px}.project-location__right{max-width:100vw}.project-location__metro-name{margin-bottom:8px}.project-location__metro-desc{font-size:14px;width:252px}.project-location__routes{font-size:14px;width:auto;max-width:340px}.project-location__routes li:not(:last-child){margin-bottom:8px}.project-location__nav{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;padding:0;width:170px;margin:40px auto 0}.project-location__nav-counter{margin-left:20px}.project-location__nav-buttons{position:static}.project-location__prev{position:absolute;left:0;top:-39%}.project-location__next{position:absolute;right:0;top:-39%}.project-location__nav-btn{width:auto;height:auto;border-radius:0;backdrop-filter:none;background:rgba(0,0,0,0) !important}.project-location__nav-btn svg{width:30px;height:30px}.project-location__desc{display:none}.project-location__slider{width:auto}.project-location__slider .swiper-slide{height:404px;width:628px}.project-location-map{padding:60px 24px}.project-location-map__title{font-size:30px;max-width:100%;margin-bottom:30px}.project-location-map__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:24px}.project-location-map__cats{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:12px;overflow-x:auto;scrollbar-width:none}.project-location-map__cats::-webkit-scrollbar{display:none}.project-location-map__cat{gap:12px;-ms-flex-negative:0;flex-shrink:0}.project-location-map__cat-icon{width:46px;height:46px}.project-location-map__cat-label{font-size:16px}.project-location-map__map{width:calc(100% + 48px);height:auto;aspect-ratio:768/448;margin-right:-24px;margin-left:-24px}.project-location-map__cat svg{width:46px;height:46px}.project-location-map__pin-label{font-size:12px;padding:8px 12px}.project-location-map__svg--base{width:100%;height:100%}.page-project--obolon .project-location-map__map{aspect-ratio:792/790}.page-project--terminal .project-location-map__map{width:calc(100% + 48px);height:auto;aspect-ratio:1325/880}.page-project--terminal .project-location-map__svg--base{width:100%;height:100%}.page-project--vdng .project-location-map__map{width:calc(100% + 48px);height:auto;aspect-ratio:1364/960;margin-bottom:0}.page-project--vdng .project-location-map__svg--base{width:100%;height:100%}.project-infra__pin{min-height:calc(var(--app-vh)*100);min-height:100lvh}.project-infra__inner{height:calc(100% - 70px);padding-top:40px}.project-infra__title{top:40px;left:24px;font-size:30px}.project-infra__content{top:76px;right:0;width:352px}.project-infra__counter{top:-36px;right:320px;font-size:16px}.project-infra__slider .swiper-slide{min-height:calc(var(--app-vh)*100);min-height:100lvh}.project-infra__slider .swiper-slide img{min-height:calc(var(--app-vh)*100);min-height:100lvh}.project-infra__cat-title{font-size:30px;margin:0 0 16px}.project-infra__text{font-size:14px;line-height:1.2}.project-infra__text p{margin:0 0 12px}.project-infra__tabs{left:24px;bottom:30px;font-size:22px;gap:8px}.project-infra__pagination{right:24px;bottom:30px;gap:16px;width:352px}.project-infra__nav-btn{-webkit-transition:all .3s ease;transition:all .3s ease;width:auto;height:auto;border-radius:0;backdrop-filter:none;background:rgba(0,0,0,0) !important}.project-infra__nav-btn:hover{background:rgba(0,0,0,0)}.project-infra__nav-btn svg{width:24px;height:24px}.project-infra__progress.swiper-pagination-progressbar{width:188px;-webkit-box-flex:1;-ms-flex:1;flex:1}.project-services__inner{padding:40px 0 30px}.project-services__title{font-size:30px;margin-bottom:30px}.project-services__slider .swiper-slide{width:260px;height:350px}.project-services__face{padding:20px}.project-services__card-title{font-size:22px}.project-services__card-text{font-size:14px;line-height:1.2}.project-services__toggle{right:20px;bottom:20px;width:52px;height:52px}.project-services__nav{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;gap:10px;margin-top:30px}.project-services__progress.swiper-pagination-progressbar{width:188px;position:relative;top:auto;left:auto;background:hsla(0,0%,100%,.2);border-radius:3px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.project-services__nav-buttons{display:contents}.project-services__nav-btn{width:auto;height:auto;border-radius:0;backdrop-filter:none;background:rgba(0,0,0,0) !important;cursor:pointer;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.project-services__nav-btn svg{width:24px;height:24px}.project-services__prev{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.project-services__next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.project-investors__inner{grid-template-columns:1fr;gap:0;padding:40px 0}.project-investors__media{display:none}.project-investors__content{height:auto;padding-top:0}.project-investors__title{font-size:30px;max-width:280px}.project-investors__bottom{margin-top:200px}.project-investors__divider{width:100%;margin-bottom:24px}.project-investors__subtitle{font-size:22px;max-width:348px;margin:0 0 24px}.project-investors__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.project-investors__text{font-size:16px;max-width:576px}.project-investors__btn{width:60px;height:60px}.investors-popup{padding:0}.investors-popup__dialog{width:100%}.investors-popup__close{top:30px;right:30px;width:52px;height:52px}.investors-popup__content{padding:100px 30px 40px}.investors-popup__section{margin-bottom:50px}.investors-popup__section-head{margin-bottom:30px}.investors-popup__section-title,.investors-popup__section-num{font-size:26px}.investors-popup__features{grid-template-columns:repeat(3, 1fr);gap:24px 30px;margin-bottom:40px}.investors-popup__feature-icon{margin-bottom:20px}.investors-popup__feature-title{font-size:20px;margin:0 0 14px}.investors-popup__feature-text{font-size:14px}.investors-popup__media{width:100%;height:auto;aspect-ratio:660/359}.investors-popup__form{padding-top:40px}.investors-popup__form-title{font-size:26px;margin:0 0 36px;max-width:410px}.investors-popup__inputs{gap:30px;margin-bottom:36px}.investors-popup__select{margin-bottom:30px}.project-eco__inner{grid-template-columns:400px 296px;gap:24px;padding:24px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.project-eco__sticky{width:400px;height:464px}.project-eco__title{top:20px;left:20px;width:360px;font-size:18px}.project-eco__right{width:296px}.project-eco__media--top{width:296px;height:296px}.project-eco__media--mid{width:185px;height:234px;margin-top:10px}.project-eco__media--bottom{width:296px;height:177px;margin-top:10px}.project-apartments__inner{padding-top:24px;padding-bottom:30px}.project-apartments__title{top:24px;left:24px;font-size:30px}.project-apartments__type-row{gap:20px;margin-bottom:20px}.project-apartments__type{font-size:50px}.project-apartments__more{width:52px;height:52px}.project-apartments__more svg{width:24px;height:24px}.project-apartments__divider{margin-bottom:24px}.project-apartments__meta{grid-template-columns:auto auto 1fr;gap:20px;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.project-apartments__price{gap:8px}.project-apartments__price-label{font-size:14px}.project-apartments__price-value{font-size:26px}.project-apartments__area{font-size:22px}.apt-popup{padding:0}.apt-popup__dialog{width:100%}.apt-popup__content{padding:30px}.apt-popup__head{margin-bottom:24px}.apt-popup__type{font-size:40px}.apt-popup__close{width:52px;height:52px}.apt-popup__divider{margin-bottom:24px}.apt-popup__stats{gap:20px;margin-bottom:24px}.apt-popup__stat-label{font-size:14px}.apt-popup__stat-value{font-size:26px}.apt-popup__desc{font-size:14px;margin:0 0 30px}.apt-popup__plan{margin-bottom:40px}.apt-popup__section-title{margin:0 0 24px;font-size:26px}.apt-popup__features{gap:40px 0;padding:30px 0;margin-bottom:30px}.apt-popup__features::after{top:30px;bottom:30px}.apt-popup__feature{padding:0 20px}.apt-popup__feature-icon{margin-bottom:16px}.apt-popup__compare{height:289px;margin-bottom:30px}.apt-popup__includes{gap:24px 30px}.apt-popup__price-label{font-size:14px}.apt-popup__price-value{font-size:26px}.apt-popup__form{padding-top:40px}.apt-popup__form-title{font-size:26px;margin:0 0 36px;max-width:410px}.project-terms{padding:80px 0 40px}.project-terms__title{font-size:40px;margin:0 0 30px}.project-terms__cards{grid-template-columns:1fr 1fr;gap:16px}.project-terms__card{height:266px;padding:20px}.project-terms__card--dark{grid-column:1/-1;height:227px}.project-terms__card-title{font-size:26px;margin:0 0 12px}.project-terms__card-text{font-size:16px;width:auto;max-width:416px}.project-terms__card-num{left:20px;bottom:16px}.project-terms__card-num span:first-child{font-size:100px}.project-terms__card-num span:last-child{font-size:50px}.project-terms__card-bottom{left:20px;right:20px;bottom:20px;gap:16px}.project-terms__card-btn{padding:18px 28px;font-size:16px}.project-terms__card-phone{font-size:16px}.project-construction{padding:40px 0}.project-construction__head{margin-bottom:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.project-construction__title{font-size:40px}.project-construction__nav{gap:12px}.project-construction__nav-btn{width:52px;height:52px;backdrop-filter:none}.project-construction__nav-btn svg{width:24px;height:24px}.project-construction__slider .swiper-slide{width:352px;height:360px}.project-construction__card{width:352px;height:360px}.project-construction__card-date{top:20px;left:20px;font-size:26px}.project-construction__card-name{left:20px;bottom:20px;font-size:18px}.project-construction__card-btn{right:20px;bottom:20px;width:52px;height:52px}.project-construction__more{margin:30px auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.project-construction__more-btn{padding:18px 28px;font-size:16px}.project-documents{padding:40px 0 80px}.project-documents__title{font-size:40px;margin:0 0 30px}.project-documents__list{display:-webkit-box;display:-ms-flexbox;display:flex;grid-template-columns:none;gap:20px;overflow-x:auto;scrollbar-width:none;margin:0 -24px;padding:0 24px}.project-documents__list::-webkit-scrollbar{display:none}.project-documents__item{-ms-flex-negative:0;flex-shrink:0;width:444px;padding:26px}.project-documents__item-title{font-size:22px;margin:0 0 20px}.project-documents__item-meta{font-size:16px}.project-documents__item-actions{gap:16px}.project-documents__item-btn{width:44px;height:44px}.construction-popup{padding:0}.construction-popup__dialog{width:100%}.construction-popup__close{top:30px;right:30px;width:52px;height:52px}.construction-popup__content{padding:43px 30px 40px}.construction-popup__title{font-size:26px;margin:0 0 28px;padding-right:80px}.construction-popup__sep{margin-bottom:12px}.construction-popup__meta{margin-bottom:18px}.construction-popup__slider{height:394px;margin-bottom:24px}.construction-popup__body{margin-bottom:30px}.construction-popup__body-title{font-size:22px;margin:0 0 14px}.construction-popup__text{font-size:14px}.construction-popup__video{height:372px;margin-bottom:40px}.construction-popup__form{padding-top:30px}.construction-popup__form-title{font-size:26px;margin:0 0 18px;max-width:410px}.project-specs{padding:80px 0}.project-specs__title{margin-bottom:40px;font-size:34px}.project-specs__list{grid-template-columns:repeat(3, 1fr);gap:16px}.project-specs__item{padding:30px 22px}.project-specs__value{font-size:42px}.project-specs__unit{font-size:21px}.project-advantages{padding:80px 0}.project-advantages__title{margin-bottom:40px;font-size:34px}.project-advantages__list{grid-template-columns:repeat(2, 1fr)}.project-advantages__item-title{font-size:22px}.project-eco-intro__pin{display:block;height:auto;padding:60px 0}.project-eco-intro__stage{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px;padding:0 24px;height:auto}.project-eco-intro__title{position:static;grid-column:1/-1;margin-bottom:24px;width:100%;-webkit-transform:none;-ms-transform:none;transform:none;font-size:24px}.project-eco-intro__main{position:static;grid-column:1/-1;width:100%;-webkit-transform:none;-ms-transform:none;transform:none}.project-eco-intro__side{position:static}.project-eco-intro__side--tl,.project-eco-intro__side--bl,.project-eco-intro__side--tr,.project-eco-intro__side--br{width:100%;height:220px}.not-found{min-height:100vh;height:auto}.not-found__inner{grid-template-columns:1fr;gap:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;padding:140px 0 80px;text-align:center}.not-found__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;max-width:560px;justify-self:center;gap:24px}.not-found__title{font-size:28px}.not-found__text{font-size:16px;max-width:100%}.vacancies-hero{height:auto;min-height:320px;padding-top:110px;padding-bottom:40px}.vacancies-hero .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:30px}.vacancies-hero__title{font-size:60px;line-height:1}.vacancies-hero__filters{width:100%;gap:30px}.vacancies-filter{-webkit-box-flex:1;-ms-flex:1;flex:1}.vacancies-filter__select{width:100%}.vacancies{margin-top:-38px;padding-bottom:60px}.vacancies__list{max-width:100%;gap:20px}.vacancies .btn-white{padding:18px 34px;font-size:16px}.vacancy-acc__head{padding:22px;gap:20px}.vacancy-acc__fire{width:18px;height:21px}.vacancy-acc__title{font-size:20px}.vacancy-acc__meta{gap:20px}.vacancy-acc__info{gap:16px}.vacancy-acc__col-label,.vacancy-acc__col-value{font-size:14px}.vacancy-acc__toggle{padding:15px 24px;font-size:16px}.vacancy-acc__body-pad{padding:0 22px 30px}.vacancy-acc__content{max-width:100%;gap:30px}.vacancy-acc__desc,.vacancy-acc__list li{font-size:16px}.vacancy-acc__list{gap:12px}.vacancy-acc__apply{padding:18px 28px;font-size:16px}.vacancies-cta{min-height:540px}.vacancies-cta .container{padding-bottom:60px}.vacancies-cta__title{font-size:40px;margin-bottom:30px}.vacancies-cta__bottom{gap:30px}.apply-modal__dialog{width:600px;max-width:calc(100% - 40px);padding:40px}.apply-modal__title{font-size:30px}.apply-modal__fields{gap:40px}.apply-modal__row{grid-template-columns:1fr;gap:40px}.apply-modal__submit{width:auto;padding:18px 28px;font-size:16px}}@media(max-width: 767px){.container{max-width:calc(100% - 32px)}.loader__inner{gap:20px}.loader svg{height:70px}.callback-modal{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.callback-modal__backdrop{display:none}.callback-modal__dialog{width:100%;max-width:100%;max-height:100%;min-height:100%;padding:60px 16px 40px;gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.callback-modal__close{top:14px;right:14px}.callback-modal__form{gap:20px}.callback-modal__head{gap:12px}.callback-modal__title{font-size:26px}.callback-modal__subtitle{font-size:14px;max-width:296px}.callback-modal__body{gap:26px}.callback-modal__inputs{gap:36px}.callback-modal__field{gap:0}.callback-modal__input{font-size:14px;padding:16px 20px 16px 0}.callback-modal__label{font-size:14px}.callback-modal__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:26px}.callback-modal__submit{width:100%;padding:18px 28px;font-size:16px}.callback-modal__policy{max-width:100%;text-align:left}.callback-modal__success{padding:83px 0 0;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.callback-modal__success-icon{width:70px;height:70px;margin-bottom:16px}.callback-modal__success-icon svg{width:40px;height:40px}.callback-modal__success-title{font-size:26px;max-width:240px;margin-bottom:14px}.callback-modal__success-text{font-size:14px;margin-bottom:26px}.callback-modal__success-btn{width:100%;min-width:0;padding:18px 28px;font-size:16px}.menu-overlay__inner{padding:89px 0 40px}.menu-overlay__close{top:23px;right:16px;left:auto}.menu-overlay__lang{top:30px;left:18px;right:auto;gap:12px}.menu-overlay__lang-item{font-size:14px}.menu-overlay__nav{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-align:center;-ms-flex-align:center;align-items:center;gap:18px;margin-bottom:30px}.menu-overlay__link{font-size:20px;width:100%;text-align:center}.menu-overlay__link svg{width:18px;height:18px}.menu-overlay__divider{margin-bottom:30px}.menu-overlay__footer{margin-bottom:50px}.menu-overlay__bottom-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}.menu-overlay__contact{font-size:14px}.menu-overlay__projects-label{font-size:26px}.menu-overlay__projects-logo svg{width:215px}.menu-projects__nav{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.to-top{right:16px;bottom:calc(16px + env(safe-area-inset-bottom));width:44px;height:44px}.to-top svg{width:20px;height:20px}*{backdrop-filter:none !important;-webkit-backdrop-filter:none !important}.header.is-scrolled:not(.static){background:rgba(25,28,30,.9)}.promo-main__badge,.interior-nav__btn,.callback__phone{background:hsla(0,0%,100%,.3)}.projects__item-more-btn{background:rgba(93,93,93,.85)}.projects__item-badge{background:rgba(93,93,93,.85)}.propos,.menu-project__btn{background:hsla(0,0%,100%,.12)}.news-hero{height:400px;padding-top:100px}.news-hero__title{font-size:40px;margin-bottom:20px}.news-filter{gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.news-filter__tabs{gap:18px;width:calc(100% + 32px);margin:0 -16px;padding:0 16px;overflow-x:auto;scrollbar-width:none}.news-filter__tabs::-webkit-scrollbar{display:none}.news-filter__tab{font-size:18px;padding-bottom:8px}.news-filter__project{width:100%}.news-filter__select{width:100%}.news-filter__select .select-current:after{top:15px}.news-grid .btn-white{width:100%}.news-grid__inner{grid-template-columns:1fr;gap:16px}.news-subscribe{min-height:500px}.news-subscribe .container{padding:40px 0}.news-subscribe__card{padding:16px;max-width:100%}.news-subscribe__title{font-size:22px;margin-bottom:26px}.news-subscribe__field{gap:0}.news-subscribe__field-label{font-size:12px}.news-subscribe__input{font-size:16px}.news-subscribe__select .select-current{font-size:16px}.news-subscribe__select .select-item{-webkit-transition:all .3s ease;transition:all .3s ease;font-size:16px}.news-subscribe__success{padding:50px 0}.news-subscribe__success svg{width:80px;height:80px;margin-bottom:10px}.news-construction__inner{grid-template-columns:1fr;gap:16px}.news-construction .news-construction__card{width:100%;height:300px}.news-grid__empty{padding:60px 16px;gap:24px}.news-grid__empty-text{font-size:16px}.mobile-only{display:block}.desktop-only{display:none}.left-panel{padding:20px 0}.banner{padding:86px 0 50px}.banner__text{font-size:14px}.banner .desktop{display:none}.banner .mobile{display:block}.banner__projects{background:rgba(0,0,0,0);backdrop-filter:none;padding:0;gap:12px;overflow-x:scroll;height:auto;max-width:100%}.banner__item{-webkit-transition:all .3s ease;transition:all .3s ease}.banner__item-location{margin-bottom:20px}.banner__item-content img{display:none}.banner__item:hover{min-width:172px;width:172px;height:188px}.advant__top{row-gap:40px;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;margin-bottom:85px}.advant__item:nth-child(2) .advant__item-text{text-align:left;max-width:200px}.advant__item-number{font-size:50px}.advant__item-text{font-size:14px}.advant__text{font-size:14px}.advant__text .advant__btr{margin-top:14px}.promo-main{inset:max(40px,var(--header-total)) 16px 40px}.promo-main__title{font-size:20px;margin-bottom:16px}.promo-main__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px}.promo-main__bottom .btn-white{text-align:center;width:100%}.promo-item{padding:60px 16px 16px}.promo-item__badge{padding:8px 12px;position:absolute;top:16px}.promo-item__bottom{position:static}.promo-item__title{font-size:18px;margin-bottom:16px}.projects .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;inset:max(40px,var(--header-total)) 0 40px}.projects__top{margin-bottom:20px;-ms-flex-negative:0;flex-shrink:0}.projects__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;padding-left:0}.projects__title{font-size:26px;margin-bottom:10px}.projects__text svg{height:30px}.projects__btn{gap:0;padding:12px;font-size:0}.projects__item{max-width:100%}.projects__item img{width:100%;margin-bottom:16px}.projects__item-title{font-size:20px}.projects__item-metro{margin-top:12px;font-size:14px}.projects__item-btn{width:54px;height:54px}.projects__item-badge{font-size:12px;padding:5px 10px}.projects__item-more-btn{height:28px;padding:8px 14px;font-size:12px}.projects .propos{min-width:auto;height:auto;background:rgba(0,0,0,0)}.projects .propos .btn-orange{width:100%}.projects-progress{gap:10px;padding:0 20px;width:170px}.service{padding:40px 0}.service__title{font-size:26px}.service__item-title{font-size:26px;margin-bottom:14px}.service__item-text{font-size:16px}.service .icon{display:none}.service__content{max-width:100%;overflow:hidden}.service__progress{display:none}.service-slide{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:30px}.service-slide .box{max-width:100%}.service-slide img{width:100%;height:auto;max-height:none}.invest{padding:40px 0}.invest__title{font-size:26px;margin-bottom:20px}.invest__inner{gap:16px}.invest-item:first-child .invest-item__title{margin-bottom:20px}.invest-item{padding:20px;min-width:calc(100vw - 32px) !important;min-height:380px}.invest-item__title{font-size:22px;margin-bottom:20px}.invest-item__text{font-size:14px}.invest-item__subtext{font-size:12px}.invest-single__title{font-size:26px}.invest-single li,.invest-single__text{font-size:12px}.invest-single__price-text{font-size:18px}.invest-single__price-value{font-size:100px}.invest-single__price-hint{font-size:12px}.interior.mobile-only{position:static;height:auto;display:block}.interior.mobile-only>.interior-nav__label{display:none}.interior.mobile-only .interior-slider{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#1f2326;overflow:hidden;height:auto}.interior.mobile-only .interior__inner{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:static;inset:auto;margin:0;padding:80px 16px 30px;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-align:start;-ms-flex-align:start;align-items:flex-start}.interior.mobile-only .interior__text{font-size:16px;line-height:1.2;margin:0 0 12px}.interior.mobile-only .interior__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px;margin:0 0 16px;font-size:16px}.interior.mobile-only .interior__price span{font-size:50px;line-height:1}.interior.mobile-only .interior__hint{font-size:8px;margin:0;opacity:.3;max-width:100%}.interior.mobile-only .swiper-wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.interior.mobile-only .swiper-slide{height:auto}.interior.mobile-only .interior-slide{width:100%;height:auto}.interior.mobile-only .interior-slide img{width:100%;height:auto;display:block}.interior.mobile-only .interior-slider>.box{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-ms-flex-item-align:end;align-self:end;justify-self:stretch;z-index:2;padding:0;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;background:rgba(0,0,0,0);position:absolute;bottom:140px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.interior.mobile-only .interior-nav__btn{width:24px;height:24px;padding:0;border:0;border-radius:0;color:var(--color-white);-ms-flex-negative:0;flex-shrink:0;cursor:pointer;background:rgba(0,0,0,0) !important;backdrop-filter:none !important}.interior.mobile-only .interior-nav__btn svg{width:100%;height:100%}.interior.mobile-only .interior-nav__fraction{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;color:var(--color-white);font-size:14px}.interior.mobile-only .interior-nav__fraction .swiper-pagination{position:static;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100px;height:2px;background:hsla(0,0%,100%,.3)}.interior.mobile-only .interior-nav__fraction .swiper-pagination-progressbar-fill{background:var(--color-white)}.interior.mobile-only .interior-slider>.btn-white{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;width:calc(100% - 32px);justify-self:center;text-align:center;margin:20px 16px 40px;padding:22px;border-radius:50px;font-size:16px}.reit.mobile-only{position:static;height:auto}.reit .logo{position:static;margin:0 auto 60px}.reit__above-title{margin-bottom:10px}.reit__title{font-size:26px;margin-bottom:20px}.reit__text{margin-top:0;margin-bottom:12px}.reit ul{margin-top:0;margin-bottom:30px}.reit .img-wrap{margin-bottom:20px}.reit__line-inner{margin-bottom:9px}.reit__line-text{font-size:12px}.reit__line-value{font-size:24px}.reit__line .range{margin-bottom:7px}.reit-side{clip-path:none;padding:40px 16px}.reit-side .square{bottom:-30px}.reit-side .gradient{height:calc(100% + 20px)}.reit-side .btn-purple,.reit-side .btn-black{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.reit-side--right{gap:30px}.range{--track-h: 2px;--thumb: 16px}.range__bottom-value{font-size:14px}.promos .promos__top .swiper-box,.promos .news__top .swiper-box,.news .promos__top .swiper-box,.news .news__top .swiper-box{display:none}.promos .promos__top,.promos .news__top,.news .promos__top,.news .news__top{margin-bottom:20px}.promos .promos-item,.promos .news-item,.news .promos-item,.news .news-item{width:100%;max-width:100%;min-width:0}.callback__logo{top:46px;width:157px}.callback__people{left:50%;width:167%;bottom:-13%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.callback__left{min-height:560px}.callback__left::after{padding-bottom:54%}.callback__left-content{padding:120px 16px 40px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.callback__left-content .box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.callback__title{font-size:26px;margin:0 0 16px}.callback__text{font-size:14px;max-width:100%;margin-bottom:0}.callback__phone{margin-top:0;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 20px;font-size:16px}.callback__right{padding:40px 16px}.callback__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:36px;max-width:100%}.callback__form-bottom{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-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:26px;margin-top:0}.callback__field{gap:6px}.callback__input,.callback__select{font-size:16px;padding:13px 0}.callback__input::-webkit-input-placeholder, .callback__select::-webkit-input-placeholder{font-size:16px}.callback__input::-moz-placeholder, .callback__select::-moz-placeholder{font-size:16px}.callback__input:-ms-input-placeholder, .callback__select:-ms-input-placeholder{font-size:16px}.callback__input::-ms-input-placeholder, .callback__select::-ms-input-placeholder{font-size:16px}.callback__input::placeholder,.callback__select::placeholder{font-size:16px}.callback p{margin:0}.callback__label{font-size:12px}.callback__submit{width:100%}.callback__policy{font-size:12px;max-width:100%}.callback__success{padding:40px 24px}.callback__success svg{width:80px;height:80px;margin-bottom:24px}.callback__success-title{font-size:24px;margin-bottom:12px;text-align:center}.callback__success-text{font-size:14px;margin-bottom:30px;text-align:center}.callback .btn-orange{width:100%}.mob-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;margin-top:30px}.mob-nav__btn{-webkit-transition:all .3s ease;transition:all .3s ease;background:none;border:0;padding:0;width:24px;height:24px;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;cursor:pointer;color:var(--color-orange);-ms-flex-negative:0;flex-shrink:0}.mob-nav__btn.swiper-button-disabled{color:var(--color-gray);cursor:default}.mob-nav__btn svg{width:100%;height:100%}.mob-nav__btn:hover svg path{stroke:var(--color-orange)}.mob-nav__current,.mob-nav__total{font-size:14px;color:var(--color-black);min-width:14px;text-align:center;-ms-flex-negative:0;flex-shrink:0}.mob-nav .swiper-pagination{position:static;-webkit-box-flex:1;-ms-flex:1;flex:1;height:2px;background:rgba(25,28,30,.15)}.mob-nav .swiper-pagination-progressbar-fill{background:var(--color-orange)}.structure.mobile-only{position:static;height:auto;-webkit-transform:none;-ms-transform:none;transform:none;pointer-events:auto;padding:60px 16px}.structure__title{position:relative;z-index:1;font-size:26px;margin-bottom:20px}.structure__cards{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:16px;max-width:none;padding:0}.structure-card{width:100%;height:320px}.structure-card:nth-child(3){-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}.structure-card:nth-child(2){-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.structure-card:nth-child(1){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.structure-card__front{gap:80px}.structure-card__logo{width:242px;height:40px}.structure-card__plus{width:60px;height:60px}.structure-card__plus svg{width:24px;height:24px}.structure-card__back{padding:16px}.structure-card__name{font-size:18px}.structure-card__text{font-size:14px}.structure-card--long .structure-card__text{font-size:12px}.about.mobile-only{position:static;height:600px;-webkit-transform:none;-ms-transform:none;transform:none;pointer-events:auto}.about__mask{display:none}.about__media:after{background:rgba(0,0,0,.55)}.about__head{left:20px;right:20px;top:32px;max-width:none}.about__title{font-size:20px;margin-bottom:8px}.about__text{font-size:14px;max-width:270px}.about__center{top:calc(50% - 91px);gap:14px}.about__number{width:108px;height:54px}.about__label{font-size:14px;width:auto;white-space:nowrap}.about__btn{top:calc(50% - 22px);padding:18px 28px;font-size:16px}.about__note{left:20px;right:20px;bottom:30px;width:auto;font-size:14px}.layer{will-change:transform}:root{--header-h: 70px}.header__inner{height:70px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.header .side:last-child{display:none}.header .logo{position:static;-webkit-transform:none;-ms-transform:none;transform:none}.header .logo svg{height:30px}.header .menu-btn{font-size:0;margin-right:0;gap:0}.page-static-header{padding-top:calc(70px + env(safe-area-inset-top))}.footer{padding:50px 0}.footer__inner{display:grid;grid-template-columns:1fr;gap:40px}.footer__col--brand{grid-area:auto}.footer__col-middle{margin-left:0;grid-area:auto;width:100%}.footer__logo{margin-bottom:32px}.footer__brand-link{-webkit-transition:all .3s ease;transition:all .3s ease;font-size:14px;padding:14px 20px}.footer__nav-link{-webkit-transition:all .3s ease;transition:all .3s ease}.footer__col--contacts{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;grid-area:auto;gap:40px}.footer__col--contacts .btn-orange{width:100%;text-align:center}.footer__contacts{margin-bottom:16px}.footer__contact-link{-webkit-transition:all .3s ease;transition:all .3s ease}.footer__social{-webkit-transition:all .3s ease;transition:all .3s ease}.footer__watermark{display:none}.footer__bottom-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:18px}.footer__policy{-webkit-transition:all .3s ease;transition:all .3s ease;margin-left:0}.news-article{padding:20px 0 0}.news-article__title{font-size:24px;margin-bottom:16px}.news-article__share{font-size:0;gap:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.news-article__share-btn{-webkit-transition:all .3s ease;transition:all .3s ease;background:none !important;padding:0;width:auto;height:auto}.news-article__share-btn:hover svg path{stroke:var(--color-orange)}.news-article__back{background:none !important;padding:0;color:var(--color-black) !important;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.news-article__topbar{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;max-width:calc(100% - 32px)}.news-article__inner{max-width:calc(100% - 32px)}.news-article__meta{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;max-width:100%;text-align:center;width:100%}.news-article__meta strong{font-size:22px}.news-article__img{width:calc(100% + 32px);margin-left:-16px;margin-bottom:20px}.news-article__text{padding:20px 0;margin-bottom:20px}.news-article__text p{line-height:130%;margin-bottom:14px}.news-article h2,.news-article__subtitle{font-size:20px;margin-bottom:16px}.news-article iframe{margin-bottom:20px;width:calc(100% + 32px);margin-left:-16px}.news-article__list{margin-bottom:20px}.news-article__cta{padding:40px 16px;width:calc(100% + 32px);margin-left:-16px}.news-article__cta-circle{display:none}.news-article__cta-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news-article__cta-actions a,.news-article__cta-actions button{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.news-article__cta-title{font-size:24px;margin-bottom:14px}.news-article__cta-text{font-size:14px;margin-bottom:32px}.news-article__cta-desc{margin-bottom:40px}.news-article__slider{width:calc(100% + 32px);margin-left:-16px}.news-article__slider-nav{right:auto;bottom:20px;left:50%;gap:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.news-article__slider-nav .swiper-pagination{width:100px}.news-article__slider-nav__btn{width:auto;height:auto;background:none}.news-article__related.promos{padding:40px 0}.news-article__related.promos .promos__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.news-article__related.promos .promos__title{font-size:24px}.news-article__related.promos .promos-item{max-width:100%;min-width:auto}.article-subscribe{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:24px;padding:24px 16px}.article-subscribe__title{font-size:18px}.project-hero__inner{position:static !important;padding:86px 0 14px;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-align:stretch;-ms-flex-align:stretch;align-items:stretch}.project-hero__logo{margin:0 auto 20px}.project-hero__logo img{width:auto;height:68px;max-width:100%;-o-object-fit:contain;object-fit:contain}.project-hero__meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px;margin-bottom:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.project-hero__meta-block{gap:6px}.project-hero__meta-label{font-size:14px}.project-hero__meta-value{font-size:14px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px 6px}.project-hero__metro svg{width:24px;height:24px}.project-hero__cta{display:none}.project-hero__cta--mobile{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:absolute;left:16px;right:16px;bottom:14px;width:auto;padding:18px 28px;font-size:16px;z-index:2}.project-hero__cards{position:relative;overflow:hidden;padding-bottom:40px;left:0;top:0}.project-hero__cards .swiper-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0}.project-hero__cards .promo-card{width:100%;height:auto}.project-hero__cards-nav{left:16px;right:16px;gap:16px}.project-hero__cards-counter{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;gap:0}.project-hero__cards-progress{display:none}.project-hero__cards-divider{display:inline}.project-hero__nav{display:none}.project-about{padding:30px 0}.project-about__lead{font-size:16px;margin-bottom:20px;max-width:100%}.project-about__media{display:block}.project-about__media-large{width:100%;height:286px}.project-about__media-small{display:none}.project-location{padding:40px 0 0}.project-location__title{font-size:26px;margin-bottom:30px;max-width:100%}.project-location__info{position:static}.project-location__grid{grid-template-columns:1fr;gap:20px}.project-location .box{margin-left:-16px;gap:16px}.project-location__minutes svg{width:146px;height:146px}.project-location__minutes-num{font-size:50px;line-height:40px}.project-location__minutes-label{font-size:12px;width:auto}.project-location__metro-label,.project-location__metro-name{font-size:16px}.project-location__metro-name{margin-bottom:8px}.project-location__metro-desc{font-size:12px;width:193px}.project-location__routes{font-size:12px;width:auto;max-width:100%}.project-location__routes li:not(:last-child){margin-bottom:8px}.project-location__metro svg{width:30px;height:26px}.project-location__nav{position:absolute;left:0;right:0;bottom:40px;z-index:2;width:auto;margin:20px 0 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.project-location__nav-counter{margin:0 auto}.project-location__nav-btn svg{width:24px;height:24px}.project-location__slider{padding-bottom:80px}.project-location__slider .swiper-slide{height:212px;width:100%}.project-location-map{padding:40px 16px}.project-location-map__title{font-size:26px;max-width:100%;margin-bottom:24px}.project-location-map__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:20px}.project-location-map__cats{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:16px;overflow-x:auto;scrollbar-width:none;margin:0 -16px;padding:0 16px}.project-location-map__cats::-webkit-scrollbar{display:none}.project-location-map__cat{gap:12px;-ms-flex-negative:0;flex-shrink:0}.project-location-map__cat svg{width:46px;height:46px}.project-location-map__cat-label{font-size:16px}.project-location-map__map-scroll{overflow-x:auto;margin:0 -16px;padding:0 16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.project-location-map__map-scroll::-webkit-scrollbar{display:none}.project-location-map__map{width:590px;max-width:none;height:auto;aspect-ratio:590/400;margin:0}.project-location-map__svg--base{width:100%;height:100%}.project-location-map__progress{position:relative;height:2px;margin:20px 0 0;background:hsla(0,0%,100%,.15);border-radius:2px;overflow:hidden}.project-location-map__progress-thumb{position:absolute;left:0;top:0;bottom:0;width:30%;background:#fff;border-radius:2px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);will-change:transform}.page-project--obolon .project-location-map__map{width:500px;aspect-ratio:792/790}.page-project--terminal .project-location-map__map{width:590px;height:auto;aspect-ratio:1325/880}.page-project--terminal .project-location-map__svg--base{width:100%;height:100%}.page-project--vdng .project-location-map__map{width:590px;height:auto;aspect-ratio:1364/960;margin-bottom:0}.page-project--vdng .project-location-map__svg--base{width:100%;height:100%}.project-infra__pin{height:auto;min-height:0;overflow:visible;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:40px 0 0}.project-infra__title{position:static;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;left:16px;font-size:26px;margin:0 16px 30px;text-align:left}.project-infra__cat{position:relative;inset:auto;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;overflow:visible;margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.project-infra__cat:not(:first-child){-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.project-infra__inner{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:static;height:auto;padding:0;margin:0 0 14px}.project-infra__content{position:static;width:auto;top:auto;right:auto;padding:0 16px}.project-infra__counter,.project-infra__text{display:none}.project-infra__cat-title{position:static;font-size:32px;margin:0;color:#fff}.project-infra__tabs{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:static;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;gap:16px;font-size:18px;margin:0 0 16px;padding:0 16px;bottom:auto;left:auto}.project-infra__tabs::-webkit-scrollbar{display:none}.project-infra__tabs li{-ms-flex-negative:0;flex-shrink:0;width:auto}.project-infra__tabs-pane{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;position:relative;inset:auto;height:286px}.project-infra__tab{position:absolute;inset:0}.project-infra__slider{position:absolute;inset:0 0 auto 0;height:230px}.project-infra__slider::before,.project-infra__slider::after{display:none}.project-infra__slider .swiper-slide{min-height:0;height:230px}.project-infra__slider .swiper-slide img{min-height:0;height:230px;width:100%;-o-object-fit:cover;object-fit:cover}.project-infra__pagination{position:absolute;left:16px;right:16px;top:246px;bottom:auto;margin:0;width:auto;gap:10px}.project-infra__nav-btn{-webkit-transition:all .3s ease;transition:all .3s ease;width:24px;height:24px;background:rgba(0,0,0,0);backdrop-filter:none}.project-infra__nav-btn:hover{background:rgba(0,0,0,0)}.project-infra__progress.swiper-pagination-progressbar{-webkit-box-flex:1;-ms-flex:1;flex:1;width:auto;height:6px}.project-infra__more{position:absolute;right:16px;top:168px;width:52px;height:52px;border-radius:56px;border:1px solid hsla(0,0%,100%,.2);background:rgba(0,0,0,0);color:#fff;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:3}.project-infra-popup{position:fixed;inset:0;z-index:200}.project-infra-popup[hidden]{display:none}.project-infra-popup__backdrop{position:absolute;inset:0;background:rgba(25,28,30,.7);opacity:0;-webkit-transition:opacity .25s ease;transition:opacity .25s ease}.project-infra-popup__sheet{position:absolute;left:0;right:0;bottom:0;background:#fff;padding:16px 16px 40px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .28s ease;transition:-webkit-transform .28s ease;transition:transform .28s ease;transition:transform .28s ease, -webkit-transform .28s ease;max-height:85vh;overflow-y:auto}.project-infra-popup.is-open .project-infra-popup__backdrop{opacity:1}.project-infra-popup.is-open .project-infra-popup__sheet{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.project-infra-popup__close{margin:0 0 16px auto;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;width:42px;height:42px;border-radius:56px;border:1px solid #e5e5e5;background:rgba(0,0,0,0);cursor:pointer}.project-infra-popup__title{margin:0 0 14px;font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:32px;line-height:1;color:var(--color-black)}.project-infra-popup__text{font-family:"Stolzl Book",sans-serif;font-weight:400;font-size:14px;line-height:1.2;color:var(--color-black)}.project-infra-popup__text p{margin:0 0 12px;color:var(--color-black)}.project-infra-popup__text p:last-child{margin-bottom:0}.project-services__inner{padding:40px 0 30px}.project-services__title{font-size:26px;margin:0 0 30px;max-width:100%}.project-services__slider .swiper-slide{width:260px;height:350px}.project-services__face{padding:18px}.project-services__card-title{font-size:22px}.project-services__card-text{font-size:14px;line-height:1.2}.project-services__toggle{right:16px;bottom:16px;width:52px;height:52px}.project-services__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;margin:24px 16px 0}.project-services__progress.swiper-pagination-progressbar{width:auto;-webkit-box-flex:1;-ms-flex:1;flex:1;height:2px;position:relative;top:auto;left:auto;background:hsla(0,0%,100%,.2);border-radius:3px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.project-services__nav-buttons{display:contents}.project-services__nav-btn{background:rgba(0,0,0,0);border:0;padding:0;width:24px;height:24px;cursor:pointer;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.project-services__nav-btn svg{width:24px;height:24px}.project-services__prev{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.project-services__next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.project-investors__inner{grid-template-columns:1fr;gap:0;padding:40px 0 30px}.project-investors__media{display:none}.project-investors__content{height:auto;padding-top:0;display:block}.project-investors__title{font-size:26px;max-width:245px;margin-bottom:80px}.project-investors__bottom{margin-top:0}.project-investors__divider{width:100%;margin-bottom:16px}.project-investors__subtitle{font-size:22px;max-width:289px;margin:0 0 16px}.project-investors__row{display:block}.project-investors__text{font-size:14px;max-width:100%;margin-bottom:30px}.project-investors__btn{width:100%;height:60px;border-radius:80px;padding:18px 28px}.project-investors__btn svg{display:none}.project-investors__btn-text{display:inline;font-family:"Stolzl",sans-serif;font-weight:500;font-size:16px;line-height:1.1;color:#fff}.investors-popup{padding:0}.investors-popup__dialog{width:100%}.investors-popup__close{top:16px;right:16px;width:42px;height:42px}.investors-popup__content{padding:70px 16px 40px}.investors-popup__section{margin-bottom:30px}.investors-popup__section-head{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;margin-bottom:24px}.investors-popup__section-title,.investors-popup__section-num{font-size:22px}.investors-popup__features{grid-template-columns:1fr;gap:24px;margin-bottom:24px}.investors-popup__feature{display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;-webkit-column-gap:18px;-moz-column-gap:18px;column-gap:18px;row-gap:12px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.investors-popup__feature-icon{grid-column:1;grid-row:1/span 2;margin-bottom:0;width:30px;height:30px}.investors-popup__feature-title{grid-column:2;grid-row:1;font-size:18px;margin:0}.investors-popup__feature-text{grid-column:2;grid-row:2;font-size:14px}.investors-popup__media{aspect-ratio:920/510;width:100%;height:auto}.investors-popup__form{padding-top:30px}.investors-popup__form-title{font-size:26px;margin:0 0 18px;max-width:100%}.investors-popup__inputs{gap:36px;margin-bottom:24px}.investors-popup__select{margin-bottom:26px}.project-eco__inner{grid-template-columns:minmax(0, 1fr);gap:20px;padding:0 0 40px;max-width:100%;overflow:hidden}.project-eco__sticky{position:relative;top:auto;width:100%;height:50vh;overflow:hidden}.project-eco__main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-eco__title{top:40px;left:16px;width:calc(100% - 32px);font-size:18px}.project-eco__right{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;padding:0 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;will-change:transform}.project-eco__media{-ms-flex-negative:0;flex-shrink:0;margin:0 !important}.project-eco__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.project-eco__media--top{width:296px;height:296px}.project-eco__media--mid{width:234px;height:296px}.project-eco__media--bottom{width:496px;height:296px}.project-apartments__pin{height:auto;overflow:visible;padding:40px 0 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.project-apartments__title{position:static;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;left:auto;top:auto;font-size:26px;margin:0 16px 30px;max-width:270px;color:#fff}.project-apartments__card{position:relative;inset:auto;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.project-apartments__card:not(:first-child){-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.project-apartments__bg{position:relative;height:214px}.project-apartments__bg img{height:214px;-o-object-fit:cover;object-fit:cover}.project-apartments__overlay{height:92px;top:auto;bottom:83ppx;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%)}.project-apartments__inner{position:relative;z-index:2;height:auto;padding:0;margin-top:-80px}.project-apartments__bottom{width:auto;padding-bottom:30px}.project-apartments__type-row{margin-bottom:8px;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.project-apartments__type{font-size:28px}.project-apartments__more{width:52px;height:52px;margin-left:auto;margin-bottom:-25px}.project-apartments__divider{display:none}.project-apartments__meta{grid-template-columns:1fr 1fr;gap:36px 16px;margin-top:0}.project-apartments__area{grid-column:1/-1;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;font-size:16px;text-align:left}.project-apartments__price{gap:6px}.project-apartments__price-label{font-size:14px}.project-apartments__price-value{font-size:24px}.apt-popup{padding:0}.apt-popup__dialog{width:100%}.apt-popup__content{padding:16px 16px 40px}.apt-popup__head{margin-bottom:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.apt-popup__type{font-size:28px}.apt-popup__close{width:42px;height:42px}.apt-popup__divider{margin-bottom:20px}.apt-popup__stats{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px;margin-bottom:24px}.apt-popup__stat-label{font-size:14px}.apt-popup__stat-value{font-size:22px}.apt-popup__desc{font-size:14px;margin:0 0 24px}.apt-popup__plan{margin-bottom:24px}.apt-popup__section-title{margin:0 0 24px;font-size:22px}.apt-popup__features{grid-template-columns:1fr 1fr;gap:30px 16px;padding:24px 0;margin-bottom:24px}.apt-popup__features::after{top:24px;bottom:24px}.apt-popup__feature{padding:0 8px}.apt-popup__feature-icon{margin-bottom:16px}.apt-popup__compare{height:143px;margin-bottom:24px}.apt-popup__includes{grid-template-columns:1fr;gap:16px}.apt-popup__price-label{font-size:14px}.apt-popup__price-value{font-size:22px}.apt-popup__form{padding-top:24px}.apt-popup__form-title{font-size:26px;margin:0 0 18px;max-width:100%}.apt-popup__inputs{gap:36px;margin-bottom:24px}.project-terms{padding:40px 0 0}.project-terms__title{font-size:26px;margin:0 0 20px}.project-terms__cards{grid-template-columns:1fr;gap:16px}.project-terms__card{height:216px;padding:20px}.project-terms__card--dark{grid-column:1/-1;height:322px}.project-terms__card-title{font-size:26px;margin:0 0 12px}.project-terms__card-text{font-size:14px;width:auto;max-width:290px}.project-terms__card-num{left:20px;bottom:16px}.project-terms__card-num span:first-child{font-size:80px}.project-terms__card-num span:last-child{font-size:40px}.project-terms__card-bottom{left:20px;right:20px;bottom:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:14px}.project-terms__card-btn{width:100%;padding:18px 28px;font-size:16px}.project-terms__card-phone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:16px;text-align:center}.project-construction{padding:40px 0}.project-construction__head{margin-bottom:20px}.project-construction__title{font-size:26px}.project-construction__nav{display:none}.project-construction__slider .swiper-slide{width:328px;height:360px}.project-construction__card{width:328px;height:360px}.project-construction__card-date{top:20px;left:20px;font-size:26px}.project-construction__card-name{left:20px;bottom:20px;font-size:18px}.project-construction__card-btn{right:20px;bottom:20px;width:52px;height:52px}.project-construction__more{margin:30px 16px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.project-construction__more-btn{width:100%;padding:18px 28px;font-size:16px}.project-documents{padding:40px 0 80px}.project-documents__title{font-size:26px;margin:0 0 20px}.project-documents__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-template-columns:none;gap:16px;overflow:visible;margin:0;padding:0}.project-documents__item{width:100%;padding:20px}.project-documents__item-title{font-size:22px;margin:0 0 20px}.project-documents__item-meta{font-size:16px}.project-documents__item-actions{gap:16px}.project-documents__item-btn{width:44px;height:44px}.construction-popup{padding:0}.construction-popup__dialog{width:100%;background:#f1f1f2}.construction-popup__close{top:16px;right:16px;width:42px;height:42px}.construction-popup__content{padding:24px 16px 40px}.construction-popup__title{font-size:26px;margin:0 0 24px;padding-right:60px}.construction-popup__sep{margin-bottom:18px}.construction-popup__meta{margin-bottom:18px}.construction-popup__meta-name,.construction-popup__meta-date{font-size:14px}.construction-popup__slider{width:calc(100% + 32px);margin-left:-16px;height:214px;margin-bottom:16px}.construction-popup__pagination{color:var(--color-black)}.construction-popup__nav-btn{color:var(--color-black)}.construction-popup__nav-btn svg path{stroke:var(--color-black)}.construction-popup__progress.swiper-pagination-progressbar{width:195px;background:rgba(25,28,30,.15)}.construction-popup__progress.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--color-black)}.construction-popup__body{margin-bottom:30px}.construction-popup__body-title{font-size:22px;margin:0 0 14px}.construction-popup__text{font-size:14px}.construction-popup__video{height:184px;margin-bottom:30px}.construction-popup__form{padding-top:30px}.construction-popup__form-title{font-size:26px;margin:0 0 18px;max-width:100%}.construction-popup__inputs{gap:36px;margin-bottom:24px}.construction-popup__select{margin-bottom:26px}.project-specs{padding:60px 0}.project-specs__title{margin-bottom:30px;font-size:28px}.project-specs__list{grid-template-columns:1fr;gap:12px}.project-specs__item{padding:24px 20px;gap:12px}.project-specs__value{font-size:40px}.project-specs__unit{font-size:20px}.project-specs__label{font-size:15px}.project-advantages{padding:60px 0}.project-advantages__title{margin-bottom:30px;font-size:28px}.project-advantages__list{grid-template-columns:1fr;gap:12px}.project-advantages__item{padding:24px}.project-advantages__num{margin-bottom:16px;font-size:36px}.project-advantages__item-title{font-size:20px}.project-advantages__item-text{font-size:15px}.project-eco-intro__stage{grid-template-columns:1fr;padding:0 16px}.project-eco-intro__title{font-size:20px}.project-eco-intro__side--tl,.project-eco-intro__side--bl,.project-eco-intro__side--tr,.project-eco-intro__side--br{height:200px}.not-found{min-height:100vh;height:auto}.not-found__inner{grid-template-columns:1fr;gap:20px;padding:120px 0 60px;text-align:center}.not-found__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;max-width:100%;gap:20px}.not-found__title{font-size:22px;line-height:1.2}.not-found__text{font-size:14px;line-height:1.2}.not-found__btn{width:100%;padding:18px 28px;font-size:16px}.vacancies-hero{min-height:380px;padding-top:102px;padding-bottom:40px}.vacancies-hero .container{gap:30px}.vacancies-hero__title{font-size:40px}.vacancies-hero__filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;width:100%}.vacancies{margin-top:-20px;padding-bottom:50px}.vacancies__list{gap:16px}.vacancies .btn-white{width:100%}.vacancy-acc__head{padding:16px;gap:14px}.vacancy-acc__top{gap:6px}.vacancy-acc__fire{width:20px;height:24px}.vacancy-acc__title{font-size:18px}.vacancy-acc__meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:14px}.vacancy-acc__info{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}.vacancy-acc__col{width:auto;min-width:0;white-space:normal}.vacancy-acc__col-label,.vacancy-acc__col-value{font-size:14px}.vacancy-acc__toggle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:15px 24px;font-size:16px}.vacancy-acc__body-pad{padding:0 16px 16px}.vacancy-acc__divider{margin-bottom:16px}.vacancy-acc__content{max-width:100%;gap:16px}.vacancy-acc__section{gap:12px}.vacancy-acc__subtitle{font-size:20px}.vacancy-acc__desc,.vacancy-acc__list li{font-size:16px;line-height:1.3}.vacancy-acc__list{gap:10px}.vacancy-acc__list li{padding-left:14px}.vacancy-acc__list li::before{width:8px;height:8px;top:6px}.vacancy-acc__apply{padding:18px 28px;font-size:16px}.vacancies-cta{min-height:500px}.vacancies-cta .container{padding-bottom:40px}.vacancies-cta__title{font-size:28px;margin-bottom:16px}.vacancies-cta__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px}.vacancies-cta__btn{width:100%}.apply-modal__dialog{width:100%;max-width:100%;height:100%;max-height:100%;padding:50px 16px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.apply-modal__title{font-size:26px}.apply-modal__fields{gap:40px}.apply-modal__row{grid-template-columns:1fr;gap:40px}.apply-modal__submit-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:24px}.apply-modal__submit{width:100%;padding:18px 28px;font-size:16px}.apply-modal__success{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.apply-modal__success-title{font-size:30px}.apply-modal__success-btn{width:100%}}