*{box-sizing:border-box}a{color:#121212}body{color:#2b2d4f;background-color:#fff;margin:0;padding:0}.body--stuck{position:relative;overflow:hidden}.body--stuck:before{content:"";z-index:11;opacity:.9;background-color:#191b39;width:100%;height:100%;display:block;position:absolute;top:0}@media screen and (device-width:414px),screen and (max-width:1279px){.body--stuck{pointer-events:none}}html{-ms-overflow-style:none;scrollbar-width:none;flex-direction:column;flex-grow:1;flex-shrink:0;min-height:100%;margin:0;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;display:flex;position:relative}html::-webkit-scrollbar{display:none}#root{flex-direction:column;justify-content:space-between;display:flex}input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield}input{font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}input:focus-visible{outline:0}textarea{height:unset;resize:none}.input-field{box-sizing:border-box;color:#333;background:#e2eaf5;border:none;border-radius:28px;width:100%;height:56px;padding:16px 20px;font-size:16px;font-weight:400;line-height:1.08em;transition:all .2s}.input-field--color-blue{color:#2b2d4f}.input-field:hover,.input-field:focus{background-color:#d0dff4}.input-field::placeholder{color:#b1b3bb;font-weight:400}.input-field-label{color:#3d75ba;letter-spacing:0;text-transform:uppercase;pointer-events:none;margin-bottom:8px;padding-left:20px;font-size:12px;font-weight:400;line-height:115%}.input-field-label--color-white{color:#fff}.input-field-error{text-transform:uppercase;margin:8px 0 0;padding-left:20px;font-size:12px}.input-field-holder{flex-direction:column;display:flex;position:relative}.input-field-holder input,.input-field-holder textarea{outline:none}.input-field-holder--check .input-field-label{color:#ffab11}.input-field-holder--check .input-field{border:1px solid #ffab11}.input-field-holder--check:after{color:#fff;content:"!";background-color:#ffab11;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;display:flex;position:absolute;bottom:19px;right:20px}.input-field-holder--error,.input-field-holder--error .input-field-label{color:#e1251b}.input-field-holder--hidden{display:none}.form__input{all:unset;box-sizing:border-box;color:#2b2d4f;background:#e2eaf5;border-radius:24px;width:100%;height:50px;margin-top:8px;padding:16px 20px;font-size:16px;line-height:122%;transition:all .2s}.form__input--error{color:#e1251b}.form__input:hover,.form__input:focus{background-color:#d0dff4}.form__input::placeholder{color:#8f97a1}.input-field-eye{cursor:pointer;position:absolute;top:42px;right:20px}input:checked+.select-dropdown__item{color:#e1251b;font-weight:400}.input-wrapper{justify-content:space-between;display:flex}.form{flex-direction:column;display:flex}.form a{color:#387cfb}.form--row{flex-flow:wrap;justify-content:space-between}.form__group{flex-direction:column;gap:20px;display:flex}.form__group:not(:first-child){margin-top:40px}.form__inputs-row{flex-direction:row;gap:14px;display:flex}.form__column{grid-template-columns:repeat(1,1fr);display:grid}.form__error{color:#e1251b}.form__error-text{color:#e1251b;text-transform:uppercase;margin:8px 0 0;padding-left:20px;font-size:12px}.form__label{color:#3d75ba;text-transform:uppercase;padding-left:20px;font-size:12px;line-height:115%}.form__row--error .form__label{color:#e1251b}.form__row{position:relative}.form__row--column{grid-template-columns:repeat(2,1fr);width:100%;display:grid}.form__row--check .form__label{color:#f08000}.form__row--check .form__input{border:1px solid #f08000}.form__row .select-toggle{color:#8f97a1;background:#e2eaf5;border-radius:28px;font-size:16px;font-weight:400;line-height:122%;transition:all .2s}.form__row .select-toggle:hover,.form__row .select-toggle:active{background-color:#d0dff4}.form__row .select-toggle:after{border:0 solid #8f97a1;border-width:0 0 1px 1px;width:8px;height:8px;margin:0;top:50%;transform:rotate(-45deg)translateY(-50%)}.form__row .select-interactive--open .select-dropdown{z-index:1;background:#d0dff4;border-radius:24px;flex-direction:column;gap:20px;padding:20px;display:flex;position:absolute;top:102%}.form__row .select-interactive--open .select-toggle{background:#d0dff4;border-radius:24px}.form__row .select-interactive--open .select-toggle:after{right:25px;transform:rotate(135deg)translateY(-50%)}.form__row .select-interactive--touched .select-toggle{color:#2b2d4f}.form__row .select-dropdown__item{color:#2b2d4f;border:none;height:auto;font-size:16px;line-height:140%}.form__row .select-dropdown__item:after{content:unset}.form__row input:checked+.select-dropdown__item{color:#e1251b;font-weight:400}.form__checkbox-inline{height:unset;color:#6d6a6b;min-height:23px;padding:0 0 0 43px;font-size:14px;font-weight:500;line-height:1.4em;display:block;position:relative}.form__checkbox-inline:before{content:"";box-sizing:border-box;background:#fff;border:1px solid #121212;border-radius:4px;width:30px;height:30px;display:block;position:absolute;top:50%;left:0;transform:translateY(-50%)}.form__checkbox-inline:after{content:"";box-sizing:border-box;opacity:0;border:0 solid #fff;border-width:0 0 2px 2px;width:14px;height:7px;transition:opacity .2s;display:block;position:absolute;top:13px;left:8px;transform:rotate(-45deg)}input:checked+.form__checkbox-inline:before{background-color:#1b54fe;border-color:#1b54fe}input:checked+.form__checkbox-inline:after{opacity:1}.form__checkbox-inline a,.form__checkbox-inline a:visited{color:#1660cf}.form__checkbox-inline a:hover,.form__checkbox-inline a:active{color:#ffb0b1}.form__checkbox-inline-wrapper--error .form__checkbox-inline{color:#e1251b}.form__checkbox-inline-wrapper--error .form__checkbox-inline:before{border:1px solid #e1251b}.form__checkbox-inline-wrapper{width:100%;min-height:23px}.form__link{color:#387cfb;margin:4px 0 0;font-weight:500}.form-field__file{background:#e1251b;border-radius:8px;align-items:center;width:100%;height:40px;transition:all .3s;display:flex;position:relative}.form-field__file input{cursor:pointer;opacity:0;width:100%;height:100%;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.form-field__file input:disabled{cursor:default;pointer-events:none}.form-field__file-inner{color:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.form-field__file-placeholder{cursor:default;font-size:12px;font-weight:700;line-height:110%}.form-field__file--disbaled{opacity:.4}.form-field__file:hover:not(.form-field__file--disabled){background-color:#e1251b}.form-field__file-preview{border-radius:4px;width:60px;height:60px;margin:0 7px 18px 0;position:relative;overflow:hidden}.form-field__file-preview img{object-fit:cover;width:100%;height:100%}.form-field__file-preview button{cursor:pointer;background-color:#e1251b;border:0;border-radius:50px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.form-field__file-preview button div{background-color:#fff;width:10px;height:3px;margin:0}.form-field__file-wrap{flex-wrap:wrap;align-items:center;display:flex}input[type=file]::-webkit-file-upload-button{z-index:-1;cursor:pointer}input[type=file]::file-selector-button{z-index:-1;cursor:pointer}.interactive{background-color:#b1b3bb}.interactive-form{align-items:center;width:calc(100% - 300px);margin-top:5%;padding:0 150px}@media screen and (device-width:414px),screen and (max-width:1279px){.interactive-form{justify-content:center;display:flex}}@media screen and (device-width:414px),screen and (max-width:767px){.interactive-form{width:calc(100% - 60px);margin-top:30px;padding:0 30px}}.interactive-form__submit{color:#fff;text-align:left;border:0;border-radius:50px;justify-content:center;align-items:center;width:296px;max-width:100%;height:85px;margin:60px auto 0;padding:15px 30px 15px 90px;display:flex;position:relative}.interactive-form__submit:hover{color:#fff;background-color:#e1251b}.interactive-form__submit[type=submit]{margin:60px auto 0}@media screen and (device-width:414px),screen and (max-width:1279px){.interactive-form__submit,.interactive-form__submit[type=submit]{margin:35px auto 0}}.interactive-form__submit-content{position:relative}.interactive-form__submit-content:before{content:"";opacity:1;width:50px;height:50px;transition:all .2s;display:block;position:absolute;top:50%;left:-65px;transform:translateY(-50%)}.interactive-form__submit-content:after{content:"";opacity:0;width:50px;height:50px;transition:all .2s;display:block;position:absolute;top:50%;left:-65px;transform:translateY(-50%)}.interactive-form__submit:hover .interactive-form__submit-content:before{opacity:0}.interactive-form__submit:hover .interactive-form__submit-content:after{opacity:1}.interactive-form__content{justify-content:space-between;align-items:center;display:flex}.interactive-form__content>div{width:260px;margin-top:30px;margin-right:10px}.interactive-form__content>div:last-child{margin-right:0}.interactive-form__content>div>button{border-radius:50px}.interactive-form__content>div>label{margin:0 auto}@media screen and (device-width:414px),screen and (max-width:1279px){.interactive-form__content{flex-direction:column;justify-content:center;align-items:center}.interactive-form__content>div{margin-top:20px;margin-right:0}}.interactive-form__title{max-width:600px}@media screen and (device-width:414px),screen and (max-width:767px){.interactive-form__title{display:none}}.interactive-form__content .form__row+.form__row{margin-top:30px}@media screen and (device-width:414px),screen and (max-width:767px){.interactive-form__content .form__row+.form__row{margin-top:20px}}.interactive-form__image{width:130px;height:110px;margin-bottom:15px}@media screen and (device-width:414px),screen and (max-width:767px){.interactive-form__image{width:92px;height:78px}}.select-toggle{font-size:16px}.interactive-form .select-toggle{text-align:center;border-radius:50px}.auth-header{justify-content:center;align-items:center;margin:50px 0}@media screen and (device-width:414px),screen and (max-width:1279px){.auth-header{margin:120px 0 44px}}.auth-header a{color:#1660cf;transition:color .3s}.auth-header a:hover{color:#f40000}.auth-header__exit-cross{width:20px;height:20px;position:absolute;top:20px;right:40px}@media screen and (device-width:414px),screen and (max-width:1279px){.auth-header__exit-cross{top:24px;right:24px}}.auth-header__logo{object-fit:contain;width:44px;height:44px}@media screen and (device-width:414px),screen and (max-width:1279px){.auth-header__logo{width:22px;height:22px}}.auth-header__title-container{justify-content:center;align-items:center;gap:14px;display:flex}@media screen and (device-width:414px),screen and (max-width:1279px){.auth-header__title-container{gap:7px}}.auth-header__title{font-size:32px;font-weight:800;line-height:35px}.auth-header__login{color:#b1b3bb;inherits:14px;font-size:12px;font-weight:500}.section{flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative}.section--default{background:#fff 0 0/cover}.section--blue{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#a6bad3}.section--blue canvas{z-index:10}.section--padding--xl{padding:0 28rem}@media screen and (device-width:414px),screen and (max-width:1279px){.section--padding--xl{padding:0 60px}}.section--padding--l{padding:0 18rem}@media screen and (device-width:414px),screen and (max-width:1279px){.section--padding--l{padding:0 60px 40px}}.section--padding--m{padding:0 14rem}.section--padding--s{padding:0 10rem}.section--padding--xs{padding:0 2rem}.section--padding--xxs{padding:24px 20px}.title{color:#fff;margin:0;font-size:25px;font-weight:700;line-height:1.08em}.title--with-icon{align-items:center;gap:14px;display:flex}.title--uppercase{text-transform:uppercase}.title--gali,.title--geo{font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}.title--xs{font-size:16px}.title--s{font-size:18px}.title--sm{font-size:20px}.title--m{font-size:21px}.title--xm{font-size:28px}.title--l{font-size:32px}.title--lg{font-size:36px}.title--xl{font-size:44px}.title--gray{color:#b1b3bb}.title--black{color:#2b2d4f}.title--white{color:#fff}.title--red{color:#e1251b}.title--dark-blue{color:#2b2d4f}.title--font-weight-400{font-weight:400}.title--font-weight-700{font-weight:700}.title--margin--xl{margin-top:48px}.title--margin--l{margin-top:40px}.title--margin--m{margin-top:24px}.title--margin--sm{margin-top:16px}.title--margin--s{margin-top:12px}.title--margin--xs{margin-top:10px}.title--left{text-align:left}.title--center{text-align:center}.description{color:#fff;text-align:center;margin:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.36em}.description--xs{font-size:12px}.description--s{font-size:14px}.description--m{font-size:16px}.description--l{font-size:18px;font-weight:400}.description--xl{font-size:22px}.description--gray{color:#b1b3bb}.description--text-align--left{text-align:left}.description--text-align--center{text-align:center}.description--text-align--right{text-align:right}.description--blue{color:#2b2d4f}.description--black{color:#121212}.description--dark-gray{color:#6d6a6b}.description--margin--l{margin:40px 0}.description--margin--m{margin:24px 0}.description--margin--s{margin:12px 0}.description--margin--xs{margin:10px 0}.description--font--geometria,.description--font--gallinari{font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}.description--align--left{text-align:left}.description--align--center{text-align:center}.description--align--right{text-align:right}button{font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}.button{color:#202246;cursor:pointer;background:#fff;border:0;border-radius:72px;justify-content:center;align-items:center;width:100%;min-height:56px;padding:0 28px;font-size:18px;font-style:normal;font-weight:700;line-height:1.2em;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.button--icon-tertiary{min-height:unset;background:unset;background-color:unset;width:auto;padding:0}.button--icon-tertiary svg{stroke:#8f97a1;transition:stroke .2s}@media (hover:hover){.button--icon-tertiary:hover svg{stroke:#e1251b}}.button--simplified{box-shadow:none;background-color:#0000;border:none;width:auto;height:auto;min-height:auto;padding:0}.button:disabled{cursor:not-allowed}.button--small{min-height:unset;color:#2b2d4f;background-color:#cacbd7;width:auto;height:36px;padding:0 24px;font-size:14px;font-weight:400}@media (hover:hover){.button--small:hover{color:#fff;background-color:#e1251b}}.button--circle{border-radius:50%;width:48px;height:48px}.button--text{color:#121212;border-radius:8px;width:100%;min-height:auto;padding:14px;font-size:16px;line-height:1em;box-shadow:0 4px #15162ecc}.button--color-primary{color:#fff;background-color:#e1251b}@media (hover:hover){.button--color-primary:hover{background-color:#bc121a}}.button--color-primary:active{background-color:#bc121a}.button--color-primary:disabled{color:#fff;cursor:not-allowed;opacity:.5;background-color:#e1251b}.button--color-secondary{color:#e1251b;background-color:#fff;border:1px solid #e1251b}@media (hover:hover){.button--color-secondary:hover{color:#fff;background-color:#e1251b}}.button--color-secondary:active{color:#fff;background-color:#e1251b}.button--color-secondary:disabled{color:#fff;cursor:not-allowed;opacity:.5;background-color:#e1251b}.button--large{width:100%}.button--medium{min-height:unset;border-radius:8px;max-height:40px;padding:14.5px 0;font-size:16px;font-weight:500}.button--disabled{color:#aeabae;background-color:#e5e2e5}.wrapper{width:100%;max-width:600px;min-height:100vh;margin:0 auto}.wrapper--centered{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.wrapper--with-offset{padding-top:110px}@media screen and (device-width:414px),screen and (max-width:767px){.wrapper{padding:12px}.wrapper--with-offset{padding-top:86px}.wrapper--padding-bottom--small{padding-bottom:108px}.wrapper--padding-bottom--big{padding-bottom:182px}}.timer{margin-bottom:20px;display:block}.timer--size-large{padding:9vh 0}@media screen and (device-width:414px),screen and (max-width:1279px){.timer{width:100%}.timer--size-large{padding:7vh 0 15vh}}.timer__content{justify-content:center;align-items:center;gap:18px;display:flex}@media screen and (device-width:414px),screen and (max-width:1279px){.timer__content{gap:8px}}.timer__item{flex-direction:column;align-items:center;display:flex}.timer__item-count{color:#fff;text-align:center;text-transform:uppercase;font-variant-numeric:tabular-nums;background:#6869bb;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-style:normal;font-weight:800;display:flex}.timer--size-small .timer__item-count{font-size:28px;line-height:104%}@media screen and (device-width:414px),screen and (max-width:1279px){.timer--size-small .timer__item-count{font-size:38px;line-height:1em}.timer__item-count{height:50px;padding:10px 12px 4px;font-size:48px;font-style:normal;line-height:43px}}.timer__item-label{color:#d0dff4;font-size:12px;font-weight:700;line-height:120%}.modal{background-color:#fff;background-image:url(pattern.dd097872.png);background-position:0 0;background-repeat:no-repeat;background-size:100%;border-radius:20px;outline:none;flex-direction:column;justify-content:center;width:100%;max-width:600px;padding:60px 70px 70px;display:flex;position:relative}@media screen and (device-width:414px),screen and (max-width:767px){.modal{border-radius:20px 20px 0 0;width:100%;min-width:-moz-fit-content;min-width:fit-content;min-height:-moz-fit-content;min-height:fit-content;margin-top:auto;padding:24px;animation:.5s slide-up}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal__wrap{z-index:12;pointer-events:all;background:0 0;position:relative}.modal__overlay{justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden scroll}.modal__title{white-space:break-spaces;text-align:center;text-transform:uppercase;margin:18px 0 0;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-size:28px;line-height:104%}.modal__description{text-align:center;margin:10px 0 0;font-size:16px;font-weight:400;line-height:140%}.modal__buttons{align-items:center;width:100%;margin-top:46px;display:flex}.title+.modal__buttons{margin-top:32px}.modal__button{margin-top:32px;padding:0 12px}.modal__buttons .modal__button{margin-top:0}.modal__back-button{width:60px;height:60px;margin-right:10px}.tabs__holder{z-index:1;background-color:#fff;border-radius:20px 20px 0 0;justify-content:space-between;align-items:center;width:100%;max-width:600px;margin:0;padding:0;list-style:none;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}@media screen and (device-width:414px),screen and (max-width:767px){.tabs__holder{left:0;transform:none}}.tabs__tab{color:#191b39;text-align:center;text-transform:uppercase;cursor:pointer;flex:1;justify-content:center;align-items:center;padding:42px 0 26px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-size:16px;font-weight:800;line-height:101%;transition:opacity .3s;display:flex;position:relative}.tabs__tab:focus{border:none;outline:#0000}.tabs__tab span{opacity:.34;transition:color .2s}.tabs__tab img{filter:grayscale();position:absolute;bottom:100%;left:50%;transform:translate(-50%,50%)scale(.8)}.tabs__tab--active span{color:#e1251b;opacity:1}.tabs__tab--active img{filter:none;transform:translate(-50%,50%)scale(1)}.tabs__tab[aria-disabled=true],.tabs__tab[disabled]{cursor:not-allowed}.tabs__tab[aria-disabled=true] span,.tabs__tab[disabled] span{opacity:.2}.tabs__tab[aria-disabled=true] img,.tabs__tab[disabled] img{opacity:.3}@media screen and (device-width:414px),screen and (max-width:767px){.tabs__tab{font-size:16px;line-height:101%}}.tab__image-send{width:96px}.tab__image-receive{width:69px}.select-interactive{width:100%;margin-top:8px;font-size:16px;position:relative}.select-interactive--open .form__input{border-radius:8px 8px 0 0}.select-toggle{color:#121212;white-space:nowrap;text-align:left;cursor:pointer;background:#f0f0f1;border:0;border-radius:8px;width:100%;height:56px;padding:0 20px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:500;line-height:40px;transition:all .2s;position:relative;overflow:hidden}.select-toggle:after{transform-origin:50%;content:"";border:0 solid #121212;border-width:0 0 2px 2px;width:6px;height:6px;margin:-3px 0 0;transition:transform .1s;display:block;position:absolute;top:calc(50% - 3px);right:20px;transform:rotate(-45deg)}.select-interactive--large .select-toggle{height:70px;font-weight:500}.select-interactive--touched .select-toggle{color:inherit}.select-interactive--black-text .select-toggle{color:#121212}.select-interactive--open .select-toggle{border-radius:8px 8px 0 0}.select-interactive--open .select-toggle:after{transform:rotate(135deg)}@media screen and (device-width:414px),screen and (max-width:1279px){.select-interactive--large .select-toggle{height:50px}}.select-dropdown{text-align:left;background:#f0f0f1;width:100%;max-height:240px;margin:0;list-style:none;display:none;position:relative;top:100%;overflow:auto}.select-interactive--open .select-dropdown{display:block}.select-dropdown__item{z-index:0;cursor:pointer;border:0 solid #b1b3bb66;border-bottom-width:1px;align-items:center;height:50px;padding:0 7%;display:flex;position:relative}.select-dropdown__item:after{z-index:-1;opacity:0;content:"";background-color:#fff;width:100%;height:100%;transition:opacity .2s;display:block;position:absolute;top:0;left:0}.select-dropdown__item:hover:after{opacity:1}input:checked+.select-dropdown__item{font-weight:700}input:checked+.select-dropdown__item:after{opacity:1}.select-dropdown__item--standalone{height:auto;padding:15px 20px;line-height:1}.page-header-container{z-index:10;justify-content:space-between;width:100%;padding:0;display:flex;position:absolute;top:38px;left:0}.page-header-container--with--background{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#202246f5}.page-header-container .icon{cursor:pointer;width:40px;height:40px}.page-header-container .icon--cross{width:20px;height:20px}@media screen and (device-width:414px),screen and (max-width:767px){.page-header-container{padding:18px;top:0}}.page-header{justify-content:space-between;align-items:center;width:100%;max-width:600px;margin:0 auto;display:flex}.page-header .title{margin:0 auto}.page-header__back-button{color:inherit;font:inherit;cursor:pointer;background-color:#0000;border:none;padding:0}.page-header__back-button .icon--back rect{fill:#fff;transition:fill .2s}.page-header__back-button .icon--back path{stroke:#e1251b;transition:stroke .2s}.page-header__back-button:hover .icon--back rect{fill:#e1251b}.page-header__back-button:hover .icon--back path{stroke:#fff}.page-header__close-button svg rect{transition:fill .2s}.page-header__close-button svg path{transition:stroke .2s}.page-header__close-button:hover svg rect{fill:#e1251b}.page-header__close-button:hover svg path{stroke:#fff}.page-header__left-buttons,.page-header__right-buttons{align-items:center;gap:14px;display:flex}.page-header__logo-link{align-items:center;text-decoration:none;display:flex}.page-header__logo-title{max-width:128px;margin-left:12px}.page-header__book-button,.page-header__profile-button{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:background-color .2s;display:flex}.page-header__book-button svg,.page-header__profile-button svg{stroke:#e1251b;transition:stroke .2s}@media (hover:hover){.page-header__book-button:hover,.page-header__profile-button:hover{background-color:#e1251b}.page-header__book-button:hover svg,.page-header__profile-button:hover svg{stroke:#fff}}.page-header__test-link{color:#e1251b;background-color:#fff;border-radius:40px;align-items:center;height:40px;padding:0 24px;font-size:14px;line-height:130%;text-decoration:none;transition:background-color .2s,color .2s;display:flex}@media (hover:hover){.page-header__test-link:hover{color:#fff;background-color:#e1251b}}.decorated-block{justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;margin:0 auto;padding:4px 12px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;display:flex;transform:rotate(-2deg);box-shadow:4px 4px #202246}.decorated-block--purple{background:linear-gradient(288deg,#5b3fa1 0%,#463283 47.7%,#332b65 74.16%,#1e2144 100% 100%)}.decorated-block--orange{background:radial-gradient(89.72% 100% at 55.16% 0,#f40000 0%,#f43b00 61.63%)}.decorated-block__title{color:#fff;text-transform:uppercase;font-size:38px;font-weight:800;line-height:1em}.decorated-block--size--m .decorated-block__title{font-size:38px}.decorated-block--size--l .decorated-block__title{font-size:44px}.card-background{z-index:10;background:#fff;border-radius:40px;flex-direction:column;width:100%;max-width:600px;margin:0 auto;padding:60px 80px 0;display:flex;position:relative}.base-card .card-background{background:0 0;border-radius:0;height:auto;padding:0}.card-background--padding--xs{padding:50px 16px 5px}.card-background--padding--s{padding:50px 24px 70px}.card-background--padding--m{padding:50px 32px 90px}.card-background--padding--l{padding:50px 80px 120px}@media screen and (device-width:414px),screen and (max-width:1279px){.card-background--padding--l{padding:60px 35px 45px}}.card-background--user-data{padding:64px 75px}.card-background--with-offset{height:calc(100vh - 76px);margin-top:76px}.card-background--signup{border-radius:24px;height:auto;min-height:526px;margin-top:420px;padding-bottom:230px}.card-background--signup .card-background__bottom-container{background:0 0}@media screen and (device-width:414px),screen and (max-width:1279px){.card-background--signup{margin-top:272px}}@media screen and (device-width:414px),screen and (max-width:767px){.card-background{padding:40px 24px 0}.card-background--user-data{padding:48px 35px}.card-background--signup{padding-bottom:168px}}.card-background__title-container{flex-direction:column;gap:16px;display:flex}.card-background__title-container+.form__group{margin:0}.card-background__title-container .description{margin-bottom:8px}.card-background__title-container .description strong{color:#121212;font-weight:500}.card-background__title-container .description a{color:#387cfb}.card-background__bottom-container{background-color:#fff;flex-direction:column;gap:14px;max-width:600px;margin-top:48px;display:flex;bottom:0}.card-background__bottom-container:empty{display:none}.base-card .card-background__bottom-container{background:0 0}.card-background__bottom-container .signin__email-signin{color:#b1b3bb;text-align:center;margin:0;font-size:12px;line-height:15px}.card-background__bottom-container .signin__email-signin a{text-decoration:none}.card-background__inner{flex-direction:column;display:flex}.base-card .card-background__inner{gap:40px}.card-background__sticker{z-index:1;position:absolute}.card-background__sticker--right{z-index:15;width:226px;height:226px;top:-120px;right:-100px;transform:rotate(13.888deg)}.card-background__sticker--left{z-index:0;width:476px;height:476px;top:-70px;left:-240px;transform:rotate(-46.744deg)}.card-background__sticker--bottom{z-index:0;width:290px;height:290px;bottom:100px;right:-170px;transform:rotate(36.964deg)}@media screen and (device-width:414px),screen and (max-width:1279px){.card-background__sticker--right{width:186px;height:186px;top:-100px;right:-80px}.card-background__sticker--left{width:476px;height:476px;top:-120px;left:-250px}.card-background__sticker--bottom{width:290px;height:290px;bottom:-100px;right:-170px}}@media screen and (device-width:414px),screen and (max-width:767px){.card-background__sticker--right{width:140px;height:140px;top:-80px;right:-60px}.card-background__sticker--left{width:316px;height:316px;top:-160px;left:-60px;transform:rotate(20deg)}.card-background__sticker--bottom{width:200px;height:200px;bottom:-140px;right:0;transform:rotate(225deg)}}.card-background__gifts-image{z-index:-1;aspect-ratio:61/73;background:linear-gradient(#fff 59.85%,#fff0 80.6%),#d3d3d3 url(gifts.e8d6bcba.webp) -19.281px 0/107.804% 104.338% no-repeat;width:100%;position:absolute;bottom:0;left:0}@media screen and (device-width:414px),screen and (max-width:1279px){.card-background__gifts-image{background:linear-gradient(#fff 39.85%,#fff0 80.6%),#d3d3d3 url(gifts.e8d6bcba.webp) -19.281px 0/107.804% 104.338% no-repeat}}.page-footer-container{z-index:0;justify-content:space-between;width:100%;margin-top:auto;padding:2.5rem;display:flex}@media screen and (device-width:414px),screen and (max-width:1279px){.page-footer-container{padding:2rem}}@media screen and (device-width:414px),screen and (max-width:767px){.page-footer-container{padding:0 0 1.5rem}}.page-footer-container .icon{cursor:pointer;width:40px;height:40px}.page-footer-container .icon--cross{width:20px;height:20px}.page-footer{justify-content:space-between;width:100%;display:flex}.page-footer__link-container{gap:100px;display:flex}@media screen and (device-width:414px),screen and (max-width:1279px){.page-footer__link-container{flex-direction:column;gap:22px}}.page-footer__link{color:#fff;text-align:left;width:15vw;font-size:12px;text-decoration:none;transition:opacity .2s;display:flex}@media screen and (device-width:414px),screen and (max-width:1279px){.page-footer__link{width:auto;max-width:140px}}.page-footer__link:hover{opacity:.5}.page-footer__link-block{transition:opacity .2s;display:inline-block}.page-footer__link-block:hover{opacity:.5}.page-footer__link-block a{color:#fff}.page-footer__left-button,.page-footer__right-button{align-items:center;display:flex}@media screen and (device-width:414px),screen and (max-width:1279px){.page-footer__left-button,.page-footer__right-button{align-items:start}}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{border:10px solid #f3f3f3;border-top-color:#383636;border-radius:50%;width:50px;height:50px;animation:1.5s linear infinite spinner}.icon--start,.icon--rules{z-index:100;color:#fff;box-shadow:2px 3px;box-shadow:none;background-color:#e1251b;border-radius:60px;justify-content:center;align-items:center;padding:0;transition:background .2s;display:flex}.icon--start:hover,.icon--rules:hover,.icon--start:active,.icon--rules:active{background-color:#121212}@media screen and (device-width:414px),screen and (max-width:767px){.icon--start,.icon--rules{width:70px;height:70px}}.arrow-icon--right{transform:rotate(0)}.arrow-icon--down{transform:rotate(90deg)}.arrow-icon--left{transform:rotate(180deg)}.arrow-icon--up{transform:rotate(270deg)}.progressbar{justify-content:center;align-items:center;width:100%;height:10px;display:flex;position:relative}.progressbar__counter{color:#2b2d4f;letter-spacing:0;font-size:16px;line-height:140%}.progressbar-item{background:#ffffff4d;border-radius:10px;flex:1;height:100%;position:relative;overflow:hidden}.progressbar-item--active{background-color:#fff}.progressbar-item+.progressbar-item{margin-left:10px}.progressbar-item__fill{background-color:#f40000;border-radius:10px;height:100%;position:absolute;top:0;left:0}.progressbar-item--completed .progressbar-item__fill{width:100%}.progressbar-item--active .progressbar-item__fill{transition:width .5s}.decorated-title{color:#fff;text-transform:uppercase;background:radial-gradient(89.72% 100% at 55.16% 0,#f40000 0%,#f43b00 61.63%);width:-moz-fit-content;width:fit-content;margin:0;padding:8px 12px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-size:32px;font-weight:800;line-height:32px}.result-modal{align-items:center}.result-modal svg{width:60px;height:60px}.result-modal__content{flex-direction:column;align-items:center;width:100%;display:flex}.result-modal__content .modal__title{color:#2b2d4f;letter-spacing:-.28px;text-transform:uppercase;font-size:28px;font-weight:700;line-height:104%}.result-modal__content .modal__description{color:#2b2d4f;font-weight:400;line-height:140%}.result-modal__content .modal__buttons{flex-direction:column;gap:8px;width:100%;display:flex}.cancel-modal__icon{justify-content:center;align-items:center;display:flex}.cancel-modal__buttons{flex-direction:column;align-items:center;gap:8px;margin-top:32px;display:flex}.fake-input{border:1px solid #cacbd7;border-radius:20px;grid-template-areas:"label copy""text text";padding:20px;transition:border-color .2s;display:grid;position:relative}.fake-input+.fake-input{margin-top:8px}.fake-input--copied{border-color:#008e20}.fake-input__label{color:#8f97a1;grid-area:label;padding:0;font-weight:400}.fake-input__field{color:#2b2d4f;background:0 0;flex-direction:column;grid-area:text;gap:10px;height:auto;padding:0;line-height:1.34em;display:flex}@media (hover:hover){.fake-input__field{background-color:#0000!important}}.fake-input__logo{white-space:nowrap;border-radius:4px;gap:8px;width:24px;height:24px;margin-right:8px;display:flex}.fake-input__button{grid-area:copy;justify-self:end}.base-card{--offset-large-margin-top:298px;--offset-small-margin-top:106px;background:#fff;border-radius:40px;width:100%;max-width:600px;margin:0 auto;position:relative;overflow:hidden}.base-card--with-top-card{border-radius:0 0 40px 40px}.base-card--offset-large{margin-top:calc(var(--offset-large-margin-top) - var(--base-layout-padding-y,12px))}.base-card--offset-small{margin-top:calc(var(--offset-small-margin-top) - var(--base-layout-padding-y,12px))}@media screen and (device-width:414px),screen and (max-width:767px){.base-card{--offset-large-margin-top:272px;--offset-small-margin-top:86px}}.base-card__pattern{width:100%;position:absolute;top:0;bottom:0;left:0;right:0}.base-card__top-card{z-index:1;width:100%;position:relative}.base-card__content{z-index:1;flex-direction:column;gap:40px;padding:70px 70px 168px;display:flex;position:relative}@media screen and (device-width:414px),screen and (max-width:767px){.base-card__content{gap:32px;padding:40px 24px 168px}}.base-card__gifts{width:100%;height:auto;display:block;position:absolute;bottom:0;left:0}.base-layout{--base-layout-padding-y:24px;padding:var(--base-layout-padding-y)12px;background-color:#a6bad3;background-image:url(background.ba87a231.webp);background-position:top;background-repeat:no-repeat;background-size:100% 705px;flex-direction:column;justify-content:space-between;align-items:center;min-height:100vh;display:flex}@media screen and (device-width:414px),screen and (max-width:767px){.base-layout{background-image:url(background-phone.16567c0b.webp);background-size:100% 610px}}.base-layout__fade{display:flex;position:absolute}.base-layout__fade--bottom{background:linear-gradient(#0000 0%,#a6bad3 50%);width:100%;height:100px;top:655px}.base-layout__fade--left{background:linear-gradient(90deg,#a6bad3 40%,#0000 100%);width:25%;height:100%;top:0;left:0}.base-layout__fade--right{background:linear-gradient(90deg,#0000 0%,#a6bad3 60%);width:25%;height:100%;top:0;right:0}@media screen and (device-width:414px),screen and (max-width:1279px){.base-layout__fade--left,.base-layout__fade--right{display:none}}@media screen and (device-width:414px),screen and (max-width:767px){.base-layout__fade--bottom{top:560px}}.base-layout__overlay-image{object-fit:cover;width:350px;height:auto;position:absolute;top:105px;left:50%;transform:translate(-50%)}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-8px)}20%,40%,60%,80%{transform:translate(8px)}}.code-input__title{color:#fff;margin:0;font-size:16px;line-height:140%}.code-input__inputs-container{flex-direction:row;gap:10px;width:100%;margin:20px auto 28px;display:flex}.code-input__input{color:#fff;letter-spacing:-.72px;text-align:center;text-transform:uppercase;background-color:#6869bb;border:none;border-radius:24px;flex:auto;min-width:0;max-width:100%;padding:18px;font-size:36px;font-weight:700}.code-input__button{min-height:unset;color:#2b2d4f;opacity:1;background-color:#fff;border-radius:24px;max-height:40px;padding:14px 0;font-size:16px;font-weight:500}.code-input__button:hover{color:#e1251b;background-color:#fff}.code-input__button:disabled{color:#8f97a1;opacity:1;background-color:#fff}.code-input{background-color:#484aa6;border-radius:24px;flex-direction:column;width:100%;margin:10px 0 0;padding:20px 20px 24px;transition:background-color .1s;display:flex;position:relative}.code-input--error{background-color:#e1251b;font-size:14px;line-height:130%;animation:.4s ease-in-out shake}.code-input--error .code-input__input{background-color:#f15047;transition:background-color .1s}.code-input--error .code-input__button:hover{color:#e1251b}.code-input__error{color:#f97070;text-align:center;width:100%;margin:0;font-size:12px;position:absolute;bottom:-26px;left:0}@media screen and (device-width:414px),screen and (max-width:767px){.fixed-bottom-container{width:100%;padding:0 24px;position:fixed;bottom:24px}}.cookies-popup{z-index:1;background-color:#fff;background-image:url(pattern.39ec436d.png);background-position:0 0;background-repeat:no-repeat;background-size:100%;border-radius:24px;width:320px;position:fixed;bottom:28px;right:28px}@media screen and (device-width:414px),screen and (max-width:767px){.cookies-popup{width:calc(100vw - 70px);right:35px}}.cookies-popup__content{flex-direction:column;align-items:center;gap:20px;padding:32px 24px;display:flex}.home{background-image:url(background.63f7c5b3.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.home__gift-button{background-color:#e1251b;width:104px;height:104px;position:absolute;bottom:76px;left:50%;transform:translate(-50%)}.home__gift-button:hover,.home__gift-button:active{background-color:#bc121a}@media screen and (device-width:414px),screen and (max-width:767px){.home__gift-button{bottom:32px}}.play-button{cursor:pointer;justify-content:center;align-items:center;gap:20px;display:flex}.play-button circle,.play-button path{transition:fill .2s}.play-button :hover circle{fill:#121212}.play-button :active path{fill:#b1b3bb}.play-button__icon--start,.play-button__icon--rules{z-index:100;color:#fff;background-color:#e1251b;border-radius:60px;justify-content:center;align-items:center;padding:0;transition:background .2s;display:flex;box-shadow:2px 3px}.play-button__icon--start:hover,.play-button__icon--rules:hover,.play-button__icon--start:active,.play-button__icon--rules:active{background-color:#121212}@media screen and (device-width:414px),screen and (max-width:767px){.play-button__icon--start,.play-button__icon--rules{width:70px;height:70px}}.play-button__text{color:#fff;text-transform:capitalize;font-weight:800}.auth-modal{box-shadow:none;border-radius:40px;width:600px;max-width:calc(100% - 24px);padding:0;overflow:hidden}@media screen and (device-width:414px),screen and (max-width:767px){.auth-modal{width:calc(100% - 24px);max-width:366px;padding:0}}.auth-modal__title{letter-spacing:-.72px;padding:0 4px;font-weight:700;line-height:1}.auth-modal__buttons{flex-direction:column;gap:8px;width:100%;display:flex}.auth-modal__buttons button{font-size:15px;font-weight:700;line-height:1.35}.auth-modal__button{color:#e1251b;background-color:#fff;border:1px solid #e1251b;border-radius:40px;width:100%;height:56px;min-height:56px;padding:6px 32px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}.auth-modal__button:hover{background-color:#e1251b0d}@media screen and (device-width:414px),screen and (max-width:1279px){.countdown-page{flex-direction:column;justify-content:center;display:flex}}.countdown-page .spinner-container{margin:auto}.countdown-page__title{text-align:center;max-width:40vw;font-size:44px}@media screen and (device-width:414px),screen and (max-width:1279px){.countdown-page__title{max-width:100%;font-size:30px}}.countdown-page__description{text-align:center;max-width:30vw;margin-top:0;margin-bottom:26px}@media screen and (device-width:414px),screen and (max-width:1279px){.countdown-page__description{max-width:100%;margin-bottom:28px;font-size:16px;font-weight:500;line-height:140%}}.card-wrapper{will-change:transform;background-color:#fff;background-image:url(pattern.97f7bac9.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:40px;flex-direction:column;justify-content:center;min-height:164px;margin-bottom:20px;padding:32px 32px 28px 70px;display:flex;position:relative;overflow:hidden}.base-card .card-wrapper{width:calc(100% + 140px);margin:-70px 0 0 -70px}.card-wrapper--blue{background-color:#484aa6}.card-wrapper--red{background-color:#e1251b}.card-wrapper--green{background-color:#008e20}.card-wrapper--timer h2{color:#fff;text-align:center;font-size:28px;line-height:104%}.card-wrapper:last-child{margin-bottom:24px}.card-wrapper:only-child{margin-bottom:0}.card-wrapper--no-border{box-shadow:0 4px #15162ecc}.card-wrapper--no-border:before{content:"";z-index:1;opacity:1;background:radial-gradient(274.8% 141.42% at 0 0,#f43800 0%,#f43b00 38.37%,#f40000 100%);width:100%;height:100%;display:block;position:absolute;top:0;left:0}@media screen and (device-width:414px),screen and (max-width:1279px){.card-wrapper--no-border{width:100%;padding:28px 24px}}@media screen and (device-width:414px),screen and (max-width:767px){.card-wrapper--no-border{width:100%;padding:24px}}.card-background__inner .card-wrapper--no-border{padding:24px}@media screen and (device-width:414px),screen and (max-width:1279px){.card-wrapper{padding:28px 24px}}@media screen and (device-width:414px),screen and (max-width:767px){.card-wrapper{background-image:url(pattern_mobile.2280270f.png)}.card-wrapper--send{padding:32px 24px 28px}.base-card .card-wrapper{width:calc(100% + 48px);margin:-40px 0 0 -24px}}.user{background-image:url(background.ba87a231.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.user .tabs__content{background:#fff;border-radius:40px;width:100%}.user .tabs__content>:last-child{padding-bottom:24px}.user__finish-group{text-align:left;justify-content:center;align-items:center;gap:20px;max-width:33vw;display:flex}@media screen and (device-width:414px),screen and (max-width:767px){.user__finish-group{text-align:center;flex-direction:column;gap:22px;max-width:100%}}.user__finish-group .description{margin:0}.user__title{margin-bottom:60px}@media screen and (device-width:414px),screen and (max-width:1279px){.user__title{margin-bottom:34px}}@media screen and (device-width:414px),screen and (max-width:767px){.user .tabs__content{border-radius:40px 40px 24px 24px}}.user__wrapper{margin-top:84px}.card__title{color:#191b39;text-transform:uppercase;margin-bottom:20px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}.card__title span{color:#e1251b}.card{z-index:10;flex-direction:column;flex:1;justify-content:center;align-items:center;margin:auto 0;display:flex;position:relative}.card img{z-index:-1;height:calc(100% + 48px);position:absolute;bottom:-28px;right:50px}.card button{z-index:50}.card--approve .decorated-block{margin-top:auto}@media screen and (device-width:414px),screen and (max-width:1279px){.card--approve .decorated-block{margin-top:66px}}.card__download-data{cursor:pointer;position:absolute;bottom:5px;right:-10%}@media screen and (device-width:414px),screen and (max-width:1279px){.card__download-data{right:0}}@media screen and (device-width:414px),screen and (max-width:952px){.card__download-data{width:120px}}@media screen and (device-width:414px),screen and (max-width:767px){.card__download-data{width:200px;bottom:0;left:50%;transform:translate(-50%)}}@media screen and (device-width:414px),screen and (max-width:1279px){.card{justify-content:start}}@media screen and (device-width:414px),screen and (max-width:767px){.card img{height:calc(100% + 18px);right:-24px}}.user__description{margin:0}.user__description-link{all:inherit;background-color:#0000;border:none;margin:0;padding:0;text-decoration:underline;display:inline}.card__info{z-index:15;margin:40px 5% 20px;font-weight:500}@media screen and (device-width:414px),screen and (max-width:1279px){.card__info{margin:40px 35% 20px}}@media screen and (device-width:414px),screen and (max-width:767px){.card__info{margin:40px 10% 20px}}.card__info button{color:#fff;cursor:pointer;background-color:#0000;border:none;margin:0;padding:0;font-size:14px;font-weight:500;text-decoration:underline}.card--approve .card__info{max-width:170px;margin-top:54px;margin-bottom:0}.card__description{z-index:20;color:#fff;text-align:center;width:40%;margin:0 0 16px;font-size:10px;font-weight:500}@media screen and (device-width:414px),screen and (max-width:1279px){.card__description{width:30%}}@media screen and (device-width:414px),screen and (max-width:767px){.card__description{width:80%}}.card__submit{padding:0 44px}.card__sticker{z-index:1;position:absolute}.card__sticker--right{width:266px;height:266px;top:-80px;right:-100px;transform:rotate(-120deg)}@media screen and (device-width:414px),screen and (max-width:1279px){.card__sticker--right{width:226px;height:226px;top:-80px;right:-100px}}@media screen and (device-width:414px),screen and (max-width:767px){.card__sticker--right{width:160px;height:160px;top:320px;right:-50px;transform:rotate(-28.519deg)}}.card__sticker--left{width:363px;height:363px;top:-20px;left:-60px;transform:rotate(-30deg)}@media screen and (device-width:414px),screen and (max-width:1279px){.card__sticker--left{width:333px;height:333px;top:0;left:-100px}}@media screen and (device-width:414px),screen and (max-width:767px){.card__sticker--left{width:275px;height:275px;top:230px;left:-100px;transform:rotate(24.815deg)}}.card__sticker--bottom{width:137px;height:137px;bottom:0;right:50px;transform:rotate(40.554deg)}@media screen and (device-width:414px),screen and (max-width:1279px){.card__sticker--bottom{width:117px;height:117px;bottom:0;right:20px}}@media screen and (device-width:414px),screen and (max-width:767px){.card__sticker--bottom{width:102px;height:102px;bottom:20px;left:50%;right:0;transform:translate(-50%)rotate(25.252deg)}}.card__given-holder{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}@media screen and (device-width:414px),screen and (max-width:1279px){.card__given-holder{justify-content:start}}.card__given-holder .decorated-block{margin-top:auto}@media screen and (device-width:414px),screen and (max-width:1279px){.card__given-holder .decorated-block{margin-top:80px}}.card__gift{z-index:-1;position:absolute;top:20px;left:50%;transform:translate(-50%)}@media screen and (device-width:414px),screen and (max-width:1279px){.card__gift{top:40px}}.card__given-text{text-align:center;max-width:200px;margin:auto 0 0}@media screen and (device-width:414px),screen and (max-width:1279px){.card__given-text{margin-top:44px}}.card__buttons{align-items:center;display:flex}.card__buttons .button{flex:1}.card__buttons .button:not(:last-child){margin-right:14px}.card__icon{z-index:-1;position:absolute;top:calc(50% - 20px);left:50%;transform:translate(-50%,-50%)}@media screen and (device-width:414px),screen and (max-width:1279px){.card__icon{top:64px;transform:translate(-50%)}}.user__tabs{width:100%;height:100%;max-height:calc(100% - 76px);overflow:auto}.user__stage-description{gap:10px;max-width:460px;margin:12px auto 0;display:flex}@media screen and (device-width:414px),screen and (max-width:767px){.user__stage-description{max-width:318px;padding:0 24px}}.user__button-hystory{align-items:center;margin-top:34px;display:flex}.user__button-hystory svg{width:30px;height:30px;margin-right:12px}.user__receipt-info{text-align:center}.feedback-form--response{flex-direction:column;justify-content:center;align-items:center;display:flex}.feedback-form--response p{color:#121212;text-align:center;margin:0 0 34px;font-size:14px;font-weight:500;line-height:140%}.feedback-form--response button{box-shadow:none;width:146px;height:48px;margin:0}@media screen and (device-width:414px),screen and (max-width:767px){.feedback-form--response p{font-size:16px}}.feedback-form__submit{box-shadow:none}.feedback-form__field{margin-top:24px}.feedback-form__field label{color:#333;margin:0 0 8px;font-size:12px;font-weight:500;line-height:normal}.feedback-form__field textarea{height:unset;min-height:168px}.feedback-form__field-error{color:#e1251b;margin:4px 0 0;font-size:12px}.feedback-form__sent p{color:#121212;margin:0;font-size:14px;font-weight:500;line-height:140%}.feedback-form__sent p:first-child{color:#333;margin:0 0 24px;font-size:12px;font-weight:500;line-height:normal}.feedback-form__sent-images{justify-content:flex-start;align-items:flex-start;margin:34px 0 0;display:flex}.feedback-form__sent-images img{object-fit:cover;border-radius:8px;width:90px;height:90px;margin:0 13px 0 0}.feedback-form__sent-images img:last-child{margin:0}@media screen and (device-width:414px),screen and (max-width:767px){.feedback-form__sent p{font-size:16px}.feedback-form__sent p:first-child{font-size:14px}.feedback-form__sent-images img{width:calc(33.3333vw - 46px);height:calc(33.3333vw - 46px);margin:0 14px 0 0}}.feedback-modal{max-height:calc(100% - 76px)}.card-gift{grid-template-columns:1fr min-content;grid-template-areas:"title button""date button""note button";display:grid}.card-gift .button{grid-area:button;align-self:flex-start}.card-gift__title-holder{justify-content:space-between;align-items:center;width:100%;margin:0;display:flex}.card-gift__title-holder h2{font-size:28px}.card-gift__title{color:#fff;text-align:left;grid-area:title;width:100%;margin-bottom:12px}.card-gift__title-holder .card-gift__title{text-align:left;margin-bottom:0;margin-right:10px}.card-gift__date{color:#fff;grid-area:date;justify-self:flex-start;margin:10px 0 13px;font-size:14px;font-style:normal;font-weight:500;line-height:1.4em;display:flex}.card-gift__status{grid-area:note;align-self:flex-start;align-items:center;padding-right:28px;display:flex}.card-gift__status+.card-gift__button{margin-top:24px}.card-gift__status svg{flex-shrink:0;margin-right:12px}.card-gift__status-text{white-space:break-spaces;text-align:left;grid-area:note;max-width:220px;margin:0;font-size:17px;font-weight:400;line-height:1.22em}.card-gift__icon{z-index:-1;opacity:.26;width:300px;height:300px;position:absolute;bottom:-100px;right:-105px}@media screen and (device-width:414px),screen and (max-width:767px){.card-gift__icon{width:180px;height:160px;bottom:-30px;right:-24px}}.card-gift__icon svg{width:100%;height:100%}.card-background__inner .card-gift__icon{width:180px;height:160px;bottom:-30px;right:-24px}.check-form--response{flex-direction:column;justify-content:center;align-items:center;display:flex}.check-form--response p{color:#121212;text-align:center;margin:0 0 34px;font-size:14px;font-weight:500;line-height:140%}.check-form--response button{box-shadow:none;width:146px;height:48px;margin:0}.check-form__text--submitted{text-align:center}.check-form__description--submitted{align-items:center;display:flex}@media screen and (device-width:414px),screen and (max-width:767px){.check-form--response p{font-size:16px}}.check-form__submit{box-shadow:none}.check-form__description{margin:0 0 20px}.check-form__description label{color:#333;margin:0 0 8px;font-size:12px;font-weight:500;line-height:normal}.check-form__description textarea{height:unset;min-height:134px}.check-form__description-error{color:#e1251b;margin:4px 0 0;font-size:12px}.check-form__sent p{color:#121212;margin:0;font-size:14px;font-weight:500;line-height:140%}.check-form__sent p:first-child{color:#333;margin:0 0 24px;font-size:12px;font-weight:500;line-height:normal}.check-form__sent-images{justify-content:flex-start;align-items:flex-start;margin:34px 0 0;display:flex}.check-form__sent-images img{object-fit:cover;width:80px;height:80px;margin:0 5px 0 0}.check-form__sent-images img:last-child{margin:0}@media screen and (device-width:414px),screen and (max-width:767px){.check-form__sent p{font-size:16px}.check-form__sent p:first-child{font-size:14px}.check-form__sent-images img{width:calc(33.3333vw - 46px);height:calc(33.3333vw - 46px);margin:0 14px 0 0}}.card-wait__title{color:#191b39;text-align:center}.card-empty{grid-template-columns:1fr 48px;align-items:center;gap:40px;display:grid}.card-empty button{position:absolute;top:32px;right:32px}.card-empty__title{text-align:left;max-width:300px;line-height:104%}.card-empty__description{max-width:320px;margin:0 auto}.cancel-button{color:#2b2d4f;box-shadow:none;background:#cacbd7;border-radius:40px;width:auto;margin:0 auto;padding:8px 24px;font-size:14px;line-height:130%}.user-data{flex-direction:column;justify-content:space-between;margin-bottom:80px;display:flex}@media screen and (device-width:414px),screen and (max-width:767px){.user-data form{grid-template-rows:repeat(7,auto);grid-template-columns:1fr}}.user-data__form{text-align:left;grid-template-rows:repeat(4,auto);grid-template-columns:repeat(6,1fr);gap:14px 20px;height:auto;display:grid}@media screen and (device-width:414px),screen and (max-width:767px){.user-data__form{column-gap:10px}}.user-data .input-field,.user-data .input-field-holder,.user-data .form__row{font-size:14px;line-height:19px}.user-data .input-field-holder:nth-child(-n+3),.user-data .form__row:nth-child(-n+3){grid-column:span 2}.user-data .input-field-holder:nth-child(n+4),.user-data .input-field-holder:nth-child(n+5),.user-data .form__row:nth-child(n+4),.user-data .form__row:nth-child(n+5){grid-column:span 3}.user-data .input-field-holder:nth-child(n+6),.user-data .input-field-holder:nth-child(n+7),.user-data .form__row:nth-child(n+6),.user-data .form__row:nth-child(n+7){grid-column:span 6}@media screen and (device-width:414px),screen and (max-width:767px){.user-data .input-field-holder:nth-child(n),.user-data .form__row:nth-child(n){grid-column:span 1}}.user-data__title{color:#000;justify-content:center;align-items:center;gap:14px;height:30px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-size:32px;display:flex;position:relative}.user-data__logo{height:100%}.user-data__form{grid-template-columns:repeat(6,1fr);display:grid}.user-data__input-error{color:#ffb0b1;margin:8px 0 0}.user-data__description{margin:28px 44px}.user-data__submit-button{box-shadow:none;box-shadow:none;cursor:pointer;border:none;grid-column:span 6;align-items:center;width:100%;margin-top:24px;padding:13px 24px 15px;font-weight:700;transition:color .4s,background-color .4s}@media screen and (device-width:414px),screen and (max-width:767px){.user-data__submit-button{grid-column:span 1}}.user-data__submit-button:hover{background-color:#121212}.user-data__submit-button:active,.user-data__submit-button--disabled{color:#b1b3bb;background-color:#121212;outline:none}.user-data__submit-group{grid-column:span 6;justify-content:center;align-items:center;gap:20px;display:flex}@media screen and (device-width:414px),screen and (max-width:767px){.user-data__submit-group{grid-column:span 1}}.user-data__submit-group--submitted{flex-direction:column}.user-data__success{gap:20px;display:flex}.user-data .form__row{flex-direction:column;display:flex}.user-data .input-field-label,.user-data .form__label{color:#333;margin-bottom:8px;font-size:12px;line-height:15px}.user-data input,.user-data textarea{padding:14px 18px}.user-data textarea{height:100px}.user-data .form__label{padding-bottom:5px}.user__legal{opacity:.4;border-top:1px solid #fff;flex-direction:column;gap:12px;width:100%;margin:120px 0 180px;padding:20px 0 0;display:flex}.user__legal-link{color:#fff;text-align:center;font-size:12px;line-height:16.8px}.participation-modal__icons{justify-content:center;align-items:center;display:flex}.participation-modal__icons svg{width:60px;height:60px;margin-left:16px}.user__socials{background-color:#fff;border-radius:40px;grid-template-columns:1fr min-content;grid-template-areas:"title icons""note icons";gap:8px;width:100%;margin-top:8px;padding:24px 70px;display:grid}.user__socials h4{color:#2b2d4f;text-transform:uppercase;grid-area:title;margin:0;font-size:16px;font-weight:700;line-height:101%}.user__socials span{color:#2b2d4f;grid-area:note;font-size:14px;line-height:130%}@media screen and (device-width:414px),screen and (max-width:767px){.user__socials{border-radius:24px;padding:24px}}.user__socails-list{grid-area:icons;align-self:center;gap:8px;display:flex}.user__socails-list a{background:#e2eaf5;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.user__socails-list svg{fill:#2b2d4f}.send-gift-delivery-type-select{gap:4px;margin:-6px 0 0 -16px;display:flex}.send-gift-delivery-type-select label{text-align:center;color:#2b2d4f;cursor:pointer;background:#fff;border-radius:32px;align-items:center;gap:8px;height:48px;padding:15px 16px;font-size:14px;font-weight:400;line-height:116%;transition:background-color .2s,color .2s;display:flex}.send-gift-delivery-type-select label img{border:1px solid #fff;border-radius:50%}.send-gift-delivery-type-select label:has(input:checked){color:#fff;background-color:#e1251b}.send-gift-delivery-type-select-title{text-transform:uppercase;color:#fff;font-size:12px;line-height:115%}.send-gift{background-image:url(background.ba87a231.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.send-gift__title{align-items:center;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:700;display:flex}.send-gift__number{color:#fff;text-align:center;text-transform:uppercase;background:linear-gradient(95deg,#f40000 .2%,#f43b00 99.94%);border-radius:70px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-right:10px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-size:20px;font-weight:800;line-height:1em;display:flex}.send-gift__wrapper>h2,.send-gift__wrapper [class*=send-gift] h2,.send-gift__wrapper>h2+h3,.send-gift__wrapper [class*=send-gift] h2{margin:40px 0 0}.send-gift__wrapper>p,.send-gift__wrapper [class*=send-gift] p{margin:12px 0 24px}.send-gift__form{background-color:#484aa6;border-radius:40px;width:calc(100% + 140px);margin:0 0 0 -70px;padding:0 70px 40px;position:relative}.send-gift__form .input-field{background-color:#fff}.send-gift__form textarea{min-height:90px}@media screen and (device-width:414px),screen and (max-width:767px){.send-gift__form{width:calc(100% + 48px);margin:0 0 0 -24px;padding:28px 24px}}.send-gift__form-content{z-index:1;position:relative}@media screen and (device-width:414px),screen and (max-width:767px){.send-gift__form-content{padding:0 20px}}.send-gift__select .select-dropdown{background-color:#fff;border-radius:0 0 8px 8px;position:relative}.send-gift__select .select-toggle{background-color:#fff}.send-gift__select-option{align-items:center;display:flex}.send-gift__select-option-logo{border-radius:4px;width:24px;height:24px;margin-right:8px}.delivery-fields{grid-template-columns:repeat(1,1fr);gap:14px;width:calc(100% + 40px);margin:0 0 0 -20px;display:grid}.delivery-list__list{padding:0;list-style:none}.delivery-list__item+.delivery-list__item{margin-top:16px}.delivery-list__link{color:#387cfb;align-items:center;font-size:16px;font-weight:500;line-height:1.4em;text-decoration:underline;display:flex}.delivery-list__logo{border-radius:4px;flex-shrink:0;width:24px;height:24px;margin-right:8px}.send-gift__about{border:1px solid #cacbd7;border-radius:20px;margin:24px 0 0;padding:20px}.send-gift__about dt{color:#8f97a1;font-size:14px;line-height:130%}.send-gift__about dt~dt{margin-top:20px}.send-gift__about dd{align-items:center;gap:8px;margin:8px 0 0;font-size:16px;line-height:140%;display:flex}.send-gift__about dd+dd{margin-top:10px}.legal__description{margin:34px 0 0;font-size:14px;font-weight:400}.legal__description--without-margin{margin:0}.legal__title{margin:48px 0 0}.legal__sub-title{margin:48px 0 16px}.password-recovery-start-container{justify-content:center;align-items:center;margin-top:65px}.password-recovery-start__title{color:#121212}.password-recovery-start__description{color:#b1b3bb;text-align:center;font-size:12px;line-height:17px}.password-recovery-start__success-text{text-align:center}.password-recovery-start input{border-radius:8px}.password-recovery-start form{margin-top:44px}.password-recovery-start .input-field-holder{flex-direction:column;margin-bottom:30px;display:flex}.password-recovery-start .input-field-holder--error{color:#e1251b;margin-bottom:0}.password-recovery-start .input-field-holder--error label{color:#e1251b}.password-recovery-start .input-field-holder--filled .input-field-label,.password-recovery-start .input-field-holder:focus-within label{transform:matrix(.8,0,0,.8,0,-25)}.password-recovery-start .input-wrapper{border-bottom:1px solid #121212;justify-content:space-between;height:40px;display:flex}.password-recovery-start .input-field-label{color:#b1b3bb;transform-origin:0 0;pointer-events:none;transition:all .2s cubic-bezier(0,0,.2,1);position:absolute;transform:translate(15px,15px)}.password-recovery-start__submit-button{cursor:pointer;border:none;border-radius:90px;width:100%;padding:13px 24px 15px;font-weight:700;transition:color .4s,background-color .4s}.password-recovery-start__submit-button:hover{background-color:#121212}.password-recovery-start__submit-button:active{color:#b1b3bb;background-color:#121212;outline:none}.password-recovery-start .auth-header{margin-bottom:10px}.password-recovery-set-container{justify-content:center;align-items:center;margin-top:65px}.password-recovery-set{width:100%;margin:auto}.password-recovery-set__title{color:#121212}.password-recovery-set__description{color:#b1b3bb;text-align:center}.password-recovery-set__form{display:flex}.password-recovery-set input{border-radius:8px}.password-recovery-set .input-field-holder{flex-direction:column;margin-top:10px;margin-bottom:40px;display:flex}.password-recovery-set .input-field-holder--error{color:#e1251b;margin:0}.password-recovery-set .input-field-holder--filled .input-field-label,.password-recovery-set .input-field-holder:focus-within label{transform:matrix(.8,0,0,.8,0,-25)}.password-recovery-set .input-wrapper{border-bottom:1px solid #121212;justify-content:space-between;height:40px;display:flex}.password-recovery-set .input-field-label{color:#b1b3bb;transform-origin:0 0;pointer-events:none;transition:all .2s cubic-bezier(0,0,.2,1);position:absolute;transform:translate(15px,15px)}.password-recovery-set__submit-button{cursor:pointer;border:none;border-radius:90px;width:100%;padding:13px 24px 15px;font-weight:700;transition:color .4s,background-color .4s}.password-recovery-set__submit-button:hover{background-color:#121212}.password-recovery-set__submit-button:active{color:#b1b3bb;background-color:#121212;outline:none}.password-recovery-set .auth-header{margin-bottom:10px}.set-user-password-container{justify-content:center;align-items:flex-start;display:flex}.set-user-password{width:60vw}.set-user-password input{border-radius:8px;padding:0 10px}.set-user-password .input-field-holder{margin-bottom:40px}.set-user-password .input-field-holder--error{color:#e1251b;margin-bottom:0}.set-user-password .input-field-holder--filled .input-field-label,.set-user-password .input-field-holder:focus-within label{transform:matrix(.8,0,0,.8,0,-25)}.set-user-password .input-wrapper{border-bottom:1px solid #121212;justify-content:space-between;height:40px;display:flex}.set-user-password .input-field-label{color:#b1b3bb;transform-origin:0 0;pointer-events:none;transition:all .2s cubic-bezier(0,0,.2,1);position:absolute;transform:translate(10px,15px)}.set-user-password__submit-button{box-shadow:none;cursor:pointer;border:none;justify-content:center;width:100%;padding:13px 24px 15px;font-weight:700;transition:color .4s,background-color .4s}.set-user-password__submit-button:hover{background-color:#121212}.set-user-password__submit-button:active{color:#b1b3bb;background-color:#121212;outline:none}.signin-container{justify-content:center;align-items:center}.signin{z-index:1}.signin a{color:#387cfb}.signin__email-signin{color:#6d6a6b;margin:24px 0 0;font-weight:500;line-height:22px}.signin__email-signin a{color:#387cfb;text-decoration:underline}.signin .form-error{color:#e1251b;position:absolute;bottom:30%;right:0}@keyframes slide-down-fade-in{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.signup-container,.auth-header,.password-recovery-start-container,.password-recovery-set-container,.set-user-password,.set-user-password__form,.set-user-password .input-field-holder,.signin-container{flex-direction:column;display:flex}.signup-wrapper{min-height:120vh}.signup-container{justify-content:center;align-items:center}.signup__background{width:80%;height:100vh;position:absolute;top:0;left:50%;transform:translate(-50%)}@media screen and (device-width:414px),screen and (max-width:1279px){.signup__background{width:100%;transform:translate(-50%)}}.signup__background img{object-fit:cover;width:80%;height:100%;position:relative;left:50%;transform:translate(-50%)}@media screen and (device-width:414px),screen and (max-width:1279px){.signup__background img{width:100%;height:100%}.signup__background{height:744px}}.signup__stage-container{opacity:1;transition:opacity .3s ease-in-out}.signup__stage-container--transitioning{opacity:0}.signup{z-index:2}.signup a{color:#1660cf;transition:color .3s}.signup a:hover{color:#ffb0b1}.signup button{font-size:14px}.signup__form{grid-template-columns:repeat(2,1fr);column-gap:20px;max-width:800px;margin:0 auto;display:grid}@media screen and (device-width:414px),screen and (max-width:1279px){.signup__form{grid-template-columns:repeat(1,1fr)}}.signup__submit-button{box-shadow:none;cursor:pointer;border:none;justify-content:center;width:100%;margin-top:28px;padding:13px 24px 15px;font-weight:700;transition:color .4s,background-color .4s}.signup__submit-button:hover{background-color:#121212}.signup__submit-button:active{color:#b1b3bb;background-color:#121212;outline:none}.signup__success-text.description{font-size:16px}@media screen and (device-width:414px),screen and (max-width:1279px){.signup__success-text.description{text-align:center;margin:0}}.signup__success-email{color:#e1251b}.signup .form__checkbox-inline-wrapper{margin-top:28px}.signup__fullname-privacy{color:#8f97a1;letter-spacing:0;padding-left:20px;font-size:14px;line-height:120%}.signup__fullname-privacy a{color:#3d75ba}.signup__address-description{background:#e1251b;border-radius:24px;padding:16px 24px;font-size:14px;line-height:120%}.signup__flex-container{justify-content:space-between;gap:8px;display:flex}.signup__flex-container .input-field-holder{width:100%}.signup__pvz{margin-top:24px}.signup__pvz-description{margin:8px 0 24px;font-weight:400}.signup__pvz-scroll{gap:12px;margin:0 -24px;padding:0 24px;display:flex;overflow-x:auto}.signup__pvz-scroll::-webkit-scrollbar{display:none}.signup__pvz-chip{color:#2b2d4f;cursor:pointer;background:#fff;border:1px solid #e1251b;border-radius:32px;flex:none;align-items:center;gap:8px;padding:12px 16px 12px 12px;font-size:14px;line-height:117%;transition-duration:.1s;display:inline-flex}.signup__pvz-chip--active{color:#fff;background:#e1251b}.signup__pvz-icon{border:1px solid #fff;border-radius:100%;width:24px;height:24px}.signup__pvz-address{flex-direction:column;gap:20px;margin-top:24px;display:flex}.signup__pvz-address .input-field-holder{opacity:0;animation:.4s ease-out forwards slide-down-fade-in;transform:translateY(-40px)}.signup__pvz-address .input-field-holder:first-child{animation-delay:0s}.signup__pvz-address .input-field-holder:nth-child(2){animation-delay:.1s}.signup__pvz-address .input-field-holder:nth-child(3){animation-delay:.2s}.signup__pvz-address .input-field-holder:nth-child(4){animation-delay:.3s}.signup__email-description{font-size:14px;font-weight:400;line-height:130%}.signup-confirm-container{justify-content:center;align-items:center;height:100vh;display:flex}.signup-confirm{flex-direction:column;place-items:center;margin:20px;display:flex}.auth__background-overlay{width:216px}@media screen and (device-width:414px),screen and (max-width:767px){.auth__background-overlay{top:75px}}.auth-stage__description{font-size:14px;font-weight:400;line-height:130%}.not-found{flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.not-found__button{box-shadow:none}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;position:relative;overflow:hidden}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;box-sizing:content-box;width:100%;height:100%;transition-property:transform;display:flex;position:relative}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-flow:column wrap}.swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-container-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{width:100%;bottom:10px;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{opacity:.2;background:#000;border-radius:50%;width:8px;height:8px;display:inline-block}button.swiper-pagination-bullet{box-shadow:none;-webkit-appearance:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{top:50%;right:10px;transform:translateY(-50%)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;top:0;left:0}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;top:0;left:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute;top:50%}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);letter-spacing:0;text-transform:none;font-variant:initial;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-prev.swiper-button-white,.swiper-button-next.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-prev.swiper-button-black,.swiper-button-next.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-scrollbar{-ms-touch-action:none;background:#0000001a;border-radius:10px;position:relative}.swiper-container-horizontal>.swiper-scrollbar{z-index:50;width:98%;height:5px;position:absolute;bottom:3px;left:1%}.swiper-container-vertical>.swiper-scrollbar{z-index:50;width:5px;height:98%;position:absolute;top:1%;right:3px}.swiper-scrollbar-drag{background:#00000080;border-radius:10px;width:100%;height:100%;position:relative;top:0;left:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.rules-page{justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}@media screen and (device-width:414px),screen and (max-width:1279px){.rules-page{padding:0}}@media screen and (device-width:414px),screen and (max-width:767px){.rules-page{padding:0}}.rules-page__text{flex-direction:column;gap:20px;display:flex}.rules-page__registration-image{width:200px}.start-screen{flex-direction:column;flex:1;justify-content:center;align-items:center;height:100%;display:flex}@media screen and (device-width:414px),screen and (max-width:767px){.start-screen__wrapper{padding-top:76px}}.start-screen__description{text-transform:uppercase;margin:0;font-size:20px}.start-screen__button{width:-moz-fit-content;width:fit-content;margin-top:50px;padding:0 57px}@media screen and (device-width:414px),screen and (max-width:767px){.start-screen__button{width:100%;margin-top:auto}}.start-screen__title{margin-bottom:-15px}.start-screen__image-holder{width:100%;margin:0 auto 40px;position:relative;overflow:hidden}.start-screen__image-holder:before{content:"";width:100%;padding-top:213px;display:block;position:relative}.start-screen__image-holder--test:before{padding-top:225px}@media screen and (device-width:414px),screen and (max-width:767px){.start-screen__image-holder{max-width:342px}.start-screen__image-holder--test{margin-bottom:16px}.start-screen__image-holder--test:before{padding-top:265px}}.start-screen__image{object-fit:contain;width:100%;position:absolute;top:0;left:0}.rules-layout .decorated-title{width:min-content}.rules-layout .description{margin:0 0 24px;font-weight:500}.rules-layout .description:first-of-type{margin:24px 0}.rules-layout .description:last-child{margin:0}.rules-layout__image-holder{border-radius:12px;width:100%;margin:0 auto 32px;position:relative;overflow:hidden}.rules-layout__image-holder:before{content:"";width:100%;padding-top:47.3684%;display:block;position:relative}.rules-layout__image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes slide-down-fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.survey__answers{flex-direction:column;gap:8px;display:flex}.survey__next-button{font-size:15px}.survey__radio-answer{color:#2b2d4f;cursor:pointer;opacity:0;background-color:#fff;border:2px solid #d0dff4;border-radius:24px;gap:20px;width:100%;padding:20px 28px 20px 24px;font-size:16px;transition:all .2s;animation:.4s ease-out forwards slide-down-fade-in;display:flex;transform:translateY(-20px)}.survey__radio-answer:hover,.survey__radio-answer--selected{color:#e1251b;border-color:#e1251b}.survey__radio-answer:first-child{animation-delay:0s}.survey__radio-answer:nth-child(2){animation-delay:80ms}.survey__radio-answer:nth-child(3){animation-delay:.16s}.survey__radio-answer:nth-child(4){animation-delay:.24s}.survey__radio-dot{border:2px solid #2b2d4f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;transition:border-color .2s;display:flex}.survey__radio-answer:hover .survey__radio-dot,.survey__radio-answer--selected .survey__radio-dot{border-color:#e1251b}.survey__radio-dot span{opacity:0;background-color:#ed0e00;border-radius:50%;width:10px;height:10px;transition:transform .2s,opacity .2s;transform:scale(0)}.survey__radio-answer--selected .survey__radio-dot span{opacity:1;background-color:#e1251b;transform:scale(1)}.survey__radio-text{line-height:1.4}.survey-results{text-align:center;flex-direction:column;align-items:center;display:flex}.survey-results .title{font-weight:700}.survey-results .title--l{font-size:28px}.survey-results__image-container{width:100%;margin:40px 0 24px}.survey-results__image{object-fit:cover;border-radius:24px;width:100%;height:auto}.survey-results__info{flex-direction:column;display:flex}.survey-results__movie{margin-top:4px;margin-bottom:16px;font-size:16px;font-weight:400;line-height:1.4}.survey-results__description{margin:0;font-size:16px;line-height:1.4}.survey-results__buttons{flex-direction:column;gap:12px;width:100%;margin-top:48px;display:flex}@media screen and (device-width:414px),screen and (max-width:767px){.address__background{height:calc(100vh - 201px);margin-top:201px}}.address__group{gap:16px}.address__title-background{background:linear-gradient(94.98deg,#f40000 .2%,#f43b00 99.94%);width:max-content;padding:10px 14px 5px}.settings__image{object-fit:contain;width:100%;max-height:155px;margin:0 auto;position:absolute;top:18px}.settings__group{gap:16px}.settings__group:not(:first-child){margin-top:40px}.settings__group-title{margin-bottom:4px}.settings__change-button{margin-top:-2px}.final{background-image:url(final.2bb7a8a8.png);background-position:50% 0;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;gap:80px;padding:0;display:flex}@media screen and (device-width:414px),screen and (max-width:767px){.final{background-image:url(final_mobile.3eb13f3e.png)}}.final__text{background-color:#e1251b;background-image:url(pattern.97f7bac9.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:40px;align-items:center;max-width:600px;height:168px;padding:36px 109px;display:flex}.final__text h2{text-align:center}@media screen and (device-width:414px),screen and (max-width:767px){.final__text{padding:24px}}.final__fade--bottom{top:unset;bottom:0}.history{padding-bottom:76px}.history__title{text-align:center;margin-bottom:24px;font-size:26px}.history__tabs .tabs__holder{display:none}.feedback-sent__title{margin-bottom:24px}.recieve-gift{background-image:url(background.ba87a231.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.recieve-gift__about{margin:40px 0 0}.recieve-gift__about-info{border:1px solid #cacbd7;border-radius:20px;margin:24px 0 0;padding:20px}.recieve-gift__about-info dt{color:#8f97a1;font-size:14px}.recieve-gift__about-info dt~dt{margin:20px 0 0}.recieve-gift__about-info dd{color:#2b2d4f;align-items:center;gap:8px;margin:8px 0 0;font-size:14px;display:flex}