.btn.fill.lk-btn {
    background-color: #921923;
    margin-right: 30px;
    border: 2px solid #921923;
}
.btn.fill.lk-btn:hover {
    background-color: #CCA266;
    border: 2px solid #CCA266;
}
header ul li {
    margin-right: 30px;
}
header ul li .info.buttons .btn:first-child {
    margin-right: 0;
}
@media screen and (max-width: 1199px) {
    #block-search {
        width: auto;
        margin: 20px 12px 0;
    }
}
@media only screen and (max-width: 768px) {
    header ul li .info.buttons .btn {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 1199px) and (min-width: 587px) {
    body > header > div > div > div > div > ul > li:nth-child(3) {
        margin-right: 106px;
    }
}
@media screen and (max-width: 586px) {
    body > header > div > div > div > div > ul > li:nth-child(3) {
        width: 100%;
        text-align: center;
    }
    body > header > div > div > div > div > ul > li:nth-child(4) > div {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 440px) {
    body > header > div > div > div > div > ul > li:nth-child(4) > div {
        margin-bottom: 0;
    }
}

/* Шрифт основного текста */
#tl-loyalty * {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

/* Шрифт - Название карточки */
#tl-loyalty .tl-card-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

/* Шрифт - Основной текст карточки */
#tl-loyalty .tl-card-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

/* Кнопка */
#tl-loyalty .tl-btn-container {
    display: flex;
    justify-content: center;
}
#tl-loyalty .tl-btn-loyalty {
    display: inline-block;
    margin: 25px auto 20px;
    padding: 19px 30px;
    background-color: #CCA266;
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
}
#tl-loyalty .tl-btn-loyalty:hover {
    color: #fff !important;
    background-color: #8F141D;
    text-decoration: none !important;
    cursor: pointer;
}

/*********************************************/

/* Основные параметры контейнера */
#tl-loyalty-container {
    /*container-type: inline-size;*/
}

#tl-loyalty, #tl-loyalty * {
    box-sizing: border-box;
}

#tl-loyalty {
    max-width: 1140px;
    margin: 70px auto;
    padding: 0 5px;
    font-family: "Roboto", sans-serif;
    color: #000;
    /*container-type: inline-size;*/
}

/* Текст под карточками заголовок */
#tl-loyalty .tl-loyalty-title {
    margin-bottom: 28px;
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    /*padding: 0 10px;*/
}

/* Текст под карточками*/
#tl-loyalty .tl-loyalty-description {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding: 10px 0;
}

#tl-loyalty p.tl-loyalty-description {
    margin-bottom: 0;
}

#tl-loyalty ul.tl-loyalty-description {
    margin-bottom: 13px;
}

/* Текст под карточками список */
#tl-loyalty > div.tl-info > ul.tl-loyalty-description > li {
    margin-bottom: 20px;
    list-style: none;
}

/* Контейнер карт */
#tl-loyalty .tl-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 40px auto;
}

/* Карточка */
#tl-loyalty .tl-card {
    display: flex;
    flex-direction: column;
    max-width: 380px;
    width: 380px;
    min-width: 380px;
    margin-bottom: 30px;
}

#tl-loyalty .tl-card-img,
#tl-loyalty .tl-card-text {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}

#tl-loyalty .tl-card-img {
    min-height: 247px;
    max-height: 247px;
    background-color: #D9D9D9;
    border-radius: 20px;
}

#tl-loyalty .tl-card-img img {
    max-width: 100%;
    height: 100%;
    max-height: 247px;
    object-fit: cover;
    border-radius: 20px;
}

/* Текст карточки */
#tl-loyalty .tl-card-text {
    display: flex;
    width: 100%;
}

#tl-loyalty .tl-card-text-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 20px 0 0;
    padding: 0;
}

#tl-loyalty .tl-card-title-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 8px 6px;
    align-items: center;
}

#tl-loyalty .tl-card-title {
    margin: 0;
    word-break: break-word;
}

#tl-loyalty .tl-card-description {
    margin: 8px 0 0;
    padding: 0 0 8px 24px;
}

#tl-loyalty .tl-card-description-item {
    margin-top: 11px;
    text-align: start;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    padding: 0;
    list-style-type: disc;
}

.content ul.tl-card-description li.tl-card-description-item:before,
.content ul.tl-loyalty-description li:before {
    display: none;
}

#tl-loyalty p.tl-card-description-item {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
}

/* Текст под блоком карт */
#tl-loyalty .tl-info {
    margin: 20px 0 0 0;
    text-align: start;
    word-break: break-word;
    padding: 0 12px;
}

#tl-loyalty .tl-info ul {
    margin: 0;
    padding-left: 0;
}
#tl-loyalty .tl-info ul li {
    list-style: none;
    line-height: 1.8;
}
#tl-loyalty .tl-info ul li {
    list-style: none;
    line-height: 32px;
}
#tl-loyalty .tl-info ul li:not(:last-child) {
    margin-bottom: 30px;
}

@container (max-width: 1209px) {
    #tl-loyalty {
        max-width: 800px;
    }
    #tl-loyalty .tl-info-title {
        text-align: center;
    }
}

@container (max-width: 987px) {
    #tl-loyalty .tl-cards-container {
        justify-content: start;
    }
}

@container (max-width: 947px) {
    #tl-loyalty {
        max-width: 771px;
    }
    #tl-loyalty .tl-cards-container {
        gap: 30px;
    }
    #tl-loyalty .tl-card {
        flex-direction: row;
    }
    #tl-loyalty .tl-card-text-container {
        height: auto;
        margin: 0;
        padding: 15px 20px;
    }
    #tl-loyalty .tl-card-title-container {
        padding: 0;
    }
    #tl-loyalty .tl-card-description {
        padding: 0 8px 0 20px;
    }
    #tl-loyalty .tl-info-title {
        text-align: start;
    }
}

@container (max-width: 767px) {
    #lqd-contents-wrap > div > div.elementor-element.elementor-element-64a4ac0.e-con-boxed.e-flex.e-con > div > div > div #tl-loyalty-container {
        container-type: normal;
    }
}

@container (max-width: 760px) {
    #tl-loyalty {
        max-width: 600px;
    }
    #tl-loyalty .tl-cards-container {
        justify-content: center;
        gap: 30px;
    }
    #tl-loyalty .tl-card {
        flex-direction: column;
    }

    #tl-loyalty .tl-card-text-container {
        height: 100%;
        margin: 20px 0 0;
        padding: 0;
    }
    #tl-loyalty .tl-card-title-container {
        padding: 0 8px;
    }
    #tl-loyalty .tl-card-description {
        padding: 0 8px 0 30px;
    }
    #tl-loyalty > div.tl-cards-container  ul.tl-card-description > li.tl-card-description-item {
        font-size: 16px;
    }
}

@media screen and (max-width: 760px) {
    #tl-loyalty {
        max-width: 600px;
    }
    #tl-loyalty .tl-cards-container {
        justify-content: center;
        gap: 30px;
    }
    #tl-loyalty .tl-card {
        flex-direction: column;
    }

    #tl-loyalty .tl-card-text-container {
        height: 100%;
        margin: 20px 0 0;
        padding: 0;
    }
    #tl-loyalty .tl-card-title-container {
        padding: 0 8px;
    }
    #tl-loyalty .tl-card-description {
        padding: 0 8px 0 30px;
    }
    #tl-loyalty > div.tl-cards-container  ul.tl-card-description > li.tl-card-description-item,
    #tl-loyalty .tl-loyalty-description {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    li.tl-card-description-item,
    ul.tl-loyalty-description li {
        text-align: start !important;
    }
}

@container (max-width: 390px) {
    #tl-loyalty .tl-card {
        max-width: 270px;
        width: 270px;
        min-width: 270px;
    }
    #tl-loyalty .tl-card-img {
        min-height: 173px;
    }
    #tl-loyalty .tl-card-title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width: 390px) {
    #tl-loyalty .tl-card {
        max-width: 270px;
        width: 270px;
        min-width: 270px;
    }
    #tl-loyalty .tl-card-img {
        min-height: 173px;
    }
    #tl-loyalty .tl-card-title {
        font-size: 20px;
        line-height: 24px;
    }
}

@container (max-width: 359px) {
    #tl-loyalty .tl-loyalty-title {
        font-size: 29px;
    }
    #tl-loyalty .tl-loyalty-description {
        font-size: 17px;
    }
}