.phone-mask-hint {
    display: block;
    margin-top: -2px;
    color: rgba(255,255,255,.58);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.phone-mask-error {
    display: none;
    margin-top: -2px;
    color: #ffb8b8;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.phone-mask-error.show {
    display: block;
}

.application-btn.is-loading,
button[type="submit"].is-loading {
    opacity: .78;
    pointer-events: none;
    cursor: wait;
}