*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Manrope,system-ui,-apple-system,sans-serif;color:var(--text-light);background:radial-gradient(circle at top right,#1f2732 0,var(--bg-dark) 35%) no-repeat}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{overflow:clip}h1,h2,h3,h4{margin:0;line-height:1.08;letter-spacing:-.02em}p{margin:0;line-height:1.6}input,select,textarea,button{font:inherit}:root{--bg-dark: #0f1114;--bg-deep: #161a1f;--bg-card: #1b2027;--bg-soft: #f7f8fa;--text-dark: #111419;--text-light: #f6f7f9;--text-muted-dark: #8b95a7;--text-muted-light: #5f6b7d;--gold: #d6b36a;--gold-soft: #f1dfb2;--border-dark: #2a313b;--border-light: #d8dde6;--radius-sm: 12px;--radius-md: 18px;--radius-lg: 24px;--shadow-soft: 0 12px 30px rgba(0, 0, 0, .14);--shadow-hard: 0 28px 60px rgba(0, 0, 0, .32);--container: 1240px;--space-1: 8px;--space-2: 12px;--space-3: 16px;--space-4: 24px;--space-5: 32px;--space-6: 48px;--space-7: 72px}.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}.section{padding:var(--space-7) 0}.section-light{background:var(--bg-soft);color:var(--text-dark)}.section-dark{background:linear-gradient(180deg,var(--bg-dark),var(--bg-deep))}.section-head{display:flex;align-items:end;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-5)}.section-title{font-size:clamp(30px,4vw,48px);max-width:700px}.section-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:var(--space-2)}.grid-3{display:grid;gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{display:grid;gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1024px){.section{padding:56px 0}.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.container{width:calc(100% - 24px)}.section-head{align-items:flex-start;flex-direction:column}.grid-3,.grid-4{grid-template-columns:1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 22px;border:1px solid transparent;font-weight:700;transition:.25s ease}.btn-primary{color:#1a1508;background:linear-gradient(130deg,var(--gold-soft),var(--gold))}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px #d6b36a59}.btn-ghost{color:var(--text-light);border-color:#485262;background:#12161cb3}.btn-ghost-light{color:var(--text-dark);border-color:#d5dce8;background:#fff}.btn-ghost-light:hover{border-color:var(--gold);box-shadow:0 8px 24px #11141a14}.badge{border-radius:999px;border:1px solid #404856;color:#d0d6e1;padding:7px 12px;font-size:12px;font-weight:600}.card{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-dark);background:linear-gradient(180deg,#20262f,#181d24);box-shadow:var(--shadow-soft)}.card-light{border-color:var(--border-light);background:#fff;color:var(--text-dark)}.metric-list{display:flex;flex-wrap:wrap;gap:8px}.metric{border-radius:999px;padding:6px 10px;font-size:12px;border:1px solid #3f4958;color:#d3dae5}.header-wrap{position:sticky;top:0;z-index:30;backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);background:#0f1114d1}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.brand-mark{display:inline-flex;align-items:center;gap:8px}.brand-sign{display:inline-flex;flex-direction:column;align-items:center;flex:0 0 auto;transform:translateY(5px)}.brand-layer-mountains{display:block;width:22px;height:auto;object-fit:contain}.brand-layer-road{display:block;width:13px;height:auto;margin-top:-8px;object-fit:contain}.brand-wordmark{font-size:20px;font-weight:800;letter-spacing:.01em;line-height:1}.nav-row{display:flex;gap:18px;color:#d6dcea;font-weight:600}.header-wrap--minimal .header-inner{gap:var(--space-2)}.header-wrap--minimal .contact-icons{gap:8px}@media(max-width:640px){.header-wrap--minimal .brand-wordmark{font-size:17px}.header-wrap--minimal .btn{padding-inline:12px;font-size:13px}}.hero{min-height:78vh;padding:84px 0;position:relative;display:grid;align-items:center}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(100deg,#0a0c10eb,#0d1015ad 45%,#0d101552),linear-gradient(180deg,#00000040,#00000085)}.hero-content{position:relative;z-index:1;max-width:900px;display:grid;gap:18px}.hero h1,.hero-h1{font-size:clamp(36px,5.6vw,72px);white-space:nowrap;letter-spacing:-.02em}@media(max-width:768px){.hero h1,.hero-h1{white-space:normal;font-size:clamp(36px,8vw,52px);letter-spacing:-.01em}}.hero-sub{color:#d7deeb;font-size:clamp(14px,1.55vw,17px);line-height:1.72;max-width:560px}.contact-icons{display:flex;gap:10px}.contact-icons a{width:36px;height:36px;border-radius:50%;border:1px solid #4d5663;display:grid;place-items:center;color:#dbe2ef}.contact-icons .max-icon{width:18px;height:18px;display:block}.faq-item{border:1px solid #3c4552;border-radius:var(--radius-md);background:#14181e8c;padding:16px 18px}.faq-item+.faq-item{margin-top:12px}.faq-item summary{cursor:pointer;list-style:none;font-weight:700}.footer-block{border-top:1px solid #2c3340;padding:48px 0 28px}@media(max-width:900px){.nav-row{display:none}.brand-wordmark{font-size:17px}.header-inner{min-height:70px;gap:10px}.contact-icons{gap:8px}.contact-icons a{width:34px;height:34px}.contact-icons .max-icon{width:17px;height:17px;display:block}}@media(max-width:560px){.header-inner{min-height:64px}.contact-icons a{width:32px;height:32px}.contact-icons .max-icon{width:16px;height:16px;display:block}}.mobile-sticky-bar{display:none}@media(max-width:900px){.mobile-sticky-bar{display:block;opacity:0;transform:translateY(10px);transition:opacity .22s ease,transform .22s ease}.site-main--commercial-sticky{padding-bottom:calc(68px + env(safe-area-inset-bottom,0px))}.mobile-sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:55;pointer-events:none}.mobile-sticky-bar:not(.is-visible) .mobile-sticky-bar__safe{pointer-events:none}.mobile-sticky-bar.is-visible{opacity:1;transform:translateY(0)}.mobile-sticky-bar__safe{padding-bottom:env(safe-area-inset-bottom,0px);pointer-events:auto;background:linear-gradient(180deg,transparent,rgba(10,12,16,.92) 28%,#0a0c10);border-top:1px solid rgba(255,255,255,.08)}.mobile-sticky-bar__inner{display:flex;align-items:center;gap:8px;padding:10px 12px 12px}.mobile-sticky-bar__order{flex:1 1 auto;min-width:0;padding:12px 14px;font-size:14px;justify-content:center}.mobile-sticky-bar__tg{flex:0 0 auto;padding:10px 12px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid rgba(214,179,106,.5);color:var(--gold-soft);background:#d6b36a1f;text-decoration:none;white-space:nowrap}.mobile-sticky-bar__icon{flex:0 0 auto;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:1px solid #3e4a5c;color:#dbe3ef;background:#161c26f2;text-decoration:none}.mobile-sticky-bar__icon--call{width:40px;height:40px}.mobile-sticky-bar__max{width:20px;height:20px;display:block}}@media(max-width:480px){.mobile-sticky-bar__inner{gap:6px;padding:8px 10px 10px}.mobile-sticky-bar__order{padding:10px 12px;font-size:13px}.mobile-sticky-bar__tg{padding:9px 10px;font-size:11px}.mobile-sticky-bar__icon{width:40px;height:40px}.mobile-sticky-bar__icon--call{width:38px;height:38px}}.calc-title-responsive{font-size:clamp(32px,3.3vw,46px)}@media(min-width:900px){.calc-title-responsive{white-space:nowrap}}.calc-block{border-radius:var(--radius-lg, 20px);border:1px solid #313948;background:linear-gradient(160deg,#171c23,#0e1218);box-shadow:var(--shadow-hard, 0 8px 40px rgba(0, 0, 0, .45));padding:clamp(20px,3.5vw,36px);display:grid;grid-template-columns:1fr .78fr;gap:clamp(20px,3vw,32px);align-items:start}.calc-form{display:grid;gap:13px}.calc-label{color:#b9c2d0;font-size:13px;font-weight:600;margin-bottom:-3px}.calc-label-opt{color:#5a6a82;font-size:12px;font-weight:400}.calc-form input[type=text],.calc-form input:not([type]){width:100%;border-radius:14px;border:1px solid #3b4657;background:#0f141b;color:#eef2f8;padding:12px 14px;font-size:15px;font-family:inherit}.calc-form input:focus{outline:2px solid rgba(214,179,106,.45);border-color:var(--gold)}.klass-chips{display:flex;flex-wrap:wrap;gap:8px}.klass-chip{padding:9px 15px;border-radius:20px;border:1px solid #3b4657;background:#0f141b;color:#8a96aa;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:border-color .15s,background .15s,color .15s;line-height:1}.klass-chip:hover{border-color:#d6b36a66;color:#c8b888}.klass-chip.is-active{border-color:var(--gold);background:#d6b36a1a;color:var(--gold-soft)}.calc-price-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #252d38;border-bottom:1px solid #252d38;padding:16px 0;margin-top:2px}.calc-price-left{min-width:0;flex:1}.calc-price-label{font-size:11px;font-weight:700;color:#4e5d72;text-transform:uppercase;letter-spacing:.07em;margin-bottom:5px}.calc-price{color:var(--gold-soft);font-size:30px;font-weight:800;line-height:1.1}.calc-price.is-fallback{font-size:15px;color:#c9d3e3;font-weight:600;line-height:1.3}.calc-order-btn{flex-shrink:0;white-space:nowrap;padding:14px 42px}.calc-trust-line{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px}.calc-trust-item{font-size:12px;color:#4e5d72;font-weight:500;line-height:1.5}.calc-trust-sep{font-size:12px;color:#252d38;line-height:1.5}.calc-preview{border-radius:16px;overflow:hidden;border:1px solid #252d38;background:#0d1119;display:flex;flex-direction:column;position:sticky;top:24px}.calc-preview-img-wrap{overflow:hidden;aspect-ratio:8 / 5;width:100%}.calc-preview-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:opacity .2s}.calc-preview-body{padding:18px 20px;display:grid;gap:8px}.calc-preview-klass{font-size:18px;font-weight:700;color:#eef2f8;line-height:1.2}.calc-preview-features{font-size:13px;color:#5a6a82;line-height:1.6;margin:0}.calc-preview-route{font-size:12px;color:#8a96aa;font-weight:500;padding-top:10px;border-top:1px solid #1c2330;line-height:1.4}.calc-preview-route:empty{display:none}.calc-result{color:#a9efbb;min-height:20px;font-size:14px}.calc-modal{display:none;position:fixed;inset:0;z-index:999;align-items:center;justify-content:center}.calc-modal.is-open{display:flex}.calc-modal-overlay{position:absolute;inset:0;background:#06090ed1;backdrop-filter:blur(5px)}.calc-modal-box{position:relative;z-index:1;background:linear-gradient(160deg,#181d25,#0e1218);border:1px solid #313948;border-radius:20px;padding:clamp(22px,5vw,36px);width:min(520px,94vw);max-height:90vh;max-height:90dvh;overflow-y:auto;padding-bottom:calc(clamp(22px,5vw,36px) + env(safe-area-inset-bottom,0px));box-shadow:0 24px 80px #000000bf}.calc-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:1px solid #3b4657;background:#0f141b;color:#8a96aa;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,color .15s}.calc-modal-close:hover{border-color:#5a6a82;color:#eef2f8}.calc-modal-kicker{color:var(--gold-soft);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.calc-modal-title{color:#eef2f8;font-size:22px;font-weight:700;margin:0 0 4px;line-height:1.3}.calc-modal-route{color:#b9c2d0;font-size:14px;font-weight:500;margin:0 0 14px;padding:8px 12px;border-radius:10px;background:#d6b36a12;border:1px solid rgba(214,179,106,.15)}.calc-modal-route:empty{display:none}.calc-modal-form{display:grid;gap:10px}.calc-modal-form input,.calc-modal-form textarea,.calc-modal-form select{width:100%;border-radius:14px;border:1px solid #3b4657;background:#0f141b;color:#eef2f8;padding:12px 14px;font-size:14px;font-family:inherit}.calc-modal-form select{appearance:none;-webkit-appearance:none;cursor:pointer}.calc-modal-form input:focus,.calc-modal-form textarea:focus,.calc-modal-form select:focus{outline:2px solid rgba(214,179,106,.45);border-color:var(--gold)}.calc-modal-form input[type=date],.calc-modal-form input[type=time],.calc-modal-form input[type=number]{color-scheme:dark}.calc-modal-form textarea{resize:vertical;min-height:80px}.calc-modal-section{display:grid;gap:8px;padding-bottom:14px;border-bottom:1px solid #252d38}.calc-modal-section-title{color:var(--gold-soft, #d6b36a);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.calc-modal-row-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.calc-modal-check-label{display:flex;align-items:center;gap:10px;cursor:pointer;color:#b9c2d0;font-size:14px;font-weight:500;user-select:none;padding:4px 0}.calc-modal-check-label a{color:var(--gold-soft);text-decoration:underline;text-underline-offset:2px}.calc-modal-check-label a:hover{color:var(--gold)}.calc-modal-consent span{line-height:1.45}.calc-modal-check-label input[type=checkbox]{width:18px;height:18px;flex-shrink:0;cursor:pointer;accent-color:var(--gold, #d6b36a)}.calc-modal-seats-wrap{display:none;grid-template-columns:1fr;gap:6px}.calc-modal-seats-wrap.is-visible{display:grid}.calc-field-error{margin:-4px 0 6px;font-size:13px;line-height:1.4;color:#f5a8a8}.calc-field-error[hidden]{display:none}.calc-stepper-field{display:grid;gap:8px}.calc-stepper{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;padding:6px;border-radius:14px;border:1px solid #3b4657;background:#0f141b}.calc-stepper-value{text-align:center;font-size:18px;font-weight:700;color:var(--gold-soft, #d6b36a);font-variant-numeric:tabular-nums}.calc-stepper-btn{width:44px;height:44px;border-radius:12px;border:1px solid rgba(214,179,106,.35);background:#d6b36a14;color:var(--gold-soft, #d6b36a);font-size:22px;line-height:1;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.calc-stepper-btn:hover:not(:disabled){border-color:var(--gold, #d6b36a);background:#d6b36a29;color:#eef2f8}.calc-stepper-btn:disabled{opacity:.35;cursor:not-allowed}.calc-modal-submit{width:100%;margin-top:4px}@media(max-width:860px){.calc-block{grid-template-columns:1fr}.calc-preview{position:static}}@media(max-width:580px){.calc-price-strip{flex-direction:column;align-items:stretch;gap:12px}.calc-order-btn{width:100%;text-align:center}.calc-modal-row-2{grid-template-columns:1fr}}@media(max-width:480px){.klass-chips{display:grid;grid-template-columns:1fr 1fr;gap:8px}.klass-chip{text-align:center}.calc-modal-box{padding:20px 16px}}
