@charset "UTF-8";.loadingScreen{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#ffffffa6;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}.loadingScreen.visible{opacity:1;pointer-events:auto}.loadingScreen__icon{width:32px;height:32px;animation:nonLinearSpin 2s ease-in-out infinite}@keyframes nonLinearSpin{0%{transform:rotate(0);animation-timing-function:ease-out}25%{transform:rotate(90deg);animation-timing-function:ease-in}50%{transform:rotate(180deg);animation-timing-function:ease-out}75%{transform:rotate(270deg);animation-timing-function:ease-in}to{transform:rotate(360deg);animation-timing-function:ease-out}}.button{display:flex;align-items:center;justify-content:center;border:none;transition:background-color .2s,opacity .2s;overflow:hidden;width:100%}.button .button__icon{fill:#262626}.buttonIcon{width:fit-content}.button__no-text{width:unset}.button__small{min-height:40px;border-radius:12px;padding:12px;gap:4px}.button__small.buttonIcon{border-radius:12px;padding:8px}.button__small[class*=__link]{padding:6px 0;justify-content:flex-start;width:fit-content}.button__medium{min-height:48px;border-radius:16px;padding:14px 16px;gap:6px}.button__medium.buttonIcon{border-radius:16px;padding:14px}.button__medium[class*=__link]{padding:8px 0;justify-content:flex-start;width:fit-content}.button__large{min-height:56px;border-radius:20px;padding:16px 24px;gap:8px}.button__large.buttonIcon{border-radius:16px;padding:16px}.button__large[class*=__link]{padding:10px 0;justify-content:flex-start;width:fit-content}.button__primary{background-color:#fed329}.button__primary:focus{background-color:#fce329}.button__secondary{background-color:#f2f2f2}.button__secondary:focus{background-color:#e5e5e5}.button__accent{background-color:#262626}.button__accent .typography{color:#fff}.button__accent:focus{background-color:#484848}.button__accent .button__icon--chevron{stroke:#fff}.button__accent .button__icon{fill:#fff}.button__danger{background-color:#f04224}.button__danger .typography{color:#fff}.button__danger:focus{background-color:#e23b1f}.button__danger .button__icon--chevron{stroke:#fff}.button__danger .button__icon{fill:#fff}.button__link-primary{background-color:transparent}.button__link-primary .typography{color:#0f87ff}.button__link-primary:focus{color:#1874eb}.button__link-primary .button__icon--chevron{stroke:#0f87ff}.button__link-secondary{background-color:transparent}.button__link-secondary:focus{color:#484848}.button__link-danger{background-color:transparent}.button__link-danger .typography{color:#f04224}.button__link-danger:focus{color:#e23b1f}.button__link-danger .button__icon--chevron{stroke:#f04224}.button:disabled{background-color:#e5e5e5;color:#a5a5a5}.button:disabled .button__text{color:#a5a5a5}.button:disabled .button__icon{fill:#a5a5a5}.button[class*=__link]:disabled{background:none}.button__icon--chevron{stroke:#262626}.button__icon--img{width:56px;height:56px;position:relative;overflow:hidden}.button__icon--img img{width:100%;height:100%;object-fit:cover;z-index:2!important}.button__vertical{padding:6px 0;gap:2px;border-radius:20px;flex-direction:column}.button__loader{width:20px;height:20px;border:2px solid rgba(0,0,0,.15);border-top:2px solid #333;border-radius:50%;animation:button-spin .7s linear infinite;margin:0 auto}@keyframes button-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.typography{font-family:Onest,sans-serif;margin:0;padding:0;color:#262626}.typography.typography-heading-h32-semi{font-weight:600;font-size:32px;line-height:36px}.typography.typography-heading-h24-semi{font-weight:600;font-size:24px;line-height:28px}.typography.typography-heading-h20-semi{font-weight:600;font-size:20px;line-height:24px}.typography.typography-heading-h20-med{font-weight:500;font-size:20px;line-height:24px}.typography.typography-body-paragraph-p17-reg{font-weight:400;font-size:17px;line-height:22px;margin-bottom:12px}.typography.typography-body-paragraph-p17-reg:last-child{margin-bottom:0}.typography.typography-body-paragraph-p17-med{font-weight:500;font-size:17px;line-height:22px;margin-bottom:12px}.typography.typography-body-paragraph-p17-med:last-child{margin-bottom:0}.typography.typography-body-paragraph-p17-semi{font-weight:600;font-size:17px;line-height:22px;margin-bottom:12px}.typography.typography-body-paragraph-p17-semi:last-child{margin-bottom:0}.typography.typography-body-paragraph-p15-reg{font-weight:400;font-size:15px;line-height:20px;margin-bottom:8px}.typography.typography-body-paragraph-p15-reg:last-child{margin-bottom:0}.typography.typography-body-paragraph-p15-med{font-weight:500;font-size:15px;line-height:20px;margin-bottom:8px}.typography.typography-body-paragraph-p15-med:last-child{margin-bottom:0}.typography.typography-body-paragraph-p15-semi{font-weight:600;font-size:15px;line-height:20px;margin-bottom:8px}.typography.typography-body-paragraph-p15-semi:last-child{margin-bottom:0}.typography.typography-body-short-s17-reg{font-weight:400;font-size:17px;line-height:20px}.typography.typography-body-short-s17-med{font-weight:500;font-size:17px;line-height:20px}.typography.typography-body-short-s17-semi{font-weight:600;font-size:17px;line-height:20px}.typography.typography-body-short-s15-reg{font-weight:400;font-size:15px;line-height:18px}.typography.typography-body-short-s15-med{font-weight:500;font-size:15px;line-height:18px}.typography.typography-body-short-s15-semi{font-weight:600;font-size:15px;line-height:18px}.typography.typography-caption-p13-reg{font-weight:400;font-size:13px;line-height:18px}.typography.typography-caption-p13-med{font-weight:500;font-size:13px;line-height:18px}.typography.typography-caption-p13-semi{font-weight:600;font-size:13px;line-height:18px}.typography.typography-caption-s13-reg{font-weight:400;font-size:13px;line-height:16px}.typography.typography-caption-s13-med{font-weight:500;font-size:13px;line-height:16px}.typography.typography-caption-s13-semi{font-weight:600;font-size:13px;line-height:16px}.typography.typography-button-large{font-weight:600;font-size:17px;line-height:24px}.typography.typography-button-medium{font-weight:600;font-size:15px;line-height:20px}.typography.typography-button-small{font-weight:600;font-size:13px;line-height:16px}body{counter-reset:modal-counter}.modal{counter-increment:modal-counter;z-index:calc(var(--modal-content-z-index) + counter(modal-counter) * 2);border-top-left-radius:28px;border-top-right-radius:28px;position:relative;background:var(--bg-primary);position:fixed;bottom:0;left:0;will-change:transform;backface-visibility:hidden;width:100vw;max-height:calc(100% - 68px);display:flex;flex-direction:column;transform:translate3d(0,100%,0);transition:transform .3s cubic-bezier(.4,0,.2,1);touch-action:pan-y;overflow:hidden;overscroll-behavior:none;-webkit-overscroll-behavior:none}.modal__visible{transform:translateZ(0)}.modal__container{scrollbar-width:"none";width:100%;padding:0 12px 16px;flex:1;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior:none;-webkit-overscroll-behavior:none;-webkit-overflow-scrolling:auto;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.modal__container>*{height:100%;display:flex;flex-direction:column;margin-bottom:var(--offset-bottom)}.modal__container.modal__no-paddings{padding:0}.modal__container::-webkit-scrollbar{display:none}.modal__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);will-change:opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);z-index:calc(var(--modal-backdrop-z-index) + counter(modal-counter) * 2)}.modal__backdrop-visible{opacity:1}.modal__buttons{width:100%;padding:8px 12px 16px}.modal__buttons-secondary{margin-top:8px}.modal__swiper{width:55px;height:4px;border-radius:100px;background:var(--grey-200);position:absolute;top:6px;left:50%;transform:translate(-50%);z-index:1}.smallModal__illustration{padding:32px 4px}.smallModal__content{display:flex;flex-direction:column;gap:8px}.smallModal__button{width:100%}.illustrationBlock__container{display:flex;flex-direction:column;align-items:center;gap:16px;height:100%;width:100%;padding:32px 12px 16px}.illustrationBlock__image{margin:0 auto}.illustrationBlock__text{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:0 4px}.illustrationBlock__buttons{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}:root{--offset-top: 0px;--offset-bottom: 0px;--webkit-user-select: "none";--max-desktop-width: 1232px}.toasterContainer{z-index:10000}.toasterContainer [data-content]{display:flex;align-items:center;gap:0px!important;justify-content:center}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;overflow:hidden;text-rendering:optimizeLegibility;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-highlight:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-drag:none;-ms-content-zooming:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}*{box-sizing:border-box;outline:0;touch-action:pan-y pan-x}*:before,*:after{box-sizing:border-box;touch-action:pan-y pan-x}a{text-decoration:none}a._unset{color:inherit}strong{font-weight:700}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#333!important;background-clip:content-box!important}footer,header,hgroup,main,nav,section,h1,h2,h3,h4,h5,h6{margin:0;padding:0;border:0;font-size:100%;font:inherit;display:block}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .2s ease-in-out}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .2s ease-in-out}.page-layout__container{position:relative;overflow:hidden;max-width:100%;height:100%;display:flex}.page-layout__wrap{will-change:auto;position:absolute;width:300%;height:100%;display:flex;transform:translate3d(-100vw,0,0);transition-duration:0s}.page-layout__wrap__anim{transform:translate3d(-200vw,0,0);transition-duration:.3s}.page-layout__item{width:100vw;overflow:hidden}.content-layout{max-width:500px;position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:100%;display:flex;flex-direction:column;padding-top:var(--offset-top);overflow:hidden}.content-layout.no-offsets{padding-top:0}.content-layout.grey-bg{background-color:var(--bg-secondary)}:root{--bg-primary: #ffffff;--bg-secondary: #f6f6f6;--grey-200: #f2f2f2;--secondary: #676767;--bg-contrast: #262626;--text-contrast: #ffffff;--icons-primary: #262626;--link-default: #0f87ff;--grey-400: #c3c3c3;--primary-600: #fed329;--error-800: #e23b1f;--grey-500: #a5a5a5;--modal-base-z-index: 1000;--modal-backdrop-z-index: 1001;--modal-content-z-index: 1002;--offset-top: 44px;--offset-bottom: 34px;--danger: #fe4929}
