.auth-line{
    display: flex;
    justify-content: right;
    max-width: 1600px;
    margin: 0 auto 5px auto;
    height: auto;
    background-color: #6c757d2e;
    border-radius: 0 0 7px 7px;
}
/* Авторизация */
.auth {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    gap: 10px;
}

.auth a {
    font-weight: bold;
    color: #333 !important;
}

/* Авторизация */
