@font-face{font-family:TT Days Sans;src:url(../../../fonts/TTDaysSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--color-text: rgb(25, 28, 37);--color-muted: rgb(189, 190, 195);--color-accent: rgb(90, 92, 105);--color-bg: #fff;--color-bg-alt: rgb(244, 244, 244);--color-border: rgb(227, 227, 229);--font-sans: "Raleway", -apple-system, BlinkMacSystemFont, sans-serif;--container: 1200px;--radius: 10px}*,*:before,*:after{box-sizing:border-box}html{height:100%;touch-action:manipulation}body{margin:0;height:100%;font-family:var(--font-sans);font-size:16px;line-height:1.5;color:var(--color-text);background:var(--color-bg);overflow:hidden}a{color:var(--color-text);text-decoration:none}a:hover{color:var(--color-accent)}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.main{flex:1;overflow-y:auto;overflow-x:hidden}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--radius);font-family:var(--font-sans);font-weight:600;font-size:16px;cursor:pointer;border:none;transition:background .2s,color .2s}.button_primary{background:var(--color-accent);color:#fff}.button_primary:hover{background:#3a3b4d;color:#fff}.button_secondary{background:var(--color-bg-alt);color:var(--color-accent)}.button_secondary:hover{background:#e3e3e5;color:var(--color-text)}input,select,textarea{font-family:var(--font-sans);font-size:1rem}.statistic__list{display:flex;gap:40px;flex-wrap:wrap}.statistic__item{flex:1;min-width:200px;padding:24px;background:var(--color-bg-alt);border-radius:var(--radius);text-decoration:none;color:inherit}a.statistic__item:hover{background:var(--color-border)}.statistic__text{margin:0 0 8px;font-size:14px;color:var(--color-muted)}.statistic__odometer{font-size:32px;font-weight:700;color:var(--color-text)}@media(max-width:768px){.container{padding-left:16px;padding-right:16px}}@media(max-width:480px){.container{padding-left:12px;padding-right:12px}body{font-size:15px}}@media(max-width:900px){.statistic__list{gap:16px}.statistic__item{min-width:140px;padding:18px}.statistic__odometer{font-size:26px}}@media(max-width:560px){.statistic__list{flex-direction:column;gap:12px}.statistic__item{min-width:0;width:100%;padding:16px}.statistic__odometer{font-size:24px}}.header.svelte-1elxaub{position:sticky;top:0;z-index:100;width:100%;background:#fff;border-bottom:1px solid var(--color-border)}.header__container.svelte-1elxaub{width:100%;max-width:100%;padding:0 16px;margin:0 auto}.header__content.svelte-1elxaub{display:flex;align-items:center;gap:16px;min-height:52px}.logo.header__logo.svelte-1elxaub{flex-shrink:0;display:block;line-height:0;text-decoration:none}.logo-text.svelte-1elxaub{display:inline-flex;align-items:center;gap:10px}.logo-text__bars.svelte-1elxaub{display:flex;flex-direction:column;gap:4px;justify-content:center}.logo-text__bar.svelte-1elxaub{display:block;height:3px;width:24px;background:linear-gradient(90deg,#0f766e,#10b981);border-radius:2px}.logo-text__bar_mid.svelte-1elxaub{width:18px}.logo-text__bar_short.svelte-1elxaub{width:12px}.logo-text__name.svelte-1elxaub{font-family:var(--font-sans);font-size:16px;font-weight:700;color:var(--color-text);letter-spacing:-.3px;line-height:1}.header__search-wrap.svelte-1elxaub{position:relative;flex-shrink:0}.header__search-wrap_expanded.svelte-1elxaub{flex:1;max-width:260px}.header__search-toggle.svelte-1elxaub{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;background:none;color:var(--color-text);cursor:pointer;border-radius:var(--radius);transition:background .15s,color .15s}.header__search-toggle.svelte-1elxaub:hover{color:var(--color-accent);background:var(--color-bg-alt)}.header__search.svelte-1elxaub{display:flex;align-items:center;gap:4px;background:var(--color-bg-alt);border:1.5px solid var(--color-border);border-radius:10px;padding:0 6px 0 10px;transition:border-color .15s,box-shadow .15s}.header__search.svelte-1elxaub:focus-within{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a;background:#fff}.header__search-icon.svelte-1elxaub{color:var(--color-muted);flex-shrink:0;pointer-events:none}.header__search-input.svelte-1elxaub{flex:1;min-width:0;padding:7px 4px;border:none;background:none;font-size:13px;font-family:inherit;color:var(--color-text)}.header__search-input.svelte-1elxaub::placeholder{color:var(--color-muted)}.header__search-input.svelte-1elxaub:focus{outline:none}.header__search-input.svelte-1elxaub::-webkit-search-cancel-button{display:none}.header__search-clear.svelte-1elxaub{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:var(--color-border);border-radius:50%;color:var(--color-muted);cursor:pointer;flex-shrink:0;padding:0;transition:background .15s}.header__search-clear.svelte-1elxaub:hover{background:#e2e8f0;color:var(--color-text)}.header__search-btn.svelte-1elxaub{display:inline-flex;align-items:center;height:28px;padding:0 12px;border:none;border-radius:7px;background:#0d9488;color:#fff;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s}.header__search-btn.svelte-1elxaub:hover{background:#0f766e}.header__search-dropdown.svelte-1elxaub{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--color-border);border-radius:12px;box-shadow:0 12px 40px #0000001f;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .18s,visibility .18s,transform .18s;z-index:200}.header__search-dropdown_open.svelte-1elxaub{opacity:1;visibility:visible;transform:translateY(0)}.header__search-section-label.svelte-1elxaub{padding:10px 14px 4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted)}.header__search-dropdown-list.svelte-1elxaub{list-style:none;margin:0;padding:4px 6px 6px;max-height:320px;overflow-y:auto}.header__search-dropdown-list.svelte-1elxaub::-webkit-scrollbar{width:4px}.header__search-dropdown-list.svelte-1elxaub::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.header__search-dropdown-item.svelte-1elxaub{display:flex;align-items:center;gap:8px;width:100%;padding:9px 10px;border:none;background:none;border-radius:8px;font-size:13px;font-family:inherit;color:var(--color-text);cursor:pointer;text-align:left;transition:background .12s}.header__search-dropdown-item.svelte-1elxaub:hover,.header__search-dropdown-item_active.svelte-1elxaub{background:#f0fdf9;color:#0d9488}.header__search-dropdown-item_all.svelte-1elxaub{color:var(--color-muted);font-weight:500;border-bottom:1px solid var(--color-border);border-radius:8px 8px 0 0;margin-bottom:2px}.header__search-dropdown-item_all.svelte-1elxaub:hover,.header__search-dropdown-item_all.header__search-dropdown-item_active.svelte-1elxaub{color:#0d9488;background:#f0fdf9}.header__search-dropdown-item_brand.svelte-1elxaub{justify-content:space-between}.header__search-brand-logo.svelte-1elxaub{width:22px;height:22px;object-fit:contain;flex-shrink:0;border-radius:4px}.header__search-brand-name.svelte-1elxaub{font-weight:500}.header__search-brand-count.svelte-1elxaub{font-size:11px;color:var(--color-muted);background:var(--color-bg-alt);border-radius:999px;padding:2px 8px;white-space:nowrap;flex-shrink:0}.nav__list.svelte-1elxaub{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.nav__link.svelte-1elxaub{padding:6px 8px;font-family:"TT Days Sans",var(--font-sans);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text)}.nav__link.svelte-1elxaub:hover{color:var(--color-accent)}.nav__link_active.svelte-1elxaub{text-decoration:underline;text-underline-offset:4px;color:var(--color-accent)}.header__right.svelte-1elxaub{display:flex;align-items:center;gap:6px;margin-left:auto}.header__info.svelte-1elxaub{display:flex;align-items:center;gap:8px}.header__info-icon.svelte-1elxaub{position:relative;display:flex;align-items:center;justify-content:center;width:34px;height:34px;color:var(--color-text);border-radius:var(--radius)}.header__info-icon.svelte-1elxaub:hover{color:var(--color-accent);background:var(--color-bg-alt)}.header__info-badge.svelte-1elxaub{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;pointer-events:none}.header__info-badge_compare.svelte-1elxaub{background:#0ea5e9}.header__phone.svelte-1elxaub{display:flex;align-items:center;background:linear-gradient(135deg,#0f766e,#115e59);border-radius:var(--radius);padding:3px 10px}.header__phone-link.svelte-1elxaub{font-family:Raleway,sans-serif;font-feature-settings:"lnum","pnum";font-kerning:none;font-size:12px;font-weight:600;color:#fff}.header__phone-link.svelte-1elxaub:hover{color:#99f6e4}.header__callback.svelte-1elxaub{display:inline-flex;align-items:center;gap:5px;height:32px;padding:0 12px;border-radius:8px;border:1.5px solid #10b981;background:transparent;color:#10b981;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.header__callback.svelte-1elxaub:hover{background:#10b981;color:#fff}.header__burger-btn.svelte-1elxaub{display:none;width:40px;height:40px;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.header__icon-burger.svelte-1elxaub{width:24px;height:2px;background:var(--color-text);display:block;box-shadow:0 7px 0 var(--color-text),0 -7px 0 var(--color-text)}.header__burger-menu-container.svelte-1elxaub{display:none;background:#f8fafc;border-top:1px solid var(--color-border);padding:16px 0 24px;box-shadow:inset 0 4px 12px #0000000a}.header__burger-menu-container_open.svelte-1elxaub{display:block}.header__burger-nav.svelte-1elxaub{display:flex;flex-direction:column;gap:0;padding:0 20px}.header__nav-link-mob.svelte-1elxaub{display:block;padding:14px 16px;font-size:16px;font-weight:500;color:var(--color-text);text-decoration:none;border-radius:10px;margin-bottom:2px;transition:background .15s,color .15s}.header__nav-link-mob.svelte-1elxaub:hover{background:#10b98114;color:#0d9488}.header__nav-link-mob_active.svelte-1elxaub{background:#10b9811f;color:#0f766e;font-weight:600}.header__burger-footer.svelte-1elxaub{margin-top:16px;padding:16px 20px 0;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:12px}.header__burger-schedule.svelte-1elxaub{font-size:13px;color:var(--color-muted)}.header__callback_mob.svelte-1elxaub{width:100%;height:48px;justify-content:center;font-size:15px;border-radius:12px;margin-top:0;background:linear-gradient(135deg,#0d9488,#10b981);border:none;color:#fff}.header__callback_mob.svelte-1elxaub:hover{background:linear-gradient(135deg,#0f766e,#059669);color:#fff}@media(max-width:1320px){.header__nav.svelte-1elxaub,.header__callback.svelte-1elxaub{display:none}.header__right.svelte-1elxaub{display:flex;margin-left:auto;gap:6px}.header__phone.svelte-1elxaub{padding:4px 10px}.header__phone-link.svelte-1elxaub{font-size:12px}.header__info-icon.svelte-1elxaub{width:36px;height:36px}.header__search-wrap.svelte-1elxaub{display:none}.header__burger-btn.svelte-1elxaub{display:flex}.header__content.svelte-1elxaub{gap:12px}}@media(max-width:480px){.header__container.svelte-1elxaub{padding-left:12px;padding-right:12px}.header__content.svelte-1elxaub{min-height:56px;gap:8px}.header__right.svelte-1elxaub{gap:4px}.header__phone.svelte-1elxaub{padding:4px 8px}.header__phone-link.svelte-1elxaub{font-size:11px}.logo-text__name.svelte-1elxaub{font-size:16px}.logo-text__bar.svelte-1elxaub{width:20px}.logo-text__bar_mid.svelte-1elxaub{width:15px}.logo-text__bar_short.svelte-1elxaub{width:10px}.header__burger-btn.svelte-1elxaub{width:36px;height:36px}.header__info-icon.svelte-1elxaub{width:34px;height:34px}.header__icon-burger.svelte-1elxaub{box-shadow:0 6px 0 var(--color-text),0 -6px 0 var(--color-text)}.header__burger-nav.svelte-1elxaub{padding:0 12px}.header__burger-footer.svelte-1elxaub{padding:16px 12px 0}.header__nav-link-mob.svelte-1elxaub{padding:12px 14px;font-size:15px}}.footer.svelte-jz8lnl{margin-top:0;background:linear-gradient(120deg,#030d08,#041510,#062318,#0a3020,#052018,#041208 75%,#030d08);background-size:400% 400%;animation:svelte-jz8lnl-footerShimmer 30s ease-in-out infinite;border-top:none;padding:48px 0 24px;position:relative;overflow:hidden}.footer.svelte-jz8lnl:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 20%,rgba(16,185,129,.07) 40%,rgba(5,150,105,.12) 50%,rgba(16,185,129,.07) 60%,transparent 80%);background-size:250% 100%;animation:svelte-jz8lnl-footerGloss 25s linear infinite;pointer-events:none}.footer.svelte-jz8lnl:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.16;mix-blend-mode:soft-light;background-image:radial-gradient(rgba(255,255,255,.28) 1px,transparent 1px),radial-gradient(rgba(0,0,0,.3) 1px,transparent 1px);background-size:3px 3px,4px 4px;background-position:0 0,1px 1px}@keyframes svelte-jz8lnl-footerShimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes svelte-jz8lnl-footerGloss{0%{background-position:-100% 0}to{background-position:200% 0}}.footer__grid.svelte-jz8lnl{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-bottom:40px}.footer__title.svelte-jz8lnl{margin:0 0 12px;font-size:16px;font-weight:600;color:#fff}.footer__link.svelte-jz8lnl{display:block;margin:6px 0;font-size:14px;color:#ffffffbf;font-weight:500}.footer__link.svelte-jz8lnl:hover{color:#fff}.footer__link[href^="tel:"].svelte-jz8lnl{display:inline-flex;align-items:center;padding:8px 16px;border-radius:var(--radius);background:linear-gradient(135deg,#10b981,#059669,#0d9488);background-size:200% 100%;animation:svelte-jz8lnl-btnShimmer 4s ease infinite;color:#fff;font-weight:600;font-size:15px;margin-bottom:10px;transition:opacity .15s}.footer__link[href^="tel:"].svelte-jz8lnl:hover{opacity:.88;color:#fff}@keyframes svelte-jz8lnl-btnShimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.footer__text.svelte-jz8lnl{display:block;margin:6px 0;font-size:14px;color:#ffffff73}.footer__documents.svelte-jz8lnl{display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px;padding-top:20px;margin-top:20px;border-top:1px solid rgba(16,185,129,.15)}.footer__copyright.svelte-jz8lnl{font-size:14px;color:#ffffff4d}.footer__documents-link.svelte-jz8lnl{font-size:14px;color:#ffffffbf;font-weight:500}.footer__documents-link.svelte-jz8lnl:hover{color:#fff}@media(max-width:900px){.footer__grid.svelte-jz8lnl{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}.footer.svelte-jz8lnl{padding:40px 0 20px}}@media(max-width:600px){.footer__grid.svelte-jz8lnl{grid-template-columns:1fr;gap:20px;margin-bottom:28px}.footer.svelte-jz8lnl{padding:32px 0 20px}.footer__copyright.svelte-jz8lnl{font-size:13px}}@media(max-width:480px){.footer__title.svelte-jz8lnl{font-size:15px;margin-bottom:10px}.footer__link.svelte-jz8lnl{font-size:13px;margin:4px 0}.footer__text.svelte-jz8lnl{font-size:13px}.footer__documents.svelte-jz8lnl{gap:8px 16px;padding-top:16px;margin-top:16px}.footer__documents-link.svelte-jz8lnl,.footer__copyright.svelte-jz8lnl{font-size:13px}}.modal-backdrop.svelte-7emt9s{position:fixed;inset:0;z-index:2000;background:#0a0a0a99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px;animation:svelte-7emt9s-backdropIn .2s ease}@keyframes svelte-7emt9s-backdropIn{0%{opacity:0}to{opacity:1}}.modal.svelte-7emt9s{position:relative;background:#fff;border-radius:20px;width:100%;max-width:420px;padding:32px;box-shadow:0 24px 80px #0003;animation:svelte-7emt9s-modalIn .25s cubic-bezier(.34,1.56,.64,1)}@keyframes svelte-7emt9s-modalIn{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal__close.svelte-7emt9s{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:8px;border:1.5px solid #e8eaf0;background:#f7f8fa;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:border-color .15s,color .15s,background .15s}.modal__close.svelte-7emt9s:hover{border-color:#ef4444;color:#ef4444;background:#fff5f5}.modal__header.svelte-7emt9s{display:flex;align-items:center;gap:14px;margin-bottom:24px}.modal__icon.svelte-7emt9s{flex-shrink:0;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);display:flex;align-items:center;justify-content:center;color:#10b981}.modal__title.svelte-7emt9s{margin:0 0 2px;font-size:20px;font-weight:800;color:#1a1a2e}.modal__subtitle.svelte-7emt9s{margin:0;font-size:13px;color:#64748b}.modal__car.svelte-7emt9s{display:grid;grid-template-columns:96px 1fr;gap:12px;align-items:center;padding:12px;border-radius:14px;background:#f8fafc;border:1px solid #eef2f7;margin-bottom:16px}.modal__car-heading.svelte-7emt9s{font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#64748b;margin:4px 0 8px}.modal__car-img.svelte-7emt9s{width:96px;height:72px;object-fit:cover;border-radius:10px;background:#e2e8f0}.modal__car-title.svelte-7emt9s{font-size:14px;font-weight:700;color:#0f172a}.modal__car-price.svelte-7emt9s{margin-top:4px;font-size:13px;color:#0d9488;font-weight:700}.modal__form.svelte-7emt9s{display:flex;flex-direction:column;gap:16px}.modal__hp.svelte-7emt9s{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden;pointer-events:none}.modal__field.svelte-7emt9s{display:flex;flex-direction:column;gap:6px}.modal__label.svelte-7emt9s{font-size:13px;font-weight:600;color:#374151}.modal__required.svelte-7emt9s{color:#ef4444}.modal__input.svelte-7emt9s{height:44px;padding:0 14px;border-radius:10px;border:1.5px solid #e8eaf0;background:#f7f8fa;font-size:14px;font-family:inherit;color:#1a1a2e;transition:border-color .15s,box-shadow .15s,background .15s;outline:none;width:100%}.modal__textarea.svelte-7emt9s{padding:10px 14px;border-radius:10px;border:1.5px solid #e8eaf0;background:#f7f8fa;font-size:14px;font-family:inherit;color:#1a1a2e;transition:border-color .15s,box-shadow .15s,background .15s;outline:none;width:100%;resize:none;min-height:60px}.modal__textarea.svelte-7emt9s:focus{border-color:#10b981;background:#fff;box-shadow:0 0 0 3px #10b9811a}.modal__input.svelte-7emt9s:focus{border-color:#10b981;background:#fff;box-shadow:0 0 0 3px #10b9811a}.modal__input_error.svelte-7emt9s{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.modal__error.svelte-7emt9s{font-size:12px;color:#ef4444;font-weight:500}.modal__btn.svelte-7emt9s{height:48px;border-radius:12px;border:none;background:linear-gradient(135deg,#10b981,#0d9488);color:#fff;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .15s,transform .15s;margin-top:4px}.modal__btn.svelte-7emt9s:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.modal__btn.svelte-7emt9s:disabled{opacity:.7;cursor:not-allowed}.modal__btn-spinner.svelte-7emt9s{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:svelte-7emt9s-spin .7s linear infinite}@keyframes svelte-7emt9s-spin{to{transform:rotate(360deg)}}.modal__policy.svelte-7emt9s{margin:0;font-size:11px;color:#94a3b8;text-align:center;line-height:1.5}.modal__policy.svelte-7emt9s a:where(.svelte-7emt9s){color:#10b981;text-decoration:underline}.modal__success.svelte-7emt9s{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 0;text-align:center}.modal__success-icon.svelte-7emt9s{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#ecfdf5,#d1fae5);display:flex;align-items:center;justify-content:center;color:#10b981;animation:svelte-7emt9s-popIn .4s cubic-bezier(.34,1.56,.64,1)}@keyframes svelte-7emt9s-popIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.modal__success-title.svelte-7emt9s{margin:0;font-size:22px;font-weight:800;color:#1a1a2e}.modal__success-text.svelte-7emt9s{margin:0;font-size:14px;color:#64748b}.modal-backdrop.svelte-13o5twy{position:fixed;inset:0;z-index:2000;background:#0a0a0a99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px;animation:svelte-13o5twy-backdropIn .2s ease}@keyframes svelte-13o5twy-backdropIn{0%{opacity:0}to{opacity:1}}.modal.svelte-13o5twy{position:relative;background:#fff;border-radius:20px;width:100%;max-width:420px;padding:32px;box-shadow:0 24px 80px #0003;animation:svelte-13o5twy-modalIn .25s cubic-bezier(.34,1.56,.64,1)}@keyframes svelte-13o5twy-modalIn{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal__close.svelte-13o5twy{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:8px;border:1.5px solid #e8eaf0;background:#f7f8fa;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:border-color .15s,color .15s,background .15s}.modal__close.svelte-13o5twy:hover{border-color:#ef4444;color:#ef4444;background:#fff5f5}.modal__header.svelte-13o5twy{display:flex;align-items:center;gap:14px;margin-bottom:24px}.modal__icon.svelte-13o5twy{flex-shrink:0;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);display:flex;align-items:center;justify-content:center;color:#10b981}.modal__title.svelte-13o5twy{margin:0 0 2px;font-size:20px;font-weight:800;color:#1a1a2e}.modal__subtitle.svelte-13o5twy{margin:0;font-size:13px;color:#64748b}.modal__form.svelte-13o5twy{display:flex;flex-direction:column;gap:16px}.modal__field.svelte-13o5twy{display:flex;flex-direction:column;gap:6px}.modal__label.svelte-13o5twy{font-size:13px;font-weight:600;color:#374151}.modal__required.svelte-13o5twy{color:#ef4444}.modal__input.svelte-13o5twy,.modal__textarea.svelte-13o5twy{height:44px;padding:0 14px;border-radius:10px;border:1.5px solid #e8eaf0;background:#f7f8fa;font-size:14px;font-family:inherit;color:#1a1a2e;transition:border-color .15s,box-shadow .15s,background .15s;outline:none;width:100%}.modal__textarea.svelte-13o5twy{height:auto;min-height:56px;padding:10px 14px;resize:none}.modal__textarea.svelte-13o5twy:focus{border-color:#10b981;background:#fff;box-shadow:0 0 0 3px #10b9811a}.modal__input.svelte-13o5twy:focus{border-color:#10b981;background:#fff;box-shadow:0 0 0 3px #10b9811a}.modal__input_error.svelte-13o5twy{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.modal__error.svelte-13o5twy{font-size:12px;color:#ef4444;font-weight:500}.modal__btn.svelte-13o5twy{height:48px;border-radius:12px;border:none;background:linear-gradient(135deg,#10b981,#0d9488);color:#fff;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .15s,transform .15s;margin-top:4px}.modal__btn.svelte-13o5twy:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.modal__btn.svelte-13o5twy:disabled{opacity:.7;cursor:not-allowed}.modal__btn-spinner.svelte-13o5twy{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:svelte-13o5twy-spin .7s linear infinite}@keyframes svelte-13o5twy-spin{to{transform:rotate(360deg)}}.modal__policy.svelte-13o5twy{margin:0;font-size:11px;color:#94a3b8;text-align:center;line-height:1.5}.modal__policy.svelte-13o5twy a:where(.svelte-13o5twy){color:#10b981;text-decoration:underline}.modal__success.svelte-13o5twy{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 0;text-align:center}.modal__success-icon.svelte-13o5twy{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#ecfdf5,#d1fae5);display:flex;align-items:center;justify-content:center;color:#10b981;animation:svelte-13o5twy-popIn .4s cubic-bezier(.34,1.56,.64,1)}@keyframes svelte-13o5twy-popIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.modal__success-title.svelte-13o5twy{margin:0;font-size:22px;font-weight:800;color:#1a1a2e}.modal__success-text.svelte-13o5twy{margin:0;font-size:14px;color:#64748b}.layout.svelte-12qhfyh{display:flex;flex-direction:column;height:100%;overflow:hidden}.progress-bar.svelte-12qhfyh{position:fixed;left:0;right:auto;height:3px;z-index:999;border-radius:0 3px 3px 0;pointer-events:none;margin:0}.progress-bar_nav.svelte-12qhfyh{top:0;background:linear-gradient(90deg,#064e3b,#10b981 40%,#34d399,#6ee7b7);box-shadow:0 0 10px #10b981b3,0 0 20px #10b9814d;transition:width .15s ease-out,opacity .35s ease}.progress-bar_nav.svelte-12qhfyh:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:80px;height:100%;background:linear-gradient(90deg,transparent,rgba(110,231,183,.6));filter:blur(4px);border-radius:50%}.progress-bar_scroll.svelte-12qhfyh{top:52px;height:2px;background:linear-gradient(90deg,#065f46,#10b981,#34d399);box-shadow:0 0 6px #10b98180;transition:width .1s linear,top .2s ease;opacity:.85;overflow:visible}.progress-bar_scroll-gif.svelte-12qhfyh{position:absolute;right:0;top:50%;transform:translateY(-85%) translate(50%);width:62px;height:24px;border-radius:6px;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.progress-bar_scroll-gif_visible.svelte-12qhfyh{opacity:1;visibility:visible}.progress-bar_scroll-gif-img.svelte-12qhfyh{width:100%;height:100%;object-fit:contain;display:block}@media(max-width:480px){.progress-bar_scroll.svelte-12qhfyh{top:56px}.progress-bar_scroll-gif.svelte-12qhfyh{width:52px;height:20px}}.callback-fab.svelte-12qhfyh{position:fixed;right:20px;bottom:20px;width:52px;height:52px;border-radius:14px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,#10b981,#0d9488);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 28px #10b98159,0 2px 8px #0003;cursor:pointer;z-index:900;transition:transform .15s,box-shadow .15s,opacity .15s}.callback-fab.svelte-12qhfyh:hover{transform:translateY(-2px);box-shadow:0 14px 34px #10b98173,0 3px 10px #00000040}.callback-fab.svelte-12qhfyh:active{transform:translateY(0)}.callback-fab.svelte-12qhfyh:focus-visible{outline:3px solid rgba(16,185,129,.35);outline-offset:2px}.debug-fab.svelte-12qhfyh{position:fixed;left:14px;bottom:20px;padding:8px 12px;font-size:11px;border-radius:8px;background:#252526;color:#9cdcfe;border:1px solid #333;cursor:pointer;z-index:900}.debug-fab.svelte-12qhfyh:hover{background:#333}@media(max-width:640px){.callback-fab.svelte-12qhfyh{right:14px;bottom:14px;width:48px;height:48px;border-radius:12px}}
