@charset "UTF-8";:root{--gutter: 24px;--section-y: 64px;--card-pad: 24px;--gap: 16px;--control-h: 44px;--text-sm: 14px;--text-label: 11px;--h1: clamp(1.9rem, 1.2rem + 2.4vw, 3.1rem);--h2: clamp(1.5rem, 1.1rem + 1.4vw, 2.2rem);--h3: 1.2rem;--map-marker-airport: #c0392b;--map-marker-transport: #f5b700;--map-marker-city: #08785e;--map-marker-label: #ffffff}@media(max-width:720px){:root{--gutter: 16px;--section-y: 32px;--card-pad: 16px;--gap: 12px;--control-h: 48px;--h1: 1.5rem;--h2: 1.25rem;--h3: 1.05rem}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:Inter,Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;color:#16202b;background:#f6f8fa}h1,h2,h3,h4{margin:0 0 .5em;font-weight:700;line-height:1.2;letter-spacing:-.01em}h1{font-size:var(--h1)}h2{font-size:var(--h2)}h3{font-size:var(--h3)}p{margin:0 0 1rem}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit;color:inherit}input,select,textarea{font-size:16px}.container{width:100%;max-width:1180px;margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:var(--section-y)}.lede{font-size:18px;color:#5a6875;max-width:62ch}.card{background:#fff;border:1px solid #e3e8ee;border-radius:0;padding:var(--card-pad)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--control-h);padding:0 24px;border:1px solid transparent;border-radius:0;font-weight:600;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.btn:focus-visible{outline:3px solid rgba(245,183,0,.55);outline-offset:2px}.btn--primary{background:#f5b700;color:#0d1b2a}.btn--primary:hover{background:#d99f00}.btn--primary:disabled{background:#e3e8ee;color:#5a6875;cursor:not-allowed}.btn--ghost{border-color:#cfd7e0;background:transparent;color:#16202b}.btn--ghost:hover{border-color:#0d1b2a}.btn--block{width:100%}.field{display:flex;flex-direction:column;gap:4px}.field label{font-size:14px;font-weight:600;color:#5a6875}.field input,.field select,.field textarea{min-height:var(--control-h);padding:0 12px;border:1px solid #cfd7e0;border-radius:0;background:#fff}.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible{outline:2px solid #0d1b2a;outline-offset:0}.field textarea{min-height:90px;resize:vertical}.field__error{font-size:12px;color:#c0392b}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
