*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

footer, article, aside, nav, section {
    display: block;
}

html {
    width: 100%;
}

body {
    font-size: 18px;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #000;
    background:  #fff;
    font-weight: 400;
    width: 100%;
}


.d-mobile, .d-middle {
    display: none !important;
}

.clearfix {
    clear: both;
}

.container {
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 25px;
}

.img-responsive {
    max-width: 100%;
}

.d-center {
    display: block;
    margin: 0 auto 40px;
}

.wrapper {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}
svg
{
    display: inline-block;
    vertical-align: middle;
}
svg path {
    /*stroke:inherit;*/
    /*stroke-width:inherit;*/
    /*fill:inherit;*/
}
.b-title
{
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
}
.b-subtitle
{
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
}
.m-green
{
    color: #4a970a;
}
.m-red
{
    color: #eb3d35;
}
.m-white
{
    color: #fff;
}
section
{
    position: relative;
}
.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.parallax .parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.parallax .parallax-layer img
{
    position: absolute;
}
.s-top
{
    background: #ececee url("../images/top_bg.jpg") no-repeat center top;
    padding: 50px 0 0;
    z-index: 20;
}
.b-top
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.b-sale
{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 57px -25px 20px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 2px 0;
}
.b-sale>div
{
    position: relative;
    z-index: 5;
    background: rgba(255,255,255,.75);
    width: 195px;
    padding: 3px 0;
}
.b-sale span
{
    display: block;
    letter-spacing: -1px;
    margin-left: -25px;
}
.b-sale img
{
    margin-right: -45px;
    margin-top: -8px;
}
.b-sale:after
{
    content: "";
    position: absolute;
    width: 172px;
    height: 172px;
    border: 2px solid transparent;
    -o-border-image: -o-linear-gradient(left, #50ac13, #ffde00);
    border-image: -webkit-gradient(linear, left top, right top, from(#50ac13), to(#ffde00));
    border-image: linear-gradient(to right, #50ac13, #ffde00);
    border-image-slice: 1;
    -webkit-box-shadow: 0 6px 4px rgba(103,125,91,.75);
    box-shadow: 0 6px 4px rgba(103,125,91,.75);
    top: -9px;
    left: 12px;
    z-index: 1;
}
.b-bottom
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-actions
{

    font-weight: bold;
    list-style: none;
}
.b-actions li
{
    position: relative;
    padding-right: 20px;
    margin-bottom: 25px;
    text-shadow: 0 0 4px #fff;
}
.b-actions li:before
{
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: -webkit-gradient(linear, left bottom, right top, from(#50ac13), to(#ffde00));
    background: -o-linear-gradient(bottom left, #50ac13, #ffde00);
    background: linear-gradient(to top right, #50ac13, #ffde00);
    -webkit-box-shadow: 0 3px 9px rgba(103,125,91,.31);
    box-shadow: 0 3px 9px rgba(103,125,91,.31);
    border-radius: 2px;
}
.top-left
{
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    position: relative;
    max-width: 420px;
    z-index: 10;
}
.prod-top
{
    position: relative;
    margin: -10px -18% 0 0%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 0;
    z-index: 0;
}
.prod-top picture:first-child
{
    position: relative;
    z-index: 10;
}
.top-bottle
{
    position: absolute;
    -webkit-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    transform: rotate(33deg);
    top: 4px;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    z-index: 0;
    left: -99px;
}
.img-device
{
    position: absolute;
    bottom: -30px;
    left: -197px;
}
.b-form
{
    position: relative;
    max-width: 310px;
    vertical-align: top;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    z-index: 20;
    margin-top: 65px;
}
.b-prices
{
    text-align: center;
    margin-bottom: 15px;
}
.b-prices>div
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.old-price
{
    font-size: 24px;
    font-weight: 700;
    text-decoration: line-through;
}
.new-price
{
    color: #eb3d35;
    font-weight: 900;
    font-size: 38px;
}
.input-field
{
    font-family: inherit;
    font-size: 16px;
    background-color: rgba(255,255,255,.57);
    border: 1px solid #fff;
    display: block;
    padding: 18px 30px;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 30px;
    outline: none;
}
select {
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
select::-ms-expand {
    display: none;
}
.btn
{

    color: #fff;
    border: none;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    padding: 15px;
    border-radius: 55px;
    -webkit-box-shadow: 0 18px 51px rgba(103,125,91,.51);
    box-shadow: 0 18px 51px rgba(103,125,91,.51);
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn span
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 26px 55px;
    border-radius: 40px;
    background: -webkit-gradient(linear, left top, right top, from(#50ac13), to(#ffde00));
    background: -o-linear-gradient(left, #50ac13, #ffde00);
    background: linear-gradient(to right, #50ac13, #ffde00);
    -webkit-box-shadow: 0 18px 54px rgba(103,125,91,.75);
    box-shadow: 0 18px 54px rgba(103,125,91,.75);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn:hover
{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:hover span
{
    background: -webkit-gradient(linear, left top, right top, from(#ffde00), to(#50ac13));
    background: -o-linear-gradient(left, #ffde00, #50ac13);
    background: linear-gradient(to right, #ffde00, #50ac13);
}
.b-form .btn
{
    margin-top: 15px;
    display: block;
    width: 100%;
}
.b-form .btn span
{
    padding: 0 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
}
.leaf-1
{
    right: 50%;
    margin-right: 575px;
    top: -85px;
}
.leaf-3
{
    right: 50%;
    margin-right: 162px;
    bottom: 30px;
}
.leaf-2
{
    right: 50%;
    margin-right: 305px;
    bottom: -105px;
}
.s-symptoms
{
    background: #7d847c;
    padding: 120px 0 0;
    color: #fff;
}
.b-statistic
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.b-statistic>div
{
    background: #e2dfd8 -webkit-gradient(linear, left top, right bottom, from(transparent), to(rgba(0,0,0,.15)));
    background: #e2dfd8 -o-linear-gradient(top left, transparent, rgba(0,0,0,.15));
    background: #e2dfd8 linear-gradient(to bottom right, transparent, rgba(0,0,0,.15));;
    margin: 0 1px;

}
.b-statistic>div:first-child
{
    border-radius: 20px 0 0 20px;
    width: 30.5%;
}
.b-statistic>div:first-child img
{
    border-radius: 20px 0 0 0;
}
.b-statistic>div:nth-child(2)
{
    width: 38.5%;
}
.b-statistic>div:last-child
{
    border-radius: 0 20px 20px 0;
    width: 30.5%;
}
.b-statistic>div:last-child img
{
    border-radius: 0 20px 0 0;
}
.b-statistic>div p
{
    color: #000;
}
.stat-inner>div
{
    font-weight: 900;
}
.stat-inner
{
    padding: 0 25px 5px;
    margin-top: -130px;
}
.stat-inner .m-white
{
    font-size: 36px;
    color: rgba(255,255,255,.45);
    margin: 0 0 -59px -17px;
    letter-spacing: -0.05em
}
.stat-inner .m-white span
{
    font-size: 56px;
}
.stat-inner .m-red
{
    font-size: 30px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.stat-inner .m-red span
{
    font-size: 48px;
}
.symptoms-inner
{
    position: relative;
    padding: 50px 0 150px;
}
.symptoms-inner .b-title
{
    max-width: 44%;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: -10px;
    vertical-align: bottom;
}
.img-measuring
{
    position: absolute;
    left: -27%;
    bottom: 15px;
    z-index: 0;
}
.b-symptoms
{
    background: rgba(81,87,80,.86);
    display: inline-block;
    max-width: 534px;
    padding: 25px 20px 25px 25px;
    position: relative;
    width: 53%;
    z-index: 20;
}
.b-symptom
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}
.b-symptom span
{

}
.b-symptom span:first-child
{
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.18);
    border: 1px solid #eb3d35;
    border-radius: 3px;
    text-align: center;
    margin-right: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.s-short
{
    background: url("../images/short_bg.png") no-repeat center top;
    padding: 0 0 380px;
    z-index: 14;
}
.s-short .container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.s-short .text-right
{
    font-size: 29px;
    font-weight: 700;
    min-width: 32%;
    color: #434553;
}
.s-short .img-prod
{
    margin: -6% -4% auto 2%;
    max-width: 34%;
}
.s-short .b-title
{
    line-height: 0.9;
    margin-top: -10px;
}
.leaf-4
{
    left: 50%;
    top: -220px;
    margin-left: 340px;
}
.s-steps
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(45%, #f5f8fb));
    background: -o-linear-gradient(top, transparent 30%, #f5f8fb 45%);
    background: linear-gradient(to bottom, transparent 30%, #f5f8fb 45%);
    margin-top: -195px;
    padding-bottom: 118px;
}
.h1
{
    font-weight: 700;
    font-size: 75px;
    color: #434553;
    white-space: nowrap;
}
.prod-title
{
    font-size: 171px;
    font-weight: 900;
    color: #4a970a;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    line-height: 0.8;
}
.img-woman
{
    float: right;
    margin: 0% -15% -62% -34%;
    position: relative;
}
/*.img-woman img:last-child*/
/*{*/
/*position: absolute;*/
/*bottom: 59px;*/
/*left: 61%;*/
/*max-width: 60px;*/
/*}*/
.b-steps
{
    margin-top: 130px;
}
.title-step
{
    font-size: 72px;
    font-weight: 900;
    margin-top: 45px;
}
.subtitle-step
{
    color: #434553;
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 50px;
}
.b-step
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.b-step:nth-child(odd) .title-step, .b-step:nth-child(odd) .subtitle-step
{
    margin-left: -115px;
}
.b-step:last-child img
{
    margin-right: 55px;
}
.b-step:nth-child(odd) .subtitle-step
{

    background: url(../images/arrow.png) no-repeat left bottom / 100% auto;

}
/* .b-step:first-child:before */
/* { */
    /* content: ""; */
    /* background: url("../img/arrow3.png"); */
    /* width: 248px; */
    /* height: 575px; */
    /* position: absolute; */
    /* left: 10%; */
    /* top: 13.5%; */
/* } */
/* .b-step:nth-child(2):before */
/* { */
    /* content: ""; */
    /* background: url("../img/arrow4.png"); */
    /* width: 256px; */
    /* height: 584px; */
    /* position: absolute; */
    /* right: 9%; */
    /* top: 13.5%; */
/* } */
.b-step p b
{
    font-style: italic;
}
.b-step:nth-child(even) img
{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.b-step:nth-child(even)
{
    text-align: right;
}
.b-step:nth-child(even) .title-step, .b-step:nth-child(even) .subtitle-step
{
    margin-right: -115px;
    position: relative;
}
.b-step:nth-child(even) .subtitle-step
{

    background: url(../images/arrow2.png) no-repeat left bottom / 100% auto;

}
.leaf-5
{
    right: 50%;
    bottom: -10px;
    margin-right: -70px;
}
.leaf-6
{
    right: 50%;
    margin-right: 455px;
    top: 48%;
}
.leaf-7
{
    left: 50%;
    top: 15%;
    margin-left: 288px;
}
.s-active
{
    padding: 95px 0;
    background: url("../images/active_bg.png") no-repeat left bottom;
}
.b-gray
{
    display: inline-block;
    vertical-align: middle;
    max-width: 63.6%;
    padding: 70px 165px 55px 60px;
    text-align: right;
    background: #f8f5f0;
    position: relative;
    margin-left: -5.5%;
}
.b-gray .b-title
{
    font-size: 46px;
    margin-bottom: 25px;
}
.b-shieldik
{
    border-radius: 50%;
    border: 1px solid #eb3d35;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 26px;
    font-weight: 700;
    max-width: 265px;
    position: absolute;
    right: -19%;
    top: 30px;
    z-index: 20;
    width: 100%;
}
.shieldik-inner
{
    background: #eb3d35;
    border-radius: inherit;
    padding: 50px 10px;
    position: relative;
    z-index: 15;
}
.green-border
{
    display: inline-block;
    border: 7px solid #4a970a;
    max-width: 74%;
    margin: 0 -3% 0 -30%;
    vertical-align: middle;
}
.border-inner
{
    z-index: 10;
    position: relative;
    padding: 165px 15px 170px 100px;
}
.border-inner div
{
    position: absolute;
    font-weight: 700;
}
.b-act3
{
    max-width: 240px;
    right: 20px;
    top: 165px
}
.b-act3:before
{
    content: "";
    background: url("../images/line1.png") no-repeat;
    width: 56px;
    height: 184px;
    position: absolute;
    left: -59px;
    top: 3px;
}
.b-act1
{
    max-width: 220px;
    right: 20px;
    bottom: 125px
}
.b-act1:before
{
    content: "";
    background: url("../images/line3.png");
    width: 63px;
    height: 117px;
    position: absolute;
    top: -97px;
    left: -68px;
}
.b-act2
{
    max-width: 220px;
    right: 240px;
    bottom: 75px;
}
.b-act2:before
{
    content: "";
    background: url("../images/line2.png");
    width: 63px;
    height: 134px;
    position: absolute;
    left: -66px;
    top: -114px;
}
.s-components
{
    background: #8ab773;
    padding: 110px 0 0;
    z-index: 5;
}
.s-components .b-title
{
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    z-index: 20;
}
.s-components .prod-title
{
    position: relative;
    z-index: 10;
}
.comp-img
{
    position: relative;
    margin: -31% 0 0;
    font-size: 0;
}
.prod-bottle, .img-spoon
{
    position: absolute;
}
.prod-bottle
{
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    z-index: 5;
}
.img-spoon
{
    bottom: 115px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
}
.b-components
{
    position: relative;
    /*z-index: 20;*/
}
/*.b-switches*/
/*{*/
/*    position: absolute;*/
/*    width: 300px;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    -ms-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    z-index: 20;*/
/*}*/
/*.switch*/
/*{*/
/*    color: #fff;*/
/*    -webkit-box-shadow: 11px 11px 27px rgba(0,0,0,.41);*/
/*    box-shadow: 11px 11px 27px rgba(0,0,0,.41);*/
/*    border-radius: 50%;*/
/*    text-align: center;*/
/*    padding: 5px;*/
/*    background: rgba(255,255,255,.48);*/
/*    font-size: 40px;*/
/*    width: 56px;*/
/*    line-height: 1.15;*/
/*    position: absolute;*/
/*}*/
/*.switch.index-1*/
/*{*/
/*    top: 189px;*/
/*    right: 50%;*/
/*    margin-right: 25px;*/
/*}*/
/*.switch.index-2*/
/*{*/
/*    top: 260px;*/
/*    left: 50%;*/
/*    margin-left: 22px;*/
/*}*/
/*.switch.index-3*/
/*{*/
/*    top: 260px;*/
/*    right: 50%;*/
/*    margin-right: 41px;*/
/*}*/
/*.switch.index-4*/
/*{*/
/*    top: 360px;*/
/*    right: 50%;*/
/*    margin-right: 52px;*/
/*}*/
/*.switch.index-5*/
/*{*/
/*    top: 380px;*/
/*    left: 50%;*/
/*    margin-left: 32px;*/
/*}*/
/*.switch span*/
/*{*/
/*    display: block;*/
/*    border-radius: 50%;*/
/*    background: rgba(71,156,15,.82);*/
/*}*/

.b-component
{
    display: inline-block;
    position: absolute;
    line-height: 1.2;
    list-style: none;
}
.b-component:before
{
    position: absolute;
}
.b-component .m-white
{
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.comp-1
{
    max-width: 280px;
    text-align: right;

    top: 350px;
    margin-left: 50px;
}

.comp-2
{
    max-width: 250px;
    text-align: right;
    top: 530px;
    left: 0;
}


.comp-3
{
    max-width: 160px;
    text-align: right;
    top: 660px;
    left: 70px;
}

.comp-4
{
    max-width: 285px;
    right: 0;
    top: 350px
}

.comp-5
{
    max-width: 240px;
    right: 20px;
    top: 560px
}

.leaf-8
{
    right: 50%;
    margin-right: 80px;
    bottom: -78px;
}
.leaf-9
{
    left: 50%;
    margin-left: 165px;
    bottom: -105px;
}
.leaf-10
{
    top: 127px;
    left: 50%;
}
.s-application
{
    background: url("../images/app_bg.png") no-repeat center top / auto 100%, url("../images/app_bg.jpg") no-repeat center / cover;
    padding: 65px 0;
    z-index: 4;
}
.s-application .b-title
{
    line-height: 1;
    margin-bottom: 20px;
}
.white-border
{
    display: inline-block;
    max-width: 438px;
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    border: 6px solid;
    padding: 30px 30px 40px 20px;
    background: rgba(40,52,38, .33);
    width: 100%;
    vertical-align: middle;
}
.right-app
{
    display: inline-block;
    /*float: right;*/
    max-width: 300px;
    vertical-align: middle;
    margin-left: 23%;
}
.right-app>div
{
    /*display: flex;*/
    font-weight: bold;
    /*align-items: center;*/
    margin-bottom: 10px;
}
.right-app>div>span
{
    display: inline-block;
    vertical-align: middle;
}
.right-app>div>span:first-child
{
    border-radius: 50%;
    width: 64px;
    height: 64px;
    padding: 4px;
    background: rgba(235,61,53,.47);
    margin-right: 10px;
}
.right-app>div>span:first-child span
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eb3d35;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 50%;
}
.right-app>div>span:last-child
{
    width: calc(100% - 80px);
}
.right-app .btn
{
    margin-top: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.27);
    box-shadow: 0 0 10px rgba(0,0,0,.27)
}
.s-expert
{
    background: #ececee;
}
.bottle-1
{
    position: absolute;
    -webkit-transform: rotate(
            150deg
    ) scale(1.4);
    -ms-transform: rotate(
            150deg
    ) scale(1.4);
    transform: rotate(
            150deg
    ) scale(1.4);
    -webkit-filter: blur(7px);
    filter: blur(7px);
    left: 100px;
    top: -16%;
    opacity: 0.5;
}
.s-expert .container
{
    padding-top: 55px;
}
.exp-inner
{

    margin-right: -125px;
    /*margin-bottom: 45px;*/
    position: relative;
    font-size: 0;
}
.exp-inner:after
{
    content: "";
    width: 100%;
    height: calc(100% - 56px);
    position: absolute;
    left: 0;
    top: 0;
    border: 18px solid #fff;
}
.exp-img
{
    margin: 0 0 -50px -150px;
}
.b-white
{
    background: #fff;
    left: 50%;
    max-width: 560px;
    padding: 100px 40px 70px;
    position: absolute;
    top: -55px;
    z-index: 10;
    margin-left: -115px;
    -webkit-box-shadow: 0 0 28px rgba(169,176,189,.5);
    box-shadow: 0 0 28px rgba(169,176,189,.5);
    font-size: 18px;
}
.b-white .b-title
{
    margin-left: -142px;
    margin-right: 40px;
}
.b-white img
{
    float: right;
    margin: -43px -11px 0 0;
}
.exp-name
{
    font-size: 24px;
    font-style: italic;
}
.exp-post
{
    font-style: italic;
}
.bottle-2
{
    position: absolute;
    -webkit-transform: rotate(18deg) scale(1.4);
    -ms-transform: rotate(18deg) scale(1.4);
    transform: rotate(18deg) scale(1.4);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    bottom: 29px;
    right: -5px;
    z-index: 9
}
.s-trials
{
    padding: 140px 0 100px;
}
.img-trials
{
    float: right;
    margin: -80px -7% -167px -19%
}
.b-graph
{
    display: inline-block;
    max-width: 55%;
}
.b-graph>span
{
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}
.b-graph>span:before
{
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 8px;
    -webkit-box-shadow: 3px 3px 9px rgba(103,125,91,.31);
    box-shadow: 3px 3px 9px rgba(103,125,91,.31);
    vertical-align: middle;
}
.b-graph .m-red
{
    margin-right: 30px;
}
.b-graph .m-red:before
{
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #eb3d35), to(#ffa200));
    background: -o-linear-gradient(bottom left, #eb3d35 0, #ffa200 100%);
    background: linear-gradient(to top right, #eb3d35 0, #ffa200 100%);
}
.b-graph .m-green:before
{
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #50ac13), to(#c0ff00));
    background: -o-linear-gradient(bottom left, #50ac13 0, #c0ff00 100%);
    background: linear-gradient(to top right, #50ac13 0, #c0ff00 100%);
}
.graph-img div
{
    font-weight: 900;
    font-size: 16px;
}
.b-vertical
{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: -14px -7px 0;
    -ms-transform-origin: -14px -7px 0;
    transform-origin: -14px -7px 0;

}
.b-horizontal
{
    margin: -18px 0 0 56px;
}
.graph-img img
{
    margin: 20px 0 0 20px;
}
.b-results
{
    display: inline-block;
    max-width: 42%;
    background: #f5f8fb;
    padding: 30px 30px 20px;
    vertical-align: top;
    margin-left: 2%;
}
.b-results>div
{
    position: relative;
    margin-bottom: 15px;
    padding-left: 45px;
}
.b-results>div:before
{
    content: "";
    border-radius: 50%;
    border: 1px solid #2e8608;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 2px;
}
.b-results>div:after
{
    content: "";
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #50ac13), to(#c0ff00));
    background: -o-linear-gradient(bottom left, #50ac13 0, #c0ff00 100%);
    background: linear-gradient(to top right, #50ac13 0, #c0ff00 100%);
    width: 13px;
    height: 13px;
    position: absolute;
    left: 7px;
    top: 9px;
    -webkit-box-shadow: 3px 3px 9px rgba(103,125,91,.31);
    box-shadow: 3px 3px 9px rgba(103,125,91,.31);
}
.b-results .m-green
{
    font-size: 26px;
    font-weight: 900;
}
.b-quotes
{
    background: url("../images/quotes_bg.jpg") no-repeat right center / cover;
    padding: 55px 65px;
    margin-top: 30px;
}
.b-quotes .text-right
{
    display: inline-block;
    max-width: 53%;
}
.b-quotes img
{
    max-width: 265px;
    display: inline-block;
    vertical-align: middle;
    margin: -23% 0 -18% 45px;

}
.s-reviews
{
    background: #9dac9a;
    padding: 120px 0 0;
}
.b-reviews
{
    position: relative;
    z-index: 50;
}
.b-review
{
    display: inline-block;
    background: url("../images/phone2.png") no-repeat -2px top / 100% 100%;
    max-width: 303px;
    padding: 50px 26px 20px;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: -20px 20px 20px rgba(0,0,0,.3);
    box-shadow: -20px 20px 20px rgba(0,0,0,.3);
    vertical-align: top;
    min-height: 614px;
}
.b-review div
{
    position: relative;
}
/*.b-review:before*/
/*{*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 55px;*/
/*    background: url("../img/phone.png") no-repeat;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -20px*/
/*}*/
.b-review p
{
    margin: 10px 0 10px;
    font-size: 20px;
}
.s-reviews .b-title
{
    text-align: right;
    display: inline-block;
    max-width: 325px;
	position: relative;
    z-index: 20;
}
.b-review:first-child
{
    margin: 45px 1.5% 0 2%;
}
.b-review:nth-child(2)
{
    margin: -32% 1.5% 0px 0;
}
.b-review:nth-child(2) img:last-child
{
    margin-top: 20px;
}
.b-review:nth-child(3)
{
    margin: -13% 0 0 0;
}
.b-review:nth-child(3), .b-review:last-child
{
    padding-left: 35px;
    padding-right: 35px;
}
.b-review:last-child
{

    display: block;
    /*transform: translateX(4%);*/
    margin: -33% auto 0;
}
.b-review:last-child:before
{
    content: none;
}
.ball-1
{
    right: -210px;
    top: -322px;
}
.branch-1
{
    right: 50%;
    margin-right: 265px;
    top: 22%;
}
.branch-2
{
    left: 50%;
    margin-left: 90px;
    bottom: 18%;
}

.s-order
{
    padding: 130px 0;
    background:  -o-radial-gradient(circle, rgba(255,255,255,1), transparent 50%) #e2dfd8;
    background:  radial-gradient(circle, rgba(255,255,255,1), transparent 50%) #e2dfd8;
    margin-top: -190px;
}
.b-move
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-move>div
{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    position: relative;
}
.b-move>div:not(:last-child):after
{
    content: "\2026";
    font-size: 145px;
    position: absolute;
    right: -6%;
    top: -10%;
    color: #479c0f;
}
.b-move>div:first-child:after
{
    color: #fed100;
}
.b-move>div:nth-child(2)
{
    margin: 0 2%;
}
.b-move>div img
{
    margin-bottom: -45px;
}
.move-inner
{
    margin-left: 50px;
    font-size: 16px;
    position: relative;
    z-index: 10;
}
.move-inner b
{
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}
.b-num
{
    font-size: 160px;
    font-weight: 900;
    position: absolute;
    color: rgba(255,255,255,.47);
    top: 56%;
    z-index: 0;
}
.ball-2
{
    right: 50%;
    margin-right: 289px;
    top: -114px;
}
.leaf-11
{
    left: 50%;
    margin-left: 420px;
    top: 115px;
}
.s-bottom
{
    background: #f5f8fb url("../images/bottom_bg.jpg") no-repeat center top;
    padding: 110px 0 140px;
}
.s-bottom .b-top
{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.s-bottom .b-subtitle
{
    max-width: 520px;
    line-height: 1;
}
.s-bottom .b-sale
{
    margin-bottom: 40px;
}
.bottom-left
{

    max-width: 400px;
    vertical-align: bottom;
}
.prod-bottom {

    margin: 0 -13% -60px 2%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.s-bottom .b-form
{
    margin-bottom: 80px;
    width: 100%;
    margin-top: 0;
}
.s-bottom .b-bottom
{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.bottom-left
{
    max-width: 300px;
}
.bottom-left .b-title
{
    font-size: 40px;
}
.leaf-12
{
    right: 50%;
    margin-right: 516px;
    margin-top: -200px;
}
.leaf-13
{
    right: 50%;
    margin-right: -30px;
    bottom: 2%;
}
.leaf-14
{
    left: 50%;
    bottom: -181px;
    margin-left: 353px;
}
@media (max-width: 990px) {
    .d-large
    {
        display: none !important;
    }
    .d-mobile
    {
        display: block !important;
    }
    .container
    {
        max-width: 768px;
    }
    .s-top
    {
        background-image: url("../images/top_bg_m.jpg");
        padding: 15px 0 70px;
    }
    .b-top, .b-bottom
    {
        display: block;
    }
    .b-title
    {
        font-size: 44px;
    }
    .b-subtitle
    {
        font-size: 28px;
        text-align: left;
        position: relative;
        z-index: 20;
        text-shadow: 0 0 3px #fff;
    }
    .b-sale
    {
        position: absolute;
        right: 50%;
        margin: 0 40px 0 0;
    }
    .b-sale>div
    {
        width: 120px;
        font-size: 11px;
        padding: 0;
    }
    .b-sale img {
        margin-right: -30px;
        margin-top: -10px;
        max-width: 90px;
    }
    .b-sale span
    {
        letter-spacing: -1px;
    }
    .b-sale:after
    {
        width: 108px;
        height: 108px;
        top: -6px;
        left: 5px;
    }
    .top-left
    {
        max-width: none;
        text-align: left;
        margin-bottom: 30px;
    }

    .b-actions li
    {
        padding-right: 0;
        padding-left: 20px;
    }
    .b-actions li:before
    {
        right: auto;
        left: 0;
    }
    .prod-top
    {
        max-width: 300px;
        margin: -30px auto -55px;
        text-align: right;
    }
    .top-bottle
    {
        -webkit-transform: rotate(25deg) scale(0.43);
        -ms-transform: rotate(25deg) scale(0.43);
        transform: rotate(25deg) scale(0.43);
        -webkit-transform-origin: top right 0;
        -ms-transform-origin: top right 0;
        transform-origin: top right 0;
        top: 2px;
        left: 3px;
    }
    .img-device
    {
        bottom: 9px;
        left: 8px;
    }
    .b-form
    {
        margin: 0 auto;
    }
    .leaf-1
    {
        margin-right: 130px;
    }
    .leaf-2
    {
        margin-right: 89px;
        bottom: -173px;
    }
    .leaf-3
    {
        margin-right: -35px;
        bottom: -42px;
    }
    .b-statistic
    {
        display: block;
    }
    .b-statistic>div
    {
        width: 300px !important;
        margin: 4px auto;
    }
    .b-statistic>div:first-child, .b-statistic>div:first-child img {
        border-radius: 20px 20px 0 0;
    }

    .b-statistic>div:last-child, .b-statistic>div:last-child img {
        border-radius: 0 0 20px 20px;
    }
    .symptoms-inner
    {
        padding: 160px 0 55px;
    }
    .symptoms-inner .b-title
    {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
        max-width: none;
    }
    .b-symptoms
    {
        display: block;
        max-width: none;
        width: 100%;
    }
    .img-measuring
    {
        left: 50%;
        bottom: auto;
        top: -9.5%;
        -webkit-transform: translateX(-41%);
        -ms-transform: translateX(-41%);
        transform: translateX(-41%);
    }
    .leaf-4
    {
        margin-left: 35px;
    }
    .s-short
    {
        background-image: url("../images/short_bg_m.png");
        padding: 13px 0 212px;
    }
    .s-short .container
    {
        display: block;
        text-align: center;
    }
    .s-short .b-title
    {
        margin-top: 0;
    }
    .s-short .text-right
    {
        text-align: center;
        font-size: 24px;
        line-height: 1.1;
    }
    .s-short .img-prod
    {
        display: block;
        margin: 30px auto 0;
        max-width: 255px;
    }
    .s-steps
    {
        margin-top: -110px;
    }
    .h1
    {
        font-size: 45px;
    }
    .h1 img
    {
        max-width: 35px;
    }
    .prod-title
    {
        font-size: 156px;
    }
    .img-woman {
        margin: 3% -1% -39% -13%;
    }
    .b-steps
    {
        margin-top: 0;
    }
    .b-step
    {
        display: block;
    }
    .b-step:before
    {
        content: none !important;
    }
    .title-step
    {
        font-size: 42px;
        margin-top: -35px;
    }
    .b-step:nth-child(odd) .title-step, .b-step:nth-child(odd) .subtitle-step
    {
        margin-left: 0;
        padding-left: 10px;
    }
    .subtitle-step
    {
        font-size: 26px;
        padding-bottom: 35px !important;
        margin-bottom: 5px !important;
    }
    .b-step:nth-child(odd) p
    {
        padding-left: 10px;
    }
    .b-step:nth-child(even) .title-step, .b-step:nth-child(even) .subtitle-step
    {
        margin-right: 0;
    }
    .leaf-5
    {
        bottom: -114px;
        margin-right: -295px;
        -webkit-transform: scale(0.9) rotate(27deg);
        -ms-transform: scale(0.9) rotate(27deg);
        transform: scale(0.9) rotate(27deg);
    }
    .leaf-7
    {
        top: 4%;
        margin-left: 133px;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
    .s-active
    {
        padding: 43px 0 49px;
        background-image: url("../images/active_bg_m.png");
    }
    .b-gray
    {
        width: 100%;
        max-width: calc(100% - 20px);
        margin: 0 auto;
        text-align: left;
        padding: 25px 15px 40px;
        display: block;
    }
    .b-gray .b-title
    {
        font-size: 29px;
        margin-bottom: 20px;
    }
    .b-shieldik
    {
        max-width: 210px;
        font-size: 22px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        bottom: -160px;
    }
    .shieldik-inner
    {
        padding: 33px 0;
    }
    .green-border
    {
        width: calc(100% + 20px);
        margin: -20% -10px 0;
        max-width: none;
    }
    .border-inner
    {
        padding: 20% 0 30px 0;
    }
    .border-inner img
    {
        max-width: 100%;
    }
    .b-act3
    {
        right: 0;
        bottom: 250px;
        top: auto;
    }
    .b-act1{
        bottom: 25px;
        right: 40px;
    }
    .b-act2
    {
        right: 315px;
        bottom: 5px;
    }
    .s-components
    {
        padding: 50px 0 140px;
    }
    .b-composition
    {
        position: absolute;
        top: 550px;
        width: 340px;
        left: 50%;
        margin-left: -170px;
        /*height: 100%;*/
        z-index: 50;
    }
    .b-component
    {

        position: static;
        max-width: 300px;
        /*top: 410px;*/
        margin: 20px;
        border: 5px solid #fff;
        text-align: center;
        left: auto;
        right: auto;
        top: 560px;
        -webkit-box-shadow: 11px 11px 27px rgba(0,0,0, .41);
        box-shadow: 0 0 18px rgba(0,0,0, .22);
        /*z-index: 19;*/
    }
    .b-component>div
    {
        background: rgba(255,255,255,.50);
        padding: 25px 10px;
        /*border-radius: 0 0 20px 20px;*/
    }
    /*.b-component:first-child*/
    /*{*/
    /*    display: block;*/
    /*}*/

    .b-component .m-white
    {
        color: #479c0f;
        font-size: 18px;
    }
    .comp-img
    {
        margin: -19% 0 0;
    }
    .img-opunzia
    {
        max-width: 764px;
        display: block;
        margin: 0 auto;
    }
    .prod-bottle
    {
        max-width: 160px;
        -webkit-transform: translate(-50%, -61%);
        -ms-transform: translate(-50%, -61%);
        transform: translate(-50%, -61%);
    }
    .img-spoon {
        bottom: 196px;
    }
    .leaf-8 {

        margin-right: -54px;
        bottom: 40px;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-filter: blur(6px);
        filter: blur(6px);
    }
    .leaf-9 {

        margin-left: 0px;
        bottom: 19px;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
    .leaf-10 {
        top: -10px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        margin-left: -127px;
    }
    .s-application
    {
        background: url("../images/app_bg_m.png") no-repeat center top, url("../images/app_bg_m.jpg") no-repeat center / cover;
        padding: 185px 0 65px;
    }
    .s-application .container>div
    {
        display: block;
        max-width: 100%;
    }
    .white-border
    {
        margin-bottom: 10px;
        text-align: left;
    }
    .right-app
    {
        margin-left: 0;
    }
    .s-expert
    {
        padding: 45px 0 5px;
    }
    .bottle-1
    {
        -webkit-transform: rotate(150deg) scale(1);
        -ms-transform: rotate(150deg) scale(1);
        transform: rotate(150deg) scale(1);
        left: auto;
        right: 50%;
        margin-right: 150px;
    }
    .exp-inner
    {
        margin-right: 0;
        /*margin-bottom: -50px;*/
    }
    .exp-inner:after
    {
        border-width: 11px;
        height: 50%;
    }
    .b-white
    {
        position: relative;
        width: calc(100% - 30px);
        margin: 0 auto -85px;
        max-width: 100%;
        left: auto;
        top: auto;
    }
    .b-white .b-title
    {
        margin-left: 0;
    }
    .exp-img
    {
        display: block;
        margin: 0 auto -100px;
        text-align: center;
    }
    .bottle-2
    {
        -webkit-transform: rotate(
                26deg
        ) scale(0.7);
        -ms-transform: rotate(
                26deg
        ) scale(0.7);
        transform: rotate(
                26deg
        ) scale(0.7);
        bottom: auto;
        top: -7px;
        right: -85px;
    }
    .img-trials
    {
        margin: -80px -24% -167px -31%;
    }
    .b-results
    {
        padding: 20px 15px 10px;
    }
    .b-results>div
    {
        padding-left: 40px;
    }
    /*.graph-img*/
    /*{*/
    /*margin-top: 50px;*/
    /*}*/
    .graph-img div
    {
        font-size: 12px;
        font-weight: 700;
    }
    .b-quotes img
    {
        margin: -29% -20px -18% 35px;
    }
    .s-reviews
    {
        padding: 45px 0;
    }
    .s-reviews .b-title
    {
        max-width: 90%;
        text-align: left;
    }
    .b-reviews
    {
        max-width: 340px;
        margin: 0 auto;
    }
    .b-review
    {
        margin: 0 20px 20px !important;
        -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, .3);
        box-shadow: -10px 10px 10px rgba(0, 0, 0, .3);
    }
    .ball-1
    {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        right: auto;
        margin-left: 220px;
        left: 50%;
    }
    .branch-1 {

        margin-right: -16px;
    }
    .branch-2
    {
        display: none;
    }
    .s-order
    {
        margin-top: 0;
    }
    .b-move
    {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
    .b-move>div
    {
        width: 100%;
        margin: 0 0 60px !important;
    }
    .b-move>div:nth-child(even)
    {
        text-align: right;
    }
    .b-move>div:nth-child(even) .move-inner
    {

        margin-left: 0;
        margin-right: 50px;
    }
    .b-move>div:not(:last-child):after
    {
        font-size: 100px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: auto;
        top: auto;
        left: 50%;
        bottom: -32%;
    }

    .b-move>div:nth-child(even) .b-num
    {
        left: auto;
        right: 0;
    }
    .b-move
    {
        margin-top: 50px;
    }
    .ball-1
    {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        margin-right: -10px;
        top: -230px;
    }
    .leaf-11 {
        -webkit-transform: scale(0.55);
        -ms-transform: scale(0.55);
        transform: scale(0.55);
        margin-left: 40px;
        top: 30px;
    }
    .s-bottom
    {
        background: #f5f8fb url("../images/bottom_bg_m.jpg") no-repeat center top;
        padding: 50px 0 75px;
    }
    .s-bottom .b-subtitle
    {
        max-width: 100%;
    }
    .prod-bottom
    {
        max-width: 270px;
        margin: 70px auto 0;
        -webkit-transform: translateX(101px);
        -ms-transform: translateX(101px);
        transform: translateX(101px);
    }
    .s-bottom .b-sale {
        margin-bottom: 0;
        margin-top: 159px;
    }
    .bottom-left
    {
        max-width: 100%;
        text-align: left;
    }
    .bottom-left .b-title
    {
        font-size: 30px;
    }
    .leaf-12 {
        margin-right: 56px;
        margin-top: -210px;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
    .leaf-13 {
        margin-right: -178px;
        bottom: 47%;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
        -webkit-filter: blur(7px);
        filter: blur(7px);
    }
    .s-bottom .b-form
    {
        margin-bottom: 0;
    }
    .leaf-14
    {
        right: 50%;
        left: auto;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@media (max-width: 767px)
{
	.container
	{
		max-width: 320px;
	}
    .b-title
    {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .b-subtitle
    {
        font-size: 21px;
        text-align: left;
    }

    .b-actions
    {
        font-size: 16px;
    }
    .b-actions li
    {
        margin-bottom: 15px;
    }
    .b-prices
    {
        margin-bottom: 0;
    }
    .btn span
    {
        padding: 23px 45px;
    }
    .b-form .btn
    {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .s-symptoms
    {
        padding: 50px 0 0;
    }
    .s-symptoms .b-title:first-child
    {
        position: relative;
        z-index: 20;
        margin-bottom: 30px;
    }
    .img-measuring
    {
        top: -73px;
    }
    .b-symptoms
    {
        padding: 18px 5px 5px 13px
    }
    .b-symptom
    {
        margin-bottom: 15px;
    }
    .b-symptom span:first-child
    {
        margin-right: 10px;
    }
    .b-symptom span:last-child
    {
        line-height: 1.1;
    }
    .s-steps
    {
        padding: 0 0 30px;
        margin-top: -130px;
    }
    .prod-title
    {
        font-size: 42px;
        letter-spacing: initial;
    }
    .b-step img
    {
        max-width: 100%;
    }
    .img-woman {
        margin: 30px -507px 0% -60px;
        float: left;
    }
    .s-steps .b-title
    {
        position: relative;
        margin-top: 40px;
    }
    .b-steps {
        margin-top: 65px;
    }
    .leaf-7
    {
        margin-left: -70px;
    }
    .green-border
    {
        margin-top: -250px;
    }
    .border-inner
    {
        padding: 300px 0 10px;
    }
    .border-inner div
    {
        font-size: 16px;
        position: relative;
        margin-bottom: 20px;
    }
    .b-act1
    {
        right: auto;
        bottom: auto;
        left: 50%;
        margin-left: -55px;
    }
    .b-act2
    {
        text-align: right;
        left: 50%;
        margin-left: -110px;
        bottom: auto;
        right: auto;
        max-width: 215px;
    }
    .b-act2:before
    {
        background-image: url("../images/line5.png");
        width: 40px;
        height: 179px;
        top: -160px;
        right: -42px;
        left: auto;
    }
    .b-act3
    {
        right: auto;
        bottom: auto;
        left: 50%;
        margin-left: -110px;

    }
    .b-act3:before
    {
        background-image: url("../images/line4.png");
        width: 37px;
        height: 231px;
        left: -39px;
        top: -212px
    }

    .comp-img
    {
        max-width: 300px;
        margin: -145px auto 0;
    }
    .img-opunzia
    {
        margin: 0 -76%;
    }
    .s-application .b-title
    {
        margin-bottom: 5px;
    }
    .white-border
    {
        padding: 20px 15px;
        font-size: 20px;
    }
    .exp-img
    {
        margin-left: -50px;
    }
    .b-white
    {
        padding: 15px 12px 27px;
    }
    .b-white img
    {
        max-width: 100px;
        margin: -39px -7px 0 0;
    }
    .exp-name
    {
        font-size: 20px;
    }
    .exp-post
    {
        font-size: 16px;
    }
    .s-trials {
        padding: 221px 0 130px;
    }
    .img-trials {
        margin: -141px -108px 43px -300px;
    }
    .b-graph, .b-results
    {
        display: block;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .b-results
    {
        margin-left: 0;
    }
    .graph-img img {
        margin: 22px 0 0 10px;
    }
    .b-vertical
    {
        -webkit-transform-origin: -2px 5px 0;
        -ms-transform-origin: -2px 5px 0;
        transform-origin: -2px 5px 0
    }
    .b-horizontal
    {
        margin-left: 30px;
    }
    .b-quotes {
        padding: 30px 20px;
        margin-top: 0;
        background-position: center top;
    }
    .b-quotes .text-right
    {
        display: block;
        max-width: 100%;
        text-align: left;
    }
    .b-quotes img
    {
        display: block;
        margin: 15px auto -150px;
    }
    .s-reviews .b-title
    {
        max-width: 100%;
    }
    .s-order
    {
        padding: 55px 0 1px;
    }
    .leaf-6, .ball-1, .ball-2, .leaf-7
    {
        display: none;
    }
	.b-reviews
    {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 340px;
    }
}