.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;
    width: -webkit-fill-available;
    justify-content: flex-end;

}

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

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

.bnt-func-line{
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: max-content;
}



.header-price-edit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    color: #5b5b5b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s ease;
    white-space: nowrap;
    cursor: pointer;
}

.header-price-edit-btn:hover {
    color: #424242;
}
