.page > .main-content {
    display: none;
}
.lp-main {
    margin-top: 244px;
    background-image: url('../../images/lp/HowOrder/bg-main.png');
    background-size: cover;
    min-height: 100vh;
}
.lp-main.lp-main-type-1 {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: calc(50% + 250px) 20px;
}
.lp-main h1 {
    font-size: 95px;
    line-height: 100px;
    text-transform: uppercase;
    margin-top: 30px;
}
.lp-main h1 span {
    color: #042eb0;
}
.lp-main p {
    font-size: 22px;
    line-height: 1.1;
    max-width: 560px;
}
.lp-main .t-panel {
    display: flex;
    margin-top: 3rem;
    max-width: 560px;
    width: 100%;
    gap: 25px;
}
.lp-main .t-panel div {
    background: #E6EAF7;
    font-size: 2.2rem;
    font-weight: 700;
    width: 50%;
    text-align: center;
    padding: 15px;
    border-radius: 2px;
}
.lp-main button {
    margin-top: 3rem;
    min-width: 300px;
    max-width: 100%;
    font-size: 22px;
    height: 60px;
}
.step-wrap-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 50px;
}
.step-wrap-block-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
.step-wrap-block img {
    width: calc(50vw + 150px);
}
.step-wrap-block>div {
    width: 510px;
    padding-left: 2rem;
}
.step-wrap-block.step-wrap-block-reverse>div {
    padding-left: 0;
    padding-right: 2rem;
}
.step-wrap-block>div .num, .step-finish>div .num {
    font-size: 50px;
    font-weight: bold;
    background: #042eb020;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.step-wrap-block>div .title, .step-finish>div .title {
    color: #042EB0;
    font-size: 30px;
    font-weight: 600;
    margin: 16px 0 10px;
}
.step-wrap-block>div .description, .step-finish>div .description {
    font-size: 18px;
}
.step-finish {
    margin-top: 50px;
    background-image: url('../../images/lp/HowOrder/bg-step-finish.png');
    background-size: cover;
    min-height: 100vh;
}
.step-finish.step-finish-type-1 {
    background-image: url('../../images/lp/HowSaleChat/7.png');
}
.step-finish>div {
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-left: calc(50vw - 200px);
    margin-top: 100px;
}
.step-finish>div .num {
    background: #e0e5f5;
    min-width: 160px;
    min-height: 160px;
    font-size: 80px;
    border-radius: 100px;
}
.step-finish>div .title {
    font-size: 60px;
}
.step-finish>div .description {
    font-size: 20px;
}
.bg-shadow {
    background-color: #D9D9D950;
}
picture.mobile {
    display: none;
}
.post-finish {
    padding: 50px 0;
}
.post-finish h2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}
.container + .main-content {
    padding-top: 0 !important;
}
/* MEDIA */
@media(min-height: 1200px){
    .lp-main {
        min-height: auto;
        padding: 60px 0;
    }
}
@media (max-width: 1599px) {
    .help-information {
        width: 100% !important;
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .main-content {
        padding-top: 0;
    }
    .lp-main h1 {
        font-size: 45px;
        line-height: 1.05;
        margin-top: 30px;
    }
    .lp-main {
        margin-top: 150px;
        min-height: 70vh;
        margin-bottom: 70px;
    }
    .lp-main.lp-main-type-1 {
        background-size: 150%;
        background-position: -30px 10px;
    }
    .lp-main.lp-main-type-1 h1 {
        font-size: 35px;
        line-height: 1.05;
        margin-top: 300px;
        background: #ffff;
        padding: 20px 10px;
    }
    .lp-main p {
        margin-top: 60px;
        font-size: 16px;
        background: #fff;
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        padding: 20px 20px 0;
    }
    .lp-main .t-panel div {
        font-size: 1.3rem;
    }
    .lp-main button {
        width: 100%;
    }
    .step-wrap-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 100%;
        margin-top: 40px;
    }
    .step-wrap-block>div {
        width: 100%;
        padding: 0 20px !important;
    }
    .step-finish>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0px;
        margin: 0;
        padding: 50px 40px 40px;
        width: 100%;
        position: relative;
    }
    .step-finish>div .num {
        min-width: 120px;
        min-height: 120px;
        font-size: 65px;
    }
    .step-finish>div .title {
        font-size: 43px;
    }
    .step-finish>div .description {
        font-size: 18px;
    }
    .step-finish>div:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#e5c08661), color-stop(#d3ab7099), to(#ffffff00));
        background: -o-linear-gradient(top, #e5c08661, #d3ab7099, #ffffff00);
        background: linear-gradient(180deg, #e5c08661, #d3ab7099, #ffffff00);
        z-index: 0;
    }
    .step-finish>div>* {
        position: relative;
        z-index: 1;
    }
    .step-wrap-block img {
        width: 100%;
        padding: 0 20px;
        margin: -30px 0;
    }
    picture.mobile {
        display: block;
    }
    picture.desktop {
        display: none;
    }
    .step-wrap-block>div .title br {
        display: none;
    }
    .lk-notice-viewed, .lk-notice-inner {
        display: block !important;
    }
    .step-finish.step-finish-type-1 {
        background-image: url(../../images/lp/HowSaleChat/7.png);
        background-position: 10% 340px;
        background-size: 250% auto;
        background-repeat: no-repeat;
    }
}
@media (max-width: 400px) {
    .step-finish>div {
        padding: 40px;
    }
    .step-finish>div .num {
        min-width: 90px;
        min-height: 90px;
        font-size: 55px;
    }
    .step-finish>div .title {
        font-size: 35px;
    }
}