/*Стили для баннера*/

.loyalty-banner {
    margin-top: 36px;
    margin-bottom: 78px;
    border-radius: 50px;
    padding: 96px 0 141px 65px;

    background-image: url("/template/new/images/programma-loyalnosti/loyalty.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.loyalty-banner-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 82px;
    line-height: 109%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;
    text-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);

    max-width: 820px;

    margin-bottom: 37px;
}

.loyalty-banner-badge {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 68px;
    line-height: 37%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;

    max-width: 640px;

    padding: 33px 54px;
    border-radius: 100px;
    background: #fa5b00;
    position: relative;
    box-sizing: border-box;

    margin-left: 86px;
    margin-bottom: 43px;
}

.loyalty-banner-badge::before {
    content: '';
    display: block;
    position: absolute;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #fa5b00;
    left: -65px;
    top: calc(50% - 15px);
}

.loyalty-banner-badge::after {
    content: '';
    display: block;
    position: absolute;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #fa5b00;
    right: -65px;
    top: calc(50% - 15px);
}

.loyalty-banner-subtitle {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 45px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;

    max-width: 830px;
}

@media screen and (max-width: 1500px){
    .loyalty-banner {
        margin-top: 26px;
        margin-bottom: 47px;
        padding: 66px 0 114px 47px;
    }

    .loyalty-banner-title {
        font-size: 56px;
        max-width: 600px;
        margin-bottom: 22px;
    }

    .loyalty-banner-badge {
        font-size: 52px;
        line-height: 48%;
        max-width: 485px;
        padding: 25px 41px;
        margin-left: 66px;
        margin-bottom: 40px;
    }

    .loyalty-banner-badge::before {
        width: 22px;
        height: 22px;
        left: -49px;
        top: calc(50% - 11px);
    }

    .loyalty-banner-badge::after {
        width: 22px;
        height: 22px;
        right: -49px;
        top: calc(50% - 11px);
    }

    .loyalty-banner-subtitle {
        font-size: 34px;
        max-width: 630px;
    }
}

@media screen and (max-width: 1200px){
    .loyalty-banner {
        margin-top: 22px;
        margin-bottom: 51px;
        padding: 55px 0 118px 65px;
    }

    .loyalty-banner-title {
        font-size: 48px;
        line-height: 125%;
        max-width: 480px;
        margin-bottom: 25px;
    }

    .loyalty-banner-badge {
        font-size: 42px;
        line-height: 60%;
        max-width: 390px;
        padding: 20px 33px;
        margin-left: 45px;
        margin-bottom: 30px;
    }

    .loyalty-banner-badge::before {
        width: 18px;
        height: 18px;
        left: -40px;
        top: calc(50% - 9px);
    }

    .loyalty-banner-badge::after {
        width: 18px;
        height: 18px;
        right: -40px;
        top: calc(50% - 9px);
    }

    .loyalty-banner-subtitle {
        font-size: 27px;
        line-height: 93%;
        max-width: 500px;
    }
}

@media screen and (max-width: 1000px){
    .loyalty-banner {
        margin-top: 22px;
        margin-bottom: 60px;
        border-radius: 70px;
        padding: 43px 38px 595px 38px;

        background-image: url("/template/new/images/programma-loyalnosti/loyalty-1000.png");
        background-position: bottom;
    }

    .loyalty-banner-title {
        font-size: 70px;
        line-height: 106%;
        max-width: unset;
        margin-bottom: 72px;
    }

    .loyalty-banner-badge {
        font-size: 66px;
        line-height: 38%;
        max-width: 600px;
        padding: 30px 43px;

        margin: 0 auto 40px auto;
    }

    .loyalty-banner-badge::before {
        width: 27px;
        height: 27px;
        left: -60px;
        top: calc(50% - 14px);
    }

    .loyalty-banner-badge::after {
        width: 27px;
        height: 27px;
        right: -60px;
        top: calc(50% - 14px);
    }

    .loyalty-banner-subtitle {
        font-size: 43px;
        max-width: unset;
    }
}

@media screen and (max-width: 870px){
    .loyalty-banner {
        padding: 40px 30px 595px 30px;
    }

    .loyalty-banner-title {
        font-size: 59px;
        line-height: 98%;
        margin-bottom: 51px;
    }

    .loyalty-banner-subtitle {
        font-size: 33px;
    }
}

@media screen and (max-width: 768px){
    .loyalty-banner {
        margin-top: 18px;
        margin-bottom: 75px;
    }

    .loyalty-banner-badge {
        font-size: 49px;
        line-height: 51%;
        max-width: 461px;
        padding: 24px 42px;

        margin: 0 auto 26px auto;
    }

    .loyalty-banner-badge::before {
        width: 21px;
        height: 21px;
        left: -47px;
        top: calc(50% - 11px);
    }

    .loyalty-banner-badge::after {
        width: 21px;
        height: 21px;
        right: -47px;
        top: calc(50% - 11px);
    }
}

@media screen and (max-width: 680px){
    .loyalty-banner {
        margin-top: 18px;
        margin-bottom: 55px;
        padding: 30px 28px 469px 28px;
    }

    .loyalty-banner-title {
        font-size: 49px;
        line-height: 114%;
        margin-bottom: 31px;
    }

    .loyalty-banner-badge {
        font-size: 39px;
        line-height: 96%;
        max-width: 360px;
        padding: 12px 20px;

        margin: 0 auto 16px auto;
    }

    .loyalty-banner-badge::before {
        width: 15px;
        height: 15px;
        left: -37px;
        top: calc(50% - 8px);
    }

    .loyalty-banner-badge::after {
        width: 15px;
        height: 15px;
        right: -37px;
        top: calc(50% - 8px);
    }

    .loyalty-banner-subtitle {
        font-size: 23px;
        line-height: 192%;
    }
}

@media screen and (max-width: 580px){
    .loyalty-banner {
        margin-top: 18px;
        margin-bottom: 35px;
        padding: 30px 28px 469px 28px;
    }

    .loyalty-banner-title {
        font-size: 39px;
        line-height: 114%;
        margin-bottom: 21px;
    }

    .loyalty-banner-badge {
        font-size: 29px;
        line-height: 96%;
        max-width: 360px;
        padding: 12px 20px;

        margin: 0 auto 16px auto;
    }

    .loyalty-banner-badge::before {
        width: 15px;
        height: 15px;
        left: -27px;
        top: calc(50% - 8px);
    }

    .loyalty-banner-badge::after {
        width: 15px;
        height: 15px;
        right: -27px;
        top: calc(50% - 8px);
    }

    .loyalty-banner-subtitle {
        font-size: 20px;
        line-height: 192%;
    }
}

@media screen and (max-width: 480px){
    .loyalty-banner {
        padding: 23px 15px 290px 15px;
        background-position: bottom;
        border-radius: 50px;

        margin: 5px -16px 11px -16px;
    }

    .loyalty-banner-title {
        font-size: 29px;
        line-height: 114%;
        margin-bottom: 15px;
    }

    .loyalty-banner-badge {
        font-size: 26px;
        line-height: 96%;
        max-width: 245px;
        padding: 12px 20px;

        margin: 0 auto 6px auto;
    }

    .loyalty-banner-badge::before {
        width: 11px;
        height: 11px;
        left: -24px;
        top: calc(50% - 6px);
    }

    .loyalty-banner-badge::after {
        width: 11px;
        height: 11px;
        right: -24px;
        top: calc(50% - 6px);
    }

    .loyalty-banner-subtitle {
        font-size: 13px;
        line-height: 192%;
    }
}

/*----------------------------*/
/*Стили для основного блока с условиями*/

.loyalty-content {
    margin-bottom: 84px;
}

.loyalty-content-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;
    max-width: 1000px;

    margin: 0 auto 71px auto;
}

.loyalty-content-title span {
    color: #CB7D5D;
    white-space: nowrap;
}

.loyalty-content-items {
    margin-left: -32px;
    margin-right: -32px;
}

.loyalty-content-item {
    border-radius: 200px 200px 0 0;
    text-align: center;
    padding: 50px 0 295px 0;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #FFFFFF;

    margin-top: -227px;
}

.loyalty-content-item:first-child {
    margin-top: 0;
}

.loyalty-content-item:nth-child(odd) {
    background-color: #ecf1f0;
}

.loyalty-content-item:last-child {
    padding: 50px 0 120px 0;
}

.loyalty-content-item-number {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #CB7D5D;

    margin-bottom: 26px;
}

.loyalty-content-item-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 97%;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;

    margin-bottom: 22px;
}

.loyalty-content-item-description {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 120%;
    text-transform: lowercase;
    text-align: center;
    color: #2d4942;
    max-width: 1100px;
}

.loyalty-content-item-description::selection {
    background: rgba(203, 125, 93, 0.5);
}

.loyalty-content-item-description span {
    background: rgba(203, 125, 93, 0.5);
}

.loyalty-content-item-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 53px;

    max-width: 1160px;
}

.loyalty-content-item-list-item {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 120%;
    text-transform: lowercase;
    text-align: center;
    color: #2D4942;
}

.loyalty-content-item-list-item::selection {
    background: rgba(203, 125, 93, 0.5);
}

.loyalty-content-item-list-item span {
    font-weight: 700;
    color: #CB7D5D;
}

.loyalty-content-button {
    text-align: center;
}

.loyalty-content-button .b_button {
    border-radius: 6px;
    padding: 18px 16px;
    background-color: #CB7D5D;
    border: 0;
    width: 100%;

    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 80%;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;

    transition: .3s ease-in-out;
}

.loyalty-content-button .b_button:hover {
    background-color: #2D2F33;
}

@media screen and (max-width: 1500px){
    .loyalty-content {
        margin-bottom: 57px;
    }

    .loyalty-content-item {
        border-radius: 100px 100px 0 0;
    }
}

@media screen and (max-width: 1250px){
    .loyalty-content-items {
        margin-left: -16px;
        margin-right: -16px;
    }
}

@media screen and (max-width: 1200px){
    .loyalty-content {
        margin-bottom: 121px;
    }

    .loyalty-content-item:last-child {
        padding: 50px 0 75px 0;
    }

    .loyalty-content-item-description {
        font-size: 30px;
        line-height: 140%;
    }

    .loyalty-content-item-list-item {
        font-size: 30px;
        line-height: 140%;
    }
}

@media screen and (max-width: 1000px){
    .loyalty-content {
        margin-bottom: 53px;
    }

    .loyalty-content-title {
        margin: 0 auto 43px auto;
    }

    .loyalty-content-item {
        border-radius: 70px 70px 0 0;
        padding: 22px 0 100px 0;

        margin-top: -60px;
    }

    .loyalty-content-item:last-child {
        padding: 22px 0 47px 0;
    }

    .loyalty-content-item-title {
        font-size: 25px;
        line-height: 112%;

        margin-bottom: 16px;
    }

    .loyalty-content-item-description {
        font-size: 19px;
        line-height: 126%;
        max-width: 600px;
    }

    .loyalty-content-item-list {
        gap: 34px;
        max-width: 800px;
    }

    .loyalty-content-item-list-item {
        font-size: 19px;
        line-height: 126%;
    }

    .loyalty-content-button .b_button {
        font-size: 25px;
        line-height: 96%;
    }
}

@media screen and (max-width: 900px){
    .loyalty-content-title {
        font-size: 30px;
        line-height: 133%;
        max-width: 650px;

        margin: 0 auto 43px auto;
    }
}

@media screen and (max-width: 768px){
    .loyalty-content {
        margin-bottom: 50px;
    }

    .loyalty-content-item {
        border-radius: 50px 50px 0 0;
    }

    .loyalty-content-item-list {
        max-width: 742px;
    }
}

@media screen and (max-width: 680px){
    .loyalty-content {
        margin-bottom: 30px;
    }

    .loyalty-content-title {
        margin: 0 auto 33px auto;
    }

    .loyalty-content-item {
        padding: 22px 13px 150px 13px;

        margin-top: -110px;
    }

    .loyalty-content-item:last-child {
        padding: 22px 13px 37px 13px;
    }

    .loyalty-content-item-list {
        max-width: 600px;
    }
}

@media screen and (max-width: 520px){

    .loyalty-content-title {
        font-size: 25px;
        margin: 0 auto 23px auto;
    }

    .loyalty-content-item {
        border-radius: 70px 70px 0 0;
        padding: 22px 12px 150px 12px;
        margin-top: -110px;
    }

    .loyalty-content-item:last-child {
        padding: 22px 12px 25px 12px;
    }

    .loyalty-content-item-number {
        font-size: 30px;
        line-height: 160%;
        margin-bottom: 3px;
    }

    .loyalty-content-item-title {
        font-size: 18px;
        line-height: 122%;
        margin-bottom: 9px;
        max-width: unset;
    }

    .loyalty-content-item-description {
        font-size: 15px;
        max-width: unset;
    }

    .loyalty-content-item-list {
        gap: 22px;
        max-width: unset;
    }

    .loyalty-content-item-list-item {
        font-size: 15px;
    }

    .loyalty-content-button .b_button {
        padding: 2px 16px;

        font-size: 15px;
        line-height: 160%;
    }
}

@media screen and (max-width: 480px){
    .loyalty-content-title {
        font-size: 20px;
        margin: 0 auto 10px auto;
    }

    .loyalty-content-item {
        border-radius: 70px 70px 0 0;
        padding: 12px 12px 150px 12px;
    }

    .loyalty-content-item:last-child {
        padding: 12px 12px 25px 12px;
    }
}

/*----------------------------*/
/*Стили для АКЦИОННЫЕ ПРЕДЛОЖЕНИЯ*/

.programma-loyalnosti-promotion-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 125%;
    text-align: center;
    color: #2d4942;

    max-width: 840px;
    margin: 0 auto;
    padding: 0;
}

@media screen and (min-width: 320px) {
    .programma-loyalnosti-promotion .banner_s, .banner_sm_440 {
        height: 330px;
        margin-top: 25px;
    }
}

@media screen and (min-width: 500px) {
    .programma-loyalnosti-promotion .banner_s, .banner_sm_440 {
        height: 432px;
        margin-top: 18px;
    }
    .programma-loyalnosti-promotion .banner_sm_440 .b_text {
        width: 100%;
        max-width: 600px;
    }
    .programma-loyalnosti-promotion .banner_sm_440_6 .b_head {
        font-size: 25px;
        line-height: 32px;
        width: 300px;
        text-align: center;
        margin: 0 auto;
    }
    .programma-loyalnosti-promotion .banner_s_6.banner_timer .b_timer,
    .banner_sm_440_6.banner_timer .b_timer,
    .banner_ss.banner_timer .b_timer {
        top: calc(50% - 42px);
    }
    .programma-loyalnosti-promotion .banner_s_6 .b_button,
    .banner_sm_440_6 .b_button,
    .banner_ss .b_button {
        top: 310px;
    }
}

@media screen and (min-width: 768px) {
    .programma-loyalnosti-promotion .banner_sm_440 .b_text {
        width: 100%;
        max-width: 600px;
    }
    .programma-loyalnosti-promotion .banner_sm_440_6 .b_head {
        font-size: 25px;
        line-height: 32px;
        width: 100%;
    }
    .programma-loyalnosti-promotion .banner_s_6.banner_timer .b_timer,
    .banner_sm_440_6.banner_timer .b_timer,
    .banner_ss.banner_timer .b_timer {
        top: calc(50% - 42px);
    }
    .programma-loyalnosti-promotion .banner_s_6 .b_button,
    .banner_sm_440_6 .b_button,
    .banner_ss .b_button {
        top: 310px;
    }
}

@media screen and (min-width: 1200px) {
    .programma-loyalnosti-promotion .banner_s, .banner_sm_440 {
        height: 300px;
        margin-top: 32px;
    }
    .programma-loyalnosti-promotion .banner_sm_440 .b_text {
        width: 100%;
        max-width: 1600px;
    }
    .programma-loyalnosti-promotion .banner_sm_440_6 .b_head {
        font-size: 25px;
        line-height: 32px;
        width: 100%;
        left: 0px;
        top: 56px;
    }
    .programma-loyalnosti-promotion .banner_s_6 .b_button, .banner_sm_440_6 .b_button, .banner_ss .b_button {
        top: 220px;
        left: calc(50% - 135px);
    }
    .programma-loyalnosti-promotion .banner_s_6.banner_timer .b_timer, .banner_sm_440_6.banner_timer .b_timer, .banner_ss.banner_timer .b_timer {
        top: 105px;
        left: 14px;
        right: 14px;
    }
}

@media screen and (min-width: 1300px) {
    .programma-loyalnosti-promotion .banner_sm_440 .b_text {
        width: 100%;
        max-width: 1600px;
    }
    .programma-loyalnosti-promotion .banner_sm_440_6 .b_head {
        font-size: 30px;
        line-height: 120%;

        text-align: left;
        width: 380px;
        top: 67px;
        left: 213px;
        right: auto;
    }
    .programma-loyalnosti-promotion .banner_sm_440_6 .b_button {
        width: 275px;
        top: 164px;
        left: 213px;
        right: auto;
    }
    .programma-loyalnosti-promotion .banner_sm_440_6.banner_timer .b_timer {
        top: 57px;
        left: 618px;
        right: 212px;
        height: 148px;
    }
    .programma-loyalnosti-promotion .banner_sm_440_6.banner_timer .b_timer .b_timer_elem {
        padding-top: 24px;
        height: 100%;
    }
    .programma-loyalnosti-promotion .banner_sm_440_6.banner_timer .b_timer_b {
        font-size: 56px;
        line-height: 56px;
        padding-top: 16px;
    }
    .programma-loyalnosti-promotion .banner_sm_440_6.banner_timer .b_timer_hint {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width: 800px) {
    .programma-loyalnosti-promotion-title {
        font-size: 30px;
        line-height: 133%;
        max-width: 600px;
    }
}

@media screen and (max-width: 500px) {
    .programma-loyalnosti-promotion {
        margin-top: 40px;
    }
    .programma-loyalnosti-promotion-title {
        font-size: 20px;
        max-width: 420px;
    }
}

/*----------------------------*/