@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&family=Manrope:wght@600;700;800&display=swap");:root{--bg:#eef3f9;--surface:#ffffff;--border:#e6edf5;--border-soft:#f0f3f7;--text:#14243a;--muted:#8492a6;--primary:#0077c8;--primary-dark:#0a5a9e;--accent:#ffce00;--accent-ink:#3a2e00;--success:#1ba068;--success-bg:#e7f6ee;--danger:#d6452f;--danger-bg:#fbe9e7;--warn:#c47d1a;--warn-bg:#fbf0df;--info-bg:#e9f2fc;--brand-grad:linear-gradient(100deg,#0a4f9e,#0072c6 55%,#0090d8);--brand-grad-v:linear-gradient(180deg,#0a4f9e,#0072c6 60%,#0083d1);--primary-grad:linear-gradient(100deg,#0a4f9e,#0083d1);--radius:11px;--radius-lg:14px;--font-body:"Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;--font-head:"Manrope",var(--font-body);--shadow:0 2px 10px rgba(20,70,130,0.06);--shadow-pop:0 24px 60px rgba(0,0,0,0.3)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font-body);color:var(--text);background:var(--bg);font-size:15px;line-height:1.5;-webkit-text-size-adjust:100%}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin:0 0 .5em;line-height:1.2;font-family:var(--font-head);font-weight:800;color:var(--text)}h1{font-size:1.6rem}h2{font-size:1.2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:10px 16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:.95rem;font-weight:500;cursor:pointer;transition:background .12s ease,border-color .12s ease;text-align:center}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--primary-grad);border-color:transparent;color:#fff;box-shadow:0 4px 12px rgba(0,119,200,.28)}.btn--primary:active{filter:brightness(.95)}.btn--accent{background:var(--accent);border-color:transparent;color:var(--accent-ink);font-weight:700;box-shadow:0 4px 12px rgba(255,206,0,.35)}.btn--success{background:var(--success);border-color:var(--success);color:#fff}.btn--danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn--warn{background:var(--warn);border-color:var(--warn);color:#fff}.btn--ghost{background:transparent}.btn--sm{min-height:36px;padding:6px 12px;font-size:.875rem}.btn--block{width:100%}.brand-header{background:var(--brand-grad);display:flex;align-items:center;gap:14px;padding:0 28px;height:66px}.brand-header__logo{background:#fff;border-radius:9px;padding:5px 8px;display:flex;align-items:center;flex:none}.brand-header__logo img{height:30px;display:block}.brand-header__name{color:#fff;font-weight:700;font-size:16px;white-space:nowrap;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis}.brand-header__right{margin-left:auto;display:flex;align-items:center;gap:12px}.crm-shell{display:flex;min-height:100vh;background:var(--bg)}.crm-sidebar{width:240px;flex:none;background:var(--brand-grad-v);display:flex;flex-direction:column;padding:22px 16px;position:sticky;top:0;height:100vh}.crm-sidebar__logo{background:#fff;border-radius:11px;padding:12px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;gap:9px}.crm-sidebar__logo img{height:48px;width:auto;display:block}.crm-sidebar__label{font-size:11px;font-weight:700;letter-spacing:.06em;color:rgba(255,255,255,.5);padding:0 14px 8px}.crm-sidebar__role{margin-top:auto;padding:14px;background:rgba(255,255,255,.1);border-radius:12px}.crm-sidebar__role b{display:block;font-size:12.5px;font-weight:700;color:#fff}.crm-sidebar__role span{font-size:11.5px;color:rgba(255,255,255,.65)}.crm-main{flex:1 1;min-width:0}.crm-main,.sidenav{display:flex;flex-direction:column}.sidenav{gap:3px}.sidenav__item{position:relative;display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:10px;color:rgba(255,255,255,.82);font-size:14px;white-space:nowrap}.sidenav__item svg{flex:none}.sidenav__item--active{background:rgba(255,255,255,.16);color:#fff;font-weight:600}.sidenav__item--active:before{content:"";position:absolute;left:0;top:9px;bottom:9px;width:3px;border-radius:3px;background:var(--accent)}.sidenav__item--active:hover{text-decoration:none}.sidenav__item--attention{box-shadow:inset 0 0 0 1.5px rgba(245,194,28,.9)}.sidenav__badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#f5c21c;color:#1a1a1a;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.topbar{position:sticky;top:0;z-index:20;background:var(--surface);border-bottom:1px solid var(--border)}.topbar__row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 22px}.topbar__brand{font-family:var(--font-head);font-weight:800;font-size:1.05rem;margin-right:6px;white-space:nowrap}.topbar__actions{display:flex;flex-wrap:wrap;gap:8px}.topbar__city-wrap{display:inline-flex;align-items:center;gap:6px;color:var(--muted)}.topbar__city{border:1px solid var(--border);border-radius:8px;padding:6px 8px;background:var(--surface);color:var(--text);font-size:13px;font-weight:600;font-family:var(--font-body);cursor:pointer}.topbar__city-static{font-size:13px;font-weight:700;color:var(--text)}.topbar__search{flex:1 1 220px;min-width:180px;max-width:360px;position:relative}.topbar__spacer{flex:1 1 auto}.topbar__user{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:.9rem;margin-left:auto}@media (max-width:900px){.crm-sidebar{width:auto;height:auto;position:static;flex-direction:row;align-items:center;padding:10px 12px;gap:10px;overflow-x:auto}.crm-shell{flex-direction:column}.crm-sidebar__logo{margin-bottom:0}.crm-sidebar__label,.crm-sidebar__role{display:none}.sidenav{flex-direction:row;gap:4px}.sidenav__item--active:before{display:none}}.tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.tab{padding:8px 14px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);white-space:nowrap}.tab--attention{background:#fff7e0;border-color:#f0d98a;color:#8a6d1a;font-weight:700}.tab--active{background:var(--text);color:#fff;border-color:var(--text)}.tab--active:hover{text-decoration:none}.container{max-width:1180px;margin:0 auto;padding:24px 20px 64px}.crm-content{flex:1 1;padding:24px 26px 64px;min-width:0}.field{margin-bottom:14px}.field__label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:4px}.input,.select,.textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--text);font-size:1rem;font-family:inherit}.textarea{min-height:90px;resize:vertical}.input:focus,.select:focus,.textarea:focus{outline:2px solid rgba(31,111,235,.35);border-color:var(--primary)}.input-phone-prefix,.input-phone-prefix>span{display:flex;align-items:center}.input-phone-prefix>span{padding:0 10px;min-height:44px;border:1px solid var(--border);border-right:none;border-radius:var(--radius) 0 0 var(--radius);background:#f0f2f4;color:var(--muted)}.input-phone-prefix>input{border-radius:0 var(--radius) var(--radius) 0}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checklist{display:flex;flex-wrap:wrap;gap:8px}.checklist label{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;min-height:40px}.checklist input{width:18px;height:18px}.table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.table td,.table th{text-align:left;padding:12px 14px;border-bottom:1px solid var(--border)}.table th{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:#f7fafd}.table tbody tr{cursor:pointer}.table tbody tr:hover{background:#f7fafd}.table tbody tr:active{background:#eef4fb}.avatar{width:36px;height:36px;flex:none;border-radius:50%;background:#e3f0fb;color:var(--primary);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.cell-name{display:flex;align-items:center;gap:11px}.row-chevron{color:#c2ccd8}.table__empty{padding:40px 16px;text-align:center;color:var(--muted)}.badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:.78rem;font-weight:600;background:#eef1f4;color:var(--muted)}.badge--actual{background:var(--success-bg);color:var(--success)}.badge--warn{background:var(--warn-bg);color:var(--warn)}.badge--archive{background:#f0f1f3;color:var(--muted)}.badge--danger{background:#fbe9e7;color:var(--danger)}.modal-overlay{position:fixed;inset:0;background:rgba(16,39,63,.55);display:flex;align-items:flex-start;justify-content:center;padding:28px 12px;overflow-y:auto;z-index:50}.modal{background:var(--surface);border-radius:18px;width:100%;max-width:680px;box-shadow:var(--shadow-pop);margin:auto}.modal--wide{max-width:980px}.gff{background:#fff;border:1px solid #eee4d0;border-radius:16px;padding:22px 24px;box-shadow:0 2px 6px rgba(60,45,10,.04);margin-bottom:28px}.gff__label{display:block;font-size:13px;font-weight:600;color:#8a8169;margin-bottom:9px}.gff__districts{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px}.gff__check{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #e4dac2;border-radius:11px;background:#fbf8f0;cursor:pointer;font-size:14.5px;color:#2a2620;-webkit-user-select:none;user-select:none}.gff__check--on{border-color:#e0a800;background:#fff7e0}.gff__check input{width:18px;height:18px;accent-color:#e0a800;flex:none}.gff__row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.gff__select{position:relative;display:flex}.gff__input,.gff__select select{width:100%;border:1px solid #e4dac2;border-radius:11px;padding:13px 15px;font-family:var(--font-body);font-size:15px;color:#2a2620;background:#fff;outline:none;min-width:0}.gff__select select{appearance:none;-webkit-appearance:none;padding-right:42px;cursor:pointer}.gff__select:after{content:"";position:absolute;right:18px;top:50%;width:8px;height:8px;margin-top:-6px;border-right:2.4px solid #b3a786;border-bottom:2.4px solid #b3a786;transform:rotate(45deg);pointer-events:none}.gff__input:focus,.gff__select select:focus{border-color:#e0a800;box-shadow:0 0 0 3px rgba(224,168,0,.15)}.gff__actions{display:flex;gap:12px;margin-top:22px}.gff__reset{background:#fff;border:1px solid #e4dac2;border-radius:11px;padding:0 26px;min-height:48px;font-family:var(--font-body);font-weight:600;font-size:15px;color:#7c735c;cursor:pointer}@media (max-width:540px){.gff__row{grid-template-columns:1fr}}.modal__head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border-soft)}.modal__title{font-family:var(--font-head);font-size:1.3rem;font-weight:800}.modal__close{border:none;background:#f1f5fa;border-radius:9px;width:38px;height:38px;font-size:1.3rem;line-height:1;cursor:pointer;color:#7888a0;display:flex;align-items:center;justify-content:center;flex:none}.modal__body{padding:20px}.modal__footer{display:flex;flex-wrap:wrap;gap:10px;padding:16px 20px;border-top:1px solid var(--border);justify-content:flex-end}.lightbox{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;padding:24px;touch-action:pan-y}.lightbox__img{max-width:95vw;max-height:90vh;object-fit:contain;border-radius:6px;-webkit-user-select:none;user-select:none}.lightbox__close{top:12px;right:16px;width:48px;height:48px;background:transparent;font-size:2rem}.lightbox__close,.lightbox__nav{position:absolute;border:none;color:#fff;line-height:1;cursor:pointer}.lightbox__nav{top:50%;transform:translateY(-50%);width:56px;height:72px;background:rgba(255,255,255,.12);font-size:2.6rem;border-radius:8px}.lightbox__nav--prev{left:12px}.lightbox__nav--next{right:12px}.lightbox__counter{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);color:#fff;font-size:.9rem;background:rgba(0,0,0,.4);padding:4px 12px;border-radius:999px}.kv{display:grid;grid-template-columns:auto 1fr}.kv dt{color:var(--muted);font-size:.9rem}.kv dd,.kv dt{padding:9px 0;border-bottom:1px solid var(--border-soft)}.kv dd{margin:0;font-weight:600;text-align:right}.kv dd:last-of-type,.kv dt:last-of-type{border-bottom:none}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.card{background:var(--surface);border:none;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.card__price{font-family:var(--font-head)}.card__photo{aspect-ratio:4/3;background:#e9edf1 50%/cover no-repeat;display:block}.card__body{padding:12px 14px;display:flex;flex-direction:column;gap:4px}.card__price{font-size:1.15rem;font-weight:700}.card__addr{color:var(--muted);font-size:.92rem}.form-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:8px;padding-top:16px;border-top:1px solid var(--border)}.form-actions--split{justify-content:space-between}.form-actions__group{display:flex;flex-wrap:wrap;gap:10px}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.photo-thumb{position:relative;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#f0f2f4}.photo-thumb img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.photo-thumb--removed img{opacity:.3;filter:grayscale(1)}.photo-thumb__btn{display:block;width:100%;border:none;border-top:1px solid var(--border);background:#fff;padding:6px 4px;font-size:.78rem;cursor:pointer;color:var(--muted)}.photo-thumb--main{outline:2px solid var(--success);outline-offset:-2px}.photo-thumb__main{display:flex;align-items:center;gap:6px;padding:6px 8px;font-size:.78rem;color:var(--text);border-top:1px solid var(--border);background:#fff;cursor:pointer}.photo-thumb__main input{width:16px;height:16px}.quick-dates{display:flex;gap:8px;margin-bottom:8px}.table tbody tr.row--settled{background:#e6f4ea}.table tbody tr.row--settled:active{background:#d6ecdd}.table tbody tr.row--overdue{background:#fbe9e7}.table tbody tr.row--overdue:active{background:#f6d6d0}.table tbody tr.row--today{background:#e6f4ea}.table tbody tr.row--today:active{background:#d6ecdd}.toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:end;margin-bottom:16px}.alert{padding:12px 14px;border-radius:var(--radius);margin-bottom:14px;font-size:.95rem}.alert--error{background:var(--danger-bg);color:var(--danger);border:1px solid #f4cdc5}.alert--info{background:var(--info-bg);color:#0a5a9e;border:1px solid #cfe3f7;font-weight:600}.alert--success{background:var(--success-bg);color:var(--success);border:1px solid #cdebd9;font-weight:600}.muted{color:var(--muted)}.creds{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.1rem;background:#f0f2f4;border-radius:var(--radius);padding:12px 14px;margin:8px 0}.pagination{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:20px}.search-results{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);z-index:30;max-height:320px;overflow-y:auto}.search-results__item{display:block;width:100%;text-align:left;padding:10px 12px;border:none;border-bottom:1px solid var(--border);background:#fff;cursor:pointer;font-size:.92rem}.search-results__item:active{background:#eef4ff}@media (max-width:640px){.brand-header{padding:8px 14px;gap:10px;height:auto;min-height:60px}.brand-header__name{font-size:13.5px;line-height:1.2;white-space:normal;overflow:visible;text-overflow:clip}.field-row,.kv{grid-template-columns:1fr}.kv dt{border-bottom:none;padding-bottom:0}.kv dd{text-align:left;padding-top:2px}.table thead{display:none}.table,.table tbody,.table td,.table tr{display:block;width:100%}.table tr{margin-bottom:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.table td{border:none;padding:8px 14px}.table td:before{content:attr(data-label) ": ";font-weight:600;color:var(--muted)}}.site-page{min-height:100vh;background:#f6f1e7;font-family:var(--font-body);display:flex;flex-direction:column;overflow-x:clip}.gold-header{background:#0d0d0d;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;padding:16px 56px}.gold-header__logo-link{display:flex;grid-column:2;grid-row:1;justify-self:center}.gold-header__logo{height:58px;display:block}.gold-header__left{grid-column:1;justify-self:start}.gold-header__left,.gold-header__right{display:flex;align-items:center;grid-row:1}.gold-header__right{gap:28px;grid-column:3;justify-self:end}.gold-phone{display:flex;align-items:center;gap:9px;font-family:var(--font-head);font-weight:800;font-size:17px;color:#f3c01c;text-decoration:none;white-space:nowrap}.gold-divider{height:3px;background:linear-gradient(90deg,#e0a800,#ffe27a 50%,#e0a800)}.gold-back{gap:8px;font-size:14px;font-weight:600;color:#c9bc94;text-decoration:none}.gold-back,.gold-subbar{display:flex;align-items:center}.gold-subbar{background:#0d0d0d;justify-content:center;gap:14px;padding:11px 56px;position:relative}.gold-subbar__addr{position:absolute;right:56px;top:50%;transform:translateY(-50%);font-size:13.5px;color:#9a9384}.gold-subbar__sep{width:1px;height:18px;background:rgba(255,255,255,.22)}.gold-pill{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(180deg,#ffe27a,#f5c21c 50%,#e0a800);border:1px solid #c79100;border-radius:30px;padding:6px 22px 6px 6px;box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 2px 5px rgba(80,55,0,.25);font-family:var(--font-body);font-weight:900;font-size:15px;color:#141414;letter-spacing:.03em;text-decoration:none;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.gold-pill:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 4px 10px rgba(80,55,0,.3)}.gold-pill:active{transform:translateY(0)}.gold-pill__ic{width:28px;height:28px;border-radius:50%;background:radial-gradient(circle at 50% 35%,#ffffff,#eef0f2);display:flex;border:1px solid rgba(0,0,0,.12);box-shadow:0 1px 2px rgba(0,0,0,.25);color:#141414;font-weight:900;line-height:1}.gold-btn,.gold-pill__ic{align-items:center;justify-content:center;font-size:16px}.gold-btn{display:inline-flex;gap:9px;background:linear-gradient(180deg,#ffe27a,#f5c21c 48%,#e0a800);color:#1a1a1a;border:1px solid #c79100;font-family:var(--font-body);font-weight:800;padding:13px 32px;border-radius:11px;cursor:pointer;box-shadow:0 4px 14px rgba(224,168,0,.4),inset 0 1px 0 rgba(255,255,255,.6);text-decoration:none;white-space:nowrap}.gold-btn:active{filter:brightness(.97)}.gold-btn:disabled{opacity:.6;cursor:not-allowed}.gold-btn--block{width:100%;padding:15px}.hdr-lbl--short{display:none}@media (max-width:540px){.hdr-lbl--full{display:none}.hdr-lbl--short{display:inline}}.gold-profile{display:flex;align-items:center;gap:11px;padding-left:24px;border-left:1px solid #2a2a2a}.gold-profile__av{width:38px;height:38px;border-radius:50%;background:linear-gradient(180deg,#ffe27a,#e0a800);color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:800;font-size:14px;flex:none}.gold-profile__name{font-size:13.5px;font-weight:700;color:#f4f1e8;line-height:1.2}.gold-profile__sub{font-size:11.5px;color:#9a9384}.gold-logout{border:1px solid #333;background:transparent;color:#c9bc94;border-radius:10px;padding:8px 14px;font-family:var(--font-body);font-size:13px;cursor:pointer}.site-body{padding:44px 56px 64px;flex:1 1}.site-h1{font-family:var(--font-head);font-weight:800;font-size:32px;color:#1a1a1a;letter-spacing:-.01em;margin:0}.site-h1__rule{width:84px;height:4px;background:linear-gradient(90deg,#f5c21c,#e0a800);border-radius:4px;margin-top:12px}.site-sub{font-size:15px;color:#7c735c;margin-top:14px;max-width:760px}.obj-filters{display:flex;gap:14px;margin:32px 0 28px;flex-wrap:wrap}.obj-search{flex:1 1;min-width:260px;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e8dfca;border-radius:13px;padding:0 20px;box-shadow:0 2px 6px rgba(60,45,10,.04);color:#a59a7d}.obj-search input{flex:1 1;border:none;outline:none;background:transparent;font-family:var(--font-body);font-size:15px;color:#2a2620;padding:15px 0;min-width:0}.obj-dropdown{position:relative;display:flex;align-items:center;background:#fff;border:1px solid #e8dfca;border-radius:13px;box-shadow:0 2px 6px rgba(60,45,10,.04)}.obj-dropdown select{appearance:none;-webkit-appearance:none;border:none;outline:none;background:transparent;font-family:var(--font-body);font-size:15px;font-weight:500;color:#4a4538;padding:15px 42px 15px 22px;cursor:pointer;border-radius:13px}.obj-dropdown:after{content:"";position:absolute;right:20px;pointer-events:none;width:8px;height:8px;border-right:2.4px solid #b3a786;border-bottom:2.4px solid #b3a786;transform:rotate(45deg) translateY(-2px)}.obj-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.obj-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px rgba(60,45,10,.07);border:1px solid #eee4d0;text-align:left;cursor:pointer;padding:0;display:block;color:inherit;text-decoration:none;width:100%}.obj-card__photo{height:210px;position:relative;display:block;background:repeating-linear-gradient(135deg,#e5dcc6 0 12px,#ece4d2 12px 24px) 50%/cover}.obj-badge{position:absolute;top:14px;left:14px;background:#141414;color:#f3c01c;font-size:12px;font-weight:700;padding:5px 13px;border-radius:8px}.obj-card__body{padding:18px 20px 20px;display:flex;flex-direction:column}.obj-price{font-family:var(--font-head);font-weight:800;font-size:23px;color:#1a1a1a}.obj-price span{font-family:var(--font-body);font-size:13px;color:#a59a7d;font-weight:600}.obj-addr{font-size:16px;font-weight:600;color:#2a2620;margin-top:9px;padding-bottom:16px;border-bottom:1px solid #f0e9d8}.obj-card__type{font-size:13px;color:#8a8169;margin-top:12px}.obj-card__link{display:flex;align-items:center;gap:6px;font-size:14px;color:#c2961a;font-weight:700;margin-top:15px}.site-empty{background:#fff;border:1px solid #eee4d0;border-radius:16px;padding:40px;text-align:center;color:#8a8169}.gold-auth{flex:1 1;display:flex;align-items:center;justify-content:center;padding:48px 24px}.gold-auth__wrap{width:100%;max-width:430px}.gold-auth__card{background:#fff;border-radius:20px;padding:40px 40px 34px;box-shadow:0 12px 40px rgba(60,45,10,.12);border:1px solid #eee4d0}.gold-auth__icon{width:54px;height:54px;border-radius:14px;background:#141414;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.gold-auth__title{margin:0;font-family:var(--font-head);font-weight:800;font-size:26px;color:#1a1a1a;letter-spacing:-.01em}.gold-auth__desc{margin:10px 0 0;font-size:14px;color:#8a8169;line-height:1.55}.gold-field{margin-top:22px}.gold-field>label{font-size:13px;font-weight:600;color:#4a4538}.gold-phone-input{display:flex;margin-top:8px}.gold-phone-input__prefix{background:#f6f1e7;border:1px solid #e4dac2;border-right:none;border-radius:11px 0 0 11px;padding:13px 15px;font-size:15px;font-weight:700;color:#4a4538}.gold-phone-input input{flex:1 1;border:1px solid #e4dac2;border-radius:0 11px 11px 0;padding:13px 15px;font-family:var(--font-body);font-size:15px;color:#2a2620;outline:none;min-width:0}.gold-pass{display:flex;align-items:center;gap:10px;margin-top:8px;border:1px solid #e4dac2;border-radius:11px;padding:6px 15px}.gold-pass input{flex:1 1;border:none;outline:none;background:transparent;font-size:15px;color:#2a2620;padding:7px 0;font-family:var(--font-body);min-width:0}.gold-pass button{border:none;background:transparent;cursor:pointer;display:flex;color:#b3a786;padding:4px}.gold-input-err{border-color:#d6452f!important}.gold-alert{background:#fbe9e7;border:1px solid #f4cdc5;color:#d6452f;border-radius:11px;padding:11px 14px;font-size:14px;margin-top:16px}.gold-auth__foot{text-align:center;font-size:13.5px;color:#8a8169;margin-top:20px}.gold-auth__foot a{color:#c2961a;font-weight:700;text-decoration:none}.objv{display:grid;grid-template-columns:1.55fr 1fr;gap:28px;align-items:start}.objv>*{min-width:0}.objv__main{height:360px;width:100%;object-fit:cover;border-radius:18px;display:block;background:#ece4d2;cursor:zoom-in}.objv__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.objv__thumb{height:84px;width:100%;object-fit:cover;border-radius:12px;display:block;cursor:zoom-in;background:#ece4d2;border:2px solid transparent}.objv__thumb--active{border-color:#e0a800}.objv__info{display:flex;flex-direction:column;gap:18px}.gold-card{background:#fff;border-radius:18px;padding:26px;box-shadow:0 4px 16px rgba(60,45,10,.07);border:1px solid #eee4d0}.objv__price{font-family:var(--font-head);font-weight:800;font-size:34px;color:#1a1a1a}.objv__price span{font-family:var(--font-body);font-size:15px;color:#a59a7d;font-weight:600}.objv__specs{display:flex;flex-direction:column;margin-top:20px}.objv__spec{display:flex;justify-content:space-between;padding:9px 0;border-top:1px solid #f4eede}.objv__spec:first-child{border-top:none}.objv__spec dt{font-size:14px;color:#8a8169}.objv__spec dd{margin:0;font-size:14px;font-weight:600;color:#2a2620;text-align:right}.gold-contacts{background:#141414;border-radius:18px;padding:24px 26px;box-shadow:0 6px 20px rgba(20,15,0,.2)}.gold-contacts__h{display:flex;align-items:center;gap:9px;font-size:12.5px;font-weight:700;letter-spacing:.04em;color:#f3c01c;text-transform:uppercase}.gold-contacts__row{display:flex;align-items:center;gap:11px;margin-top:14px}.gold-contacts__ic{width:42px;height:42px;border-radius:11px;background:rgba(243,192,28,.15);display:flex;align-items:center;justify-content:center;flex:none}.gold-contacts__name{font-size:12px;color:#9a9384}.gold-contacts__phone{font-family:var(--font-head);font-size:20px;font-weight:800;color:#fff;text-decoration:none}@media (max-width:1100px){.obj-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:860px){.obj-grid{grid-template-columns:repeat(2,1fr)}.objv{grid-template-columns:1fr}.gold-header,.gold-subbar,.site-body{padding-left:20px;padding-right:20px}.gold-subbar__addr{right:20px}}@media (max-width:540px){.obj-grid{grid-template-columns:1fr}.gold-header{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;padding:12px 14px}.gold-header__logo{height:40px;max-width:96px;width:auto;object-fit:contain}.gold-header__left{order:1;margin-left:0;flex:1 1;min-width:0;justify-content:flex-start}.gold-header__logo-link{order:2;flex:none}.gold-header__right{order:3;margin-left:0;flex:1 1;min-width:0;gap:8px;justify-content:flex-end}.gold-profile{padding-left:0;border-left:none}.gold-profile__name{display:none}.gold-btn{padding:10px 14px;font-size:13.5px}.gold-phone{font-size:14px;gap:6px;min-width:0;white-space:normal;line-height:1.15}.gold-subbar{justify-content:space-between;gap:10px}.gold-subbar .gold-subbar__sep{display:none}.site-h1{font-size:24px}.gold-profile__sub,.gold-subbar__addr{display:none}}.gold-contacts__call{display:none}@media (max-width:640px){.gold-contacts__call{display:inline-flex}}.objv__thumbs{display:flex;gap:12px;margin-top:14px;overflow-x:auto;min-width:0;max-width:100%;padding-bottom:6px;scrollbar-width:thin;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.objv__thumb{height:78px;width:96px;flex:0 0 auto;scroll-snap-align:start}.gold-btn--lg{padding:15px 40px;font-size:17px}.site-back{display:inline-block;margin-bottom:14px;font-size:14px;font-weight:600;color:#9a7b16;text-decoration:none}.site-back:hover{color:#c79100}.site-body--narrow{max-width:780px;margin:0 auto;width:100%}.tariff-services{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:26px 0 30px}.tariff-service{background:#fff;border:1px solid #eee4d0;border-radius:14px;padding:16px 18px;box-shadow:0 2px 6px rgba(60,45,10,.04)}.tariff-service__title{font-family:var(--font-head);font-weight:800;font-size:15px;color:#1a1a1a;margin-bottom:7px}.tariff-service__desc{font-size:13px;line-height:1.5;color:#6b6450;margin:0}.tariff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:22px}.tariff-card{--accent:#f4c430;display:flex;flex-direction:column;text-align:left;background:#fff;border:2px solid #eee4d0;border-radius:16px;padding:20px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;font-family:var(--font-body)}.tariff-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(60,45,10,.1)}.tariff-card--on{border-color:var(--accent);box-shadow:0 8px 24px rgba(224,168,0,.22)}.tariff-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.tariff-card__name{font-family:var(--font-head);font-weight:800;font-size:20px;color:#1a1a1a}.tariff-card__check{width:24px;height:24px;border-radius:50%;border:2px solid #e0d8c2;color:transparent;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;flex:none}.tariff-card__check--on{background:var(--accent);border-color:var(--accent);color:#1a1a1a}.tariff-card__price{font-family:var(--font-head);font-weight:800;font-size:30px;color:#1a1a1a;margin:14px 0 2px}.tariff-card__price span{font-size:18px}.tariff-card__term{font-size:12.5px;color:#9a8f73}.tariff-card__features{list-style:none;padding:14px 0 0;margin:16px 0 0;border-top:1px solid #f0e9d8;display:flex;flex-direction:column;gap:9px}.tariff-card__features li{position:relative;padding-left:24px;font-size:13.5px;color:#4a4534;line-height:1.4}.tariff-card__features li:before{content:"✓";position:absolute;left:0;top:0;color:var(--accent);font-weight:900;-webkit-text-stroke:.4px #b88600}.tariff-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.tariff-actions__hint{font-size:13.5px;color:#9a8f73}.terms-tariff{background:#fff7e0;border:1px solid #f0d894;border-radius:12px;padding:14px 18px;margin:18px 0 22px;font-size:15px;color:#4a4534}.terms{background:#fff;border:1px solid #eee4d0;border-radius:16px;padding:8px 26px 18px;box-shadow:0 2px 6px rgba(60,45,10,.04)}.terms__section{padding:16px 0;border-bottom:1px solid #f3eddd}.terms__section:last-child{border-bottom:none}.terms__heading{font-family:var(--font-head);font-weight:800;font-size:16px;color:#1a1a1a;margin:0 0 10px}.terms__item{font-size:14px;line-height:1.6;color:#4a4534;margin:0 0 8px}.terms__item:last-child{margin-bottom:0}.terms-agree{margin-top:24px;display:flex;flex-direction:column;gap:14px;align-items:flex-start}.terms-agree__note{font-size:13.5px;color:#7c735c;max-width:640px;margin:0}.pay-card{background:#fff;border:1px solid #eee4d0;border-radius:16px;padding:24px;max-width:520px;box-shadow:0 2px 6px rgba(60,45,10,.04);margin-top:22px}.pay-card__row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3eddd;font-size:15px;color:#4a4534}.pay-card__row--total{border-bottom:none;font-size:18px;padding-top:16px}.pay-card__row--total b{font-size:22px;color:#1a1a1a}.pay-card__stub{display:flex;gap:14px;align-items:flex-start;background:#faf6ec;border:1px dashed #e0d4b0;border-radius:12px;padding:16px;margin:18px 0}.pay-card__stub-ic{font-size:26px;line-height:1}.pay-card__stub-title{font-weight:700;color:#1a1a1a;margin-bottom:4px}.pay-card__stub-text{font-size:13px;color:#6b6450;margin:0;line-height:1.5}.gold-form{background:#fff;border:1px solid #eee4d0;border-radius:16px;padding:24px;box-shadow:0 2px 6px rgba(60,45,10,.04);display:flex;flex-direction:column;gap:16px;margin-top:8px}.gold-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.gff__textarea{min-height:110px;resize:vertical;font-family:var(--font-body);line-height:1.5}.input-phone-prefix>.gff__input{flex:1 1;min-width:0;border-radius:0 11px 11px 0}.sobj-note{font-size:13px;color:#7c735c;margin:0}.sobj-done{background:#fff;border:1px solid #eee4d0;border-radius:16px;padding:40px 28px;text-align:center;box-shadow:0 2px 6px rgba(60,45,10,.04);flex-direction:column;gap:14px;margin-top:8px}.sobj-done,.sobj-done__ic{display:flex;align-items:center}.sobj-done__ic{width:64px;height:64px;border-radius:50%;background:linear-gradient(180deg,#ffe27a,#e0a800);color:#1a1a1a;font-size:32px;font-weight:900;justify-content:center}.sobj-done__title{font-family:var(--font-head);font-weight:800;font-size:22px;color:#1a1a1a;margin:0}.sobj-done__text{font-size:15px;color:#5b5341;max-width:480px;margin:0;line-height:1.55}@media (max-width:540px){.gold-form__row{grid-template-columns:1fr}.tariff-card__price{font-size:26px}}.site-h2{font-family:var(--font-head);font-weight:800;font-size:26px;color:#1a1a1a;margin:0}.site-aux{background:#f6f1e7;padding:8px 56px 56px}.collapse{margin-top:28px}.collapse__head{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;padding:16px 22px;background:#fff;border:1px solid #eee4d0;border-radius:14px;box-shadow:0 2px 6px rgba(60,45,10,.04)}.collapse__head::-webkit-details-marker{display:none}.collapse__head:hover{background:#fffdf7}.collapse__title{font-family:var(--font-head);font-weight:800;font-size:22px;color:#1a1a1a}.collapse__chev{color:#b8932a;flex:none;transition:transform .2s ease}.collapse[open] .collapse__chev{transform:rotate(180deg)}.reviews__body{padding-top:18px}.reviews__actions{margin-bottom:18px}.about{margin-top:48px}.about__card{background:#fff;border:1px solid #eee4d0;border-radius:16px;padding:26px 28px;box-shadow:0 2px 6px rgba(60,45,10,.04);margin-top:16px}.about__card p{font-size:15px;line-height:1.65;color:#4a4534;margin:0 0 14px}.about__lead{font-size:17px!important;font-weight:700;color:#1a1a1a!important}.about__h{font-family:var(--font-head);font-weight:800;font-size:16px;color:#1a1a1a;margin:18px 0 8px}.about__list{margin:0 0 14px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:8px}.about__list li{position:relative;padding-left:22px;font-size:15px;line-height:1.55;color:#4a4534}.about__list li:before{content:"•";position:absolute;left:6px;color:#e0a800;font-weight:900}.reviews{margin-top:48px}.reviews__head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}.reviews__empty{color:#7c735c;font-size:15px}.reviews__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.review-card{background:#fff;border:1px solid #eee4d0;border-radius:16px;padding:22px;box-shadow:0 2px 6px rgba(60,45,10,.04)}.review-card__quote{font-family:var(--font-head);font-size:48px;line-height:1;color:#f0d894;height:22px}.review-card__text{margin:6px 0 14px;font-size:14.5px;line-height:1.6;color:#4a4534;white-space:pre-wrap}.review-card__name{font-weight:700;color:#1a1a1a;font-size:14px}.review-card__meta{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.review-card__date{font-size:12.5px;color:#9a8f73;white-space:nowrap}.review-item__date{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#6b6450;white-space:nowrap}.reviews__form,.reviews__thanks{display:flex;flex-direction:column;gap:14px}.reviews__thanks{text-align:center;align-items:center;padding:10px 0}.reviews__thanks-ic{width:54px;height:54px;border-radius:50%;background:linear-gradient(180deg,#ffe27a,#e0a800);color:#1a1a1a;font-size:28px;font-weight:900;display:flex;align-items:center;justify-content:center}.reviews__thanks p{font-size:15px;color:#5b5341;max-width:400px;margin:0}.site-footer{background:#0d0d0d;margin-top:48px}.site-footer__inner{padding:28px 56px}.site-footer__legal{font-size:13px;line-height:1.6;color:#9a9384;margin:0 0 16px}.site-footer__legal a{color:#f3c01c;text-decoration:none}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;border-top:1px solid #222;padding-top:16px}.site-footer__copy{font-size:13px;color:#7e7768}.site-footer__social{display:flex;gap:10px;align-items:center}.site-footer__ic{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;color:#fff;text-decoration:none;font-weight:800;font-size:13px;letter-spacing:.02em;transition:transform .12s ease,filter .12s ease}.site-footer__ic:hover{transform:translateY(-2px);filter:brightness(1.08)}.site-footer__ic--vk{background:#0077ff}.site-footer__ic--max{background:linear-gradient(135deg,#2b7bff,#7a4dff)}.review-list{display:flex;flex-direction:column;gap:12px}.review-item{background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px 16px}.review-item__head{display:flex;justify-content:space-between;gap:12px;margin-bottom:6px}.review-item__text{margin:0;font-size:14px;line-height:1.55;color:#333;white-space:pre-wrap}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.settings-grid .field--full{grid-column:1/-1}.tech-city-add{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:18px}.tech-city-list{display:flex;flex-direction:column;gap:12px}.tech-city{border:1px solid var(--border);border-radius:12px;padding:14px 16px;background:var(--surface)}.tech-city__head{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.tech-city__tz{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}.tech-city__base{font-size:12px;color:var(--muted);border:1px dashed var(--border);border-radius:8px;padding:3px 8px}.tech-districts{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border-soft)}.tech-districts__label{font-size:13px;color:var(--muted);font-weight:600}.tech-chip,.tech-districts__add{display:inline-flex;gap:6px;align-items:center}.tech-chip{background:#eef3ff;color:#2540a0;border:1px solid #d6e0fb;border-radius:20px;padding:4px 6px 4px 12px;font-size:13px}.tech-chip__x{border:none;background:#c9d6f5;color:#1a2c66;width:18px;height:18px;border-radius:50%;cursor:pointer;line-height:1;font-weight:700}.tech-chip__x:hover{background:#b3c4ee}.dash__head{margin-bottom:6px}.dash__head h1{margin:0}.dash__h2{font-size:16px;color:var(--text);margin:24px 0 12px;position:relative;padding-left:12px}.dash__h2:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:18px;border-radius:3px;background:#f4c430}.dash__tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dash__tiles--narrow{grid-template-columns:repeat(2,minmax(0,1fr));max-width:540px;margin-top:16px}.dash-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px 15px;box-shadow:0 1px 2px rgba(20,36,58,.04)}.dash-tile__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.dash-tile__icon{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center}.dash-tile__icon--blue{background:#eaf1ff;color:#2563eb}.dash-tile__icon--gold{background:#fff3cf;color:#b07d05}.dash-tile__icon--green{background:#e7f7ec;color:#1a8f43}.dash-tile__icon--violet{background:#f0eafe;color:#6d3bd6}.dash-tile__delta{font-size:12.5px;font-weight:700;padding:3px 9px;border-radius:20px;white-space:nowrap}.dash-tile__delta--up{background:#e7f7ec;color:#1a8f43}.dash-tile__delta--down{background:#fdeaea;color:#c0392b}.dash-tile__value{font-family:var(--font-head);font-weight:800;font-size:27px;color:var(--text);line-height:1.1}.dash-tile__label{font-size:13.5px;color:var(--muted);margin-top:5px}.dash-tile__sub{font-size:12.5px;color:var(--muted);margin-top:7px;padding-top:7px;border-top:1px solid var(--border-soft)}.dash__cards2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dash-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 20px}.dash-card__title{font-size:15px;font-weight:700;color:var(--text);margin:0 0 14px}.dash-bars{display:flex;flex-direction:column;gap:11px}.dash-bar{display:grid;grid-template-columns:130px 1fr 34px;align-items:center;gap:10px;font-size:13.5px}.dash-bar__label{color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-bar__track{height:10px;background:#eef1f6;border-radius:6px;overflow:hidden}.dash-bar__fill{display:block;height:100%;border-radius:6px;min-width:4px}.dash-bar__fill--blue{background:linear-gradient(90deg,#3b82f6,#2563eb)}.dash-bar__fill--gold{background:linear-gradient(90deg,#ffd84d,#f4b400)}.dash-bar__val{text-align:right;font-weight:700;color:var(--text)}@media (max-width:1100px){.dash__tiles{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.dash__cards2{grid-template-columns:1fr}}@media (max-width:560px){.dash__tiles,.dash__tiles--narrow{grid-template-columns:1fr}.dash-bar{grid-template-columns:110px 1fr 30px}}@media (max-width:860px){.site-footer__inner{padding:24px 20px}}@media (max-width:640px){.settings-grid{grid-template-columns:1fr}.site-h2{font-size:22px}.about__card{padding:20px 18px}}.city-ask{display:flex;align-items:center;flex-wrap:wrap;gap:12px;background:#fff7e0;border:1px solid #f0d98a;border-radius:12px;padding:12px 16px;margin-bottom:18px;font-size:15px;color:#4a4534}.city-ask__yes{background:linear-gradient(180deg,#ffe27a,#e0a800);border:1px solid #c79100;color:#1a1a1a;font-weight:800;border-radius:9px;padding:7px 18px;cursor:pointer}.city-ask__other{background:transparent;border:none;color:#9a7b16;text-decoration:underline;cursor:pointer;font-size:14px}.city-ask__select,.city-bar__select{border:1px solid #e4dac2;border-radius:9px;padding:7px 10px;background:#fff;color:#2a2620;font-family:var(--font-body);font-size:14px;cursor:pointer}.city-bar{display:inline-flex;align-items:center;gap:8px;color:#7c735c;margin-bottom:18px}.city-bar__label{font-size:14px;font-weight:600}.token-badge{display:inline-block;margin-left:6px;padding:1px 8px;border-radius:999px;font-size:12px;font-weight:600;vertical-align:middle}.token-badge--on{background:#e6f6ea;color:#1f7a37;border:1px solid #b6e2c2}.token-badge--off{background:#f3f0e8;color:#8a7b54;border:1px solid #e4dac2}.citygate{max-width:720px;margin:8px 0 12px}.citygate__title{margin:0 0 4px;font-size:22px}.citygate__sub{margin:0 0 18px;color:#6b6450}.citygate__grid{display:flex;flex-wrap:wrap;gap:12px}.citygate__city{display:inline-flex;align-items:center;gap:8px;padding:14px 20px;border:1.5px solid #e4dac2;border-radius:14px;background:#fff;color:#1a1a1a;font-size:16px;font-weight:600;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .05s}.citygate__city:hover{border-color:#f3c01c;box-shadow:0 4px 14px rgba(243,192,28,.18)}.citygate__city:active{transform:translateY(1px)}.citygate__city--suggested{border-color:#f3c01c;background:#fffbef}.citygate__city--busy{opacity:.6}.citygate__city:disabled{cursor:default}.citygate__pin{color:#c9a227;display:inline-flex}.citygate__hint{font-size:12px;font-weight:500;color:#b08900}.badge--online{margin-left:8px;background:#e8f0ff;color:#2456b8;border:1px solid #c2d6f5}.pay-done{text-align:center;padding:8px 4px 4px}.pay-done__ic{width:54px;height:54px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e6f6ea;color:#1f7a37;font-size:28px;font-weight:700}.pay-done__title{margin:0 0 6px;font-size:22px}.pay-done__text{margin:0 auto 18px;max-width:460px;color:#6b6450}.pay-bots{display:flex;flex-direction:column;gap:10px;max-width:420px;margin:0 auto}.pay-bot{width:100%;justify-content:center}.tech-acc-list{display:flex;flex-direction:column;gap:12px;margin-top:10px}.tech-acc{border:1px solid #e4dac2;border-radius:12px;background:#fff;overflow:hidden}.tech-acc__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;cursor:pointer;font-size:17px;font-weight:700;color:#1a1a1a;list-style:none;-webkit-user-select:none;user-select:none}.tech-acc__head::-webkit-details-marker{display:none}.tech-acc__head:hover{background:#fffbef}.tech-acc[open] .tech-acc__head{border-bottom:1px solid #f0e9d6}.tech-acc__chev{color:#c9a227;font-size:14px;transition:transform .18s ease}.tech-acc[open] .tech-acc__chev{transform:rotate(180deg)}.tech-acc__body{padding:16px 18px 20px}.gold-input{width:100%;margin-top:8px;border:1px solid #e4dac2;border-radius:11px;padding:13px 15px;font-family:var(--font-body);font-size:15px;color:#2a2620;background:#fff;outline:none;box-sizing:border-box}.gold-input:focus{border-color:#f3c01c}.pay-card--center{margin-left:auto;margin-right:auto}.pay-creds{margin-top:14px;border:1px solid #e8dfc6;border-radius:12px;background:#faf6ec;padding:6px 16px;text-align:left}.pay-creds__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #efe7d2;font-size:15px;color:#6b6450}.pay-creds__row:last-child{border-bottom:none}.pay-creds__row b{color:#1a1a1a;font-size:17px}.pay-creds__pass{letter-spacing:2px;font-family:var(--font-head)}.pay-code__title{margin:0 0 6px;font-size:22px}.pay-code__text{margin:0 0 4px;color:#6b6450}