.auth_ep_popup{
    padding: 40px 180px;
    height: auto !important;
}

.popup_close{
    position: absolute;
    right: 30px;
    top: 30px;
}

.popup__header{
    text-align: center;
}
.auth_ep_popup_title{
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}
.auth_ep_popup_desc{
    margin-bottom: 20px;
}
.auth_ep_right{
    float: right;
}
.auth_ep_fill button{
    width: 100%;
}
.auth_ep_close{
    display: inline-block;
    padding: 6px 22px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
}

.text_desc{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.blockedPopup_bottom_info{}
.blockedPopup_repeat{
    float: right;
    text-align: right;
}
.blockedPopup_repeat.inactive{
    color: #B2B2B2;
    pointer-events: none;
}

#wrap_userBlockedPopup .popup_close{
    cursor: pointer;
}

#wrap_userBlockedPopup .error-auth{
    float: left;
    display: block;
}