*, *: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: 15px;
    line-height: 1.45;
    font-family: "Ubuntu", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #1e1414;
    background:  #f2f2f2;
    font-weight: 400;
    width: 100%;
}


.d-large {
    display: none !important;
}

.clearfix {
    clear: both;
}

.container {
    max-width: 992px;
    margin: 0 auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10;
}

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

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 20px;
}

.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;*/
}
section
{
    position: relative;
}
.s-top
{
    padding: 30px 0 0;
}
.s-top .container
{
    z-index: 10;
}
.s-top .container:after
{
    content: "";
    background: url("../img/circle_gray.svg") no-repeat center /cover;
    width: 456px;
    height: 456px;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 37%;
    margin-left: -20px;
    animation: a-rotat-right linear 20s infinite;
}
.img-logo
{
    max-width: 190px;
    margin-bottom: 10px;
}
.m-red
{
    color: #ed5f59;
}
.m-white
{
    color: #fff;
}
.prod-slogan
{
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 10px;
}
.prod-desc
{
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.15;
    margin-bottom: 40px;
}
.img-wrap
{
    position: relative;
    max-width: 276px;
    margin: 0 auto 25px;
    width: 100%;
}
.green-circle
{
    width: 276px;
    height: 276px;
    position: relative;
}
.green-circle .green {
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#68d99b), to(#67e6a0));
    background: -o-linear-gradient(top, #68d99b 0%, #67e6a0 100%);
    background: linear-gradient(top, #68d99b 0%, #67e6a0 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.green-circle img
{
    max-width: 96%;
    margin: 2%;
}
.img-man
{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
}
.d-mobile img {
    width: 100%;
}
.right-block
{
    max-width: 300px;
    margin: 0 auto;
}
.drop-list
{
    list-style: none;
    margin: 10px 0 0;
}
.drop-list li
{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.drop-list li:before
{
    content: "";
    width: 10px;
    height: 16px;
    background: url("../img/drop.svg") no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 2px;
}
.img-prod
{
    max-width: 115px;
    display: block;
    margin: 20px auto 0;
    position: relative;
    z-index: 5;
}
.b-prices
{
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.b-prices>div>div
{
    display: inline-block;
    font-weight: 700;
    margin: 0 5px;
}
.old-price
{
    font-size: 22px;
    position: relative;
}
.old-price:after
{
    width: 110%;
    height: 100%;
    content: "";
    background: url("../img/strikethrough.png") no-repeat center / contain;
    left: -5%;
    position: absolute;
}
.new-price
{
    color: #67e5a0;
    font-size: 30px;
}
.btn
{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 2px 2px 0 #39a86b;
    background: -webkit-gradient(linear, left top, left bottom, from(#67e5a0), to(#49c480));
    background: -o-linear-gradient(top, #67e5a0 0%, #49c480 100%);
    background: linear-gradient(top, #67e5a0 0%, #49c480 100%);
    border-radius: 40px;
    -webkit-box-shadow: 2px 2px 4px rgba(255,255,255,.7) inset, -2px -2px 4px rgba(0,0,0,.6) inset, 5px 5px 20px rgba(0,0,0,.3);
    box-shadow: 2px 2px 4px rgba(255,255,255,.7) inset, -2px -2px 4px rgba(0,0,0,.6) inset, 5px 5px 20px rgba(0,0,0,.3);
    padding: 25px 20px;
    transition: all 0.5s ease 0s;
    border: none;
    min-width: 280px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
.btn:hover
{
    background: -webkit-gradient(linear, left top, left bottom, from(#49c480), to(#67e5a0));
    background: -o-linear-gradient(top, #49c480 0%, #67e5a0 100%);
    background: linear-gradient(top, #49c480 0%, #67e5a0 100%);
    -webkit-box-shadow:  1px 1px 3px rgba(0,0,0,.6) inset;
    box-shadow:  1px 1px 3px rgba(0,0,0,.6) inset;
}
.middle-block
{
    position: relative;
    z-index: 20;
}
.decor-top
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*z-index: 1;*/
}
.decor-top picture
{
    position: absolute;
}
.leaf-1
{
    right: 50%;
    bottom: 164px;
    margin-right: 68px;
    z-index: 5;
}
.leaf-1 img,
.leaf-2 img {
    display: block;
}
.leaf-2
{
    left: 50%;
    bottom: 285px;
    margin-left: 90px;
}
.s-symptoms
{
    background: #ed5f59;
    padding: 255px 0 10px;
    margin-top: -195px;
}
.s-symptoms:before
{
    content: "";
    width: 100%;
    border-right: 100vmax solid #ed5f59;
    border-top: 25px solid transparent;
    left: 0;
    top: -25px;
    position: absolute;
}
.b-title
{
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 30px;
    line-height: 1.3;
    position: relative;
    z-index: 10;
}
.b-symptoms
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.b-symptom
{
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #fff;
    max-width: 300px;
    width: 100%;
    box-shadow: 5px 5px 20px rgba(0,0,0,.2);
    border-radius: 30px;
    padding: 45px 30px 20px;
    margin: 0 8px 20px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.5s ease 0s;
}
.b-symptom:hover
{
    border-color: rgba(168,43,39,.2);
    box-shadow: none;
}
.b-symptom svg
{
    display: block;
    margin: 0 auto 45px;
    transition: all 0.5s ease 0s;
}
.b-symptom span {
    display: block;
}
.b-symptom:hover svg
{
    transform: scale(1.5);
}
.s-symptoms p em
{
    font-weight: 500;
}
.s-about
{
    background:  url("../img/pattern.png");
    padding: 35px 0;
    position: relative;
}
.s-about .b-bg {
    position: absolute;
    top: -35px;
    width: 221px;
    height: 303px;
    left: calc(50% - 117.5px);
    z-index: 4;
}
.s-about em 
{
    font-weight: 500;
}
.doc-1
{
    position: absolute;
    top: 115px;
    right: 50%;
    margin-right: 320px;
}
.s-about p
{
    max-width: 630px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 10;
}
.doc-2 img
{
    display: block;
    margin: 0 auto;
}
.b-bottle
{
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
.b-bottle-1 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.b-bottle-2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.b-bottle-3 {
    position: absolute;
    width: 10%;
    top: 3%;
    left: 45%;
    z-index: 2;
}
.b-bottle-4 {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
}
.btn-red
{

    text-shadow: 2px 2px 0 #a84340;
    background: -o-linear-gradient(top, #ed5f59 0%, #d45550 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ed5f59), to(#d45550));
    background: linear-gradient(top, #ed5f59 0%, #d45550 100%);
    border-radius: 40px;
    width: 100%;
    max-width: 280px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.btn-red:hover
{
    background: -o-linear-gradient(top, #d45550 0%, #ed5f59 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#d45550), to(#ed5f59));
    background: linear-gradient(top, #d45550 0%, #ed5f59 100%);
}

.b-components {
    position: relative;
    min-height: 350px;
    width: 280px;
    margin: 0 auto 20px;
}
.b-component
{
    text-align: center;
    position: absolute;
    width: 280px;
    transition: 0.4s;
    opacity: 0;
    top: 0;
    left: 0;
}
.b-components .position-0 {
    opacity: 1;
    transform: translateX(-300px);
}
.b-components .position-1 {
    opacity: 1;
    transform: translateX(0);
}
.b-components .position-2 {
    opacity: 1;
    transform: translateX(300px);
}
.b-component img
{
    border-radius: 80px;
    display: block;
    margin: 0 auto -20px;
}
.b-component div
{
    color: #fff;
    display: inline-block;
    background: #ed6d67;
    font-weight: 700;
    padding: 0 10px;
}
.comp-decor>*
{
    margin: 0 -5%;
}
.comp-decor 
{
    position: relative;
    min-height: 300px;
    width: 320px;
    margin: 0 auto;
}
.comp-decor .box-shadow 
{
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 5;
}
.comp-decor .device 
{
    position: absolute;
    top: 0;
    left: 111px;
    z-index: 2;
}
.comp-decor .bottle-shadow
{
    position: absolute;
    top: 94px;
    left: 196px;
    z-index: 4;
}
.s-expert
{
    background: #67e5a0 url(../img/pattern.png);
    padding: 35px 0 0;
}
.s-expert .b-title, .s-dinamic .b-title, .s-application .b-title
{
    font-size: 23px;
}
.b-tag
{
    font-size: 20px;
    display: inline-block;
    color: #fff;
    background: #ed6d67;
    padding: 0 15px;
}
.expert-text
{
    position: relative;
    padding-bottom: 35px;
}
.expert-text:before
{
    content: "";
    background: url("../img/quote.svg") no-repeat center / cover;
    width: 184px;
    height: 120px;
    position: absolute;
    z-index: 0;
    left: -45px;
    top: -40px;
}
.expert-text>*
{
    position: relative;
}
.blockquote
{
    font-weight: 500;
    font-style: italic;
    padding-left: 15px;
    border-left: 4px solid #ed5f59;
}
.spec-info
{
    font-style: italic;
    font-size: 14px;
    margin-left: 80px;
    min-height: 86px;
}
.spec-info>div
{
    font-size: 18px;
    font-weight: 500;
}
.img-spec
{
    position: absolute;
    font-size: 0;
    bottom: 0;
    left: -60px;
}
.s-dinamic
{
    padding: 35px 0 40px;
}
.b-graph
{
    position: relative;
    margin: 20px auto;
    overflow: scroll;
    padding-left: 15px;
    height: 260px;
    max-width: 521px;
    transition: 0.4s;
}
.b-graph .col {
    position: absolute;
    left: 56px;
    bottom: 47px;
    text-align: right;
    overflow: hidden;
}
.b-graph .col::after {
    content: '';
    border-top: 1px dotted #CECECE;
    width: 100%;
    left: 0;
    height: 1px;
    top: 0;
    display: block;
    position: absolute;
}
.graph-1 {
    width: 66px;
}
.graph-2 {
    width: 128px;
}
.graph-3 {
    width: 191px;
}
.graph-4 {
    width: 254px;
}
.graph-5 {
    width: 316px;
}
.graph-6 {
    width: 379px;
}
.graph-7 {
    width: 442px;
}
@keyframes a-dotted {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
.b-graph>div
{
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
}
.b-graph .img-responsive {
    margin-left: 20px;
    max-width: 486px;
    width: 486px;
}
.b-vertical
{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: -9px -1px 0;
    -ms-transform-origin: -9px -1px 0;
    transform-origin: -9px -1px 0;
    width: 130px;
}
.b-horizontal {
    margin-left: 30px;
    margin-top: -30px;
}
.s-reviews
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ed5f59), to(#f2f2f2));
    background: -o-linear-gradient(top, #ed5f59 20%, #f2f2f2 100%);
    background: linear-gradient(top, #ed5f59 20%, #f2f2f2 100%);
    padding: 35px 0 20px;
}
.b-subtitle
{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.b-reviews
{
    text-align: center;
    position: relative;
    min-height: 800px;
    width: 280px;
    margin: 0 auto 80px;
}
.b-reviews .position-0 {
    transform: translateX(-300px);
    opacity: 1;
}
.b-reviews .position-1 {
    transform: translateX(0);
    opacity: 1;
}
.b-reviews .position-2 {
    transform: translateX(300px);
    opacity: 1;
}

.b-review
{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    max-width: 385px;
    background: #f2f2f2;
    box-shadow: 6px 6px 24px rgba(0,0,0,.1);
    padding: 15px 15px 1px 15px;
    border-radius: 25px;
    font-size: 14px;
    text-align: left;
}
.rev-ava
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    margin-bottom: 10px;
}
.rev-ava img:first-child
{
    border-radius: 15px;
}
.rev-ava img:last-child
{
    position: absolute;
    right: -10px;
    top: -10px
}
.rev-name
{
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.b-review p span
{
    font-style: italic;
    font-weight: 500;
}
.b-tags
{
    color: #968c8c;
    font-style: italic;
    margin-bottom: 20px;
}
.b-review>img
{
    border-radius: 20px;
    margin-bottom: 20px;
}
.b-application
{
    text-align: center;
    margin: 0 -20px;
}
.b-apply
{
    max-width: 320px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 120px;
}
.b-apply .number {
    position: absolute;
    top: 46%;
    left: 0;
    color: #fff;
    z-index: 10;
    font-size: 43px;
    font-weight: bold;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}
.b-apply:nth-of-type(2) .number {
    font-size: 55px;
    display: block;
    height: 284px;
    padding-top: 142px;
    top: -58%;
}
.b-apply:nth-of-type(3) .number {
    font-size: 50px;
    width: 50%;
    margin: 0;
    top: 24%;
}
.b-apply:nth-of-type(4) .number {
    font-size: 142px;
    line-height: 1;
    top: 0;
}
.b-apply:last-of-type {
    margin-bottom: 50px;
}
.b-apply:not(:last-child):after
{
    position: absolute;
    content: "";
    width: 52px;
    height: 79px;
    background: url("../img/arrow.svg") no-repeat;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
}
.b-apply:nth-child(2):after
{
    background-image: url("../img/arrow2.svg");
}
.b-apply:nth-child(3):after
{
    background-image: url("../img/arrow3.svg");
}
.b-apply-border
{
    padding: 20px;
    background: url(../img/border.png);
    width: 320px;
    margin-bottom: 10px;
    background-size: 100% 100%;
}
.b-apply-img-box {
    border-radius: 60px;
    overflow: hidden;
    width: 278px;
    height: 142px;
    position: relative;
}
.b-apply-img-box img {
    width: 355px;
    max-width: 445px;
    padding-top: 221px;
    position: absolute;
    display: block;
    left: calc(50% - 177.5px);
    top: -260px;
}
/* .b-apply div img
{
    border-radius: 60px;
} */
.letter
{
    font-size: 100px;
    font-weight: 700;
    color: #e3e2e2;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    bottom: 0;
    line-height: 0.5;
    display: block;
}
.b-apply span:last-child
{
    position: relative;
    z-index: 10;
    display: block;
    max-width: 60%;
    margin: 0 auto;
}
.s-steps
{
    padding: 40px 0 20px;
    background: #67e6a0;
}
.b-step
{
    text-align: center;
    margin-bottom: 20px;
}
.b-step:last-of-type div::after {
    display: none;
}
.b-step div
{
    max-width: 280px;
    margin: 10px auto 0;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 20px;
    position: relative;
}
.b-step div:after
{
    content: "";
    width: 40%;
    position: absolute;
    bottom: 0;
    border: 1px dashed #58bc84;
    left: 50%;
    transform: translateX(-50%);
}
.s-bottom
{
    padding: 30px 0 40px;
    position: relative;
}
.s-bottom::after {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 480px;
    left: calc(50% - 50vw);
    bottom: 0;
    border-right: 100vmax solid #ed5f59;
    border-top: 60px solid transparent;
    z-index: 0;
}

.s-bottom .img-man {
    left: 9px;
}
.s-bottom .container:after {
    content: "";
    background: url(../img/circle_gray.svg) no-repeat center /cover;
    width: 456px;
    height: 456px;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 37%;
    margin-left: -20px;
    animation: a-rotat-right linear 20s infinite;
}
.s-bottom .leaf-1 {
    bottom: 555px;
}
.s-bottom .leaf-2 {
    bottom: 480px;
}

.input-field
{
    width: 100%;
    display: block;
    padding: 24px 20px 8px;
    border: 1px solid #1e1414;
    border-radius: 6px;
    background-color: transparent;
    font: inherit;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    outline: none;
    color: #1e1414;
}
.input-field::placeholder {color: #1e1414;}
.input-field::-webkit-input-placeholder {color:#1e1414;}
.input-field::-moz-placeholder {color:#1e1414;}
.input-field:-moz-placeholder {color:#1e1414;}
.input-field:-ms-input-placeholder {color:#1e1414;}

select.input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 18px 20px;
}
.select-box {
    position: relative;
}
.select-box::before {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    width: 13px;
    height: 8px;
    background: url(../img/select_arrow.png) no-repeat;
    right: 20px;
    top: calc(50% - 4px);
}

.input-box {
    position: relative;
}

.input-field + label {
    font-size: 16px;
    font-family: "Ubuntu";
    color: rgb(30, 20, 20);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    left: 20px;
    top: calc(50% - 9px);
}

.input-field:focus
{
    border-color: #fff;
    color: #fff;
}

.input-field:focus + label {
    top: 10px;
    font-size: 12px;
}

.input-field:not(:placeholder-shown) {
}

.input-field:not(:placeholder-shown) + label {
    top: 10px;
    font-size: 15px;
}

select option {
    background: #ed5f59;
}
.form-box
{
    margin-top: 20px;
}
.form-box .btn 
{
    margin-top: 10px;
}

@media (min-width: 450px)
{
    .b-vertical 
    {
        -webkit-transform-origin: -7px -12px 0;
        -ms-transform-origin: -7px -12px 0;
        transform-origin: -7px -12px 0;
    }
    .b-horizontal 
    {
        margin-left: 50px;
    }
}

@media (min-width: 992px)
{
    .b-apply-border {
        width: 386px;
    }
    .b-apply {
        max-width: 100%;
    }
    .b-apply-img-box {
        border-radius: 80px;
        width: 345px;
        height: 177px;
    }
    .b-apply-img-box img {
        width: 445px;
        padding-top: 277px;
        left: calc(50% - 222.5px);
        top: -330px;
    } 
    .input-field + label {
        font-size: 18px;
    }
    .input-box {
        width: 345px;
        margin: 0 auto;
    }
    .s-bottom .leaf-1 {
        bottom: 115px;
    }
    .s-bottom .leaf-2 {
        bottom: 355px;
    }
    .select-box {
        width: 345px;
        margin: 0 auto;
    }
    .input-field {
        width: 345px;
        margin: 0 auto 10px;
        font-size: 18px;
    }
    .s-bottom .img-man {
        left: 17px;
    }
    .s-bottom .middle-block {
        margin-top: 40px;
    }
    .s-bottom::after {
        height: 425px;
    }
    .s-bottom .container:after {
        width: 760px;
        height: 760px;
        top: 16%;
        margin-left: 59px;
    }
    .form-box {
        margin-top: 60px;
    }
    .right-block .form-box .btn {
        margin-top: 10px;
    }
    body
    {
        font-size: 16px;
    }
    .d-large {
        display: block !important;
    }
    .d-mobile {
        display: none !important;
    }
    .s-top
    {
        padding: 50px 0 0;
    }
    .s-top .container:after
    {
        width: 760px;
        height: 760px;
        top: 29%;
        margin-left: 59px;
    }
    .img-logo
    {
        max-width: none;
    }
    .prod-slogan
    {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .prod-desc
    {
        font-size: 24px;
    }
    .green-circle
    {
        width: 460px;
        height: 460px;
    }
    .img-wrap
    {
        max-width: 460px;
        margin: -175px -95px 0 -50px;
    }
    .drop-list
    {
        margin-top: 15px;
    }
    .drop-list li
    {
        padding-left: 28px;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .drop-list li:before
    {
        width: 13px;
        height: 20px;
    }
    .bottom-alignment
    {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 20;
    }
    .right-block
    {
        order: 1;
        margin: 10px 0 0 20px;
        max-width: none;
    }
    .img-prod
    {
        max-width: none;
    }
    .b-prices
    {
        font-size: 20px;
        margin-top: 20px;
    }
    .old-price
    {
        font-size: 28px;
    }
    .new-price
    {
        font-size: 36px;
    }
    .btn
    {
        font-size: 28px;
        padding: 30px 30px;
        border-radius: 50px;
        min-width: 385px;
    }
    .right-block .btn
    {
        margin-top: 140px;
    }
    .middle-block
    {

        margin-top: 65px;
    }
    .middle-block img {
        margin-left: 20px;
    }
    .leaf-1
    {
        bottom: 145px;
        margin-right: 285px;
        z-index: 10;
    }
    .leaf-2
    {
        bottom: 139px;
        margin-left: 631px;
        z-index: 10;
    }
    .s-symptoms
    {
        padding: 300px 0 90px;
        margin-top: -140px;
    }
    .s-symptoms:before
    {
        border-top-width: 65px;
        top: -64px;
    }
    .b-title
    {
        font-size: 44px !important;
        margin-bottom: 70px;
    }
    .b-title span
    {
        font-size: 56px;
        display: block;
    }
    .b-symptoms
    {
        margin-bottom: 60px;
    }
    .b-symptom
    {
        padding: 50px 50px 30px;
    }
    .s-symptoms .m-white
    {
        max-width: 630px;
        margin: 0 auto;
    }
    .s-about
    {
        padding: 110px 0 70px;
    }
    .s-about .b-bg {
        width: 286px;
        height: 392px;
        top: -110px;
        left: calc(50% - 149px);
    }
    .s-about .b-title {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .doc-2
    {
        position: absolute;
        top: 360px;
        left: 50%;
        margin-left: 320px;
    }
    .btn-red
    {
        padding-top: 24px;
        padding-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
        min-width: 300px;
        font-size: 22px;
    }
    .b-components
    {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .b-component
    {   
        position: relative;
        transform: none !important;
        flex: 1 1 33%;
        opacity: 1;
        width: auto;
    }
    .b-components .slick-dots {
        display: none;
    }
    .comp-decor
    {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        z-index: 1;
    }
    .comp-decor>*
    {
        position: absolute;
        margin: 0;
    }
    .comp-decor .box-shadow
    {
        left: auto;
        top: auto;
        right: 50%;
        margin-right: 320px;
        bottom: 50px;
    }
    .comp-decor .bottle-shadow
    {
        left: auto;
        top: auto;
        right: 50%;
        margin-right: 500px;
        bottom: 500px;
    }
    .comp-decor .device
    {
        top: auto;
        left: 50%;
        margin-left: 500px;
        bottom: -65px;
    }
    .img-heap
    {
        left: 50%;
        margin-left: 500px;
        bottom: 320px;
    }
    .s-expert
    {
        background: url(../img/pattern.png),  url(../img/expert_bg.png) no-repeat center bottom;
        background-color: #67e5a0;
        padding: 95px 0 0;
    }
    .expert-text
    {
        display: inline-block;
        max-width: 48%;
        vertical-align: bottom;
        padding-bottom: 95px;
    }
    .img-spec
    {
        position: static;
        vertical-align: bottom;
        display: inline-block;
    }
    .s-dinamic
    {
        padding: 65px 0 50px;
    }
    .graph-text
    {
        display: inline-block;
        max-width: 38%;
        max-width: 41%;
        margin-right: 3%;
        vertical-align: top;
    }
    .s-dinamic .btn {
        margin-top: 40px;
    }
    .b-graph
    {
        display: inline-block;
        margin: 0;
		overflow: hidden;
    }
    .s-reviews
    {
        padding: 90px 0 60px;
    }
    .s-reviews .slick-dots {
        display: none;
    }
    .b-reviews {
        width: 808px;
    }
    .b-reviews .position-0,
    .b-reviews .position-1,
    .b-reviews .position-2 {
        transform: none;
    }
    .b-review {
        position: relative;
        width: 384px;
        opacity: 1;
        padding: 30px 30px 10px 30px;
        float: left;
        margin: 10px;
    }
    .b-review:nth-of-type(3) {
        float: right;
    }
    .b-subtitle
    {
        font-size: 20px;
    }
    .b-reviews
    {
        margin: 0 auto;
        max-width: 860px;
    }
    .b-review:last-child
    {
        margin-top: -59%;
    }
    .s-application
    {
        padding: 60px 0 20px;
        background: url(../img/application_bg.png) no-repeat;
        background-position: calc(50% - 800px) bottom;
    }
    .s-application .b-title {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .s-application .b-subtitle {
        width: 56%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .b-apply
    {
        display: inline-block;
        vertical-align: top;
    }
    .b-apply .number {
        font-size: 50px;
    }
    .b-apply:nth-of-type(2) .number {
        font-size: 60px;
        padding-top: 177px;
        height: 354px;
    }
    .b-apply:nth-of-type(3) .number {
        font-size: 60px;
        top: 28%;
    }
    .b-apply:nth-of-type(4) .number {
        font-size: 174px;
    }
    .b-apply:first-child
    {
        margin: 0 100px 30px 0;
    }

    .b-apply:first-child:after, .b-apply:nth-child(3):after
    {
        right: -66px;
        top: 33%;
        bottom: auto;
        transform: rotate(-67deg);
        left: auto;
    }
    .b-apply:nth-child(2)
    {
        margin-top: 40px;
        margin-bottom: 0;
        margin-right: 50px;
    }
    .b-apply:nth-child(3)
    {
        margin-left: 30px;
    }
    .b-apply:nth-child(2):after
    {
        left: -45px;
        bottom: 5px;
        transform: rotate(
                52deg
        );
    }
    .b-apply:last-child
    {
        margin: 40px 0 0 80px;
    }
    .s-steps
    {
        padding: 90px 0 70px;
    }
    .s-steps .b-title
    {
        font-size: 66px !important;
        font-weight: 700;
    }
    .b-steps
    {
        max-width: 770px;
        margin: 0 auto;
    }
    .b-step
    {
        display: flex;
        align-items: center;
        width: 519px;
    }
    .b-step div
    {
        margin: 0;
        font-size: 18px;
    }
    .b-step div:after {
        bottom: -40px;
    }
    .b-step:nth-child(odd)
    {
        justify-content: flex-start;
    }
    .b-step:nth-child(odd) img
    {
        margin-right: 40px;
    }
    .b-step:nth-child(even)
    {
        justify-content: flex-end;
        margin: -30px 0;
        margin-left: 239px;
    }
    .b-step:nth-child(even) img
    {
        order: 1;
        margin-left: 40px;
    }
	.spec-info {
		margin-left: 15px;
		max-width: 380px
	}
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.a-rotat-left {
    animation: a-rotat-left linear 15s infinite;
}
@keyframes a-rotat-left {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(-18deg);
    }
    75% {
        transform: rotate(18deg);
    }
    0% {
        transform: rotate(0);
    }
}	
.a-rotat-right {
    animation: a-rotat-right linear 15s infinite;
}
@keyframes a-rotat-right {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(18deg);
    }
    75% {
        transform: rotate(-18deg);
    }
    0% {
        transform: rotate(0);
    }
}

.a-o {
    animation: a-o linear 1s both;
}
@keyframes a-o {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.s-top .a1 {
    display: block;
}

.a-o-left {
    animation: a-o-left linear 0.6s both;
}
@keyframes a-o-left {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.drop-list span {
    display: block;
}
.prod-slogan {
    position: relative;
    overflow: hidden;
}
.a-text-open::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    animation: a-text-open linear 1.5s both;
    background: #f2f2f2;
}
@keyframes a-text-open {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
.a-up-down {
    opacity: 1 !important;
}
.a-up-down::before {
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.a-top-bottom {
    animation: fade-in-top 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.a-bottom-top {
    animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


.a-rolling {
    animation: a-rolling linear 5s infinite;
}
@keyframes a-rolling {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0);
    }
}

.a-leaf-down-1 {
    animation: a-leaf-down-1 2s linear both;
    display: block;
}
@keyframes a-leaf-down-1 {
    0% {
        transform: translateY(-600px);
        opacity: 0;
    }
    80% {
        transform: translateY(50px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.a-leaf-left-2 {
    animation: a-leaf-left-2 1s linear both;
    display: block;
}
@keyframes a-leaf-left-2 {
    0% {
        transform: translateX(600px) translateY(-50px) rotate(60deg);
        opacity: 0;
    }
    50% {
        transform: translateX(300px) translateY(-50px) rotate(40deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) translateY(0) rotate(0);
        opacity: 1;
    }
}

.a-step-img-left {
    animation: a-step-img-left 1s linear both;
}
@keyframes a-step-img-left {
    0% {
        transform: translateX(300px) rotate(180deg) scale(0.5);
        opacity: 0;
    }
    60% {
        transform: translateX(300px) rotate(80deg) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(0) rotate(0) scale(1);
        opacity: 1;
    }
}
.a-step-img-right {
    animation: a-step-img-right 1s linear both;
}
@keyframes a-step-img-right {
    0% {
        transform: translateX(-300px) rotate(180deg) scale(0.5);
        opacity: 0;
    }
    60% {
        transform: translateX(-300px) rotate(80deg) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(0) rotate(0) scale(1);
        opacity: 1;
    }
}

.a-apply-rotat {
    animation: a-o 0.5s linear both;
}

.a-apply-rotat img {
    animation: a-apply-rotat 0.5s linear both;
}
@keyframes a-apply-rotat {
    0% {
        opacity: 0;
        transform: rotate(15deg);
    }
    100% {
        opacity: 1;
        transform: rotate(0);
    }
}
.a-apply-rotat-number {
    animation: a-apply-rotat-number 0.5s linear both;
}
@keyframes a-apply-rotat-number {
    0% {
        opacity: 0;
        transform: rotate(15deg) translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: rotate(0) translateX(0);
    }
}
.a1-4::after,
.a2-4::after,
.a3-4::after,
.a4-4::after {
    opacity: 0;
}
.a-o-after::after {
    animation: a-o linear 0.5s both;
}


.a-apply-left {
    animation: a-o 0.5s linear both;
}
.a-apply-left img {
    animation: a-apply-left 0.5s linear both;
}
@keyframes a-apply-left {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.a-apply-scale {
    animation: a-o 0.5s linear both;
}
.a-apply-scale img {
    animation: a-apply-scale 0.5s linear both;
}
@keyframes a-apply-scale {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.a-symptoms-rotat {
    animation: a-symptoms-rotat 0.5s linear both;
}
@keyframes a-symptoms-rotat {
    0% {
        transform: rotate(45deg) translate(20px, -80px) scale(0.5);
        opacity: 0;
    }
    100% {
        transform: rotate(0) translate(0, 0) scale(1);
        opacity: 1;
    }
}

.a-top-bottom-inf {
    animation: a-top-bottom-inf ease-in 1.3s infinite;
}
@keyframes a-top-bottom-inf {
    0% {
        transform: translateY(-550px);
        opacity: 1;
    }
    100% {
        transform: translateY(200px);
        opacity: 1;
    }
}

@media (min-width: 440px) {
    @keyframes a-top-bottom-inf {
        0% {
            transform: translateY(-420px);
            opacity: 1;
        }
        100% {
            transform: translateY(200px);
            opacity: 1;
        }
    }
}
@media (min-width: 500px) {
    @keyframes a-top-bottom-inf {
        0% {
            transform: translateY(-380px);
            opacity: 1;
        }
        100% {
            transform: translateY(200px);
            opacity: 1;
        }
    }
}
@media (min-width: 992px) {
    @keyframes a-top-bottom-inf {
        0% {
            transform: translateY(-170px);
            opacity: 1;
        }
        100% {
            transform: translateY(200px);
            opacity: 1;
        }
    }
}

.a-graph {
    animation: a-graph linear 0.6s both;
}
@keyframes a-graph {
    0% {
        opacity: 0;
        transform: rotateX(90deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: rotateX(0deg) translateY(0);
    }
}

.a-graph::after {
    animation: a-dotted linear 0.6s both 0.6s;
}