.confirmation-of-phone__step-header {
    text-align: center;
    line-height: 35px;
    font-size: 30px;
    user-select: none;
    font-weight: bold;
}

.confirmation-of-phone__step-header--success {
    background: url('../../../../modules_sty/profile/web/images/phone-confirmed.png') center top no-repeat;
    background-size: 80px;
    margin-top: 0;
    padding-top: 120px;
    color: #219653;
}

.confirmation-of-phone__step-description {
    text-align: center;
    font-size: 16px;
    user-select: none;
    line-height: 19px;
}

.confirmation-of-phone__input-wrapper {
    margin-top: 20px;
}

input[type="text"].confirmation-of-phone__input,
input[type="tel"].confirmation-of-phone__input,
.confirmation-of-phone__input {
    height: 50px;
    width: 100%;
    background: #fdfdfd;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
    padding: 16px 16px;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    -webkit-appearance: none;
}
input[type="text"].confirmation-of-phone__input:focus,
input[type="tel"].confirmation-of-phone__input:focus,
.confirmation-of-phone__input:focus {
    box-shadow: none;
    border: 1px solid #00aaff;
}

.confirmation-of-phone__input-wrapper input[type="text"].error,
.confirmation-of-phone__input-wrapper input[type="tel"].error {
    border-color: #cc0000;
}
.confirmation-of-phone__input-wrapper .ui_error {
    font-size: 14px;
    color: #C00;
    line-height: 1.4;
    padding: 8px 0px 0px 17px;
}

.confirmation-of-phone__submit-btn {
    -webkit-appearance: none;
    background: #238fe1;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    padding: 0 16px;
    border: 0;
    width: 100%;
}
.confirmation-of-phone__submit-btn:hover,
.confirmation-of-phone__submit-btn:active,
.confirmation-of-phone__submit-btn:focus {
    background: #068cd4;
    text-decoration: none;
}
.confirmation-of-phone__submit-btn.disabled,
.confirmation-of-phone__submit-btn.disabled:hover {
    background: #ccc;
    border: 1px solid #bbb;
}

.confirmation-of-phone__why-box,
.confirmation-of-phone__resend-code-limit {
    color: #999;
    font-size: 14px;
    line-height: 1.4;
}

.confirmation-of-phone__resend-code {
    text-align: center;
    font-size: 14px;
}
.confirmation-of-phone__change-phone {
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
}

.confirmation-of-phone__resend-code-link,
.confirmation-of-phone__send-code-fail,
.confirmation-of-phone__change-phone-link {
    color: #2D9CDB;
    cursor: pointer;
    display: block;
}

.confirmation-of-phone__logo {
    text-align: center;
}

.confirmation-of-phone__logo img {
    width: 48px;
    margin: 0 0 16px 0;
}