
@font-face {
    font-family: AvenirNext;
    src: local("Avenir Next Regular"), local("Avenir-Next-Regular"), url(../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.woff2) format("woff2"), url(../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.woff) format("woff"), url(../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AvenirNextMedium;
    src: local("Avenir Next Medium"), local("Avenir-Next-Medium"), url(../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.woff2) format("woff2"), url(../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.woff) format("woff"), url(../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: AvenirNextBold;
    src: local("Avenir Next Bold"), local("Avenir-Next-Bold"), url(../fonts/AvenirNextCyr-Bold/AvenirNextCyr-Bold.woff2) format("woff2"), url(../fonts/AvenirNextCyr-Bold/AvenirNextCyr-Bold.woff) format("woff"), url(../fonts/AvenirNextCyr-Bold/AvenirNextCyr-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: AvenirNextHeavy;
    src: local("Avenir Next Heavy"), local("Avenir-Next-Heavy"), url(../fonts/AvenirNextCyr-Heavy/AvenirNextCyr-Heavy.woff2) format("woff2"), url(../fonts/AvenirNextCyr-Heavy/AvenirNextCyr-Heavy.woff) format("woff"), url(../fonts/AvenirNextCyr-Heavy/AvenirNextCyr-Heavy.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    outline: 0;
    font-family: AvenirNext, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
ul {
    margin: 0;
    padding: 0
}

.card {
    border: none
}

a,
button,
input {
    transition: .5s
}

a:hover,
button:hover,
input:hover {
    outline: 0;
    text-decoration: none
}

button,
input[type=submit] {
    border: none;
    cursor: pointer
}

.mw {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #a7dc4c;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 98;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .5)
}

.scrollup:hover {
    opacity: .9
}

.scrollup .fas_icon {
    font-size: 20px;
    color: #fff
}

.scrollup.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999999;
    overflow: auto;
    background-color: rgba(0, 0, 0, .7);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    max-width: 400px;
    padding: 0 !important
}

.modal::-webkit-scrollbar {
    width: 0
}

.modal .m-content {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    position: relative
}

.modal .m-content .c {
    background-color: #fff;
    width: 100%;
    padding: 40px
}

.modal .m-content .c .img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.modal .m-content .c .img img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto
}

.modal .m-content .c h3 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 22px;
    color: #222;
    font-weight: 700;
    font-family: AvenirNextBold, sans-serif !important
}

.modal .m-content .c .success_h3 {
    font-size: 30px;
    color: #ffaf00
}

.modal .m-content .c h6 {
    padding: 20px 10px;
    text-align: center;
    font-size: 24px;
    color: #2a2a2a;
    font-weight: 400
}

.modal .m-content .c form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto
}

.modal .m-content .c form .inp {
    margin-bottom: 20px
}

.modal .m-content .c form .inp label {
    color: #a7dc4c;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    display: block
}

.modal .m-content .c form .inp input,
.modal .m-content .c form .inp select,
.modal .m-content .c form .inp textarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    color: #4e4e4e;
    font-size: 14px
}

.modal .m-content .c form .inp textarea {
    min-height: 100px;
    resize: none
}

.modal .m-content .c form .inp_line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.modal .m-content .c form .inp_line .inp_address {
    width: 50%
}

.modal .m-content .c form .inp_line .inp_home,
.modal .m-content .c form .inp_line .inp_home_num {
    width: 20%
}

.modal .m-content .c form .policy {
    color: #4e4e4e;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: block
}

.modal .m-content .c form .policy a {
    color: #a7dc4c
}

.modal .m-content .c form .policy a:hover {
    color: #fff
}

.modal .m-content .c form .policy input {
    margin-right: 10px
}

.modal .m-content .c form .btn_b {
    z-index: 2;
    position: relative;
    margin-top: 15px
}

.modal .m-content .c form .btn_b .btn_order_orange {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #4e4e4e;
    font-family: AvenirNextMedium, sans-serif !important;
    padding: 20px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    display: block;
    background: 0 0
}

.modal .m-content .c form .btn_b .btn_order_orange:hover:before {
    background: linear-gradient(266.63deg, #fff 1.4%, rgba(255, 255, 255, 0) 100%), #ffaf00
}

.modal .m-content .c form .btn_b .btn_order_orange:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(93.16deg, #fff 1.61%, rgba(255, 255, 255, 0) 98.22%), #ffaf00;
    box-shadow: 0 2px 4px #a8780f;
    background-blend-mode: soft-light, normal;
    backdrop-filter: blur(2px);
    font-style: normal;
    border-radius: 10px;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s
}

.modal .m-content .c form .btn_b .btn_order_orange:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffaf00;
    border-radius: 10px;
    top: 3px;
    left: -3px;
    z-index: -2;
    transition: .5s
}

.modal .m-content .c small {
    color: #676767;
    font-size: 10px;
    font-weight: 300
}

.modal .m-content .c small a {
    color: #676767;
    text-decoration: underline
}

.modal .m-content .c small a:hover {
    color: #18ba60
}

@media (max-width:767px) {
    .scrollup {
        right: 10px;
        bottom: 50px
    }

    .modal .m-content .c {
        padding: 40px 30px
    }

    .modal .m-content .c .img img {
        max-width: 240px
    }

    .modal .m-content .c h3 {
        padding-bottom: 20px;
        font-size: 20px
    }

    .modal .m-content .c .success_h3 {
        font-size: 26px
    }

    .modal .m-content .c h6 {
        font-size: 20px
    }
}

body {
    overflow-x: hidden
}

.order_btn {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #4e4e4e;
    font-family: AvenirNextMedium, sans-serif !important;
    padding: 20px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    display: block;
    background: 0 0;
    text-align: center
}

.order_btn:hover:before {
    background: -o-linear-gradient(177.83deg, #fff -5.72%, rgba(255, 255, 255, 0) 102.16%), #a7dc4c;
    background: linear-gradient(272.17deg, #fff -5.72%, rgba(255, 255, 255, 0) 102.16%), #a7dc4c
}

.order_btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(356.84deg, #fff 1.61%, rgba(255, 255, 255, 0) 98.22%), #a7dc4c;
    background: linear-gradient(93.16deg, #fff 1.61%, rgba(255, 255, 255, 0) 98.22%), #a7dc4c;
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: 0 2px 4px #67941b;
    box-shadow: 0 2px 4px #67941b;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    font-style: normal;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.order_btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #a7dc4c;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: 3px;
    left: -3px;
    z-index: -2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.btn_order_orange:hover:before {
    background: -o-linear-gradient(183.37deg, #fff 1.4%, rgba(255, 255, 255, 0) 100%), #ffaf00;
    background: linear-gradient(266.63deg, #fff 1.4%, rgba(255, 255, 255, 0) 100%), #ffaf00
}

.btn_order_orange:before {
    height: 100%;
    background: -o-linear-gradient(356.84deg, #fff 1.61%, rgba(255, 255, 255, 0) 98.22%), #ffaf00;
    background: linear-gradient(93.16deg, #fff 1.61%, rgba(255, 255, 255, 0) 98.22%), #ffaf00;
    -webkit-box-shadow: 0 2px 4px #a8780f;
    box-shadow: 0 2px 4px #a8780f
}

.btn_order_orange:after {
    background: #ffaf00
}

.page .header {
    z-index: 99;
    width: 100%;
    background-color: #fff;
    position: fixed;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page .header .mw {
    padding: 2vh 2vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
}

.page .header .mw .left_side .logo a {
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.page .header .mw .left_side .logo a img {
    width: 100%;
    margin-left: -40px
}

.page .header .mw .right_side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.page .header .mw .right_side ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.page .header .mw .right_side ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.page .header .mw .right_side ul li:first-child:before {
    display: none
}

.page .header .mw .right_side ul li:before {
    content: '|';
    position: relative;
    font-size: 22px;
    color: #ffaf00;
    font-family: AvenirNextMedium, sans-serif !important;
    margin: 0 15px
}

.page .header .mw .right_side ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-align: right;
    color: #4e4e4e
}

.page .header .mw .right_side ul li a:hover {
    color: #ffaf00
}

.page .header .mw .right_side .o_xs_menu {
    display: none
}

.page .header .mw .right_side .o_xs_menu .fas_icon {
    color: #4e4e4e;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 26px;
    cursor: pointer
}

.page .header .mw .right_side .o_xs_menu .fas_icon:hover {
    color: #a7dc4c
}

.page .sticky {
    -webkit-box-shadow: 9px 13px 25px 2px rgba(209, 224, 232, .4);
    box-shadow: 9px 13px 25px 2px rgba(209, 224, 232, .4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.page .offset_header {
    padding-top: 100px
}

.page .xs_menu {
    width: 100%;
    top: 0;
    left: -100%;
    position: fixed;
    height: 100vh;
    z-index: 9999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: none
}

.page .xs_menu .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 99999
}

.page .xs_menu .xs_cont {
    width: 100%;
    max-width: 350px;
    height: 100%;
    background-color: #4e4e4e;
    position: relative;
    z-index: 999999
}

.page .xs_menu .xs_cont .c_xs_menu {
    position: absolute;
    right: 20px;
    top: 20px
}

.page .xs_menu .xs_cont .c_xs_menu .fas_icon {
    font-size: 26px;
    opacity: .7;
    cursor: pointer;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .xs_menu .xs_cont .c_xs_menu .fas_icon:hover {
    opacity: 1
}

.page .xs_menu .xs_cont ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

.page .xs_menu .xs_cont ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase
}

.page .xs_menu .xs_cont ul li a:hover {
    background-color: #a7dc4c
}

.page .xs_menu.active {
    left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .mw {
    padding: 100px 2vh;
    z-index: 2
}

.page .main .mw .main_cont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .main .mw .main_cont .left_side {
    width: 60%
}

.page .main .mw .main_cont .left_side .h1 {
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    font-family: AvenirNextBold, sans-serif !important;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    max-width: 500px
}

.page .main .mw .main_cont .left_side .h1 b {
    color: #ffaf00;
    font-family: AvenirNextHeavy, sans-serif !important;
    font-weight: 900;
    display: block
}

.page .main .mw .main_cont .left_side .h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #989898;
    font-family: AvenirNextMedium, sans-serif !important;
    margin-bottom: 45px
}

.page .main .mw .main_cont .left_side ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.page .main .mw .main_cont .left_side ul li {
    margin-right: 20px;
    font-size: 18px;
    color: #4e4e4e;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 180px
}

.page .main .mw .main_cont .left_side ul li:nth-child(2):before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.page .main .mw .main_cont .left_side ul li:nth-child(3):before {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.page .main .mw .main_cont .left_side ul li:before {
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffaf00;
    position: relative;
    width: 9px;
    height: 9px;
    min-width: 9px;
    margin-right: 20px;
    -webkit-animation: 1s anim_round ease infinite;
    animation: 1s anim_round ease infinite
}

@-webkit-keyframes anim_round {

    0%,
    100% {
        -webkit-box-shadow: 0 0 10px 2px rgba(255, 168, 0, .1);
        box-shadow: 0 0 10px 2px rgba(255, 168, 0, .1)
    }

    50% {
        -webkit-box-shadow: 0 0 20px 6px rgba(255, 168, 0, .5);
        box-shadow: 0 0 20px 6px rgba(255, 168, 0, .5)
    }
}

@keyframes anim_round {

    0%,
    100% {
        -webkit-box-shadow: 0 0 10px 2px rgba(255, 168, 0, .1);
        box-shadow: 0 0 10px 2px rgba(255, 168, 0, .1)
    }

    50% {
        -webkit-box-shadow: 0 0 20px 6px rgba(255, 168, 0, .5);
        box-shadow: 0 0 20px 6px rgba(255, 168, 0, .5)
    }
}

.page .main .mw .main_cont .left_side .sale_line {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.page .main .mw .main_cont .left_side .sale_line .icon {
    width: 90px;
    min-width: 90px;
    margin-right: 20px
}

.page .main .mw .main_cont .left_side .sale_line .icon img {
    width: 100%
}

.page .main .mw .main_cont .left_side .sale_line .price_line {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 50px
}

.page .main .mw .main_cont .left_side .sale_line .price_line .old_price {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #4e4e4e;
    font-family: Pacifico, cursive !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    position: relative
}

.page .main .mw .main_cont .left_side .sale_line .price_line .old_price:after {
    content: '';
    width: 100%;
    height: 3px;
    margin-top: 4px;
    background: #ffaf00;
    position: absolute
}

.page .main .mw .main_cont .left_side .sale_line .price_line .old_price .fas_icon {
    font-size: 20px;
    margin-left: 5px;
    margin-top: 3px
}

.page .main .mw .main_cont .left_side .sale_line .price_line .new_price {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    text-transform: uppercase;
    font-family: Pacifico, cursive !important;
    color: #a7dc4c;
    line-height: 1.1em;
}

.page .main .mw .main_cont .left_side .sale_line .price_line .new_price .fas_icon {
    font-size: 40px;
    margin-left: -5px;
    margin-top: -3px
}

.page .main .mw .main_cont .left_side .sale_line .h5 {
    font-style: normal;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    color: #4e4e4e;
    max-width: 200px;
    font-family: AvenirNextBold, sans-serif !important
}

.page .main .mw .main_cont .right_side {
    width: 40%
}

.page .main .mw .main_cont .right_side .img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .main .mw .main_cont .right_side .img img {
    width: 700px;
    position: absolute
}

.page .to_the_end_promotion {
    position: relative;
    z-index: 2;
    margin-bottom: 120px
}

.page .to_the_end_promotion .cloud {
    position: absolute;
    top: -170px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

.page .to_the_end_promotion .cloud img {
    width: 100%
}

.page .to_the_end_promotion .leaf1 {
    position: absolute;
    bottom: -50px;
    left: -40px;
    z-index: -1
}

.page .to_the_end_promotion .leaf2 {
    position: absolute;
    z-index: -1;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    left: 0;
    right: 0
}

.page .to_the_end_promotion .leaf2 img {
    position: absolute;
    right: -150px;
    bottom: -100px;
    width: 250px
}

.page .to_the_end_promotion .mw {
    padding: 0 2vh
}

.page .to_the_end_promotion .mw .cont {
    width: 100%;
    max-width: 770px;
    background: #fff;
    -webkit-box-shadow: 9px 13px 25px 2px rgba(209, 224, 232, .4);
    box-shadow: 9px 13px 25px 2px rgba(209, 224, 232, .4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin: 0 auto;
    padding: 30px 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.page .to_the_end_promotion .mw .cont .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    text-align: center;
    font-family: AvenirNextBold, sans-serif !important
}

.page .to_the_end_promotion .mw .cont .timer {
    margin: 15px 0
}

.page .to_the_end_promotion .mw .cont .timer .timer-slide-inner span {
    font-family: "Russo One" !important
}

.page .to_the_end_promotion .mw .cont .leaf_min1 {
    position: absolute;
    left: 80px;
    bottom: 55px
}

.page .to_the_end_promotion .mw .cont .leaf_min2 {
    position: absolute;
    right: 70px;
    top: 40px
}

.page .why_can_not_lose_weight .mw {
    padding: 0 2vh
}

.page .why_can_not_lose_weight .mw .cont ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .why_can_not_lose_weight .mw .cont ul li {
    width: 330px;
    height: 120px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px #e5e5e5;
    box-shadow: 0 2px 10px #e5e5e5;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .why_can_not_lose_weight .mw .cont ul li:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: 0 4px 15px #e5e5e5;
    box-shadow: 0 4px 15px #e5e5e5
}

.page .why_can_not_lose_weight .mw .cont ul li:after {
    content: '';
    position: absolute;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 310px;
    height: 100px;
    left: 10px;
    right: 10px
}

.page .why_can_not_lose_weight .mw .cont ul li .icon {
    width: 50px;
    min-width: 50px;
    margin-right: 15px
}

.page .why_can_not_lose_weight .mw .cont ul li .icon img {
    width: 100%
}

.page .why_can_not_lose_weight .mw .cont ul li .h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e
}

.page .why_can_not_lose_weight .mw .cont .h4 {
    padding-top: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    font-family: AvenirNextBold, sans-serif !important;
    color: #4e4e4e
}

.page .m_title {
    padding-bottom: 60px
}

.page .m_title .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-family: AvenirNextBold, sans-serif !important
}

.page .m_title .h2 b {
    font-family: AvenirNextBold, sans-serif !important;
    color: #ffaf00;
    display: block
}

.page .benefits {
    position: relative;
    z-index: 3
}

.page .benefits .mw {
    padding: 5vw 2vh
}

.page .benefits .mw .m_title .h2 {
    color: #a7dc4c
}

.page .benefits .mw .cont {
    width: 100%
}

.page .benefits .mw .cont ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .benefits .mw .cont ul li {
    width: 330px;
    height: 120px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px #e5e5e5;
    box-shadow: 0 2px 10px #e5e5e5;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .benefits .mw .cont ul li:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: 0 4px 15px #e5e5e5;
    box-shadow: 0 4px 15px #e5e5e5
}

.page .benefits .mw .cont ul li:after {
    content: '';
    position: absolute;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 310px;
    height: 100px;
    left: 10px;
    right: 10px
}

.page .benefits .mw .cont ul li .icon {
    width: 50px;
    min-width: 50px;
    margin-right: 15px
}

.page .benefits .mw .cont ul li .icon img {
    width: 100%
}

.page .benefits .mw .cont ul li .h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e
}

.page .benefits .mw .cont .order_btn {
    z-index: 2;
    margin-top: 45px
}

.page .benefits .benefits_bg {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    z-index: -1
}

.page .benefits .benefits_bg img {
    width: 100%
}

.page .about {
    position: relative
}

.page .about:after {
    content: '';
    position: absolute;
    top: -240px;
    background: url(../images/about_bg.png) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    padding-bottom: 240px
}

.page .about .mw {
    padding: 0 2vh 5vw
}

.page .about .mw .cont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
}

.page .about .mw .cont .left_side {
    width: 55%
}

.page .about .mw .cont .left_side .m_title .h2 {
    text-align: left
}

.page .about .mw .cont .left_side .m_title .h2 b {
    display: inline-block
}

.page .about .mw .cont .left_side .desc {
    padding-right: 30px
}

.page .about .mw .cont .left_side .desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #4e4e4e;
    padding-bottom: 20px
}

.page .about .mw .cont .left_side .desc p b {
    color: #ffaf00;
    font-weight: 700;
    font-family: AvenirNextBold, sans-serif !important
}

.page .about .mw .cont .left_side .desc p:last-child {
    padding-bottom: 0
}

.page .about .mw .cont .right_side {
    width: 45%
}

.page .about .mw .cont .right_side .img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative
}

.page .about .mw .cont .right_side .img img {
    position: relative;
    width: 600px;
    right: -100px;
    top: -50px
}

.page .about .leaf3 {
    position: absolute;
    top: -200px;
    left: -50px;
    z-index: 2
}

.page .about .leaf4 {
    position: absolute;
    bottom: -100px;
    right: -50px;
    z-index: 2
}

.page .about .leaf4 img {
    width: 250px
}

.page .slimming_stages .mw {
    padding: 5vw 2vh
}

.page .slimming_stages .mw .cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .slimming_stages .mw .cont .left_side {
    width: 40%
}

.page .slimming_stages .mw .cont .left_side .img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.page .slimming_stages .mw .cont .left_side .img img {
    width: 680px
}

.page .slimming_stages .mw .cont .right_side {
    width: 55%
}

.page .slimming_stages .mw .cont .right_side .m_title {
    padding-bottom: 20px
}

.page .slimming_stages .mw .cont .right_side .m_title .h2 {
    text-align: left
}

.page .slimming_stages .mw .cont .right_side .m_title .h2 b {
    display: inline-block
}

.page .slimming_stages .mw .cont .right_side ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.page .slimming_stages .mw .cont .right_side ul li .num {
    width: 100px;
    min-width: 100px;
    margin-right: 20px
}

.page .slimming_stages .mw .cont .right_side ul li .num span {
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    color: #a7dc4c;
    text-shadow: 0 4px 4px #67941b;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    line-height: 80px;
    font-family: Pacifico, cursive !important
}

.page .slimming_stages .mw .cont .right_side ul li .h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding-top: 20px;
    color: #4e4e4e;
    font-family: AvenirNextMedium, sans-serif !important
}

.page .slimming_stages .mw .cont .right_side .order_btn {
    margin: 0;
    margin-top: 40px
}

.page .results {
    position: relative
}

.page .results .leaf {
    position: absolute;
    left: -20px
}

.page .results .cloud {
    position: absolute;
    width: 100%;
    top: 50px
}

.page .results .cloud img {
    width: 100%
}

.page .results .mw {
    padding: 5vw 2vh
}

.page .results .mw .m_title .h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #4e4e4e;
    padding-top: 20px;
    font-family: AvenirNextBold, sans-serif !important;
    max-width: 800px;
    margin: 0 auto
}

.page .results .mw .m_title .h4 b {
    color: #ffaf00;
    font-family: AvenirNextBold, sans-serif !important;
    font-weight: 700
}

.page .results .mw .cont ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .results .mw .cont ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin: 20px
}

.page .results .mw .cont ul li .num {
    margin-bottom: 10px
}

.page .results .mw .cont ul li .num span {
    font-style: normal;
    font-weight: 900;
    font-size: 70px;
    line-height: 85px;
    text-align: center;
    color: #6cb71d;
    font-family: AvenirNextHeavy, sans-serif !important
}

.page .results .mw .cont ul li .h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #4e4e4e;
    font-family: AvenirNextBold, sans-serif !important
}

.page .results .mw .tips_losing_weight {
    background: #fff;
    -webkit-box-shadow: 9px 13px 25px 2px rgba(209, 224, 232, .4);
    box-shadow: 9px 13px 25px 2px rgba(209, 224, 232, .4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 25px 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px
}

.page .results .mw .tips_losing_weight .icon {
    width: 75px;
    min-width: 75px;
    margin-right: 20px
}

.page .results .mw .tips_losing_weight .icon img {
    width: 100%
}

.page .results .mw .tips_losing_weight .desc .h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #ffaf00;
    font-family: AvenirNextBold, sans-serif !important;
    padding-bottom: 10px
}

.page .results .mw .tips_losing_weight .desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #989898;
    text-align: left
}

.page .reviews {
    position: relative;
    z-index: 3
}

.page .reviews .mw {
    padding: 5vw 2vh 0
}

.page .reviews .mw .m_title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .reviews .mw .m_title .icon {
    width: 80px;
    position: relative;
    margin-left: 20px
}

.page .reviews .mw .m_title .icon img {
    width: 100%
}

.page .reviews .mw .reviews_slider {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .reviews .mw .reviews_slider .review_slide {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 40px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff
}

.page .reviews .mw .reviews_slider .review_slide .img {
    width: 150px;
    height: 150px;
    min-width: 150px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 10px rgba(255, 175, 0, .3);
    box-shadow: 0 4px 10px rgba(255, 175, 0, .3);
    margin-right: 20px
}

.page .reviews .mw .reviews_slider .review_slide .img img {
    width: auto;
    height: 100%
}

.page .reviews .mw .reviews_slider .review_slide .desc .h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    font-family: AvenirNextBold, sans-serif !important;
    color: #ffaf00;
    padding-bottom: 15px
}

.page .reviews .mw .reviews_slider .review_slide .desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e
}

.page .reviews .mw .reviews_slider .owl-stage-outer {
    z-index: 3
}

.page .reviews .mw .reviews_slider .owl-nav {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.page .reviews .mw .reviews_slider .owl-nav .owl-next,
.page .reviews .mw .reviews_slider .owl-nav .owl-prev {
    font-size: 40px;
    color: #4e4e4e;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 3
}

.page .reviews .mw .reviews_slider .owl-nav .owl-next:hover,
.page .reviews .mw .reviews_slider .owl-nav .owl-prev:hover {
    color: #ffaf00
}

.page .how_order {
    position: relative
}

.page .how_order .cloud {
    position: absolute;
    top: -100px;
    width: 100%;
    z-index: 2
}

.page .how_order .cloud img {
    width: 100%
}

.page .how_order .leaf {
    position: absolute;
    top: -120px;
    right: 200px;
    width: 250px
}

.page .how_order .leaf img {
    width: 100%
}

.page .how_order .leaf2 {
    position: absolute;
    bottom: -50px;
    left: -20px;
    width: 200px
}

.page .how_order .leaf2 img {
    width: 100%
}

.page .how_order .mw {
    padding: 10vw 2vh 5vw;
    z-index: 2
}

.page .how_order .mw .cont ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start
}

.page .how_order .mw .cont ul li {
    width: 100%;
    max-width: 300px;
    margin: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page .how_order .mw .cont ul li:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 65px;
    right: -40px;
    margin-top: -40px;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    background: url(../images/arrow_step.svg) no-repeat center center/cover
}

.page .how_order .mw .cont ul li:last-child:after {
    display: none
}

.page .how_order .mw .cont ul li:nth-child(2):after {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.page .how_order .mw .cont ul li .icon {
    background: url(../images/how_order_bg.svg) no-repeat center center/cover;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.page .how_order .mw .cont ul li .icon img {
    width: 80px;
    margin-left: -10px;
    margin-top: -10px
}

.page .how_order .mw .cont ul li .h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #4e4e4e;
    font-family: AvenirNextMedium, sans-serif !important
}

.page .how_order .mw .cont .order_btn {
    margin-top: 50px
}

.page .order_block .mw {
    padding: 5vw 2vh;
    z-index: 2
}

.page .order_block .mw .cont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .order_block .mw .cont .left_side {
    width: 50%
}

.page .order_block .mw .cont .left_side .h2 {
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    font-family: AvenirNextBold, sans-serif !important;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    max-width: 500px
}

.page .order_block .mw .cont .left_side .h2 b {
    color: #ffaf00;
    font-family: AvenirNextHeavy, sans-serif !important;
    font-weight: 900;
    display: block
}

.page .order_block .mw .cont .left_side .h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #989898;
    font-family: AvenirNextMedium, sans-serif !important;
    margin-bottom: 30px
}

.page .order_block .mw .cont .left_side ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.page .order_block .mw .cont .left_side ul li {
    margin-right: 20px;
    font-size: 18px;
    color: #4e4e4e;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 180px
}

.page .order_block .mw .cont .left_side ul li:nth-child(2):before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.page .order_block .mw .cont .left_side ul li:nth-child(3):before {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.page .order_block .mw .cont .left_side ul li:before {
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffaf00;
    position: relative;
    width: 9px;
    height: 9px;
    min-width: 9px;
    margin-right: 20px;
    -webkit-animation: 1s anim_round ease infinite;
    animation: 1s anim_round ease infinite
}

@-webkit-keyframes anim_round {

    0%,
    100% {
        -webkit-box-shadow: 0 0 10px 2px rgba(255, 168, 0, .1);
        box-shadow: 0 0 10px 2px rgba(255, 168, 0, .1)
    }

    50% {
        -webkit-box-shadow: 0 0 20px 6px rgba(255, 168, 0, .5);
        box-shadow: 0 0 20px 6px rgba(255, 168, 0, .5)
    }
}

@keyframes anim_round {

    0%,
    100% {
        -webkit-box-shadow: 0 0 10px 2px rgba(255, 168, 0, .1);
        box-shadow: 0 0 10px 2px rgba(255, 168, 0, .1)
    }

    50% {
        -webkit-box-shadow: 0 0 20px 6px rgba(255, 168, 0, .5);
        box-shadow: 0 0 20px 6px rgba(255, 168, 0, .5)
    }
}

.page .order_block .mw .cont .left_side .sale_line {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.page .order_block .mw .cont .left_side .sale_line .icon {
    width: 90px;
    min-width: 90px;
    margin-right: 20px
}

.page .order_block .mw .cont .left_side .sale_line .icon img {
    width: 100%
}

.page .order_block .mw .cont .left_side .sale_line .price_line {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 50px
}

.page .order_block .mw .cont .left_side .sale_line .price_line .old_price {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #4e4e4e;
    font-family: Pacifico, cursive !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    position: relative
}

.page .order_block .mw .cont .left_side .sale_line .price_line .old_price:after {
    content: '';
    width: 100%;
    height: 3px;
    margin-top: 4px;
    background: #ffaf00;
    position: absolute
}

.page .order_block .mw .cont .left_side .sale_line .price_line .old_price .fas_icon {
    font-size: 20px;
    margin-left: 5px;
    margin-top: 3px
}

.page .order_block .mw .cont .left_side .sale_line .price_line .new_price {
    font-style: normal;
    font-weight: 400;
    font-size: 62px;
    text-align: center;
    text-transform: uppercase;
    font-family: Pacifico, cursive !important;
    color: #a7dc4c;
    line-height: 1.1em;
}

.page .order_block .mw .cont .left_side .sale_line .price_line .new_price .fas_icon {
    font-size: 40px;
    margin-left: -5px;
    margin-top: -3px
}

.page .order_block .mw .cont .left_side .sale_line .h5 {
    font-style: normal;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    color: #4e4e4e;
    max-width: 200px;
    font-family: AvenirNextBold, sans-serif !important
}

.page .order_block .mw .cont .right_side {
    width: 50%;
    position: relative
}

.page .order_block .mw .cont .right_side form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 9px 13px 25px 2px rgba(209, 224, 232, .4);
    box-shadow: 9px 13px 25px 2px rgba(209, 224, 232, .4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 40px;
    position: relative;
    z-index: 2
}

.page .order_block .mw .cont .right_side form .h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: AvenirNextBold, sans-serif !important;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    max-width: 500px
}

.page .order_block .mw .cont .right_side form .h2 b {
    color: #ffaf00;
    font-family: AvenirNextHeavy, sans-serif !important;
    font-weight: 900;
    display: block
}

.page .order_block .mw .cont .right_side form .inp {
    margin-bottom: 20px
}

.page .order_block .mw .cont .right_side form .inp label {
    color: #a7dc4c;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    display: block
}

.page .order_block .mw .cont .right_side form .inp input,
.page .order_block .mw .cont .right_side form .inp select,
.page .order_block .mw .cont .right_side form .inp textarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    color: #4e4e4e;
    font-size: 14px
}

.page .order_block .mw .cont .right_side form .inp textarea {
    min-height: 100px;
    resize: none
}

.page .order_block .mw .cont .right_side form .inp_line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.page .order_block .mw .cont .right_side form .inp_line .inp_address {
    width: 50%
}

.page .order_block .mw .cont .right_side form .inp_line .inp_home,
.page .order_block .mw .cont .right_side form .inp_line .inp_home_num {
    width: 20%
}

.page .order_block .mw .cont .right_side form .policy {
    color: #4e4e4e;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: block
}

.page .order_block .mw .cont .right_side form .policy a {
    color: #a7dc4c
}

.page .order_block .mw .cont .right_side form .policy a:hover {
    color: #fff
}

.page .order_block .mw .cont .right_side form .policy input {
    margin-right: 10px
}

.page .order_block .mw .cont .right_side form .btn_b {
    z-index: 2;
    position: relative;
    margin-top: 15px
}

.page .order_block .mw .cont .right_side form .btn_b .btn_order_orange {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #4e4e4e;
    font-family: AvenirNextMedium, sans-serif !important;
    padding: 20px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    display: block;
    background: 0 0
}

.page .order_block .mw .cont .right_side form .btn_b .btn_order_orange:hover:before {
    background: -o-linear-gradient(183.37deg, #fff 1.4%, rgba(255, 255, 255, 0) 100%), #ffaf00;
    background: linear-gradient(266.63deg, #fff 1.4%, rgba(255, 255, 255, 0) 100%), #ffaf00
}

.page .order_block .mw .cont .right_side form .btn_b .btn_order_orange:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(356.84deg, #fff 1.61%, rgba(255, 255, 255, 0) 98.22%), #ffaf00;
    background: linear-gradient(93.16deg, #fff 1.61%, rgba(255, 255, 255, 0) 98.22%), #ffaf00;
    -webkit-box-shadow: 0 2px 4px #a8780f;
    box-shadow: 0 2px 4px #a8780f;
    background-blend-mode: soft-light, normal;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    font-style: normal;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .order_block .mw .cont .right_side form .btn_b .btn_order_orange:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffaf00;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: 3px;
    left: -3px;
    z-index: -2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .order_block .mw .cont .right_side .img {
    width: 100%;
    position: absolute;
    top: 0;
    right: -50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.page .order_block .mw .cont .right_side .img img {
    width: 200px;
    z-index: 3
}

.page .footer {
    background-color: #ffaf00;
    position: relative
}

.page .footer .mw {
    padding: 4vh 2vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.page .footer .mw .left_side p {
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #fff
}

.page .footer .mw .right_side a {
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #fff
}

.page .footer .mw .right_side a:hover {
    color: #4e4e4e
}

@media (max-width:575px) {
    .order_btn {
        font-size: 18px;
        line-height: 20px;
        padding: 15px
    }

    .page .header {
        height: 80px
    }

    .page .header .mw .left_side .logo a {
        width: 200px
    }

    .page .header .mw .left_side .logo a img {
        margin-left: -20px
    }

    .page .header .mw .right_side ul {
        display: none
    }

    .page .header .mw .right_side .o_xs_menu {
        display: block
    }

    .page .offset_header {
        padding-top: 80px
    }

    .page .xs_menu {
        display: block
    }

    .page .main .mw {
        padding: 50px 2vh 100px
    }

    .page .main .mw .main_cont .left_side {
        width: 100%
    }

    .page .main .mw .main_cont .left_side .h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .page .main .mw .main_cont .left_side .h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .page .main .mw .main_cont .left_side ul {
        margin-bottom: 20px
    }

    .page .main .mw .main_cont .left_side ul li {
        margin-right: 20px;
        width: auto;
        margin-bottom: 10px;
        font-size: 16px
    }

    .page .main .mw .main_cont .left_side .sale_line {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .mw .main_cont .left_side .sale_line .h5 {
        font-size: 20px;
        line-height: 24px;
        max-width: 100%;
        width: 100%;
        padding-top: 10px
    }

    .page .main .mw .main_cont .right_side {
        width: 100%;
        margin-top: 30px
    }

    .page .main .mw .main_cont .right_side .img {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .main .mw .main_cont .right_side .img img {
        max-width: 700px;
        width: 110%;
        position: relative
    }

    .page .to_the_end_promotion {
        margin-bottom: 100px
    }

    .page .to_the_end_promotion .cloud {
        top: -120px;
        width: 100%;
        height: 300px
    }

    .page .to_the_end_promotion .cloud img {
        width: auto;
        height: 100%
    }

    .page .to_the_end_promotion .leaf1 img {
        max-width: 100px
    }

    .page .to_the_end_promotion .leaf2 img {
        right: -50px;
        bottom: -50px;
        width: 150px
    }

    .page .to_the_end_promotion .mw .cont {
        padding: 40px 15px
    }

    .page .to_the_end_promotion .mw .cont .h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #000;
        text-align: center;
        font-family: AvenirNextBold, sans-serif !important
    }

    .page .to_the_end_promotion .mw .cont .timer {
        margin: 30px 0
    }

    .page .to_the_end_promotion .mw .cont .timer #timer6e2500d3fba06c6eb04a0128d6d163ae .timer-slide-inner span {
        font-family: "Russo One" !important
    }

    .page .to_the_end_promotion .mw .cont .leaf_min1,
    .page .to_the_end_promotion .mw .cont .leaf_min2 {
        display: none
    }

    .page .why_can_not_lose_weight .mw .cont ul li {
        max-width: 330px;
        margin: 20px 0
    }

    .page .why_can_not_lose_weight .mw .cont ul li:after {
        width: 92%;
        left: 4%;
        right: 4%
    }

    .page .why_can_not_lose_weight .mw .cont .h4 {
        padding-top: 20px;
        font-size: 20px;
        line-height: 24px
    }

    .page .m_title {
        padding-bottom: 40px
    }

    .page .m_title .h2 {
        font-size: 30px;
        line-height: 40px
    }

    .page .benefits .mw .cont ul li {
        max-width: 330px;
        margin: 20px 0
    }

    .page .benefits .mw .cont ul li:after {
        width: 92%;
        left: 4%;
        right: 4%
    }

    .page .benefits .mw .cont ul li .h5 {
        font-size: 16px;
        line-height: 20px
    }

    .page .benefits .mw .cont .order_btn {
        margin-top: 30px
    }

    .page .benefits .benefits_bg {
        top: 0;
        height: 600px
    }

    .page .benefits .benefits_bg img {
        width: auto;
        height: 100%
    }

    .page .about {
        margin-top: 20px
    }

    .page .about:after {
        top: 0;
        padding-bottom: 0;
        opacity: .5
    }

    .page .about .mw {
        padding: 5vh 2vh
    }

    .page .about .mw .cont .left_side {
        width: 100%
    }

    .page .about .mw .cont .left_side .desc {
        padding-right: 0
    }

    .page .about .mw .cont .left_side .desc p {
        color: #000
    }

    .page .about .mw .cont .right_side {
        width: 100%;
        margin-top: 20px
    }

    .page .about .mw .cont .right_side .img img {
        position: relative;
        width: 100%;
        right: auto;
        top: auto
    }

    .page .about .leaf3 {
        top: -150px
    }

    .page .about .leaf3 img {
        width: 150px
    }

    .page .about .leaf4 {
        bottom: -60px
    }

    .page .about .leaf4 img {
        width: 160px
    }

    .page .slimming_stages .mw {
        padding: 10vh 2vh
    }

    .page .slimming_stages .mw .cont {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .slimming_stages .mw .cont .left_side {
        width: 100%
    }

    .page .slimming_stages .mw .cont .left_side .img {
        max-width: 600px;
        margin: 0 auto
    }

    .page .slimming_stages .mw .cont .left_side .img img {
        width: 100%
    }

    .page .slimming_stages .mw .cont .right_side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px
    }

    .page .slimming_stages .mw .cont .right_side ul li .num {
        width: 80px;
        min-width: 80px;
        margin-right: 15px
    }

    .page .slimming_stages .mw .cont .right_side ul li .num span {
        font-size: 70px;
        line-height: 70px
    }

    .page .slimming_stages .mw .cont .right_side ul li .h5 {
        font-size: 18px;
        line-height: 22px;
        padding-top: 20px
    }

    .page .slimming_stages .mw .cont .right_side .order_btn {
        margin-top: 30px
    }

    .page .results .leaf img {
        width: 140px
    }

    .page .results .cloud {
        top: 50px
    }

    .page .results .cloud img {
        width: auto;
        height: 300px
    }

    .page .results .mw .m_title .h4 {
        font-size: 20px;
        line-height: 24px
    }

    .page .results .mw .cont ul li {
        margin: 20px 10px
    }

    .page .results .mw .cont ul li .num span {
        font-size: 50px;
        line-height: 60px
    }

    .page .results .mw .cont ul li .h5 {
        font-size: 20px;
        line-height: 24px
    }

    .page .results .mw .tips_losing_weight {
        padding: 25px 30px;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .page .results .mw .tips_losing_weight .icon {
        margin-right: 0;
        margin-bottom: 15px
    }

    .page .results .mw .tips_losing_weight .desc .h5 {
        font-size: 20px
    }

    .page .results .mw .tips_losing_weight .desc p {
        font-size: 16px;
        text-align: center
    }

    .page .reviews .mw {
        padding: 80px 2vh 0
    }

    .page .reviews .mw .m_title .icon {
        width: 60px
    }

    .page .reviews .mw .reviews_slider .review_slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 20px
    }

    .page .reviews .mw .reviews_slider .review_slide .img {
        width: 100px;
        height: 100px;
        min-width: 100px;
        margin-right: 0;
        margin-bottom: 15px
    }

    .page .reviews .mw .reviews_slider .review_slide .desc {
        text-align: center
    }

    .page .reviews .mw .reviews_slider .review_slide .desc p {
        font-size: 16px;
        line-height: 20px
    }

    .page .reviews .mw .reviews_slider .owl-nav .owl-next,
    .page .reviews .mw .reviews_slider .owl-nav .owl-prev {
        font-size: 30px
    }

    .page .how_order .cloud {
        top: -300px
    }

    .page .how_order .cloud img {
        width: auto;
        height: 400px
    }

    .page .how_order .leaf {
        right: -30px;
        width: 160px
    }

    .page .how_order .leaf2 {
        width: 140px
    }

    .page .how_order .mw {
        padding-bottom: 50px
    }

    .page .how_order .mw .cont ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .how_order .mw .cont ul li {
        margin: 20px 10px
    }

    .page .how_order .mw .cont ul li:after {
        right: -10px;
        bottom: -40px;
        margin-top: 0;
        -webkit-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
        transform: rotate(70deg)
    }

    .page .how_order .mw .cont ul li:nth-child(2):after {
        -webkit-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
        transform: rotate(70deg)
    }

    .page .how_order .mw .cont ul li .h5 {
        font-size: 20px;
        line-height: 22px
    }

    .page .how_order .mw .cont .order_btn {
        margin-top: 30px
    }

    .page .order_block .mw .cont .left_side {
        width: 100%
    }

    .page .order_block .mw .cont .left_side .h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .page .order_block .mw .cont .left_side .h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .page .order_block .mw .cont .left_side .sale_line {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .order_block .mw .cont .left_side .sale_line .h5 {
        font-size: 20px;
        line-height: 24px;
        max-width: 100%;
        width: 100%;
        padding-top: 10px
    }

    .page .order_block .mw .cont .right_side {
        width: 100%
    }

    .page .order_block .mw .cont .right_side form {
        padding: 40px 30px
    }

    .page .order_block .mw .cont .right_side form .h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .page .order_block .mw .cont .right_side .img {
        width: 100%;
        position: absolute;
        top: 0;
        right: -50px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center
    }

    .page .order_block .mw .cont .right_side .img img {
        width: 130px
    }

    .page .footer .mw {
        padding: 4vh 2vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .page .footer .mw .left_side p {
        text-align: center
    }

    .page .footer .mw .right_side {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 10px
    }

    .page .footer .mw .right_side a {
        text-align: center
    }
}

@media (min-width:576px) and (max-width:767px) {
    .order_btn {
        font-size: 18px;
        line-height: 20px;
        padding: 15px
    }

    .page .header {
        height: 80px
    }

    .page .header .mw .left_side .logo a {
        width: 200px
    }

    .page .header .mw .left_side .logo a img {
        margin-left: -20px
    }

    .page .header .mw .right_side ul {
        display: none
    }

    .page .header .mw .right_side .o_xs_menu {
        display: block
    }

    .page .offset_header {
        padding-top: 80px
    }

    .page .xs_menu {
        display: block
    }

    .page .main .mw {
        padding: 50px 2vh 100px
    }

    .page .main .mw .main_cont .left_side {
        width: 50%
    }

    .page .main .mw .main_cont .left_side .h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .page .main .mw .main_cont .left_side .h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .page .main .mw .main_cont .left_side ul {
        margin-bottom: 20px
    }

    .page .main .mw .main_cont .left_side ul li {
        margin-right: 20px;
        width: auto;
        margin-bottom: 10px;
        font-size: 16px
    }

    .page .main .mw .main_cont .left_side .sale_line {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .mw .main_cont .left_side .sale_line .h5 {
        font-size: 20px;
        line-height: 24px;
        max-width: 100%;
        width: 100%;
        padding-top: 10px
    }

    .page .main .mw .main_cont .right_side {
        width: 50%
    }

    .page .main .mw .main_cont .right_side .img {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center
    }

    .page .main .mw .main_cont .right_side .img img {
        max-width: 700px;
        width: 150%;
        position: relative
    }

    .page .to_the_end_promotion {
        margin-bottom: 100px
    }

    .page .to_the_end_promotion .cloud {
        top: -120px;
        width: 100%;
        height: 300px
    }

    .page .to_the_end_promotion .cloud img {
        width: auto;
        height: 100%
    }

    .page .to_the_end_promotion .leaf1 img {
        max-width: 100px
    }

    .page .to_the_end_promotion .leaf2 img {
        right: -50px;
        bottom: -50px;
        width: 150px
    }

    .page .to_the_end_promotion .mw .cont {
        padding: 40px 15px
    }

    .page .to_the_end_promotion .mw .cont .h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #000;
        text-align: center;
        font-family: AvenirNextBold, sans-serif !important
    }

    .page .to_the_end_promotion .mw .cont .timer {
        margin: 30px 0
    }

    .page .to_the_end_promotion .mw .cont .timer #timer6e2500d3fba06c6eb04a0128d6d163ae .timer-slide-inner span {
        font-family: "Russo One" !important
    }

    .page .to_the_end_promotion .mw .cont .leaf_min1 img,
    .page .to_the_end_promotion .mw .cont .leaf_min2 img {
        width: 30px
    }

    .page .why_can_not_lose_weight .mw .cont ul li {
        max-width: 330px;
        margin: 20px 5px
    }

    .page .why_can_not_lose_weight .mw .cont ul li:after {
        width: 92%;
        left: 4%;
        right: 4%
    }

    .page .why_can_not_lose_weight .mw .cont .h4 {
        padding-top: 20px;
        font-size: 20px;
        line-height: 24px
    }

    .page .m_title {
        padding-bottom: 40px
    }

    .page .m_title .h2 {
        font-size: 30px;
        line-height: 40px
    }

    .page .benefits .mw .cont ul li {
        max-width: 330px;
        margin: 20px 5px
    }

    .page .benefits .mw .cont ul li:after {
        width: 92%;
        left: 4%;
        right: 4%
    }

    .page .benefits .mw .cont ul li .h5 {
        font-size: 16px;
        line-height: 20px
    }

    .page .benefits .mw .cont .order_btn {
        margin-top: 30px
    }

    .page .benefits .benefits_bg {
        top: 0;
        height: 600px
    }

    .page .benefits .benefits_bg img {
        width: auto;
        height: 100%
    }

    .page .about {
        margin-top: 20px
    }

    .page .about:after {
        top: 0;
        padding-bottom: 0;
        opacity: .5
    }

    .page .about .mw {
        padding: 5vh 2vh
    }

    .page .about .mw .cont .left_side {
        width: 100%
    }

    .page .about .mw .cont .left_side .desc {
        padding-right: 0
    }

    .page .about .mw .cont .left_side .desc p {
        color: #000
    }

    .page .about .mw .cont .right_side {
        width: 100%;
        margin-top: 20px
    }

    .page .about .mw .cont .right_side .img {
        max-width: 600px;
        margin: 0 auto
    }

    .page .about .mw .cont .right_side .img img {
        position: relative;
        width: 100%;
        right: auto;
        top: auto
    }

    .page .about .leaf3 {
        top: -150px
    }

    .page .about .leaf3 img {
        width: 150px
    }

    .page .about .leaf4 {
        bottom: -60px
    }

    .page .about .leaf4 img {
        width: 160px
    }

    .page .slimming_stages .mw {
        padding: 10vh 2vh
    }

    .page .slimming_stages .mw .cont {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .slimming_stages .mw .cont .left_side {
        width: 100%
    }

    .page .slimming_stages .mw .cont .left_side .img {
        max-width: 600px;
        margin: 0 auto
    }

    .page .slimming_stages .mw .cont .left_side .img img {
        width: 100%
    }

    .page .slimming_stages .mw .cont .right_side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px
    }

    .page .slimming_stages .mw .cont .right_side ul li .num {
        width: 80px;
        min-width: 80px;
        margin-right: 15px
    }

    .page .slimming_stages .mw .cont .right_side ul li .num span {
        font-size: 70px;
        line-height: 70px
    }

    .page .slimming_stages .mw .cont .right_side ul li .h5 {
        font-size: 18px;
        line-height: 22px;
        padding-top: 20px
    }

    .page .slimming_stages .mw .cont .right_side .order_btn {
        margin-top: 30px
    }

    .page .results .leaf img {
        width: 140px
    }

    .page .results .cloud {
        top: 50px
    }

    .page .results .cloud img {
        width: auto;
        height: 300px
    }

    .page .results .mw .m_title .h4 {
        font-size: 20px;
        line-height: 24px
    }

    .page .results .mw .cont ul li {
        margin: 20px 10px
    }

    .page .results .mw .cont ul li .num span {
        font-size: 50px;
        line-height: 60px
    }

    .page .results .mw .cont ul li .h5 {
        font-size: 20px;
        line-height: 24px
    }

    .page .results .mw .tips_losing_weight {
        padding: 25px 30px;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .page .results .mw .tips_losing_weight .icon {
        margin-right: 0;
        margin-bottom: 15px
    }

    .page .results .mw .tips_losing_weight .desc .h5 {
        font-size: 20px
    }

    .page .results .mw .tips_losing_weight .desc p {
        font-size: 16px;
        text-align: center
    }

    .page .reviews .mw {
        padding: 80px 2vh 0
    }

    .page .reviews .mw .m_title .icon {
        width: 60px
    }

    .page .reviews .mw .reviews_slider .review_slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 20px
    }

    .page .reviews .mw .reviews_slider .review_slide .img {
        width: 100px;
        height: 100px;
        min-width: 100px;
        margin-right: 0;
        margin-bottom: 15px
    }

    .page .reviews .mw .reviews_slider .review_slide .desc {
        text-align: center
    }

    .page .reviews .mw .reviews_slider .review_slide .desc p {
        font-size: 16px;
        line-height: 20px
    }

    .page .reviews .mw .reviews_slider .owl-nav .owl-next,
    .page .reviews .mw .reviews_slider .owl-nav .owl-prev {
        font-size: 30px
    }

    .page .how_order .cloud {
        top: -300px
    }

    .page .how_order .cloud img {
        width: auto;
        height: 400px
    }

    .page .how_order .leaf {
        right: -30px;
        width: 160px
    }

    .page .how_order .leaf2 {
        width: 140px
    }

    .page .how_order .mw {
        padding-bottom: 50px
    }

    .page .how_order .mw .cont ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .how_order .mw .cont ul li {
        margin: 20px 10px
    }

    .page .how_order .mw .cont ul li:after {
        display: none
    }

    .page .how_order .mw .cont ul li:nth-child(2):after {
        -webkit-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
        transform: rotate(70deg)
    }

    .page .how_order .mw .cont ul li .h5 {
        font-size: 20px;
        line-height: 22px
    }

    .page .how_order .mw .cont .order_btn {
        margin-top: 30px
    }

    .page .order_block .mw .cont .left_side {
        width: 100%
    }

    .page .order_block .mw .cont .left_side .h2 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 20px
    }

    .page .order_block .mw .cont .left_side .h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .page .order_block .mw .cont .left_side .sale_line .h5 {
        font-size: 20px;
        line-height: 24px
    }

    .page .order_block .mw .cont .right_side {
        width: 100%
    }

    .page .order_block .mw .cont .right_side form {
        padding: 40px 30px
    }

    .page .order_block .mw .cont .right_side form .h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .page .order_block .mw .cont .right_side .img {
        width: 100%;
        position: absolute;
        top: 0;
        right: -50px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center
    }

    .page .order_block .mw .cont .right_side .img img {
        width: 160px
    }

    .page .footer .mw {
        padding: 4vh 2vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .page .footer .mw .left_side p {
        text-align: center
    }

    .page .footer .mw .right_side {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 10px
    }

    .page .footer .mw .right_side a {
        text-align: center
    }
}

@media (min-width:768px) and (max-width:991px) {
    .page .header {
        height: 80px
    }

    .page .header .mw .left_side .logo a {
        width: 200px
    }

    .page .header .mw .left_side .logo a img {
        margin-left: -20px
    }

    .page .header .mw .right_side ul li a {
        font-size: 16px
    }

    .page .offset_header {
        padding-top: 80px
    }

    .page .main .mw .main_cont .left_side {
        width: 50%
    }

    .page .main .mw .main_cont .left_side .h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px
    }

    .page .main .mw .main_cont .left_side .h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .page .main .mw .main_cont .left_side ul {
        margin-bottom: 20px
    }

    .page .main .mw .main_cont .left_side ul li {
        margin-right: 20px;
        width: auto;
        margin-bottom: 10px;
        font-size: 16px
    }

    .page .main .mw .main_cont .left_side .sale_line {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .mw .main_cont .left_side .sale_line .h5 {
        font-size: 20px;
        line-height: 24px;
        max-width: 100%;
        width: 100%;
        padding-top: 10px
    }

    .page .main .mw .main_cont .right_side {
        width: 50%
    }

    .page .main .mw .main_cont .right_side .img {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center
    }

    .page .to_the_end_promotion {
        margin-bottom: 100px
    }

    .page .to_the_end_promotion .cloud {
        top: -120px;
        width: 100%;
        height: 500px
    }

    .page .to_the_end_promotion .cloud img {
        width: auto;
        height: 100%
    }

    .page .to_the_end_promotion .leaf1 img {
        max-width: 100px
    }

    .page .to_the_end_promotion .leaf2 img {
        right: -50px;
        bottom: -50px;
        width: 150px
    }

    .page .to_the_end_promotion .mw .cont {
        padding: 40px 20px
    }

    .page .to_the_end_promotion .mw .cont .h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #000;
        text-align: center;
        font-family: AvenirNextBold, sans-serif !important
    }

    .page .to_the_end_promotion .mw .cont .timer {
        margin: 30px 0
    }

    .page .to_the_end_promotion .mw .cont .timer #timer6e2500d3fba06c6eb04a0128d6d163ae .timer-slide-inner span {
        font-family: "Russo One" !important
    }

    .page .benefits .benefits_bg {
        top: 0;
        height: 1000px
    }

    .page .benefits .benefits_bg img {
        width: auto;
        height: 100%
    }

    .page .about .mw {
        padding: 5vh 2vh
    }

    .page .about .mw .cont .left_side .desc {
        padding-right: 0
    }

    .page .about .mw .cont .left_side .desc p {
        color: #000
    }

    .page .about .mw .cont .right_side .img img {
        width: 140%;
        top: auto
    }

    .page .about .leaf3 {
        top: -150px
    }

    .page .about .leaf3 img {
        width: 150px
    }

    .page .about .leaf4 {
        bottom: -60px
    }

    .page .about .leaf4 img {
        width: 160px
    }

    .page .slimming_stages .mw {
        padding: 10vh 2vh
    }

    .page .slimming_stages .mw .cont .left_side .img img {
        width: 500px
    }

    .page .slimming_stages .mw .cont .right_side ul li .num {
        width: 80px;
        min-width: 80px;
        margin-right: 15px
    }

    .page .slimming_stages .mw .cont .right_side ul li .num span {
        font-size: 70px;
        line-height: 70px
    }

    .page .slimming_stages .mw .cont .right_side ul li .h5 {
        font-size: 18px;
        line-height: 22px;
        padding-top: 20px
    }

    .page .slimming_stages .mw .cont .right_side .order_btn {
        margin-top: 30px
    }

    .page .results .leaf img {
        width: 140px
    }

    .page .results .cloud {
        top: 50px
    }

    .page .results .cloud img {
        width: auto;
        height: 500px
    }

    .page .results .mw .m_title {
        max-width: 600px;
        margin: 0 auto
    }

    .page .results .mw .m_title .h4 {
        font-size: 20px;
        line-height: 24px
    }

    .page .results .mw .cont ul li {
        margin: 20px 1%;
        width: 31%
    }

    .page .results .mw .cont ul li .num span {
        font-size: 50px;
        line-height: 60px
    }

    .page .results .mw .cont ul li .h5 {
        font-size: 20px;
        line-height: 24px
    }

    .page .how_order .cloud {
        top: -300px
    }

    .page .how_order .cloud img {
        width: auto;
        height: 400px
    }

    .page .how_order .leaf {
        right: -30px;
        width: 160px
    }

    .page .how_order .leaf2 {
        width: 140px
    }

    .page .how_order .mw {
        padding-bottom: 50px
    }

    .page .how_order .mw .cont ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .how_order .mw .cont ul li {
        margin: 20px 10px
    }

    .page .how_order .mw .cont ul li:after {
        display: none
    }

    .page .how_order .mw .cont ul li:nth-child(2):after {
        -webkit-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
        transform: rotate(70deg)
    }

    .page .how_order .mw .cont ul li .h5 {
        font-size: 20px;
        line-height: 22px
    }

    .page .how_order .mw .cont .order_btn {
        margin-top: 30px
    }

    .page .order_block .mw .cont .left_side .h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .page .order_block .mw .cont .left_side .h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .page .order_block .mw .cont .left_side .sale_line {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .order_block .mw .cont .left_side .sale_line .h5 {
        font-size: 20px;
        line-height: 24px;
        max-width: 100%;
        width: 100%;
        padding-top: 10px
    }

    .page .order_block .mw .cont .right_side {
        padding-left: 20px
    }

    .page .order_block .mw .cont .right_side form {
        padding: 40px 30px
    }

    .page .order_block .mw .cont .right_side form .h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .page .order_block .mw .cont .right_side .img {
        width: 100%;
        position: absolute;
        top: 0;
        right: -50px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center
    }

    .page .order_block .mw .cont .right_side .img img {
        width: 130px
    }
}



.el-timer{
    width: 300px;
}


.cpu{
    padding: 10px 0;
    text-align: center;
    }
    .cpu img{
    display:block;
    margin: 0 auto;
    width: auto;
    }
    .cpu a{
    display: inline-block;
    margin: 5px;
    color: #333;
    font-size: 14px;
    }
    