@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--font-size:16px;--background:#fff;--foreground:#000;--card:#f5f5f5;--card-foreground:#000;--popover:#fff;--popover-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;--input:transparent;--input-background:#f5f5f5;--switch-background:#9e9e9e;--font-weight-medium:500;--font-weight-normal:400;--ring:#424242;--radius:.625rem}*{box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background-color:var(--background);color:var(--foreground);font-size:var(--font-size);margin:0}#root{flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0;display:flex}h1,h2,h3,h4{margin:0}h1{font-size:2.5rem;font-weight:var(--font-weight-medium);letter-spacing:-.04em;line-height:1.2}h2{font-size:1.5rem;font-weight:var(--font-weight-medium);line-height:1.3}p{margin:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}.header{z-index:50;background-color:#fff;border-bottom:1px solid #e0e0e0;transition:background-color .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffffff7}.header__container{max-width:1440px;margin:0 auto;padding:0 16px}@media (width>=768px){.header__container{padding:0 24px}}@media (width>=1024px){.header__container{padding:0 32px}}.header__row{justify-content:space-between;align-items:center;height:64px;display:flex}@media (width>=768px){.header__row{height:80px}}.header__logo{flex-shrink:0;align-items:center;gap:12px;display:flex}.header__logo-img{object-fit:contain;width:60px;height:60px}.header__logo-name{letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(13px,1.2vw,17px);font-weight:800;line-height:1.1}.header__logo-subtitle{color:#9e9e9e;letter-spacing:.06em;text-transform:uppercase;font-size:10px;line-height:1;display:none}@media (width>=768px){.header__logo-subtitle{display:block}}.header__nav{align-items:center;gap:16px;display:none}@media (width>=1024px){.header__nav{display:flex}}.header__nav-link{color:#424242;letter-spacing:.02em;cursor:pointer;background:0 0;border:none;font-size:12px;font-weight:500;transition:color .2s}.header__nav-link:hover{color:#000}.header__contacts{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:none}@media (width>=768px){.header__contacts{display:flex}}.header__contacts-time{color:#9e9e9e;font-size:11px}.header__contacts-phone{color:#000;letter-spacing:-.02em;font-size:clamp(14px,1.2vw,18px);font-weight:800;text-decoration:none;transition:color .2s}.header__contacts-phone:hover{color:#424242}.header__burger{cursor:pointer;color:#000;background:0 0;border:none;padding:8px;display:inline-flex}@media (width>=768px){.header__burger{display:none}}.header__mobile-menu{background-color:#fff;border-top:1px solid #e0e0e0}.header__mobile-content{flex-direction:column;gap:4px;padding:16px;display:flex}.header__mobile-phone{color:#000;letter-spacing:-.02em;padding:8px 0;font-size:20px;font-weight:800;text-decoration:none}.header__mobile-time{color:#9e9e9e;margin-bottom:12px;font-size:12px}.header__mobile-link{text-align:left;color:#424242;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 0;font-size:15px;font-weight:500;transition:color .2s;display:block}.header__mobile-link:hover{color:#000}.hero{flex-direction:column;justify-content:flex-end;min-height:clamp(480px,80vh,800px);padding-top:80px;display:flex;position:relative;overflow:hidden}.hero__bg{filter:grayscale();background-image:url(https://images.unsplash.com/photo-1486325212027-8081e485255e?w=1600&h=900&fit=crop&auto=format);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-left:auto;margin-right:auto;padding:0 24px 64px;position:relative}@media (width>=768px){.hero__container{padding:0 40px 96px}}@media (width>=1024px){.hero__container{padding:0 64px 96px}}.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}.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:#9e9e9e;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:#9e9e9e;max-width:20rem;font-size:14px;line-height:1.6}.new-buildings__grid{background-color:#e0e0e0;grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));gap:1px;display:grid}.new-buildings__card{cursor:pointer;background-color:#fff;transition:background-color .2s}.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;filter:grayscale(30%);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}.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;background-color:#000;border:none;width:100%;padding:18px 32px;font-size:1rem;font-weight:700;transition:background-color .2s}.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}.primary-real-estate{background-color:#f5f5f5;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{gap:3rem;margin-bottom:4rem;display:grid}@media (width>=768px){.primary-real-estate__header{grid-template-columns:1fr 1fr;gap:3rem}}@media (width>=1024px){.primary-real-estate__header{gap:6rem}}.primary-real-estate__section-label{color:#9e9e9e;text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem;font-size:11px;font-weight:500}.primary-real-estate__title{letter-spacing:-.04em;font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.05}.primary-real-estate__description{align-items:flex-end;display:flex}.primary-real-estate__description-text{color:#424242;font-size:clamp(15px,1.4vw,18px);font-weight:300;line-height:1.7}.primary-real-estate__grid{background-color:#e0e0e0;grid-template-columns:1fr;gap:1px;display:grid}@media (width>=640px){.primary-real-estate__grid{grid-template-columns:1fr 1fr}}@media (width>=1024px){.primary-real-estate__grid{grid-template-columns:repeat(3,1fr)}}.primary-real-estate__advantage{background-color:#f5f5f5;padding:clamp(24px,3vw,40px);transition:background-color .2s}.primary-real-estate__advantage:hover{background-color:#fff}.primary-real-estate__advantage-icon{margin-bottom:16px}.primary-real-estate__advantage-title{letter-spacing:-.01em;margin-bottom:8px;font-size:clamp(15px,1.3vw,18px);font-weight:700}.primary-real-estate__advantage-text{color:#9e9e9e;font-size:13px;line-height:1.65}.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:#9e9e9e;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:#424242;font-size:clamp(15px,1.4vw,18px);font-weight:300;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{display:none}@media (width>=768px){.secondary-real-estate__image{filter:grayscale(40%);background-image:url(https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?w=800&h=600&fit=crop&auto=format);background-position:50%;background-size:cover;min-height:440px;display:block}}.secondary-real-estate__benefits{flex-direction:column;display:flex}.secondary-real-estate__benefit{cursor:default;gap:1.25rem;padding:clamp(16px,2vw,24px) clamp(20px,3vw,40px);transition:background-color .2s;display:flex}.secondary-real-estate__benefit:hover{background-color:#f5f5f5}.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}.team{background-color:#f5f5f5;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;align-items:flex-start;gap:1.5rem;margin-bottom:3rem;display:flex}@media (width>=768px){.team__header{flex-direction:row;align-items:flex-end}}.team__section-label{color:#9e9e9e;text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem;font-size:11px;font-weight:500}.team__title{letter-spacing:-.04em;font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.05}.team__intro{color:#9e9e9e;max-width:20rem;font-size:14px;line-height:1.6}.team__grid{background-color:#e0e0e0;grid-template-columns:repeat(1,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}.team__image-wrapper{aspect-ratio:4/5;background-color:#e0e0e0;overflow:hidden}.team__image{object-fit:cover;filter:grayscale(50%);width:100%;height:100%;transition:transform .5s}.team__card:hover .team__image{transform:scale(1.05)}.team__card-body{padding:clamp(16px,2vw,24px)}.team__name{letter-spacing:-.02em;margin-bottom:4px;font-size:clamp(15px,1.3vw,18px);font-weight:700;line-height:1.2}.team__role{color:#9e9e9e;font-size:12px}.team__exp{color:#424242;letter-spacing:.06em;text-transform:uppercase;margin-top:.75rem;font-size:11px;font-weight:600}.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:#9e9e9e;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:#424242;font-size:clamp(15px,1.4vw,18px);font-weight:300;line-height:1.7}.construction__grid{background-color:#e0e0e0;grid-template-columns:1fr;gap:1px;display:grid}@media (width>=640px){.construction__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.construction__grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,360px),1fr))}}.construction__card{background-color:#fff;padding:clamp(24px,3vw,40px);transition:background-color .2s}.construction__card:hover{background-color:#f5f5f5}.construction__card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.construction__card-icon{color:#000}.construction__card-number{color:#9e9e9e;letter-spacing:.1em;font-size:11px;font-weight:700}.construction__card-title{letter-spacing:-.02em;margin-bottom:.625rem;font-size:clamp(16px,1.4vw,20px);font-weight:700}.construction__card-text{color:#9e9e9e;font-size:13px;line-height:1.65}.plaster-work{background-color:#f5f5f5;padding:clamp(60px,10vw,120px) 0}.plaster-work__container{max-width:1440px;margin:0 auto;padding:0 24px}@media (width>=768px){.plaster-work__container{padding:0 40px}}@media (width>=1024px){.plaster-work__container{padding:0 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:#9e9e9e;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:#9e9e9e;max-width:20rem;font-size:14px;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)}}.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}.insurance{padding:clamp(60px,10vw,120px) 0}.insurance__container{max-width:1440px;margin:0 auto;padding:0 24px}@media (width>=768px){.insurance__container{padding:0 40px}}@media (width>=1024px){.insurance__container{padding:0 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:#9e9e9e;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:#424242;font-size:clamp(15px,1.4vw,18px);font-weight:300;line-height:1.7}.insurance__cta{color:#fff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background-color:#000;border:none;width:100%;padding:clamp(24px,4vw,48px);font-size:clamp(15px,1.8vw,22px);font-weight:700;transition:background-color .2s;display:block}.insurance__cta:hover{background-color:#424242}.testimonials{background-color:#f5f5f5;padding:clamp(60px,10vw,120px) 0}.testimonials__container{max-width:1440px;margin:0 auto;padding:0 24px}@media (width>=768px){.testimonials__container{padding:0 40px}}@media (width>=1024px){.testimonials__container{padding:0 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:#9e9e9e;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__nav{gap:.5rem;display:flex}.testimonials__nav-btn{cursor:pointer;color:#000;background:0 0;border:1px solid #e0e0e0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.testimonials__nav-btn:hover:not(:disabled){color:#fff;background-color:#000;border-color:#000}.testimonials__nav-btn:disabled{opacity:.3;cursor:not-allowed}.testimonials__grid{background-color:#e0e0e0;gap:1px}.testimonials__grid--desktop{display:none}@media (width>=768px){.testimonials__grid--desktop{grid-template-columns:repeat(3,1fr);display:grid}}.testimonials__grid--mobile{flex-direction:column;display:flex}@media (width>=768px){.testimonials__grid--mobile{display:none}}.testimonials__dots{justify-content:center;gap:.5rem;margin-top:2rem;display:none}@media (width>=768px){.testimonials__dots{display:flex}}.testimonials__dot{cursor:pointer;background-color:#e0e0e0;border:none;width:8px;height:8px;transition:all .3s}.testimonials__dot--active{background-color:#000;width:28px}.review-card{background-color:#fff;flex-direction:column;padding:clamp(24px,3vw,36px);display:flex}.review-card__stars{gap:.125rem;margin-bottom:1rem;display:flex}.review-card__star{color:#000;font-size:14px}.review-card__text{color:#424242;flex:1;font-size:14px;line-height:1.7}.review-card__footer{border-top:1px solid #f5f5f5;justify-content:space-between;align-items:flex-start;margin-top:1.5rem;padding-top:1.5rem;display:flex}.review-card__name{font-size:14px;font-weight:700}.review-card__deal,.review-card__date{color:#9e9e9e;font-size:12px}.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:#9e9e9e;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;justify-content:center;align-items:center;min-height:clamp(280px,40vw,500px);display:flex;position:relative}.office-location__map-bg{filter:grayscale()brightness(.7);background-image:url(https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1000&h=600&fit=crop&auto=format);background-position:50%;background-size:cover;position:absolute;inset:0}.office-location__map-content{z-index:10;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:relative}.office-location__address-btn{color:#fff;letter-spacing:.06em;background-color:#000;align-items:center;gap:.5rem;padding:12px 24px;font-size:13px;font-weight:700;display:flex}.office-location__route-btn{color:#000;letter-spacing:.06em;text-transform:uppercase;background-color:#fff;align-items:center;gap:.5rem;padding:10px 20px;font-size:12px;font-weight:600;text-decoration:none;transition:background-color .2s;display:flex}.office-location__route-btn:hover{background-color:#f5f5f5}.office-location__info{background-color:#fff;flex-direction:column;display:flex}.office-location__info-item{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}.footer{color:#fff;background-color:#2c2c2c}.footer__container{max-width:1440px;margin:0 auto;padding:64px 24px}@media (width>=768px){.footer__container{padding:80px 40px}}@media (width>=1024px){.footer__container{padding:80px 64px}}.footer__grid{gap:48px;display:grid}@media (width>=768px){.footer__grid{grid-template-columns:repeat(3,1fr);gap:32px}}.footer__logo{align-items:center;gap:12px;margin-bottom:20px;display:flex}.footer__logo-icon{background-color:#fff;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.footer__logo-text{letter-spacing:-.02em;font-size:16px;font-weight:800;line-height:1.1}.footer__about{color:#9e9e9e;max-width:260px;font-size:13px;line-height:1.7}.footer__heading{letter-spacing:.12em;text-transform:uppercase;color:#9e9e9e;margin-bottom:16px;font-size:12px;font-weight:700}.footer__contacts{flex-direction:column;gap:12px;display:flex}.footer__phone{color:#fff;letter-spacing:-.03em;font-size:22px;font-weight:800;text-decoration:none;transition:color .2s}.footer__phone:hover{color:#e0e0e0}.footer__email{color:#9e9e9e;font-size:14px;text-decoration:none;transition:color .2s}.footer__email:hover{color:#fff}.footer__address,.footer__schedule{color:#9e9e9e;font-size:13px}.footer__links{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.footer__link{color:#9e9e9e;font-size:13px;text-decoration:none;transition:color .2s}.footer__link:hover{color:#fff}.footer__call-btn{color:#000;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background-color:#fff;border:none;width:100%;padding:14px 32px;font-size:12px;font-weight:700;transition:background-color .2s}@media (width>=768px){.footer__call-btn{width:auto}}.footer__call-btn:hover{background-color:#e0e0e0}.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:#9e9e9e;text-align:center;font-size:12px}@media (width>=768px){.footer__copyright-text,.footer__copyright-details{text-align:left}}.modal-overlay{z-index:9999;background-color:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background-color:#fff;width:100%;max-width:28rem;padding:clamp(24px,5vw,48px);position:relative}.modal__close{color:#9e9e9e;cursor:pointer;background:0 0;border:none;transition:color .2s;position:absolute;top:1rem;right:1rem}.modal__close:hover{color:#000}.modal__success{text-align:center;padding:2rem 0}.modal__success-icon{margin-bottom:1rem;font-size:2.5rem}.modal__success-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.modal__success-text{color:#9e9e9e;margin-bottom:1.5rem}.modal__title{letter-spacing:-.03em;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.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{background:0 0;border:none;border-bottom:1px solid #e0e0e0;outline:none;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;border:none;width:100%;padding:1rem;font-size:.875rem;font-weight:700;transition:background-color .2s}.modal__btn--submit{color:#fff;background-color:#000;margin-top:1rem}.modal__btn--submit:hover{background-color:#424242}.modal__btn--submit:disabled{opacity:.6;cursor:not-allowed}.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;font-size:.75rem}.modal__policy-link{color:inherit;text-decoration:underline}.modal__textarea{resize:vertical;min-height:80px}
