@font-face {
    font-family: Segoe UI Regular;
    src: url(../fonts/SegoeUI.aee77b7d.woff)format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SegoeUI-SemiBold;
    src: url(../fonts/SegoeUI-SemiBold.5786e51b.woff)format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Bold;
    src: url(../fonts/SegoeUI-Bold.612d528a.woff)format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Bold Italic;
    src: url(../fonts/SegoeUI-BoldItalic.0f8795a2.woff)format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Black;
    src: url(../fonts/seguibl.35698ec9.woff)format("woff");
    font-weight: 400;
    font-style: normal
}

* {
    box-sizing: border-box
}

body {
    color: #000;
    letter-spacing: .4px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    font-family: Segoe UI Regular;
    font-size: 18px;
    position: relative
}

ul {
    padding: 0;
    list-style: none
}

h1,
h2 {
    font-family: Segoe UI Black;
    font-weight: inherit;
    text-transform: uppercase;
    margin: 0;
    font-size: 52px
}

h1 span {
    color: #090
}

h2 {
    font-size: 46px;
    font-weight: inherit;
    line-height: 1.2
}

h2 span {
    color: #090
}

a {
    color: #fff;
    text-decoration: none
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.wrapper_flex {
    display: flex
}

.block1 {
    background: url(../images/b1_bg.148f3097.webp) top/cover no-repeat;
    height: 945px;
    padding: 40px 0;
    position: relative
}

.block9 {
    background: url(../images/b9_bg.641a4b38.webp) 64% 0/cover no-repeat;
    height: 990px;
    padding: 40px 0;
    position: relative
}

.b1_list {
    max-width: 600px;
    line-height: 1.3
}

.b1_list header h3 {
    text-transform: uppercase;
    font-family: Segoe UI Black;
    font-size: 20px;
    font-weight: inherit;
    border: 3px solid #bdbdbd;
    margin: 0 0 35px;
    padding: 5px 10px;
    display: inline-block
}

.b1_list header p {
    letter-spacing: 7px;
    font-family: Segoe UI Bold;
    font-size: 22px
}

.block9 .b1_list header p {
    text-transform: uppercase
}

.b1_list header p span {
    color: #090
}

.b1_list ul {
    max-width: 300px;
    margin: 60px 0;
    padding-left: 50px
}

.b1_list ul li {
    margin-bottom: 40px;
    font-family: SegoeUI-SemiBold;
    font-size: 20px;
    position: relative
}

.b1_list ul li:before {
    content: "";
    background: url(../images/check.121f4d50.webp) no-repeat;
    width: 40px;
    height: 35px;
    position: absolute;
    top: 10px;
    left: -48px
}

.block1 .wrapper_flex,
.block9 .wrapper_flex {
    z-index: 1;
    background: #e4e1d8;
    border-radius: 5px;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    position: absolute;
    bottom: -385px
}

.b1_price_timer {
    width: 50%;
    padding: 15px 0 70px 60px;
    position: relative
}

.b1_price p {
    display: inline-block
}

.b1_price_old {
    text-transform: uppercase;
    width: 29%;
    font-family: SegoeUI-SemiBold;
    font-size: 19px;
    /* text-decoration: line-through */
}

.b1_price_new {
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(90deg, #409756 0%, #1d6822 34%, #69c07f 57%, #1f4829 100%);
    width: 60%;
    padding: 10px 0 10px 45px;
    font-family: Segoe UI Bold;
    font-size: 20px;
    line-height: 1.1;
    position: relative
}

.b1_price_new:before {
    content: "";
    border: 45px solid #0000;
    border-bottom: 25px solid #e4e1d8;
    position: absolute;
    top: 9px;
    left: -12px;
    transform: rotate(90deg)
}

.b1_price_new span {
    font-family: Segoe UI Bold Italic;
    font-size: 43px
}

.b1_timer p {
    letter-spacing: 5px;
    margin-bottom: 8px;
    font-family: Segoe UI Bold;
    font-size: 15px
}

.timerSH span {
    font-family: Segoe UI Bold
}

.hoursSH,
.minutesSH,
.secondsSH {
    text-align: center;
    border: 5px solid #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 86px;
    padding: 0 0 4px;
    font-size: 48px;
    display: inline-block;
    position: relative
}

.dotTimer {
    margin: 0 10px;
    font-size: 35px;
    position: relative;
    top: -7px
}

.hoursSH:before,
.minutesSH:before,
.secondsSH:before {
    content: "";
    color: #000;
    text-transform: uppercase;
    font-family: SegoeUI-SemiBold;
    font-size: 12px;
    position: absolute;
    top: 77px;
    left: 17px
}

.product_pic {
    width: 200px;
    position: absolute;
    top: -260px;
    right: -140px
}

.b1_form {
    background: #dad4c6;
    width: 100%;
    max-width: 435px;
    padding: 28px 50px 15px
}

.block9 .b1_form {
    background: #090
}

.form_item {
    text-align: center
}

form input,
form select {
    text-indent: 22px;
    border: 1px solid #e1dcda;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    font-size: 16px
}

.btn {
    color: #fff;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #51c148;
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 15px 0;
    font-family: Segoe UI Bold;
    font-size: 23px
}

.block9 .btn {
    color: #000;
    background: #f3e334
}

.btn:hover {
    background: #409756
}

.block9 .btn:hover {
    background: #c7b700
}

.form_item p {
    font-size: 15px
}

.block2 {
    background: #f6f8f9;
    padding: 280px 0 38px;
    position: relative;
    overflow: hidden
}

.b2_img {
    z-index: 0;
    position: absolute;
    top: -13%
}

.b2_text {
    margin: 0 0 0 590px
}

.b2_text p {
    font-size: 20px
}

.b2_important {
    font-family: Segoe UI Bold;
    font-weight: inherit;
    color: #f9064a;
    background: #fff;
    border-radius: 5px;
    padding: 15px 15px 15px 100px;
    position: relative;
    box-shadow: 0 1px 10px #323232bf
}

.b2_important:before {
    content: "";
    background: url(../images/guts.f74c7398.webp) no-repeat;
    width: 60px;
    height: 65px;
    position: absolute;
    top: 28px;
    left: 22px
}

.block3 {
    background: url(../images/b3_bg.3a566876.webp) 50%/cover no-repeat;
    padding: 40px 0
}

.block3 h2 {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 45px
}

.b3_product {
    z-index: 1;
    max-width: 160px;
    position: absolute;
    top: 21%;
    left: 44%
}

.block3 .wrapper_flex {
    justify-content: space-between
}

.b3_list {
    width: 50%
}

.b3_list ul li {
    background: #e5f1f4;
    align-items: center;
    height: 100px;
    margin-bottom: 15px;
    display: flex;
    position: relative
}

.b3_list ul li:first-child {
    color: #fff;
    font-family: Segoe UI Bold
}

.b3_list ul li:first-child:before {
    background: url(../images/arrow.13e1a043.webp) no-repeat;
    width: 35px;
    height: 35px
}

.b3_list1 ul li:first-child {
    background: linear-gradient(90deg, #0b8a60 0%, #0a7a55 51%, #021d14 100%)
}

.b3_list1 ul li:first-child:before {
    top: 34px;
    left: 22px
}

.b3_list2 ul li:first-child {
    background: linear-gradient(90deg, #021d14 0%, #0a7a55 51%, #0b8a60 98%)
}

.b3_list2 ul li:first-child:before {
    top: 33px
}

.b3_list ul li span {
    max-width: 275px;
    font-family: SegoeUI-SemiBold;
    display: inline-block
}

.b3_list1 ul li {
    padding-left: 70px
}

.b3_list2 ul li {
    text-align: right;
    justify-content: flex-end;
    padding: 0 70px 0 15px
}

.b3_list ul li:before {
    content: "";
    background: url(../images/arrow2.55121c9d.webp) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 40px;
    left: 22px
}

.b3_list2 ul li:before {
    top: 37px;
    left: auto;
    right: 22px;
    transform: rotate(180deg)
}

.block4 {
    background: url(../images/b4_bg.193edb94.webp) 50%/cover no-repeat;
    padding: 40px 0;
    position: relative;
    overflow: hidden
}

.b4_img {
    z-index: 0;
    position: absolute;
    top: -8%;
    left: 32%
}

.b4_text {
    max-width: 550px
}

.b4_text h2 {
    margin-bottom: 35px
}

.b4_text p {
    font-size: 20px
}

.b4_text ul {
    justify-content: space-between;
    margin-top: 40px
}

.b4_text ul li {
    text-align: center;
    background: #fff;
    max-width: 155px;
    padding: 90px 10px 15px;
    font-family: SegoeUI-SemiBold;
    position: relative
}

.b4_text ul li:before {
    content: "";
    background: url(../images/check2.ba54563d.webp) no-repeat;
    width: 70px;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 48px
}

.block5 {
    background: url(../images/b5_bg.3f2dc345.webp) 50%/cover no-repeat;
    padding: 40px 0
}

.block5 h2 {
    text-align: center
}

.block5 .wrapper>h3 {
    font-family: Segoe UI Bold;
    font-weight: inherit;
    text-align: center;
    max-width: 770px;
    margin: 30px auto 45px
}

.ingr {
    border: 2px solid #f8cccf;
    max-width: 350px;
    margin: 0 auto;
    padding: 0 0 20px
}

.ingredients div img {
    margin: 15px auto 0;
    display: block
}

.ingredients div>h3 {
    font-family: Segoe UI Bold;
    font-weight: inherit;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    padding: 0 35px;
    font-size: 20px
}

.ingredients div>p {
    margin-bottom: 0;
    padding: 0 35px
}

.block6 {
    background: url(../images/b6_bg.557816eb.webp) 50%/cover no-repeat;
    padding: 40px 0;
    position: relative;
    overflow: hidden
}

.block6 h2 {
    margin-bottom: 20px
}

.b6_doctor_pic_mob {
    display: none
}

.b6_doctor_pic {
    position: absolute;
    top: -5%;
    right: 3%
}

.b6_doctor_opinion {
    border: 12px solid #fff;
    max-width: 560px;
    padding: 0 30px 15px
}

.b6_doctor_sign {
    align-self: center;
    max-width: 115px;
    margin-left: 30px;
    position: relative
}

.b6_doctor_sign:after {
    content: "";
    background: url(../images/doctor_sign.8a8183ed.webp) no-repeat;
    width: 130px;
    height: 115px;
    position: absolute;
    top: 105%;
    left: -30%
}

.b6_doctor_opinion p:first-child {
    color: #172c97;
    font-size: 21px
}

.b6_doctor_sign p {
    font-size: 14px;
    font-style: italic
}

.b6_doctor_sign p span {
    color: #172c97;
    font-family: Segoe UI Bold;
    font-size: 24px;
    font-style: normal
}

.block7 {
    background: url(../images/b7_bg.bd5e1659.webp) 50%/cover no-repeat;
    padding: 40px 0
}

.block7 h2 {
    text-align: center;
    margin: 0 0 35px
}

.b7_plus {
    flex-wrap: wrap
}

.b7_plus1 {
    justify-content: space-around;
    margin-bottom: 40px
}

.b7_plus2 {
    justify-content: center;
    margin-bottom: 30px
}

.b7_plus div {
    max-width: 390px;
    padding-left: 125px;
    position: relative
}

.b7_plus div h3 {
    font-family: Segoe UI Bold;
    font-weight: inherit;
    color: #090;
    text-transform: uppercase;
    font-size: 22px
}

.b7_plus div img {
    position: absolute;
    left: -25px
}

.b7_plus2 div:first-child {
    margin-right: 60px
}

.b7_plus div p {
    max-width: 210px
}

.b7_note {
    color: #787776;
    font-size: 13px
}

.block8 {
    background: url(../images/b8_bg.d040a400.webp) 50% no-repeat;
    padding: 40px 0
}

.block8 h2 {
    text-align: center;
    margin-bottom: 60px
}

.reviews {
    justify-content: space-between
}

.reviews div {
    border: 2px solid #f8cccf;
    margin: 15px;
    padding: 30px;
    position: relative
}

.reviews div img {
    position: absolute
}

.reviews div h4 {
    font-family: Segoe UI Bold;
    font-weight: inherit;
    margin: 0 0 25px;
    padding-left: 70px;
    font-size: 20px
}

.reviews div h4 span {
    font-family: Segoe UI Regular;
    font-weight: 100;
    display: block
}

footer {
    color: #b2b2b2;
    text-align: center;
    width: 100%;
    margin-top: 80px;
    font-size: 15px
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate(0, 0)
}

.slick-track {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0
}

.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    content: "";
    clear: both;
    display: table
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid #0000;
    height: auto;
    display: block
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev,
.slick-next {
    cursor: pointer;
    color: #0000;
    background: 0 0;
    border: none;
    outline: none;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #0000;
    background: 0 0;
    outline: none
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 40px;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: -55%
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "";
    background: url(../images/prev.a5ee3bc2.webp) no-repeat;
    left: 15px
}

[dir=rtl] .slick-prev:before {
    content: "";
    background: url(../images/next.168c067f.webp) no-repeat
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "";
    background: url(../images/next.168c067f.webp) no-repeat;
    left: -10px
}

[dir=rtl] .slick-next:before {
    content: "";
    background: url(../images/prev.a5ee3bc2.webp) no-repeat
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
    bottom: -40px
}

.slick-dots li {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    position: relative
}

.slick-dots li button {
    cursor: pointer;
    color: #0000;
    background: 0 0;
    border: 0;
    outline: none;
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 0;
    line-height: 0;
    display: block
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    content: "•";
    text-align: center;
    opacity: .25;
    color: #8dde6e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 70px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #2f880e
}

@media (width<=1250px) {
    .wrapper {
        max-width: 1000px;
        padding: 0 20px
    }

    .block1 {
        background-position: 60% 0;
        background-size: auto;
        height: auto
    }

    .block9 {
        background-position: 57% 16%;
        background-size: auto;
        height: auto
    }

    h1 {
        font-size: 45px
    }

    .b1_list ul {
        margin: 45px 0 60px
    }

    .block1 .wrapper_flex,
    .block9 .wrapper_flex {
        position: static
    }

    .product_pic {
        width: 40%;
        position: absolute;
        top: -349px;
        right: -60px
    }

    .block2 {
        padding: 40px 0
    }

    .b2_img {
        left: 27%
    }

    .b2_img img {
        opacity: .3;
        width: 84%
    }

    .b2_text {
        margin: 0
    }

    .b3_list ul li span {
        max-width: 235px
    }

    .b2_text h2 {
        text-align: center;
        position: relative
    }

    .b2_text h2 br {
        display: none
    }

    .b2_text p {
        font-weight: 700;
        position: relative
    }

    .b2_important:before {
        top: 14px
    }

    .b3_product {
        width: 38%;
        top: 28%;
        left: 42%
    }

    .b4_img {
        top: 6%;
        left: 24%
    }

    .b4_img img {
        opacity: .4;
        width: 130%
    }

    .b4_text {
        z-index: 1;
        position: relative
    }

    .b4_text p {
        font-weight: 700
    }

    .ingr {
        text-align: center;
        max-width: 75%
    }

    .b6_doctor_pic {
        width: 50%;
        top: -2%;
        right: -1%
    }

    .b6_doctor {
        display: block
    }

    .b6_doctor_sign {
        max-width: 40%
    }

    .b6_doctor_sign:after {
        top: -30%;
        left: 93%
    }

    footer {
        margin-top: 0
    }
}

@media (width<=999px) {
    .wrapper {
        max-width: 769px
    }

    h2 {
        text-align: center
    }

    .block1,
    .block9 {
        background: #f3efec
    }

    .block1 .wrapper_flex,
    .block9 .wrapper_flex {
        display: block
    }

    .b1_list {
        text-align: center;
        max-width: 100%
    }

    .product_pic {
        width: 22%;
        top: -108%;
        right: 0%
    }

    .b1_list ul {
        text-align: left;
        max-width: 390px;
        margin: 90px 0
    }

    .b1_price_timer {
        text-align: center;
        width: 100%;
        padding: 15px 15px 50px
    }

    .b1_price_new {
        width: auto;
        padding: 10px 10px 10px 45px
    }

    .b1_form {
        margin: 0 auto
    }

    .b2_important:before {
        top: 30px
    }

    .block3 .wrapper_flex {
        display: block
    }

    .b3_list {
        width: 100%
    }

    .b3_list ul li {
        font-size: 22px
    }

    .b3_list ul li span {
        max-width: 100%
    }

    .b3_product {
        width: 50%;
        margin: 20px auto;
        display: block;
        position: static
    }

    .b4_text {
        max-width: 100%
    }

    .b4_text ul {
        justify-content: space-around
    }

    .b4_img,
    .b6_doctor_pic {
        display: none
    }

    .b6_doctor_pic_mob {
        float: right;
        width: 40%;
        padding: 10px 0 15px 25px;
        display: block
    }

    .b6_doctor_opinion {
        max-width: 100%;
        padding: 0 20px 15px
    }

    .b7_plus {
        display: block
    }

    .b7_plus div {
        max-width: 100%;
        margin-bottom: 70px
    }

    .b7_plus2 div:last-child {
        margin-bottom: 0
    }

    .b7_plus div p {
        max-width: 100%
    }

    .b7_plus div img {
        top: -15%
    }

    .reviews {
        display: block
    }

    .block8 h2 {
        margin-bottom: 45px
    }
}

@media (width<=768px) {
    .wrapper {
        max-width: 600px
    }

    .product_pic {
        width: 25%;
        top: -106%;
        right: 0
    }

    .b6_doctor_sign {
        max-width: 50%
    }

    .b6_doctor_sign:after {
        top: -5%;
        left: 130%
    }
}

@media (width<=599px) {
    .wrapper {
        max-width: 400px
    }

    h1,
    h2 {
        font-size: 33px
    }

    body>div {
        padding: 25px 0 !important
    }

    .b1_list header p,
    .block9 .b1_list header p {
        letter-spacing: 2px;
        font-size: 19px
    }

    .b1_list ul {
        max-width: 100%;
        margin: 45px 0
    }

    .b1_price p {
        display: block
    }

    .b1_price_old {
        width: 100%;
        margin: 10px 0;
    }

    .b1_timer p {
        letter-spacing: 2px
    }

    .hoursSH,
    .minutesSH,
    .secondsSH {
        width: 20%;
        padding: 0 0 3px;
        font-size: 39px
    }

    .hoursSH:before,
    .minutesSH:before {
        font-size: 11px;
        top: 65px;
        left: 9px
    }

    .secondsSH:before {
        font-size: 11px;
        top: 65px;
        left: 8px
    }

    .product_pic {
        width: 50%;
        margin: 80px auto 0;
        display: block;
        position: static
    }

    .b1_price_timer {
        padding: 15px 15px 35px
    }

    .b1_form {
        padding: 28px 20px 15px
    }

    .b2_img {
        display: none
    }

    .b2_important {
        padding: 15px 15px 15px 70px
    }

    .b2_important:before {
        background-size: contain;
        width: 40px;
        height: 50px;
        top: 25px;
        left: 10px
    }

    .b3_list1 ul li {
        height: auto;
        padding: 15px 10px 20px 70px
    }

    .b3_list2 ul li {
        height: auto;
        padding: 15px 70px 20px 10px
    }

    .b3_product {
        width: 82%
    }

    .b3_list ul li:before {
        top: 50px
    }

    .b3_list1 ul li:first-child:before {
        top: 43px
    }

    .b3_list2 ul li:first-child:before {
        top: 45px
    }

    .b3_list2 ul li:before {
        top: 47px
    }

    .b4_text ul {
        display: block
    }

    .b4_text ul li {
        max-width: 250px;
        margin: 0 auto 20px
    }

    .b4_text ul li:before {
        left: 91px
    }

    .ingr {
        max-width: 100%
    }

    .b6_doctor_sign:after {
        left: 115%
    }

    .b7_plus div {
        margin-bottom: 35px;
        padding-left: 0;
        position: relative
    }

    .b7_plus div img {
        margin: 0 auto -28px;
        display: block;
        position: static
    }

    .b7_plus div h3 {
        text-align: center;
        font-size: 20px
    }

    .b7_plus div p {
        text-align: center
    }

    .b7_plus2 div:first-child {
        margin-right: 0
    }
}

@media (width<=399px) {
    .wrapper {
        max-width: 320px;
        padding: 0 10px
    }

    h1 {
        font-size: 8.5vw
    }

    h2 {
        font-size: 8vw
    }

    .b1_list header p,
    .block9 .b1_list header p,
    .b1_list ul li,
    .b2_text p,
    .b3_list ul li,
    .b4_text p,
    .block5 .wrapper>h3,
    .b7_plus div h3 {
        font-size: 6vw
    }

    .b1_list ul li {
        margin-bottom: 30px
    }

    .b1_price_new,
    .b4_text ul li,
    .b6_doctor_opinion,
    .b7_plus div p {
        font-size: 5vw
    }

    .b1_price_new span {
        font-size: 11vw
    }

    .b1_timer p {
        font-size: 4vw
    }

    .dotTimer {
        font-size: 23px;
        top: -2px
    }

    .hoursSH,
    .minutesSH,
    .secondsSH {
        font-size: 25px
    }

    .hoursSH:before,
    .minutesSH:before,
    .secondsSH:before {
        font-size: 9px;
        top: 44px;
        left: 3px
    }

    .product_pic {
        width: 65%;
        margin: 55px auto 0
    }

    .btn {
        font-size: 5.5vw
    }

    .b3_product {
        width: 100%
    }

    .ingr {
        border: 0
    }

    .block5 .wrapper>h3 {
        margin: 30px auto
    }

    .ingredients div>h3,
    .ingredients div>p {
        padding: 0
    }

    .b6_doctor_pic_mob {
        float: none;
        width: 70%;
        margin: 0 auto;
        padding: 10px 10px 0
    }

    .b6_doctor_sign:after {
        left: 86%
    }

    .reviews div {
        margin: 5px 0 15px;
        padding: 30px 15px 15px;
        font-size: 6vw
    }
}