.auth-popup {
    min-height: 500px!important;
}
@media (max-width: 768px) {
    .auth-popup {
        padding: 40px 30px!important;
    }
}
.auth__title {
    font-family: "PT Serif", serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}
.auth_time__title {
    font-size: 12px!important;
}
.auth__subtitle {
    margin-bottom: 40px!important;
    line-height: 20px!important;
}
.auth__subtitle_code {
    margin-bottom: 20px!important;
}
.auth__title__lead {
    font-weight: bold;
    white-space: nowrap;
}
.auth__title__button {
    color: #7E0E2F!important;
    padding: 0!important;
    border: none!important;
    background: transparent!important;
    cursor: pointer;
}
.auth_time {
    color: #A6A6A6;
    margin-bottom: 20px;
}
.auth_tel {
    margin-bottom: 24px;
}
.auth_tel, .auth_tel_label, .auth_tel_input {
    display: block!important;
    width: 100%!important;
    font-size: 14px!important;
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif!important;
}
.auth_tel_label {
    margin-bottom: 8px;
    color: #6F6F6F;
}
.auth_tel_input {
    padding: 12px;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
}
.auth_tel_input::placeholder {
    color: #D4D4D4;
    opacity: 1;
}
.btn-auth {
    display: inline-block;
    width: 100%;
}
.btn-light {
    color: #7E0E2F!important;
    border-color: transparent!important;
    background: transparent!important;
}
.btn-light:hover {
    color: #390615!important;
    box-shadow: none!important;
    text-decoration: underline!important;
}
.auth_time > .auth_time_newcode {
    display: none;
}
.auth_time.auth_time_is-up > .auth_time_newcode {
    display: block;
}
.auth_time .btn-auth_getsms{
    display: none;
}
.auth_time.auth_time_is-up.auth_too_much_repeats .btn-auth_getsms {
    display: inline-block;
}
.auth_time.auth_time_is-up.auth_too_much_repeats .btn-auth_newcode{
    display: none;
}
.auth_time.auth_time_is-up > .auth_time_left {
    display: none;
}
.auth_agree {
    margin-top: 20px;
}
.auth_agree_privacy {
    color: #7E0E2F;
}
.auth_agree_mailing {
    display: block;
    margin-top: 20px;
}
.hidden {
    display: none!important;
}
.btn-auth_login_disable {
    pointer-events: none;
    background: #C4C4C4!important;
}
.error {
    color: #C71E3F;
}
span.error {
    font-size: 12px;
}
input.error {
    color: inherit;
    border-color: #C71E3F;
    background: #fff url(/local/templates/am/assets/images/icon-form-bad.svg) no-repeat right 10px center;
}
.btn-auth_changetel,
.btn-auth_newcode,
.btn-auth_getsms
{
    color: #7E0E2F!important;
    font-size: 12px!important;
    font-weight: bold!important;
}

.auth-popup-social.social-icons.social-icons_login {
    display: flex;
    align-items: center!important;
    margin-top: 8px!important;
}
.auth-popup-social.social-icons.social-icons_login .social-icons__title {
    width: 94px;
    margin-right: 24px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .auth-popup-social.social-icons.social-icons_login .social-icons__title {
        width: auto;
        margin-right: 0;
        align-self: stretch;
        text-align: center;
    }
    .auth-popup-social.social-icons.social-icons_login {
        display: flex!important;
        flex-direction: column!important;
    }
}
.quickorder_preloader {
    pointer-events: none;
    opacity: .5;
}
