:root{--ink:#071f3d;--muted:#5d708f;--line:#dbe6f4;--blue:#1f4fb6;--violet:#8154ed;--bg:#f4f8fd}*{box-sizing:border-box}body{margin:0;background:linear-gradient(145deg,#f8fbff,#edf4ff);color:var(--ink);font:16px/1.68 Inter,"Segoe UI",Arial,sans-serif}a{color:var(--blue)}.top{background:#fff;border-bottom:1px solid var(--line)}.top-inner{width:min(1080px,calc(100% - 32px));height:78px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.top img{width:170px}.back{font-weight:800;text-decoration:none}.wrap{width:min(1080px,calc(100% - 32px));margin:48px auto 72px}.hero{padding:38px;border-radius:28px;color:#fff;background:linear-gradient(120deg,#102b59,#4c2473 65%,#8451ef)}.hero small{font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#8eeaf2}.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.06;margin:12px 0}.hero p{max-width:780px;margin:0;color:#e7e9f8}.doc{margin-top:24px;padding:36px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 22px 60px rgba(16,42,82,.1)}h2{margin:34px 0 12px;font-size:25px}h2:first-child{margin-top:0}h3{margin:24px 0 8px}.meta,.note{padding:16px 18px;border-radius:16px;background:#f0f5ff;color:var(--muted)}.note{border-left:4px solid var(--violet)}ul{padding-left:22px}.requisites{display:grid;grid-template-columns:220px 1fr;gap:0;border:1px solid var(--line);border-radius:18px;overflow:hidden}.requisites dt,.requisites dd{margin:0;padding:13px 16px;border-bottom:1px solid var(--line)}.requisites dt{font-weight:800;background:#f5f8fd}.requisites dd{overflow-wrap:anywhere}.requisites dt:last-of-type,.requisites dd:last-of-type{border-bottom:0}.legal-nav{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}.legal-nav a{font-weight:800}.foot{color:var(--muted);text-align:center;padding:28px}@media(max-width:650px){.hero,.doc{padding:24px}.requisites{grid-template-columns:1fr}.requisites dt{border-bottom:0;padding-bottom:3px}.requisites dd{padding-top:3px}}
