:root{--accent-color: #4A5FDC;--accent-hover: #3A4FCC;--text-primary: #000000;--text-secondary: #666666;--text-muted: #999999;--bg-primary: #ffffff;--bg-secondary: #F8F8F8;--bg-tertiary: #F0F0F0;--border-light: #E0E0E0;--border-medium: #B0B0B0;--text-soft: #333333;--text-soft-hover: #000000}@font-face{font-family:KOT-Eitai Gothic;src:url(/fonts/KOT-EitaiGothic.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}a{color:inherit;text-decoration:none}a:visited,a:active,a:focus{color:inherit;outline:none}.eb-root{min-height:100dvh;background:#09090b;display:flex;align-items:center;justify-content:center;padding:40px 24px;position:relative;overflow:hidden;font-family:Golos Text,system-ui,sans-serif}.eb-blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.18}.eb-blob-1{width:520px;height:520px;background:#5b7eff;top:-120px;left:-100px;animation:eb-float-1 9s ease-in-out infinite}.eb-blob-2{width:380px;height:380px;background:#8b5cf6;bottom:-80px;right:5%;animation:eb-float-2 11s ease-in-out infinite}.eb-blob-3{width:260px;height:260px;background:#3b82f6;top:50%;left:50%;transform:translate(-50%,-50%);animation:eb-float-3 7s ease-in-out infinite}@keyframes eb-float-1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,20px) scale(1.05)}}@keyframes eb-float-2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,-30px) scale(1.08)}}@keyframes eb-float-3{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.12)}}.eb-layout{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1100px;width:100%}.eb-left{display:flex;flex-direction:column;align-items:flex-start;gap:0}.eb-tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ef4444;background:#ef44441f;border:1px solid rgba(239,68,68,.25);border-radius:100px;padding:5px 14px;margin-bottom:28px}.eb-tag:before{content:"";width:6px;height:6px;border-radius:50%;background:#ef4444;animation:eb-blink 1.4s ease-in-out infinite}@keyframes eb-blink{0%,to{opacity:1}50%{opacity:.25}}.eb-heading{font-size:clamp(42px,5.5vw,72px);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:#fafafa;margin:0 0 24px}.eb-heading-accent{color:transparent;background:linear-gradient(135deg,#5b7eff,#818cf8);-webkit-background-clip:text;background-clip:text}.eb-body{font-size:16px;line-height:1.65;color:#a1a1aa;margin:0 0 36px;max-width:400px}.eb-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.eb-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;background:#5b7eff;color:#fff;font-family:inherit;font-size:15px;font-weight:600;border:none;border-radius:14px;cursor:pointer;transition:transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1),background .18s ease;box-shadow:0 4px 20px #5b7eff59}.eb-btn-primary:hover{background:#4a6eee;transform:translateY(-2px);box-shadow:0 8px 28px #5b7eff73}.eb-btn-primary:active{transform:scale(.98) translateY(0)}.eb-root .eb-btn-secondary,.eb-root .eb-btn-secondary:visited,.eb-root .eb-btn-secondary:active,.eb-root .eb-btn-secondary:focus{display:inline-flex;align-items:center;padding:13px 26px;background:transparent;color:#a1a1aa;font-family:inherit;font-size:15px;font-weight:500;border:1px solid rgba(255,255,255,.1);border-radius:14px;cursor:pointer;text-decoration:none;transition:color .18s ease,border-color .18s ease,transform .18s ease}.eb-root .eb-btn-secondary:hover{color:#fafafa;border-color:#ffffff40;transform:translateY(-1px);text-decoration:none}.eb-root .eb-btn-secondary:active{transform:scale(.98)}.eb-details{margin-top:32px;width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 16px}.eb-details summary{font-size:13px;font-weight:500;color:#71717a;cursor:pointer;-webkit-user-select:none;user-select:none}.eb-stack{font-family:JetBrains Mono,Courier New,monospace;font-size:11px;color:#f87171;margin:12px 0 0;padding:12px;background:#ef44440d;border-radius:8px;overflow-x:auto;white-space:pre-wrap;word-break:break-word;line-height:1.6}.eb-right{display:flex;align-items:center;justify-content:center}.eb-glass-panel{width:100%;max-width:420px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:20px;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:inset 0 1px #ffffff14,0 24px 48px #0006;overflow:hidden;animation:eb-panel-in .6s cubic-bezier(.16,1,.3,1) both}@keyframes eb-panel-in{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.eb-panel-header{display:flex;align-items:center;gap:7px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.07);background:#ffffff08}.eb-dot{width:12px;height:12px;border-radius:50%}.eb-dot-red{background:#ff5f57}.eb-dot-yellow{background:#ffbd2e}.eb-dot-green{background:#28ca41}.eb-panel-title{font-family:JetBrains Mono,Courier New,monospace;font-size:12px;color:#52525b;margin-left:6px}.eb-panel-body{padding:20px 20px 12px;display:flex;flex-direction:column;gap:8px}.eb-line{display:flex;align-items:baseline;gap:10px;font-family:JetBrains Mono,Courier New,monospace;font-size:13px;line-height:1.5;animation:eb-line-fade .4s ease both}.eb-line:nth-child(1){animation-delay:.1s}.eb-line:nth-child(2){animation-delay:.2s}.eb-line:nth-child(3){animation-delay:.3s}.eb-line:nth-child(4){animation-delay:.4s}.eb-line:nth-child(6){animation-delay:.55s}.eb-line:nth-child(7){animation-delay:.65s}@keyframes eb-line-fade{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.eb-line-blank{height:8px}.eb-line-num{color:#3f3f46;min-width:22px;font-size:11px}.eb-line-key{color:#818cf8}.eb-line-sep{color:#52525b}.eb-line-err{color:#f87171}.eb-line-ok{color:#34d399}.eb-line-str{color:#fbbf24}.eb-line-num-val{color:#fb923c}.eb-line-comment{color:#3f3f46;font-style:italic}.eb-panel-pulse{display:flex;align-items:center;gap:8px;padding:12px 20px 16px;border-top:1px solid rgba(255,255,255,.06)}.eb-pulse-dot{width:8px;height:8px;border-radius:50%;background:#34d399;animation:eb-pulse 2s ease-in-out infinite;flex-shrink:0}@keyframes eb-pulse{0%,to{opacity:1;box-shadow:0 0 #34d39966}50%{opacity:.7;box-shadow:0 0 0 6px #34d39900}}.eb-pulse-text{font-family:JetBrains Mono,Courier New,monospace;font-size:12px;color:#34d399}@media(max-width:768px){.eb-layout{grid-template-columns:1fr;gap:40px}.eb-right{order:-1}.eb-glass-panel{max-width:100%}.eb-heading{font-size:clamp(36px,8vw,52px)}.eb-blob-1{width:300px;height:300px}.eb-blob-2{width:220px;height:220px}.eb-blob-3{width:160px;height:160px}}.toast-container{position:fixed;top:104px;right:24px;z-index:10000;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{min-width:320px;max-width:440px;display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:18px;pointer-events:all;cursor:pointer;background:#ffffffd9;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border:1px solid rgba(200,200,200,.5);box-shadow:0 8px 32px #00000024,inset 0 1px #ffffffb3;font-family:Golos Text,system-ui,sans-serif;animation:toast-in .32s cubic-bezier(.22,1,.36,1)}@keyframes toast-in{0%{transform:translate(calc(100% + 24px));opacity:0}to{transform:translate(0);opacity:1}}.toast-success{border-left:3px solid rgba(39,174,96,.6)}.toast-error{border-left:3px solid rgba(231,76,60,.6)}.toast-warning{border-left:3px solid rgba(243,156,18,.6)}.toast-info{border-left:3px solid rgba(52,152,219,.6)}.toast-icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.toast-icon svg{width:18px;height:18px}.toast-success .toast-icon{background:#27ae602e;color:#1a8a4a;border:1px solid rgba(39,174,96,.28)}.toast-error .toast-icon{background:#e74c3c29;color:#c0392b;border:1px solid rgba(231,76,60,.26)}.toast-warning .toast-icon{background:#f39c1229;color:#a07000;border:1px solid rgba(243,156,18,.26)}.toast-info .toast-icon{background:#3498db29;color:#1a6fa8;border:1px solid rgba(52,152,219,.26)}.toast-message{flex:1;font-size:14px;font-weight:500;color:#111;line-height:1.45}.toast-close{flex-shrink:0;width:28px;height:28px;border:none;background:#0000000d;color:#666;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease;padding:0}.toast-close svg{width:14px;height:14px}.toast-close:hover{background:#0000001a;color:#111}@media(max-width:768px){.toast-container{top:104px;right:16px;left:16px}.toast{min-width:unset;width:100%;max-width:none}}.footer{position:relative;background:#0c0c0c;color:#fff;padding:72px 0 36px;margin-top:0;border-top:1px solid rgba(255,255,255,.06);overflow:clip}.footer-container{position:relative;z-index:2;max-width:1440px;margin:0 auto;padding:0 60px}.footer-main{display:grid;grid-template-columns:320px 1fr;gap:120px;margin-bottom:56px}.footer-mobile{display:none}.footer-brand{display:flex;flex-direction:column;gap:20px}.footer-logo{height:48px;width:auto;max-width:100%;object-fit:contain;object-position:left center}.footer-brand-desc{font-family:Golos Text,sans-serif;font-size:13px;line-height:1.75;color:gray;margin:0}.footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.footer-column-title{font-family:Golos Text,sans-serif;font-size:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin:0 0 20px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links a,.footer-links li{font-family:Golos Text,sans-serif;font-size:14px;color:gray;text-decoration:none;transition:color .2s ease;line-height:1.4;cursor:default}.footer-links a{cursor:pointer}.footer-links a:hover{color:#fff}.footer-disclaimer{border-top:1px solid rgba(255,255,255,.06);padding:28px 0}.footer-disclaimer-text{font-family:Golos Text,sans-serif;font-size:11px;line-height:1.7;color:#606060;margin:0;text-align:center}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.06)}.footer-copyright{font-family:Golos Text,sans-serif;font-size:13px;color:#3a3a3a;margin:0;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer-privacy-link{color:#3a3a3a;text-decoration:underline;text-underline-offset:3px;opacity:.6;transition:opacity .15s}.footer-privacy-link:hover{opacity:1}.footer-auth-link{font-family:Golos Text,sans-serif;font-size:13px;color:#5a5a5a;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;transition:color .2s ease}.footer-auth-link:hover{color:#fff}.footer-auth-link--inactive{color:#fff;cursor:default}.footer-auth-link--inactive:hover{color:#fff}.footer-decor{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.footer-decor--dino{bottom:-20px;left:52%;width:680px;opacity:.07;transform:rotate(30deg)}.footer-decor--apple{bottom:-80px;left:50%;transform:translate(-50%);width:420px;opacity:.06}.footer-brand--mobile{margin-bottom:8px}.footer-contacts-block{display:flex;flex-direction:column;gap:10px;margin-top:4px}.footer-contacts-phone{display:flex;flex-direction:column;gap:4px;background:#1a1a1a;border-radius:12px;padding:14px 18px;text-decoration:none;transition:background .2s ease}.footer-contacts-phone:hover{background:#222}.footer-contacts-phone>span:first-child,.footer-contacts-phone{font-family:Golos Text,sans-serif;font-size:20px;font-weight:700;color:#fff;line-height:1.2}.footer-contacts-city{font-family:Golos Text,sans-serif;font-size:12px;font-weight:400;color:#4a4a4a}.footer-contacts-btns{display:grid;grid-template-columns:1fr 1fr;gap:8px}.footer-contacts-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:12px;font-family:Golos Text,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s ease}.footer-contacts-btn:hover{opacity:.85}.footer-contacts-btn--tg,.footer-contacts-btn--mail{background:#1a1a1a;color:#fff}.footer-accordion{border-top:1px solid rgba(255,255,255,.08);margin-bottom:40px}.accordion-item{border-bottom:1px solid rgba(255,255,255,.08)}.accordion-header{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:64px;padding:0;background:none;border:none;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.accordion-title{font-family:Golos Text,sans-serif;font-size:15px;font-weight:600;color:#fff;letter-spacing:.01em}.accordion-chevron{display:flex;align-items:center;justify-content:center;color:#5a5a5a;transition:transform .4s cubic-bezier(.4,0,.2,1),color .2s ease;flex-shrink:0}.accordion-item--open .accordion-chevron{transform:rotate(180deg);color:#fff}.accordion-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1)}.accordion-item--open .accordion-content{grid-template-rows:1fr}.accordion-inner{overflow:hidden;min-height:0;padding:0;transition:padding .4s cubic-bezier(.4,0,.2,1)}.accordion-item--open .accordion-inner{padding:4px 0 24px}.accordion-inner .footer-links{gap:16px}.accordion-inner .footer-links a,.accordion-inner .footer-links li{font-size:15px;color:gray}.accordion-inner .footer-links a:hover{color:#fff}@media(max-width:1279px){.footer-container{padding:0 40px}.footer-main{grid-template-columns:320px 1fr;gap:60px}}@media(max-width:1023px){.footer-main{grid-template-columns:1fr;gap:48px}.footer-brand-desc{max-width:400px}.footer-columns{grid-template-columns:repeat(2,1fr);gap:40px 32px}.footer-decor--dino{width:360px;left:40%}.footer-decor--apple{width:300px;bottom:-60px}}@media(max-width:767px){.footer{padding:40px 0 28px;margin-top:60px}.footer-container{padding:0 20px}.footer-main{display:none}.footer-mobile{display:block}.footer-logo{height:40px;object-position:center center}.footer-brand--mobile{align-items:center;text-align:center}.footer-brand--mobile .footer-brand-desc{font-size:12px;color:#747474;text-align:center}.footer-disclaimer{border-top:none}.footer-auth-link{display:none}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}.footer-decor--dino{width:260px;opacity:.05;left:30%}.footer-decor--apple{width:200px;opacity:.04;bottom:-40px}}@media(max-width:480px){.footer-decor--dino{display:none}.footer-decor--apple{width:160px;opacity:.03;bottom:-30px}}.pm-overlay{position:fixed;inset:0;background:#0a0a1447;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9000;padding:16px}.pm-panel{background:#fffc;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(255,255,255,.55);border-radius:28px;width:100%;max-width:940px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 2px #fff9 inset,0 32px 80px #00000029;overflow:hidden}.pm-panel__header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px 0;flex-shrink:0}.pm-breadcrumb{display:flex;align-items:center;gap:6px;font-family:Golos Text,system-ui,-apple-system,sans-serif;font-size:13px;color:#888}.pm-breadcrumb__link{color:#3b6bf5;text-decoration:none;transition:opacity .15s}.pm-breadcrumb__link:hover{opacity:.75}.pm-breadcrumb__sep{color:#bbb}.pm-breadcrumb__current{color:#555}.pm-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#0000000f;border-radius:50%;cursor:pointer;color:#555;flex-shrink:0;transition:background .15s,color .15s}.pm-close:hover{background:#0000001f;color:#111}.pm-close svg{width:16px;height:16px}.pm-body{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:20px 24px 24px;overflow-y:auto;flex:1}.pm-card{background:#ffffffa6;border:1px solid rgba(255,255,255,.7);border-radius:20px;padding:22px 22px 24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 1px #fffc inset}.pm-card__title{display:flex;align-items:center;gap:8px;font-family:Golos Text,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#111}.pm-card__icon{width:18px;height:18px;color:#3b6bf5;flex-shrink:0}.pm-fields{display:flex;flex-direction:column;gap:12px}.pm-field{display:flex;flex-direction:column;gap:4px}.pm-field__label{font-family:Golos Text,system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#999}.pm-field__value{font-family:Golos Text,system-ui,-apple-system,sans-serif;font-size:14px;color:#111}.pm-field__row{display:flex;align-items:center;justify-content:space-between;gap:8px}.pm-input{width:100%;padding:8px 12px;font-family:Golos Text,system-ui,-apple-system,sans-serif;font-size:14px;color:#111;background:#fffc;border:1px solid rgba(0,0,0,.12);border-radius:10px;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.pm-input:focus{border-color:#3b6bf5;box-shadow:0 0 0 3px #3b6bf524}.pm-email-edit{display:flex;flex-direction:column;gap:8px}.pm-email-edit__actions{display:flex;gap:6px}.pm-pass-form{display:flex;flex-direction:column;gap:8px}.pm-pass-form__actions{display:flex;gap:6px;margin-top:2px}.pm-btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:10px;font-family:Golos Text,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s,background .15s,transform .1s;white-space:nowrap;padding:9px 18px;text-decoration:none}.pm-btn:active{transform:scale(.97)}.pm-btn:disabled{opacity:.55;cursor:not-allowed}.pm-btn--primary{background:#3b6bf5;color:#fff}.pm-btn--primary:hover:not(:disabled){background:#2f5ce0}.pm-btn--ghost{background:#0000000f;color:#555}.pm-btn--ghost:hover:not(:disabled){background:#0000001a;color:#111}.pm-btn--pill{background:#3b6bf517;color:#3b6bf5;font-size:12px;padding:5px 12px;border-radius:999px}.pm-btn--pill:hover{background:#3b6bf529}.pm-btn--sm{font-size:12px;padding:7px 14px}.pm-orders{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.pm-order{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fff9;border:1px solid rgba(0,0,0,.06);border-radius:12px;gap:8px}.pm-order__meta{display:flex;flex-direction:column;gap:2px}.pm-order__num{font-family:Golos Text,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;color:#111}.pm-order__date{font-family:Golos Text,system-ui,-apple-system,sans-serif;font-size:11px;color:#999}.pm-order__right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.pm-order__total{font-family:Golos Text,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;color:#111}.pm-badge{display:inline-block;font-family:Golos Text,system-ui,-apple-system,sans-serif;font-size:10px;font-weight:600;letter-spacing:.3px;padding:3px 8px;border-radius:999px;text-transform:uppercase;line-height:1}.pm-badge--paid{background:#e8f0fe;color:#3b6bf5}.pm-badge--processing{background:#fff3cd;color:#856404}.pm-badge--shipped{background:#d1ecf1;color:#0c5460}.pm-badge--completed{background:#d4edda;color:#155724}.pm-badge--cancelled{background:#f8d7da;color:#721c24}.pm-orders__cta{display:inline-flex;align-items:center;gap:6px;font-family:Golos Text,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;color:#3b6bf5;text-decoration:none;margin-top:8px;transition:opacity .15s}.pm-orders__cta:hover{opacity:.75}.pm-orders__cta svg{width:18px;height:18px}.pm-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px 0;flex:1}.pm-empty__icon{width:52px;height:52px;color:#ccc}.pm-empty__text{font-family:Golos Text,system-ui,-apple-system,sans-serif;font-size:14px;color:#888;margin:0}.pm-error{font-family:Golos Text,system-ui,-apple-system,sans-serif;font-size:13px;color:#c0392b;margin:0}.pm-skeleton-list{display:flex;flex-direction:column;gap:10px}.pm-skeleton-row{height:40px;border-radius:12px;background:linear-gradient(90deg,#efefef 25%,#e4e4e4,#efefef 75%);background-size:200% 100%;animation:pm-shimmer 1.4s infinite}.pm-skeleton-row--order{height:52px}@keyframes pm-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:700px){.pm-panel{max-height:95vh;border-radius:20px}.pm-body{grid-template-columns:1fr;padding:16px;gap:16px}.pm-panel__header{padding:16px 16px 0}}@media(max-width:400px){.pm-overlay{padding:8px}.pm-panel{border-radius:16px}}.user-menu{position:relative;display:flex;align-items:center;z-index:9999}.user-menu-trigger{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#1d1d1f;transition:background .15s;flex-shrink:0}.user-menu-trigger:hover{background:#f5f5f7;color:#1d1d1f}.user-menu-trigger svg{width:20px;height:20px}.user-menu-dropdown{position:fixed!important;min-width:240px;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;box-shadow:0 8px 32px #00000026;overflow:hidden;animation:dropdownFadeIn .2s ease;z-index:999999!important;border:1px solid rgba(0,0,0,.08)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;width:100%;background:transparent;border:none;cursor:pointer;color:#333;font-family:Golos Text,sans-serif;font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;transition:all .2s ease}.user-menu-item:hover{background:#5b7eff14}.user-menu-item svg{width:20px;height:20px;stroke:#666;transition:stroke .2s ease}.user-menu-item:hover svg{stroke:#5b7eff}.user-menu-divider{height:1px;background:linear-gradient(90deg,#0000,#0000001a,#0000);margin:4px 0}.user-menu-item.logout{color:#e74c3c}.user-menu-item.logout:hover{background:#e74c3c14}.user-menu-item.logout svg{stroke:#e74c3c}.user-menu-item.logout:hover svg{stroke:#c0392b}@media(max-width:768px){.user-menu-name{max-width:80px}.user-menu-dropdown{min-width:200px}.user-menu-item{padding:10px 14px;font-size:13px}.user-menu-item svg{width:18px;height:18px}}.mhdr{width:100%;background:#fff;box-sizing:border-box}.mhdr__inner{max-width:1280px;margin:0 auto;height:72px;padding:0 40px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;box-sizing:border-box}.mhdr__nav{display:flex;align-items:center;gap:32px;list-style:none;margin:0;padding:0}.mhdr__link{font-family:Involve,system-ui,sans-serif;font-weight:600;font-size:15px;color:#1d1d1f;text-decoration:none;letter-spacing:-.01em;position:relative;padding-bottom:3px;white-space:nowrap}.mhdr__link--active:after{content:"";position:absolute;bottom:0;left:0;width:60%;height:2px;background:#1d1d1f;border-radius:1px}.mhdr__link:hover{opacity:.6}.mhdr__logo{font-family:GolosText,Golos Text,system-ui,sans-serif;font-weight:600;font-size:20px;letter-spacing:.06em;color:#1d1d1f;text-decoration:none;text-transform:uppercase;white-space:nowrap}.mhdr__icons{display:flex;align-items:center;gap:20px;justify-content:flex-end}.mhdr__icon-btn{background:none;border:none;padding:0;margin:0;cursor:pointer;color:#1d1d1f;display:flex;align-items:center;justify-content:center;opacity:.85;transition:opacity .2s;position:relative}.mhdr__icon-btn:hover{opacity:1}.mhdr__search-wrap{display:flex;align-items:center;gap:8px;position:relative}.mhdr__search-box{width:0;overflow:hidden;opacity:0;transition:width .35s cubic-bezier(.4,0,.2,1),opacity .25s ease}.mhdr__search-box--open{width:220px;opacity:1}.mhdr__search-input{width:100%;height:36px;padding:0 14px;border:1.5px solid #e0e0e0;border-radius:980px;font-family:Involve,system-ui,sans-serif;font-size:14px;color:#1d1d1f;background:#f5f5f7;outline:none;box-sizing:border-box;transition:border-color .2s}.mhdr__search-input::placeholder{color:#aaa}.mhdr__search-input:focus{border-color:#1d1d1f;background:#fff}.mhdr__user-menu-wrap .user-menu-trigger{width:auto;height:auto;border:none;border-radius:0;background:transparent;padding:0;opacity:.85;transition:opacity .2s}.mhdr__user-menu-wrap .user-menu-trigger:hover{background:transparent;border-color:transparent;color:#1d1d1f;opacity:1}@media(max-width:768px){.mhdr__inner{grid-template-columns:1fr auto;padding:0 20px}.mhdr__nav{display:none}.mhdr__logo{justify-self:start}.mhdr__icons{justify-content:flex-end}.mhdr__search-box--open{width:140px}}.mhdr__cart-badge{position:absolute;top:-6px;right:-6px;background:#1d1d1f;color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px;box-sizing:border-box}.mhdr-sticky{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffe0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.08);box-sizing:border-box;transform:translateY(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}.mhdr-sticky--visible{transform:translateY(0)}.mhdr-sticky__inner{max-width:1280px;margin:0 auto;height:64px;padding:0 40px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;box-sizing:border-box}.mhdr-sticky__nav{display:flex;align-items:center;gap:32px;margin:0;padding:0;list-style:none}.mhdr-sticky__link{font-family:Involve,system-ui,sans-serif;font-weight:600;font-size:15px;color:#1d1d1f;text-decoration:none;letter-spacing:-.01em;position:relative;padding-bottom:3px;white-space:nowrap}.mhdr-sticky__link--active:after{content:"";position:absolute;bottom:0;left:0;width:60%;height:2px;background:#1d1d1f;border-radius:1px}.mhdr-sticky__link:hover{opacity:.6}.mhdr-sticky__logo{font-family:GolosText,Golos Text,system-ui,sans-serif;font-weight:600;font-size:20px;letter-spacing:.06em;color:#1d1d1f;text-decoration:none;text-transform:uppercase;white-space:nowrap}.mhdr-sticky__icons{display:flex;align-items:center;gap:20px;justify-content:flex-end}.mhdr-sticky__icon-btn{background:none;border:none;padding:0;margin:0;cursor:pointer;color:#1d1d1f;display:flex;align-items:center;justify-content:center;opacity:.85;transition:opacity .2s;position:relative}.mhdr-sticky__icon-btn:hover{opacity:1}.mhdr-sticky__search-wrap{display:flex;align-items:center;gap:8px;position:relative}.mhdr-sticky__search-box{width:0;overflow:hidden;opacity:0;transition:width .35s cubic-bezier(.4,0,.2,1),opacity .25s ease}.mhdr-sticky__search-box--open{width:220px;opacity:1}.mhdr-sticky__search-input{width:100%;height:36px;padding:0 14px;border:1.5px solid #e0e0e0;border-radius:980px;font-family:Involve,system-ui,sans-serif;font-size:14px;color:#1d1d1f;background:#f5f5f7;outline:none;box-sizing:border-box;transition:border-color .2s}.mhdr-sticky__search-input::placeholder{color:#aaa}.mhdr-sticky__search-input:focus{border-color:#1d1d1f;background:#fff}.mhdr-sticky__user-menu-wrap .user-menu-trigger{width:auto;height:auto;border:none;border-radius:0;background:transparent;padding:0;opacity:.85;transition:opacity .2s}.mhdr-sticky__user-menu-wrap .user-menu-trigger:hover{background:transparent;border-color:transparent;color:#1d1d1f;opacity:1}@media(max-width:768px){.mhdr-sticky__inner{grid-template-columns:1fr auto;padding:0 20px}.mhdr-sticky__nav{display:none}.mhdr-sticky__logo{justify-self:start}.mhdr-sticky__icons{justify-content:flex-end}.mhdr-sticky__search-box--open{width:140px}}.mhdr-sticky__cart-badge{position:absolute;top:-6px;right:-6px;background:#1d1d1f;color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px;box-sizing:border-box}.mbanner{position:relative;width:100%;background:#fff;overflow:hidden;height:48vw;min-height:480px;max-height:780px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.mbanner__text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:GolosText,Golos Text,system-ui,sans-serif;font-weight:800;font-size:clamp(100px,18vw,260px);line-height:1;letter-spacing:-.04em;color:#1d1d1f;white-space:nowrap;padding:0;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:0;transition:opacity .8s ease}.mbanner__text--visible{opacity:1}.mbanner__img-wrap{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;height:85%;pointer-events:none;opacity:0;transition:opacity .25s ease}.mbanner__img-wrap--visible{opacity:1;transition:opacity 1.1s ease}.mbanner__img{height:100%;width:auto;object-fit:contain;display:block}.mbanner__counter-overlay{position:absolute;z-index:3;pointer-events:none;display:flex;align-items:flex-end;max-width:1280px;width:100%;inset:0 0 0 50%;transform:translate(-50%);padding:0 40px 28px;box-sizing:border-box}.mbanner__mobile{display:none}@media(max-width:768px){.mbanner__text,.mbanner__img-wrap,.mbanner__counter-overlay{display:none}.mbanner__mobile{display:flex;flex-direction:column;width:100%;height:100%;padding:0 20px 24px;box-sizing:border-box;justify-content:space-between}.mbanner__mobile-text{display:flex;flex-direction:column;gap:4px;padding-top:28px;text-align:center;opacity:0;transition:opacity .8s ease}.mbanner__mobile-text--visible{opacity:1}.mbanner__mobile-subtitle{font-family:Involve,system-ui,sans-serif;font-size:13px;font-weight:500;color:#6e6e73;letter-spacing:.01em}.mbanner__mobile-title{font-family:GolosText,Golos Text,system-ui,sans-serif;font-size:clamp(28px,8vw,48px);font-weight:800;color:#1d1d1f;letter-spacing:-.03em;line-height:1.05;justify-content:center}.mbanner__mobile-img{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease}.mbanner__mobile-img.mbanner__img-wrap--visible{opacity:1;transition:opacity 1.1s ease}.mbanner__mobile-img .mbanner__img{max-height:100%;max-width:80%;width:auto;height:auto;object-fit:contain}.mbanner__mobile-counter{display:flex;align-items:center;gap:16px}}.mbanner__counter{pointer-events:all;display:flex;align-items:center;gap:16px}.mbanner__counter-nums{display:flex;flex-direction:column;align-items:flex-start;gap:0}.mbanner__counter-current{font-family:Involve,system-ui,sans-serif;font-weight:600;font-size:13px;line-height:1.3;color:#1d1d1f;letter-spacing:.02em}.mbanner__counter-line{width:100%;height:1px;background:#1d1d1f;margin:2px 0}.mbanner__counter-total{font-family:Involve,system-ui,sans-serif;font-weight:500;font-size:13px;line-height:1.3;color:#6e6e73;letter-spacing:.02em}.mbanner__counter-arrow{background:none;border:none;padding:0;margin:0;font-size:18px;color:#1d1d1f;cursor:pointer;line-height:1;transition:transform .2s}.mbanner__counter-arrow:hover{transform:translate(4px)}@keyframes mbanner-fadein{0%{opacity:0;filter:blur(8px);transform:translateY(-12px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}.mbanner__slide-title{animation:mbanner-fadein .6s ease forwards}.mcat{background:#fff;padding:64px 0 40px;box-sizing:border-box}.mcat__inner{width:100%;max-width:1280px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:260px 1fr;gap:48px;align-items:start;box-sizing:border-box}.mcat__left{display:flex;flex-direction:column;align-items:flex-start;gap:24px;padding-top:4px}.mcat__title{font-family:Involve,system-ui,sans-serif;font-weight:500;font-size:clamp(36px,4vw,56px);letter-spacing:-.03em;color:#1d1d1f;margin:0;padding:0;line-height:1.05}.mcat__stat{display:flex;align-items:center;gap:12px}.mcat__stat-text{display:flex;flex-direction:column;gap:2px}.mcat__stat-num{font-family:Involve,system-ui,sans-serif;font-weight:500;font-size:15px;color:#6e6e73;line-height:1.2}.mcat__stat-label{font-family:Involve,system-ui,sans-serif;font-weight:400;font-size:13px;color:#6e6e73;line-height:1.2}.mcat__all-btn{background:none;border:none;border-bottom:1.5px solid #1d1d1f;padding:0 0 6px;margin:0;cursor:pointer;display:inline-flex;align-items:center}.mcat__all-btn-text{font-family:Involve,system-ui,sans-serif;font-weight:500;font-size:16px;color:#1d1d1f;letter-spacing:-.01em;white-space:nowrap}.mcat__all-btn:hover .mcat__all-btn-text{opacity:.6}.mcat__right{display:flex;flex-direction:column;gap:12px}.mcat__grid--primary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mcat__grid--secondary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;min-height:0}.mcat__secondary{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.4,0,.2,1);overflow:hidden}.mcat__secondary--open{grid-template-rows:1fr}.mcat__card{aspect-ratio:1 / 1;background:#f5f5f7;border-radius:20px;overflow:hidden;box-sizing:border-box;cursor:pointer;transition:transform .2s ease}.mcat__card:hover{transform:translateY(-3px)}.mcat__card-inner{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:0 14px;box-sizing:border-box}.mcat__card-label{font-family:Involve,system-ui,sans-serif;font-weight:600;font-size:21px;color:#1d1d1f;letter-spacing:-.02em;flex-shrink:0;text-align:center;height:25%;display:flex;align-items:flex-end;justify-content:center;padding-bottom:0;width:100%}.mcat__card-img-wrap{width:100%;height:75%;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.mcat__card-img{width:90%;height:90%;object-fit:contain;object-position:bottom center;border-radius:0}.mcat__mobile{display:none}@media(max-width:768px){.mcat__inner{display:none}.mcat__mobile{display:flex;flex-direction:column;gap:12px;padding:0 20px}.mcat__mobile-title{margin-bottom:4px}.mcat__card--hero{width:100%;aspect-ratio:1 / 1}.mcat__mobile-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mcat__mobile-row .mcat__card{aspect-ratio:1 / 1}.mcat__mobile-row--hidden{grid-template-columns:1fr 1fr;min-height:0}.mcat__mobile .mcat__secondary{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.4,0,.2,1);overflow:hidden}.mcat__mobile .mcat__secondary--open{grid-template-rows:1fr}.mcat__all-btn{align-self:flex-start}}.mcat__secondary .mcat__card{opacity:0;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease}.mcat__secondary--open .mcat__card{opacity:1;transform:none}.mcat__secondary--open .mcat__card:nth-child(1){transition-delay:.18s}.mcat__secondary--open .mcat__card:nth-child(2){transition-delay:.25s}.mcat__secondary--open .mcat__card:nth-child(3){transition-delay:.32s}.mcat__secondary--open .mcat__card:nth-child(4){transition-delay:.39s}.mabout{background:#f5f5f7;padding:40px 0;box-sizing:border-box;scroll-margin-top:80px}.mabout__inner{width:100%;max-width:1280px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start;box-sizing:border-box}.mabout__title{font-family:Involve,system-ui,sans-serif;font-weight:500;font-size:clamp(36px,4vw,56px);letter-spacing:-.03em;color:#1d1d1f;margin:0;padding:0;line-height:1.05}.mabout__text{font-size:18px;line-height:1.6;color:#1d1d1f;margin:0 0 12px;padding:0;letter-spacing:-.01em}.mabout__text:last-child{margin-bottom:0}.mabout__stats{display:flex;gap:48px;margin:0;padding:0}.mabout__stat{display:flex;flex-direction:column;gap:2px}.mabout__stat-value{font-family:KOT-Eitai Gothic,system-ui,sans-serif;font-size:48px;font-weight:400;letter-spacing:-.05em;color:#1d1d1f;line-height:1}.mabout__stat-label{font-size:13px;color:#6e6e73}@media(max-width:768px){.mabout__inner{grid-template-columns:1fr;gap:24px;padding:0 20px}.mabout{padding:32px 0}}.repair{background:#1d1d1f;padding:80px 0;box-sizing:border-box}.repair__inner{width:100%;max-width:1280px;margin:0 auto;padding:0 40px;box-sizing:border-box}.repair__header{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start;margin-bottom:56px}.repair__header-left{display:flex;flex-direction:column;gap:8px}.repair__eyebrow{font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#6e6e73}.repair__title{font-family:Involve,system-ui,sans-serif;font-weight:500;font-size:clamp(36px,4vw,56px);letter-spacing:-.03em;color:#f5f5f7;margin:0;line-height:1.05}.repair__subtitle{font-size:18px;line-height:1.6;color:#a1a1a6;margin:0;letter-spacing:-.01em;align-self:end;padding-bottom:4px}.repair__body{display:grid;grid-template-columns:1fr 2fr;gap:32px;align-items:stretch}.repair__content{display:flex;flex-direction:column;gap:20px;justify-content:space-between}.repair__group-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#48484a;margin:0}.repair__services{display:grid;gap:2px}.repair__services--repair,.repair__services--service{grid-template-columns:1fr 1fr}.repair__service-card{display:flex;align-items:flex-start;gap:14px;padding:20px;background:#2c2c2e;border-radius:2px;transition:background .2s}.repair__services--repair .repair__service-card:first-child{border-radius:12px 2px 2px}.repair__services--repair .repair__service-card:nth-child(2){border-radius:2px 12px 2px 2px}.repair__services--repair .repair__service-card:nth-child(3){border-radius:2px 2px 2px 12px}.repair__services--repair .repair__service-card:last-child{border-radius:2px 2px 12px}.repair__services--service .repair__service-card:first-child{border-radius:12px 2px 2px 12px}.repair__services--service .repair__service-card:last-child{border-radius:2px 12px 12px 2px}.repair__service-card:hover{background:#3a3a3c}.repair__service-icon{flex-shrink:0;width:28px;height:28px;color:#a1a1a6;margin-top:2px}.repair__service-icon svg{width:100%;height:100%}.repair__service-title{font-size:15px;font-weight:600;color:#f5f5f7;margin-bottom:4px;letter-spacing:-.01em}.repair__service-desc{font-size:13px;color:#8e8e93;line-height:1.5}.repair__photo-placeholder{border-radius:16px;overflow:hidden;background:#2c2c2e;display:flex;align-items:center;justify-content:center;min-height:200px}.repair__photo{width:100%;height:100%;object-fit:cover;display:block}.repair__photo-inner{display:flex;flex-direction:column;align-items:center;gap:12px;color:#48484a}.repair__photo-icon{width:48px;height:48px}.repair__photo-hint{font-size:13px;color:#48484a}@media(max-width:1024px){.repair__body{grid-template-columns:1fr}.repair__photo-placeholder{aspect-ratio:16 / 6;min-height:unset}}@media(max-width:768px){.repair{padding:48px 0}.repair__inner{padding:0 20px}.repair__header{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.repair__services--repair,.repair__services--service{grid-template-columns:1fr;gap:0}.repair__services--repair .repair__service-card,.repair__services--service .repair__service-card,.repair__services--repair .repair__service-card:first-child,.repair__services--repair .repair__service-card:nth-child(2),.repair__services--repair .repair__service-card:nth-child(3),.repair__services--repair .repair__service-card:nth-child(4),.repair__services--service .repair__service-card:first-child,.repair__services--service .repair__service-card:nth-child(2){border-radius:0}.repair__services--repair .repair__service-card:first-child{border-radius:12px 12px 0 0}.repair__services--repair .repair__service-card:last-child{border-radius:0 0 12px 12px}.repair__services--service .repair__service-card:first-child{border-radius:12px 12px 0 0}.repair__services--service .repair__service-card:last-child{border-radius:0 0 12px 12px}}.pod{background:#fff;padding:40px 0}.pod__inner{max-width:1280px;margin:0 auto;padding:0 40px;box-sizing:border-box}.pod__title-wrap{padding-bottom:24px}.pod__title{font-family:Involve,system-ui,sans-serif;font-weight:500;font-size:clamp(36px,4vw,56px);letter-spacing:-.03em;color:#1d1d1f;margin:0;line-height:1.05}.pod__layout{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:center}.pod__img-wrap{display:block;aspect-ratio:1;overflow:hidden;border-radius:24px;background:#f5f5f7}.pod__img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.pod__img-wrap:hover .pod__img{transform:scale(1.04)}.pod__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#c7c7cc}.pod__content{display:flex;flex-direction:column}.pod__brand{font-family:Golos Text,system-ui,sans-serif;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#3b6bf5;margin:0 0 10px}.pod__name{font-family:Golos Text,system-ui,sans-serif;font-size:clamp(22px,2.5vw,32px);font-weight:700;line-height:1.2;color:#1d1d1f;margin:0 0 8px;letter-spacing:-.02em}.pod__specs{font-size:clamp(16px,1.5vw,20px);font-weight:500;color:#86868b}.pod__description{font-family:Golos Text,system-ui,sans-serif;font-size:15px;line-height:1.6;color:#6e6e73;margin:16px 0 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pod__price-block{display:flex;flex-direction:column;gap:4px;margin:28px 0 24px}.pod__price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.pod__price-note{font-family:Golos Text,system-ui,sans-serif;font-size:13px;color:#86868b}.pod__old-price{font-family:Golos Text,system-ui,sans-serif;font-size:17px;color:#86868b;text-decoration:line-through}.pod__price{font-family:Golos Text,system-ui,sans-serif;font-size:clamp(24px,2.5vw,32px);font-weight:700;color:#1d1d1f;letter-spacing:-.02em}.pod__actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.pod__btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;border-radius:12px;font-family:Golos Text,system-ui,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s,transform .12s;text-decoration:none;border:none;white-space:nowrap}.pod__btn:active{transform:scale(.97)}.pod__btn--cart{background:#3b6bf5;color:#fff}.pod__btn--cart:hover{opacity:.85}.pod__btn--out{background:#e5e5ea;color:#aeaeb2;cursor:not-allowed}.pod__btn--details{background:#e5e5ea;color:#1d1d1f}.pod__btn--details:hover{opacity:.75}.pod__availability{display:flex;align-items:center;gap:6px;font-family:Golos Text,system-ui,sans-serif;font-size:13px;color:#6e6e73}.pod__dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.pod__dot--in{background:#34c759;animation:pod-dot-pulse 1s ease-in-out infinite}.pod__dot--out{background:#ff3b30}@keyframes pod-dot-pulse{0%,to{opacity:1}50%{opacity:.2}}@media(max-width:768px){.pod{padding:24px 0}.pod__inner{padding:0 20px}.pod__layout{grid-template-columns:1fr;gap:28px}.pod__img-wrap{order:-1;border-radius:20px}.pod__price-row{margin:20px 0 18px}}.reviews-section{background:#fff;padding:48px 0 56px}.reviews-inner{max-width:1280px;margin:0 auto;padding:0 40px}.reviews-header{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:32px}.reviews-title{font-family:Involve,system-ui,sans-serif;font-weight:500;font-size:clamp(36px,4vw,56px);letter-spacing:-.03em;color:#1d1d1f;margin:0;line-height:1.05;text-align:left}.reviews-badges{display:flex;gap:10px}.reviews-badge{display:flex;align-items:center;gap:8px;padding:7px 14px 7px 12px;border-radius:100px;background:var(--accent-color, #4A5FDC);color:#fff}.reviews-badge-logo{height:14px;width:auto;display:block;flex-shrink:0}.reviews-badge-score{font-size:13px;font-weight:700;color:#ffffffd9}.reviews-carousel-wrapper{background:transparent}.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:stretch;padding-top:22px}.review-card-wrap{position:relative;display:flex;flex-direction:column}.review-platform-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:2;display:inline-flex;align-items:center;padding:6px 14px;border-radius:10px;background:var(--accent-color, #4A5FDC);box-shadow:0 4px 12px #4a5fdc59;white-space:nowrap}.review-platform-badge-logo{height:18px;width:auto;display:block}.review-card{background:#fff;border:1px solid #EDEDED;border-radius:20px;padding:28px 20px 20px;display:flex;flex-direction:column;gap:0;box-shadow:0 8px 24px #0000000d;transition:transform .2s ease,box-shadow .2s ease;flex:1}.review-card-wrap:hover .review-card{transform:translateY(-3px);box-shadow:0 14px 36px #0000001a}.review-text{font-size:14px;line-height:1.65;color:#3d3d3f;margin:0 0 16px;flex-grow:1}.review-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #f0f0f2;padding-top:14px;margin-top:auto}.review-author{display:flex;flex-direction:column;gap:2px;min-width:0}.review-name{font-size:14px;font-weight:600;color:#1d1d1f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-platform-name{font-size:12px;color:#8e8e93;font-weight:400}.review-stars{font-size:16px;color:#1d1d1f;letter-spacing:1px;line-height:1;flex-shrink:0}.review-star-half{display:inline-block;background:linear-gradient(to right,#1d1d1f 50%,#d1d1d6 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reviews-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.reviews-dot{width:8px;height:8px;border-radius:50%;border:none;background:#d1d1d6;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.reviews-dot.active{background:#1d1d1f;transform:scale(1.2)}@media(max-width:1024px)and (min-width:700px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:699px)and (min-width:632px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:631px){.reviews-grid{grid-template-columns:1fr}}@media(max-width:768px){.reviews-inner{padding:0 20px}}@media(max-width:699px){.reviews-section{padding:32px 0 40px}.reviews-header{gap:10px;margin-bottom:20px}}.yandex-map-root{width:100%;height:100%}.yandex-map-root>ymaps{display:block}.yandex-map-root [class*=ground-pane]{filter:grayscale(1) saturate(0) contrast(1.05) brightness(1.05)}.hm-section{background:#f5f5f7;padding:40px 0}.hm-wrap{max-width:1440px;margin:0 auto}.hm-title-wrap{max-width:1280px;margin:0 auto;padding:0 20px 24px;box-sizing:border-box;width:100%}@media(min-width:769px){.hm-title-wrap{padding:0 40px 24px}}.hm-title{font-family:Involve,system-ui,sans-serif;font-weight:500;font-size:clamp(36px,4vw,56px);letter-spacing:-.03em;color:#1d1d1f;margin:0;padding:0;line-height:1.05}.hm-map-box{position:relative;border-radius:32px;overflow:hidden;height:500px;background:#f5f5f7}.hm-map-layer{position:absolute;inset:0;z-index:1}.hm-map-layer:after{content:"";position:absolute;inset:0;background:#ffffff1f;pointer-events:none;z-index:2}.hm-panel{position:absolute;top:50%;left:24px;transform:translateY(-50%);width:460px;border-radius:28px;padding:22px 26px;background:#ffffffa6;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border:1px solid rgba(255,255,255,.35);box-shadow:0 12px 40px #0000001f;display:flex;flex-direction:column;gap:14px;z-index:10}.hm-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.hm-panel__title{font-family:Golos Text,system-ui,sans-serif;font-size:20px;font-weight:700;color:#111}.hm-panel__city{font-family:Golos Text,system-ui,sans-serif;font-size:13px;font-weight:600;color:#3b6bf5;padding:5px 14px;border-radius:999px;border:1.5px solid rgba(59,107,245,.3);background:#3b6bf514}.hm-panel__row{display:flex;flex-direction:column;gap:2px}.hm-panel__label{font-family:Golos Text,system-ui,sans-serif;font-size:12px;font-weight:400;color:#3b6bf5}.hm-panel__value{font-family:Golos Text,system-ui,sans-serif;font-size:15px;font-weight:700;color:#111;text-decoration:none}a.hm-panel__value:hover{color:#5b7eff}.hm-panel__value a{display:block;font-family:Golos Text,system-ui,sans-serif;font-size:15px;font-weight:700;color:#111;text-decoration:none}.hm-panel__value a:hover{color:#5b7eff}@media(max-width:1024px){.hm-section{padding:32px 0}.hm-map-box{height:460px}.hm-panel{width:380px}}@media(max-width:767px){.hm-section{padding:24px 0}.hm-map-box{height:500px;border-radius:24px}.hm-panel{width:calc(90% - 32px);max-width:360px;padding:16px 18px;border-radius:20px;gap:10px}.hm-panel__title{font-size:17px}.hm-panel__city{font-size:12px;padding:4px 12px}.hm-panel__label{font-size:11px}.hm-panel__value{font-size:14px}}@media(max-width:640px){.hm-section{padding:20px 0}.hm-map-box{height:450px;border-radius:20px}.hm-panel{width:calc(92% - 24px);left:16px}}@media(max-width:480px){.hm-section{padding:16px 0}.hm-map-box{height:400px;border-radius:16px}.hm-panel{width:calc(94% - 20px);left:12px}}.hm-mobile-cards{display:none}@media(max-width:700px){.hm-panel--desktop{display:none}.hm-mobile-cards{position:absolute;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:12;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-items:stretch}.hm-mobile-card{box-sizing:border-box;overflow:hidden;background:#14141461;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border-radius:14px;padding:12px;min-height:74px;color:#fff;text-decoration:none;box-shadow:0 10px 26px #0000002e}.hm-mobile-card--link{cursor:pointer}.hm-mobile-card__label{font-family:Golos Text,system-ui,sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;opacity:.78;margin-bottom:6px;text-transform:uppercase;white-space:nowrap}.hm-mobile-card__value{font-family:Golos Text,system-ui,sans-serif;font-size:13px;font-weight:700;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}@media(max-width:574px){.hm-mobile-cards{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"addr addr" "phone time"}.hm-mobile-cards>:nth-child(1){grid-area:addr;justify-self:center;width:min(520px,100%)}.hm-mobile-cards>:nth-child(2){grid-area:phone}.hm-mobile-cards>:nth-child(3){grid-area:time}.hm-mobile-card{min-height:80px}.hm-mobile-card__value{font-size:12.5px;-webkit-line-clamp:3}}@media(max-width:352px){.hm-mobile-cards{display:block;position:absolute;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:12}.hm-mobile-cards>.hm-mobile-card{display:none}.hm-mobile-cards:before{content:"Новороссийск, ул. Снайпера Рубахо 8 • +7 (995) 611-39-98 • 10:00–22:00";display:block;background:#1414146b;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border-radius:16px;padding:12px 14px;color:#fff;font-family:Golos Text,system-ui,sans-serif;font-size:12.5px;font-weight:700;line-height:1.25;box-shadow:0 10px 26px #0000002e;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}}.mpage{min-height:100vh}.app{width:100%;min-height:100vh}
