@layer plugins.cms-rozmax-projects{.rmx-proj{--rmx-accent: var(--rx-accent, #1d7a8c);--rmx-surface: var(--rx-surface, #ffffff);--rmx-muted: #f4f6f8;--rmx-border: #e3e8ee;--rmx-text: #1f2933;--rmx-text-soft: #5b6b7b;--rmx-radius: 14px;color:var(--rmx-text)}.rmx-proj *{box-sizing:border-box}.rmx-container{width:100%;max-width:var(--rx-content-width, 1200px);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.rmx-proj-card--building,.rmx-proj-section--building,.rmx-proj-filter--building,.rmx-proj-badge--building,.rmx-proj-single--building{--rmx-status: #f59e0b}.rmx-proj-card--completed,.rmx-proj-section--completed,.rmx-proj-filter--completed,.rmx-proj-badge--completed,.rmx-proj-single--completed{--rmx-status: #16a34a}.rmx-proj-card--planned,.rmx-proj-section--planned,.rmx-proj-filter--planned,.rmx-proj-badge--planned,.rmx-proj-single--planned{--rmx-status: #6366f1}.rmx-proj-card--default,.rmx-proj-badge--default,.rmx-proj-single--default{--rmx-status: var(--rmx-accent)}.rmx-proj-archive{padding-block:clamp(2rem,6vw,4rem)}.rmx-proj-archive__head{text-align:center;margin-bottom:2.5rem}.rmx-proj-archive__title{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.1;margin:0 0 .6rem}.rmx-proj-archive__intro{color:var(--rmx-text-soft);max-width:60ch;margin-inline:auto}.rmx-proj-empty{text-align:center;color:var(--rmx-text-soft);padding-block:3rem}.rmx-proj-filters{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2.5rem}.rmx-proj-filter{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--rmx-border);background:var(--rmx-surface);color:var(--rmx-text);padding:.5rem 1.1rem;border-radius:999px;font:inherit;font-size:.92rem;cursor:pointer;transition:all .18s ease}.rmx-proj-filter:hover{border-color:var(--rmx-status, var(--rmx-accent))}.rmx-proj-filter.is-active{background:var(--rmx-status, var(--rmx-accent));border-color:var(--rmx-status, var(--rmx-accent));color:#fff}.rmx-proj-section{margin-bottom:3rem}.rmx-proj-section__title{display:flex;align-items:center;gap:.6rem;font-size:1.5rem;margin:0 0 1.4rem}.rmx-proj-section__dot{width:.7rem;height:.7rem;border-radius:50%;background:var(--rmx-status, var(--rmx-accent));flex:none}.rmx-proj-section__count{font-size:.85rem;font-weight:600;color:var(--rmx-text-soft);background:var(--rmx-muted);border-radius:999px;padding:.1rem .6rem}.rmx-proj-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.rmx-proj-card{display:flex;flex-direction:column;background:var(--rmx-surface);border:1px solid var(--rmx-border);border-radius:var(--rmx-radius);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.rmx-proj-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -24px #0f1e3273}.rmx-proj-card__media{position:relative;display:block;aspect-ratio:16 / 10;background:var(--rmx-muted);overflow:hidden}.rmx-proj-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.rmx-proj-card:hover .rmx-proj-card__media img{transform:scale(1.05)}.rmx-proj-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,var(--rmx-muted),#dfe6ee)}.rmx-proj-badge{position:absolute;top:.9rem;left:.9rem;background:var(--rmx-status, var(--rmx-accent));color:#fff;font-size:.78rem;font-weight:600;padding:.28rem .7rem;border-radius:999px;letter-spacing:.02em}.rmx-proj-card__body{display:flex;flex-direction:column;gap:.5rem;padding:1.1rem 1.2rem 1.3rem;flex:1}.rmx-proj-card__district{font-size:.8rem;color:var(--rmx-status, var(--rmx-accent));font-weight:600;text-transform:uppercase;letter-spacing:.04em}.rmx-proj-card__title{font-size:1.2rem;margin:0;line-height:1.25}.rmx-proj-card__title a{color:inherit;text-decoration:none}.rmx-proj-card__title a:hover{color:var(--rmx-status, var(--rmx-accent))}.rmx-proj-card__excerpt{margin:0;color:var(--rmx-text-soft);font-size:.92rem}.rmx-proj-card__specs{list-style:none;margin:.4rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem 1.2rem}.rmx-proj-card__specs li{display:flex;flex-direction:column}.rmx-proj-card__specs span{font-size:.72rem;color:var(--rmx-text-soft)}.rmx-proj-card__cta{margin-top:auto;padding-top:.6rem;color:var(--rmx-status, var(--rmx-accent));font-weight:600;text-decoration:none}.rmx-proj-progress{height:7px;border-radius:999px;background:var(--rmx-muted);overflow:hidden}.rmx-proj-progress--lg{height:12px}.rmx-proj-progress__bar{display:block;height:100%;border-radius:inherit;background:var(--rmx-status, var(--rmx-accent))}.rmx-proj-progress__label{font-size:.8rem;color:var(--rmx-text-soft)}.rmx-proj-hero{position:relative;padding-block:clamp(2.5rem,8vw,5rem);background:var(--rmx-muted)}.rmx-proj-hero--media{color:#fff}.rmx-proj-hero--media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--rmx-hero-image);background-size:cover;background-position:center}.rmx-proj-hero--media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a142359,#0a1423c7)}.rmx-proj-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:.7rem}.rmx-proj-hero__back{color:inherit;opacity:.85;text-decoration:none;font-size:.9rem}.rmx-proj-hero--media .rmx-proj-badge{position:static}.rmx-proj-hero__title{font-size:clamp(1.8rem,4.5vw,3rem);margin:0;line-height:1.1}.rmx-proj-hero__meta{margin:0;opacity:.9}.rmx-proj-single__body{padding-block:clamp(2rem,5vw,3.5rem);display:flex;flex-direction:column;gap:2.5rem}.rmx-proj-block__title{font-size:1.5rem;margin:0 0 1.1rem}.rmx-proj-block--accent{border-left:4px solid var(--rmx-status, var(--rmx-accent));padding-left:1.2rem}.rmx-proj-prose{line-height:1.7;max-width:72ch}.rmx-proj-prose :is(h2,h3){margin-top:1.6rem}.rmx-proj-specs{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin:0}.rmx-proj-specs__item{background:var(--rmx-muted);border-radius:10px;padding:.9rem 1rem}.rmx-proj-specs__item dt{font-size:.78rem;color:var(--rmx-text-soft);margin-bottom:.25rem}.rmx-proj-specs__item dd{margin:0;font-size:1.1rem;font-weight:600}.rmx-proj-features{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.7rem}.rmx-proj-features__item{display:flex;align-items:center;gap:.6rem}.rmx-proj-features__icon{font-size:1.3rem;line-height:1}.rmx-proj-timeline{list-style:none;margin:1.2rem 0 0;padding:0 0 0 1.2rem;border-left:2px solid var(--rmx-border)}.rmx-proj-timeline__item{position:relative;padding-bottom:1.2rem}.rmx-proj-timeline__item:before{content:"";position:absolute;left:-1.55rem;top:.35rem;width:.7rem;height:.7rem;border-radius:50%;background:var(--rmx-status, var(--rmx-accent))}.rmx-proj-timeline__date{font-weight:600}.rmx-proj-timeline__note{margin:.2rem 0 0;color:var(--rmx-text-soft)}.rmx-proj-facts{list-style:none;display:flex;flex-wrap:wrap;gap:1.5rem;margin:0;padding:0}.rmx-proj-facts li{display:flex;flex-direction:column}.rmx-proj-facts span{font-size:.78rem;color:var(--rmx-text-soft)}.rmx-proj-facts strong{font-size:1.3rem}.rmx-proj-note{color:var(--rmx-text-soft)}.rmx-proj-address{font-size:1.05rem;margin-bottom:.8rem}.rmx-proj-cta__intro{color:var(--rmx-text-soft);margin-top:-.4rem}.rmx-proj-cta__buttons{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.4rem}.rmx-proj-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.3rem;border-radius:10px;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:opacity .18s ease,transform .18s ease}.rmx-proj-btn:hover{transform:translateY(-2px)}.rmx-proj-btn--primary{background:var(--rmx-accent);color:#fff}.rmx-proj-btn--telegram{background:#2aabee;color:#fff}.rmx-proj-btn--viber{background:#7360f2;color:#fff}.rmx-proj-btn--ghost{background:transparent;border-color:var(--rmx-border);color:var(--rmx-text)}.rmx-proj-gallery__stage{position:relative;aspect-ratio:16 / 9;border-radius:var(--rmx-radius);overflow:hidden;background:var(--rmx-muted)}.rmx-proj-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;opacity:0;transition:opacity .35s ease}.rmx-proj-gallery__slide.is-active{opacity:1}.rmx-proj-gallery__slide img{width:100%;height:100%;object-fit:cover}.rmx-proj-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:2.6rem;height:2.6rem;border:none;border-radius:50%;background:#ffffffd9;color:#1f2933;font-size:1.6rem;line-height:1;cursor:pointer;display:grid;place-items:center}.rmx-proj-gallery__nav--prev{left:.8rem}.rmx-proj-gallery__nav--next{right:.8rem}.rmx-proj-gallery__thumbs{display:flex;gap:.5rem;margin-top:.7rem;overflow-x:auto;padding-bottom:.3rem}.rmx-proj-gallery__thumb{flex:0 0 auto;width:84px;height:60px;border:2px solid transparent;border-radius:8px;overflow:hidden;padding:0;cursor:pointer;background:var(--rmx-muted)}.rmx-proj-gallery__thumb.is-active{border-color:var(--rmx-status, var(--rmx-accent))}.rmx-proj-gallery__thumb img{width:100%;height:100%;object-fit:cover}}
