.auth-disable {
    max-width: 64.6rem;
    margin: 0 auto;
}
.auth-disable .authorization-form {
    background: #363636;
    border-radius: 0.6rem;
    color: #cacaca;
    padding: 4.8rem 11.3rem;
    margin-top: -1rem;
}
.auth-disable .authorization-form__text {
    max-width: initial;
    font-size: 1.6rem;
    line-height: 120%;
    text-align: center;
    margin-bottom: 0;
}
.auth-disable .authorization-form__text__sorry {
    font-weight: 600;
    color: white;
}

@media (max-width: 767px) {
    .auth-disable .authorization-form {
        padding: 4rem 6.3rem;
    }
    .auth-disable .authorization-form__text {
        font-size: 1.4rem;
    }
    .auth-disable .authorization-form__text br {
        display: none;
    }
}