.layout-compare .content-wrapper{
    padding-bottom: 220px;
    padding-top: 0;
}

/*promo_pages*/
.compare_banner{
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    margin-bottom: 105px;
}

.compare_banner .compare_banner__text h3{
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

.compare_banner_shopfans{
    background-image: url("../image/shopfans_banner.png");
}

.compare_banner_banderol{
    background-image: url("../image/banderol_banner.png");
}

.compare_banner_liveml{
    background-image: url("../image/liveMF_banner.png");
}

.compare_block_dialogs{
    margin-bottom: 120px;
}

.compare_block_dialogs .compare_block_dialog_dialog{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

.compare_block_dialogs .compare_block_dialog_dialog p{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #1A5E78;
    margin-bottom: 35px;
}

.compare_block_dialogs .compare_block_dialog_dialog .compare_block_dialog_dialog__smile{
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    position: absolute;
}

.compare_block_dialogs .compare_block_dialog_dialog .compare_block_dialog_dialog_1_smile{
    background-image: url("../image/compare_block_dialog_shopfans_1_smile.svg");
    bottom: -52px;
    right: 67px;
}

.compare_block_dialogs_another .compare_block_dialog_dialog_1 .compare_block_dialog_dialog_1_smile{
    right: 102px;
}

.compare_block_dialogs .compare_block_dialog_dialog .compare_block_dialog_dialog_3_smile{
    background-image: url("../image/compare_block_dialog_shopfans_2_smile.svg");
    bottom: -45px;
    right: 66px;
}

.compare_block_dialogs_shopfans .compare_block_dialog_dialog_1{
    width: 715.02px;
    height: 147.3px;
    background-image: url("../image/compare_block_dialog_shopfans_1.svg");
    margin-left: auto;
    margin-right: 0;
}
.compare_block_dialogs_shopfans .compare_block_dialog_dialog_2{
    width: 600.81px;
    height: 141.81px;
    background-image: url("../image/compare_block_dialog_shopfans_2.svg");
    margin-top: -35px;
}
.compare_block_dialogs_shopfans .compare_block_dialog_dialog_3{
    width: 971.54px;
    height: 147.3px;
    background-image: url("../image/compare_block_dialog_shopfans_3.svg");
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 60px;
}

.compare_block_dialogs_another .compare_block_dialog_dialog_1{
    width: 695.5px;
    height: 115.3px;
    background-image: url("../image/compare_block_dialog_another_1.svg");
    margin-left: auto;
    margin-right: 0;
}
.compare_block_dialogs_another .compare_block_dialog_dialog_2{
    width: 585.55px;
    height: 115.3px;
    background-image: url("../image/compare_block_dialog_another_2.svg");
    margin-top: -15px;
}
.compare_block_dialogs_another .compare_block_dialog_dialog_3{
    width: 958.04px;
    height: 115.3px;
    background-image: url("../image/compare_block_dialog_another_3.svg");
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 60px;
}

.compare_block_table{
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 124px;
}

.compare_block_table h2{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #1A5E78;
    margin-bottom: 30px;
}

.compare_block_table .compare_block_table_header_wrapp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #DCF3F6;
    margin-bottom: 32px;
}

.compare_block_table .compare_block_table_header_wrapp .compare_block_table_header p{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #1A5E78;
    padding-left: 32px;
    position: relative;
}

.compare_block_table .compare_block_table_header_wrapp .compare_block_table_header p:before{
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.compare_block_table .compare_block_table_header_wrapp .compare_block_table_header_1 p:before{
    background-image: url("../image/airplane.svg");
}

.compare_block_table .compare_block_table_header_wrapp .compare_block_table_header_2 p:before{
    background-image: url("../image/price-tag.svg");
}

.compare_block_table .compare_block_table_header_wrapp .compare_block_table_header_3 p:before{
    background-image: url("../image/package.svg");
}

.compare_block_table table{
    width: 100%;
    margin-bottom: 32px;
}

.compare_block_table table tr:nth-child(2n){
    background: #F5F8F9;
}

.compare_block_table table tr:nth-child(2n-1){
    background: #E9F1F3;
    box-shadow: inset 0px 5px 10px rgba(26, 94, 120, 0.06);
}

.compare_block_table table td{
    text-align: center;
    height: 50px;
    vertical-align:middle;
    border: 1px solid #ffffff;
    width: calc(100%/3);
    font-size: 14px;
    font-weight: 700;
    color: #1A5E78;
}

.compare_block_table table td:nth-child(2n){
    color: #00AF67;
}

.compare_block_table table thead td{
    background-color: #DCF3F6;
    color: #1A5E78 !important;
}

.compare_block_table .compare_block_table_footer{
    height: 60px;
    background-color: #DCF3F6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare_block_table .compare_block_table_footer p{
    font-weight: 700;
    font-size: 14px;
    color: #1A5E78;
    display: flex;
    align-items: center;
}

.compare_block_table .compare_block_table_footer p span{
    margin: 0 5px;
}

.compare_block_table .compare_block_table_footer p:before{
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url("../image/medal-fill.svg");
    background-size: contain;
    background-position: center;
    background-color: #ffffff;
    margin-right: 10px;
}

.compare_block_flyman{
    display: flex;
}

.compare_block_flyman .compare_block_flyman_icon{
    min-width: 202.85px;
    height: 251px;
    background-image: url("../image/fly_man.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 55px;
}

.compare_block_icon_line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
    margin-bottom: 124px;
}

.compare_block_icon_line_2{
    align-items: stretch;
}

.compare_block_icon_line_2_col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15px;
}

.compare_block_icon_line_2_col_1{
    margin-left: 0;
}

.compare_block_icon_line .compare_block_icon_line_block{
    display: flex;
    align-items: center;
    width: calc(100%/3 - 10px);
}

.compare_block_icon_line .compare_block_icon_line_block .compare_block_icon_line_block_tit{
    font-size: 18px;
    font-weight: 700;
    color: #1A5E78;
    margin-bottom: 5px;
}

.compare_block_icon_line .compare_block_icon_line_block .compare_block_icon_line_block_text{
    font-size: 16px;
    color: #1A5E78;
}

.compare_block_icon_line .compare_block_icon_line_block .compare_block_icon_line_block_icon{
    width: 49px;
    height: 49px;
    min-width: 49px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}

.compare_block_icon_line .compare_block_icon_line_block_1 .compare_block_icon_line_block_icon{
    background-image: url("../image/boxs.png");
}

.compare_block_icon_line .compare_block_icon_line_block_2 .compare_block_icon_line_block_icon{
    background-image: url("../image/freetax.png");
}

.compare_block_icon_line .compare_block_icon_line_block_3 .compare_block_icon_line_block_icon{
    background-image: url("../image/like.png");
}

.compare_block_steps{
    background-color: #E9F1F3;
    padding: 77px 64px;
}

.compare_block_steps .index-block-title{
    text-align: center;
    margin-bottom: 75px;
}

.compare_block_steps .compare_block_steps_line{
    display: flex;
    justify-content: space-between;
}

.compare_block_steps .compare_block_steps_line_block{
    display: flex;
    align-items: baseline;
    width: 320px;
}

.compare_block_steps .compare_block_steps_line_block .compare_block_steps_line_block_icon{
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(197.11deg, #68DE84 8.15%, #13BDB3 91.85%, #00ADAF 91.85%);
    position: relative;
}

.compare_block_steps .compare_block_steps_line_block .compare_block_steps_line_block_icon:after{
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.compare_block_steps .compare_block_steps_line_block .compare_block_steps_line_block_icon p{
    font-weight: 700;
    font-size: 30px;
    color: #1A5E78;
    position: relative;
    z-index: 2;
    /* background: linear-gradient(205.97deg, #096A8C 8.4%, #16BEB1 91.6%, #51D591 91.6%), #FFFFFF;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;*/
}

.compare_block_steps .compare_block_steps_line_block .compare_block_steps_line_block_wrapp{
    margin-left: 20px;
}

.compare_block_steps .compare_block_steps_line_block .compare_block_steps_line_block_wrapp .compare_block_steps_line_block_tit{
    font-size: 32px;
    font-weight: 700;
    color: #1A5E78;
    margin-bottom: 30px;
}

.compare_block_steps .compare_block_steps_line_block .compare_block_steps_line_block_wrapp .compare_block_steps_line_block_text{
    font-weight: 400;
    font-size: 16px;
    color: #1A5E78;
    margin-bottom: 15px;
}

.compare_block_steps .compare_block_steps_line_block .compare_block_steps_line_block_wrapp .compare_block_steps_line_block_btn{
    background: #DBFFFC;
}

.compare_block_steps .compare_block_steps_line_iconblock{
    font-size: 16px;
    font-weight: 400;
    color: #1A5E78;
    display: flex;
    align-items: center;
}

.compare_block_steps .compare_block_steps_line_iconblock:before{
    content: "";
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: block;
    background-color: #fff;
    margin-right: 20px;
}
.compare_block_steps .compare_block_steps_line_iconblock_3{
    padding-left: 25px;
}
.compare_block_steps .compare_block_steps_line_iconblock_1:before{
    background-image: url("../image/package_open.svg");
}
.compare_block_steps .compare_block_steps_line_iconblock_2:before{
    background-image: url("../image/person.svg");
}
.compare_block_steps .compare_block_steps_line_iconblock_3:before{
    background-image: url("../image/foto.svg");
}
.compare_block_steps .compare_block_steps_line_iconblock_4:before{
    background-image: url("../image/package.svg");
}
.compare_block_steps .compare_block_steps_line_iconblock_5:before{
    background-image: url("../image/more-circle.svg");
}

.compare_block_steps .compare_block_steps_footer{
    font-weight: 700;
    font-size: 22px;
    color: #1A5E78;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.compare_block_steps .index-block-title{
    color: #1A5E78;
}

.lightbox-wrapper{
}

.lightbox-promo{
    background-color: transparent;
    margin: 50px 0;
    transform: translateX(-50%);
    width: auto;
}

.lightbox-promo .lightbox__inner-wrapper{
    display: flex;
}

.lightbox-promo .lightbox__inner-wrapper .left{
    background: linear-gradient(205.97deg, #096A8C 12.4%, #16BEB1 91.6%, #51D591 109.6%), #FFFFFF;
    width: 786.21px;
    height: 281.05px;
    border-radius: 13px;
    padding: 30px 35px 20px 30px;
    position: relative;
    left: 1px;
}

.lightbox-promo .lightbox__inner-wrapper .left:after{
    content: "";
    height: 226px;
    position: absolute;
    border-left: 2px dashed #ffffff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-promo .lightbox__inner-wrapper .left .header{
    display: flex;
    margin-bottom: 20px;
}

.lightbox-promo .lightbox__inner-wrapper .left .header .tit{
    min-width: 517.13px;
    height:103.92px ;
    background-image: url("../image/sale.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.lightbox-promo .lightbox__inner-wrapper .left .header .text{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-left: 25px;
    line-height: 1;
}

.lightbox-promo .lightbox__inner-wrapper .left .promo{
    background-image: url("../image/promo_bg.svg");
    width: 728.29px;
    height: 105.11px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    left: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lightbox-promo .lightbox__inner-wrapper .left .promo #copy{
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

.lightbox-promo .lightbox__inner-wrapper .left .promo #copy span:after{
    content: "";
    width: 27.78px;
    height: 27.78px;
    display: inline-block;
    background-image: url("../image/promo_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 5px;
}

.lightbox-promo .lightbox__inner-wrapper .left .promo #copy_text{
    display: none;
}

.lightbox-promo .lightbox__inner-wrapper .right{
    background: #1A5E78;
    height: 281.04px;
    width: 281.11px;
    border-radius: 13px;
    position: relative;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lightbox-promo .lightbox__inner-wrapper .right:before{
    content: "";
    height: 226px;
    position: absolute;
    border-left: 2px dashed #ffffff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-promo .lightbox__inner-wrapper .right .btn{
    display: block;
    width: 250px;
    margin: 0 auto;
    padding: 0 0 0 10px;
}

.lightbox-promo .lightbox__inner-wrapper .right .sale{
    width: 217.84px;
    height: 63.86px;
    background-image: url("../image/promo_10.svg");
    margin-bottom: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.lightbox-promo .lightbox__inner-wrapper .mob{
    display: none;
}

@media(max-width: 1200px){
    .lightbox-wrapper{
        min-width: auto;
    }
    .lightbox-promo .lightbox__inner-wrapper .left{
        width: 490px;
        padding-left: 10px;
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .lightbox-promo .lightbox__inner-wrapper .left .header{
        height: auto;
    }
    .lightbox-promo .lightbox__inner-wrapper .left .header .tit{
        min-width: 257.13px;
    }
    .lightbox-promo .lightbox__inner-wrapper .left .header .text{
        font-size: 26px;
        margin-left: 15px;
    }
    .lightbox-promo .lightbox__inner-wrapper .right{
        width: 271.11px;
    }
    .lightbox-promo .lightbox__inner-wrapper .right .sale{
        width: 177.84px;
    }
    .lightbox-promo .lightbox__inner-wrapper .left .promo{
        width: 448.29px;
    }
    .lightbox-promo .lightbox__inner-wrapper .left .promo #copy{
        font-size: 26px;
        margin-bottom: 11px;
    }
}
@media(max-width: 1180px){
    .compare_block_dialogs .compare_block_dialog_dialog p{
        font-size: 20px;
    }
    .compare_block_dialogs_shopfans .compare_block_dialog_dialog_1{
        width: 515.02px;
        height: 127.3px;
    }
    .compare_block_dialogs_another .compare_block_dialog_dialog_1{
        width: 515.5px;
        height: 95.3px;
    }

    .compare_block_dialogs_shopfans .compare_block_dialog_dialog_2{
        width: 475.55px;
        height: 101.3px;
    }

    .compare_block_dialogs_another .compare_block_dialog_dialog_2{
        width: 475.55px;
        height: 101.3px;
    }

    .compare_block_dialogs_shopfans .compare_block_dialog_dialog_3{
        width: 751.54px;
        height: 127.3px;
    }

    .compare_block_dialogs_another .compare_block_dialog_dialog_3{
        width: 751.54px;
        height: 97.3px;
    }
    .compare_block_dialogs .compare_block_dialog_dialog .compare_block_dialog_dialog_3_smile{
        bottom: -45px;
        right: auto;
        left: calc(50% + 290px);
    }
    .compare_block_flyman .compare_block_flyman_icon{
        margin-right: 35px;
        margin-left: 10px;
    }

    .compare_block_dialogs_another .compare_block_dialog_dialog_1 .compare_block_dialog_dialog_1_smile{
        bottom: -38px;
        right: auto;
        left: calc(50% + 147px);
    }

}
@media(max-width: 920px){
    .compare_block_table{
        max-width: 700px;
    }
    .compare_block_table .compare_block_table_footer{
        padding-left: 10px;
    }
    .compare_block_table .compare_block_table_footer p{
        display: block;
    }
    .compare_block_table .compare_block_table_footer p:before{
        margin-right: 5px;
        position: relative;
        top: 6px;
    }
    .compare_block_icon_line{
        flex-direction: column;
    }
    .compare_block_icon_line .compare_block_icon_line_block{
        width: calc(100% - 30px);
        margin-bottom: 20px;
    }
    .compare_block_steps .compare_block_steps_line{
        flex-direction: column;
    }
    .compare_block_steps .compare_block_steps_line_block{
        width: 100%;
        margin-bottom: 30px;
    }
    .compare_block_steps .compare_block_icon_line_2{
        margin-top: 0;
        margin-bottom: 50px;
    }
    .compare_block_steps .compare_block_steps_line_iconblock_3{
        padding-left: 15px;
    }
    .compare_block_steps .compare_block_steps_line_iconblock{
        margin-bottom: 10px;
    }
}
@media(max-width: 768px){
    .layout-compare .content-wrapper{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 190px;
    }

    .layout-compare .content-wrapper .g-wrapper{
        padding: 0 15px;
    }

    .compare_block_table .compare_block_table_header_wrapp{

    }

    .compare_block_dialogs_shopfans .compare_block_dialog_dialog_1{
        width: 292.95px;
        height: 147.3px;
        background-image: url("../image/compare_block_dialog_shopfans_1_mob.svg");

    }
    .compare_block_dialogs_shopfans .compare_block_dialog_dialog_2{
        width: 292.95px;
        height: 141.81px;
        background-image: url("../image/compare_block_dialog_shopfans_2_mob.svg");

    }
    .compare_block_dialogs_shopfans .compare_block_dialog_dialog_3{
        width: 305.44px;
        height: 147.3px;
        padding: 0 20px;
        background-image: url("../image/compare_block_dialog_shopfans_3_mob.svg");

    }

    .compare_block_dialogs_another .compare_block_dialog_dialog_1{
        width: 292.18px;
        height: 115.3px;
        background-image: url("../image/compare_block_dialog_another_1_mob.svg");
    }
    .compare_block_dialogs_another .compare_block_dialog_dialog_2{
        width: 286.36px;
        height: 115.3px;
        background-image: url("../image/compare_block_dialog_another_2_mob.svg");

    }
    .compare_block_dialogs_another .compare_block_dialog_dialog_3{
        width: 286.36px;
        height: 115.3px;
        background-image: url("../image/compare_block_dialog_another_3_mob.svg");
    }

    .compare_block_dialogs .compare_block_dialog_dialog p{
        text-align: center;
        font-size: 16px;
    }

    .compare_block_dialogs .compare_block_dialog_dialog .compare_block_dialog_dialog_1_smile{
        bottom: -47px;
        left: calc(50% + 84px);
        right: auto;
    }

    .compare_block_dialogs .compare_block_dialog_dialog .compare_block_dialog_dialog_3_smile{
        left: calc(50% + 103px);
    }

    .compare_block_dialogs_another .compare_block_dialog_dialog_1 .compare_block_dialog_dialog_1_smile{
        bottom: -46px;
        right: auto;
        left: calc(50% + 43px);
    }
    .compare_block_dialogs_another .compare_block_dialog_dialog .compare_block_dialog_dialog_3_smile{
        left: calc(50% + 40px);
    }

    .compare_block_table .compare_block_table_header_wrapp{
        flex-direction: column;
        align-items: flex-start;
    }
    .compare_block_table .compare_block_table_header_wrapp .compare_block_table_header{
        margin-bottom: 10px;
    }
    .compare_block_table .compare_block_table_header_wrapp .compare_block_table_header:last-child{
        margin-bottom: 0;
    }
    .compare_block_flyman{
        flex-direction: column;
    }
    .compare_block_flyman .compare_block_flyman_icon{
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .lightbox-promo{
        width: 100%;
    }
    .lightbox-promo .lightbox__inner-wrapper{
        width: calc(100% - 30px);
        max-width: 584px;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }
    .lightbox-promo .lightbox__inner-wrapper .left{
        width: 100%;
    }

    .lightbox-promo .lightbox__inner-wrapper .left:after{
        content: none;
    }

    .lightbox-promo .lightbox__inner-wrapper .right{
        width: 100%;
        height: 211.04px;
    }

    .lightbox-promo .lightbox__inner-wrapper .right:before{
        content: none;
    }

    .lightbox-promo .lightbox__inner-wrapper .left .header{
        align-items: center;
    }
    .lightbox-promo .lightbox__inner-wrapper .left .header .text{
        margin-bottom: 15px;
    }

    .lightbox-promo .lightbox__inner-wrapper .left .promo{
        width: 558.29px;
        left: 15px;
        background-position: right;
    }
}
@media(max-width: 576px){
    .compare_banner{
        height: 350px;
        margin-bottom: 75px;
    }
    .compare_banner .compare_banner__text h3{
        font-size: 37px;
        line-height: 46px;
    }
    .compare_block_dialogs_shopfans .compare_block_dialog_dialog_1,
    .compare_block_dialogs_another .compare_block_dialog_dialog_1{
        margin-bottom: 90px;
    }
    .compare_block_table h2{
        font-size: 26px;
    }
    .compare_block_table .compare_block_table_header_wrapp{
        padding: 10px;
    }
    .compare_block_table .compare_block_table_footer{
        height: 110px;
    }
    .compare_block_steps .index-block-title{
        margin-bottom: 30px;
        font-size: 28px;
    }
    .compare_block_steps{
        padding: 15px;
    }
    .compare_block_steps .g-wrapper{
        padding: 0;
    }
    .compare_block_steps .compare_block_steps_line_block .compare_block_steps_line_block_wrapp .compare_block_steps_line_block_tit{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .compare_block_steps .compare_block_steps_line_block .compare_block_steps_line_block_icon{
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
    .compare_block_steps .compare_block_steps_line_block .compare_block_steps_line_block_icon p{
        font-size: 22px;
    }
    .compare_block_steps .compare_block_steps_line_block .compare_block_steps_line_block_icon:after{
        width: 30px;
        height: 30px;
    }
    .compare_block_steps .compare_block_steps_footer{
        font-size: 18px;
    }
    .compare_block_steps .compare_block_steps_line_block .compare_block_steps_line_block_wrapp{
        margin-left: 10px;
    }

    .lightbox-promo .lightbox__inner-wrapper{
        max-width: 300px;
    }
    .lightbox-promo .lightbox__inner-wrapper .left{
        width: 100%;
        margin-left: 0;
        height: 301.05px;
        padding-left: 0;
    }
    .lightbox-promo .lightbox__inner-wrapper .left .header{
        flex-direction: column;
    }

    .lightbox-promo .lightbox__inner-wrapper .left .header .tit{
        height: 73.92px;
    }
    .lightbox-promo .lightbox__inner-wrapper .left .header .text{
        margin-bottom: 0;
        margin-left: 0;
        text-align: center;
    }
    .lightbox-promo .lightbox__inner-wrapper .left .promo{
        width: 100%;
        height: 85.11px;
        left: 0;
        background-position: left;
        background-size: cover;
    }
    .lightbox-promo .lightbox__inner-wrapper .left .promo #copy{
        font-size: 18px;
    }
    .lightbox-promo .lightbox__inner-wrapper .left .promo #copy span:after{
        position: relative;
        top: 5px;
    }
    .lightbox-promo .lightbox__inner-wrapper .right{
        height: 181.04px;
    }
    .lightbox-promo .lightbox__inner-wrapper .right .sale{
        height: 63.86px;
        margin-bottom: 15px;
    }
}