.pay-guide-wrap{margin-top:14px}.pay-guide{--pg-ink:#1E293B;--pg-muted:#64748B;--pg-line:#E2E8F0;--pg-soft:#EEF2F7;--pg-panel:#F8FAFC;--pg-num-bg:#E8F1FA;--pg-num-ink:#1A6FC5;--pg-green:#0A7A53;--pg-green-soft:#E7F7F0;box-sizing:border-box;font-family:inherit;margin:0 0 14px;padding:13px 14px;border:1px solid var(--pg-line);border-radius:12px;background:var(--pg-panel);text-align:start;color:var(--pg-ink)}.pay-guide *{box-sizing:border-box}.pay-guide-head{display:flex;align-items:center;gap:9px;margin-bottom:12px}.pay-guide-ico{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:var(--pg-soft);color:var(--pg-muted)}.pay-guide-ico svg{width:17px;height:17px}.pay-guide-title{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.3}.pay-guide-steps{list-style:none;margin:0;padding:0}.pay-guide .pg-step,.pay-guide .pg-done{position:relative;display:flex;align-items:flex-start;gap:10px;margin:0;padding:0 0 10px;list-style:none;font-size:14px;line-height:1.4}.pay-guide .pg-done{padding-bottom:0;font-weight:700;color:var(--pg-green)}.pay-guide .pg-step::before{content:"";position:absolute;top:26px;bottom:-3px;inset-inline-start:11px;width:0;border-inline-start:1px dashed var(--pg-line)}.pay-guide .pg-num{position:relative;z-index:1;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:23px;height:23px;border-radius:50%;background:var(--pg-num-bg);color:var(--pg-num-ink);font-size:12px;font-weight:700;line-height:1}.pay-guide .pg-num--ok{background:var(--pg-green-soft);color:var(--pg-green)}.pay-guide .pg-num--ok svg{width:13px;height:13px}.pay-guide .pg-text{padding-top:2px}.pay-guide .pg-text b{font-weight:700}.pay-guide .pm-guide-amount{font-weight:700}.pay-guide .pg-banks{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;margin-top:6px;font-size:13px;color:var(--pg-muted)}.pay-guide .pg-bank{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.pay-guide .pg-bank-logo{width:18px;height:18px;object-fit:contain;border-radius:3px}.pay-guide .pg-bank-etc{white-space:nowrap}.pay-guide-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin:0 0 4px;padding:14px 16px;border:0;border-radius:10px;background:var(--color-primary,var(--primary-green,var(--primary,var(--blue-600,var(--theme-color,#2b8fd4)))));color:#fff;font-family:inherit;font-size:16px;font-weight:700;line-height:1.2;cursor:pointer;transition:filter .15s}.pay-guide-cta:hover{filter:brightness(.92)}.pay-guide-cta:disabled{cursor:not-allowed}.pay-guide-cta svg{flex-shrink:0;width:18px;height:18px}@media (max-width:740px){.pay-guide-cta{display:none}}@media (max-width:480px){.pay-guide{padding:12px}.pay-guide .pg-step,.pay-guide .pg-done{font-size:13.5px}}