.loyalty-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0;
}

.loyalty-header {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;

    text-align: center;
    color: #A1B1C1;
    margin: 0 auto 30px;
}

.loyalty-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    max-width: 1000px;
}

.loyalty-card {
    display: flex;
    flex-direction: column;
    max-width: 380px;
}

.loyalty-card__img {
    width: 380px;
    height: 247px;
    background: #757272;
    border-radius: 20px;
}

.loyalty-card__text {
    margin: 0;
    padding: 15px 5px;
}

.loyalty-card__header {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    margin-bottom: 21px;

    font-family: "Raleway", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 21px;
    color: #A1B1C1;

}

.loyalty-card__header-sale {
    text-align: end;
}


.loyalty-card__advantages {
    list-style-type: disc;
    padding-left: 20px;
}

.card-advantages__item {
    margin-bottom: 10px;

    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #A1B1C1;
}

.loyalty__title {
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;

    color: #12B299;
    margin: 0 auto 40px;
}

.loyalty-footer {
    padding-bottom: 20px;
}

.loyalty-footer p {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;

    color: #A1B1C1;
    margin: 0;

}

.loyalty-button {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 30px;
}

.loyalty-link {
    padding: 11px 24px;
    font-family: "Lato", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    background: #12B299;
    color: #FFFFFF !important;
    text-decoration: none;
    text-transform: uppercase;
}

.loyalty-link:hover {
    background: #12866D;
}

.loyalty-position {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.loyalty-position__link {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #12B299;
    color: #12B299;

}

@media (max-width: 768px) {
    .loyalty-card {
        flex-direction: column;
    }

    .loyalty-card__img {
        margin: 0 auto;
        max-width: 380px;
        width: 100%;
        height: 100%;
    }
}

#tl-guest-account {
    margin-top: 60px;
}

.menu_button.lk {
    margin-right: 10px;
}

.button-lk {
    background: #662D91 !important;
    border-color: #662D91 !important;
}

.button-lk:hover {
    background: #3D2C67 !important;
}

@media (max-width: 1199px) {
    .menu_button.lk {
        margin-right: 0;
        margin-bottom: -15px;
    }
    .menu_button.indent_edit a {
        margin-top: -10px !important;
    }
}