#reg-confirm-step1{
    margin-bottom: 60px;
}
#reg-confirm-step1 .description{
    margin-bottom: 20px;
}
#reg-confirm-step1 .popup-contacts-edit__error-hint {
    text-align: center;
    margin-top: 10px;
    color: #E2647C;
    display: none;
}
#reg-confirm-step1 .popup-contacts-edit__resend-code:hover {
    cursor: pointer;
    text-decoration: underline;
}
#reg-confirm-step1 .popup-contacts-edit__resend-code {
    margin-top: 10px;
    text-align: right;
}
#reg-confirm-step1 .popup-contacts-edit__timer {
    margin-top: 10px;
    text-align: right;
    color: #B2B2B2;
}
#reg-confirm-step1 .hint-wrapper{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
#reg-confirm-step1 .hint-wrapper div{
    display: inline-block;
}
#reg-confirm-step1 .contact{
    text-wrap: nowrap;
}

#popup-earlyconfirm .js-confirm-back{
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
#popup-earlyconfirm .js-confirm-back i{
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
    margin-right: 7px;
}