/* STOX.BY — единый стиль информационных страниц. Вставлять как чистый CSS, без обрамляющих HTML-тегов. */
:root{--stox-primary:#0b5cab;--stox-primary-dark:#084783;--stox-accent:#ffb400;--stox-text:#17212b;--stox-muted:#5f6b76;--stox-line:#dbe3ea;--stox-bg:#f5f8fb;--stox-card:#fff;--stox-danger:#a61b1b;--stox-success:#176b3a}
html{scroll-behavior:smooth}
.contenttheme{min-height:50vh}
.stox-info{max-width:1180px;margin:0 auto;padding:28px 20px 48px;color:var(--stox-text);font:16px/1.65 Arial,Helvetica,sans-serif;box-sizing:border-box}
.stox-info *,.stox-info *:before,.stox-info *:after{box-sizing:border-box}
.stox-info__hero{margin:0 0 28px;padding:32px;color:#fff;background:linear-gradient(135deg,var(--stox-primary-dark),var(--stox-primary));border-radius:16px;box-shadow:0 10px 30px rgba(8,71,131,.16)}
.stox-info__hero h1{margin:0 0 12px;color:#fff;font-size:32px;line-height:1.2}.stox-info__hero p{max-width:900px;margin:0;color:rgba(255,255,255,.94);font-size:17px}
.stox-info h2{margin:34px 0 14px;color:var(--stox-text);font-size:24px;line-height:1.28}.stox-info h3{margin:0 0 10px;color:var(--stox-primary-dark);font-size:18px;line-height:1.35}.stox-info p{margin:0 0 16px}.stox-info ul,.stox-info ol{margin:0 0 18px;padding-left:24px}.stox-info li{margin:7px 0}.stox-info a{color:var(--stox-primary);font-weight:700;text-decoration:none}.stox-info a:hover,.stox-info a:focus{color:var(--stox-primary-dark);text-decoration:underline}
.stox-info__lead{font-size:18px}.stox-info__muted{color:var(--stox-muted)}.stox-info__small{font-size:14px}.stox-info__nowrap{white-space:nowrap}.stox-info__anchor{scroll-margin-top:24px}
.stox-info__notice{margin:22px 0;padding:17px 20px;border-left:5px solid var(--stox-accent);border-radius:8px;background:#fff8e7;color:#533d00}.stox-info__notice--danger{border-color:var(--stox-danger);background:#fff0f0;color:#6d1010}.stox-info__notice--success{border-color:var(--stox-success);background:#edf9f1;color:#124d2d}
.stox-info__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0 22px}.stox-info__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.stox-info__card{padding:22px;border:1px solid var(--stox-line);border-radius:12px;background:var(--stox-card);box-shadow:0 4px 18px rgba(23,33,43,.05)}.stox-info__card p:last-child,.stox-info__card ul:last-child{margin-bottom:0}
.stox-info__requisites{margin:16px 0 22px;padding:22px;border:1px solid var(--stox-line);border-radius:12px;background:var(--stox-bg)}.stox-info__requisites p:last-child{margin-bottom:0}
.stox-info__table-wrap{width:100%;overflow-x:auto;margin:18px 0 24px;border:1px solid var(--stox-line);border-radius:12px}.stox-info__table{width:100%;min-width:620px;margin:0;border:0;border-collapse:separate;border-spacing:0;background:#fff}.stox-info__table th,.stox-info__table td{padding:14px 16px;border-right:1px solid var(--stox-line);border-bottom:1px solid var(--stox-line);text-align:left;vertical-align:top}.stox-info__table th:last-child,.stox-info__table td:last-child{border-right:0}.stox-info__table tr:last-child td{border-bottom:0}.stox-info__table th{color:#fff;background:var(--stox-primary);font-weight:700}.stox-info__table tbody tr:nth-child(even) td{background:#f8fbfd}
.stox-info__toc{margin:0 0 28px;padding:18px 22px;border:1px solid var(--stox-line);border-radius:12px;background:var(--stox-bg)}.stox-info__toc strong{display:block;margin-bottom:8px}.stox-info__toc ul{display:flex;flex-wrap:wrap;gap:7px 20px;margin:0;padding:0;list-style:none}.stox-info__toc li{margin:0}
.stox-info__steps{counter-reset:stox-step;list-style:none;padding:0!important}.stox-info__steps>li{position:relative;min-height:38px;padding-left:48px;margin:14px 0}.stox-info__steps>li:before{counter-increment:stox-step;content:counter(stox-step);position:absolute;left:0;top:0;width:32px;height:32px;border-radius:50%;background:var(--stox-primary);color:#fff;text-align:center;font-weight:700;line-height:32px}
.stox-legal-strip{background:#eef4f9;border-top:1px solid #dbe3ea;border-bottom:1px solid #dbe3ea}.stox-legal-strip__inner{max-width:1140px;margin:auto;padding:14px 15px;color:#243442;font:13px/1.5 Arial,Helvetica,sans-serif}.stox-legal-strip__inner a{color:#0b5cab;text-decoration:underline}.stox-main-skip{position:absolute;left:-9999px;top:auto}.stox-main-skip:focus{left:12px;top:12px;z-index:10000;padding:10px 14px;background:#fff;color:#084783;border:2px solid #084783}
@media(max-width:900px){.stox-info__grid--3{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.stox-info{padding:18px 14px 32px;font-size:15px}.stox-info__hero{padding:24px 20px;border-radius:12px}.stox-info__hero h1{font-size:26px}.stox-info h2{margin-top:28px;font-size:21px}.stox-info__grid,.stox-info__grid--3{grid-template-columns:1fr}.stox-info__table th,.stox-info__table td{min-width:170px;padding:12px}.stox-info__toc ul{display:block}.stox-info__toc li{margin:6px 0}}
@media print{.stox-info{max-width:none;padding:0}.stox-info__hero{color:#000;background:#fff;border:1px solid #bbb;box-shadow:none}.stox-info__hero h1,.stox-info__hero p{color:#000}.stox-info__card{box-shadow:none}.main_header,.site-footer-block,.site-footer-container-bottom,#bottom_insert_elemnts{display:none!important}}
