::root{--primary-color: #1e2126;--secondary-color: #ffffff;--main-600: #5a6372;--purple: #7447d3;--burger-color: #ffffff;--nav-color: #242a32}@font-face{font-family:"Neumann";font-weight:400;src:local("Neumann"),url("../fonts/neuman/Neumann.woff2") format("woff2"),url("../fonts/neuman/Neumann.woff") format("woff"),url("../fonts/neuman/Neumann.otf") format("otf")}@font-face{font-family:"Museo Sans Cyr";font-weight:100;src:local("Museo Sans Cyr"),url("../fonts/museo/museosanscyrl-100.woff2") format("woff2"),url("../fonts/museo/museosanscyrl-100.woff") format("woff"),url("../fonts/museo/museosanscyrl-100.otf") format("otf")}@font-face{font-family:"Museo Sans Cyr";font-weight:300;src:local("Museo Sans Cyr"),url("../fonts/museo/museosanscyrl-300.woff2") format("woff2"),url("../fonts/museo/museosanscyrl-300.woff") format("woff"),url("../fonts/museo/museosanscyrl-300.otf") format("otf")}@font-face{font-family:"Museo Sans Cyr";font-weight:500;src:local("Museo Sans Cyr"),url("../fonts/museo/museosanscyrl-500.woff2") format("woff2"),url("../fonts/museo/museosanscyrl-500.woff") format("woff"),url("../fonts/museo/museosanscyrl-500.otf") format("otf")}@font-face{font-family:"Museo Sans Cyr";font-weight:700;src:local("Museo Sans Cyr"),url("../fonts/museo/museosanscyrl-700.woff2") format("woff2"),url("../fonts/museo/museosanscyrl-700.woff") format("woff"),url("../fonts/museo/museosanscyrl-700.otf") format("otf")}*{margin:0;padding:0;box-sizing:border-box}body{font-family:sans-serif;overflow-x:hidden;background-color:var(--primary-color, #1e2126)}body.lock{overflow:hidden}main{flex:1 1 auto}.wrapper{min-height:100%;display:flex;flex-direction:column}.container{max-width:990px;padding:0 15px;margin:0 auto}.burger{display:none;width:30px;height:18px;align-items:center;position:relative;z-index:50;justify-content:flex-end}.burger span{width:100%;height:4px;transform:scale(1);background-color:var(--burger-color, #ffffff)}.burger::before,.burger::after{content:"";position:absolute;background-color:var(--burger-color, #ffffff);height:4px;width:100%;transition:all .3s ease}.burger::before{top:0}.burger::after{bottom:0}.burger.active span{display:none}.burger.active::before{top:calc(50% - 2px);transform:rotate(-45deg)}.burger.active::after{bottom:calc(50% - 2px);transform:rotate(45deg)}@media screen and (max-width: 768px){.burger{display:flex}}.open{display:flex;animation:navAnimate forwards .25s ease}@keyframes navAnimate{0%{opacity:0}100%{opacity:1}}.section__background-scheme{position:absolute;top:0;right:0;z-index:-2}.section__content{padding:0 48px;display:flex;flex-direction:column;gap:32px;max-width:535px;align-items:flex-start}@media screen and (max-width: 520px){.section__content{padding:0}}.section__title{font-family:Neumann;font-weight:400;font-size:40px;line-height:120%;color:var(--secondary-color, #ffffff);text-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.section__title-black{color:var(--primary-color, #1e2126)}@media screen and (max-width: 520px){.section__title{font-size:6.9230769231vw}}.section__text{margin-top:16px;font-family:Museo Sans Cyr;font-weight:300;font-size:20px;color:rgba(255,255,255,.8)}@media screen and (max-width: 520px){.section__text{font-size:3.8461538462vw}}.section__show-btn{display:inline-flex;border:1px solid var(--secondary-color, #ffffff);border-radius:56px;padding:15px 32px;background-color:rgba(0,0,0,0);color:var(--secondary-color, #ffffff);font-family:Museo Sans Cyr;font-weight:300;font-size:18px;line-height:100%;text-decoration:none}.homes-container{margin-top:70px;display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.homes-item{border:1px solid #1e2126;border-radius:24px;padding:0px 0px 11px 0px;background:#16191d;max-width:304px;cursor:pointer;transition:all .3s}@media(hover: hover){.homes-item:hover{transform:scale(1.05)}}@media screen and (max-width: 520px){.homes-item{max-width:100%}}.home__img{border-radius:24px;width:304px;height:266px}@media screen and (max-width: 520px){.home__img{width:100%;height:320px}}@media screen and (max-width: 425px){.home__img{height:250px}}.home__info{padding:14px 24px;display:flex;flex-wrap:wrap;gap:16px}.home__info-text{font-family:Neumann;font-weight:400;font-size:14px;line-height:100%;color:var(--secondary-color, #ffffff)}.info__item{display:flex;gap:12px;align-items:center;width:119px}.img-wrapper{position:relative;max-width:1440px;margin:0 auto}.primary-btn{border-radius:56px;padding:16px 32px;background:#8f5bd7;text-decoration:none;font-family:Museo Sans Cyr;font-weight:300;font-size:18px;line-height:100%;color:var(--secondary-color, #ffffff);border:1px solid #8f5bd7;cursor:pointer}@media screen and (max-width: 1024px){.bg-lines{display:none}}.more-homes-container{margin-bottom:140px}.back-btn{display:flex;gap:20px;align-items:center;padding:8px 16px 8px 8px;border:none;background-color:rgba(0,0,0,0);cursor:pointer;border-radius:8px;transition:all .3s ease}.back-btn__text{font-family:Museo Sans Cyr;font-weight:300;font-size:20px;color:var(--main-600, #5a6372)}@media(hover: hover){.back-btn:hover{background:rgba(45,50,57,.4)}}.clue{position:relative;user-select:none;cursor:pointer;transition:all .3s ease}.clue::before{content:attr(data-clue);position:absolute;border-radius:16px;width:384px;height:224px;top:0;left:0;z-index:10;background-color:#16191d}.header{padding-top:32px}.header__inner{width:100%;display:flex;justify-content:space-between}.header__nav-link{text-decoration:none;font-size:18px;color:var(--primary-color, #1e2126);transition:all .2s ease}.header__nav-link:hover{color:gray}.header__logo{display:flex;gap:15px;text-decoration:none;align-items:center}@media screen and (max-width: 450px){.header__logo{gap:8px}}.feedback{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.feedback__phone-link{margin-top:15px;text-decoration:none;color:var(--secondary-color, #ffffff);font-family:Museo Sans Cyr;font-size:24px;font-weight:300;line-height:100%;text-align:left}@media screen and (max-width: 450px){.feedback__phone-link{font-size:16px}}.feedback__text{color:var(--secondary-color, #ffffff);font-family:Museo Sans Cyr;color:rgba(255,255,255,.5)}.logo__text{text-transform:uppercase;font-family:Museo Sans Cyr;color:var(--secondary-color, #ffffff);font-size:25px;font-weight:500;line-height:90%}@media screen and (max-width: 450px){.logo__text{font-size:20px}}.section__hero{padding-top:358px}@media screen and (max-width: 520px){.section__hero{padding-top:210px}}.hero__container{display:flex;flex-direction:column;align-items:center}.hero__bg{width:100%;background-image:url("../img/hero/hero-bg.webp");background-position:center;background-repeat:no-repeat;background-size:cover;min-height:1024px;position:relative;z-index:0}.hero__bg::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(56, 52, 59, 0.9) 0%, rgba(56, 52, 59, 0.6) 100%);z-index:-1}@media screen and (max-width: 540px){.hero__bg{min-height:720px;background-image:url("../img/hero/hero-bg-mob.webp")}}.hero__title{font-family:Neumann;font-weight:400;font-size:88px;line-height:95%;text-align:center;color:var(--secondary-color, #ffffff)}@media screen and (max-width: 520px){.hero__title{font-size:11.5384615385vw}}.hero__title-text{margin-top:41px;font-family:Museo Sans Cyr;font-weight:300;font-size:32px;color:var(--secondary-color, #ffffff)}@media screen and (max-width: 520px){.hero__title-text{font-size:4.2307692308vw}}.hero__mouse{display:flex;margin-top:200px;position:relative;flex-direction:column;gap:10px;align-items:center;cursor:pointer}@media screen and (max-width: 520px){.hero__mouse{margin-top:80px}}.hero__mouse-arrow{animation:arrowAnimate 2.5s infinite}.hero__nav{margin-top:88px;padding:24px 32px;background:rgba(30,33,38,.6);width:100%;display:flex;justify-content:center;border-bottom:1px solid #2d3239}.hero__list{display:flex;gap:32px;align-items:center;list-style:none;flex-wrap:wrap;justify-content:center}.hero__item{text-align:center}.hero__link{text-decoration:none;font-family:Museo Sans Cyr;color:var(--secondary-color, #ffffff);line-height:100%}@keyframes arrowAnimate{0%{transform:translateY(-50%)}50%{transform:translateY(100%)}100%{transform:translateY(-50%)}}.primary-section{position:relative}.primary-section__container{padding:140px 15px}.primary-section__container-bordered{position:absolute;left:50%;top:0;transform:translateX(-50.5%);z-index:-5}.our-works__container{padding:140px 15px 0 15px}.works-bottom-line{max-width:100%}.ready-made-houses{border-top:1px solid #2d3239;background-color:#16191d;z-index:0;padding-top:5px}.ready-homes__item{background-color:#1e2126}.create-home{background-color:#f5f5ea;z-index:1}.create-home__text{font-family:Museo Sans Cyr;font-weight:300;font-size:24px;color:var(--primary-color, #1e2126)}@media screen and (max-width: 520px){.create-home__text{font-size:4.6153846154vw}}.create-home__content{gap:24px}.create-home__calculator-wrapper{margin:80px 48px 0 48px;border:1px solid #e4e4da;border-radius:24px;padding:40px 40px 0 40px;background:#f0f0e8;display:flex;flex-direction:column;gap:54px}@media screen and (max-width: 520px){.create-home__calculator-wrapper{margin:60px 0 0 0;padding:20px 20px 0 20px}}.create-home__calculator{display:flex;gap:32px;align-items:center;padding-bottom:54px;border-bottom:1px solid #deded4;flex-wrap:wrap}@media screen and (max-width: 692px){.create-home__calculator{gap:45px}}.calculator__item{display:flex;flex-direction:column;gap:40px;flex:1 1 0}.calculator__final-price{max-width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.calculator__note{max-width:100%;font-family:Museo Sans Cyr;font-weight:250;font-size:16px;line-height:140%;letter-spacing:.03em;color:#2d3239;text-align:center;padding:4px 8px;background:#ebebe4}.calculator-item__container{min-height:192px;gap:16px}.calculator-item__title-blog{display:flex;flex-direction:column;gap:16px}.calculator-item__num{font-family:Neumann;font-weight:400;font-size:32px;line-height:100%;color:#2d3239}.calculator-item__name{font-family:Museo Sans Cyr;font-weight:300;font-size:19px;color:#38343b}.calculator-floors__container{display:flex;align-items:flex-end}.calculator-floors__item{border-radius:16px;padding:8px;width:69px;height:60px;display:flex;align-items:center;justify-content:center;font-family:Museo Sans Cyr;font-weight:600;font-size:24px;color:var(--main-600, #5a6372);border:1px solid #d7d7c4;cursor:pointer}.calculator-floors__item-active{border:1px solid #7447d3;color:#7447d3}.calculator-floors__item-second{height:120px}.calculator-floors__item-third{height:192px}@media screen and (max-width: 692px){.calculator-floors__item{width:100%}}@media screen and (max-width: 692px){.calculator-repair{flex:100%}}.calculator-repair__container{display:flex;flex-direction:column}.calculator-repair__item{border:1px solid #d7d7c4;border-radius:16px;max-width:100%;padding:14px 16px 14px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.calculator-repair__item-active{border:1px solid #7447d3}.calculator-repair__text{font-family:Museo Sans Cyr;font-weight:300;font-size:20px;color:var(--main-600, #5a6372)}.calculator-square__container{display:flex;flex-direction:column;justify-content:space-between;gap:32px}.calculator-square__output{border:1px solid #d7d7c4;border-radius:16px;padding:8px;max-width:100%;display:flex;flex-direction:column;align-items:center}.calculator-square__output-num{font-family:Neumann;font-weight:400;font-size:40px;line-height:100%;color:var(--main-600, #5a6372)}.calculator-square__output-text{font-family:Neumann;margin-top:10px;font-size:16px}.slider-swiper{-webkit-appearance:none;appearance:none;width:100%;height:.5rem;background:#d3d3d3;outline:none;opacity:.7;-webkit-transition:.2s;transition:opacity .2s;border-radius:10px}.slider-swiper::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.5rem;height:1.5rem;cursor:pointer;background-color:#7447d3;border-radius:100%;border:1px solid #7447d3;position:relative}.slider-range{margin-top:5px;display:flex;max-width:100%;align-items:center;justify-content:space-between}.slider-range p{font-family:Museo Sans Cyr;font-weight:400;font-size:14px;line-height:100%;color:var(--main-600, #5a6372)}.final-price{justify-content:center;row-gap:30px}.final-price__text{font-family:Museo Sans Cyr;font-weight:300;font-size:19px;color:var(--main-600, #5a6372);flex-basis:50%}.final-price__price{font-family:Neumann;font-weight:400;font-size:32px;line-height:100%;color:var(--main-600, #5a6372)}.select-area{position:relative}.select-area__content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:40px}.select-area__feedback-btn{border:1px solid #8f5bd7}.select-area__top-line{max-width:100%}.change-area{margin-top:66px;padding:22px 0;max-width:100%;text-align:center;border:1px solid var(--main-600, #5a6372)}.change-area__name{font-family:Neumann;font-weight:400;font-size:32px;line-height:120%;color:var(--secondary-color, #ffffff)}.area-scheme{max-width:100%}.footer{padding:40px 0 64px 0;background-color:#16191d}.footer__container{display:flex;flex-direction:column;gap:64px}.footer__line{max-width:100%;height:2px;background-color:var(--purple, #7447d3)}.footer__content{margin-top:64px;max-width:100%;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 940px){.footer__content{flex-direction:column-reverse;align-items:normal;gap:50px}}.footer__info{max-width:325px;display:flex;flex-wrap:wrap;row-gap:32px;column-gap:40px}.footer-info{display:flex;flex-direction:column;gap:12px}.footer-info__name{font-family:Museo Sans Cyr;font-weight:400;font-size:16px;line-height:100%;color:#fff}.footer-info__text{font-family:Museo Sans Cyr;font-weight:400;font-size:16px;line-height:100%;color:var(--secondary-color, #ffffff)}.page-links{display:flex;align-items:center;gap:32px;flex-wrap:wrap}.page-links__item{font-family:Museo Sans Cyr;font-weight:400;font-size:16px;line-height:100%;color:var(--secondary-color, #ffffff);text-decoration:none}.social-media-links{max-width:100%;margin-top:48px;display:flex;align-items:center;gap:32px}.mini-calc{max-width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:24px;padding:8px 16px 8px 8px;background-color:#1e2126}.mini-calc__item{display:flex;align-items:center;gap:24px}@media screen and (max-width: 505px){.mini-calc__item-text{gap:5px}.mini-calc__item-price{flex-direction:column}}.mini-calc__text{font-family:Museo Sans Cyr;font-weight:300;font-size:18px;color:var(--secondary-color, #ffffff)}.mini-calc__price{font-family:Neumann;font-weight:400;font-size:18px;line-height:100%;letter-spacing:.08em;color:var(--secondary-color, #ffffff)}@media screen and (max-width: 924px){.mini-calc{flex-direction:column;gap:20px}}.feedback-modal{position:fixed;z-index:999;left:0;top:0;height:100vh;width:100%;background:rgba(30,33,38,.85);display:none;align-items:center;justify-content:center}.feedback-modal__close{position:absolute;background-color:rgba(0,0,0,0);border:none;width:20px;height:20px;right:30px;top:30px;cursor:pointer}.feedback-modal__content{position:absolute;padding:150px;border-radius:30px;display:flex;max-width:650px;width:90%;flex-direction:column;gap:40px;background:#1e2126;animation:modal-animation .5s ease}@media screen and (max-width: 640px){.feedback-modal__content{padding:50px}}.feedback-modal__title-blog{display:flex;flex-direction:column;gap:16px}.feedback-modal__title{font-family:Neumann;font-weight:400;font-size:40px;line-height:120%;text-align:center;color:var(--secondary-color, #ffffff)}@media screen and (max-width: 500px){.feedback-modal__title{font-size:8vw}}.feedback-modal__text{font-family:Museo Sans Cyr;font-weight:300;font-size:24px;text-align:center;color:rgba(255,255,255,.8)}@media screen and (max-width: 500px){.feedback-modal__text{font-size:4.4vw}}.feedback-modal__form{display:flex;flex-direction:column;gap:18px}.feedback-modal__input{margin-left:20px;background-color:rgba(0,0,0,0);border:none;outline:none;color:var(--secondary-color, #ffffff);width:100%}.feedback-modal__input::placeholder{transition:all .3s ease;font-family:Museo Sans Cyr;font-weight:300;font-size:16px;color:rgba(255,255,255,.8)}.feedback-modal__input:focus::placeholder{opacity:0}.feedback-modal__input-box{border:1px solid #8d96a5;border-radius:8px;padding:16px 24px;width:100%;background:rgba(30,33,38,.8);display:flex;align-items:center}.feedback-modal__btn{margin-top:22px}@keyframes modal-animation{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}.about-home-modal{position:fixed;z-index:999;left:0;top:0;height:100vh;width:100%;background:rgba(30,33,38,.95);display:none;align-items:center;justify-content:center;overflow:auto}.home-modal__content{display:flex;gap:30px;animation:animateAboutModal .7s ease}@media screen and (max-width: 868px){.home-modal__content{flex-direction:column;align-items:center}}.home-modal__img-container{max-width:452px;display:flex;flex-wrap:wrap;gap:16px}@media screen and (max-width: 490px){.home-modal__img-container{justify-content:center}}.home-modal__title-blog{width:100%;text-align:center}.home-modal__name{font-family:Neumann;font-weight:400;font-size:40px;line-height:140%;color:var(--secondary-color, #ffffff)}.home-modal__text{margin-top:16px;font-family:Museo Sans Cyr;font-weight:300;font-size:20px;color:var(--secondary-color, #ffffff)}.home-modal__description{margin-top:24px;border-radius:8px;padding:24px;background-color:#16191d;display:flex;flex-direction:column;gap:24px}.home-modal__img{border-radius:24px}@media screen and (max-width: 490px){.home-modal__img-main{width:100%}}.home-info{display:flex;align-items:center;gap:14px}.home-info__text{font-family:Neumann;font-weight:400;font-size:18px;line-height:100%;color:var(--secondary-color, #ffffff)}@keyframes animateAboutModal{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}
