.phoneCode{gap:25px;display:flex}@media (max-width:767px){.phoneCode{gap:18px}}.phoneCode__input{-moz-appearance:textfield;caret-color:#0000;color:#121212;text-align:center;background-color:#0000;border:1px solid silver;border-radius:4px;outline:none;width:40px;height:40px;padding:0;font-size:14px;transition:border-color .3s,transform .3s}.phoneCode__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.phoneCode__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.phoneCode__input:valid{border-color:#121212}.phoneCode__input:focus{animation:1.5s ease-in-out infinite phone-code-input-focused}.phoneCode__input:read-only{pointer-events:none}@media (max-width:767px){.phoneCode__input{width:58px;height:58px;font-size:20px}}.phoneCode_dark .phoneCode__input{color:#fff}.phoneCode_dark .phoneCode__input:valid{border-color:#fff}.phoneCode.phoneCode_failed{animation:.3s phone-code-failed}.phoneCode.phoneCode_failed .phoneCode__input{border-color:#eb5757}@keyframes phone-code-input-focused{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}@keyframes phone-code-failed{0%{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}to{transform:translate(0)}}.profilePhoneCodeForm{color:#121212;flex-direction:column;align-items:center;width:100%;display:flex}.profilePhoneCodeForm_dark,.profilePhoneCodeForm_dark .profilePhoneCodeForm__repeat:hover{color:#fff}.profilePhoneCodeForm__info{letter-spacing:.2px;font-size:14px;line-height:20px}.profilePhoneCodeForm__change{color:inherit;cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline;transition:opacity .3s}.profilePhoneCodeForm__change:hover{opacity:.7}.profilePhoneCodeForm__phoneCode{margin-top:20px}@media (max-width:767px){.profilePhoneCodeForm__phoneCode{margin-top:24px}}.profilePhoneCodeForm__hint{color:silver;letter-spacing:.2px;text-align:center;margin-top:32px;font-size:14px;line-height:20px}@media (max-width:767px){.profilePhoneCodeForm__hint{max-width:234px}}.profilePhoneCodeForm__repeat{color:silver;cursor:pointer;letter-spacing:.2px;background:0 0;border:none;margin-top:32px;padding:0;font-size:14px;line-height:20px;transition:color .3s}.profilePhoneCodeForm__repeat:hover{color:#121212}
