.pop-up_type_callback .pop-up__wrap{
}
@media screen and (max-width: 991px) {
    .pop-up_type_auth{
        top: 108px;
    }
    .pop-up_type_auth .pop-up__content{
        padding: 0;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .pop-up_type_auth .pop-up__wrap{
        margin: 0 auto;
    }
    .pop-up_type_auth .auth__btn{
        text-align: left;
        padding-left: 20px;
        padding-right: 50px;
    }
    .pop-up_type_auth .auth__btn-text{
        white-space: normal;
    }
}
@media screen and (max-width: 619px) {
    .pop-up_type_auth{
        top: 100px;
    }
}

.popup-auth__close{
    display: none;
    position: absolute;
    right: 25px;
    top: 25px;
    color: #5E6574;
    width: 20px;
    height: 20px;
}
    @media screen and (max-width: 991px) {
        .popup-auth__close{
            display: block;
        }
    }
    @media screen and (max-width: 767px) {
        .popup-auth__close{
            top: 24px;
            right: 17px;
        }
    }
    .popup-auth__close-btn{
        display: block;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 100%;
        color: #5E6574;
        background: none;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        font-size: 20px;
    }
        .popup-auth__close-btn .svg-icon{
            display: block;
            vertical-align: top;
            width: 100%;
            height: 100%;
        }

.auth_view_registration.auth_registerowners{
    width: 641px;
}
    @media screen and (max-width: 650px) {
        .auth_view_registration.auth_registerowners{
            width: 100%;
        }
    }

.auth_registerowners .auth__btn_registration{
    display: block;
    width: 100%;
}
.auth_registerowners .auth__steps-wrap{
    height: 444px;
}
@media screen and (max-width: 650px) {
    .auth_registerowners .auth__steps-wrap {
        height: 736px;
    }
}
@media screen and (max-width: 420px) {
    .auth_registerowners .auth__steps-wrap {
        height: 757px;
    }
}