@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Merriweather:wght@400;700&family=Montserrat:wght@400;700&family=Rubik:wght@400;700&family=Lobster&family=Pacifico&family=Marck+Script&family=Pattaya&family=Philosopher:wght@400;700&family=Comic+Neue:wght@400;700&family=Comfortaa:wght@400;700&family=Kurale&family=Gabriela&family=Russo+One&display=swap&subset=latin,latin-ext,cyrillic";*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;background:#f3f3f5;color:#111;overflow-x:hidden}.App{min-height:100%}.page{width:100%}.site-header{position:sticky;top:0;z-index:30;background:#0f0f19f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;transition:background .2s ease,box-shadow .2s ease,backdrop-filter .2s ease}.header-inner{max-width:1200px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.logo{display:flex;align-items:center;gap:8px;font-weight:700;font-size:20px;cursor:pointer;white-space:nowrap}.logo span{display:inline-block}.main-nav{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.nav-link{border:2px solid transparent;background:transparent;color:#f1f1f1;font-size:14px;cursor:pointer;padding:6px 14px;border-radius:999px;transition:background .15s ease,transform .1s ease,color .15s ease,border-color .15s ease}.nav-link:hover{background:#ff3b3f26;border-color:#ff3b3f;color:#fff;transform:translateY(-1px)}.nav-link-active{background:#ff3b3f;color:#fff;border-color:#ff3b3f}.nav-link:focus-visible{outline:none;border-color:#ff3b3f}.lang-switcher{flex-direction:row;display:flex;gap:6px;align-items:center}.flag{width:28px;height:20px;object-fit:cover;border-radius:4px;cursor:pointer;opacity:.5;border:2px solid transparent;transition:opacity .15s ease,border-color .15s ease,transform .1s ease}.flag:hover{opacity:.9;transform:translateY(-1px)}.flag.active{opacity:1;border-color:#ff3b3f}.hero{position:relative;width:100%;min-height:100vh;padding:80px 20px 60px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.hero-main{background:url(/slider1.png) center center / cover no-repeat}.hero-secondary{background:url(/slider2.png) center center / cover no-repeat}.hero-content{max-width:900px;margin:0 auto;text-shadow:0 2px 6px rgba(0,0,0,.7)}.hero-title{font-size:clamp(24px,4vw,36px);margin:0 0 14px;font-weight:800}.hero-subtitle{font-size:clamp(14px,2vw,17px);line-height:1.5;max-width:800px;margin:0 auto 22px}.hero-cta{display:flex;justify-content:center}.hero-topbar{position:absolute;top:0;left:0;right:0;padding-top:14px;z-index:5}.hero-topbar-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.hero-topbar-logo img{max-width:220px;object-fit:contain}.hero-topbar-nav{display:flex;gap:10px}.hero-topbar-lang{display:flex;gap:6px;align-items:center}.btn-red{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:20px 42px;border-radius:20px;border:none;cursor:pointer;background:linear-gradient(135deg,#ff5252,#e53935);color:#fff;font-weight:800;font-size:26px;line-height:1;white-space:nowrap;max-width:100%;box-shadow:0 10px 28px #e539358c;transition:transform .1s ease,box-shadow .1s ease,opacity .15s ease}.btn-red:hover{transform:translateY(-2px);box-shadow:0 12px 32px #e53935a6}.btn-red:active{transform:translateY(1px);box-shadow:0 6px 18px #e5393580}.btn-main-text{font-size:26px;font-weight:800}.btn-price-new{font-size:24px;font-weight:700;color:#fff}.btn-price-old{font-size:20px;text-decoration:line-through;opacity:.9}.section{padding:40px 20px}.section-inner{max-width:1200px;margin:0 auto}.section-title{font-size:24px;margin:24px 0 12px;font-weight:700}.section-subtitle{text-align:center;max-width:720px;margin:0 auto 24px;font-size:14px;color:#444}.section-main-video{background:#f3f3f5}.video-wrapper{position:relative;max-width:900px;margin:0 auto;padding-top:56.25%;border-radius:16px;overflow:hidden;box-shadow:0 16px 40px #00000059;background:#000}@media(min-width:992px){.video-wrapper{padding-top:42%}}.video-wrapper iframe{position:absolute;inset:0;width:100%;height:100%}.promo-grid{margin-top:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.promo-item video{width:100%;border-radius:12px;box-shadow:0 6px 18px #0003;background:#000}.section-instagram{background:radial-gradient(circle at top,#ffe4e4,#f3f3f5)}.section-instagram-inner{text-align:center}.insta-image-wrapper{margin:18px auto}.insta-image-wrapper img{width:100%;border-radius:20px;box-shadow:0 10px 26px #00000040}.insta-btn{margin-top:6px}.page-editor{background:#e0e0e0}.section-editor{background:#e0e0e0;border-top:1px solid #d0d0d0}@media(max-width:768px){.header-inner{flex-wrap:wrap;justify-content:center;text-align:center}.main-nav{order:3}.hero{min-height:75vh;padding:60px 14px 36px;background-position:center top}.hero-topbar-inner{padding:0 12px}.hero-topbar-logo img{height:50px;max-width:150px}}@media(max-width:400px){.btn-red{padding:16px 24px;gap:8px;font-size:18px;white-space:normal}.btn-main-text{font-size:18px}.btn-price-new{font-size:16px}.btn-price-old{font-size:14px}}@media(min-width:992px){.hero{min-height:100vh;padding:80px 20px 60px}}.pay-card{background:#fff;border-radius:16px;padding:16px 18px;box-shadow:0 6px 18px #00000026;margin-bottom:18px}.pay-card h3{margin:0 0 8px;font-size:18px}.pay-card p{margin:0 0 8px;font-size:14px}.pay-status-ok{margin-top:8px;color:#1b5e20;font-weight:600}.pay-card-disabled{opacity:.6}.btn-google{margin-top:8px;width:100%;padding:10px 14px;border-radius:999px;border:none;cursor:pointer;font-weight:600;font-size:14px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#333;box-shadow:0 0 0 1px #dadce0,0 1px 3px #0000001f}.btn-google:hover{background:#f7f7f7}.auth-divider{margin:16px 0 8px;text-align:center;font-size:12px;color:#888;position:relative}.auth-divider:before,.auth-divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:#ddd}.auth-divider:before{left:0}.auth-divider:after{right:0}.btn-account-red{background:#e63946;color:#fff;padding:8px 18px;border-radius:8px;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:background .2s ease,transform .15s ease}.btn-account-red:hover{background:#d62839;transform:translateY(-1px)}.btn-account-red:active{background:#b71d2a;transform:translateY(0)}.header-right{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:14px}.page-account{background:#f3f4f6;min-height:100vh;padding-top:80px;padding-bottom:40px}.section-account-header .account-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border-radius:18px;padding:18px 22px;box-shadow:0 10px 25px #0f172a0f;border:1px solid #e5e7eb}.account-header-info{display:flex;flex-direction:column;gap:6px}.account-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:500;letter-spacing:.04em;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.account-title{font-size:24px;margin-bottom:2px;color:#0f172a}.account-subtitle{color:#4b5563;font-size:14px}.section-account-content{margin-top:14px}.card-elevated{background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 10px 25px #0f172a0a}.account-menu{width:240px;padding:14px 12px 12px;display:flex;flex-direction:column;gap:8px}.account-menu-title{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin-bottom:4px;padding:0 4px}.account-menu-item{width:100%;border:none;outline:none;background:transparent;color:#374151;border-radius:10px;padding:9px 10px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .15s ease,color .15s ease}.account-menu-item:hover{background:#eff6ff;transform:translateY(-1px);box-shadow:0 4px 10px #0f172a0f}.account-menu-item.active{background:#2563eb;color:#fff;box-shadow:0 8px 18px #2563eb40}.account-menu-item.active .account-menu-icon{background:#ffffff29}.account-menu-icon{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;background:#e5e7eb;color:inherit}.account-menu-text{flex:1;text-align:left}.account-menu-helper{margin-top:8px;padding:8px 9px;border-radius:10px;font-size:12px;line-height:1.5;color:#6b7280;background:#f9fafb;border:1px dashed #e5e7eb}.account-content{flex:1;padding:18px 18px 20px;min-height:260px}.account-section{display:flex;flex-direction:column;gap:16px}.account-section-header{margin-bottom:2px}.account-section-title{font-size:19px;color:#111827;margin-bottom:2px}.account-section-subtitle{font-size:13px;color:#6b7280}.videos-grid{margin-top:4px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.video-card{border-radius:12px;background:#fff;border:1px solid #e5e7eb;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 18px #0f172a0a;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.video-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0f172a14;border-color:#bfdbfe}.video-thumb-wrap{position:relative;width:100%;padding-top:56%;overflow:hidden;background:#f3f4f6}.video-thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.video-card-body{padding:10px 12px 11px;display:flex;flex-direction:column;gap:4px}.video-title{font-size:14px;font-weight:600;color:#111827}.video-date{font-size:12px;color:#6b7280}.video-actions{margin-top:6px;display:flex;gap:8px;flex-wrap:wrap}.account-info{margin-top:2px;padding:9px 11px;border-radius:10px;background:#e5f3ff;color:#1f2937;font-size:13px;border:1px solid #bfdbfe}.btn-outline{border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#111827;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease,transform .1s ease,box-shadow .15s ease}.btn-outline:hover{background:#111827;color:#f9fafb;transform:translateY(-1px);box-shadow:0 10px 24px #0f172a29}.btn-small{border-radius:999px;border:none;background:#2563eb;color:#fff;padding:7px 14px;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:4px;transition:transform .1s ease,box-shadow .12s ease,filter .1s ease}.btn-small:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 10px 22px #2563eb4d}.btn-text{border:none;background:transparent;color:#2563eb;font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;padding:3px 0}.btn-text:hover{text-decoration:underline}.btn-red{background:#ef4444;color:#fff;padding:9px 16px;border-radius:999px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .15s ease}.btn-red:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 10px 24px #dc262659}.btn-red:disabled{opacity:.7;cursor:default}.btn-red-wide{width:100%;margin-top:6px}.form-narrow{max-width:360px}.form-group label{display:block;font-size:13px;color:#374151;margin-bottom:4px}.form-group .input{width:100%;border-radius:9px;border:1px solid #d1d5db;background:#fff;color:#111827;padding:7px 10px;font-size:14px}@media(max-width:960px){.section-account-header .account-header-inner{flex-direction:column;align-items:flex-start}.account-layout{flex-direction:column}.account-menu{width:100%;flex-direction:row;align-items:stretch;padding:10px}.account-menu-item{flex:1;justify-content:center}.account-menu-helper{display:none}.account-content{padding:14px 12px 16px}}.page-auth{min-height:calc(100vh - 80px);display:flex;justify-content:center;align-items:center;padding:40px 16px;background:radial-gradient(circle at top,#ffe8ec 0,#fff7f9 40%,#fff)}.auth-wrapper{width:100%;max-width:980px;display:grid;grid-template-columns:minmax(0,5fr) minmax(0,5fr);gap:32px;align-items:stretch}.auth-side-info{padding:32px 24px;border-radius:24px;background:linear-gradient(135deg,#e63946,#ff7b8a 40%,#ffe0e4);color:#fff;display:flex;flex-direction:column;justify-content:center;box-shadow:0 18px 40px #0000002e}.auth-main-title{font-size:28px;line-height:1.3;font-weight:800;margin:0 0 12px;white-space:pre-line}.auth-main-subtitle{font-size:15px;line-height:1.5;opacity:.9;margin-bottom:20px}.auth-benefits{list-style:none;padding:0;margin:0;font-size:14px;line-height:1.6}.auth-benefits li+li{margin-top:6px}.auth-card{background:#fff;border-radius:24px;padding:28px 24px 26px;box-shadow:0 16px 36px #00000014;display:flex;flex-direction:column}.auth-card-header{margin-bottom:16px}.auth-card-title{margin:0;font-size:22px;font-weight:700;color:#222}.auth-card-subtitle{margin:6px 0 0;font-size:14px;color:#666}.auth-form{margin-top:14px;display:flex;flex-direction:column;gap:12px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:600;color:#333}.input{border-radius:10px;border:1px solid #e4e4e7;padding:10px 11px;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus{border-color:#e63946;box-shadow:0 0 0 1px #e6394633}.form-note{font-size:11px;color:#888}.auth-error{background:#ffe5e9;color:#b3261e;border-radius:10px;padding:8px 10px;font-size:12px}.auth-success{background:#e7f8ec;color:#1b7a3f;border-radius:10px;padding:8px 10px;font-size:12px}.btn-auth-main{margin-top:4px;width:100%}.btn-red{background:#e63946;color:#fff;border:none;border-radius:10px;padding:10px 14px;font-size:15px;font-weight:600;cursor:pointer;transition:background .18s ease,transform .1s ease,box-shadow .1s ease}.btn-red:hover:enabled{background:#d62839;box-shadow:0 4px 12px #d6283959;transform:translateY(-1px)}.btn-red:disabled{opacity:.6;cursor:default}.auth-switch{margin-top:2px;text-align:center}.link-button{background:none;border:none;color:#e63946;font-size:13px;cursor:pointer;text-decoration:underline;padding:4px 0 0}.auth-divider{display:flex;align-items:center;gap:12px;margin:10px 0 4px;font-size:12px;color:#999}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.auth-divider span{white-space:nowrap}.btn-google{margin-top:4px;width:100%;border-radius:10px;border:1px solid #e4e4e7;background:#fff;font-size:14px;font-weight:500;padding:9px 12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,transform .1s ease}.btn-google:hover{background:#fafafa;box-shadow:0 4px 10px #0f172a14;transform:translateY(-1px)}.google-icon{display:inline-flex;width:18px;height:18px}.google-svg{width:100%;height:100%;display:block}.google-text{line-height:1}@media(max-width:820px){.auth-wrapper{grid-template-columns:minmax(0,1fr);max-width:480px}.auth-side-info{order:1;padding:22px 18px}.auth-card{order:2}.auth-main-title{font-size:22px}}.page-account{padding-top:90px}.section-account-header{padding-top:24px;padding-bottom:16px}.account-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.account-header-left{display:flex;align-items:center;gap:16px}.account-avatar-wrap{width:72px;height:72px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(255,255,255,.6);box-shadow:0 4px 12px #00000026}.account-avatar-img{width:100%;height:100%;object-fit:cover}.account-header-info{text-align:left}.account-title{margin-bottom:4px}.account-subtitle{max-width:360px}.account-logout-btn{white-space:nowrap}.section-account-content{padding-top:8px;padding-bottom:40px}.account-layout{display:flex;align-items:flex-start;gap:20px}.account-menu{width:260px;padding:16px 18px}.account-menu-title{font-weight:600;font-size:15px;margin-bottom:12px}.account-menu-buttons{display:flex;flex-direction:column;gap:8px}.account-menu-item{width:100%;border:none;background:transparent;padding:10px 8px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:14px;text-align:center;transition:background .18s ease,transform .1s ease;color:inherit}.account-menu-item:hover{background:#ffffff0f;transform:translateY(-1px)}.account-menu-item.active{background:#d62839}.account-menu-icon{font-size:18px}.account-menu-helper{margin-top:14px;font-size:13px;opacity:.8}.account-content{flex:1;padding:18px 20px 22px}.account-section-header{margin-bottom:16px}.account-section-title{font-size:20px;margin-bottom:4px}.account-section-subtitle{font-size:14px;opacity:.9}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.video-card{background:#ffffff0f;border-radius:12px;padding:10px 10px 14px;display:flex;flex-direction:column}.video-thumb-wrap{width:100%;border-radius:10px;overflow:hidden}.video-thumb{width:100%;display:block}.video-player{width:100%;margin-top:8px;border-radius:10px;outline:none}.video-card-body{margin-top:8px}.video-title{font-weight:600;font-size:14px;margin-bottom:4px}.video-date{font-size:12px;opacity:.8;margin-bottom:6px}.video-expire{font-size:12px;margin-top:4px;opacity:.9}.video-actions{margin-top:8px}.form-narrow{max-width:380px}@media(max-width:960px){.page-account{padding-top:80px}.account-header-inner{flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.account-header-left{flex-direction:column;align-items:center;gap:10px}.account-avatar-wrap{width:96px;height:96px}.account-header-info{text-align:center}.account-subtitle{max-width:320px;margin:0 auto}.account-logout-btn{align-self:stretch;text-align:center;margin-top:4px}.account-layout{flex-direction:column}.account-menu{width:100%}.account-menu-title{display:none}.account-menu-buttons{flex-direction:row;gap:10px;width:100%}.account-menu-item{flex:1;background:#e63946;color:#fff;padding:10px 6px}.account-menu-item.active{background:#d62839}.account-menu-item:hover{background:#d62839;transform:translateY(-1px)}.account-menu-icon{display:none}.account-menu-helper{margin-top:10px;text-align:center}.videos-grid{grid-template-columns:1fr}}@media(max-width:960px){.account-header-inner{flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.account-header-left{flex-direction:column!important;align-items:center!important;text-align:center!important}.account-header-info,.account-title,.account-subtitle{text-align:center!important;width:100%}.account-avatar-wrap{width:110px!important;height:110px!important;margin-left:auto!important;margin-right:auto!important}}.editor-pay-container{position:relative}.editor-pay-overlay{position:absolute;inset:0;background:#f8fafcf0;display:flex;justify-content:center;align-items:center;padding:12px;z-index:20}.payment-card-box{width:100%;max-width:520px;background:#fff;border-radius:18px;padding:22px 20px 20px;box-shadow:0 18px 40px #0f172a40;border:1px solid #e5e7eb}.payment-title{margin:0 0 6px;font-size:20px;font-weight:700;color:#111827;text-align:center}.payment-subtitle{margin:0 0 18px;font-size:14px;color:#4b5563;text-align:center}.payment-card-element{padding:14px 12px;border-radius:12px;border:1px solid #d1d5db;background:#f9fafb;margin-bottom:14px}.payment-submit-btn{width:100%;padding:11px 14px;border-radius:999px;border:none;font-size:15px;font-weight:600;cursor:pointer;background:linear-gradient(90deg,#d7263d,#a4133c);color:#fff;transition:.15s ease;margin-bottom:10px}.payment-submit-btn:disabled{opacity:.6;cursor:default}.payment-submit-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 8px 18px #d7263d59}.payment-back-btn{width:100%;padding:9px 14px;border-radius:999px;border:1px solid #d1d5db;font-size:14px;font-weight:500;cursor:pointer;background:#f9fafb;color:#374151;transition:.15s ease}.payment-back-btn:hover{background:#f3f4f6}.payment-card-footer{margin-top:14px;display:flex;justify-content:flex-end}.payment-stripe-logo{height:20px;opacity:.9}.site-header{position:sticky;top:0;z-index:50;background:#0f172ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{max-width:960px;margin:0 auto;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;column-gap:12px}.logo-block{display:flex;align-items:center;gap:8px;cursor:pointer}.logo-img{height:40px;width:auto}.logo-text-desktop{font-size:16px;font-weight:300;color:#e5e7eb}.main-nav-desktop{display:flex;align-items:center;gap:10px}.nav-link{background:transparent;border:none;color:#e5e7eb;font-size:14px;padding:6px 12px;border-radius:999px;cursor:pointer;transition:background .15s ease,color .15s ease}.nav-link-active{background:#e63946;color:#fff}.nav-link:hover{background:#d62839;color:#fff}.header-right{display:flex;align-items:center;gap:10px}.header-avatar-btn{border:none;background:transparent;padding:0;cursor:pointer}.header-avatar-btn img{width:34px;height:34px;border-radius:50%;object-fit:cover}.header-menu-toggle{display:none;background:transparent;border:none;padding:6px;cursor:pointer}.header-menu-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:#f9fafb;margin:3px 0}.header-mobile-menu{display:none;max-width:960px;margin:0 auto;padding:0 16px 8px}.header-mobile-menu-open{display:block}.mobile-nav{display:flex;flex-direction:column;gap:6px}.mobile-nav-link{width:100%;text-align:left}.lang-mobile{display:none;margin-bottom:8px}.lang-desktop{display:flex;align-items:center;gap:6px}@media(max-width:768px){.header-inner{padding:8px 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.header-menu-toggle{display:inline-block}.logo-block{justify-content:center}.logo-text-desktop,.main-nav-desktop,.lang-desktop{display:none}.lang-mobile{display:flex}}@media(min-width:769px){.header-mobile-menu{display:none!important}.header-menu-toggle{display:none}}.header-account{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px 10px;border-radius:999px;transition:background .15s ease}.header-account:hover{background:#ffffff1f}.account-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover}.account-text{font-size:14px;color:#fff;font-weight:500}@media(max-width:768px){.hero-topbar-inner{flex-direction:column;align-items:stretch;gap:8px}.hero-topbar-logo{order:1;display:flex;justify-content:center}.hero-topbar-right{order:2;width:100%;display:flex;align-items:center;justify-content:space-between}.hero-topbar-lang{margin-right:auto}.btn-account-red{margin-left:0}.hero-topbar-nav{order:3;justify-content:center;width:100%;display:flex;gap:10px}.hero-topbar-nav .nav-link-hero{min-width:120px;text-align:center;justify-content:center}}.logo-block{position:absolute;left:50%;transform:translate(-50%);z-index:10}@media(max-width:768px){.header-account{flex-direction:row-reverse;gap:6px;padding:4px 6px}.account-text{display:inline;font-size:12px;color:#fff}.account-avatar{width:28px;height:28px}}@media(max-width:768px){.header-inner{position:relative}.logo-block{position:absolute;left:50%;transform:translate(-50%);z-index:10}.header-menu-toggle{position:relative;z-index:11}.header-right{position:absolute;right:-3px;top:50%;transform:translateY(-50%);z-index:11}}.btn-tap{animation:tapButton 1.4s ease-in-out infinite;transform-origin:center}@keyframes tapText{0%{transform:scale(1)}50%{transform:scale(1.07)}to{transform:scale(1)}}@keyframes tapSoft{0%{opacity:.9;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}to{opacity:.9;transform:translateY(0)}}.tap-full{animation:tapFull 1.5s ease-in-out infinite;transform-origin:center}@keyframes tapFull{0%{transform:scale(1)}40%{transform:scale(1.06)}to{transform:scale(1)}}.hero-title .hero-time-row{font-size:clamp(26px,5.5vw,42px)}.hero-title .hero-time-text-white{color:#fff}.hero-title .hero-time-text-red{color:#e60023}.hero-title .hero-time-icon{width:1.25em;height:1.25em;fill:#e60023}.hero-title .hero-subtitle{font-size:clamp(16px,3.5vw,28px)}.hero-title .hero-duration-row{font-size:clamp(18px,4vw,32px)}.hero-title .hero-duration-value{color:#e60023;font-weight:800}.btn-red{background:#e60023;color:#fff;border:none;padding:14px 28px;border-radius:12px;cursor:pointer;width:100%;max-width:320px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:4px;font-weight:700;box-shadow:0 0 14px #e6002359;transition:transform .2s ease,box-shadow .2s ease}.hero-btn-tap{animation:tapButton 1.5s ease-in-out infinite}@keyframes tapButton{0%{transform:scale(1)}40%{transform:scale(1.06)}to{transform:scale(1)}}.btn-main-text{font-size:clamp(20px,4.7vw,26px);text-shadow:0 0 10px rgba(255,255,255,.45)}.btn-price-new{font-size:clamp(18px,4vw,22px);font-weight:800}.btn-price-old{font-size:clamp(14px,3.5vw,16px);text-decoration:line-through;opacity:.75}.btn-red:hover{transform:scale(1.03);box-shadow:0 0 18px #e600238c}.big-step-btn{padding:14px 0;font-size:17px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:.2s ease}.red-btn{background:#c00;color:#fff}.step1-btn:disabled{opacity:.55;cursor:default}@media(max-width:600px){.step1-btn{width:100%;max-width:100%;font-size:18px;padding:16px 0}}@media(min-width:601px){.step1-btn{width:260px}}.back-btn{background:#2b2b2b;color:#fff;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:.2s ease}.back-btn:hover{background:#1f1f1f;color:#fff}@media(max-width:480px){.back-btn{width:100%;text-align:center;padding:12px;font-size:16px}}.auth-divider{display:flex;align-items:center;text-align:center;margin:20px 0;width:100%;opacity:.8}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #ccc}.auth-divider span{padding:0 12px;font-size:14px;color:#555;font-weight:500}.auth-modal-backdrop{position:fixed;inset:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.auth-modal{position:relative;background:#fff;border-radius:18px;max-width:420px;width:100%;box-shadow:0 14px 40px #00000059;padding:20px 22px 22px}.auth-modal-close{position:absolute;top:8px;right:10px;border:none;background:transparent;font-size:20px;cursor:pointer;line-height:1}.auth-modal-title{font-size:20px;font-weight:700;margin:4px 0;text-align:center}.auth-modal-subtitle{font-size:14px;color:#555;margin-bottom:12px;text-align:center}.auth-card-modal{box-shadow:none;border-radius:0;padding:0}.great-vibes-regular{font-family:Great Vibes,cursive;font-weight:400;font-style:normal}
