@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap";*{padding:0;margin:0;border:none;box-sizing:border-box;font-family:Wix Madefor Display,sans-serif}body{font-family:Wix Madefor Display,sans-serif;padding:0;margin:0;border:none}:root{--bars-black: #000000;--bars-white: #FFFFFF;--bars-green-primary: #00824A;--bars-green-secondary: #3AE099;--bars-red-low: #FED3D3;--bars-red-mid: #EB5757;--bars-red-high: #CA0000;--bars-backgroud: #FAFAFA;--bars-gray-low1: #F2F3F6;--bars-gray-low2: #EFEFEF;--bars-gray-mid1: #CDD3D9;--bars-gray-mid2: #ACB0B8;--bars-gray-high1: #676F79;--bars-gray-high2: #3A3A3A}.error-message{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--bars-red-high);font-size:16px;font-weight:500;text-align:center;margin-top:20px}.error-message h1{font-size:24px;font-weight:500;text-align:center;margin-bottom:10px}.error-message .error-message-details h1{font-size:18px;font-weight:500;text-align:center;margin-bottom:10px;color:var(--bars-gray-high2)}.error-message-details{border:1px solid var(--bars-gray-mid1);border-radius:10px;padding:10px}.error-message .error-message-details{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--bars-gray-high2);font-size:16px;font-weight:500;text-align:center}*{font-family:Wix Madefor Display,system-ui,Arial,sans-serif;--primary-color: var(--bars-green-primary);--secondary-color: color-mix(in srgb, var(--bars-green-primary) 30%, transparent);--black-color: #3A3A3A;--white-color: #FFFFFF;--red-color: rgba(255, 0, 0, .3);--relative-unit: 4px;--ru: var(--relative-unit);@media (min-width: 220px){--relative-unit: 7px}@media (min-width: 340px){--relative-unit: 9px}@media (min-width: 500px){--relative-unit: 9px}@media (min-width: 830px){--relative-unit: 9px}}.LoginPage-module__loginContainer__dvsa9{display:flex;flex-direction:column;align-items:center;width:100%;padding:20px;box-sizing:border-box;min-height:100svh;justify-content:space-between}.LoginPage-module__formCard__FCemt{width:100%;display:flex;flex-direction:column;align-items:center}.LoginPage-module__logoContainer__HwGgM{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.LoginPage-module__logoImg__FGU43{max-height:88px;max-width:254px;object-fit:contain}.LoginPage-module__title__fJjT1{font-weight:500;font-size:20px;text-align:center;margin-bottom:32px;color:#05100a}.LoginPage-module__inputGroup__-P2xB{width:100%;max-width:700px;display:flex;flex-direction:column;gap:8px;flex:1}.LoginPage-module__inputLabel__7s15G{font-size:16px;font-weight:400;color:#787f89}.LoginPage-module__input__XJ1qv{width:100%;padding:14px 16px;border:1px solid #C3CCDE;border-radius:8px;font-size:16px;color:#05100a;background:#fff;transition:all .2s;outline:none;box-sizing:border-box}.LoginPage-module__input__XJ1qv:focus{border-color:var(--primary-color)}.LoginPage-module__input__XJ1qv::placeholder{color:#9ca3af}.LoginPage-module__input__XJ1qv:disabled{background:#f3f4f6;cursor:not-allowed}.LoginPage-module__hintText__Viv4c{font-size:14px;font-weight:400;color:#aab3cf}.LoginPage-module__errorText__BIezQ{font-size:14px;color:#dc2626}.LoginPage-module__registerLink__IAtxs{text-decoration:underline;cursor:pointer;transition:color .2s}.LoginPage-module__registerLink__IAtxs:hover{color:var(--bars-red-high)}.LoginPage-module__bottomSection__3srmp{width:100%;max-width:700px;display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:20px}.LoginPage-module__loginButton__5xvnV{width:90%;padding:16px;background:#f2f4f8;color:#9ca3af;border:none;border-radius:100px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.LoginPage-module__loginButton__5xvnV:not(:disabled){background:var(--primary-color);color:#fff}.LoginPage-module__loginButton__5xvnV:hover:not(:disabled){background:color-mix(in srgb,var(--primary-color) 85%,black)}.LoginPage-module__loginButton__5xvnV:active:not(:disabled){transform:scale(.98)}.LoginPage-module__loginButton__5xvnV:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.LoginPage-module__registerButton__46QdL{width:90%;padding:16px;background:transparent;color:var(--primary-color);border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}.LoginPage-module__registerButton__46QdL:hover:not(:disabled){color:color-mix(in srgb,var(--primary-color) 85%,black);text-decoration:underline}.LoginPage-module__registerButton__46QdL:active:not(:disabled){transform:scale(.98)}.LoginPage-module__registerButton__46QdL:disabled{color:#9ca3af;cursor:not-allowed}@media (min-width: 820px){.LoginPage-module__loginContainer__dvsa9{--desktop-before-height: 200px;padding:0;min-height:100vh;background-color:#f2f4f8;position:relative}.LoginPage-module__loginContainer__dvsa9:before{content:"";position:absolute;top:0;left:0;right:0;height:var(--desktop-before-height);min-height:var(--desktop-before-height);background-color:var(--header-bg-color, var(--primary-color));background-image:var(--header-bg-image, none);background-size:var(--header-bg-size, cover);background-position:var(--header-bg-position, center);background-repeat:var(--header-bg-repeat, no-repeat);pointer-events:none}.LoginPage-module__formCard__FCemt{position:absolute;top:calc(var(--desktop-before-height) - 135px);left:50%;transform:translate(-50%);z-index:1;width:calc(100% - 48px);max-width:440px;background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;padding:40px 44px 32px}.LoginPage-module__logoContainer__HwGgM,.LoginPage-module__title__fJjT1{margin-bottom:24px}.LoginPage-module__inputGroup__-P2xB{max-width:none}.LoginPage-module__bottomSection__3srmp{max-width:none;padding-top:24px}.LoginPage-module__loginButton__5xvnV{width:100%;border-radius:10px}.LoginPage-module__registerButton__46QdL{width:100%}}.SmsLogin-module__SmsLoginContainer__XQmQF{display:flex;flex-direction:column;align-items:center;width:100%;padding:20px;box-sizing:border-box;min-height:100svh}.SmsLogin-module__formCard__abPSV{width:100%;display:flex;flex-direction:column;align-items:center}.SmsLogin-module__logoContainer__mrWas{display:flex;justify-content:center;align-items:center;margin-bottom:32px}.SmsLogin-module__logoImg__6RVUV{max-height:88px;max-width:254px;object-fit:contain}.SmsLogin-module__smsTopLabel__QSNVm{font-weight:500;font-size:22px;text-align:center;margin-bottom:24px;color:#05100a}.SmsLogin-module__inputGroup__6tZby{width:100%;max-width:700px;display:flex;flex-direction:column;gap:8px;margin-bottom:auto}.SmsLogin-module__bottomSection__pnDG0{width:100%;max-width:700px;display:flex;flex-direction:column;align-items:center;padding-top:20px}.SmsLogin-module__inputLabel__E9bmc{font-size:16px;font-weight:500;color:#6b7280}.SmsLogin-module__phoneInputWrapper__GHcXj{display:flex;align-items:center;border:1px solid #E5E7EB;border-radius:12px;background:#fff;overflow:hidden;width:100%;transition:all .2s}.SmsLogin-module__phoneInputWrapper__GHcXj:focus-within{border-color:var(--primary-color)}.SmsLogin-module__phoneInputWrapperError__f55tQ{border-color:var(--bars-red-high)!important}.SmsLogin-module__phoneInputWrapperError__f55tQ:focus-within{border-color:var(--bars-red-high)!important}.SmsLogin-module__phonePrefix__rVzS7{padding:14px 0 14px 12px;color:#05100a;font-size:16px;background-color:#fff;flex-shrink:0}.SmsLogin-module__phoneInput__jeiGJ{flex:1;width:100%;padding:14px 16px;border:none;font-size:16px;color:#05100a;background:#fff;outline:none}.SmsLogin-module__phoneInput__jeiGJ::placeholder{color:#9ca3af}.SmsLogin-module__errorMessage__pVSxq{border-radius:8px;color:var(--bars-red-high);font-size:15px;font-weight:400}.SmsLogin-module__codeInput__jLbtl{width:100%;padding:14px 16px;border:1px solid #E5E7EB;border-radius:12px;font-size:16px;color:#05100a;background:#fff;transition:all .2s;outline:none;text-align:center;letter-spacing:8px;font-weight:600}.SmsLogin-module__codeInput__jLbtl:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-color) 10%,transparent)}.SmsLogin-module__codeInput__jLbtl::placeholder{color:#9ca3af;letter-spacing:0;font-weight:400}.SmsLogin-module__smsBottomLabel__t4f1i{font-weight:400;font-size:14px;color:#6b7280;margin:16px 0;text-align:center;line-height:1.5}.SmsLogin-module__smsRepeatSend__j1PPb{text-decoration:underline;font-size:14px;cursor:pointer;color:var(--primary-color);transition:color .2s}.SmsLogin-module__smsRepeatSend__j1PPb:hover{color:color-mix(in srgb,var(--primary-color) 85%,black)}.SmsLogin-module__buttonsContainer__cQWcv{display:flex;gap:12px;width:100%;margin-top:24px}.SmsLogin-module__submitButton__t8zOd{width:90%;padding:16px;background:var(--primary-color);color:#fff;border:none;border-radius:100px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.SmsLogin-module__submitButton__t8zOd:hover:not(:disabled){background:color-mix(in srgb,var(--primary-color) 85%,black)}.SmsLogin-module__submitButton__t8zOd:active:not(:disabled){transform:scale(.98)}.SmsLogin-module__submitButton__t8zOd:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.SmsLogin-module__backButton__iVsBJ{flex:1;padding:16px;background:#fff;color:var(--primary-color);border:2px solid var(--primary-color);border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.SmsLogin-module__backButton__iVsBJ:hover{background:color-mix(in srgb,var(--primary-color) 5%,transparent)}.SmsLogin-module__backButton__iVsBJ:active{transform:scale(.98)}.SmsLogin-module__consentText__WeYba{font-size:12px;color:#6b7280;text-align:center;margin-top:16px;line-height:1.5}.SmsLogin-module__consentLink__5b7AU{color:var(--primary-color);text-decoration:none;transition:color .2s}.SmsLogin-module__consentLink__5b7AU:hover{text-decoration:underline}@media (min-width: 820px){.SmsLogin-module__SmsLoginContainer__XQmQF{--desktop-before-height: 200px;padding:0;min-height:100vh;background-color:#f2f4f8;position:relative}.SmsLogin-module__SmsLoginContainer__XQmQF:before{content:"";position:absolute;top:0;left:0;right:0;height:var(--desktop-before-height);min-height:var(--desktop-before-height);background-color:var(--header-bg-color, var(--primary-color));background-image:var(--header-bg-image, none);background-size:var(--header-bg-size, cover);background-position:var(--header-bg-position, center);background-repeat:var(--header-bg-repeat, no-repeat);pointer-events:none}.SmsLogin-module__formCard__abPSV{position:absolute;top:calc(var(--desktop-before-height) - 135px);left:50%;transform:translate(-50%);z-index:1;width:calc(100% - 48px);max-width:440px;background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;padding:40px 44px 32px}.SmsLogin-module__logoContainer__mrWas{margin-bottom:24px}.SmsLogin-module__smsTopLabel__QSNVm{font-size:22px;margin-bottom:24px}.SmsLogin-module__inputGroup__6tZby{max-width:none;margin-bottom:0}.SmsLogin-module__bottomSection__pnDG0{max-width:none;padding-top:24px;padding-bottom:0}.SmsLogin-module__submitButton__t8zOd{width:100%;border-radius:10px}}.SmsCodeInput-module__SmsCodeContainer__XoPCD{display:flex;flex-direction:column;align-items:center;width:100%;padding:20px;box-sizing:border-box;min-height:100svh}.SmsCodeInput-module__formCard__Vd8sX{width:100%;display:flex;flex-direction:column;align-items:center}.SmsCodeInput-module__smsTopLabel__adMiP{font-weight:500;font-size:22px;text-align:center;margin-bottom:8px;color:#05100a}.SmsCodeInput-module__smsInstruction__vmM10{font-weight:400;font-size:16px;text-align:center;color:#05100a;margin-bottom:4px}.SmsCodeInput-module__phoneNumber__9sWiW{font-weight:400;font-size:16px;text-align:center;color:#05100a;margin-bottom:24px}.SmsCodeInput-module__inputGroup__EjWYm{width:100%;max-width:700px;display:flex;flex-direction:column;gap:8px;margin-bottom:auto;align-items:center}.SmsCodeInput-module__codeInput__nbWa-{width:170px;height:50px;padding:0 20px;border:1px solid #E5E7EB;border-radius:12px;font-size:16px;color:#05100a;background:#fff;transition:all .2s;outline:none;text-align:center;font-weight:600;letter-spacing:8px;box-sizing:border-box;caret-color:transparent}.SmsCodeInput-module__codeInput__nbWa-:focus{border-color:var(--primary-color)}.SmsCodeInput-module__codeInputError__dWtEk{border-color:var(--bars-red-high)!important}.SmsCodeInput-module__codeInput__nbWa-:disabled{background:#f3f4f6;cursor:not-allowed}.SmsCodeInput-module__codeInput__nbWa-::placeholder{color:#9ca3af;letter-spacing:8px;font-weight:400;opacity:1}.SmsCodeInput-module__errorMessage__r4P-V{display:block;font-size:14px;color:var(--bars-red-high);text-align:center;margin-bottom:0;width:100%;max-width:700px;min-height:20px}.SmsCodeInput-module__resendButton__pycAf{background:none;border:none;color:var(--primary-color);font-size:14px;text-decoration:none;cursor:pointer;margin-top:20px;transition:color .2s;padding:0}.SmsCodeInput-module__resendButton__pycAf:hover:not(:disabled){color:color-mix(in srgb,var(--primary-color) 85%,black)}.SmsCodeInput-module__resendButton__pycAf:disabled{color:#9ca3af;cursor:not-allowed;text-decoration:none}.SmsCodeInput-module__timerText__jHGO0{font-size:16px;color:#aab3cf;text-align:center;margin-top:20px;margin-bottom:0}.SmsCodeInput-module__loadingSpinner__RINNy{width:48px;height:48px;animation:SmsCodeInput-module__spin__jv0nr .8s linear infinite;margin:20px 0}@keyframes SmsCodeInput-module__spin__jv0nr{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SmsCodeInput-module__backButton__BDA3p{margin-top:24px;padding:14px 24px;background:#fff;color:var(--primary-color);border:2px solid var(--primary-color);border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.SmsCodeInput-module__backButton__BDA3p:hover{background:color-mix(in srgb,var(--primary-color) 5%,transparent)}.SmsCodeInput-module__backButton__BDA3p:active{transform:scale(.98)}@media (min-width: 820px){.SmsCodeInput-module__SmsCodeContainer__XoPCD{--desktop-before-height: 200px;padding:0;min-height:100vh;background-color:#f2f4f8;position:relative}.SmsCodeInput-module__SmsCodeContainer__XoPCD:before{content:"";position:absolute;top:0;left:0;right:0;height:var(--desktop-before-height);min-height:var(--desktop-before-height);background-color:var(--header-bg-color, var(--primary-color));background-image:var(--header-bg-image, none);background-size:var(--header-bg-size, cover);background-position:var(--header-bg-position, center);background-repeat:var(--header-bg-repeat, no-repeat);pointer-events:none}.SmsCodeInput-module__formCard__Vd8sX{position:absolute;top:calc(var(--desktop-before-height) - 135px);left:50%;transform:translate(-50%);z-index:1;width:calc(100% - 48px);max-width:440px;background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;padding:40px 44px 32px}.SmsCodeInput-module__inputGroup__EjWYm{max-width:none}}.RegisterForm-module__RegisterContainer__jy53K{display:flex;flex-direction:column;align-items:center;width:100%;padding:20px 20px 0;box-sizing:border-box;min-height:100svh}.RegisterForm-module__formCard__j0gCp{width:100%;display:flex;flex-direction:column;align-items:center}.RegisterForm-module__topLabel__I9AwP{font-weight:500;font-size:20px;text-align:center;margin-bottom:15px;color:#05100a}.RegisterForm-module__divider__Zarz4{width:100vw;height:1px;background:#e5e9f1;margin-left:-20px;margin-right:-20px;margin-bottom:20px}.RegisterForm-module__introText__7FiFg{font-weight:400;font-size:16px;text-align:center;color:#05100a;margin-bottom:32px;line-height:1.5}.RegisterForm-module__inputsContainer__oSapY{width:100%;max-width:700px;display:flex;flex-direction:column;gap:20px;margin-bottom:100px}.RegisterForm-module__inputGroup__g6kI9{width:100%;display:flex;flex-direction:column;gap:8px}.RegisterForm-module__addressInputWrapper__hNig-{position:relative;width:100%}.RegisterForm-module__addressDropdown__LuWod{position:absolute;top:100%;left:0;right:0;margin-top:4px;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #E5E7EB;border-radius:12px;box-shadow:0 4px 12px #00000014;z-index:10;box-sizing:border-box}.RegisterForm-module__addressDropdownItem__YjyEq{padding:12px 16px;font-size:14px;color:#05100a;cursor:pointer;transition:background .15s;border-bottom:1px solid #F3F4F6}.RegisterForm-module__addressDropdownItem__YjyEq:last-child{border-bottom:none}.RegisterForm-module__addressDropdownItem__YjyEq:hover{background:#f0fdf4}.RegisterForm-module__inputLabel__4NFJa{font-size:16px;font-weight:500;color:#6b7280}.RegisterForm-module__inputField__Kal7h{width:100%;padding:14px 16px;border:1px solid #E5E7EB;border-radius:12px;font-size:16px;color:#05100a;background:#fff;transition:all .2s;outline:none;box-sizing:border-box}.RegisterForm-module__inputField__Kal7h:focus{border-color:var(--primary-color)}.RegisterForm-module__inputField__Kal7h::placeholder{color:#9ca3af}.RegisterForm-module__inputFieldError__tQrux{border-color:#ef4444}.RegisterForm-module__inputFieldError__tQrux:focus{border-color:#ef4444}.RegisterForm-module__errorText__XpMHV{font-size:12px;color:#ef4444;margin-top:-4px}.RegisterForm-module__dateInputWrapper__DvecP{position:relative;width:100%}.RegisterForm-module__dateInputWrapper__DvecP .RegisterForm-module__inputField__Kal7h{padding-right:50px}.RegisterForm-module__dateInputWrapper__DvecP .RegisterForm-module__inputField__Kal7h::-webkit-calendar-picker-indicator{display:none}.RegisterForm-module__dateInputWrapper__DvecP .RegisterForm-module__inputField__Kal7h::-webkit-inner-spin-button{display:none}.RegisterForm-module__calendarIcon__88MR3{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:auto;width:18px;height:18px;cursor:pointer;z-index:1}.RegisterForm-module__bottomSection__ag5Ac{position:fixed;bottom:0;left:0;right:0;width:100vw;display:flex;flex-direction:column;align-items:center;padding:20px;background:#fff;box-shadow:0 0 16px #010b480f;box-sizing:border-box}.RegisterForm-module__submitButton__ugxx6{width:90%;max-width:700px;padding:16px;background:#e5e7eb;color:#9ca3af;border:none;border-radius:100px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.RegisterForm-module__submitButton__ugxx6:hover:not(:disabled){background:color-mix(in srgb,var(--primary-color) 85%,black);color:#fff}.RegisterForm-module__submitButton__ugxx6:active:not(:disabled){transform:scale(.98)}.RegisterForm-module__submitButton__ugxx6:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.RegisterForm-module__submitButton__ugxx6:not(:disabled){background:var(--primary-color);color:#fff}@media (min-width: 820px){.RegisterForm-module__RegisterContainer__jy53K{--desktop-before-height: 200px;padding:0;min-height:100vh;background-color:#f2f4f8;position:relative}.RegisterForm-module__RegisterContainer__jy53K:before{content:"";position:absolute;top:0;left:0;right:0;height:var(--desktop-before-height);min-height:var(--desktop-before-height);background-color:var(--header-bg-color, var(--primary-color));background-image:var(--header-bg-image, none);background-size:var(--header-bg-size, cover);background-position:var(--header-bg-position, center);background-repeat:var(--header-bg-repeat, no-repeat);pointer-events:none}.RegisterForm-module__divider__Zarz4{display:none}.RegisterForm-module__formCard__j0gCp{position:absolute;top:calc(var(--desktop-before-height) - 135px);left:50%;transform:translate(-50%);z-index:1;width:calc(100% - 48px);max-width:440px;background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;padding:40px 44px}.RegisterForm-module__inputsContainer__oSapY{max-width:none;margin-bottom:24px}.RegisterForm-module__bottomSection__ag5Ac{position:static;width:100%;box-shadow:none;padding:0;border-radius:0 0 20px 20px}.RegisterForm-module__submitButton__ugxx6{width:100%;max-width:none;border-radius:10px}}.ChildList-module__modalOverlay__020kl{position:fixed;inset:0;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000;animation:ChildList-module__fadeIn__UcqJR .2s ease-out}@keyframes ChildList-module__fadeIn__UcqJR{0%{background-color:#0000}to{background-color:#0006}}.ChildList-module__modalContent__sZxTq{background:#fff;width:100%;max-height:100svh;min-height:400px;border-radius:0;height:100svh;display:flex;flex-direction:column;animation:ChildList-module__slideIn__XKU9E .3s ease-out;box-shadow:0 20px 60px #0000004d}.ChildList-module__formCard__5k-Xk{display:flex;flex-direction:column;flex:1;min-height:0}@keyframes ChildList-module__slideIn__XKU9E{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ChildList-module__modalHeader__RtYwY{position:relative;display:flex;align-items:center;justify-content:center;padding:20px 24px;border-bottom:1px solid #F3F4F6;flex-shrink:0}.ChildList-module__backButton__y-t-U{position:absolute;left:24px;top:50%;transform:translateY(-50%);z-index:1;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#05100a;transition:opacity .2s}.ChildList-module__backButton__y-t-U:hover{opacity:.6}.ChildList-module__modalTitle__vOpAx{width:100%;box-sizing:border-box;padding:0 48px;text-align:center;font-size:24px;font-weight:600;margin:0;color:#05100a}.ChildList-module__content__QRo89{padding:32px 24px 0;display:flex;flex-direction:column;align-items:center;gap:32px;flex:1;overflow-y:auto}.ChildList-module__instructionText__KkuDB{font-size:16px;line-height:1.5;color:#05100a;text-align:center;margin:0}.ChildList-module__addButton__lSFU-{width:100%;max-width:400px;height:50px;padding:16px 24px;background:transparent;border:2px dashed var(--primary-color);border-radius:16px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .2s;font-size:16px;font-weight:600;color:var(--primary-color)}.ChildList-module__addButton__lSFU-:hover{background:color-mix(in srgb,var(--primary-color) 5%,transparent);border-color:var(--primary-color)}.ChildList-module__addButton__lSFU-:active{transform:scale(.98)}.ChildList-module__addButton__lSFU- svg{flex-shrink:0}.ChildList-module__skipButton__xbpmJ{background:none;border:none;cursor:pointer;font-size:16px;font-weight:500;color:#aab3cf;padding:8px 16px;transition:color .2s}.ChildList-module__skipButton__xbpmJ:hover{color:#05100a}.ChildList-module__skipButton__xbpmJ:active{transform:scale(.98)}.ChildList-module__footer__1UTZ-{padding:16px 24px 24px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.ChildList-module__continueButton__JB8h2{width:100%;max-width:400px;padding:16px;background:var(--primary-color);color:#fff;border:none;border-radius:100px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.ChildList-module__continueButton__JB8h2:hover{background:color-mix(in srgb,var(--primary-color) 85%,black)}.ChildList-module__continueButton__JB8h2:active{transform:scale(.98)}.ChildList-module__childrenList__ezbdj{width:100%;max-width:400px;display:flex;flex-direction:column;gap:12px}.ChildList-module__childCard__xQ-rV{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border:1px solid #E5E7EB;border-radius:12px;gap:12px}.ChildList-module__childName__0L4yA{font-size:16px;font-weight:500;color:#05100a;flex:1}.ChildList-module__childInfo__EizAe{display:flex;align-items:center;gap:12px}.ChildList-module__ageBadge__Vz59d{padding:4px 12px;background:#f3f4f6;border-radius:20px;font-size:14px;font-weight:500;color:#6b7280;white-space:nowrap}.ChildList-module__deleteButton__FtbMN{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.ChildList-module__deleteButton__FtbMN:hover{opacity:.6}.ChildList-module__deleteButton__FtbMN:active{transform:scale(.95)}@media (min-width: 820px){.ChildList-module__modalOverlay__020kl{align-items:stretch;justify-content:flex-start}.ChildList-module__modalContent__sZxTq{--desktop-before-height: 200px;position:relative;width:100%;height:100%;min-height:100vh;background-color:#f2f4f8;border-radius:0;box-shadow:none}.ChildList-module__modalContent__sZxTq:before{content:"";position:absolute;top:0;left:0;right:0;height:var(--desktop-before-height);min-height:var(--desktop-before-height);background-color:var(--header-bg-color, var(--primary-color));pointer-events:none}.ChildList-module__formCard__5k-Xk{position:absolute;top:calc(var(--desktop-before-height) - 135px);left:50%;transform:translate(-50%);z-index:1;width:calc(100% - 48px);max-width:440px;flex:none;min-height:auto;background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;padding:0;display:flex;flex-direction:column;max-height:calc(100vh - (var(--desktop-before-height) - 135px) - 24px)}.ChildList-module__modalHeader__RtYwY{border-radius:20px 20px 0 0}.ChildList-module__content__QRo89{flex:1;min-height:0}}.RegisterChildForm-module__modalOverlay__Bu5Cl{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:1001;animation:RegisterChildForm-module__fadeIn__dgeu- .3s ease-out}@keyframes RegisterChildForm-module__fadeIn__dgeu-{0%{background-color:#0000}to{background-color:#00000080}}.RegisterChildForm-module__modalContent__uNxEz{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:769px;height:90vh;overflow-y:auto;padding:0;display:flex;flex-direction:column;animation:RegisterChildForm-module__slideUp__cO5sV .3s ease-out;transition:transform .1s ease-out}@media (min-width: 820px){.RegisterChildForm-module__modalOverlay__Bu5Cl{align-items:center}.RegisterChildForm-module__modalContent__uNxEz{max-width:800px;width:calc(100% - 48px);height:auto;max-height:85vh;border-radius:24px;animation:none;transform:none}.RegisterChildForm-module__dragLine__xvYCD{display:none}}@keyframes RegisterChildForm-module__slideUp__cO5sV{0%{transform:translateY(100%)}to{transform:translateY(0)}}.RegisterChildForm-module__dragHandle__b0ebW{width:100%;padding:12px 0;display:flex;justify-content:center;align-items:center;cursor:grab;flex-shrink:0}.RegisterChildForm-module__dragHandle__b0ebW:active{cursor:grabbing}.RegisterChildForm-module__dragLine__xvYCD{width:40px;height:4px;background:#d1d5db;border-radius:2px}.RegisterChildForm-module__modalHeader__UDp5v{position:relative;display:flex;align-items:center;justify-content:center;padding:0 24px 16px;flex-shrink:0}.RegisterChildForm-module__modalTitle__bVaRZ{width:100%;box-sizing:border-box;padding:0 56px;text-align:center;font-size:28px;font-weight:600;margin:0;color:#05100a}.RegisterChildForm-module__closeButton__uO2oM{position:absolute;right:24px;top:50%;transform:translateY(-50%);z-index:1;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:color .2s;width:40px;height:40px;border-radius:50%}.RegisterChildForm-module__closeButton__uO2oM:hover{color:#05100a;background:#f3f4f6}.RegisterChildForm-module__formContent__B5t2F{flex:1;overflow-y:auto;padding:0 24px}.RegisterChildForm-module__inputsContainer__aSB3h{width:100%;display:flex;flex-direction:column;gap:20px;padding-bottom:20px}.RegisterChildForm-module__inputGroup__OCK-M{width:100%;display:flex;flex-direction:column;gap:8px}.RegisterChildForm-module__inputLabel__msOzw{font-size:16px;font-weight:500;color:#6b7280}.RegisterChildForm-module__inputField__ui9zJ{width:100%;padding:14px 16px;border:1px solid #E5E7EB;border-radius:12px;font-size:16px;color:#05100a;background:#fff;transition:all .2s;outline:none;box-sizing:border-box}.RegisterChildForm-module__inputField__ui9zJ:focus{border-color:var(--primary-color)}.RegisterChildForm-module__inputField__ui9zJ::placeholder{color:#9ca3af}.RegisterChildForm-module__inputFieldError__kQR7a{border-color:var(--bars-red-high)}.RegisterChildForm-module__inputFieldError__kQR7a:focus{border-color:var(--bars-red-high)}.RegisterChildForm-module__dateInputWrapper__rcMCP{position:relative;width:100%}.RegisterChildForm-module__dateInputWrapper__rcMCP .RegisterChildForm-module__inputField__ui9zJ{padding-right:50px}.RegisterChildForm-module__dateInputWrapper__rcMCP .RegisterChildForm-module__inputField__ui9zJ::-webkit-calendar-picker-indicator{display:none}.RegisterChildForm-module__dateInputWrapper__rcMCP .RegisterChildForm-module__inputField__ui9zJ::-webkit-inner-spin-button{display:none}.RegisterChildForm-module__calendarIcon__iACy6{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:auto;width:18px;height:18px;cursor:pointer;z-index:1}.RegisterChildForm-module__errorMessage__-0qGf{font-size:14px;font-weight:400;color:var(--bars-red-high);display:block}.RegisterChildForm-module__continueButton__XFluW{width:calc(100% - 48px);padding:16px;background:#e5e7eb;color:#9ca3af;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:not-allowed;margin:16px 24px 24px;flex-shrink:0;transition:all .2s}.RegisterChildForm-module__continueButton__XFluW.RegisterChildForm-module__active__b37EZ{background:var(--primary-color);color:#fff;cursor:pointer}.RegisterChildForm-module__continueButton__XFluW.RegisterChildForm-module__active__b37EZ:hover{background:color-mix(in srgb,var(--primary-color) 85%,black)}.RegisterChildForm-module__continueButton__XFluW.RegisterChildForm-module__active__b37EZ:active{transform:scale(.98)}.RulesVisit-module__modalOverlay__Ql0nZ{position:fixed;inset:0;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000;animation:RulesVisit-module__fadeIn__e-EnS .2s ease-out}@keyframes RulesVisit-module__fadeIn__e-EnS{0%{background-color:#0000}to{background-color:#0006}}.RulesVisit-module__modalContent__NCsM-{background:#fff;width:100%;max-height:100svh;min-height:400px;border-radius:0;height:100svh;display:flex;flex-direction:column;animation:RulesVisit-module__slideIn__n-kyz .3s ease-out;box-shadow:0 20px 60px #0000004d}.RulesVisit-module__formCard__KdHzl{display:flex;flex-direction:column;flex:1;min-height:0}@keyframes RulesVisit-module__slideIn__n-kyz{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.RulesVisit-module__modalHeader__-6Bzh{position:relative;display:flex;align-items:center;justify-content:center;padding:20px 24px;border-bottom:1px solid #F3F4F6;flex-shrink:0}.RulesVisit-module__backButton__tbBR-{position:absolute;left:24px;top:50%;transform:translateY(-50%);z-index:1;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#05100a;transition:opacity .2s}.RulesVisit-module__backButton__tbBR-:hover{opacity:.6}.RulesVisit-module__modalTitle__LolcI{width:100%;box-sizing:border-box;padding:0 48px;text-align:center;font-size:24px;font-weight:600;margin:0;color:#05100a}.RulesVisit-module__content__xVCCr{padding:24px 24px 200px;display:flex;flex-direction:column;flex:1;overflow-y:auto;gap:24px}.RulesVisit-module__rulesText__NVgJk{font-size:16px;font-weight:400;line-height:1.6;color:#05100a;white-space:pre-wrap;text-align:justify}.RulesVisit-module__bottomSection__CltI-{position:fixed;bottom:0;left:0;right:0;width:100vw;display:flex;flex-direction:column;align-items:center;padding:20px;background:#fff;box-shadow:0 0 16px #010b480f;box-sizing:border-box;gap:16px;z-index:10}.RulesVisit-module__checkboxContainer__XitfH{width:90%;max-width:700px;display:flex;align-items:flex-start;gap:12px;flex-shrink:0}.RulesVisit-module__checkboxLabel__szgnP{display:flex;align-items:flex-start;gap:12px;cursor:pointer;user-select:none;flex:1}.RulesVisit-module__checkbox__kCULS{position:absolute;opacity:0;width:0;height:0}.RulesVisit-module__customCheckbox__H8Ida{width:20px;height:20px;min-width:20px;min-height:20px;border:2px solid #E5E7EB;border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;margin-top:2px}.RulesVisit-module__customCheckbox__H8Ida.RulesVisit-module__checked__rS5KF{background:var(--primary-color);border-color:var(--primary-color)}.RulesVisit-module__labelText__5wY6G{font-size:16px;font-weight:400;line-height:1.5;color:#05100a;flex:1}.RulesVisit-module__continueButton__yxnle{width:90%;max-width:700px;padding:16px;background:#e5e7eb;color:#9ca3af;border:none;border-radius:100px;font-size:16px;font-weight:600;cursor:not-allowed;transition:all .2s}.RulesVisit-module__continueButton__yxnle.RulesVisit-module__active__-7qqB{background:var(--primary-color);color:#fff;cursor:pointer}.RulesVisit-module__continueButton__yxnle.RulesVisit-module__active__-7qqB:hover{background:color-mix(in srgb,var(--primary-color) 85%,black)}.RulesVisit-module__continueButton__yxnle.RulesVisit-module__active__-7qqB:active{transform:scale(.98)}.RulesVisit-module__errorMessage__nJ0oB{width:90%;max-width:700px;color:#dc2626;font-size:14px;font-weight:400;text-align:center;margin-bottom:8px;line-height:1.4}@media (min-width: 820px){.RulesVisit-module__modalOverlay__Ql0nZ{align-items:stretch;justify-content:flex-start}.RulesVisit-module__modalContent__NCsM-{--desktop-before-height: 200px;position:relative;width:100%;height:100%;min-height:100vh;background-color:#f2f4f8;border-radius:0;box-shadow:none}.RulesVisit-module__modalContent__NCsM-:before{content:"";position:absolute;top:0;left:0;right:0;height:var(--desktop-before-height);min-height:var(--desktop-before-height);background-color:var(--header-bg-color, var(--primary-color));pointer-events:none}.RulesVisit-module__formCard__KdHzl{position:absolute;top:calc(var(--desktop-before-height) - 135px);left:50%;transform:translate(-50%);z-index:1;width:calc(100% - 48px);max-width:440px;flex:none;min-height:auto;background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;padding:0;display:flex;flex-direction:column;max-height:calc(100vh - (var(--desktop-before-height) - 135px) - 24px)}.RulesVisit-module__modalHeader__-6Bzh{border-radius:20px 20px 0 0}.RulesVisit-module__content__xVCCr{flex:1;min-height:0;padding-bottom:24px}.RulesVisit-module__bottomSection__CltI-{position:static;width:100%;box-shadow:none;padding:24px 24px 32px;border-radius:0 0 20px 20px}.RulesVisit-module__continueButton__yxnle{width:100%;max-width:none;border-radius:10px}}.SuccessRegister-module__SuccessRegisterContainer__-HJiS{display:flex;flex-direction:column;align-items:center;width:100%;padding:20px;max-width:500px;margin:0 auto;min-height:100svh;box-sizing:border-box}.SuccessRegister-module__formCard__lfvsA{width:100%;display:flex;flex-direction:column;align-items:center}.SuccessRegister-module__SuccessRegisterContainer__-HJiS.SuccessRegister-module__embedded__3HaXh{min-height:0;max-width:none}@media (min-width: 820px){.SuccessRegister-module__SuccessRegisterContainer__-HJiS:not(.SuccessRegister-module__embedded__3HaXh){--desktop-before-height: 200px;padding:0;max-width:none;margin:0;min-height:100vh;background-color:#f2f4f8;position:relative}.SuccessRegister-module__SuccessRegisterContainer__-HJiS:not(.SuccessRegister-module__embedded__3HaXh):before{content:"";position:absolute;top:0;left:0;right:0;height:var(--desktop-before-height);min-height:var(--desktop-before-height);background-color:var(--header-bg-color, var(--primary-color));pointer-events:none}.SuccessRegister-module__SuccessRegisterContainer__-HJiS:not(.SuccessRegister-module__embedded__3HaXh) .SuccessRegister-module__formCard__lfvsA{position:absolute;top:calc(var(--desktop-before-height) - 135px);left:50%;transform:translate(-50%);z-index:1;width:calc(100% - 48px);max-width:500px;background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;padding:40px 44px 32px}.SuccessRegister-module__SuccessRegisterContainer__-HJiS.SuccessRegister-module__embedded__3HaXh .SuccessRegister-module__formCard__lfvsA{max-width:none}}.SuccessRegister-module__title__TuF72{font-size:24px;font-weight:600;margin:0 0 16px;text-align:center;color:#1a1a1a}.SuccessRegister-module__instructionText__RkYuD{font-size:16px;line-height:1.5;font-weight:400;color:#05100a;text-align:center;margin:0 0 24px;padding:0 10px}.SuccessRegister-module__personsList__AFOf6{width:100%;display:flex;flex-direction:column;gap:16px;margin-bottom:24px;flex:1}.SuccessRegister-module__personCard__gLHGD{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;width:100%}.SuccessRegister-module__qrCodeContainer__JGJt1{flex-shrink:0;width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;padding:8px;overflow:hidden}.SuccessRegister-module__qrCodeContainer__JGJt1 svg{width:100%;height:100%;display:block}.SuccessRegister-module__qrPlaceholder__2pC9o{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:12px}.SuccessRegister-module__divider__iUUW1{flex-shrink:0;width:1px;height:98px;display:flex;align-items:center;justify-content:center}.SuccessRegister-module__personInfo__55JqO{flex:1;display:flex;flex-direction:column;gap:15px}.SuccessRegister-module__personName__i6n6J{font-size:16px;font-weight:600;color:#05100a;margin:0;line-height:1.4;word-break:break-word}.SuccessRegister-module__personIdBadge__XecgG{display:inline-flex;align-items:center;gap:0;padding:6px 16px;border:1px solid #AAB3CF;border-radius:16px;width:fit-content}.SuccessRegister-module__personIdLabel__lO1Ki{font-size:14px;color:#aab3cf;font-weight:400}.SuccessRegister-module__personIdValue__pxJEJ{font-size:14px;color:#9ba5b8;font-weight:400}.SuccessRegister-module__buttonsContainer__8oOpy{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:auto;padding-top:20px}.SuccessRegister-module__newFormButton__Cit-u{width:100%;padding:14px 24px;background:var(--primary-color);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.SuccessRegister-module__newFormButton__Cit-u:hover{background:color-mix(in srgb,var(--primary-color) 85%,black)}.SuccessRegister-module__newFormButton__Cit-u:active{background:color-mix(in srgb,var(--primary-color) 80%,black)}.SuccessRegister-module__downloadButton__OUvm0{width:100%;padding:14px 24px;background:#fff;color:#1a1a1a;border:1px solid #e0e0e0;border-radius:12px;font-size:16px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s,border-color .2s}.SuccessRegister-module__downloadButton__OUvm0:hover{background:#f9f9f9;border-color:#d0d0d0}.SuccessRegister-module__downloadButton__OUvm0:active{background:#f0f0f0}.SuccessRegister-module__downloadButton__OUvm0 svg{flex-shrink:0}.HomePage-module__mainContainer__kXVmN{height:100svh;min-width:350px;display:flex;flex-direction:column;align-items:center;overflow-y:auto;overflow-x:hidden}@media (max-width: 819px){.HomePage-module__mainContainer__kXVmN:not([data-page=home]) .HomePage-module__headerContainer__XakeS{display:none}}.HomePage-module__headerContainer__XakeS{width:100%;height:20vh;max-height:200px;min-height:75px;background:var(--primary-color);flex-shrink:0;position:relative;z-index:1}.HomePage-module__headerWrapper__Ty-Sd{position:relative;top:15%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;z-index:100;padding-top:6px}.HomePage-module__userNameContainer__L0NO0{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;left:30px;color:#fff;overflow:hidden;max-width:calc(100% - 120px)}.HomePage-module__userNamePrimary__apygY{font-size:18px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.HomePage-module__userNamePrimaryOnly__v4vNF{font-size:18px}.HomePage-module__userNameSecondary__edulb{font-size:13px;font-weight:400;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.HomePage-module__logoutButton__uOxDl{position:relative;right:30px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;transition:all .2s}.HomePage-module__logoutButton__uOxDl:hover{background:#ffffff4d}.HomePage-module__logoutButton__uOxDl svg{width:30px;height:30px}.HomePage-module__headerNav__80lqo{display:none}.HomePage-module__headerRight__maC63{display:flex;align-items:center;gap:8px}.HomePage-module__headerLoginButton__nYhKE{display:none}.HomePage-module__headerNavItem__7su17{position:relative;display:inline-flex;align-items:center;gap:6px;padding:8px 10px;background:transparent;border:none;border-radius:8px;font-size:16px;font-weight:500;color:#ffffffe6;cursor:pointer;transition:background .2s,color .2s}.HomePage-module__headerNavItem__7su17:hover{background:#ffffff26;color:#fff}.HomePage-module__headerNavItemActive__ME9Ow{background:#ffffff40;color:#fff}.HomePage-module__headerNavBadge__Skdd-{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:var(--bars-red-high);color:#fff;border-radius:10px;font-size:12px;font-weight:700}.HomePage-module__contentCard__XssiC{width:100%;display:flex;flex-direction:column;gap:20px}.HomePage-module__tabPageWrapper__-0qH3{flex:1;width:100%;min-height:0;display:flex;flex-direction:column;overflow:auto}.HomePage-module__contentContainer__K-Q-k{position:relative;width:calc(100% - 60px);margin-top:clamp(-90px,-9vh,-20px);background:transparent;z-index:10;flex:1;display:flex;flex-direction:column;align-items:center;gap:20px;padding-bottom:80px}.HomePage-module__cardLoginError__t0gm1{width:100%;max-width:450px;margin-left:auto;margin-right:auto;text-align:center;font-size:14px;color:var(--bars-red-high);line-height:20px}.HomePage-module__cardLoginErrorAbove__Xr5HM{display:none}.HomePage-module__debtContainer__zzgTL{width:100%;max-width:700px;display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px 24px}.HomePage-module__debtText__-ANXm{font-size:16px;font-weight:500;color:#787f89;text-align:center;margin:0;line-height:1.5}.HomePage-module__goToCartButton__jfC-c{padding:14px 32px;background:var(--primary-color);color:#fff;border:none;border-radius:24px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}.HomePage-module__goToCartButton__jfC-c:hover{background:color-mix(in srgb,var(--primary-color) 80%,black)}.HomePage-module__switcherContainer__3jg1s{width:100%;max-width:700px;background:#f2f4f8;border-radius:100px;height:54px;padding:5px;display:flex;gap:4px}.HomePage-module__productsSection__m-KG3{width:100%;background:#fff;border-radius:16px;padding:24px;border:1px solid #E5E9F1}.HomePage-module__productsContainer__qTxnq{display:flex;flex-direction:column;gap:12px}.HomePage-module__productItem__aNLIn{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border:1px solid #E5E7EB;border-radius:12px}.HomePage-module__productInfo__PcLb-{display:flex;flex-direction:column;gap:4px}.HomePage-module__productName__Q6y1C{font-size:16px;font-weight:500;color:#000}.HomePage-module__priceContainer__8GNps{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.HomePage-module__price__4AzMh{font-size:16px;font-weight:500;color:#05100a}.HomePage-module__bonusWrapper__Ev-pw{display:flex}.HomePage-module__bonusLabel__PGVMw{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#5751fb;background:#edf0ff;padding:4px 10px;border-radius:999px}.HomePage-module__addButton__h8Nhc{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #E5E7EB;border-radius:24px;cursor:pointer;transition:all .2s;white-space:nowrap}.HomePage-module__addButton__h8Nhc:hover{background:#f9fafb;border-color:var(--primary-color)}.HomePage-module__quantityControl__T6Uwk{display:flex;align-items:stretch;gap:0;padding:0;background:#fff;border:1px solid #E5E7EB;border-radius:24px;height:40px}.HomePage-module__quantityButton__evWXi{width:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;font-size:24px;font-weight:400;color:#000;transition:background .2s}.HomePage-module__quantityButton__evWXi:hover{background:#f3f4f6}.HomePage-module__quantityButton__evWXi:first-child:hover{border-radius:23px 0 0 23px}.HomePage-module__quantityButton__evWXi:last-child:hover{border-radius:0 23px 23px 0}.HomePage-module__quantityValue__gjj-5{min-width:32px;padding:0 12px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;font-weight:600;color:#000;border-left:1px solid #E5E7EB;border-right:1px solid #E5E7EB}.HomePage-module__switchButton__4yatx{flex:1;padding:12px 24px;background:transparent;border:none;border-radius:100px;font-size:16px;font-weight:500;color:#05100a;cursor:pointer;transition:all .2s}.HomePage-module__switchButton__4yatx.HomePage-module__activeSwitch__VirW5{background:var(--primary-color);color:#fff}.HomePage-module__depositSection__o6rhl{background:#fff;border-radius:16px;padding:48px 24px;border:1px solid #E5E9F1;text-align:center}.HomePage-module__eventsSection__BalEs{width:100%;background:#fff;border-radius:16px;padding:24px;border:1px solid #E5E9F1}.HomePage-module__sectionTitle__LQ6PZ{font-size:20px;font-weight:600;margin:0 0 16px;color:#000}.HomePage-module__eventsButtons__Vy9f7{display:flex;flex-wrap:wrap;gap:12px}.HomePage-module__eventButton__MRtyn{padding:12px 24px;background:#fff;border:1px solid #E5E9F1;border-radius:24px;font-size:16px;font-weight:500;color:#000;cursor:pointer;transition:all .2s}.HomePage-module__eventButton__MRtyn:hover{border-color:var(--primary-color)}.HomePage-module__eventButton__MRtyn.HomePage-module__selected__Livx4{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.HomePage-module__loadingText__Z3cXN,.HomePage-module__errorText__ssTDK,.HomePage-module__emptyText__1UgO3{padding:12px 0;text-align:center;font-size:14px}.HomePage-module__loadingText__Z3cXN{color:#6b7280}.HomePage-module__errorText__ssTDK{color:#ef4444}.HomePage-module__timeSection__tbLgL .HomePage-module__errorText__ssTDK,.HomePage-module__emptyText__1UgO3{color:#787f89}.HomePage-module__timeSection__tbLgL{width:100%;background:#fff;border-radius:16px;padding:24px;border:1px solid #E5E9F1}.HomePage-module__timeButtons__dlIaW{display:flex;flex-wrap:wrap;gap:12px}.HomePage-module__timeButton__rYOzf{padding:12px 24px;background:#fff;border:1px solid #E5E9F1;border-radius:24px;font-size:16px;font-weight:500;color:#000;cursor:pointer;transition:all .2s}.HomePage-module__timeButton__rYOzf:hover{border-color:var(--primary-color)}.HomePage-module__timeButton__rYOzf.HomePage-module__selected__Livx4{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.HomePage-module__cartButton__3EfkE{width:70%;max-width:400px;align-self:center;margin-top:auto;margin-bottom:30px;display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 48px;background:#e5e9f1;border:none;border-radius:50px;font-size:18px;font-weight:600;color:#9ca3af;cursor:pointer;box-shadow:0 8px 24px #00000026;transition:all .3s}.HomePage-module__cartButton__3EfkE:hover{box-shadow:0 12px 32px #0003}.HomePage-module__cartButton__3EfkE.HomePage-module__active__3XPD9{background:var(--primary-color);color:#fff;padding:16px 32px;border-radius:50px}.HomePage-module__cartButton__3EfkE.HomePage-module__active__3XPD9:hover{background:color-mix(in srgb,var(--primary-color) 80%,black)}.HomePage-module__cartButton__3EfkE svg{width:24px;height:24px}.HomePage-module__cartBadge__HW-jA{background:#fff;color:var(--primary-color);border-radius:50%;min-width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;padding:0 8px;margin-left:4px}.HomePage-module__buttonsContainer__XpzhC{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between}.HomePage-module__componentButton__-togR{display:flex;flex-direction:column;background-color:var(--white-color);align-items:center;justify-content:center;gap:var(--ru);width:100%;max-width:130px;height:calc(11 * var(--ru));border-radius:calc(1.5 * var(--ru));font-size:max(14px,calc(1.6 * var(--ru)));cursor:pointer;box-shadow:0 4px 3px gray}.HomePage-module__componentButton__-togR:not(:last-child){margin-right:var(--ru)}div .HomePage-module__selected__Livx4{background-color:var(--primary-color);color:var(--white-color)}div .HomePage-module__selected__Livx4 img{filter:brightness(0) invert(1)}.HomePage-module__componentButton__-togR img{width:calc(3.5 * var(--ru));height:calc(3.5 * var(--ru))}.HomePage-module__successPay__RV0-j{background-color:var(--secondary-color);color:var(--primary-color);border:1px solid var(--primary-color);width:100%;box-sizing:border-box;padding:5px;text-align:center}.HomePage-module__bottomNavigation__xNgKG{position:fixed;bottom:0;left:0;right:0;height:55px;background:#fff;border-top:1px solid #E5E9F1;display:flex;justify-content:space-around;align-items:center;padding:0 20px;z-index:100}.HomePage-module__navButton__0Wx7U{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:8px 16px;transition:all .2s;border-radius:12px}.HomePage-module__navButton__0Wx7U:hover{background:#f2f4f8}.HomePage-module__navButton__0Wx7U svg{width:30px;height:30px;transition:all .2s}.HomePage-module__navButton__0Wx7U.HomePage-module__activeNav__a1jAl svg path{fill:var(--primary-color)}.HomePage-module__navBadge__-uN-5{position:absolute;top:4px;right:8px;background:var(--bars-red-high);color:#fff;border-radius:50%;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;padding:0 4px}.HomePage-module__placeholderPage__8nv4q{height:calc(100svh - 55px);display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f9fafb;padding:20px;text-align:center}.HomePage-module__placeholderPage__8nv4q h2{font-size:24px;font-weight:600;color:#000;margin:0 0 12px}.HomePage-module__placeholderPage__8nv4q p{font-size:16px;color:#6b7280;margin:0}@media (max-height: 600px){.HomePage-module__headerContainer__XakeS{height:120px;min-height:60px}.HomePage-module__contentContainer__K-Q-k{margin-top:-50px}.HomePage-module__contentContainer__K-Q-k{padding-bottom:70px}}@media (min-width: 820px){.HomePage-module__mainContainer__kXVmN{background:#f2f4f8}.HomePage-module__headerContainer__XakeS{display:flex;justify-content:center;align-items:center;height:100px;min-height:100px;max-height:100px;background:var(--primary-color)!important;padding:0 24px;box-sizing:border-box}.HomePage-module__headerWrapper__Ty-Sd{top:0;width:100%;max-width:1000px;margin:0 auto;height:65px;padding:0 10px 0 20px;box-sizing:border-box;background:#fff;border-radius:12px;align-items:center}.HomePage-module__userNameContainer__L0NO0{left:0;flex-shrink:0;max-width:280px;color:#05100a;gap:3px}.HomePage-module__userNamePrimaryOnly__v4vNF{font-size:18px}.HomePage-module__headerNav__80lqo{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.HomePage-module__headerNavItem__7su17{color:#05100a}.HomePage-module__headerNavItem__7su17:hover{background:#f2f4f8;color:#05100a}.HomePage-module__headerNavItemActive__ME9Ow{background:transparent;color:var(--primary-color)}.HomePage-module__headerNavItemActive__ME9Ow:hover{background:#f2f4f8;color:var(--primary-color)}.HomePage-module__headerNavBadge__Skdd-{background:var(--primary-color);color:#fff}.HomePage-module__headerRight__maC63{flex-shrink:0}.HomePage-module__headerLoginButton__nYhKE{display:inline-flex;align-items:center;padding:8px 16px;background:transparent;border:1px solid #C3CCDE;border-radius:100px;font-size:16px;font-weight:500;color:#05100a;cursor:pointer;transition:background .2s}.HomePage-module__headerLoginButton__nYhKE:hover{background:#f3f4f6}.HomePage-module__headerLoginButton__nYhKE:active{transform:scale(.98)}.HomePage-module__logoutButton__uOxDl{right:0}.HomePage-module__logoutButton__uOxDl:hover{background:#f2f4f8}.HomePage-module__logoutButton__uOxDl svg{width:24px;height:24px}.HomePage-module__logoutButton__uOxDl svg path{fill:#05100a}.HomePage-module__contentContainer__K-Q-k{width:100%;max-width:1000px;margin-top:24px;padding:0 24px 24px;flex-direction:column;align-items:stretch;display:flex}.HomePage-module__tabPageWrapper__-0qH3{flex:1;width:100%;max-width:1040px;margin:0 auto;padding:20px;background:#f2f4f8;display:flex;flex-direction:column;min-height:0;overflow:auto}.HomePage-module__cardLoginErrorAbove__Xr5HM{display:block}.HomePage-module__cardLoginErrorBelow__66ywh{display:none}.HomePage-module__contentCard__XssiC{background:#fff;border-radius:16px;padding:24px;border:1px solid #E5E9F1;gap:24px}.HomePage-module__switcherContainer__3jg1s{max-width:none}.HomePage-module__productsSection__m-KG3,.HomePage-module__eventsSection__BalEs,.HomePage-module__timeSection__tbLgL{background:#fff;border-radius:16px;border:1px solid #E5E9F1;padding:24px}.HomePage-module__bottomNavigation__xNgKG{display:none}.HomePage-module__mainContainer__kXVmN[data-payment-open=true][data-page=cart] .HomePage-module__tabPageWrapper__-0qH3{visibility:hidden}}.LinearCalendar-module__calendarContainer__aYxLY{height:100px;width:100%;display:flex;justify-content:center;align-items:center;border-radius:16px;border:1px solid #E5E9F1;background:#fff;padding:16px}.LinearCalendar-module__calendarDays__6prc-{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative}.LinearCalendar-module__arrowWrapper__o6eF0{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:10px}.LinearCalendar-module__daysViewport__PXgyo{flex:1;overflow:hidden}.LinearCalendar-module__daysWrapper__v8z9B{display:flex;justify-content:flex-start;flex:1}.LinearCalendar-module__calendarDates__8kcAz{display:flex;flex-direction:column;align-items:center;justify-content:center;width:61px;height:68px;padding:calc(.5 * var(--ru)) var(--ru);margin:0px var(--ru);user-select:none}.LinearCalendar-module__calendarDay__wZMXM{font-size:14px;font-weight:600;color:#aab3cf;margin-bottom:10px}.LinearCalendar-module__calendarDate__4FL6F{display:flex;align-items:center;justify-content:center;width:61px;height:34px;font-size:16px;font-weight:600;color:#05100a;border-radius:100px;cursor:pointer}.LinearCalendar-module__holiday__enYSP div{color:#a31010}.LinearCalendar-module__selectedDate__9BaxA{background-color:var(--primary-color);color:var(--white-color)!important}.LinearCalendar-module__switchDayButton__QTYLG{cursor:pointer;user-select:none;width:var(--ru)}.TariffsModal-module__modalOverlay__o-QHz{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:1000;animation:TariffsModal-module__fadeIn__GuQKt .3s ease-out}@keyframes TariffsModal-module__fadeIn__GuQKt{0%{background-color:#0000}to{background-color:#00000080}}.TariffsModal-module__modalContent__ku8tF{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:1000px;height:80vh;overflow-y:auto;padding:0;display:flex;flex-direction:column;animation:TariffsModal-module__slideUp__NHPDa .3s ease-out;transition:transform .1s ease-out;@media (max-height: 700px){height:95vh}}@keyframes TariffsModal-module__slideUp__NHPDa{0%{transform:translateY(100%)}to{transform:translateY(0)}}.TariffsModal-module__dragHandle__eZQVy{width:100%;padding:12px 0;display:flex;justify-content:center;align-items:center;cursor:grab;flex-shrink:0}.TariffsModal-module__dragHandle__eZQVy:active{cursor:grabbing}.TariffsModal-module__dragLine__QVb-C{width:40px;height:4px;background:#d1d5db;border-radius:2px}.TariffsModal-module__modalHeader__PA7Sg{position:relative;display:flex;align-items:center;justify-content:center;padding:0 24px 16px;flex-shrink:0}.TariffsModal-module__modalTitle__I4qCr{width:100%;box-sizing:border-box;padding:0 48px;text-align:center;font-size:28px;font-weight:600;margin:0;color:#000}.TariffsModal-module__closeButton__-LJIO{position:absolute;right:24px;top:50%;transform:translateY(-50%);z-index:1;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:color .2s}.TariffsModal-module__closeButton__-LJIO:hover{color:#000}.TariffsModal-module__selectionInfo__corEZ{display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid #E5E9F1;border-radius:12px;margin:0 24px;flex-shrink:0;text-align:center;@media (max-width: 420px){gap:3px;padding:8px;margin:0 10px}}.TariffsModal-module__infoText__9D0GL{font-size:16px;font-weight:400;color:#000}.TariffsModal-module__infoTextMain__EoUfI{font-size:18px;font-weight:600;color:#000}.TariffsModal-module__separator__adHnn{color:#9ca3af;font-size:14px}.TariffsModal-module__zonesContainer__BeaRR{display:flex;flex-direction:column;gap:24px;padding:24px;flex:1;overflow-y:auto}.TariffsModal-module__zoneSection__zEumP{display:flex;flex-direction:column;gap:12px}.TariffsModal-module__zoneName__YTFVt{font-size:20px;font-weight:600;margin:0;color:#000}.TariffsModal-module__tariffsContainer__SUDuW{display:flex;flex-direction:column;gap:12px}.TariffsModal-module__tariffItem__MDqJI{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border:1px solid #E5E7EB;border-radius:12px}.TariffsModal-module__tariffInfo__ks3p-{display:flex;flex-direction:column;gap:4px}.TariffsModal-module__tariffName__Mc-Bz{font-size:16px;font-weight:500;color:#000}.TariffsModal-module__priceContainer__N4CgZ{display:flex;align-items:center;gap:8px}.TariffsModal-module__oldPrice__Nur-u{font-size:14px;color:#9ca3af;text-decoration:line-through}.TariffsModal-module__addButton__Q-D39{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #E5E7EB;border-radius:24px;cursor:pointer;transition:all .2s;white-space:nowrap}.TariffsModal-module__addButton__Q-D39:hover{background:#f9fafb;border-color:var(--primary-color)}.TariffsModal-module__price__qxIm8{font-size:16px;font-weight:500;color:#05100a}.TariffsModal-module__bonusLabel__ojeJm{margin-top:8px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#5751fb;background:#edf0ff;padding:4px 10px;border-radius:999px}.TariffsModal-module__quantityControl__JmUZL{display:flex;align-items:stretch;gap:0;padding:0;background:#fff;border:1px solid #E5E7EB;border-radius:24px;height:40px}.TariffsModal-module__quantityButton__SDCLA{width:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;font-size:24px;font-weight:400;color:#000;transition:background .2s}.TariffsModal-module__quantityButton__SDCLA:hover{background:#f3f4f6}.TariffsModal-module__quantityButton__SDCLA:first-child:hover{border-radius:23px 0 0 23px}.TariffsModal-module__quantityButton__SDCLA:last-child:hover{border-radius:0 23px 23px 0}.TariffsModal-module__quantityValue__pB5T-{min-width:32px;padding:0 12px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;font-weight:600;color:#000;border-left:1px solid #E5E7EB;border-right:1px solid #E5E7EB}.TariffsModal-module__continueButton__yFo4L{width:calc(100% - 48px);padding:16px;background:#e5e7eb;color:#9ca3af;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:not-allowed;margin:16px 24px 24px;flex-shrink:0}.TariffsModal-module__continueButton__yFo4L.TariffsModal-module__active__5Duhn{background:var(--primary-color);color:#fff;cursor:pointer}.TariffsModal-module__continueButton__yFo4L.TariffsModal-module__active__5Duhn:hover{background:color-mix(in srgb,var(--primary-color) 80%,black)}.TariffsModal-module__loadingText__Z9blG,.TariffsModal-module__errorText__LpzMx,.TariffsModal-module__emptyText__R46Zn{padding:16px 24px;text-align:center;font-size:14px}.TariffsModal-module__loadingText__Z9blG{color:#6b7280}.TariffsModal-module__errorText__LpzMx{color:#ef4444}.TariffsModal-module__emptyText__R46Zn{color:#9ca3af}@media (min-width: 820px){.TariffsModal-module__modalOverlay__o-QHz{align-items:center}.TariffsModal-module__modalContent__ku8tF{max-width:700px;width:calc(100% - 48px);height:auto;max-height:85vh;border-radius:24px;animation:none;transform:none}.TariffsModal-module__dragLine__QVb-C{display:none}}.DepositSection-module__depositSection__enSH2{width:100%;display:flex;flex-direction:column;gap:16px;padding:0}.DepositSection-module__optionsList__vA534{display:flex;flex-direction:column;gap:12px}.DepositSection-module__optionItem__c2KHp{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border:1px solid #E5E7EB;border-radius:12px;transition:all .2s}.DepositSection-module__optionItem__c2KHp:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000000d}.DepositSection-module__optionLabel__Vl4po{font-size:16px;font-weight:500;color:#000;margin-right:5px}.DepositSection-module__addButton__ZrsLU{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #E5E7EB;border-radius:24px;cursor:pointer;transition:all .2s;white-space:nowrap}.DepositSection-module__addButton__ZrsLU:hover{background:#f9fafb;border-color:var(--primary-color)}.DepositSection-module__addButton__ZrsLU:active{background:#f3f4f6;transform:scale(.98)}.DepositSection-module__plusIcon__1qnDc{font-size:20px;font-weight:600;color:var(--primary-color);line-height:1}.DepositSection-module__buttonText__-3x-f{font-size:14px;font-weight:500;color:#000}.DepositModal-module__modalOverlay__w9MBF{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:1000;animation:DepositModal-module__fadeIn__LUxCH .3s ease-out}@keyframes DepositModal-module__fadeIn__LUxCH{0%{background-color:#0000}to{background-color:#00000080}}.DepositModal-module__modalContent__-CwR5{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:1000px;height:80vh;overflow-y:auto;padding:0 0 50px;display:flex;flex-direction:column;animation:DepositModal-module__slideUp__wV7Bz .3s ease-out;transition:transform .1s ease-out}@keyframes DepositModal-module__slideUp__wV7Bz{0%{transform:translateY(100%)}to{transform:translateY(0)}}.DepositModal-module__dragHandle__KHL3g{width:100%;padding:12px 0;display:flex;justify-content:center;align-items:center;cursor:grab;flex-shrink:0}.DepositModal-module__dragHandle__KHL3g:active{cursor:grabbing}.DepositModal-module__dragLine__8Z-6V{width:40px;height:4px;background:#d1d5db;border-radius:2px}.DepositModal-module__modalHeader__KVHyD{position:relative;display:flex;align-items:center;justify-content:center;padding:0 24px 16px;flex-shrink:0}.DepositModal-module__modalTitle__I3smq{width:100%;box-sizing:border-box;padding:0 48px;text-align:center;font-size:28px;font-weight:600;margin:0;color:#000}.DepositModal-module__closeButton__t4OgI{position:absolute;right:24px;top:50%;transform:translateY(-50%);z-index:1;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:color .2s}.DepositModal-module__closeButton__t4OgI:hover{color:#000}.DepositModal-module__inputContainer__W-Cqu{padding:0 24px 24px;flex:1;display:flex;flex-direction:column}.DepositModal-module__inputLabel__sJL9r{display:block;font-size:16px;color:#6b7280;margin-bottom:8px;font-weight:400}.DepositModal-module__inputWrapper__vKnGE{position:relative}.DepositModal-module__amountInput__-mXY8{width:100%;padding:16px;font-size:24px;font-weight:600;color:#000;border:1px solid #E5E7EB;border-radius:12px;background:#f9fafb;box-sizing:border-box;outline:none;text-align:left}.DepositModal-module__amountInput__-mXY8:focus{border-color:var(--primary-color);background:#fff}.DepositModal-module__amountInput__-mXY8::placeholder{color:#d1d5db}.DepositModal-module__amountInput__-mXY8::-webkit-outer-spin-button,.DepositModal-module__amountInput__-mXY8::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.DepositModal-module__amountInput__-mXY8[type=number]{appearance:textfield;-moz-appearance:textfield}.DepositModal-module__continueButton__lM-DZ{width:calc(100% - 48px);padding:16px;background:#e5e7eb;color:#9ca3af;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:not-allowed;margin:auto 24px 24px;flex-shrink:0}.DepositModal-module__continueButton__lM-DZ.DepositModal-module__active__lONgS{background:var(--primary-color);color:#fff;cursor:pointer}.DepositModal-module__continueButton__lM-DZ.DepositModal-module__active__lONgS:hover{background:color-mix(in srgb,var(--primary-color) 80%,black)}.DepositModal-module__continueButton__lM-DZ.DepositModal-module__active__lONgS:active{background:color-mix(in srgb,var(--primary-color) 75%,black)}@media (min-width: 820px){.DepositModal-module__modalOverlay__w9MBF{align-items:center}.DepositModal-module__modalContent__-CwR5{max-width:500px;width:calc(100% - 48px);height:auto;max-height:85vh;border-radius:24px;animation:none;transform:none;padding:0}.DepositModal-module__dragLine__8Z-6V{display:none}}.VirtualCard-module__cardWrapper__8nvOY{width:100%;min-width:370px;display:flex;flex-direction:column;align-items:center}.VirtualCard-module__cardContainer__ulW1D{background:#fff;border-radius:16px;padding:20px;border:1px solid #E5E9F1;width:100%;max-width:600px;display:flex;flex-direction:column;gap:12px}.VirtualCard-module__cardContent__jK1Br{display:flex;gap:16px}.VirtualCard-module__qrSection__-aDz6{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fff;padding:4px}.VirtualCard-module__infoSection__6kjE4{flex:1;display:flex;flex-direction:column;gap:8px}.VirtualCard-module__cardTitle__HFQvJ{font-size:20px;font-weight:600;color:#05100a}.VirtualCard-module__cardInfo__ProKV{display:flex;flex-direction:column;gap:4px}.VirtualCard-module__infoRow__rJWYm{display:flex;gap:4px;font-size:12px}.VirtualCard-module__infoLabel__813Vd,.VirtualCard-module__infoValue__wpdVg{color:#787f89;font-size:14px;font-weight:400}.VirtualCard-module__balanceContainer__G05lC{display:flex;gap:4px;margin-top:auto}.VirtualCard-module__balanceItem__pI2te{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #5DB100;border-radius:100px}.VirtualCard-module__balanceItem__pI2te:has(svg[fill*="#5751FB"]),.VirtualCard-module__balanceItem__pI2te:last-child:not(:first-child){border-color:#5751fb}.VirtualCard-module__balanceValue__opSHb{font-size:14px;font-weight:400;color:#5db100}.VirtualCard-module__balanceItem__pI2te:has(svg[fill*="#5751FB"]) .VirtualCard-module__balanceValue__opSHb,.VirtualCard-module__balanceItem__pI2te:last-child:not(:first-child) .VirtualCard-module__balanceValue__opSHb{color:#5751fb}.VirtualCard-module__balanceItem__pI2te.VirtualCard-module__negativeBalance__twxzI{border-color:var(--bars-red-high)}.VirtualCard-module__balanceItem__pI2te.VirtualCard-module__negativeBalance__twxzI .VirtualCard-module__balanceValue__opSHb{color:var(--bars-red-high)}.VirtualCard-module__balanceItem__pI2te.VirtualCard-module__negativeBalance__twxzI svg path[fill="#5DB100"]{fill:var(--bars-red-high)}.VirtualCard-module__messageUnderCard__yLbQK{margin-top:10px;width:100%;text-align:center;color:#aab3cf;font-size:14px;font-weight:400;line-height:20px}.VirtualCard-module__messageUnderCard__yLbQK.VirtualCard-module__errorMessage__TQjFt{color:var(--bars-red-high)}.VirtualCard-module__loginButton__XGaLu{width:100%;padding:8px 16px;border:1px solid #C3CCDE;border-radius:100px;background:transparent;color:#05100a;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;align-self:center}.VirtualCard-module__loginButton__XGaLu:hover{background:#f3f4f6}.VirtualCard-module__loginButton__XGaLu:active{transform:scale(.98)}@media (min-width: 820px){.VirtualCard-module__cardContainer__ulW1D{max-width:450px}.VirtualCard-module__loginButton__XGaLu{display:none}}.BasketPage-module__pageContainer__wcxOE{height:100svh;width:100%;display:flex;flex-direction:column;background:#fff;overflow:hidden}.BasketPage-module__pageHeader__a5XvE{display:flex;align-items:center;justify-content:center;padding:17px 24px;border-bottom:1px solid #F3F4F6;flex-shrink:0;background:#fff}.BasketPage-module__pageTitle__wPlwR{text-align:center;font-size:20px;font-weight:600;margin:0;color:#000}.BasketPage-module__emptyCart__8NWSL{padding:60px 24px;text-align:center;color:#9ca3af;font-size:16px;flex:1;display:flex;align-items:center;justify-content:center}.BasketPage-module__basketColumns__TVZbp{display:flex;flex-direction:column;flex:1;min-height:0}.BasketPage-module__basketLeft__nHFya{flex:1;min-height:0;display:flex;flex-direction:column}.BasketPage-module__basketRight__Y3p7r{display:flex;flex-direction:column;gap:12px}.BasketPage-module__cartItemsContainer__QQTcs{padding:16px 24px 147px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;flex:1}.BasketPage-module__cartItem__EWWrY{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;background:#fff;border:1px solid #E5E7EB;border-radius:16px;gap:16px}.BasketPage-module__itemInfo__HYQhv{width:100%;flex:1;display:flex;flex-direction:column;min-width:0}.BasketPage-module__itemNameRow__N-q-5{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:5px}.BasketPage-module__itemName__xoog0{font-size:16px;font-weight:600;color:#000;margin:0;line-height:1.3;flex:1}.BasketPage-module__priceSection__LJ30T{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-bottom:5px}.BasketPage-module__currentPrice__rNiX1{font-size:14px;font-weight:500;color:#000}.BasketPage-module__totalPrice__tEjus{font-size:14px;font-weight:500;color:#9ca3af}.BasketPage-module__bonusInfo__QspaI{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#edf0ff}.BasketPage-module__bonusText__QH4gi{font-size:14px;color:#5751fb;font-weight:500}.BasketPage-module__eventDetails__5LHzb{font-size:14px;color:#6b7280;display:flex;flex-wrap:wrap;gap:6px;align-items:center;line-height:1.5}.BasketPage-module__dividerLine__ltn2G{width:100%;height:1px;background-color:#e5e7eb;margin:8px 0}.BasketPage-module__itemContentRow__49hZd{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.BasketPage-module__itemDetailsPartial__p4Jui{width:60%;flex-shrink:0}.BasketPage-module__itemDetailsFull__Qzwwj{flex:1;min-width:0}.BasketPage-module__itemControlsPartial__fV4GN{width:40%;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-shrink:0;padding-right:16px}.BasketPage-module__itemControlsFull__nun27{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;padding-left:16px}.BasketPage-module__quantityControl__8ZXna{display:flex;align-items:stretch;gap:0;padding:0;background:#fff;border:1px solid #E5E7EB;border-radius:24px;height:40px}.BasketPage-module__quantityButton__0ja5V{width:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;font-size:24px;font-weight:400;color:#000;transition:background .2s;padding:0}.BasketPage-module__quantityButton__0ja5V:hover:not(:disabled){background:#f3f4f6}.BasketPage-module__quantityButton__0ja5V:first-child:hover{border-radius:23px 0 0 23px}.BasketPage-module__quantityButton__0ja5V:last-child:hover{border-radius:0 23px 23px 0}.BasketPage-module__quantityButton__0ja5V:disabled{cursor:not-allowed}.BasketPage-module__quantityValue__0w9q-{min-width:32px;padding:0 12px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;font-weight:600;color:var(--bars-black);border-left:1px solid #E5E7EB;border-right:1px solid #E5E7EB;user-select:none}.BasketPage-module__quantityValueDisabled__YtjoS{min-width:32px;padding:6px 12px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;font-weight:600;color:var(--bars-black);border:1px solid #E5E7EB;border-radius:5px;user-select:none}.BasketPage-module__removeButton__lzngw{background:transparent;border:none;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:opacity .2s;padding:0}.BasketPage-module__removeButton__lzngw:hover{opacity:.6}.BasketPage-module__totalSection__aJ80t{display:flex;flex-direction:column;gap:8px;padding:20px;background:#fff;border:1px solid #E5E7EB;border-radius:16px;margin-top:8px}.BasketPage-module__totalRow__gMrGX{display:flex;justify-content:space-between;align-items:center}.BasketPage-module__totalLabel__7V5D8,.BasketPage-module__totalAmount__qfQx-{font-size:22px;font-weight:600;color:#05100a}.BasketPage-module__subtotalRow__69X80{display:flex;justify-content:space-between;align-items:center}.BasketPage-module__subtotalLabel__JM-Qs,.BasketPage-module__subtotalAmount__6cPMN{font-size:18px;font-weight:400;color:#05100a}.BasketPage-module__bonusRow__tan7f{display:flex;justify-content:space-between;align-items:center}.BasketPage-module__bonusLabel__0GDFj{font-size:18px;font-weight:400;color:#05100a}.BasketPage-module__bonusAmount__LXn8Y{font-size:18px;font-weight:600;color:#5751fb}.BasketPage-module__footer__9--jc{position:fixed;bottom:55px;left:0;right:0;display:flex;flex-direction:column;gap:12px;padding:16px 24px 24px;flex-shrink:0;background:#fff;z-index:90}.BasketPage-module__continueButton__3SRmm{width:100%;padding:16px;background:var(--primary-color);color:#fff;border:none;border-radius:100px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}.BasketPage-module__continueButton__3SRmm:hover:not(:disabled){background:color-mix(in srgb,var(--primary-color) 85%,black)}.BasketPage-module__continueButton__3SRmm:active:not(:disabled){transform:scale(.98)}.BasketPage-module__continueButton__3SRmm:disabled{cursor:not-allowed}@media (min-width: 820px){.BasketPage-module__pageHeader__a5XvE{display:none}.BasketPage-module__pageContainer__wcxOE{background:transparent;height:auto;flex:1;min-height:0}.BasketPage-module__basketColumns__TVZbp{flex-direction:row;gap:20px;align-items:flex-start;flex:1;min-height:0}.BasketPage-module__basketLeft__nHFya{width:58%;flex:none;background:#fff;border-radius:16px;border:1px solid #E5E9F1;padding:0;overflow:hidden;display:flex;flex-direction:column}.BasketPage-module__basketRight__Y3p7r{width:39%;flex:none;background:#fff;border-radius:16px;border:1px solid #E5E9F1;padding:24px;gap:16px}.BasketPage-module__cartItemsContainer__QQTcs{padding:24px}.BasketPage-module__totalSection__aJ80t{margin-top:0}.BasketPage-module__footer__9--jc{position:static;padding:0;background:transparent}}.PaymentModal-module__modalOverlay__4KInC{position:fixed;inset:0;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000;animation:PaymentModal-module__fadeIn__7TXp- .2s ease-out}@keyframes PaymentModal-module__fadeIn__7TXp-{0%{background-color:#0000}to{background-color:#0006}}.PaymentModal-module__modalContent__U4Oex{background:#fff;border-radius:24px;width:60%;max-height:85vh;display:flex;flex-direction:column;min-height:0;animation:PaymentModal-module__slideIn__tiMfz .3s ease-out;box-shadow:0 20px 60px #0000004d}@keyframes PaymentModal-module__slideIn__tiMfz{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.PaymentModal-module__modalHeader__A-xtO{position:relative;display:flex;align-items:center;justify-content:center;padding:20px 24px;border-bottom:1px solid #F3F4F6;flex-shrink:0}.PaymentModal-module__backButton__mWieJ{position:absolute;left:24px;top:50%;transform:translateY(-50%);z-index:1;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#000;transition:opacity .2s}.PaymentModal-module__backButton__mWieJ:hover{opacity:.6}.PaymentModal-module__modalTitle__fLQ-J{width:100%;box-sizing:border-box;padding:0 48px;text-align:center;font-size:24px;font-weight:600;margin:0;color:#000}.PaymentModal-module__contentContainer__Ilpz-{padding:24px;display:flex;flex-direction:column;gap:24px;overflow-y:auto;flex:1;min-height:0}.PaymentModal-module__emailSection__9tzzY{display:flex;gap:16px}.PaymentModal-module__inputGroup__HC-cD{flex:1;display:flex;flex-direction:column;gap:8px}.PaymentModal-module__inputLabel__p1WZK{font-size:16px;font-weight:500;color:#6b7280}.PaymentModal-module__emailInput__b83P2{width:100%;padding:14px 16px;border:1px solid #E5E7EB;border-radius:12px;font-size:16px;color:#000;background:#fff;transition:all .2s;outline:none}.PaymentModal-module__emailInput__b83P2:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-color) 10%,transparent)}.PaymentModal-module__emailInput__b83P2.PaymentModal-module__inputError__p-ZVP{border-color:#ef4444}.PaymentModal-module__emailInput__b83P2.PaymentModal-module__inputError__p-ZVP:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.PaymentModal-module__credentialsSection__BLRqr{display:flex;flex-direction:column;gap:16px}.PaymentModal-module__paymentMethodSection__G1dO6{display:flex;flex-direction:column;gap:12px;padding:24px;border:1px solid #E5E9F1;border-radius:12px}.PaymentModal-module__paymentOption__6xg2L{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;cursor:pointer;transition:all .2s;justify-content:space-between}.PaymentModal-module__radioInput__8zd6r{position:absolute;opacity:0;width:0;height:0}.PaymentModal-module__radioCustom__Gv1MU{width:24px;height:24px;min-width:24px;border:2px solid #D1D5DB;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;background:#fff}.PaymentModal-module__radioInput__8zd6r:checked+.PaymentModal-module__radioCustom__Gv1MU{border-color:var(--primary-color);background:#fff}.PaymentModal-module__radioInner__oBuRW{width:12px;height:12px;border-radius:50%;background:var(--primary-color);opacity:0;transform:scale(0);transition:all .2s}.PaymentModal-module__radioInput__8zd6r:checked+.PaymentModal-module__radioCustom__Gv1MU .PaymentModal-module__radioInner__oBuRW{opacity:1;transform:scale(1)}.PaymentModal-module__paymentOption__6xg2L svg{width:24px;height:24px;color:#6b7280}.PaymentModal-module__paymentInfo__TaUpW{display:flex;align-items:center;gap:12px;flex:1}.PaymentModal-module__paymentText__BJjjJ{font-size:16px;font-weight:400;color:#05100a}.PaymentModal-module__paymentOption__6xg2L>svg{flex-shrink:0}.PaymentModal-module__totalSection__vcWNz{display:flex;justify-content:space-between;align-items:center;padding:24px;border:1px solid #E5E9F1;border-radius:12px}.PaymentModal-module__totalLabel__NUKoS{font-size:22px;font-weight:600;color:#000}.PaymentModal-module__totalAmount__fmPNG{font-size:22px;font-weight:700;color:#000}.PaymentModal-module__footer__be-dc{display:flex;flex-direction:column;gap:12px;padding:16px 24px 24px;flex-shrink:0}.PaymentModal-module__agreementLabel__dzzKd{display:flex;align-items:flex-start;gap:12px;cursor:pointer;position:relative}.PaymentModal-module__agreementCheckbox__lk-yk{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.PaymentModal-module__checkmark__wKHcG{width:20px;height:20px;min-width:20px;background-color:#fff;border:2px solid #D1D5DB;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.PaymentModal-module__agreementCheckbox__lk-yk:checked+.PaymentModal-module__checkmark__wKHcG{background-color:var(--primary-color);border-color:var(--primary-color)}.PaymentModal-module__agreementText__FdzhD{margin:0;font-size:14px;line-height:1.5;color:#6b7280;text-align:left;flex:1}.PaymentModal-module__agreementLink__j6AGi{color:var(--primary-color);text-decoration:none;transition:color .2s}.PaymentModal-module__agreementLink__j6AGi:hover{text-decoration:underline}.PaymentModal-module__payButton__2DSjY{width:100%;padding:16px;background:var(--primary-color);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.PaymentModal-module__payButton__2DSjY:hover:not(:disabled){background:color-mix(in srgb,var(--primary-color) 85%,black)}.PaymentModal-module__payButton__2DSjY:active:not(:disabled){transform:scale(.98)}.PaymentModal-module__payButton__2DSjY:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.PaymentModal-module__loadingText__d3aUh{padding:16px;text-align:center;color:#6b7280;font-size:14px}@media (max-width: 1300px){.PaymentModal-module__modalContent__U4Oex{width:100%;max-height:100svh;border-radius:0;height:100svh;min-height:0}.PaymentModal-module__modalHeader__A-xtO{padding:16px 20px}.PaymentModal-module__backButton__mWieJ{left:20px}.PaymentModal-module__modalTitle__fLQ-J{padding:0 44px}.PaymentModal-module__contentContainer__Ilpz-{padding:20px;min-height:0}.PaymentModal-module__emailSection__9tzzY{flex-direction:column;gap:12px}.PaymentModal-module__paymentMethodSection__G1dO6{padding:16px}.PaymentModal-module__totalSection__vcWNz{padding:20px}.PaymentModal-module__footer__be-dc{padding:16px 20px 20px}}@media (min-width: 820px){.PaymentModal-module__modalOverlay__4KInC{top:100px;height:calc(100vh - 100px);align-items:flex-start;padding:20px 20px 24px;background-color:transparent;animation:none}.PaymentModal-module__modalContent__U4Oex{width:100%;max-width:1000px;margin:0 auto;height:auto;max-height:calc(100vh - 148px);background:#fff;border-radius:16px;border:1px solid #E5E9F1;animation:none;flex:0 0 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column;box-shadow:none}.PaymentModal-module__modalHeader__A-xtO{padding:20px 24px;border-bottom:none;flex-shrink:0}.PaymentModal-module__modalTitle__fLQ-J{text-align:left;padding:0 24px 0 48px;font-size:22px}.PaymentModal-module__contentContainer__Ilpz-{flex:1;min-height:0;overflow-y:auto}.PaymentModal-module__footer__be-dc{flex-shrink:0}}.AgreementModal-module__modalOverlay__INm9T{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:1100;animation:AgreementModal-module__fadeIn__mJYqZ .3s ease-out}@keyframes AgreementModal-module__fadeIn__mJYqZ{0%{background-color:#0000}to{background-color:#00000080}}.AgreementModal-module__modalContent__Kblhy{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:1000px;max-height:90vh;height:80vh;display:flex;flex-direction:column;padding:0;animation:AgreementModal-module__slideUp__KCRGb .3s ease-out;transition:transform .1s ease-out}@keyframes AgreementModal-module__slideUp__KCRGb{0%{transform:translateY(100%)}to{transform:translateY(0)}}.AgreementModal-module__dragHandle__jt2tO{width:100%;padding:12px 0;display:flex;justify-content:center;align-items:center;cursor:grab;flex-shrink:0}.AgreementModal-module__dragHandle__jt2tO:active{cursor:grabbing}.AgreementModal-module__dragLine__-zFQg{width:48px;height:4px;background:#d1d5db;border-radius:999px}.AgreementModal-module__modalHeader__xD9aq{position:relative;display:flex;align-items:center;justify-content:center;padding:0 24px 16px;flex-shrink:0}.AgreementModal-module__modalTitle__uFskH{width:100%;box-sizing:border-box;padding:0 48px;text-align:center;font-size:24px;font-weight:600;margin:0;color:#111827}.AgreementModal-module__closeButton__2C-Nc{position:absolute;right:24px;top:50%;transform:translateY(-50%);z-index:1;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:color .2s}.AgreementModal-module__closeButton__2C-Nc:hover{color:#111827}.AgreementModal-module__textContent__lNWt1{flex:1;overflow-y:auto;padding:0 24px 24px}.AgreementModal-module__agreementParagraph__4UjPu{font-size:16px;line-height:1.5;color:#374151;white-space:pre-line}.AgreementModal-module__agreementParagraph__4UjPu+.AgreementModal-module__agreementParagraph__4UjPu{margin-top:16px}.AgreementModal-module__footer__-E7Tk{padding:0 24px 32px;flex-shrink:0}.AgreementModal-module__backButton__SP8qU{width:100%;padding:14px 16px;background:var(--primary-color);border:none;border-radius:16px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.AgreementModal-module__backButton__SP8qU:hover{background:color-mix(in srgb,var(--primary-color) 85%,black)}.AgreementModal-module__backButton__SP8qU:active{transform:scale(.98)}@media (max-width: 819px){.AgreementModal-module__modalContent__Kblhy{height:90vh;border-radius:24px 24px 0 0}.AgreementModal-module__textContent__lNWt1,.AgreementModal-module__footer__-E7Tk{padding:0 20px 24px}}@media (min-width: 820px){.AgreementModal-module__modalOverlay__INm9T{align-items:center}.AgreementModal-module__modalContent__Kblhy{max-width:800px;width:calc(100% - 48px);height:auto;max-height:85vh;border-radius:24px;animation:none;transform:none}.AgreementModal-module__dragLine__-zFQg{display:none}}.RulesModal-module__modalOverlay__ClbGi{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:1100;animation:RulesModal-module__fadeIn__Ah-Ry .3s ease-out}@keyframes RulesModal-module__fadeIn__Ah-Ry{0%{background-color:#0000}to{background-color:#00000080}}.RulesModal-module__modalContent__SOqtX{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:1000px;max-height:90vh;height:80vh;display:flex;flex-direction:column;padding:0;animation:RulesModal-module__slideUp__CAK2C .3s ease-out;transition:transform .1s ease-out}@keyframes RulesModal-module__slideUp__CAK2C{0%{transform:translateY(100%)}to{transform:translateY(0)}}.RulesModal-module__dragHandle__Q1o66{width:100%;padding:12px 0;display:flex;justify-content:center;align-items:center;cursor:grab;flex-shrink:0}.RulesModal-module__dragHandle__Q1o66:active{cursor:grabbing}.RulesModal-module__dragLine__pN2C9{width:48px;height:4px;background:#d1d5db;border-radius:999px}.RulesModal-module__modalHeader__qNFgI{position:relative;display:flex;align-items:center;justify-content:center;padding:0 24px 16px;flex-shrink:0}.RulesModal-module__modalTitle__oEFBd{width:100%;box-sizing:border-box;padding:0 48px;text-align:center;font-size:24px;font-weight:600;margin:0;color:#111827}.RulesModal-module__closeButton__6-Jhe{position:absolute;right:24px;top:50%;transform:translateY(-50%);z-index:1;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:color .2s}.RulesModal-module__closeButton__6-Jhe:hover{color:#111827}.RulesModal-module__textContent__87aGH{flex:1;overflow-y:auto;padding:0 24px 24px}.RulesModal-module__rulesParagraph__lHg7y{font-size:16px;line-height:1.5;color:#374151;white-space:pre-line}.RulesModal-module__footer__H6n0k{padding:0 24px 32px;flex-shrink:0}.RulesModal-module__backButton__HBYDO{width:100%;padding:14px 16px;background:var(--primary-color);border:none;border-radius:16px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.RulesModal-module__backButton__HBYDO:hover{background:color-mix(in srgb,var(--primary-color) 85%,black)}.RulesModal-module__backButton__HBYDO:active{transform:scale(.98)}@media (max-width: 819px){.RulesModal-module__modalContent__SOqtX{height:90vh;border-radius:24px 24px 0 0}.RulesModal-module__textContent__87aGH,.RulesModal-module__footer__H6n0k{padding:0 20px 24px}}@media (min-width: 820px){.RulesModal-module__modalOverlay__ClbGi{align-items:center}.RulesModal-module__modalContent__SOqtX{max-width:800px;width:calc(100% - 48px);height:auto;max-height:85vh;border-radius:24px;animation:none;transform:none}.RulesModal-module__dragLine__pN2C9{display:none}}.PurchasesPage-module__pageContainer__QbJz4{height:100svh;width:100%;display:flex;flex-direction:column;align-items:center;background:#fff;overflow:hidden}.PurchasesPage-module__pageHeader__wvhah{width:100%;max-width:1000px;display:flex;align-items:center;justify-content:center;padding:17px 24px;border-bottom:1px solid #F3F4F6;flex-shrink:0;background:#fff}.PurchasesPage-module__pageTitle__9kPo3{text-align:center;font-size:20px;font-weight:600;margin:0;color:#000}.PurchasesPage-module__mainTabsContainer__NvRCW{width:100%;max-width:1000px;display:flex;gap:12px;padding:16px 24px;background-color:#fff;border-bottom:1px solid #F3F4F6;flex-shrink:0}.PurchasesPage-module__mainTab__MPU-L{flex:1;padding:8px 20px;background:#fff;border:1px solid #DEE3ED;border-radius:20px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.PurchasesPage-module__activeMainTab__wrama{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.PurchasesPage-module__filtersContainer__Tcuqy{width:100%;max-width:1000px;display:flex;gap:12px;padding:16px 24px;flex-shrink:0}.PurchasesPage-module__filterButton__2wYtY{padding:8px 20px;background:#fff;border:1px solid #DEE3ED;border-radius:20px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.PurchasesPage-module__activeFilter__AXwnu{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.PurchasesPage-module__refreshButton__gHtNz{width:44px;height:36px;padding:8px;background:#fff;border:1px solid #DEE3ED;border-radius:20px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.PurchasesPage-module__refreshButton__gHtNz:hover{background:#e5e7eb}.PurchasesPage-module__refreshButton__gHtNz:disabled{opacity:.5;cursor:not-allowed}.PurchasesPage-module__refreshButton__gHtNz svg{width:20px;height:20px}.PurchasesPage-module__contentContainer__vhGsA{width:100%;max-width:1000px;flex:1;overflow-y:auto;padding:16px 24px 80px;display:flex;flex-direction:column;gap:12px}.PurchasesPage-module__ticketCard__AdTGT{display:flex;flex-direction:column;padding:16px;background:#fff;border:1px solid #E5E7EB;border-radius:12px;gap:12px}.PurchasesPage-module__ticketHeader__8n55K{display:flex;align-items:center;gap:6px;font-size:14px;color:#6b7280}.PurchasesPage-module__placeName__-GX-f,.PurchasesPage-module__headerDot__LpJ7b,.PurchasesPage-module__zoneName__3O14N{color:#6b7280;font-size:14px}.PurchasesPage-module__ticketDivider__Lp-q1{width:100%;height:1px;background:#e5e7eb;margin:0}.PurchasesPage-module__ticketContent__FQwUc{display:flex;flex-direction:column;gap:8px}.PurchasesPage-module__ticketTypeRow__S0jjf{display:flex;align-items:center;gap:12px}.PurchasesPage-module__ticketType__kR8yq{font-size:16px;font-weight:600;color:#000}.PurchasesPage-module__countBadge__0GOOY{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;background:#f3f4f6;border-radius:16px;font-size:14px;font-weight:500;color:#000;white-space:nowrap}.PurchasesPage-module__countBadge__0GOOY.PurchasesPage-module__amountPositive__IlzZ4{background:#e6f7f0;color:var(--primary-color)}.PurchasesPage-module__countBadge__0GOOY.PurchasesPage-module__amountNegative__5J15P{background:#fff5f5;color:#e53935}.PurchasesPage-module__historyAmountBadge__cMr2B{margin-left:auto}.PurchasesPage-module__ticketDates__ZZZY9{font-size:14px;color:#000;line-height:1.4}.PurchasesPage-module__ticketIdBadge__IdtoI{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;background:#f3f4f6;border-radius:16px;font-size:12px;font-weight:400;color:#9ca3af;align-self:flex-start;margin-top:4px}.PurchasesPage-module__loadingMessage__Pti72,.PurchasesPage-module__errorMessage__cZIJG,.PurchasesPage-module__emptyMessage__28Bhf{text-align:center;padding:40px 20px;font-size:16px;color:#666}.PurchasesPage-module__errorMessage__cZIJG{color:#e53935}@media (max-width: 1300px){.PurchasesPage-module__pageTitle__9kPo3{font-size:20px}.PurchasesPage-module__ticketType__kR8yq{font-size:15px}.PurchasesPage-module__countBadge__0GOOY{font-size:13px;padding:3px 10px}}@media (min-width: 820px){.PurchasesPage-module__pageHeader__wvhah{display:none}.PurchasesPage-module__pageContainer__QbJz4{background:#fff;border-radius:16px;border:1px solid #E5E9F1;height:auto;flex:0 0 auto;min-height:0;overflow:hidden;align-self:flex-start}}.HelpPage-module__pageContainer__QINzf{height:100svh;width:100%;display:flex;flex-direction:column;background:#fff;overflow:hidden}.HelpPage-module__pageHeader__k9n5-{display:flex;align-items:center;justify-content:center;padding:17px 24px;border-bottom:1px solid #F3F4F6;flex-shrink:0;background:#fff}.HelpPage-module__pageTitle__04JGH{text-align:center;font-size:20px;font-weight:600;margin:0;color:#000}.HelpPage-module__menuItemsContainer__afeaI{display:flex;flex-direction:column;gap:0;padding:0 24px 80px;flex:1;overflow-y:auto}.HelpPage-module__menuItem__xI2pK{display:flex;align-items:center;gap:16px;padding:16px 0;color:#05100a;text-decoration:none;transition:all .2s;cursor:pointer;font-size:18px;font-weight:500}.HelpPage-module__menuItem__xI2pK:last-child{border-bottom:none}.HelpPage-module__menuItem__xI2pK:hover{opacity:.7}.HelpPage-module__menuItem__xI2pK svg{flex-shrink:0}.HelpPage-module__menuItem__xI2pK span{flex:1}.HelpPage-module__emptyHelp__cY5yQ{padding:60px 24px;text-align:center;color:#9ca3af;font-size:16px;flex:1;display:flex;align-items:center;justify-content:center}.HelpPage-module__emptyHelp__cY5yQ p{margin:0}@media (min-width: 700px){.HelpPage-module__menuItemsContainer__afeaI{max-width:700px;margin:0 auto;width:100%}}@media (min-width: 820px){.HelpPage-module__pageHeader__k9n5-{display:none}.HelpPage-module__pageContainer__QINzf{background:#fff;border-radius:16px;border:1px solid #E5E9F1;height:auto;flex:0 0 auto;min-height:0;overflow:hidden;align-self:flex-start}.HelpPage-module__menuItemsContainer__afeaI{margin:0;padding:10px 10px 10px 20px;align-items:flex-start}.HelpPage-module__menuItem__xI2pK{padding:10px 0;font-size:16px}}.LogoutModal-module__modalOverlay__2AyZn{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:1100;animation:LogoutModal-module__fadeIn__vTYod .3s ease-out}@keyframes LogoutModal-module__fadeIn__vTYod{0%{background-color:#0000}to{background-color:#00000080}}.LogoutModal-module__modalContent__DUw7h{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;padding:0;animation:LogoutModal-module__slideUp__uv3nF .3s ease-out;transition:transform .1s ease-out}@keyframes LogoutModal-module__slideUp__uv3nF{0%{transform:translateY(100%)}to{transform:translateY(0)}}.LogoutModal-module__dragHandle__vxcU1{width:100%;padding:12px 0;display:flex;justify-content:center;align-items:center;cursor:grab;flex-shrink:0}.LogoutModal-module__dragHandle__vxcU1:active{cursor:grabbing}.LogoutModal-module__dragLine__WKPDU{width:48px;height:4px;background:#d1d5db;border-radius:999px}.LogoutModal-module__modalHeader__cXL8N{position:relative;display:flex;align-items:center;justify-content:center;padding:0 24px 24px;flex-shrink:0}.LogoutModal-module__modalTitle__W7SY9{width:100%;box-sizing:border-box;padding:0 48px;text-align:center;font-size:24px;font-weight:600;margin:0;color:#111827}.LogoutModal-module__closeButton__OqrGH{position:absolute;right:24px;top:50%;transform:translateY(-50%);z-index:1;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:color .2s}.LogoutModal-module__closeButton__OqrGH:hover{color:#111827}.LogoutModal-module__buttonsContainer__uxiix{display:flex;flex-direction:column;gap:12px;padding:0 24px 32px;flex-shrink:0}.LogoutModal-module__cancelButton__1WQkg{width:100%;padding:14px 16px;background:#fff;border:1px solid #E5E7EB;border-radius:16px;color:#111827;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.LogoutModal-module__cancelButton__1WQkg:hover{background:#f9fafb;border-color:#d1d5db}.LogoutModal-module__cancelButton__1WQkg:active{transform:scale(.98)}.LogoutModal-module__confirmButton__XqdnE{width:100%;padding:14px 16px;background:var(--primary-color);border:none;border-radius:16px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.LogoutModal-module__confirmButton__XqdnE:hover{background:color-mix(in srgb,var(--primary-color) 85%,black)}.LogoutModal-module__confirmButton__XqdnE:active{transform:scale(.98)}@media (max-width: 819px){.LogoutModal-module__modalContent__DUw7h{border-radius:24px 24px 0 0}.LogoutModal-module__buttonsContainer__uxiix,.LogoutModal-module__modalHeader__cXL8N{padding:0 20px 24px}.LogoutModal-module__closeButton__OqrGH{right:20px}.LogoutModal-module__modalTitle__W7SY9{padding:0 44px}}@media (min-width: 820px){.LogoutModal-module__modalOverlay__2AyZn{align-items:center}.LogoutModal-module__modalContent__DUw7h{max-width:800px;width:calc(100% - 48px);height:auto;max-height:85vh;border-radius:24px;animation:none;transform:none}.LogoutModal-module__dragLine__WKPDU{display:none}}.PlaceSchemeModal-module__placeSchemeModal__CWTj5{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;z-index:1000;animation:PlaceSchemeModal-module__fadeIn__Z8mPH .3s ease-out;background-color:var(--bars-backgroud)}@keyframes PlaceSchemeModal-module__fadeIn__Z8mPH{0%{background-color:#0000}to{background-color:#00000080}}.PlaceSchemeModal-module__schemeHeader__6mcU3{width:100%;border-bottom:1px solid #F3F4F6;padding:17px 24px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;background-color:var(--bars-white)}.PlaceSchemeModal-module__schemeHeader__6mcU3:hover{background-color:color-mix(in srgb,var(--bars-white, #FFFFFF) 95%,black)}.PlaceSchemeModal-module__modalContent__ndQLo{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:1000px;height:80vh;overflow-y:auto;padding:0;display:flex;flex-direction:column;animation:PlaceSchemeModal-module__slideUp__Ggs-5 .3s ease-out;transition:transform .1s ease-out}@keyframes PlaceSchemeModal-module__slideUp__Ggs-5{0%{transform:translateY(100%)}to{transform:translateY(0)}}.PlaceSchemeModal-module__selectionInfo__0r1fK{display:flex;align-items:center;gap:7px;padding:5px 10px;justify-content:center;flex-wrap:nowrap;scrollbar-width:thin;text-align:center;@media (max-width: 600px){justify-content:start}}.PlaceSchemeModal-module__bigMsg__t-9Hy{width:100%;height:100%;text-align:center;font-size:22px;font-weight:300;padding:10px;text-wrap:wrap}.PlaceSchemeModal-module__schemeButtonsContainer__aIy95{display:flex;gap:3px;padding:0 10px 5px}.PlaceSchemeModal-module__schemeButton__Gfd0K{padding:12px 24px;background:#fff;border:1px solid #E5E9F1;border-radius:24px;font-size:16px;font-weight:500;color:#000;cursor:pointer;transition:all .2s}.PlaceSchemeModal-module__schemeButton__Gfd0K:hover{background-color:color-mix(in srgb,#FFFFFF 90%,black)}.PlaceSchemeModal-module__priceElementContainer__uTvhv{user-select:none;display:flex;gap:5px;border-radius:15px;padding:8px 12px;font-weight:500;color:var(--bars-black);background-color:var(--bars-white)}.PlaceSchemeModal-module__priceElementDot__2xINv{width:20px;height:20px;border-radius:10px}.PlaceSchemeModal-module__totalCost__RHTCC{display:flex;align-items:center;justify-content:space-between;padding:0 0 0 5px;width:100%;text-wrap:nowrap;flex-wrap:nowrap;@media (min-width: 600px){width:unset}}.PlaceSchemeModal-module__totalCost__RHTCC span{padding-right:5px;font-weight:600;font-size:20px;text-wrap:nowrap;color:var(--bars-black)}.PlaceSchemeModal-module__cartContainer__wBopv{width:100%;display:flex;gap:5px;flex-wrap:wrap;padding:10px 10px 15px;box-shadow:0 -2px 8px #0000001a;align-items:center;@media (min-width: 600px){flex-wrap:nowrap;justify-content:space-between}}.PlaceSchemeModal-module__selectedPlacesContainer__7po4-{width:100%;display:flex;gap:3px;overflow:auto;scrollbar-width:thin}.PlaceSchemeModal-module__selectedPlaceItem__l8t7L{border:1px solid var(--bars-gray-low2);padding:4px 8px;border-radius:15px;display:inline;white-space:nowrap;user-select:none;background-color:var(--bars-white);cursor:pointer}.PlaceSchemeModal-module__selectedPlaceItem__l8t7L *{text-wrap:nowrap;white-space:nowrap}.PlaceSchemeModal-module__selectedPlaceItem__l8t7L:hover{background-color:var(--bars-gray-low2)}.PlaceSchemeModal-module__selectedPlaceItem__l8t7L span{font-weight:500;font-size:16px;padding-right:6px}.PlaceSchemeModal-module__selectedPlaceItem__l8t7L button{background-color:var(--bars-gray-low2);padding:0 2px;border-radius:10px;cursor:pointer}.PlaceSchemeModal-module__selectedPlaceItem__l8t7L button:hover{background-color:var(--bars-red-mid);color:var(--bars-white)}.PlaceSchemeModal-module__cartButton__0Ef2o{border-radius:25px;width:100%;background-color:var(--bars-green-primary);color:var(--bars-white);display:flex;gap:5px;align-items:center;justify-content:center;flex-wrap:nowrap;padding:12px;cursor:pointer;@media (min-width: 600px){width:unset}}.PlaceSchemeModal-module__cartButton__0Ef2o:hover{background-color:color-mix(in srgb,var(--primary-color, var(--bars-green-primary)) 85%,black)}.PlaceSchemeModal-module__cartButton__0Ef2o .PlaceSchemeModal-module__cartCounter__jgUWW{background-color:var(--bars-white);color:var(--bars-green-primary);display:flex;align-items:center;justify-content:center;line-height:1;width:24px;height:24px;border-radius:12px}@media (min-width: 820px){.PlaceSchemeModal-module__placeSchemeModal__CWTj5{justify-content:center;align-items:center}.PlaceSchemeModal-module__modalContent__ndQLo{max-width:800px;width:calc(100% - 48px);height:auto;max-height:85vh;border-radius:24px;animation:none;transform:none}}.PlaceSchemeDrawer-module__schemeViewport__BlvQ-{flex:1;width:calc(100% - 20px);overflow:auto;box-sizing:border-box;margin:2px 10px 5px;padding:2px;border-radius:15px;border:1px solid var(--bars-gray-mid1);background-color:var(--bars-white);@media (max-width: 400px){margin:2px 2px 5px;width:calc(100% - 4px)}}.PlaceSchemeDrawer-module__schemeSvg__b50Pb{display:block;width:100%;height:100%}.PlaceSchemeDrawer-module__backButton__OHdg0{position:absolute;left:12px;top:12px;display:flex;gap:7px;align-items:center;padding:8px 12px;user-select:none;cursor:pointer;font-size:14px;font-weight:600;border-radius:999px;border:1px solid var(--bars-gray-mid1);background-color:var(--bars-white);box-shadow:0 4px 12px #0000001f;z-index:2}.PlaceSchemeDrawer-module__backButton__OHdg0:hover{background-color:color-mix(in srgb,var(--bars-white, #FFFFFF) 96%,black)}.PlaceSchemeDrawer-module__zoomContainer__wSzJk{background-color:var(--bars-gray-low2);border-top-left-radius:15px;border-bottom-left-radius:15px;display:flex;align-items:center;flex-direction:column;gap:5px;padding:8px;position:absolute;user-select:none;right:12px;top:50%;opacity:.7;@media (max-width: 400px){right:2px;padding:2px}}.PlaceSchemeDrawer-module__zoomContainer__wSzJk *{font-weight:500}.PlaceSchemeDrawer-module__zoomButton__MvUWS{font-size:22px;width:40px;height:40px;border-radius:25px;border:1px solid var(--bars-gray-high1);display:flex;align-items:center;justify-content:center;line-height:1;cursor:pointer;background-color:var(--bars-white)}.PlaceSchemeDrawer-module__zoomButton__MvUWS:hover{background-color:color-mix(in srgb,var(--bars-white, #FFFFFF) 90%,black)}.PlaceSchemeTariffModal-module__modalOverlay__txyvV{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:1000;animation:PlaceSchemeTariffModal-module__fadeIn__7Qinn .3s ease-out}@keyframes PlaceSchemeTariffModal-module__fadeIn__7Qinn{0%{background-color:#0000}to{background-color:#00000080}}.PlaceSchemeTariffModal-module__modalContent__L6LvR{background:var(--bars-white);border-radius:24px 24px 0 0;width:100%;max-width:1000px;height:80vh;overflow-y:auto;padding:0;display:flex;flex-direction:column;animation:PlaceSchemeTariffModal-module__slideUp__DvdAH .3s ease-out;transition:transform .1s ease-out;@media (max-height: 700px){height:95vh}}@keyframes PlaceSchemeTariffModal-module__slideUp__DvdAH{0%{transform:translateY(100%)}to{transform:translateY(0)}}.PlaceSchemeTariffModal-module__dragHandle__29S--{width:100%;padding:12px 0;display:flex;justify-content:center;align-items:center;cursor:grab;flex-shrink:0}.PlaceSchemeTariffModal-module__dragHandle__29S--:active{cursor:grabbing}.PlaceSchemeTariffModal-module__dragLine__0obyX{width:40px;height:4px;background:var(--bars-gray-mid1);border-radius:2px}.PlaceSchemeTariffModal-module__modalHeader__aAiwt{position:relative;display:flex;align-items:center;justify-content:center;padding:0 24px 16px;flex-shrink:0}.PlaceSchemeTariffModal-module__modalTitle__Yiy40{width:100%;box-sizing:border-box;padding:0 48px;text-align:center;font-size:28px;font-weight:600;margin:0;color:var(--bars-black)}.PlaceSchemeTariffModal-module__closeButton__maI-W{position:absolute;right:24px;top:50%;transform:translateY(-50%);z-index:1;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:var(--bars-gray-mid2);transition:color .2s}.PlaceSchemeTariffModal-module__closeButton__maI-W:hover{color:var(--bars-black)}.PlaceSchemeTariffModal-module__tariffsContainer__Jd8ZI{display:flex;flex-direction:column;gap:20px;padding:24px;flex:1;overflow-y:auto}.PlaceSchemeTariffModal-module__tariffItem__C2MPH{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--bars-white);border:1px solid var(--bars-gray-low2);border-radius:12px}.PlaceSchemeTariffModal-module__tariffInfo__hzwRi{display:flex;flex-direction:column;gap:4px}.PlaceSchemeTariffModal-module__tariffName__YQJFO{font-size:16px;font-weight:500;color:var(--bars-black)}.PlaceSchemeTariffModal-module__priceContainer__nwBDO{display:flex;align-items:center;gap:8px}.PlaceSchemeTariffModal-module__oldPrice__5FPw6{font-size:14px;color:var(--bars-gray-mid2);text-decoration:line-through}.PlaceSchemeTariffModal-module__addButton__AVu1e{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--bars-white);border:1px solid var(--bars-gray-low2);border-radius:24px;cursor:pointer;transition:all .2s;white-space:nowrap}.PlaceSchemeTariffModal-module__addButton__AVu1e:hover{background:var(--bars-backgroud);border-color:var(--bars-green-primary)}.PlaceSchemeTariffModal-module__price__bgq4p{font-size:16px;font-weight:500;color:var(--bars-black)}.PlaceSchemeTariffModal-module__bonusLabel__dMb5F{margin-top:8px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#5751fb;background:var(--bars-gray-low2);padding:4px 10px;border-radius:999px}.PlaceSchemeTariffModal-module__continueButton__bczuE{width:calc(100% - 48px);padding:16px;background:var(--bars-gray-low2);color:var(--bars-gray-mid2);border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:not-allowed;margin:16px 24px 24px;flex-shrink:0}.PlaceSchemeTariffModal-module__continueButton__bczuE.PlaceSchemeTariffModal-module__active__yAvwj{background:var(--bars-green-primary);color:var(--bars-white);cursor:pointer}.PlaceSchemeTariffModal-module__continueButton__bczuE.PlaceSchemeTariffModal-module__active__yAvwj:hover{background:color-mix(in srgb,var(--primary-color, var(--bars-green-primary)) 85%,black)}
