/* ============================================
   ПРОГРАММА ЛОЯЛЬНОСТИ
   ============================================ */

/* Основной блок превью */
.lpp-preview {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    gap: 100px;
}

/* Элемент изображения */
.lpp-preview__img {
    display: inline-flex;
    flex-direction: column;
}

.lpp-preview__img img {
    display: block;
    max-width: 274px;
    position: static;
}

/* Модификатор для внешнего изображения */
/* .lpp-preview__img--outer - стили применяются через базовый элемент */

/* Модификатор для внутреннего изображения */
.lpp-preview__img--inner {
    display: none;
}

/* Элемент текстового блока */
.lpp-preview__txt {
    flex: 1;
    max-width: 580px;
    display: flex;
    flex-direction: column;
}

/* Подзаголовок внутри текстового блока */
.lpp-preview__subtitle {
    color: rgb(0, 0, 0);
    font-family: CoFo Robert,sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
}

/* Заголовок H1 внутри текстового блока */
.lpp-preview__heading {
    color: rgb(0, 0, 0);
    font-family: Rainer, serif;
    font-size: 64px;
    margin-top: 0px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 100%;
    text-transform: uppercase;
}

/* Параграф внутри текстового блока */
.lpp-preview__description {
    color: rgb(0, 0, 0);
    font-family: CoFo Robert,sans-serif;
    font-size: 24px;
    font-weight: 450;
    line-height: 110%;
    margin-top: 14px;
    max-width: 450px;
}

/* Список внутри текстового блока */
.lpp-preview__list {
    color: rgb(0, 0, 0);
    font-family: CoFo Robert,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 115%;
    padding-left: 0px;
    margin-bottom: 35px;
    position: relative;
    list-style: none;
    display: flex;
    flex-direction: column;
}

/* Элемент списка */
.lpp-preview__list-item {
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
    /* padding-left: 45px; */
    color: #000;
    display: flex;
    font-size: 24px;
    max-width: 450px;
    font-family: CoFo Robert,sans-serif;
    font-weight: 400;
    gap: 20px;
    line-height: 1;
    counter-increment: list-counter;
    flex-direction: row;
    align-items: flex-end;
}

/* Сбрасываем счетчик для каждого списка */
.lpp-preview__list {
    counter-reset: list-counter;
}

/* Декоративный элемент перед элементом списка */
.lpp-preview__list-item::before {
    /* position: absolute; */
    font-family: Rainer, serif;
    font-size: 90px;
    font-weight: 300;
    line-height: 1;
    content: counter(list-counter);
    /* left: 0px; */
    /* top: -10px; */
}

/* Форма внутри превью */
/* .lpp-preview__form - стили формы */

/* Форма подписки */
.Subscribe-form,
.SubscribeForm {
    margin: 23px 0px 0px;
}

.SubscribeForm-content {
    display: flex;
    flex-direction: column;
    position: relative;
}

.SubscribeForm-field {
    width: 223px;
    height: 50px;
    position: relative;
    color: rgb(0, 0, 0);
    background: transparent;
    border-radius: 2px;
    border: 1px solid rgb(0, 0, 0);
    padding: 0;
}

@media (min-width: 768px) {
    .SubscribeForm-field {
        padding: 0px 24px;
    }
}
@media (max-width: 768px) {
.lpp-preview__img.lpp-preview__img--outer{
    display:none;
}
    .SubscribeForm-field {
        width: 100%;
        padding: 10px 20px;
    }
}
/* 
#mc-embedded-subscribe[disabled="disabled"] {
    opacity: 0.5;
    cursor: not-allowed;
}

#mc-embedded-subscribe {
    width: 228px;
    height: 50px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: 'Steinbeck', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    background: rgb(0, 0, 0);
    border-radius: 2px !important;
    border: none;
    cursor: pointer;
} */

.h960 {
    display: block;
}

.s960 {
    display: none !important;
}

.first-line {
    display: block;
}

/* Responses */
/* .SubscribeForm-responses - обертка для сообщений */
/* .SubscribeForm-response - базовые стили для сообщений */
/* .SubscribeForm-response--error - стили для сообщения об ошибке */
/* .SubscribeForm-response--success - стили для сообщения об успехе */
/* .SubscribeForm-error-message - стили для сообщения об ошибке */

.SubscribeForm-submitBtn {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: 'Steinbeck', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
    background: #000;
    width: 228px;
    height: 50px;
    top: 0;
    position: absolute;
    left: 221px;
    text-decoration: none;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #000;
    border-left: 0px;
    transition: background-color 0.25s, color 0.25s;
}
.SubscribeForm-submitBtn:hover{
    background: #fff;
    color: rgb(0, 0, 0);
    border-width: 1px 1px 1px 1px;
}

.Subscribe-terms {
    font-family: 'Steinbeck', sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    line-height: normal;
    padding-bottom: 9px;
    margin-bottom: 0px;
    margin-top: 12px;
    display: flex;
    align-items: flex-start;
}
.Subscribe-terms label{
    max-width: 400px;
    margin-left: 17px;
}
.Subscribe-terms.Subscribe-terms--post_area input{
    width: 23px;
    height: 18px;
}

/* Списки партнеров */
.lpp-list {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 150px;
}

/* Элемент заголовка списка */
.lpp-list__title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: -6px;
    color: rgb(0, 0, 0);
    /* font-family: 'Steinbeck', sans-serif; */
    /* font-size: 24px; */
    font-weight: 400;
    margin-left: auto;
    width: max-content;
    margin-right: auto;
    line-height: normal;
}

/* Элемент обертки категории */
.lpp-list__category {
    margin-top: 50px;
}

/* Элемент названия категории */
.lpp-list__category-name {
    margin-bottom: 55px;
    text-align: center;
    font-family: 'Steinbeck', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
}

/* Элемент обертки для карточек партнеров */
.lpp-list__items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lpp-list__item {
    text-decoration: none;
    margin-bottom: 50px;
}

/* Элемент превью партнера */
.lpp-list__preview {
    height: 300px;
    width: 300px;
    background: 0% 0% / cover no-repeat rgb(217, 217, 217);
}

/* Элемент текстового блока карточки */
.lpp-list__txt {
    max-width: 300px;
}

/* Элемент заголовка карточки */
.lpp-list__title-item {
    margin-top: 28px;
    font-family: 'Basis Grotesque Pro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

/* Элемент описания карточки */
.lpp-list__description {
    font-family: 'Basis Grotesque Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

/* Адаптивность */
@media screen and (min-width: 961px) {
    .lpp-preview__img img {
        position: relative;
        left: 0;
    }
}

@media screen and (max-width: 960px) {
    .lpp-preview__heading {
        font-size: 70px;
        line-height: 70px;
    }
    
    .lpp-preview__description {
        margin-top: 31px;
        margin-bottom: 40px;
    }
    
    /* #mc-embedded-subscribe {
        width: 289px;
        height: 71px;
        margin-left: auto;
        margin-right: auto;
        font-size: 24px;
        margin-top: 16px;
    } */
    
    .s960 {
        display: block !important;
    }
    .SubscribeForm-submitBtn.s960{
        position:static;
        width:100%;
        border-width: 1px 1px 1px 1px;
        margin-top: 20px;
    }
    
    .h960 {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .lpp-list__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .lpp-preview {
        flex-direction: column;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .lpp-preview__txt {
        max-width: 100%;
    }
    
    .lpp-preview__heading {
        margin-top: 18px;
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    
    .lpp-list__items {
        grid-template-columns: 1fr;
    }
    
    .lpp-list__preview {
        height: 200px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lpp-preview__img--inner {
        display: flex;
        margin-bottom: 30px;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .lpp-list__item {
        width: 100%;
    }
    
    .lpp-list__preview {
        height: 250px;
    }
}
