.loyalty-container {
    max-width: 1348px;
    margin: 0 auto;
    padding: 0;
}

.loyalty-container li {
    list-style-type: disc;
}

.loyalty-container li:before {
    content: none !important;
}


.loyalty-header {
    font-family: "PT Sans Caption", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-transform: none;

    color: #555555;
    margin: 0 auto 60px;
}

.loyalty-header p {
    margin-top: 0;
    margin-bottom: 12px;
}

.loyalty-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    gap: 30px;
    margin: 0 0 60px !important;
    padding: 0 !important;
}


.loyalty-list ul {

}

.loyalty-card {
    display: flex;
    flex-direction: column;
    max-width: 380px;
}

.loyalty-card:not(:last-child) {
    margin-bottom: 30px;
}

.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: "Literata", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    color: #555555;

}

.loyalty-card__header-sale {
    text-align: end;
    color: #4D7C99;
    text-transform: uppercase;
}



.loyalty-card__advantages {
    list-style-type: disc;
    padding-left: 20px;
}

.card-advantages__item {
    margin-bottom: 10px;

    font-family: "PT Sans Caption",Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #555555;
}

.card-advantages__item span {
    color: #4D7C99;
    white-space: nowrap;
}

.loyalty__title {
    font-family: "PT Sans Caption", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;

    color: #555555;
    margin: 0 auto 12px;
}

.loyalty-footer {
    padding-bottom: 40px;
}

.loyalty-footer p {
    font-family: "PT Sans Caption",Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;

    color: #555555;
    margin: 0 auto 12px;

}

.loyalty-footer ul,
.loyalty-footer ol {
    padding-left: 20px;
}

.loyalty-footer li {
    font-family: "PT Sans Caption",Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;

    color: #555555;
    margin-bottom: 0;
}

.loyalty-button {
    display: flex;

    margin: 0 auto 70px;
}

.loyalty-link {
    padding: 16px 24px;
    font-family: "PT Sans Caption",Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    background: #46718B;
    border: 1px solid #46718B;
    border-radius: 4px;
    color: #FFFFFF !important;
    text-decoration: none;
    text-transform: uppercase;
}

.loyalty-link:hover {
    background: #FFFFFF;
    color: #46718B !important;
}

@media (max-width: 768px) {
    .loyalty-card {
        flex-direction: column;
    }
    .loyalty-card__img {
        margin: 0 auto;
        max-width: 380px;
        width: 100%;
        height: 100%;
    }
}
