@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800;900&display=swap";:root{--font-size:16px;--background:#fff;--foreground:#000;--card:#f5f5f5;--card-foreground:#000;--primary:#000;--primary-foreground:#fff;--secondary:#e0e0e0;--secondary-foreground:#000;--muted:#f5f5f5;--muted-foreground:#9e9e9e;--accent:#424242;--accent-foreground:#fff;--destructive:#d4183d;--destructive-foreground:#fff;--border:#e0e0e0;--radius:.625rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-size);width:100%;overflow-x:hidden}body{color:var(--foreground);background:linear-gradient(90deg,#fffffff2 0%,#000000d9 100%);width:100%;min-height:100vh;font-family:Roboto Slab,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.animate{opacity:0;backface-visibility:hidden;isolation:isolate;transition:opacity 1.1s cubic-bezier(.4,0,.2,1),transform 1.1s cubic-bezier(.4,0,.2,1)}.animate--left{transform:translate(-50px)}.animate--right{transform:translate(50px)}.animate--bottom{transform:translateY(50px)}.animate--visible{opacity:1;transform:translate(0)}.header{z-index:50;background:#fff;border-bottom:1px solid #e0e0e0;width:100%;transition:background .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2}.header__inner{box-sizing:border-box;justify-content:space-between;align-items:center;max-width:1440px;height:60px;margin:0 auto;padding:0 24px;display:flex;position:relative}.header__logo{flex-shrink:0;align-items:center;gap:8px;display:flex}.header__logo-img{object-fit:contain;width:36px;height:44px}.header__logo-text{flex-direction:column;justify-content:center;display:flex}.header__logo-name{color:#000;font-size:16px;font-weight:800;line-height:1.1}.header__logo-subtitle{text-transform:uppercase;letter-spacing:.05em;color:#888;margin-top:2px;font-size:9px}.header__back-btn{color:#111;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;margin-right:4px;padding:8px;transition:background-color .2s;display:flex}.header__back-btn:hover{background-color:#e8e8e8}.header__nav{flex:1;justify-content:center;align-items:center;gap:16px;display:none}.header__nav-link{color:#000;letter-spacing:.02em;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:12px;font-weight:500;transition:color .2s}.header__nav-link:hover{color:#555}.header__contacts{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:none}.header__contacts-time{color:#888;font-size:11px}.header__contacts-phone{color:#000;letter-spacing:-.02em;font-size:18px;font-weight:800;text-decoration:none}.header__burger{color:#000;cursor:pointer;z-index:70;background:#fff;border:1px solid #ddd;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,border-color .2s;display:flex}.header__burger:hover{background:#f5f5f5}.header__burger--building{background:#fafafa;border-color:#000}.header__overlay{z-index:80;background:#0006;position:fixed;inset:0}.header__menu{-webkit-backdrop-filter:blur(12px);z-index:90;background:#ffffffd9;width:280px;max-width:80vw;transition:transform .3s;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 15px #0000001a}.header__menu--open{transform:translate(0)}.header__menu-content{flex-direction:column;gap:4px;padding:24px 20px;display:flex}.header__menu-phone{color:#000;padding:8px 0;font-size:20px;font-weight:800;text-decoration:none}.header__menu-schedule{color:#888;margin-bottom:12px;font-size:12px}.header__menu-link{text-align:left;color:#000;cursor:pointer;background:0 0;border:none;width:100%;padding:14px 0;font-size:15px;font-weight:500;transition:color .2s;display:block}.header__menu-link:hover{color:#555}@media (width<=1199px){.header__inner{height:60px;padding:0 16px}.header__nav,.header__contacts{display:none}.header__burger{display:flex}}@media (width<=480px){.header__inner{height:56px;padding:0 8px}.header__logo-img{width:30px;height:38px}.header__logo-name{font-size:14px}.header__logo-subtitle{font-size:8px}.header__burger{width:36px;height:36px}.header__back-btn{margin-right:2px;padding:4px}.header__back-btn svg{width:16px;height:16px}}@media (width>=1200px){.header__inner{height:80px;padding:0 32px}.header__logo-img{width:50px;height:60px}.header__logo-name{font-size:18px}.header__logo-subtitle{font-size:10px}.header__nav,.header__contacts{display:flex}.header__burger{display:none}}.hero{flex-direction:column;justify-content:flex-end;min-height:clamp(480px,80vh,800px);padding-top:120px;display:flex;position:relative;overflow:hidden}.hero__bg{background-position:50%;background-size:cover;position:absolute;inset:0}.hero__overlay{background-color:#0000008c;position:absolute;inset:0}.hero__container{z-index:10;width:100%;max-width:1440px;margin:0 auto;padding:0 24px 64px;position:relative}.hero__content{max-width:48rem}.hero__location{color:#9e9e9e;text-transform:uppercase;letter-spacing:.18em;margin-bottom:1rem;font-size:11px;font-weight:500}.hero__title{color:#fff;letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(36px,6vw,80px);font-weight:900;line-height:1}.hero__description{color:#e0e0e0;max-width:36rem;margin-bottom:2.5rem;font-size:clamp(15px,1.5vw,19px);font-weight:300;line-height:1.6}.hero__buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero__btn{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:2px solid #0000;align-items:center;padding:16px 36px;font-size:13px;font-weight:700;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.hero__btn--primary{color:#000;background-color:#fff;border-color:#fff}.hero__btn--primary:hover{background-color:#f5f5f5;border-color:#f5f5f5}.hero__btn--secondary{color:#fff;letter-spacing:.06em;background-color:#0000;border-color:#fff;font-weight:600}.hero__btn--secondary:hover{color:#000;background-color:#fff}.hero__stats{flex-wrap:wrap;gap:2rem;margin-top:4rem;display:flex}@media (width>=768px){.hero__stats{gap:4rem}}.hero__stat-num{color:#fff;letter-spacing:-.03em;font-size:clamp(22px,3vw,34px);font-weight:800;line-height:1}.hero__stat-label{color:#9e9e9e;margin-top:4px;font-size:12px}@media (width<=480px){.hero{min-height:45vh}.hero__container{padding:0 16px 36px}.hero__location{margin-bottom:.5rem;font-size:9px}.hero__title{margin-bottom:1rem;font-size:28px}.hero__description{margin-bottom:1.5rem;font-size:12px;line-height:1.5}.hero__btn{letter-spacing:.05em;padding:10px 15px;font-size:9px}.hero__stats{gap:1rem;margin-top:2rem}.hero__stat-num{font-size:20px}.hero__stat-label{margin-top:2px;font-size:10px}}.action-buttons{flex-direction:column;gap:1rem;margin-top:2.5rem;display:flex}.action-buttons__primary{color:#fff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-overflow:ellipsis;background-color:#000;border:none;width:100%;padding:18px 32px;font-size:1rem;font-weight:700;transition:background-color .2s;overflow:hidden}.action-buttons__primary:hover{background-color:#424242}.action-buttons__socials{gap:1rem;display:flex}.action-buttons__social{color:inherit;background-color:#fff;border:1px solid #e0e0e0;flex:1;justify-content:center;align-items:center;padding:14px 20px;text-decoration:none;transition:background-color .2s;display:flex}.action-buttons__social:hover{background-color:#f5f5f5}.action-buttons__icon{width:28px;height:28px}.action-buttons__social--whatsapp .action-buttons__icon{color:#25d366}.action-buttons__social--telegram .action-buttons__icon{color:#08c}@media (width<=768px){.action-buttons{gap:.75rem;margin-top:2rem}.action-buttons__primary{padding:13px 25px;font-size:9px}.action-buttons__socials{gap:.75rem}.action-buttons__social{padding:12px 16px}.action-buttons__icon{width:15px;height:13px}}.new-buildings{padding:clamp(60px,10vw,120px) 0}.new-buildings__container{max-width:1440px;margin:0 auto;padding:0 24px}@media (width>=768px){.new-buildings__container{padding:0 40px}}@media (width>=1024px){.new-buildings__container{padding:0 64px}}.new-buildings__header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:3rem;display:flex}@media (width>=768px){.new-buildings__header{flex-direction:row;align-items:flex-end}}.new-buildings__section-label{color:#212121;text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem;font-size:11px;font-weight:500}.new-buildings__title{letter-spacing:-.04em;font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.05}.new-buildings__intro{color:#000;max-width:20rem;font-size:14px;font-weight:600;line-height:1.6}.new-buildings__grid{background-color:#e0e0e0;grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.new-buildings__card{cursor:pointer;color:inherit;background-color:#fff;text-decoration:none;transition:background-color .2s;display:block}.new-buildings__card:hover{background-color:#fafafa}.new-buildings__image-wrapper{background-color:#f5f5f5;height:clamp(180px,22vw,260px);overflow:hidden}.new-buildings__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.new-buildings__card:hover .new-buildings__image{transform:scale(1.05)}.new-buildings__card-body{padding:clamp(20px,2.5vw,32px)}.new-buildings__card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.new-buildings__card-title{letter-spacing:-.02em;font-size:clamp(16px,1.5vw,20px);font-weight:700;line-height:1.2}.new-buildings__status{color:#424242;letter-spacing:.04em;background-color:#f5f5f5;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:600}.new-buildings__address{color:#9e9e9e;margin-bottom:1rem;font-size:13px}.new-buildings__details{border-top:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.new-buildings__detail--right{text-align:right}.new-buildings__detail-label{color:#9e9e9e;letter-spacing:.06em;text-transform:uppercase;font-size:11px}.new-buildings__detail-value{letter-spacing:-.02em;font-size:clamp(16px,1.4vw,20px);font-weight:800}.new-buildings__detail-rooms{font-size:13px;font-weight:600}.new-buildings__fifth-wrapper{background-color:#e0e0e0;justify-content:center;padding:0;display:flex}.new-buildings__card--centered{background-color:#fff;width:calc(50% - .5px)}@media (width<=480px){.new-buildings{padding:24px 0}.new-buildings__container{padding:0 12px}.new-buildings__header{gap:.5rem;margin-bottom:1.5rem}.new-buildings__section-label{margin-bottom:.25rem;font-size:7px}.new-buildings__title{font-size:16px}.new-buildings__intro{max-width:100%;font-size:10px;line-height:1.4}.new-buildings__grid{grid-template-columns:1fr 1fr;gap:1px}.new-buildings__image-wrapper{height:100px}.new-buildings__card-body{padding:8px 10px}.new-buildings__card-header{margin-bottom:.25rem}.new-buildings__card-title{font-size:12px}.new-buildings__status{padding:2px 5px;font-size:7px}.new-buildings__address{margin-bottom:.4rem;font-size:9px}.new-buildings__details{padding-top:.4rem}.new-buildings__detail-label{font-size:7px}.new-buildings__detail-value{font-size:11px}.new-buildings__detail-rooms{font-size:9px}.new-buildings__card--centered{width:calc(50% - .5px)}}.primary-real-estate{padding:clamp(60px,10vw,120px) 0}.primary-real-estate__container{max-width:1440px;margin:0 auto;padding:0 24px}@media (width>=768px){.primary-real-estate__container{padding:0 40px}}@media (width>=1024px){.primary-real-estate__container{padding:0 64px}}.primary-real-estate__header{margin-bottom:4rem}.primary-real-estate__section-label{color:#212121;text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem;font-size:11px;font-weight:500}.primary-real-estate__header-content{align-items:end;gap:2rem;display:grid}@media (width>=768px){.primary-real-estate__header-content{grid-template-columns:1fr 1fr;gap:2rem}}.primary-real-estate__title{letter-spacing:-.04em;font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.05}.primary-real-estate__description{color:#000;font-size:clamp(15px,1.4vw,18px);font-weight:650;line-height:1.7}.primary-real-estate__layout{border:1px solid #e0e0e0;display:grid}@media (width>=768px){.primary-real-estate__layout{grid-template-columns:1fr 1fr}}.primary-real-estate__image{filter:grayscale(40%);background-position:50%;background-size:cover;min-height:200px}@media (width>=768px){.primary-real-estate__image{min-height:440px}}.primary-real-estate__benefits{flex-direction:column;display:flex}.primary-real-estate__benefit{cursor:default;background-color:#fff;gap:1.25rem;padding:clamp(16px,2vw,24px) clamp(20px,3vw,40px);display:flex}.primary-real-estate__benefit--bordered{border-bottom:1px solid #e0e0e0}.primary-real-estate__benefit-icon{color:#000;flex-shrink:0;margin-top:.125rem}.primary-real-estate__benefit-title{letter-spacing:-.01em;margin-bottom:4px;font-size:15px;font-weight:700}.primary-real-estate__benefit-text{color:#9e9e9e;font-size:13px;line-height:1.6}@media (width<=480px){.primary-real-estate{padding:32px 0}.primary-real-estate__container{padding:0 16px}.primary-real-estate__header{margin-bottom:2rem}.primary-real-estate__section-label{margin-bottom:.5rem;font-size:8px}.primary-real-estate__header-content{gap:1rem}.primary-real-estate__title{font-size:20px}.primary-real-estate__description{font-size:11px;line-height:1.5}.primary-real-estate__image{min-height:180px}.primary-real-estate__benefit{gap:.75rem;padding:12px 16px}.primary-real-estate__benefit-icon{width:16px;height:16px}.primary-real-estate__benefit-title{font-size:12px}.primary-real-estate__benefit-text{font-size:10px}}.secondary-real-estate{padding:clamp(60px,10vw,120px) 0}.secondary-real-estate__container{max-width:1440px;margin:0 auto;padding:0 24px}@media (width>=768px){.secondary-real-estate__container{padding:0 40px}}@media (width>=1024px){.secondary-real-estate__container{padding:0 64px}}.secondary-real-estate__header{margin-bottom:4rem}.secondary-real-estate__section-label{color:#212121;text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem;font-size:11px;font-weight:500}.secondary-real-estate__header-content{align-items:end;gap:2rem;display:grid}@media (width>=768px){.secondary-real-estate__header-content{grid-template-columns:1fr 1fr;gap:2rem}}.secondary-real-estate__title{letter-spacing:-.04em;font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.05}.secondary-real-estate__description{color:#000;font-size:clamp(15px,1.4vw,18px);font-weight:650;line-height:1.7}.secondary-real-estate__layout{border:1px solid #e0e0e0;display:grid}@media (width>=768px){.secondary-real-estate__layout{grid-template-columns:1fr 1fr}}.secondary-real-estate__image{filter:grayscale(40%);background-position:50%;background-size:cover;min-height:200px}@media (width>=768px){.secondary-real-estate__image{min-height:440px}}.secondary-real-estate__benefits{flex-direction:column;display:flex}.secondary-real-estate__benefit{cursor:default;background-color:#fff;gap:1.25rem;padding:clamp(16px,2vw,24px) clamp(20px,3vw,40px);display:flex}.secondary-real-estate__benefit--bordered{border-bottom:1px solid #e0e0e0}.secondary-real-estate__benefit-icon{color:#000;flex-shrink:0;margin-top:.125rem}.secondary-real-estate__benefit-title{letter-spacing:-.01em;margin-bottom:4px;font-size:15px;font-weight:700}.secondary-real-estate__benefit-text{color:#9e9e9e;font-size:13px;line-height:1.6}@media (width<=480px){.secondary-real-estate{padding:32px 0}.secondary-real-estate__container{padding:0 16px}.secondary-real-estate__header{margin-bottom:2rem}.secondary-real-estate__section-label{margin-bottom:.5rem;font-size:8px}.secondary-real-estate__header-content{gap:1rem}.secondary-real-estate__title{font-size:20px}.secondary-real-estate__description{font-size:11px;line-height:1.5}.secondary-real-estate__image{min-height:180px}.secondary-real-estate__benefit{gap:.75rem;padding:12px 16px}.secondary-real-estate__benefit-icon{width:16px;height:16px}.secondary-real-estate__benefit-title{font-size:12px}.secondary-real-estate__benefit-text{font-size:10px}}.team{padding:clamp(60px,10vw,120px) 0}.team__container{max-width:1440px;margin:0 auto;padding:0 24px}@media (width>=768px){.team__container{padding:0 40px}}@media (width>=1024px){.team__container{padding:0 64px}}.team__header{flex-direction:column;justify-content:space-between;gap:24px;margin-bottom:56px;display:flex}@media (width>=768px){.team__header{flex-direction:row;align-items:flex-end}}.team__section-label{color:#212121;text-transform:uppercase;letter-spacing:.18em;margin-bottom:12px;font-size:11px;font-weight:500}.team__title{letter-spacing:-.04em;color:#212121;font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.05}.team__intro{color:#212121;max-width:30rem;font-size:14px;line-height:1.6}.team__founder-row{background-color:#e0e0e0;gap:1px;margin-bottom:1px;display:grid}@media (width>=768px){.team__founder-row{grid-template-columns:1fr 1fr}}.team__founder-photo{aspect-ratio:2/3;background-color:#1a1a1a;overflow:hidden}.team__founder-photo img{object-fit:cover;object-position:top;filter:grayscale(10%);width:100%;height:100%}.team__founder-info{color:#212121;background-color:#fff;flex-direction:column;justify-content:space-between;min-height:320px;padding:clamp(32px,5vw,72px);display:flex}.team__founder-badge{letter-spacing:.2em;text-transform:uppercase;color:#212121;border:1px solid #212121;margin-bottom:32px;padding:5px 14px;font-size:10px;font-weight:800;display:inline-block}.team__founder-name{letter-spacing:-.04em;color:#212121;margin-bottom:12px;font-size:clamp(28px,4vw,56px);font-weight:900;line-height:1}.team__founder-role{color:#757575;letter-spacing:.04em;text-transform:uppercase;margin-bottom:32px;font-size:14px;font-weight:500}.team__founder-quote{color:#424242;max-width:440px;font-size:clamp(17px,1.8vw,24px);font-style:italic;font-weight:300;line-height:1.55}.team__stats{border-top:1px solid #e0e0e0;align-items:center;gap:32px;margin-top:48px;padding-top:40px;display:flex}.team__stat-number{letter-spacing:-.04em;color:#212121;font-size:clamp(22px,2.5vw,32px);font-weight:900;line-height:1}.team__stat-label{color:#757575;margin-top:4px;font-size:11px}.team__grid{background-color:#e0e0e0;grid-template-columns:1fr;gap:1px;display:grid}@media (width>=640px){.team__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.team__grid{grid-template-columns:repeat(3,1fr)}}.team__card{background-color:#f5f5f5;flex-direction:column;display:flex}.team__card-photo{aspect-ratio:2/3;background-color:#e0e0e0;overflow:hidden}.team__card-photo img{object-fit:cover;object-position:top;filter:grayscale(55%);width:100%;height:100%;transition:transform .7s}.team__card:hover .team__card-photo img{transform:scale(1.04)}.team__card-caption{background-color:#fff;flex-direction:column;flex:1;padding:clamp(18px,2.2vw,28px);display:flex}.team__card-name{letter-spacing:-.03em;color:#212121;margin-bottom:5px;font-size:clamp(15px,1.3vw,18px);font-weight:800;line-height:1.2}.team__card-role{color:#9e9e9e;letter-spacing:.07em;text-transform:uppercase;margin-bottom:14px;font-size:11px;font-weight:600}.team__divider{background-color:#e0e0e0;height:1px;margin-bottom:14px}.team__card-quote{color:#424242;font-size:13px;font-style:italic;font-weight:300;line-height:1.65}.construction{padding:clamp(60px,10vw,120px) 0}.construction__container{max-width:1440px;margin:0 auto;padding:0 24px}@media (width>=768px){.construction__container{padding:0 40px}}@media (width>=1024px){.construction__container{padding:0 64px}}.construction__header{align-items:end;gap:2rem;margin-bottom:4rem;display:grid}@media (width>=768px){.construction__header{grid-template-columns:1fr 1fr;gap:2rem}}.construction__section-label{color:#212121;text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem;font-size:11px;font-weight:500}.construction__title{letter-spacing:-.04em;font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.05}.construction__intro{color:#000;font-size:clamp(15px,1.4vw,18px);font-weight:650;line-height:1.7}.construction__layout{border:1px solid #e0e0e0;display:grid}@media (width>=768px){.construction__layout{grid-template-columns:1fr 1fr}}.construction__image{filter:grayscale(40%);background-position:50%;background-size:cover;min-height:200px}@media (width>=768px){.construction__image{min-height:440px}}.construction__services{flex-direction:column;display:flex}.construction__service{cursor:default;background-color:#fff;gap:1.25rem;padding:clamp(16px,2vw,24px) clamp(20px,3vw,40px);display:flex}.construction__service--bordered{border-bottom:1px solid #e0e0e0}.construction__service-icon{color:#000;flex-shrink:0;margin-top:.125rem}.construction__service-content{flex:1;min-width:0}.construction__service-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:4px;display:flex}.construction__service-title{letter-spacing:-.01em;font-size:15px;font-weight:700}.construction__service-price{color:#000;white-space:nowrap;font-size:13px;font-weight:700}.construction__service-text{color:#9e9e9e;font-size:13px;line-height:1.6}@media (width<=480px){.construction{padding:32px 0}.construction__container{padding:0 16px}.construction__header{gap:1rem;margin-bottom:2rem}.construction__section-label{margin-bottom:.5rem;font-size:8px}.construction__title{font-size:20px}.construction__intro{font-size:11px;line-height:1.5}.construction__image{min-height:180px}.construction__service{gap:.75rem;padding:12px 16px}.construction__service-icon{width:16px;height:16px}.construction__service-title{font-size:12px}.construction__service-price{font-size:11px}.construction__service-text{font-size:10px;line-height:1.45}}.plaster-work{padding:0}.plaster-work__container{max-width:1440px;margin:0 auto;padding:clamp(60px,10vw,120px) 24px}@media (width>=768px){.plaster-work__container{padding:clamp(60px,10vw,120px) 40px}}@media (width>=1024px){.plaster-work__container{padding:clamp(60px,10vw,120px) 64px}}.plaster-work__header{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}@media (width>=768px){.plaster-work__header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.plaster-work__section-label{color:#212121;text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem;font-size:11px;font-weight:500}.plaster-work__title{letter-spacing:-.04em;font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.05}.plaster-work__intro{color:#000;max-width:20rem;font-size:14px;font-weight:650;line-height:1.6}.plaster-work__grid{background-color:#e0e0e0;grid-template-columns:1fr;gap:1px;display:grid}@media (width>=640px){.plaster-work__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.plaster-work__grid{grid-template-columns:repeat(2,1fr)}}.plaster-work__card{background-color:#f5f5f5;overflow:hidden}.plaster-work__image-wrapper{background-color:#e0e0e0;height:clamp(220px,26vw,320px);overflow:hidden}.plaster-work__image{object-fit:cover;filter:grayscale(20%);width:100%;height:100%;transition:transform .5s}.plaster-work__card:hover .plaster-work__image{transform:scale(1.05)}.plaster-work__card-body{padding:clamp(16px,2vw,24px)}.plaster-work__card-title{letter-spacing:-.02em;margin-bottom:4px;font-size:clamp(14px,1.2vw,17px);font-weight:700}.plaster-work__card-area{color:#9e9e9e;font-size:12px}@media (width<=480px){.plaster-work__container{padding:40px 16px}.plaster-work__header{gap:1rem;margin-bottom:2rem}.plaster-work__section-label{margin-bottom:.5rem;font-size:8px}.plaster-work__title{font-size:20px}.plaster-work__intro{max-width:100%;font-size:11px;line-height:1.5}.plaster-work__grid{grid-template-columns:1fr 1fr;gap:1px}.plaster-work__image-wrapper{height:140px}.plaster-work__card-body{padding:12px}.plaster-work__card-title{font-size:13px}.plaster-work__card-area{font-size:10px}}.insurance{padding:0}.insurance__container{max-width:1440px;margin:0 auto;padding:clamp(60px,10vw,120px) 24px}@media (width>=768px){.insurance__container{padding:clamp(60px,10vw,120px) 40px}}@media (width>=1024px){.insurance__container{padding:clamp(60px,10vw,120px) 64px}}.insurance__header{align-items:end;gap:2rem;margin-bottom:4rem;display:grid}@media (width>=768px){.insurance__header{grid-template-columns:1fr 1fr;gap:2rem}}.insurance__section-label{color:#212121;text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem;font-size:11px;font-weight:500}.insurance__title{letter-spacing:-.04em;font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.05}.insurance__description{color:#000;font-size:clamp(15px,1.4vw,18px);font-weight:650;line-height:1.7}.insurance__types{background-color:#e0e0e0;grid-template-columns:1fr;gap:1px;margin-bottom:2.5rem;display:grid}@media (width>=640px){.insurance__types{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.insurance__types{grid-template-columns:repeat(4,1fr)}}.insurance__type-card{background-color:#fff;flex-direction:column;gap:.75rem;padding:clamp(1.5rem,3vw,2.5rem);transition:background-color .2s;display:flex}.insurance__type-card:hover{background-color:#f5f5f5}.insurance__type-title{font-size:1.125rem;font-weight:700}.insurance__type-desc{color:var(--foreground);font-size:.875rem;line-height:1.6}.insurance__type-details{color:var(--muted-foreground);margin-top:auto;font-size:.8rem;line-height:1.5}@media (width<=768px){.insurance__container{padding:40px 16px}.insurance__header{gap:1rem;margin-bottom:2rem}.insurance__section-label{margin-bottom:.5rem;font-size:8px}.insurance__title{font-size:20px}.insurance__description{font-size:11px;line-height:1.5}.insurance__types{grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.insurance__type-card{gap:.5rem;padding:16px 12px}.insurance__type-title{font-size:14px}.insurance__type-desc{font-size:12px}.insurance__type-details{font-size:10px}}.testimonials{padding:0}.testimonials__container{max-width:1440px;margin:0 auto;padding:clamp(30px,10vw,90px) 0}@media (width>=768px){.testimonials__container{padding:clamp(60px,10vw,120px) 40px}}@media (width>=1024px){.testimonials__container{padding:clamp(60px,10vw,120px) 64px}}.testimonials__header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:3rem;display:flex}@media (width>=768px){.testimonials__header{flex-direction:row;align-items:flex-end}}.testimonials__section-label{color:#212121;text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem;font-size:11px;font-weight:500}.testimonials__title{letter-spacing:-.04em;font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.05}.testimonials__rating{align-items:center;gap:1rem;display:flex}.testimonials__rating-value{letter-spacing:-.04em;font-size:clamp(28px,3vw,40px);font-weight:900;line-height:1}.testimonials__rating-label{color:#9e9e9e;font-size:12px}.testimonials__widget{border-radius:var(--radius);background:#ffffff0d;margin-top:2rem;padding:1rem}.testimonials__widget .sw-app{min-height:400px}@media (width<=768px){.testimonials__container{padding:40px 16px}.testimonials__header{gap:1rem;margin-bottom:2rem}.testimonials__section-label{margin-bottom:.5rem;font-size:8px}.testimonials__title{font-size:20px}.testimonials__rating-value{font-size:28px}.testimonials__rating-label{font-size:10px}.testimonials__widget{margin-top:1.5rem;padding:.75rem}.testimonials__widget .sw-app{min-height:300px}}.office-location{padding:clamp(60px,10vw,120px) 0}.office-location__container{max-width:1440px;margin:0 auto;padding:0 24px}@media (width>=768px){.office-location__container{padding:0 40px}}@media (width>=1024px){.office-location__container{padding:0 64px}}.office-location__header{margin-bottom:3rem}.office-location__section-label{color:#212121;text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem;font-size:11px;font-weight:500}.office-location__title{letter-spacing:-.04em;font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.05}.office-location__layout{background-color:#e0e0e0;gap:1px;display:grid}@media (width>=768px){.office-location__layout{grid-template-columns:1fr 380px}}.office-location__map{background-color:#e0e0e0;min-height:clamp(280px,40vw,500px);position:relative}.office-location__map iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.office-location__info{background-color:#fff;flex-direction:column;height:100%;display:flex}.office-location__info-item{flex:1;gap:1rem;padding:clamp(20px,2.5vw,28px) clamp(24px,3vw,36px);transition:background-color .2s;display:flex}.office-location__info-item:hover{background-color:#f5f5f5}.office-location__info-item--bordered{border-bottom:1px solid #e0e0e0}.office-location__info-icon{flex-shrink:0;margin-top:.125rem}.office-location__info-label{color:#9e9e9e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem;font-size:11px}.office-location__info-value{font-size:clamp(14px,1.2vw,16px);font-weight:700}.office-location__info-sub{color:#9e9e9e;margin-top:2px;font-size:12px}@media (width<=768px){.office-location__layout{grid-template-columns:1fr}.office-location__map{min-height:240px}.office-location__info{height:auto}.office-location__info-item{gap:.75rem;padding:16px 20px}.office-location__info-icon{width:16px;height:16px}.office-location__info-label{margin-bottom:.15rem;font-size:9px}.office-location__info-value{font-size:14px}.office-location__info-sub{margin-top:2px;font-size:10px}}.footer{color:#fff;background:#fff}.footer__container{margin:0 auto;padding:55px 20px}@media (width>=768px){.footer__container{padding:55px 40px}}@media (width>=1024px){.footer__container{padding:80px 64px}}.footer__grid{flex-wrap:wrap;justify-content:space-between;gap:48px;display:flex}.footer__col--logo{align-items:center;display:flex}.footer__logo-row{align-items:center;gap:2rem;display:flex}.footer__logo-img{object-fit:cover;width:350px;height:350px;display:block}.footer__about{display:none}.footer__col--contacts,.footer__col--info{text-align:right;padding-top:52px}.footer__heading{letter-spacing:.12em;text-transform:uppercase;color:#000;margin-bottom:16px;font-size:12px;font-weight:700}.footer__contacts{flex-direction:column;gap:12px;display:flex}.footer__phone{color:#000;letter-spacing:-.03em;font-size:22px;font-weight:800;text-decoration:none;transition:color .2s}.footer__address,.footer__schedule{color:#212121;font-size:13px}.footer__links{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.footer__link{color:#000;font-size:13px;text-decoration:none;transition:color .2s}.footer__call-btn{color:#000;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background-color:#fff;border:none;margin-top:8px;padding:14px 32px;font-size:12px;font-weight:700;transition:background-color .2s;display:inline-block}.footer__copyright{border-top:1px solid #ffffff14}.footer__copyright-inner{flex-direction:column;justify-content:space-between;align-items:center;gap:12px;max-width:1440px;margin:0 auto;padding:20px 24px;display:flex}@media (width>=768px){.footer__copyright-inner{flex-direction:row;padding:20px 40px}}@media (width>=1024px){.footer__copyright-inner{padding:20px 64px}}.footer__copyright-text,.footer__copyright-details{color:#484646;text-align:center;font-size:12px}@media (width>=768px){.footer__copyright-text,.footer__copyright-details{text-align:left}}@media (width<=1023px){.footer__grid{text-align:center;flex-direction:column;align-items:center;gap:32px}.footer__col--logo{justify-content:center}.footer__logo-row{flex-direction:column;align-items:center;gap:1rem}.footer__logo-img{width:250px;height:250px}.footer__col--contacts,.footer__col--info{text-align:center;padding-top:0}.footer__links{align-items:center}.footer__call-btn{width:100%}}@media (width<=480px){.footer__container{padding:40px 16px}.footer__grid{gap:24px}.footer__logo-img{width:180px;height:180px}.footer__heading{margin-bottom:10px;font-size:10px}.footer__phone{font-size:18px}.footer__address,.footer__schedule,.footer__link{font-size:11px}.footer__call-btn{padding:10px 20px;font-size:10px}.footer__copyright-inner{gap:8px;padding:16px}.footer__copyright-text,.footer__copyright-details{text-align:center;font-size:10px}}.cookie-consent{color:#000;z-index:9998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(90deg,#fffffff2,#000000d9);border-top:1px solid #fff3;justify-content:center;align-items:center;gap:1rem;width:100%;height:32px;padding:0 1rem;font-size:.75rem;display:flex;position:fixed;bottom:0;left:0}.cookie-consent__text{white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.cookie-consent__link{color:#fff;font-weight:500;text-decoration:underline}.cookie-consent__btn{color:#000;cursor:pointer;white-space:nowrap;background-color:#fff;border:none;border-radius:.25rem;padding:.25rem 1rem;font-size:.75rem;font-weight:600;transition:opacity .2s}.cookie-consent__btn:hover{opacity:.8}.modal-overlay{justify-content:center!important;align-items:center!important;display:flex!important}.bd-page{color:#000;background:linear-gradient(90deg,#fffffff2 0%,#000000d9 100%);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.bd-container{width:100%;margin:0 auto;padding:0 24px}@media (width>=768px){.bd-container{padding:0 40px}}@media (width>=1024px){.bd-container{padding:0 64px}}.bd-main{padding-top:80px}.bd-gallery-section{padding:clamp(16px,3vw,40px) 0 0}.bd-gallery-main{aspect-ratio:16/7;background:#e0e0e0;position:relative;overflow:hidden}.bd-gallery-img{object-fit:cover;filter:grayscale(15%);cursor:zoom-in;width:100%;height:100%;transition:all .5s}.bd-gallery-arrow{cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}.bd-gallery-arrow:hover{background:#f5f5f5}.bd-gallery-arrow--left{left:16px}.bd-gallery-arrow--right{right:16px}.bd-gallery-counter{color:#fff;letter-spacing:.05em;background:#000;padding:6px 14px;font-size:12px;font-weight:600;position:absolute;bottom:16px;right:16px}.bd-thumbnails{scrollbar-width:none;gap:8px;margin-top:12px;padding-bottom:4px;display:flex;overflow-x:auto}.bd-thumbnails::-webkit-scrollbar{display:none}.bd-thumbnail{aspect-ratio:4/3;opacity:.65;cursor:pointer;background:#f5f5f5;border:2px solid #0000;flex-shrink:0;width:clamp(80px,10vw,140px);transition:all .2s;overflow:hidden}.bd-thumbnail img{object-fit:cover;filter:grayscale(20%);width:100%;height:100%}.bd-thumbnail--active{opacity:1;border-color:#000}.bd-content-section{padding:clamp(40px,6vw,80px) 0}.bd-content-grid{align-items:start;gap:48px;display:grid}@media (width>=1024px){.bd-content-grid{grid-template-columns:1fr 380px;gap:64px}}.bd-left{min-width:0}.bd-status{text-transform:uppercase;letter-spacing:.18em;color:#000;margin-bottom:8px;font-size:11px}.bd-title{letter-spacing:-.04em;color:#000;margin-bottom:8px;font-size:clamp(28px,4vw,56px);font-weight:900;line-height:1.05}.bd-address{color:#000;align-items:center;gap:8px;margin-bottom:32px;font-size:14px;display:flex}.bd-description{color:#000;margin-bottom:40px;font-size:clamp(15px,1.4vw,18px);font-weight:300;line-height:1.75}.bd-section-title{letter-spacing:-.03em;color:#000;margin:0 0 16px;font-size:clamp(20px,2vw,28px);font-weight:800}.bd-params-grid{background:#e0e0e0;grid-template-columns:repeat(2,1fr);gap:1px;margin-bottom:64px;display:grid}.bd-param-item{background:#fff;padding:16px 20px;transition:background .2s}.bd-param-item:hover{background:#f5f5f5}.bd-param-label{text-transform:uppercase;letter-spacing:.08em;color:#000;margin-bottom:4px;font-size:11px}.bd-param-value{color:#000;font-size:15px;font-weight:700}.bd-floorplans-grid{background:#e0e0e0;grid-template-columns:repeat(2,1fr);gap:1px;margin-bottom:64px;display:grid}.bd-floorplan-item{background:#fff;flex-direction:column;transition:background .2s;display:flex;overflow:hidden}.bd-floorplan-item:hover{background:#f5f5f5}.bd-floorplan-img-wrap{aspect-ratio:4/3;background:#f5f5f5;overflow:hidden}.bd-floorplan-img{object-fit:cover;filter:grayscale(30%);width:100%;height:100%;transition:transform .5s}.bd-floorplan-item:hover .bd-floorplan-img{transform:scale(1.05)}.bd-floorplan-info{flex:1;padding:16px 20px}.bd-floorplan-label{color:#000;margin-bottom:4px;font-size:15px;font-weight:700}.bd-floorplan-area{color:#000;font-size:13px}.bd-floorplan-price{color:#000;margin-top:6px;font-size:14px;font-weight:800}.bd-developer-card{border:1px solid #e0e0e0;flex-direction:column;margin-bottom:64px;display:flex}@media (width>=768px){.bd-developer-card{flex-direction:row}}.bd-developer-logo{background:#f5f5f5;flex-shrink:0;justify-content:center;align-items:center;width:100%;max-width:180px;padding:32px 24px;display:flex}@media (width<=767px){.bd-developer-logo{max-width:100%;padding:32px 24px}}.bd-developer-logo img{object-fit:cover;filter:grayscale();width:80px;height:80px}.bd-developer-info{background:#fff;flex:1;padding:clamp(20px,3vw,32px)}.bd-developer-name{letter-spacing:-.02em;color:#000;margin:0 0 8px;font-size:clamp(16px,1.5vw,22px);font-weight:800}.bd-developer-meta{flex-wrap:wrap;gap:24px;margin-bottom:16px;display:flex}.bd-developer-meta>div{flex-direction:column;display:flex}.bd-developer-meta-label{text-transform:uppercase;letter-spacing:.08em;color:#000;font-size:11px}.bd-developer-meta-value{color:#000;font-weight:700}.bd-developer-desc{color:#000;margin:0;font-size:14px;line-height:1.65}.bd-address--map{margin-bottom:16px}.bd-map-wrap{border:1px solid #e0e0e0;height:clamp(280px,40vw,460px);margin-bottom:24px;overflow:hidden}.bd-map-wrap iframe{filter:grayscale(80%)contrast(1.1);border:0;width:100%;height:100%}.bd-right{align-self:start;height:fit-content;position:sticky;top:80px}@media (width<=1023px){.bd-right{align-self:auto;height:auto;position:static;top:auto}}@media (width>=1024px){.bd-right{align-self:start;height:fit-content;position:sticky;top:80px}}.bd-contact-card{background:#fff;border:1px solid #e0e0e0;padding:clamp(24px,3vw,36px)}.bd-contact-price-label{text-transform:uppercase;letter-spacing:.12em;color:#000;margin-bottom:6px;font-size:12px}.bd-contact-price{letter-spacing:-.04em;color:#000;margin-bottom:4px;font-size:clamp(22px,3vw,32px);font-weight:900}.bd-contact-rooms{color:#000;margin-bottom:24px;font-size:13px}.bd-contact-status{background:#f5f5f5;margin-bottom:24px;padding:12px 16px}.bd-contact-status-label{text-transform:uppercase;letter-spacing:.08em;color:#000;margin-bottom:4px;font-size:11px}.bd-contact-status-value{color:#000;font-size:14px;font-weight:700}.bd-contact-note{color:#000;margin-bottom:16px;font-size:12px}.bd-lightbox{z-index:9999;box-sizing:border-box;background:#000000eb;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.bd-lightbox-close{color:#fff;opacity:.7;cursor:pointer;z-index:10000;background:0 0;border:none;font-size:32px;line-height:1;transition:opacity .2s;position:fixed;top:20px;right:24px}.bd-lightbox-close:hover{opacity:1}.bd-lightbox-arrow{color:#fff;opacity:.7;cursor:pointer;z-index:10000;background:0 0;border:none;transition:opacity .2s;position:fixed;top:50%;transform:translateY(-50%)}.bd-lightbox-arrow:hover{opacity:1}.bd-lightbox-arrow--left{left:16px}.bd-lightbox-arrow--right{right:16px}.bd-lightbox-img{object-fit:contain;max-width:90vw;max-height:90vh;display:block}.bd-lightbox-counter{color:#fff;opacity:.6;z-index:10000;font-size:13px;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}@media (width<=480px){.bd-lightbox-arrow{display:none}}.bd-not-found{color:#9e9e9e;justify-content:center;align-items:center;height:100vh;font-size:24px;display:flex}@media (width<=480px){.bd-container{padding:0 12px}.bd-gallery-main{aspect-ratio:4/3}.bd-gallery-arrow{width:32px;height:32px}.bd-gallery-arrow--left{left:8px}.bd-gallery-arrow--right{right:8px}.bd-thumbnail{width:60px}.bd-content-section{padding:24px 0 40px}.bd-content-grid{gap:24px}.bd-title{font-size:24px}.bd-status{font-size:10px}.bd-address{margin-bottom:16px;font-size:12px}.bd-description{margin-bottom:24px;font-size:14px}.bd-section-title{margin-bottom:12px;font-size:18px}.bd-params-grid{gap:1px;margin-bottom:32px}.bd-param-item{padding:12px 16px}.bd-param-label{font-size:10px}.bd-param-value{font-size:13px}.bd-floorplans-grid{gap:1px;margin-bottom:32px}.bd-floorplan-info{padding:12px 16px}.bd-floorplan-label{font-size:13px}.bd-floorplan-area{font-size:12px}.bd-floorplan-price{font-size:13px}.bd-developer-card{margin-bottom:32px}.bd-developer-logo{padding:20px 16px}.bd-developer-logo img{width:60px;height:60px}.bd-developer-info{padding:16px}.bd-developer-name{font-size:16px}.bd-developer-desc{font-size:13px}.bd-map-wrap{height:200px;margin-bottom:16px}.bd-contact-card{padding:16px}.bd-contact-price{font-size:22px}.bd-contact-rooms{margin-bottom:16px;font-size:12px}.bd-contact-status{margin-bottom:16px;padding:8px 12px}.bd-contact-note{margin-bottom:12px;font-size:11px}.bd-lightbox-arrow{display:none}}@media (width>=481px) and (width<=767px){.bd-container{padding:0 20px}.bd-content-grid{gap:32px}}@media (width>=768px) and (width<=1023px){.bd-content-grid{grid-template-columns:1fr}.bd-right{align-self:auto;height:auto;position:static;top:auto}}@media (width>=1200px){.bd-container{padding:0 80px}}.modal-overlay{z-index:9999;box-sizing:border-box;background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:hidden}.modal{box-sizing:border-box;background-color:#fff;border-radius:12px;width:calc(100% - 32px);max-width:448px;max-height:90vh;padding:clamp(24px,5vw,48px);position:relative;overflow-y:auto}.modal__close{color:#9e9e9e;cursor:pointer;background:0 0;border:none;padding:4px;transition:color .2s;position:absolute;top:16px;right:16px}.modal__close:hover{color:#000}.modal__success{text-align:center;padding:2rem 0}.modal__success-icon{margin-bottom:1rem;font-size:2.5rem;line-height:1}.modal__success-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.modal__success-text{color:#9e9e9e;margin-bottom:1.5rem;font-size:.9rem}.modal__title{letter-spacing:-.03em;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.modal__theme-hint{color:#424242;margin-bottom:.5rem;font-size:.8125rem;font-weight:600}.modal__subtitle{color:#9e9e9e;margin-bottom:2rem;font-size:.875rem}.modal__form{flex-direction:column;gap:1rem;display:flex}.modal__field{flex-direction:column;display:flex}.modal__label{color:#9e9e9e;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem}.modal__input{box-sizing:border-box;background:0 0;border:none;border-bottom:1px solid #e0e0e0;outline:none;width:100%;padding:.75rem 0;font-size:1rem;transition:border-color .2s}.modal__input::placeholder{color:#e0e0e0}.modal__input:focus{border-bottom-color:#000}.modal__btn{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-sizing:border-box;border:none;border-radius:0;width:100%;padding:1rem 0;font-size:.875rem;font-weight:700;transition:background-color .2s}.modal__btn--submit{color:#fff;background-color:#000;margin-top:.5rem}.modal__btn--submit:hover{background-color:#424242}.modal__btn--close{color:#fff;background-color:#000;font-weight:600}.modal__btn--close:hover{background-color:#424242}.modal__policy{color:#9e9e9e;text-align:center;margin-top:.5rem;font-size:.75rem}.modal__policy-link{color:inherit;text-decoration:underline}
