.auth-modal {
    box-sizing: border-box;
    padding: 66px 33px;
    background-color: #fff;
}

.auth-modal__top {
    text-align: center;
    margin-bottom: 28px;
}

.auth-modal__title {
    margin-bottom: 21px;
}

.auth-modal .error {
    display: none;
    color: red;
    text-align: center;
}

.auth-modal__text {
    font-weight: 600;
    color: #444;
    font-size: 19px;
}

.auth-modal__form.form {
    display: grid;
    max-width: 360px;
    margin: 0 auto;
}

.auth-modal__form .form__line {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 18px;
}

.auth-modal__form .form__input {
    width: 100%;
    box-sizing: border-box;
}

.auth-modal__form .form__button {
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
}

.auth-modal__form .form__consent {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 22px;
    font-family: pt sans, sans-serif;
}

.auth-modal__form .form__consent-link {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-size: 12px;
}

.auth-modal__form .form__links {
    display: grid;
    text-align: center;
    gap: 15px;
}

.auth-modal__form .form__link {
    font-weight: 600;
    font-size: 18px;
}
@media screen and (max-width: 719px) {
    #main_slider .owl-nav {
        display: none;
    }
}