.auth .text-timer{
    text-align: center;
    padding-top: 20px;
    opacity: 0.8;
}
.auth .text-timer #reload-timer{
    font-weight: bold;
}
.auth .qr{
    text-align: center;
}
.auth .qr .qr_auth{
    height: auto;
    width: 100%;
}


.auth .auth-page--title {
    width: 100%;
    height: auto;
    margin: 50px 0 0;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    user-select: none;
}

.auth .auth-page--title .button-main--outer {
    width: 100%;
    max-width: 677px;
    height: 120px;
    min-height: 120px;
    gap: 0;
}

.auth .button-main {
    display: flex;
    width: 100%;
    height: 120px;
    min-height: 120px;
    border-radius: 275px;
    background: #b84512;
    box-shadow: inset 0 14px 10px 0 #EE7200;
    padding: 5px 7px;
    text-decoration: none;
    user-select: none;
}

.auth .button-main-1 {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-shadow: inset 0 2px 0 0 #fff,
    inset 0 -8px 0 0 rgba(255, 255, 255, 0.25),
    0 11px 11px 0 rgba(0, 0, 0, 0.2);
    background: linear-gradient(360deg, #f6ec92 0%, #fffbd7 100%);
    padding: 5px 10px;
    border: 2px solid #e79244;
}

.auth .button-main-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-shadow: inset 0 6px 0 0 #FFEACD,
    inset 0 -5px 0 0 rgba(0, 0, 0, 0.45),
    0 8px 11px 0 rgba(163, 48, 36, 0.53);
    background: linear-gradient(360deg, #d15223 0%, #eac566 130%);
    border: 3px solid #7C2D00;
}

.auth .button-main-text {
    width: auto;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    -webkit-text-stroke: 2px #003F5F;
    text-stroke: 2px #003F5F;
}

@media screen and (max-width: 1199px) {
    .auth .auth-page--title {
        margin: 35px 0 0;
    }

    .auth .auth-page--title .button-main--outer {
        max-width: 560px;
        height: 90px;
        min-height: 90px;
    }

    .auth .button-main {
        height: 90px;
        min-height: 90px;
        padding: 3px 5px;
    }

    .auth .button-main-1 {
        padding: 3px 7px;
        border-width: 1px;
    }

    .auth .button-main-text {
        font-size: 20px;
        -webkit-text-stroke: 1px #003F5F;
        text-stroke: 1px #003F5F;
    }

    .auth .qr .qr_auth {
        max-width: 420px;
    }
}

@media screen and (max-width: 575px) {
    .auth .auth-page--title .button-main--outer {
        height: 70px;
        min-height: 70px;
    }

    .auth .button-main {
        height: 70px;
        min-height: 70px;
    }

    .auth .button-main-text {
        font-size: 15px;
        padding: 0 15px;
    }

    .auth .qr .qr_auth {
        max-width: 300px;
    }
}




/* Вход по Qr*/
.qr-block {
    background: #fff;
    border-radius: 33px;
    padding: 10px 10px 30px;
    max-width: 537px;
    margin: 10px auto 22px;
    align-items: center;
}

.qr-helper {
    max-width: 537px;
    margin: 0 auto;
}

.qr-block-btn {
    color: #fff;
    background: var(--color-rose);
    padding: 13px 55px;
    border-radius: 10px;
}

.qr-block-auth {
    margin-top: 10px;
}

.qr-helper {
    i {
        color: var(--color-rose);
        font-size: 43px;
    }

    & {
        gap: 12px;
        background: #fff;
        border-radius: 33px;
        padding: 14px 13px;
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .qr-block {
        padding: 10px 10px 20px;
        max-width: 440px;
    }

    .qr-helper {
        max-width: 440px;
    }
}

/* ///Вход по Qr*/
/*ВОЙТИ*/
.auth .form-layer {
    background: #fff;
    padding: 25px 20px 40px;
    box-shadow: 0 4px 13px 2px #00000040;
    border-radius: 11px;
}

.agreement {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
    color: #7C7E7F;
}

.agreement a {
    color: #2B2E31;
}

@media (max-width: 767px) {
    .auth .form-layer {
        padding: 25px 40px 40px;
    }
}

/*///ВОЙТИ*/

.footer-contacts--item {
    color: #000000;
    font-size: 9px;
}