body.layout-modal-open{overflow:hidden}.layout-modal[hidden]{display:none}.layout-modal{position:fixed;inset:0;z-index:10050;display:flex;align-items:flex-start;justify-content:center;padding:24px 16px;overflow-y:auto}.layout-modal__overlay{position:fixed;inset:0;background:rgba(0,0,0,.55)}.layout-modal__dialog{position:relative;z-index:1;width:min(1120px,100%);margin:24px auto 48px;background:#f7f6f2;border-radius:16px;padding:24px}.layout-modal__close{position:absolute;top:16px;right:16px;z-index:2;width:clamp(48px,3.89vw,56px);height:clamp(48px,3.89vw,56px);border-radius:50%;background:#fff;cursor:pointer;transition:all .3s}.layout-modal__close:hover{rotate:90deg}.layout-modal__close svg{position:absolute;top:50%;left:50%;width:32px;height:32px;transform:translate(-50%,-50%)}.layout-modal__inner{display:flex;flex-direction:column;gap:16px}.layout-modal__top{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,425px);gap:24px;margin-bottom:32px}@media (max-width:991px){.layout-modal__top{display:contents}}.layout-modal__plan{display:flex;align-items:center;justify-content:center;min-height:477px;padding:16px;background:#fff;border-radius:24px}.layout-modal__plan img{max-width:100%;max-height:420px;object-fit:contain}.layout-modal__sidebar{display:flex;flex-direction:column;padding:16px clamp(16px,1.667vw,24px);background:var(--button-primary-default);border-radius:24px;order:1}.layout-modal__sidebar-title{margin:0 0 24px;font-size:clamp(18px,1.667vw,24px);font-family:var(--font);line-height:1.33;font-weight:600}@media (min-width:992px){.layout-modal__sidebar-title{max-width:90%}}.layout-modal__address,.layout-modal__phones-wrap{display:flex;flex-direction:column;gap:8px}:is(.layout-modal__address,.layout-modal__phones-wrap) a,:is(.layout-modal__address,.layout-modal__phones-wrap) h4{font-size:clamp(16px,1.32vw,18px);font-family:var(--font)}.layout-modal__phones{margin:0 0 16px;padding:0;list-style:none}.layout-modal__phones a{font-weight:600;font-size:18px}.layout-modal__address,.layout-modal__email{margin:0 0 12px;font-size:14px;line-height:1.5}.layout-modal__form{margin-top:20px}.layout-modal__button{margin:auto 0 0}.layout-modal__layout-name{margin:0 0 8px;font-size:20px;font-weight:600}.layout-modal__price{margin:0 0 16px;font-size:24px;font-weight:600;line-height:1.33;color:#000}.layout-modal__meta{margin:0 0 24px}.layout-modal__section-title{margin:0 0 16px;font-size:16px;font-weight:500;font-family:inherit}.layout-modal__fpt{margin-bottom:16px}.layout-modal__section-description{font-size:14px;color:var(--text-color,#636363)}.layout-modal__description{margin-bottom:32px;font-size:15px;line-height:1.6;color:rgba(0,0,0,.75)}.layout-modal__floor-plans-grid{display:grid;grid-template-columns:1fr;gap:16px}.layout-modal__floor-plan{margin:0;padding:12px;background:#fff;border-radius:24px}.layout-modal__floor-plan img{width:100%;height:auto;object-fit:contain}.layout-card--interactive{cursor:pointer}.layout-card--interactive .layout-card__link{background:none;border:0;padding:0;font:inherit;font-weight:600;text-decoration:underline;text-underline-offset:3px;cursor:pointer;color:inherit}@media (max-width:900px){.layout-modal__top{grid-template-columns:1fr}}