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

.opening-butovo-banner {
    margin-top: 36px;
    margin-bottom: 71px;

    max-width: 1828px;
    height: 711px;
    box-sizing: border-box;

    background-image: url("/template/new/images/opening-butovo/loyalty-banner-1920.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1500px){
    .opening-butovo-banner {
        height: 535px;
        margin-top: 26px;
        margin-bottom: 74px;
    }
}

@media screen and (max-width: 1200px){
    .opening-butovo-banner {
        height: 485px;
        margin-top: 22px;
        margin-bottom: 68px;
    }
}

@media screen and (max-width: 1000px){
    .opening-butovo-banner {
        margin-top: 22px;
        margin-bottom: 86px;

        background-image: url("/template/new/images/opening-butovo/loyalty-banner-1000.png");

        max-width: 1100px;
        height: 1100px;
    }
}

@media screen and (max-width: 768px){
    .opening-butovo-banner {
        margin-top: 18px;
        margin-bottom: 62px;

        height: 852px;
    }
}

@media screen and (max-width: 680px){
    .opening-butovo-banner {
        margin-top: 18px;
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 580px){
    .opening-butovo-banner {
        margin-top: 11px;
        margin-bottom: 25px;

        height: 564px;
    }
}

@media screen and (max-width: 480px){
    .opening-butovo-banner {
        margin: 5px -16px 11px -16px;
    }
}

@media screen and (max-width: 400px){
    .opening-butovo-banner {
        height: 397px;
    }
}

/*----------------------------*/
/*Стили для блока с информацией о акции*/

.opening-butovo-stock {
    margin-bottom: 82px;
}

.opening-butovo-stock-line {
    width: 100%;
    height: 38px;

    background-image: url("/template/new/images/opening-butovo/loaylty-line.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.opening-butovo-stock-text {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 145%;
    text-transform: uppercase;
    text-align: center;
    color: #CB7D5D;

    max-width: 1454px;
    margin: 35px auto;
}

@media screen and (max-width: 1000px){
    .opening-butovo-stock-text {
        font-size: 25px;
        line-height: 136%;
        margin: 30px auto;
    }
}

@media screen and (max-width: 768px){
    .opening-butovo-stock {
        margin-bottom: 52px;
    }
    .opening-butovo-stock-text {
        font-size: 23px;
        line-height: 148%;
    }
}

@media screen and (max-width: 580px){
    .opening-butovo-stock {
        margin-bottom: 37px;
    }
    .opening-butovo-stock-line {
        height: 28px;

        background-image: url("/template/new/images/opening-butovo/loaylty-line-580.png");
        background-size: contain;
    }
}

@media screen and (max-width: 500px){
    .opening-butovo-stock-text {
        font-size: 20px;
        line-height: 135%;
        margin: 24px auto;
    }
}

@media screen and (max-width: 400px){
    .opening-butovo-stock-text {
        font-size: 16px;
        line-height: 131%;
        margin: 15px auto;
    }
}

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

.opening-butovo-content {
    margin-bottom: 84px;
}

.opening-butovo-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;
}

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

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

.opening-butovo-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;
}

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

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

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

.opening-butovo-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;
}

.opening-butovo-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;
}

.opening-butovo-content-item-title.end {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.opening-butovo-content-item-title.end .opening-butovo-content-item-title-text {
    line-height: 145%;
    color: #CB7D5D;
    text-align: left;
}

.opening-butovo-content-item-title.end .opening-butovo-content-item-title-text span {
    margin-left: 120px;
}

.opening-butovo-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: 1200px;

    margin-bottom: 35px;
}

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

.opening-butovo-content-item-description span {
    background: rgba(203, 125, 93, 0.5);
    font-weight: 600;
}

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

    max-width: 1160px;
}

.opening-butovo-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;
}

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

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

.opening-butovo-content-button {
    text-align: center;
}

.opening-butovo-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;
}

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

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

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

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

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

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

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

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

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

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

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

        margin-top: -60px;
    }

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

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

        margin-bottom: 16px;
    }

    .opening-butovo-content-item-title.end {
        gap: 30px;
    }

    .opening-butovo-content-item-description {
        font-size: 19px;
        line-height: 126%;
        max-width: 650px;
    }

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

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

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

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

        margin: 0 auto 43px auto;
    }
}

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

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

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

    .opening-butovo-content-item-description {
        margin-bottom: 28px;
    }
}

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

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

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

        margin-top: -110px;
    }

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

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

    .opening-butovo-content-item-title.end .opening-butovo-content-item-title-svg svg {
        width: 27px;
        height: 28px;
    }

    .opening-butovo-content-item-title.end .opening-butovo-content-item-title-text {
        font-size: 18px;
    }
}

@media screen and (max-width: 550px){
    .opening-butovo-content-item-title.end .opening-butovo-content-item-title-text span {
        margin-left: 50px;
    }
}

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

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

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

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

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

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

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

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

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

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

    .opening-butovo-content-item-description {
        margin-bottom: 15px;
    }
}

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

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

    .opening-butovo-content-item-title.end {
        flex-direction: column;
        gap: 13px;
    }

    .opening-butovo-content-item-title.end .opening-butovo-content-item-title-svg:last-child {
        display: none;
    }

    .opening-butovo-content-item-title.end .opening-butovo-content-item-title-text span {
        margin-left: 0;
    }
}

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

.opening-butovo-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) {
    .opening-butovo-promotion .banner_s, .banner_sm_440 {
        height: 330px;
        margin-top: 25px;
    }
}

@media screen and (min-width: 500px) {
    .opening-butovo-promotion .banner_s, .banner_sm_440 {
        height: 432px;
        margin-top: 18px;
    }
    .opening-butovo-promotion .banner_sm_440 .b_text {
        width: 100%;
        max-width: 600px;
    }
    .opening-butovo-promotion .banner_sm_440_6 .b_head {
        font-size: 25px;
        line-height: 32px;
        width: 300px;
        text-align: center;
        margin: 0 auto;
    }
    .opening-butovo-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);
    }
    .opening-butovo-promotion .banner_s_6 .b_button,
    .banner_sm_440_6 .b_button,
    .banner_ss .b_button {
        top: 310px;
    }
}

@media screen and (min-width: 768px) {
    .opening-butovo-promotion .banner_sm_440 .b_text {
        width: 100%;
        max-width: 600px;
    }
    .opening-butovo-promotion .banner_sm_440_6 .b_head {
        font-size: 25px;
        line-height: 32px;
        width: 100%;
    }
    .opening-butovo-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);
    }
    .opening-butovo-promotion .banner_s_6 .b_button,
    .banner_sm_440_6 .b_button,
    .banner_ss .b_button {
        top: 310px;
    }
}

@media screen and (min-width: 1200px) {
    .opening-butovo-promotion .banner_s, .banner_sm_440 {
        height: 300px;
        margin-top: 32px;
    }
    .opening-butovo-promotion .banner_sm_440 .b_text {
        width: 100%;
        max-width: 1600px;
    }
    .opening-butovo-promotion .banner_sm_440_6 .b_head {
        font-size: 25px;
        line-height: 32px;
        width: 100%;
        left: 0px;
        top: 56px;
    }
    .opening-butovo-promotion .banner_s_6 .b_button, .banner_sm_440_6 .b_button, .banner_ss .b_button {
        top: 220px;
        left: calc(50% - 135px);
    }
    .opening-butovo-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) {
    .opening-butovo-promotion .banner_sm_440 .b_text {
        width: 100%;
        max-width: 1600px;
    }
    .opening-butovo-promotion .banner_sm_440_6 .b_head {
        font-size: 30px;
        line-height: 120%;

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

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

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

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