@charset "UTF-8";.checkout.svelte-1q38zw9.svelte-1q38zw9{display:flex;flex-direction:column;padding:calc(var(--grid-module) * 5);border-radius:25px;background:rgba(35,40,46,.8);box-shadow:-10px 0 13px #0000001a;color:var(--white-color);font-size:14px;gap:calc(var(--grid-module) * 5)}@media (min-width: 576px){.checkout.svelte-1q38zw9.svelte-1q38zw9{padding:calc(var(--grid-module) * 7) calc(var(--grid-module) * 8)}}.checkout--sheet.svelte-1q38zw9.svelte-1q38zw9{padding:0;border-radius:0;background:none;box-shadow:none}@media (min-width: 576px){.checkout--sheet.svelte-1q38zw9.svelte-1q38zw9{padding:0}}.checkout--busy.svelte-1q38zw9.svelte-1q38zw9{min-height:320px;align-items:center;justify-content:center;text-align:center}.error__title.svelte-1q38zw9.svelte-1q38zw9{margin:0 0 calc(var(--grid-module) * 6);font-size:24px;line-height:1.3}.error__message.svelte-1q38zw9.svelte-1q38zw9{margin:0 0 calc(var(--grid-module) * 6);font-size:15px;line-height:1.45}form.svelte-1q38zw9.svelte-1q38zw9{display:flex;flex-direction:column;gap:calc(var(--grid-module) * 5)}.cart.svelte-1q38zw9.svelte-1q38zw9,.amount.svelte-1q38zw9.svelte-1q38zw9,.email.svelte-1q38zw9.svelte-1q38zw9{display:flex;flex-direction:column;gap:calc(var(--grid-module) * 2)}.cart__title.svelte-1q38zw9.svelte-1q38zw9,.amount__label.svelte-1q38zw9.svelte-1q38zw9{font-size:14px;font-weight:600;line-height:17px}.cart__item.svelte-1q38zw9.svelte-1q38zw9{display:flex;align-items:center;padding:calc(var(--grid-module) * 2) calc(var(--grid-module) * 3);border-radius:8px;background:var(--main-color);gap:calc(var(--grid-module) * 3)}.cart__img.svelte-1q38zw9.svelte-1q38zw9{width:36px;height:36px;flex:0 0 36px;border-radius:4px;object-fit:cover}.cart__text.svelte-1q38zw9.svelte-1q38zw9{display:grid;min-width:0;gap:2px}.cart__name.svelte-1q38zw9.svelte-1q38zw9{margin:0;font-size:14px;font-weight:500;line-height:17px}.cart__note.svelte-1q38zw9.svelte-1q38zw9{overflow:hidden;margin:0;color:var(--text-color);font-size:12px;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.cart__price.svelte-1q38zw9.svelte-1q38zw9{margin-left:auto;font-size:16px;font-weight:700}.amount__row.svelte-1q38zw9.svelte-1q38zw9{display:flex;height:44px;align-items:center;padding:0 calc(var(--grid-module) * 3);border:1px solid transparent;border-radius:8px;background:var(--dark-color);gap:calc(var(--grid-module) * 2);transition:border-color var(--t-fast)}.amount__row.svelte-1q38zw9.svelte-1q38zw9:focus-within{border-color:var(--action-bg)}.amount__row--invalid.svelte-1q38zw9.svelte-1q38zw9{border-color:var(--red-color)}.amount__cur.svelte-1q38zw9.svelte-1q38zw9{color:var(--text-color);font-size:16px;font-weight:700}.amount__input.svelte-1q38zw9.svelte-1q38zw9{min-width:0;min-height:0;flex:1 1 auto;padding:0;border:0;border-radius:0;background:transparent;color:var(--white-color);font-size:16px;font-weight:700;line-height:23px}.amount__input.svelte-1q38zw9.svelte-1q38zw9:focus-visible{outline:none}.amount__rub.svelte-1q38zw9.svelte-1q38zw9{flex:0 0 auto;color:var(--text-color);font-size:13px;font-weight:500;transition:opacity var(--t-fast)}.amount__row--loading.svelte-1q38zw9 .amount__rub.svelte-1q38zw9{opacity:.45}.amount__note.svelte-1q38zw9.svelte-1q38zw9{min-height:34px}.field-hint.svelte-1q38zw9.svelte-1q38zw9,.field-error.svelte-1q38zw9.svelte-1q38zw9,.unavailable.svelte-1q38zw9.svelte-1q38zw9{margin:0;font-size:12px;font-weight:500;line-height:1.4}.field-hint.svelte-1q38zw9.svelte-1q38zw9{color:var(--text-color)}.field-error.svelte-1q38zw9.svelte-1q38zw9{color:#ff8a80}.retry.svelte-1q38zw9.svelte-1q38zw9{padding:0;border:0;margin-left:calc(var(--grid-module) * 1);background:none;color:var(--vt-accent);cursor:pointer;font:inherit;text-decoration:underline}.unavailable.svelte-1q38zw9.svelte-1q38zw9{color:#ffc76b;font-size:13px}.chips.svelte-1q38zw9.svelte-1q38zw9{display:grid;gap:calc(var(--grid-module) * 1.5);grid-template-columns:repeat(6,minmax(0,1fr))}.chip.svelte-1q38zw9.svelte-1q38zw9{display:inline-flex;min-height:36px;align-items:center;justify-content:center;padding:4px 6px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(20,28,42,.55);color:var(--text-color);cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;transition:background var(--t-fast) ease,border-color var(--t-fast) ease,color var(--t-fast) ease,box-shadow var(--t-fast) ease}@media (hover: none) and (pointer: coarse){.chip.svelte-1q38zw9.svelte-1q38zw9{min-height:44px}}.chip.svelte-1q38zw9.svelte-1q38zw9:focus-visible{outline:2px solid var(--action-bg);outline-offset:2px}.chip.svelte-1q38zw9.svelte-1q38zw9:hover:not(.chip--active){border-color:#4a8cff4d;background:rgba(20,28,42,.85);color:var(--white-color)}.chip--active.svelte-1q38zw9.svelte-1q38zw9{border-color:transparent;background:linear-gradient(135deg,#4a8cff,#2c6dff);box-shadow:0 4px 14px #4a8cff66;color:var(--action-text)}.tax.svelte-1q38zw9.svelte-1q38zw9{display:flex;align-items:flex-start;padding:calc(var(--grid-module) * 2) calc(var(--grid-module) * 3);border-radius:0 8px 8px 0;border-left:2px solid #ffc76b;margin:calc(var(--grid-module) * 1) 0 0;background:rgba(255,199,107,.1);color:#ffc76b;font-size:12px;font-weight:500;gap:calc(var(--grid-module) * 2);line-height:1.4}.tax.svelte-1q38zw9 svg.svelte-1q38zw9{flex:0 0 15px;margin-top:2px}.tax.svelte-1q38zw9 b.svelte-1q38zw9{color:var(--vt-white);font-weight:600}.submit.svelte-1q38zw9.svelte-1q38zw9{display:flex;flex-direction:column;gap:calc(var(--grid-module) * 3)}.terms.svelte-1q38zw9.svelte-1q38zw9{color:var(--text-color);font-size:12px;font-weight:500;line-height:17px;text-align:center}.terms.svelte-1q38zw9 a.svelte-1q38zw9{color:inherit;text-decoration:underline}.list.svelte-htwvji.svelte-htwvji{display:grid;gap:calc(var(--grid-module) * 1)}@media (min-width: 992px){.list.svelte-htwvji.svelte-htwvji{-moz-column-gap:calc(var(--grid-module) * 10);column-gap:calc(var(--grid-module) * 10);grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1200px){.list.svelte-htwvji.svelte-htwvji{grid-template-columns:minmax(0,1fr)}}@media (min-width: 1400px){.list.svelte-htwvji.svelte-htwvji{-moz-column-gap:calc(var(--grid-module) * 10);column-gap:calc(var(--grid-module) * 10);grid-template-columns:repeat(2,minmax(0,1fr))}}details.svelte-htwvji.svelte-htwvji{align-self:start;border-bottom:1px solid var(--vt-line);padding-block:calc(var(--grid-module) * 3);scroll-margin-top:100px}summary.svelte-htwvji.svelte-htwvji{display:flex;align-items:baseline;justify-content:space-between;color:var(--vt-white);cursor:pointer;font-family:var(--vt-heading);font-size:16px;font-weight:600;gap:calc(var(--grid-module) * 3);line-height:1.35;list-style:none}summary.svelte-htwvji.svelte-htwvji::-webkit-details-marker{display:none}summary.svelte-htwvji.svelte-htwvji:hover{color:var(--vt-accent)}summary.svelte-htwvji svg.svelte-htwvji{flex:0 0 18px;color:var(--vt-muted);transition:transform var(--t-fast);translate:0 2px}details[open].svelte-htwvji summary svg.svelte-htwvji{transform:rotate(180deg)}p.svelte-htwvji.svelte-htwvji{max-width:78ch;padding-top:calc(var(--grid-module) * 2);color:var(--vt-muted);font-size:15px;line-height:1.5}.scene.svelte-iz7d1n.svelte-iz7d1n{perspective:1000px}.card.svelte-iz7d1n.svelte-iz7d1n{--w:var(--vt-card-width, 300px);position:relative;display:flex;overflow:hidden;flex-direction:column;justify-content:space-between;padding:6% 6.5%;border:1px solid rgba(255,255,255,.14);border-radius:16px;aspect-ratio:1.586;background:radial-gradient(120% 90% at 12% 0%,rgba(96,132,178,.2) 0%,transparent 58%),repeating-radial-gradient(circle at 88% 8%,rgba(255,255,255,.045) 0 1px,transparent 1px 26px),linear-gradient(115deg,transparent 38%,rgba(255,255,255,.04) 50%,transparent 62%),linear-gradient(135deg,#2b3343 0%,#181e28 48%,#0e1218 100%);box-shadow:0 40px 64px -34px #000000f2,0 2px 10px -6px #000c,inset 0 1px #ffffff24,inset 0 -30px 60px -40px #000000e6;color:var(--vt-white);cursor:pointer;font-family:var(--vt-heading);transform:rotateX(var(--tx, 0deg)) rotateY(var(--ty, 0deg));transform-style:preserve-3d;transition:transform .18s var(--vt-ease)}.card__sheen.svelte-iz7d1n.svelte-iz7d1n{position:absolute;background:linear-gradient(105deg,transparent 42%,rgba(255,255,255,.07) 50%,transparent 58%);top:-20%;right:-20%;bottom:-20%;left:-20%;pointer-events:none}.card__row.svelte-iz7d1n.svelte-iz7d1n{position:relative;display:flex;align-items:center;justify-content:space-between;gap:calc(var(--grid-module) * 3)}.card__row--bottom.svelte-iz7d1n.svelte-iz7d1n{align-items:flex-end;color:#ffffff9e;font-size:calc(var(--w) * .042);font-weight:500;letter-spacing:.06em}.card__net.svelte-iz7d1n.svelte-iz7d1n{flex:0 0 auto;color:#ffffffe0;font-size:calc(var(--w) * .062);font-weight:600;letter-spacing:.02em;text-shadow:0 1px 0 rgba(0,0,0,.45)}.card__kind.svelte-iz7d1n.svelte-iz7d1n{color:#ffffff85;font-size:calc(var(--w) * .04);font-weight:500;letter-spacing:0;white-space:nowrap}.card__brand.svelte-iz7d1n.svelte-iz7d1n{font-size:calc(var(--w) * .056);font-weight:600;letter-spacing:-.02em}.card__brand.svelte-iz7d1n b.svelte-iz7d1n{color:var(--vt-accent);font-weight:600}.card__chip.svelte-iz7d1n.svelte-iz7d1n{width:calc(var(--w) * .13);height:auto;color:#ffffff9e}.card__holo.svelte-iz7d1n.svelte-iz7d1n{position:relative;overflow:hidden;width:calc(var(--w) * .12);height:calc(var(--w) * .082);border:1px solid rgba(255,255,255,.22);border-radius:5px;opacity:.55}.card__holo.svelte-iz7d1n span.svelte-iz7d1n{position:absolute;animation:svelte-iz7d1n-vt-holo 9s linear infinite;background:conic-gradient(from 180deg,#9fd8ff,#f7c2ff,#b9ffd6,#fff1a8,#ffb3c7,#9fd8ff);top:-120%;right:-60%;bottom:-120%;left:-60%}.card__amount.svelte-iz7d1n.svelte-iz7d1n{position:relative;display:flex;align-items:baseline;font-size:calc(var(--w) * .21);font-weight:600;gap:.06em;letter-spacing:-.03em;line-height:1;text-shadow:0 1px 0 rgba(255,255,255,.1),0 2px 18px rgba(0,0,0,.6)}.card__cur.svelte-iz7d1n.svelte-iz7d1n{align-self:center;color:#ffffff94;font-size:.46em;font-weight:500}.card__plan.svelte-iz7d1n.svelte-iz7d1n{overflow:hidden;min-width:0;color:#ffffffc7;text-overflow:ellipsis;white-space:nowrap}.card__mask.svelte-iz7d1n.svelte-iz7d1n{min-width:0;color:#ffffff6b;font-size:calc(var(--w) * .1);letter-spacing:.04em;line-height:.8;text-shadow:0 1px 0 rgba(0,0,0,.4);white-space:nowrap}.odo.svelte-iz7d1n.svelte-iz7d1n{display:inline-flex;overflow:hidden;height:1em}.odo__col.svelte-iz7d1n.svelte-iz7d1n{display:inline-block;height:1em;animation:svelte-iz7d1n-vt-odo-in .42s var(--vt-ease)}.odo__strip.svelte-iz7d1n.svelte-iz7d1n{display:flex;flex-direction:column;transition:transform .52s var(--vt-ease);will-change:transform}.odo__strip.svelte-iz7d1n span.svelte-iz7d1n{display:block;height:1em;line-height:1;text-align:center}.sr.svelte-iz7d1n.svelte-iz7d1n{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0 0 0 0);white-space:nowrap}@keyframes svelte-iz7d1n-vt-holo{to{transform:rotate(360deg)}}@keyframes svelte-iz7d1n-vt-odo-in{0%{opacity:0;transform:translateY(-.35em)}}.hero.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{display:grid;align-items:start;gap:calc(var(--grid-module) * 5);padding-block:calc(var(--grid-module) * 2) 0}@media (min-width: 576px){.hero.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{align-items:center;gap:calc(var(--grid-module) * 6);grid-template-columns:minmax(0,1fr) 244px}}@media (min-width: 992px){.hero.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{gap:calc(var(--grid-module) * 7);grid-template-columns:minmax(0,1fr) 300px}}@media (min-width: 1200px) and (max-width: 1399px){.hero.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{gap:calc(var(--grid-module) * 6);grid-template-columns:minmax(0,1fr) 244px}}@media (min-width: 1400px){.hero.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{grid-template-columns:minmax(0,1fr) 280px}}@media (min-width: 1600px){.hero.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{gap:calc(var(--grid-module) * 8);grid-template-columns:minmax(0,1fr) 320px}}.hero__card.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{--vt-card-width:min(340px, calc(100vw - 48px));width:100%;max-width:340px;padding:0;border:0;border-radius:16px;background:none;color:inherit;cursor:pointer;text-align:left}.hero__card.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8:focus-visible{outline:2px solid var(--vt-accent);outline-offset:4px}@media (min-width: 576px){.hero__card.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{--vt-card-width:244px;max-width:none}}@media (min-width: 992px){.hero__card.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{--vt-card-width:300px}}@media (min-width: 1200px) and (max-width: 1399px){.hero__card.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{--vt-card-width:244px}}@media (min-width: 1400px){.hero__card.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{--vt-card-width:280px}}@media (min-width: 1600px){.hero__card.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{--vt-card-width:320px}}.hero__copy.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{display:grid;min-width:0;gap:calc(var(--grid-module) * 2)}.hero__title.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{color:var(--vt-white);font-family:var(--vt-heading);font-size:clamp(26px,2.4vw,34px);font-weight:600;letter-spacing:-.025em;line-height:1.14;text-wrap:balance}.hero__title.svelte-1b4c2p8 span.svelte-1b4c2p8+span.svelte-1b4c2p8{color:var(--vt-text)}.hero__title.svelte-1b4c2p8 span.svelte-1b4c2p8+span.svelte-1b4c2p8:before{content:" "}@media (min-width: 1400px){.hero__title.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{text-wrap:initial}.hero__title.svelte-1b4c2p8 span.svelte-1b4c2p8.svelte-1b4c2p8{display:block}.hero__title.svelte-1b4c2p8 span.svelte-1b4c2p8+span.svelte-1b4c2p8:before{content:none}}.hero__lead.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{max-width:68ch;color:var(--vt-muted);font-size:15px;line-height:1.5}.hero__lead--api.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{color:var(--vt-text)}.hero__facts.svelte-1b4c2p8.svelte-1b4c2p8.svelte-1b4c2p8{display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-module) * 1);gap:calc(var(--grid-module) * 1.5)}.hero__facts.svelte-1b4c2p8 li.svelte-1b4c2p8.svelte-1b4c2p8{display:inline-flex;min-height:34px;align-items:center;padding:calc(var(--grid-module) * 1) calc(var(--grid-module) * 2.5) calc(var(--grid-module) * 1) calc(var(--grid-module) * 2);border:1px solid var(--vt-line);border-radius:999px;background:rgba(255,255,255,.04);color:var(--vt-muted);font-size:12.5px;gap:calc(var(--grid-module) * 1.5);line-height:1.3}.hero__facts.svelte-1b4c2p8 b.svelte-1b4c2p8.svelte-1b4c2p8{color:var(--vt-white);font-weight:600}.hero__facts.svelte-1b4c2p8 svg.svelte-1b4c2p8.svelte-1b4c2p8{width:15px;height:15px;flex:0 0 15px;color:var(--vt-muted)}.rows.svelte-gq41wj.svelte-gq41wj{display:grid;gap:0}.row.svelte-gq41wj.svelte-gq41wj{position:relative;display:grid;overflow:hidden;align-items:center;padding:calc(var(--grid-module) * 3);border:1px solid transparent;border-radius:calc(var(--grid-module) * 2);border-bottom-color:var(--vt-line);background:none;cursor:pointer;gap:calc(var(--grid-module) * 2) calc(var(--grid-module) * 4);grid-template-columns:minmax(0,1fr);transition:border-color var(--t-fast),background-color var(--t-fast),box-shadow var(--t-fast)}.row.svelte-gq41wj.svelte-gq41wj:before{position:absolute;width:3px;background:var(--vt-accent);content:"";inset:0 auto 0 0;opacity:0;transition:opacity var(--t-fast)}.row.svelte-gq41wj.svelte-gq41wj:hover:not(.row--on){border-color:var(--vt-line-2);background:var(--vt-well)}.row.svelte-gq41wj.svelte-gq41wj:last-of-type:not(.row--on){border-bottom-color:transparent}@media (min-width: 576px){.row.svelte-gq41wj.svelte-gq41wj{grid-template-columns:108px minmax(0,1fr)}}@media (min-width: 576px){.row--custom.svelte-gq41wj.svelte-gq41wj{grid-template-columns:auto minmax(0,1fr)}}.row--on.svelte-gq41wj.svelte-gq41wj{border-color:var(--vt-accent-line);background:var(--vt-accent-soft);box-shadow:0 14px 36px -24px #3ea6ff99}.row--on.svelte-gq41wj.svelte-gq41wj:before{opacity:1}.row__amount.svelte-gq41wj.svelte-gq41wj{display:grid;min-height:44px;align-content:center;padding:0;border:0;background:none;color:inherit;cursor:pointer;text-align:left}.row__amount.svelte-gq41wj.svelte-gq41wj:after{position:absolute;content:"";top:0;right:0;bottom:0;left:0}.row__amount.svelte-gq41wj.svelte-gq41wj:focus-visible{outline-offset:6px}.row__usd.svelte-gq41wj.svelte-gq41wj{color:var(--vt-white);font-family:var(--vt-heading);font-size:23px;font-weight:600;letter-spacing:-.02em;line-height:1.1}.row__rub.svelte-gq41wj.svelte-gq41wj{color:var(--vt-muted);font-size:12px}.row__empty.svelte-gq41wj.svelte-gq41wj{position:relative;z-index:1;align-self:center;pointer-events:none}.plans.svelte-gq41wj.svelte-gq41wj{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:calc(var(--grid-module) * 1.5);pointer-events:none}.plan.svelte-gq41wj.svelte-gq41wj{display:inline-flex;min-height:36px;align-items:center;padding:2px calc(var(--grid-module) * 2.5) 2px calc(var(--grid-module) * 2);border:1px solid var(--vt-line);border-radius:999px;background:rgba(0,0,0,.18);color:var(--vt-text);cursor:pointer;font-size:13px;gap:calc(var(--grid-module) * 1.5);pointer-events:auto;transition:border-color var(--t-fast),background-color var(--t-fast),color var(--t-fast)}@media (hover: none) and (pointer: coarse){.plan.svelte-gq41wj.svelte-gq41wj{min-height:44px}}.plan.svelte-gq41wj .plan__logo.svelte-gq41wj{display:inline-flex;width:22px;height:22px;flex:0 0 22px;align-items:center;justify-content:center;border-radius:7px;background:rgba(255,255,255,.08)}.plan.svelte-gq41wj.svelte-gq41wj:hover{border-color:var(--vt-line-2);background:rgba(0,0,0,.28)}.plan[aria-pressed=true].svelte-gq41wj.svelte-gq41wj{border-color:var(--vt-accent-line);background:rgba(3,150,255,.2);color:var(--vt-white)}.plan__name.svelte-gq41wj.svelte-gq41wj{color:var(--vt-white);font-family:var(--vt-heading);font-weight:600}.plan__note.svelte-gq41wj.svelte-gq41wj{color:var(--vt-muted);font-size:11px}.also__text.svelte-gq41wj.svelte-gq41wj{max-width:92ch}.brands.svelte-gq41wj.svelte-gq41wj{display:grid;gap:calc(var(--grid-module) * 2);grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: 576px){.brands.svelte-gq41wj.svelte-gq41wj{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1200px){.brands.svelte-gq41wj.svelte-gq41wj{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1400px){.brands.svelte-gq41wj.svelte-gq41wj{grid-template-columns:repeat(3,minmax(0,1fr))}}.brands.svelte-gq41wj a.svelte-gq41wj{display:flex;height:100%;min-height:58px;align-items:flex-start;padding:calc(var(--grid-module) * 2);border:1px solid transparent;border-radius:calc(var(--grid-module) * 2);background:none;color:var(--vt-white);font-size:13px;gap:calc(var(--grid-module) * 3);text-decoration:none;transition:border-color var(--t-fast),background-color var(--t-fast)}.brands.svelte-gq41wj a.svelte-gq41wj:hover{border-color:var(--vt-line-2);background:rgba(255,255,255,.06)}.brands.svelte-gq41wj .brands__text.svelte-gq41wj{display:grid;min-width:0;min-height:38px;align-content:center;gap:1px;line-height:1.3}.brands.svelte-gq41wj .brands__text b.svelte-gq41wj{font-weight:600}.brands.svelte-gq41wj .brands__text .vt-muted.svelte-gq41wj{font-size:12px}.brands.svelte-gq41wj .brands__logo.svelte-gq41wj{display:inline-flex;width:38px;height:38px;flex:0 0 38px;align-items:center;justify-content:center;border:1px solid var(--vt-line);border-radius:calc(var(--grid-module) * 2.5);background:rgba(255,255,255,.07);box-shadow:inset 0 1px #ffffff14}.cart.svelte-1urtw6k.svelte-1urtw6k{position:fixed;z-index:9000;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:calc(var(--grid-module) * 3) calc(var(--grid-module) * 4);padding-bottom:max(var(--grid-module) * 4,env(safe-area-inset-bottom,calc(var(--grid-module) * 4)));background:var(--dark-color);border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl);box-shadow:0 -4px 16px #0000004d;color:var(--white-color);gap:calc(var(--grid-module) * 2)}.cart__hint.svelte-1urtw6k.svelte-1urtw6k{overflow:hidden;margin:0;color:var(--text-color);font-size:12px;font-weight:500;line-height:1.4;text-align:center;text-overflow:ellipsis;white-space:nowrap}.cart__layout.svelte-1urtw6k.svelte-1urtw6k{display:grid;width:100%;align-items:center;gap:calc(var(--grid-module) * 3);grid-template-columns:1fr auto 1fr}.cart__layout.svelte-1urtw6k svg.svelte-1urtw6k{justify-self:start}.cart__action.svelte-1urtw6k.svelte-1urtw6k{justify-self:center;letter-spacing:.02em}.cart__price.svelte-1urtw6k.svelte-1urtw6k{font-variant-numeric:tabular-nums;justify-self:end}.overlay.svelte-1urtw6k.svelte-1urtw6k{position:fixed;z-index:8999;background:rgba(0,0,0,.55);top:0;right:0;bottom:0;left:0}.sheet.svelte-1urtw6k.svelte-1urtw6k{position:fixed;z-index:9000;right:10px;bottom:0;left:10px;display:flex;overflow:hidden auto;max-height:min(100dvh - 72px,780px);flex-direction:column;padding:calc(var(--grid-module) * 4) calc(var(--grid-module) * 5) max(var(--grid-module) * 8,env(safe-area-inset-bottom,calc(var(--grid-module) * 8)));border-radius:25px 25px 0 0;background:var(--dark-color);box-shadow:-10px 0 13px #0000001a;color:var(--white-color);font-size:14px;gap:calc(var(--grid-module) * 4);overscroll-behavior:contain;transform:translateZ(0)}.sheet__head.svelte-1urtw6k.svelte-1urtw6k{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--grid-module) * 3)}.sheet__title.svelte-1urtw6k.svelte-1urtw6k{font-size:16px;font-weight:700}.sheet__close.svelte-1urtw6k.svelte-1urtw6k{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border:0;border-radius:8px;margin-right:calc(-1 * var(--grid-module) * 2);background:transparent;color:var(--text-color);cursor:pointer}.sheet__close.svelte-1urtw6k.svelte-1urtw6k:hover{background:rgba(255,255,255,.08);color:var(--white-color)}.sheet__close.svelte-1urtw6k.svelte-1urtw6k:focus-visible{outline:2px solid var(--action-bg);outline-offset:2px}.steps.svelte-f52ttg.svelte-f52ttg{display:grid;gap:calc(var(--grid-module) * 5)}@media (min-width: 768px){.steps.svelte-f52ttg.svelte-f52ttg{gap:calc(var(--grid-module) * 6);grid-template-columns:repeat(3,minmax(0,1fr))}}.steps.svelte-f52ttg li.svelte-f52ttg{position:relative;display:grid;align-content:start;padding-left:calc(var(--grid-module) * 11);gap:calc(var(--grid-module) * 1)}.steps.svelte-f52ttg li.svelte-f52ttg:before{position:absolute;top:40px;bottom:calc(-1 * var(--grid-module) * 5);left:16px;width:1px;background:var(--vt-line-2);content:""}.steps.svelte-f52ttg li.svelte-f52ttg:last-child:before{display:none}@media (min-width: 768px){.steps.svelte-f52ttg li.svelte-f52ttg{padding-top:calc(var(--grid-module) * 11);padding-left:0}.steps.svelte-f52ttg li.svelte-f52ttg:before{width:auto;height:1px;inset:16px calc(8px - var(--grid-module) * 6) auto 40px}}.num.svelte-f52ttg.svelte-f52ttg{position:absolute;top:0;left:0;display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid var(--vt-line-2);border-radius:50%;background:var(--vt-well);box-shadow:inset 0 1px #ffffff14;color:var(--vt-white);font-family:var(--vt-heading);font-size:15px;font-weight:600}.vt-h3.svelte-f52ttg.svelte-f52ttg{margin-bottom:2px;font-size:17px}.facts.svelte-1pw8lnn.svelte-1pw8lnn{display:grid;border-top:1px solid var(--vt-line)}@media (min-width: 768px){.facts.svelte-1pw8lnn.svelte-1pw8lnn{-moz-column-gap:calc(var(--grid-module) * 8);column-gap:calc(var(--grid-module) * 8);grid-template-columns:repeat(2,minmax(0,1fr))}}.facts.svelte-1pw8lnn div.svelte-1pw8lnn{display:grid;align-content:start;border-bottom:1px solid var(--vt-line);gap:2px;padding-block:calc(var(--grid-module) * 3)}.facts.svelte-1pw8lnn dd.svelte-1pw8lnn{color:var(--vt-white);font-size:15px}:root{--back-color: #2b323c;--main-color: #334056;--bg-card-color: rgb(51 64 86 / 60%);--dark-color: #23282e;--text-color: #cfd4da;--white-color: #fff;--blue-color: #0396ff;--action-bg: #0078d6;--action-text: var(--white-color);--green-color: #48c432;--red-color: #eb4242;--grid-module: 4px;--border-subtle: rgb(255 255 255 / 10%);--text-muted: rgb(255 255 255 / 70%);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--radius-pill: 999px;--text-xs: 12px;--text-sm: 13px;--text-base: 14px;--text-md: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 32px;--shadow-card: 4px 4px 8px 0 rgb(0 0 0 / 20%);--glow-action: 0 0 10px var(--action-bg);--t-fast: .15s}@font-face{ascent-override:113.6%;descent-override:39.8%;font-family:Vt Body Fallback;font-style:normal;size-adjust:95.7%;src:local("Arial")}@font-face{ascent-override:93.9%;descent-override:21.1%;font-family:Vt Text Fallback;font-style:normal;font-weight:600 900;size-adjust:102.5%;src:local("Arial")}@font-face{ascent-override:96.4%;descent-override:21.6%;font-family:Vt Text Fallback;font-style:normal;font-weight:100 599;size-adjust:100.3%;src:local("Arial")}.vt-root{--vt-well: rgb(255 255 255 / 3%);--vt-panel: rgb(29 34 40 / 88%);--vt-line: rgb(255 255 255 / 8%);--vt-line-2: rgb(255 255 255 / 16%);--vt-text: var(--text-color);--vt-muted: rgb(207 212 218 / 72%);--vt-white: var(--white-color);--vt-accent: #3ea6ff;--vt-accent-soft: rgb(3 150 255 / 14%);--vt-accent-line: rgb(62 166 255 / 45%);--vt-heading: "Articulat CF", "Vt Text Fallback", sans-serif;--vt-body: jost, "Vt Body Fallback", sans-serif;--vt-ease: cubic-bezier(.2, .7, .2, 1);--vt-section-space: calc(var(--grid-module) * 10);--vt-section-gap: calc(var(--grid-module) * 5);--vt-panel-padding: calc(var(--grid-module) * 4);position:relative;color:var(--vt-text);font-family:var(--vt-body);font-size:15px;font-variant-numeric:tabular-nums;isolation:isolate;line-height:1.5}.vt-root *,.vt-root *:before,.vt-root *:after{box-sizing:border-box}.vt-root :where(h1,h2,h3,p,ul,ol,dl,dd,figure,fieldset,table){padding:0;margin:0}.vt-root :where(ul,ol){list-style:none}.vt-root :where(button,input,summary,a,[tabindex]):focus-visible{outline:2px solid var(--vt-accent);outline-offset:3px}.vt-root :where(button,input){font:inherit}.vt-root :where(a){color:inherit}@media (min-width: 768px){.vt-root{--vt-section-space: calc(var(--grid-module) * 16);--vt-section-gap: calc(var(--grid-module) * 6);--vt-panel-padding: calc(var(--grid-module) * 7)}}.vt-flow{display:grid;min-width:0;gap:var(--vt-section-space)}.vt-flow>:first-child{margin-bottom:calc(var(--vt-section-space) / -2)}.vt-root--mobile{padding-bottom:112px}.vt-container{max-width:1440px;margin-inline:auto;box-sizing:content-box;width:calc(100% - var(--grid-module) * 6 * 2);padding-right:calc(var(--grid-module) * 6);padding-left:calc(var(--grid-module) * 6)}@media (min-width: 768px){.vt-container{width:calc(100% - var(--grid-module) * 12 * 2);padding-right:calc(var(--grid-module) * 12);padding-left:calc(var(--grid-module) * 12)}}@media (min-width: 992px){.vt-container{width:calc(100% - var(--grid-module) * 20 * 2);padding-right:calc(var(--grid-module) * 20);padding-left:calc(var(--grid-module) * 20)}}.vt-h1,.vt-h2,.vt-h3{color:var(--vt-white);font-family:var(--vt-heading);font-weight:600;text-wrap:balance}.vt-h1{font-size:clamp(26px,2.6vw,36px);letter-spacing:-.025em;line-height:1.1}.vt-h2{font-size:clamp(20px,1.8vw,26px);letter-spacing:-.02em;line-height:1.2}.vt-h3{font-size:16px;line-height:1.35}.vt-lead{max-width:62ch;font-size:15px;line-height:1.5}.vt-muted{color:var(--vt-muted)}.vt-small{font-size:13px;line-height:1.45}.vt-money{white-space:nowrap}.vt-section{display:grid;min-width:0;gap:var(--vt-section-gap);scroll-margin-top:90px}.vt-section__head{display:grid;gap:calc(var(--grid-module) * 2)}.vt-section--choice{padding:var(--vt-panel-padding);border:1px solid var(--vt-line);border-radius:calc(var(--grid-module) * 5);background:var(--vt-panel)}.vt-section--choice .vt-h2{font-size:clamp(24px,2.2vw,30px)}.vt-section--services .vt-h2{max-width:32ch;font-size:clamp(20px,1.8vw,24px)}.vt-section--steps{padding-top:calc(var(--vt-section-space) / 2);border-top:1px solid var(--vt-line);margin-top:calc(var(--vt-section-space) / -2)}.vt-section--steps .vt-h2,.vt-section--faq .vt-h2{font-size:clamp(22px,2vw,28px)}.vt-section--terms{padding:var(--vt-panel-padding);border:1px solid var(--vt-line);border-radius:calc(var(--grid-module) * 4);background:var(--vt-well)}.vt-section--terms .vt-h2{font-size:clamp(20px,1.7vw,22px)}.vt-reviews{padding-top:var(--vt-section-space);margin-top:calc(var(--grid-module) * 8)}.vt-link{color:var(--vt-accent);text-decoration:underline;text-decoration-color:#3ea6ff66;text-underline-offset:3px;transition:color var(--t-fast)}.vt-link:hover{color:var(--vt-white)}.vt-reveal{opacity:0;transform:translateY(14px);transition:opacity .5s var(--vt-ease) var(--reveal-delay, 0ms),transform .5s var(--vt-ease) var(--reveal-delay, 0ms)}.vt-reveal.is-in{opacity:1;transform:none}.vt-related{padding-block:calc(var(--grid-module) * 6) calc(var(--grid-module) * 10)}@media (prefers-reduced-motion: reduce){.vt-root *,.vt-root *:before,.vt-root *:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}:root{--back-color:#2b323c;--main-color:#334056;--bg-card-color:rgb(51 64 86 / 60%);--dark-color:#23282e;--text-color:#cfd4da;--white-color:#fff;--blue-color:#0396ff;--action-bg:#0078d6;--action-text:var(--white-color);--green-color:#48c432;--red-color:#eb4242;--grid-module:4px;--border-subtle:rgb(255 255 255 / 10%);--text-muted:rgb(255 255 255 / 70%);--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-pill:999px;--text-xs:12px;--text-sm:13px;--text-base:14px;--text-md:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:32px;--shadow-card:4px 4px 8px 0 rgb(0 0 0 / 20%);--glow-action:0 0 10px var(--action-bg);--t-fast:.15s}.vt-container.svelte-s8hs8n{padding-top:calc(var(--grid-module) * 5)}@media (min-width: 576px){.vt-container.svelte-s8hs8n{padding-top:calc(var(--grid-module) * 8)}}.layout.svelte-s8hs8n{display:flex;flex-direction:column;gap:calc(var(--grid-module) * 5)}@media (min-width: 1200px){.layout.svelte-s8hs8n{flex-direction:row;align-items:flex-start;gap:calc(var(--grid-module) * 10)}}.content.svelte-s8hs8n{min-width:0;flex:1 1 auto}.aside.svelte-s8hs8n{position:sticky;top:calc(var(--grid-module) * 4);width:425px;flex:0 0 425px}
