.reset-password{display:flex;flex-direction:column;padding:57px 24px 75px}.reset-password__header{color:#161616;margin-bottom:57px}.reset-password__wrong-input{position:absolute;top:80px;display:none;align-items:center;height:24px;padding:0 14px;border-radius:14px;border:1px solid #e21e1e;color:#e21e1e;font-size:14px}.reset-password__wrong-input--error{display:flex}.reset-password__wrong-input--error--2{top:168px}.reset-password__wrong-input--success{position:absolute;top:80px;height:24px;display:flex;color:#43cb83;border:1px solid #43cb83}.reset-password__wrong-input--success--2{top:168px}.reset-password__label{position:relative;width:320px;margin-bottom:18px}@media(min-width:744px){.reset-password__label--first{margin-right:40px}}@media(min-width:1260px){.reset-password__label--first{margin-right:60px}}.reset-password__title{margin-bottom:3px;font-family:var(--font-monserrat);font-size:56px;font-weight:900;line-height:68px;text-align:center}.reset-password__subtitle{margin-bottom:6px;text-align:center;font-size:24px;font-weight:500;line-height:28px}.reset-password__form{position:relative;align-self:center;display:flex;flex-direction:column;align-items:center;max-width:320px;width:100%}.reset-password__submit{margin:24px 0 15px;width:320px;height:50px}.reset-password__validate-icon{position:absolute;top:39px;right:10px;width:22px;height:22px;background-position:50%;background-size:contain;background-repeat:no-repeat}.reset-password__validate-icon--invalid{background-image:url(/_next/static/media/off.32579ebf.svg)}.reset-password__validate-icon--valid{background-image:url(/_next/static/media/checked-icon.ea272285.svg)}.reset-password__no-account-text{margin-bottom:30px;color:#161616;font-family:var(--font-monserrat);font-size:14px;font-weight:300;line-height:28px;text-align:center}.reset-password__register{font-weight:400;text-decoration:underline;cursor:pointer}.reset-password__bottom{padding-top:40px;margin:0 auto;max-width:444px}.label{position:relative;display:flex;flex-direction:column;max-width:1000px;width:100%}.label--stretch{height:100%}.label__title{display:flex;justify-content:space-between;padding:0 12px;font-family:var(--font-monserrat);text-transform:uppercase;color:#6e6e6e;font-size:12px;font-weight:300;line-height:28px;letter-spacing:.6px}.label__title--light{color:#000}.input{position:relative;display:flex;border-radius:30%}.input__field{height:42px;padding:0 20px;width:100%;max-width:1000px;font-size:14px;font-weight:400;background-color:#efefef;border-radius:30px;border:1px solid transparent;color:#161616;letter-spacing:.2px}.input__field:focus{outline:none}.input__field::-moz-placeholder{font-size:12px;font-weight:400;font-family:var(--font-monserrat);color:#aaa}.input__field::placeholder{font-size:12px;font-weight:400;font-family:var(--font-monserrat);color:#aaa}.input__field--phone{border-top-left-radius:0;border-bottom-left-radius:0}.input__field--disabled{background-color:#fff;border:1px solid #efefef;color:#6e6e6e;cursor:default}.input__field--error{border:1px solid #e21e1e}.input__field--coupon{background-color:#fff;border:1px solid gray}.input__arrow{position:absolute;right:21px;top:18px;width:10px;height:6px;background-image:url(/_next/static/media/arrow-down-black.e4259808.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;cursor:pointer}.input__arrow--disabled{display:none}.button{display:flex;align-items:center;justify-content:center;height:100%;width:100%;border:0;border-radius:30px;padding:0 1rem;font-family:var(--font-monserrat);font-size:14px;font-weight:400;line-height:28px;letter-spacing:.6px;text-align:center;text-transform:uppercase;color:#fff;cursor:pointer}.button--text-sm{font-size:12px}.button--auth{letter-spacing:1.4px}.button--blue{background-color:#5991cb}.button--green{background-color:#43cb83}.button--red{background-color:#e21e1e}.button--white{background-color:#fff;border:1px solid #6e6e6e;color:#6e6e6e}.loading-modal{display:inline-block;position:relative;width:30px;height:30px}.loading-modal div{transform-origin:15px 15px;animation:loading-modal 1.2s linear infinite}.loading-modal div:after{content:" ";display:block;position:absolute;top:1px;left:12px;width:2px;height:6px;border-radius:20%;background:#fff}.loading-modal--gray div:after{background:#6e6e6e}.loading-modal--green div:after{background:#43cb83}.loading-modal--black div:after{background:#111;background:#fefefe}.loading-modal div:first-child{transform:rotate(0deg);animation-delay:-1.1s}.loading-modal div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.loading-modal div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.loading-modal div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.loading-modal div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.loading-modal div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.loading-modal div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.loading-modal div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.loading-modal div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.loading-modal div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.loading-modal div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.loading-modal div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes loading-modal{0%{opacity:1}to{opacity:0}}