article,
aside,
footer,
header,
nav,
section {
    display: block;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
img{
    max-width: 100%;
}
html {
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff;
    width: 100%;
}

body {
    position: relative;
    font-family: "ProximaNovaCond", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

a {
    cursor: pointer;
}
h1{
    font-size: 35px;
    text-align: center;
    color: #243c4f;
    position: relative;
    font-weight: 500;
    padding-bottom: 25px;
}

.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #07977c;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 3px 0 5px rgba(0,0,0,0.12);
    z-index: 10;

}
.container{
    max-width: 1170px;
    padding: 0 15px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.header .container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;

}
.logo{
    min-width: 193px;
    position: relative;
    display: block;
    background: url("../img/logo.png") no-repeat 0 center;
    padding-left: 213px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    color: #fff;
}
.menu{
    position: relative;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    color: #60e3c9;
    width: calc(100% - 165px - 70px - 360px);
    justify-content: space-between;
}
.menu a{
    color: #60e3c9;
    text-decoration: none;
}
.menu a:hover{
    color: #fff;
}
.button{
    width: 165px;
    height: 54px;
    position: relative;
    display: block;
    font-weight: 900;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 0;
    box-shadow: 1px 0 5px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    z-index: 1;
}
.button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fd1800;
    z-index: -2;
}
.button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
    z-index: -1;
}
.button:hover {
    border-color: #fd1800;
    color: #fd1800;
}
.button:hover:before {
    width: 100%;
}
.header .button{
    font-size: 16px;
    line-height: 20px;
}
.header .button span{
    font-size: 18px;
    display: block;
    letter-spacing: 1px;
}
.hamburger{
    display: none;
    width: 36px;
    height: 26px;
    z-index: 2000;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function:
            linear;
    -o-transition-timing-function: linear;
    transition-timing-function:
            linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    overflow: visible;
    font-size: 0;
    line-height: 0;
    position: relative;
    margin-left: auto;
}
.hamburger span {
    display: block;
    height: 3px;
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    background: #ffffff;
}
.hamburger span:last-child{
    margin: 0;
}
.block1{
    background: #61efe5;
    position: relative;
    padding: 95px 0 65px;
    overflow: hidden;
}
.block1 h1{
    padding: 25px 0 0;
    color: #162983;
    position: relative;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    text-align: left;
}
.block1 h1 span{
    font-weight: 900;
}
.block1 h1:after{
    content: '';
    position: relative;
    display: block;
    width: 58px;
    height: 4px;
    background: linear-gradient(to right, #00b4fa, #09afaa);
    margin: 30px 0 5px;
}
.block1 p{
    font-size: 20px;
    position: relative;
}
.block1 p span{
    font-weight: 700;
}
.block1 .product{
    width: 556px;
    height: 425px;
    background: url("../img/product_block1.png") no-repeat 100% 0;
    position: relative;
    margin-left: 15px;
}
.block1 .woman{
    position: absolute;
    max-height: 753px;
    height: calc(100%  - 5px);
    bottom: 0;
    right: -30px;
    z-index: 0;
}
.block1 .button{
    position: absolute;
    bottom: 35px;
    left: 15px;
    height: 50px;
    padding: 15px 0;
    width: 185px;
}
.block2{
   position: relative;
    margin-top: -65px;
}
.block2 .container{
    display: flex;
}
.block2 .container>div{
    width: 34%;
    position: relative;
    display: block;
    padding: 25px 25px 70px;
    background: #00b4fa;

}
.icon_block2{
    position: relative;
    height: 120px;
    background: url("../img/icon1_block2.png") no-repeat 0 0;
    padding: 0 0 20px 110px;
    display: flex;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    align-items: center;
    overflow: visible;
}
.block2 .container>div p{
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    position: relative;
}
.block2 .container>div:nth-child(2){
    width: 33%;
    background: #00a37d;
}
.icon_block2.icon2{
    background-image: url("../img/icon2_block2.png");
}
.block2 .container>div:nth-child(3){
    width: 33%;
}
.icon_block2.icon3{
    background-image: url("../img/icon3_block2.png");
    padding: 0 0 20px 120px;
}
.block2 .plus{
    font-family: "Times New Roman", serif;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #70d151;
    bottom: -25px;
    left: calc(50% - 25px);
    display: flex;
    color: #fff;
    font-size: 32px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    box-shadow: 1px 0 5px rgba(0,0,0,0.22);
}
.block3{
    position: relative;
    padding-top: 65px;
}
.block3 h1{
    padding-bottom: 25px;
}
.block3 h2{
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    position: relative;
    max-width: 720px;
    color: #56758d;
    margin: 0 auto 60px;
}
.block3 h2 span{
    font-weight: 700;
}
.box{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.block3 .box>div{
    width: 41.7%;
    position: relative;
    text-align: center;
}
.block3 .box>div img{
    max-width: 322px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.block3 .box p{
    color: #243c4f;
    font-size: 27px;
    font-weight: 400;
    position: relative;
    text-align: center;
}
.block3 .box p span{
    font-size: 39px;
    font-weight: 500;
    display: block;
    margin: 12px 0 12px;
}
.block3 .box>div:nth-child(1):before{
    position: absolute;
    width: 6px;
    height: 62px;
    background: #c2eaff;
    content: '';
    display: block;
    border-radius: 3px;
    top: 130px;
    left: -3px;
}
.block3 .box>div:after{
    position: absolute;
    width: 6px;
    height: 62px;
    background: #c2eaff;
    content: '';
    display: block;
    border-radius: 2px;
    top: 130px;
    right: -3px;
}
.block4{
    position: relative;
    padding: 40px 0 30px;
}
.block4 h1{
    padding: 0 0 35px;
}
.block4 .box>div{
    position: relative;
    width: 50%;
    font-size: 35px;
    color: #56758d;
    text-align: left;
    padding-left: 179px;
    min-height: 160px;
    display: flex;
    align-items: center;
    margin: 0 0 65px;
}
.block4 .box>div:nth-child(1){
    background: url("../img/icon1_block4.png") no-repeat 0 center;
}
.block4 .box>div:nth-child(2){
    background: url("../img/icon2_block4.png") no-repeat 0 center;
}
.block4 .box>div:nth-child(3){
    background: url("../img/icon3_block4.png") no-repeat 0 center;
}
.block4 .box>div:nth-child(4){
    background: url("../img/icon4_block4.png") no-repeat 0 center;
}
.block5{
    position: relative;
    padding: 0 0 50px;
}
.block5 h1{
    padding-bottom: 40px;
}
.block5 p{
    color: #56758d;
    font-size: 25px;
    position: relative;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}
.block5 .box{
    justify-content: space-between;
    align-items: flex-start;
}
.block5 .box>div{
    width: 263px;
    padding-bottom: 10px;
}
.block5 .box>div img{
    display: block;
    max-width: 263px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.block5 .box>div p{
    text-align: center;
    position: relative;
    color: #56758d;
    font-size: 30px;
    padding: 30px 0;
    margin: 0;
    width: 100%;
}
.block6{
    overflow: hidden;
}
.block6 .container{
    padding: 0;
    max-width: 1400px;
}
#video-carousel{
    position: relative;
    text-align: center;
    margin: 0 auto 20px;

}
#video-carousel.owl-carousel .owl-stage-outer{
    overflow: visible;
}
.video-js{
    border: 2px solid #fff;
    width: 100%;
    height: 100%;

}
#video-carousel.owl-carousel .owl-nav button.owl-prev, #video-carousel.owl-carousel .owl-nav button.owl-next{
    width: 34px;
    height: 58px;
    position: absolute;
    top: calc(50% - 29px);
}
#video-carousel.owl-carousel .owl-nav button.owl-prev span, #video-carousel.owl-carousel .owl-nav button.owl-next span{
    display: none;
}
#video-carousel.owl-carousel .owl-nav button.owl-prev{
    background: url("../img/arrow-l.png") no-repeat;
    left: 18%;
}
#video-carousel.owl-carousel .owl-nav button.owl-next{
    background: url("../img/arrow-r.png") no-repeat;
    right: 18%;
}

#video-carousel .owl-item {
    padding: 10px 0 30px 0;
}
#video-carousel .video-item  {
    margin: 90px 0 0;
    border: 2px solid #fff;
    transition: all 0.2s ease;
    box-shadow: 0 8px 18px rgba(0,0,0,0.3), 0 16px 20px rgba(0,0,0,0.2);
    height: 393px;
}
#video-carousel .owl-item.center .video-item {
    opacity: 1;
    border: 2px solid #fff;
    margin: 0 0 0 -24%;
    height: 581px;
    width: 148%;
}
#video-carousel .owl-item.center + .owl-item {
    position: relative;
    z-index: -1;
}
#video-carousel .video-item video {
    width: 100%;
    height: 100%;
    transition: 0.3s opacity ease, 0.3s transform ease;
    opacity: 0.6;
    object-fit: cover;
}
#video-carousel .owl-item .video-item:hover video,
#video-carousel .owl-item.center .video-item video {
    opacity: 1;
}
#video-carousel .owl-nav button.owl-prev,
#video-carousel .owl-nav button.owl-next {
    position: absolute;
    cursor: pointer;
    font-size: 60px!important;
    color: #FFF!important;
    top: 0;
    height: 100%;
    width: 70px;
    transition: 0.3s opacity ease;
    opacity: 0.6;
    margin: 0;
    padding-bottom: 30px!important;
}
#video-carousel .owl-nav button.owl-prev:hover,
#video-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}
.vjs-poster{
    background: #000;
}
.vjs-poster:after{
    content: '';
    background: #008e7f;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
#video-carousel .owl-item.center .vjs-poster:after{
    display: none;
}
.block7{
    position: relative;
    padding-top: 40px;
    overflow: hidden;
}
.block7 h1{
    font-family: Anothershabby, sans-serif;
    font-size: 47px;
    line-height: 56px;
    color: #162983;
    position: relative;
    width: auto;
    text-align: center;
    font-weight: 400;
    height: 112px;
    margin-bottom: 15px;
}
.block7 h1 span{
    position: absolute;
}
.block7 h1 span:nth-child(1){
     top: 0;
     left: calc(50% - 438px);
 }
.block7 h1 span:nth-child(2){
    top: 56px;
    left: calc(50% - 350px);
}
.block7 h1 span:nth-child(3){
    top: 56px;
    left: calc(50% - 18px);
}
.block7 h1 span:nth-child(3):after{
    position: absolute;
    top: 25px;
    right: -80px;
    content: '';
    display: block;
    width: 72px;
    height: 68px;
    background: url("../img/arrow1_block7.png") no-repeat;
    z-index: 9;
}

.block7>div{
    position: relative;
    background: #61efe5;
}
.block7 .anketa-text{
    position: relative;
    width: 50%;
    margin-left: 50%;
    padding: 15px 15px 2px;
}
.block7 h2{
    font-weight: 900;
    color: #162983;
    position: relative;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 10px;
}
.block7 p{
    font-size: 30px;
    position: relative;
    color: #162983;
    margin-bottom: 10px;
}
.block7 p span{
    font-weight: 700;
}
.block7 ul{
    position: relative;
}
.block7 ul li{
    font-weight: 700;
    color: #162983;
    font-size: 28px;
    position: relative;
    padding-left: 80px;
    min-height: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;

}
.block7 ul li:nth-child(1){
    background: url("../img/icon1_block7.png") no-repeat 0 2px;
}
.block7 ul li:nth-child(2){
    background: url("../img/icon2_block7.png") no-repeat 0 0;
}
.block7 ul li:nth-child(3){
    background: url("../img/icon3_block7.png") no-repeat 0 4px;
}
.block7 .anketa{
    position: relative;
    max-width: 780px;
    margin-left: calc(100% - 780px);
    padding: 0 15px 15px;
}
.anketa:after{
    content: '';
    position: absolute;
    width: 125px;
    height: 125px;
    background: url("../img/akciya.png") no-repeat 0 0;
    display: block;
    top: -10px;
    right: 105px;
}
.banner{
    position: relative;
    width: 497px;
    height: 114px;
    margin: 0 0 0 -15px;
    background: url("../img/banner_block7.png") no-repeat 0 0;
    font-family: Montserrat, sans-serif;
}
.banner p{
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    position: relative;
    font-style: italic;
    text-shadow: 1px 0 2px rgba(0,0,0,0.4);
    font-weight: 700;
    padding: 12px 0 0 40px;
    margin: 0;
}
.banner p span{
    font-size: 27px;
}
.banner h3{
    font-weight: 900;
    font-style: italic;
    text-shadow: 1px 0 2px rgba(0,0,0,0.4);
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    font-size: 30px;
}
.banner h3 span{
    color: #f6ff00;
}
.banner h3 span.reg{
    color: #ffffff;
    font-weight: 400;
}
.banner:after{
    content: '';
    position: absolute;
    display: block;
    width: 86px;
    height: 56px;
    background: url("../img/arrow2_block7.png") no-repeat 0 0;
    top: 40px;
    right: -52px;
}
.timer{
    width: 262px;
    position: relative;
    margin-bottom: 12px;
}
.block7 .timer{
    margin-top: -7px;
}
.timer p{
    position: relative;
    color: #162983;
    font-size: 21px;
    text-align: center;
    margin-bottom: 5px;
}
.time{
    display: flex;
    position: relative;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.timer__item{
    width: 43px;
    height: 39px;
    position: relative;
    background: #fff;
    font-size: 30px;
    text-align: center;
    color: #162983;
    line-height: 35px;
    border: 2px solid #40d8cd;
    margin: 0 10px;
}
.separator{
    height: 39px;
    width: 5px;
    position: relative;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #162983;
}
.time:before{
    content: '';
    position: absolute;
    width: 37px;
    height: 22px;
    display: block;
    background: url("../img/arrow-timer.png") no-repeat 0 0;
    left: 0;
    top: 9px;
}
.time:after{
    content: '';
    position: absolute;
    width: 37px;
    height: 22px;
    display: block;
    background: url("../img/arrow-timer.png") no-repeat 0 0;
    transform: rotate(180deg);
    right: 0;
    top: 10px;
}
.form{
    width: 262px;
    position: relative;
}
.form input[type=text], .form input[type=phone]{
    width: 100%;
    height: 40px;
    background: #fff;
    border: 2px solid #40d8cd;
    padding: 0 10px;
    text-align: left;
    font-size: 15px;
    color: #162983;
    margin: 0 0 7px;
}
.form input[type=text].has-error, .form input[type=phone].has-error{
    background: #ffe9e3;
    border-color: #fd1800;
}
input::placeholder{
    color: #99d7d3;
}
.form .button{
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 22px;
    margin-bottom: 10px;
}
.form_block{
    position: relative;
    margin: 0 0 5px 30px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.form_block.last{
    margin: 0 0 0 80px;
}
.form_block span{
    font-size: 12px;
    line-height: 15px;
    color: #289991;
    letter-spacing: -0.7px;
    display: block;
    position: relative;
}
.form_block span a{
    text-decoration: underline;
    color: #289991;
}

.checkbox {
    width: 15px;
    position: relative;
    margin: 0 4px 0 0;
    display: block;
}
.checkbox label {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border:2px solid #40d8cd;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.checkbox.has-error label{
    background: linear-gradient(to bottom, #e59aa6 0%, #ffe9e3 100%);
    border-color: #fd1800;
}
.checkbox label:after {
    content: '';
    width: 7px;
    height: 3px;
    position: absolute;
    top: 2px;
    left: 1px;
    border: 2px solid #1a938a;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}
.checkbox label:hover::after {
    opacity: 0.3;
}
input[type=checkbox] {
    visibility: hidden;
    width: 15px;
    height: 10px;
}
input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.form p{
    margin: 17px 0 0 80px;
    font-size: 12px;
    color: #289991;
    position: relative;
}

.anketa img{
    position: absolute;
    bottom: 0;
    right: -40px;
}
.block7 .woman{
    position: absolute;
    bottom: 0;
    left: -80px;
}
.block8{
    position: relative;
    padding: 0 0 60px;
}
.block8 h1{
    padding: 30px 0;
}
.block8 .box{
    justify-content: space-between;
}
.block8 h2{
    font-weight: 700;
    font-style: italic;
    color: #56758d;
    font-size: 35px;
    position: relative;
    margin-bottom: 15px;
}
.block8 .box>div:nth-child(1){
     width: 40%;
 }
.block8 .box>div:nth-child(2){
    width: 56%;
}
.block8 p{
    color: #56758d;
    font-size: 20px;
    padding-left: 195px;
    position: relative;
    background: url("../img/icon1_block8.png") no-repeat 0 center;
    min-height: 162px;
}
.block8 p span{
    font-weight: 700;
}
.block8 ul{
    position: relative;
    padding: 50px 0 0 0;
}
.block8 ul li{
    position: relative;
    display: block;
    color: #56758d;
    font-size: 24px;
    padding-left: 65px;
    background: url("../img/arrow_block8.png") no-repeat 0 center;
    margin-bottom: 24px;
    min-height: 30px;
}
.block8 ul li span{
    font-weight: 700;
}
.block9{
    position: relative;
}
.block9 h1{
    font-size: 44px;
    font-weight: 400;
    position: relative;
    text-align: left;
    color: #162983;
}
.block9 h1 span{
    font-weight: 700;
}
.block9 h1 span.red{
    color: #ff0000;
}
.block9 h2{
    color: #56758d;
    font-weight: 400;
    position: relative;
    font-size: 24px;
}
.block9 h2 span{
    font-weight: 500;
    font-style: italic;
}
.line-with-text{
    position: relative;
    padding-left: 195px;
    margin: 25px 0;
    background: url("../img/885.png") no-repeat 0 center;
    min-height: 163px;
}
.line1{
     position: relative;
     width: 100%;
     display: flex;
     align-items: flex-end;
     padding-left: 50px;
 }
.line1:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #bbd1c9, #018e7f);
    bottom: 8px;
    left: 0;
    border-radius: 2px;
}
.line1>div{
    width: calc(25% + 10px);
    position: relative;
    padding: 18px 5px 30px 54px;
    text-align: center;
    color: #56758d;
    font-size: 14px;
    margin-left: -10px;
}
.line1>div:nth-child(1){
    background: url("../img/line_1_1.png") no-repeat 0 100%;
}
.line1>div:nth-child(2){
    background: url("../img/line_3_1.png") no-repeat 0 100%;
}
.line1>div:nth-child(3){
    background: url("../img/line_5_1.png") no-repeat 0 100%;
}
.line1>div:nth-child(4){
    background: url("../img/line_7_1.png") no-repeat 0 100%;
}

.line2{
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: -20px 0 20px -20px;
    padding-right: 50px;
}
.line2>div{
    width: calc(25% + 10px);
    position: relative;
    padding: 30px 54px 24px 5px;
    text-align: center;
    color: #56758d;
    font-size: 14px;
    margin-right: -10px;
}
.line2>div:nth-child(1){
    background: url("../img/line_2_1.png") no-repeat 100% 0;
}
.line2>div:nth-child(2){
    background: url("../img/line_4_1.png") no-repeat 100% 0;
}
.line2>div:nth-child(3){
    background: url("../img/line_6_1.png") no-repeat 100% 0;
}
.line2>div:nth-child(4){
    background: url("../img/line_8_1.png") no-repeat 100% 0;
}





.block9 .box{
    justify-content: space-between;
}
.block9 .box>div{
    width: calc(25% - 30px);
    position: relative;
}
.block9 .box>div img{
    max-width: 100%;

}
.block9 .box>div p{
    text-align: left;
    font-size: 25px;
    color: #4c5697;
    margin: 18px 10px 0 0;
}

.block10{
    position: relative;
    padding: 45px 0;
}
.block10 .container{
    display: flex;
    align-items: flex-start;
}
.block10 img{
    display: block;
    margin: 50px 30px 0 0;
}
.block10 .container>div{
    background: url("../img/img_block10.jpg") no-repeat 100% 0;
}
.block10 h1{
    color: #162983;
    position: relative;
    font-size: 44px;
    margin: 0 180px 20px 0;
    font-weight: 700;
    text-align: left;
    padding: 0;
}
.block10 p{
    color: #56758d;
    font-size: 20px;
    position: relative;
    margin:0 180px 15px 0;
}
.block10 p span{
    font-weight: 700;
}
.block10 p.last{
    margin-bottom: 37px;
}
.italic{
    font-style: italic;
}
.block10 h2{
    font-size: 30px;
    color: #162983;
    position: relative;
    display: block;
    margin: 0 0 25px;
}
.block10 h2 span{
    padding-right: 30px;
}
.block10 .container>div>div{
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.block10 .container>div>div .button{
    position: absolute;
    top: calc(50% - 27px);
    right: 0;
    font-size: 16px;
}
.block10 .button span{
    font-size: 18px;
    letter-spacing: 1px;
}
.block10 p.sm{
    margin: 0;
    font-size: 12px;
    color: #289991;
}

.block11{
    position: relative;
    background: #08ac83 url("../img/bg_block11.jpg") repeat center 100%;
    overflow: hidden;
    background-size: cover;
    padding-top: 40px;
}
.block11:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    content: '';
    display: block;
}
.shema{
    padding: 0 280px 35px 0;
    width: 100%;
    position: relative;
}
.shema-item{
    position: relative;
}
.shema-item h1{
    color: #fff;
    text-align: left;
    padding: 30px 0 10px;
    margin-bottom: 15px;
}
.shema-item h1:after{
    content: '';
    display: block;
    position: absolute;
    width: 47px;
    height: 2px;
    background: #fff;
    top: 100%;
    left: 0;
}
.shema-item h2{
    position: relative;
    color: #fff;
    text-align: left;
    font-size: 35px;
    font-weight: 900;
    padding: 0;
    margin-bottom: 15px;
}
.shema-item.first img{
    margin-top: 30px;
    max-width: calc(100% + 50px);
}
.shema-item p{
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 10px;
    padding-right: 30px;
}
.shema-item p span{
    font-weight: 700;
}
.shema-item .box{
    flex-direction: row;
    justify-content: space-between;
    padding-right: 30px;
}
.shema-item .box>div{
    position: relative;
    width: calc(50% - 20px);
}
.shema-item .box>div:nth-child(1):after{
    content: '';
    display: block;
    width: 25px;
    height: 59px;
    position: absolute;
    background: url("../img/arrow_block11.png") no-repeat 0 0;
    right: -31px;
    top: 24px;
}
.shema-item .box>div:nth-child(2) p{
    margin-left: 20px;
}
.shema .owl-nav{
    z-index: 5;
}
.shema .owl-nav button.owl-prev, .shema .owl-nav button.owl-next {
    cursor: pointer;
    font-size: 60px !important;
    color: #FFF !important;
    width: 34px;
    height: 58px;
    position: absolute;
    top: 100px;
    transition: 0.3s opacity
    ease;
    opacity: 0.6;
    margin: 0;
    padding-bottom: 30px !important;
    z-index: 5;
}
.shema .owl-nav button.owl-prev:hover, .shema .owl-nav button.owl-next:hover{
    opacity: 1;
}
.shema.owl-carousel .owl-nav button.owl-next {
    background: url(../img/arrow-r.png) no-repeat;
    right: 220px;
}
.shema.owl-carousel .owl-nav button.owl-prev {
    background: url(../img/arrow-l.png) no-repeat;
    left: -70px;
}
.shema.owl-carousel .owl-nav button.owl-prev span, .shema.owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.block11 .container>img{
    position: absolute;
    right: -120px;
    bottom: 0;
    z-index: 0;
}
.owl-dots{
    position: absolute;
    bottom: 3px;
    left: calc(50% - 40px);
}
.owl-carousel button.owl-dot{
    opacity: 0.4;
    width: 18px;
    height: 18px;
    background: url("../img/dot.png") no-repeat 0 0;
    margin: 0 3px;
}
.owl-carousel button.owl-dot.active, .owl-carousel button.owl-dot:hover{
    opacity: 1;
}

.block12{
    position: relative;
    padding-top: 40px;
}
.block12 .box{
    justify-content: space-between;
    align-items: flex-start;
}
.block12 .box>div{
    width: 25%;
    padding: 0 15px;
}
.block12 .box img{
    max-width: 100%;
}
.block12 .box p{
    text-align: center;
    font-size: 25px;
    color: #4c5697;
    position: relative;
    margin: 35px 0;
}
.block12 .box div.img{
    max-width: 288px;
    width: 100%;
    position: relative;
}
.block12 .box div.img>div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.block12 .box div.img>div>div{
    position: absolute;
    width: 70%;
    cursor: pointer;
}
.block12 .box div.img>div>div:nth-child(2){
    bottom: 7px;
    left: 0;
}
.block12 .box div.img>div>div:nth-child(1){
    top:0;
    right: 7px;
}
.block12 .box div.img>div>div img{
    max-width: 100%;
    box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.4);
    position: relative;
    display: block;
}
.block12 .box div.img>div>div:hover:after{
    content: '';
    background: #008e7f;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.block13{
    position: relative;
    background: url("../img/bg_block13.jpg") no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
}
.block13 .container{
    padding: 25px 0 0;
}
.block13 .container>div{
    width: 46%;
    margin-left: 54%;
    position: relative;
    background: #31b58e;
    padding: 25px 15px 20px 35px;
    box-shadow: 0 0 5px 3px #31b58e;
}
.block13 .container>div h1{
    margin: 0 0 3px;
    font-weight: 500;
    font-size: 40px;
    position: relative;
    color: #fefefe;
    text-align: left;
    padding: 0;
}
.block13 .container>div h1 b{
    font-weight: 800;
}
.block13 .container>div h1 span{
    display: block;
    margin-left: 23px;
}
.block13 .container>div>div{
    position: relative;
    padding: 0 0 0 15px;
}
.block13 p{
    color: #fefefe;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding: 12px 10px 12px 61px;
}
.block13 p span{
    font-weight: 800;
}
.block13 p:nth-child(1){
    background: url("../img/icon1_block13.png") no-repeat 0 center;
}
.block13 p:nth-child(2){
    background: url("../img/icon2_block13.png") no-repeat 0 center;
}
.block13 p:nth-child(3){
    background: url("../img/icon3_block13.png") no-repeat 0 center;
}
.block13 p:nth-child(4){
     background: url("../img/icon4_block13.png") no-repeat 0 center;
 }
.block13 p:nth-child(5){
    background: url("../img/icon5_block13.png") no-repeat 0 center;
}
.block13 h2{
    font-weight: 700;
    font-size: 26px;
    line-height: 27px;
    color: #fefefe;
    margin: 15px 0 0;
    position: relative;
}
.block13 h2:after{
    content: '';
    position: absolute;
    display: block;
    width: 88px;
    height: 38px;
    background: url("../img/arrow_block13.png") no-repeat 0 0;
    top: -7px;
    right: 179px;
}
.block13 .container>div>div>div{
    position: relative;
    width: 100%;
}
.block13 .button{
    position: absolute;
    top: calc(50% - 27px);
    right: 0;
    font-size: 16px;
}
.block13 .button span {
    font-size: 18px;
    letter-spacing: 1px;
}
.block13 img{
    position: absolute;
    bottom: 0;
    right: 43%;
}
.block14{
    position: relative;
    padding: 55px 0 129px;
    background: #eaf4fd;
    overflow: hidden;
}
.block14 h1{
    line-height: 36px;
    padding: 0 0 38px;
}
.block14 .container>div{
    position: relative;
    width: 100%;
    text-align: center;
}
.block14 .container>div>div{
    position: relative;
    width: 480px;
    height: 480px;
    display: block;
}
.block14 .container>div img{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 2;
}
.block14 .container>div .img1{
    background: url("../img/img3_block14.png") no-repeat 0 0;
    margin: 0 auto 30px;
}
.block14 .container>div .img1 img{
    z-index: 0;
}
.block14 .container>div .img4{
    background: url("../img/img3_block14.png") no-repeat 0 0;
    margin: 0 auto;
}
.block14 .container>div .img2{
    background: url("../img/img3_block14.png") no-repeat 0 0;
    position: absolute;
    top: calc(50% - 240px);
    left: calc(50% - 495px);
}
.block14 .container>div .img3{
    background: url("../img/img3_block14.png") no-repeat 0 0;
    position: absolute;
    top: calc(50% - 240px);
    right: calc(50% - 495px);
    font-size: 24px;
    line-height: 26px;
    font-weight: 800;
    z-index: 2;
}
.block14 .container>div .img3>img{
    display: none;
}
.block14 .container>div .img3>div{
    height: 50%;
    position: relative;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.block14 .container>div .img3>div p{
    position: relative;
    width: 100%;
}
.block14 .container>div .img3>div{
    color: #fefefe;
    display: flex;
    align-items: flex-end;
}
.block14 .container>div .img3>div.last{
    color: #08ac83;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.block14 .container>div .img3>div.last img{
    margin: 5px auto 0;
    display: block;
    width: auto;
    height: auto;
}
.block14 .bg{
    width: 100%;
    height: 50%;
    background: #66c6c7;
    position: absolute;
    bottom: 0;
    left: 0;
}
.block14 .bg.mob{
    display: none;
}
.soy{
    position: absolute;
    width: 50%;
    height: 100%;
    background: url("../img/img_soy.png") no-repeat 0 0;
    background-size: auto 100%;
    top: 0;
    left: 0;
}
.pumpkin{
    position: absolute;
    width: 50%;
    height: 100%;
    background: url("../img/img_pumpkin.png") no-repeat 0 0;
    background-size: auto 100%;
    opacity: 0.48;
    top: 0;
    right: 0;
}
.seed{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/seed.png") no-repeat center center;
    top: 0;
    left: 0;
    z-index: 0;
}
.block15{
    position: relative;
    padding: 40px 0;
}
.reviews{
    position: relative;
    width: 100%;
}
.review-item{
    position: relative;
    padding: 91px 15px 0;
}

.owl-carousel .owl-item img.ava{
    position: absolute;
    top: 0;
    left: calc(50% - 65px);
    width: 130px;
    height: 130px;
}
.review-border{
    position: relative;
    padding: 50px 5px 78px;
    -webkit-transition: all 0.25s    ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s    ease-in-out;
}
.border{
    position: absolute;
    border-color: #c8d0dd;
    width: 54px;
    height: 54px;
}
.border1{
     top: 0;
     left: 0;
     border-top: 3px solid #c8d0dd;
     border-left: 3px solid #c8d0dd;
 }
.border2{
    top: 0;
    right: 0;
    border-top: 3px solid #c8d0dd;
    border-right: 3px solid #c8d0dd;
}
.border3{
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #c8d0dd;
    border-left: 3px solid #c8d0dd;
}
.border4{
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #c8d0dd;
    border-right: 3px solid #c8d0dd;
}
.review-border p.bold{
    font-weight: 700;
    font-size: 25px;
    color: #4c5697;
    text-align: center;
    position: relative;
    margin: 0 0 15px;
}
.stars{
    position: relative;
    width: 100%;
    height: 21px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}
.star{
    width: 22px;
    height: 21px;
    position: relative;
    background: url("../img/star.png");
    margin: 0 3px;
}
.review-text{
    position: relative;
    color: #4c5697;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
    height: 88px;
    -webkit-transition: all 0.25s    ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s    ease-in-out;
}
.review-text.active{
    height: auto;
}
.see_more{
    font-size: 20px;
    line-height: 20px;
    font-style: italic;
    position: absolute;
    text-align: center;
    width: 150px;
    height: 38px;
    bottom: 20px;
    left: calc(50% - 75px);
    color: #4c5697;
    letter-spacing: -1px;
    background: url("../img/arrow_block15.png") no-repeat 68px 100%;
    cursor: pointer;
    -webkit-transition: all 0.1s    ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s    ease-in-out;
}
.see_more .hide{
    display: none;
    opacity: 0;
}
.see_more.active{
    padding-top: 8px;
    height: 28px;
    bottom: 0;
    background: url("../img/arrow2_block15.png") no-repeat 68px 0;
}
.see_more.active span{
    display: none;
    opacity: 0;
}
.see_more.active span.hide{
    display: block;
    opacity: 1;
}
.reviews.owl-carousel .owl-nav button.owl-prev{
    width: 25px;
    height: 58px;
    position: absolute;
    background: url("../img/arrow2-l.png") no-repeat 0 0;
    top: 260px;
    left: -25px;
}
.reviews.owl-carousel .owl-nav button.owl-next{
    width: 25px;
    height: 58px;
    position: absolute;
    background: url("../img/arrow2--r.png") no-repeat 0 0;
    top: 250px;
    right: -25px;
}
.reviews.owl-carousel .owl-nav button.owl-prev span, .reviews.owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.block16{
    position: relative;
    background: #61efe5;
    padding: 35px 0 0;
    overflow: hidden;
}
.block16 h1 {
    font-family: Anothershabby, sans-serif;
    font-size: 40px;
    line-height: 44px;
    color: #162983;
    position: absolute;
    width: auto;
    text-align: left;
    font-weight: 400;
    top: 40px;
    left: 15px;
}
.block16 h1:after{
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 63px;
    background: url("../img/arrow1_block16.png") no-repeat 0 0;
    top: -13px;
    right: -95px;
}
.block16 .woman {
    position: absolute;
    bottom: 0;
    left: -50px;
    max-height: calc(100% - 90px);
}
.block16 .anketa-text {
    position: relative;
    width: 50%;
    margin-left: 42%;
    padding: 20px 15px 2px;
}
.block16 h2 {
    font-weight: 900;
    color: #162983;
    position: relative;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 10px;
}
.block16 .anketa-text p {
    font-size: 30px;
    position: relative;
    color: #162983;
    margin-bottom: 40px;
}
.block16 .anketa-text p span {
    font-weight: 700;
}
.block16 .anketa {
    position: relative;
    max-width: 880px;
    width: 75%;
    margin-left: 25%;
    padding: 0 15px 70px;
}
.block16 .banner{
    margin: 0 0 50px 155px;
    width: 556px;
    height: 123px;
    background: url(../img/banner_block16.png) no-repeat 0 0;
}
.block16 .banner p {
    font-size: 23px;
}
.block16 .banner p span{
    font-size: 31px;
}
.block16 .banner h3{
    font-size: 34px;
    padding: 0 0 0 25px;
}
.block16 .banner:after {
    content: '';
    position: absolute;
    display: block;
    width: 34px;
    height: 91px;
    background: url(../img/arrow2_block16.png) no-repeat 0 0;
    bottom: auto;
    top: 88px;
    right: 168px;
}
.block16 .anketa:after {
    width: 150px;
    height: 148px;
    background: url(../img/akciya2.png) no-repeat 0 0;
    display: block;
    top: -10px;
    right: -15px;
}
.block16 .form_block, .block16 .form_block.last{
    margin: 0 0 5px 0;
}
.block16 .form p{
    margin: 17px 0 0 24px;
}
.block16 .anketa img{
    right: -95px;
    bottom: -20px;
}

.footer{
    position: relative;
    background: #07977c;
    padding: 25px 0 40px;
}

.footer .container p{
    text-transform: none;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    width: 460px;
    padding-left: 98px;
    background: url("../img/logo_MCZ.png") no-repeat 0 center;
    margin-bottom: 25px;
}
.bad{
    width: 100%;
    height: 93px;
    position: relative;
    background: url("../img/bad.png") repeat-x 0 center;
}
.overflow {
    overflow: hidden;
}
.popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    overflow: auto;
    background: rgba(0,0,0,0.6);
    display: none;
}

.docs .wp{
    position: relative;
    display: block;
    width: 700px;
    margin: 30px calc(50% - 350px);
    height: auto;
    background: #07977c;
    padding: 15px;
    border: 5px solid #fefefe;
    border-radius: 20px;
}
.docs .wp h1{
    color: #fff;
}
.docs .wp img{
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    max-width: 555px;
    width: 90%;
}
.docs .owl-carousel .owl-nav button.owl-prev, .docs .owl-carousel .owl-nav button.owl-next {
    width: 34px;
    height: 58px;
    position: absolute;
    top: calc(50% - 29px);
    opacity: 0.6;
}
.docs .owl-carousel .owl-nav button.owl-prev:hover, .docs .owl-carousel .owl-nav button.owl-next:hover{
    opacity: 1;
}
.docs .owl-carousel .owl-nav button.owl-next {
    background: url(../img/arrow-r.png) no-repeat;
    right: 0;
}
.docs .owl-carousel .owl-nav button.owl-prev {
    background: url(../img/arrow-l.png) no-repeat;
    left: 0;
}
.owl-carousel .owl-nav button span{
    display: none;
}
.call_to_action .wp{
    position: relative;
    display: block;
    padding: 15px;
    width: 800px;
    height: 800px;
    border: 5px solid #fefefe;
    background: #61efe5;
    margin: 200px calc(50% - 450px) 60px calc(50% - 350px);
    border-radius: 20px;
}
.call_to_action form{
    width: 100%;
    position: relative;
    padding: 60px 40px 0 350px;
}
.call_to_action input[type=text], .call_to_action input[type=phone] {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 2px solid #40d8cd;
    padding: 0 10px;
    text-align: left;
    font-size: 15px;
    color: #162983;
    margin: 0 0 7px;
}
.call_to_action input[type=text].has-error, .call_to_action input[type=phone].has-error{
    background: #ffe9e3;
    border-color: #fd1800;
}
.call_to_action .button {
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 10px;
    font-family: ProximaNovaExCond, sans-serif;
    padding: 13px 0;
}
.call_to_action .form_block{
    margin: 0 2% 5px 0;
    width: 60%;
    float: left;
}
.call_to_action .form_block.last{
    width: 38%;
    margin: 0 0 5px 0;
}
.call_to_action .form_block.last:after{
    content: '';
    display: block;
    position: relative;
}
.call_to_action form .popup_checkboxs{
    position: relative;
}
.call_to_action form .popup_checkboxs:after{
    content: '';
    position: relative;
    clear: both;
    display: block;
}
.call_to_action form p{
    margin: 10px 0 0 0;
    text-align: right;
    font-size: 12px;
    color: #289991;
    position: relative;
}
.call_to_action .banner {
    position: relative;
    width: 393px;
    height: 151px;
    margin: 0 0 0 155px;
    background: url(../img/banner_call_to_action.png) no-repeat 0 0;
}
.call_to_action .banner p{
    padding: 10px 0 0 50px;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
}
.call_to_action .banner h3 {
    padding: 0 0 0 40px;
    font-size: 40px;
    line-height: 38px;
}
.call_to_action .banner h3 span{
    padding: 0;
    margin: 0 0 0 -10px;
}
.call_to_action .banner h3 span.reg{
    margin: 0;
    padding: 0;
}
.call_to_action  .product{
    position: relative;
    width: 529px;
    height: 454px;
    margin: -53px 0 0 260px;
}
.call_to_action  .product img{
    width: 100%;

}
.call_to_action .banner:after {
    width: 34px;
    height: 91px;
    background: url(../img/arrow2_block16.png) no-repeat 0 0;
    top: 122px;
    left: 88px;
    right: auto;
}
.call_to_action .product:after {
    content: '';
    position: absolute;
    width: 125px;
    height: 125px;
    background: url(../img/akciya.png) no-repeat 0 0;
    display: block;
    top: -85px;
    right: 35px;
}
.call_to_action .woman {
    position: absolute;
    bottom: 0;
    left: -220px;
    max-width: 75%;
}
.wp .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 1;
}
.wp .close:after, .wp .close:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 24px;
    height: 3px;
    background: #fff;
    content: '';
}
.wp .close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#thanks .wp{
    position: relative;
    display: block;
    padding: 25px 15px;
    width: 300px;
    height: auto;
    border: 5px solid #fefefe;
    background: #61efe5;
    margin: 30px calc(50% - 150px);
    border-radius: 20px;
    text-align: center;
}
#thanks .wp h1{
    color: #162983;
}

/*@media all and (max-width: 1800px){
    #video-carousel .video-item  {
        height: 460px;
        margin-top: 100px;
    }
    #video-carousel .owl-item.center .video-item {
        height: 680px;
    }
}
@media all and (max-width: 1500px){
    #video-carousel .video-item  {
        height: 375px;
        margin-top: 80px;
    }
    #video-carousel .owl-item.center .video-item {
        height: 556px;
    }
}*/
@media all and (max-width: 1350px){
    .block11 .container>img{
        z-index: 2;
    }
    .shema .owl-nav button.owl-prev, .shema .owl-nav button.owl-next{
        display: none;
    }
}
@media all and (max-width: 1200px) {
    .block5 .box{
        text-align: center;
        align-items: center;
        justify-content: space-around;
    }
    .block5 .box>div{
        margin: 0 15px 25px;
    }
    #video-carousel .video-item  {
        height: 291px;
        margin-top: 60px;
    }
    #video-carousel .owl-item.center .video-item {
        height: 431px;
    }
    #video-carousel.owl-carousel .owl-nav button.owl-prev, #video-carousel.owl-carousel .owl-nav button.owl-next{
        top: calc(50% - 39px);
    }
    .block7 .woman{
        display: none;
    }
    .block7 h1 span, .block7 h1 span:nth-child(1), .block7 h1 span:nth-child(2), .block7 h1 span:nth-child(3){
        top: auto;
        left: auto;
        right: auto;
        position: relative;
    }
    .block7 h1{
        height: auto;
    }
    .block7 h1 span:nth-child(3){
        display: block;
    }
    .block7 h1 span:nth-child(3):after{
        right: calc(50% - 280px);
        top: 40px;
        transform: rotate(15deg);
    }
    .block7 .anketa-text{
        width: 780px;
        margin-left: calc(50% - 390px);
    }
    .block7 .anketa{
        margin-left: calc(50% - 390px);
    }
    .form_block{
        margin: 0 0 5px 0;
    }
    .form_block.last {
        margin: 0;
    }
    .form p{
        margin: 17px 0 0;
    }
    .block13 .container>div{
        width: 46%;
        margin-left: 50%;
    }
    .block13 img {
         right: 47%;
     }
    .block13 h2{
        padding-bottom: 80px;
    }
    .block13 .button {
        top: auto;
        bottom: 0;
        right: 0;
    }
    .block13 h2:after {
        top: 20px;
        right: 100px;
        transform: rotate(45deg);
    }
    .reviews.owl-carousel .owl-nav button.owl-next{
        right: -15px;
    }
    .reviews.owl-carousel .owl-nav button.owl-prev{
        left: -15px;
    }
    .block16 .anketa-text{
        margin-left: 45%;
    }
    .block16 .banner{
        margin-left: 140px;
    }
}
@media all and (max-width: 1100px) {
    .header{
        height: 94px;
    }
    .header .button{
        display: none;
    }
    .menu {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: calc(100% + 27px);
        background: #07977c;
        -webkit-transition: all 0.25s
        ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s
        ease-in-out;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        z-index: 5;
        pointer-events: none;
    }
    .menu a {
        width: 100%;
        padding: 20px 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        text-align: center;
        display: block;
    }
    .menu.is-active {
        opacity: 1;
        pointer-events: all;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .hamburger {
        display: block;
    }
    .hamburger.is-open span {
        opacity: 0;
    }
    .hamburger.is-open span:first-child {
        margin: -2px 0 0 -3px;
        position: absolute;
        top: 50%;
        width: 100%;
        background: #ffffff;
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
        opacity: 1;
    }
    .hamburger.is-open span:last-child {
        margin: -2px 0 0 -3px;
        position: absolute;
        top: 50%;
        width: 100%;
        background: #ffffff;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        opacity: 1;
    }

    .block1{
        padding-top: 94px;
    }
    .block1 .woman{
        height: calc(96% - 5px);
        right: -50px;
    }
    #video-carousel .video-item{
        height: 600px;
        margin: 0;
    }

    #video-carousel .owl-item.center .video-item{
        width: 100%;
        height: 600px;
        margin: 0;
    }
    #video-carousel.owl-carousel .owl-nav button.owl-next {
        right: 10%;
    }
    #video-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 10%;
    }

    .block13 img{
        width: 60%;
        max-width: 723px;
    }
    .block13 h2:after {
        right: 40px;
    }
    .block16 .banner{
        margin-left: 130px;
    }
    .block16 .anketa:after {
        width: 125px;
        height: 125px;
        background: url(../img/akciya.png) no-repeat 0 0;
        display: block;
        top: 50px;
        right: -15px;
    }

    .block16 .anketa-text {
        margin-left: 50%;
    }
    .block16 .anketa img {
        width: 86%;
        max-width: 675px;
    }
    .bad{
        background-size: 100% 93px;
    }
    .call_to_action .woman{
        display: none;
    }
    .call_to_action .wp {
        width: 490px;
        height: auto;
        margin: 30px calc(50% - 245px) 60px;
    }
    .call_to_action form {
        width: 100%;
        position: relative;
        padding: 60px 40px 0 40px;
    }
    .call_to_action .banner{
        margin: 20px 0 0;
    }
    .call_to_action .banner:after{
        display: none;
    }
    .call_to_action .product{
        margin: 0;
        width: 100%;
        height: auto;
    }
    .call_to_action .product:after{
        right: 0;
    }
}
@media all and (max-width: 1000px) {
    .block1 .woman{
        height: calc(86% - 5px);
    }
    .block4 .box>div{
        width: 100%;
        position: relative;
        font-size: 35px;
        color: #56758d;
        text-align: center;
        padding-left: 0;
        padding-top: 179px;
        min-height: 160px;
        display: block;
        margin: 0 0 55px;
        max-width: 500px;
    }
    .block4 .box>div:nth-child(1), .block4 .box>div:nth-child(2), .block4 .box>div:nth-child(3), .block4 .box>div:nth-child(4){
        background-position: center 0;
    }
    #video-carousel .video-item{
        height: 520px;
    }

    #video-carousel .owl-item.center .video-item{
        height: 520px;
    }
    .block8 .box>div:nth-child(1){
        width: 100%;
    }
    .block8 .box>div:nth-child(2){
        width: 100%;
    }
    .block8 h2 {
        padding-left: 195px;
        background: url(../img/icon1_block8.png) no-repeat 0 center;
        min-height: 162px;
        display: flex;
        align-items: center;
    }
    .block8 p {
        padding-left: 0;
        background: none;
        min-height: 0;
    }
    .line-with-text{
        position: relative;
        padding: 20px 0;
        margin: 25px 0;
        background: none;
    }
    .line1{
        position: relative;
        width: calc(50% + 10px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        margin: 0 0 0 calc(50% - 10px);
    }
    .line1:before{
        content: '';
        display: block;
        position: absolute;
        width: 4px;
        height: 100%;
        background: linear-gradient(to bottom, #bbd1c9, #018e7f);
        top: 0;
        left: 9px;
        border-radius: 2px;
    }
    .line1>div{
        width: 100%;
        max-width: 300px;
        height: 150px;
        padding: 80px 5px 30px 30px;
        text-align: left;
        margin-left: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .line1>div:nth-child(1){
        background: url("../img/line_1_2.png") no-repeat 0 0;
    }
    .line1>div:nth-child(2){
        background: url("../img/line_3_2.png") no-repeat 0 0;
    }
    .line1>div:nth-child(3){
        background: url("../img/line_5_2.png") no-repeat 0 0;
    }
    .line1>div:nth-child(4){
        background: url("../img/line_7_2.png") no-repeat 0 0;
    }

    .line2{
        position: absolute;
        width: 50%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        margin: 0;
        padding: 0;
        top: -2px;
        left: 11px;
        flex-direction: column;
    }
    .line2>div{
        width: 100%;
        max-width: 300px;
        height: 150px;
        position: relative;
        padding: 20px 25px 70px 5px;
        text-align: right;
        margin-right: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .line2>div:nth-child(1){
        background: url("../img/line_2_2.png") no-repeat 100% 100%;
    }
    .line2>div:nth-child(2){
        background: url("../img/line_4_2.png") no-repeat 100% 100%;
    }
    .line2>div:nth-child(3){
        background: url("../img/line_6_2.png") no-repeat 100% 100%;
    }
    .line2>div:nth-child(4){
        background: url("../img/line_8_2.png") no-repeat 100% 100%;
    }
    .block9 h1{
        text-align: center;
    }
    .block9 h2{
        text-align: center;
        padding-top: 180px;
        background: url("../img/885.png") no-repeat center 0;
    }
    .block9 .box>div{
        width: calc(50% - 30px);
        text-align: center;
    }
    .block9 .box>div p {
        text-align: center;
        margin: 18px 0 20px;
    }
    .block11:before{
        display: none;
    }
    .block11{
        padding: 0;
    }
    .block11 .container>img{
        display: none;
    }
    .shema-item .box{
        align-items: flex-end;
    }
    .shema {
        padding: 0 0 35px;
    }
    .shema-item{
        padding: 0 1px;
    }
    .shema-item p{
        font-size: 30px;
        line-height: 30px;
        padding-right: 0;
    }
    .block12 .box>div{
        width: 50%;
        text-align: center;
    }
    .block12 .box div.img{
        margin: 0 auto;
    }
    .block13 .container>div {
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
        padding: 25px;
    }
    .block13 img{
        display: none;
    }
    .block13 h2:after {
        right: 120px;
    }
    .block14 .container{
        padding: 0;
    }
    .block14 .container>div .img1{
        margin-bottom: 0;
    }
    .block14 .container>div .img3, .block14 .container>div .img2{
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 0 auto;
    }
    .block14 .bg{
        display: none;
    }

    .block14 .bg.mob{
        position: absolute;
        width: 100%;
        height: 25%;
        background: #66c6c7;
        top: 12.5%;
        left: 0;
        display: block;
    }
    .block14 .bg.mob.last{
        top: auto;
        bottom: 12.5%;
    }
    .block14 .bg.mob .pumpkin{
        width: 30%;
        background-position: 0 0;
    }
    .block14 .bg.mob .soy{
        display: block;
        width: 100%;
        background-position: 0 0;
    }
    .block14 .bg.mob.last .pumpkin{
        width: 100%;
        background-position: 100% 0;
    }
    .seed {
        width: 900px;
        left: calc(50% - 240px);
        top: auto;
        height: 800px;
        bottom: 100px;
        background: url(../img/seed.png) no-repeat 0 100%;
        background-size: contain;
        z-index: 0;
    }
    .block16 h1{
        position: relative;
        left: auto;
        padding-bottom: 45px;
    }
    .block16 h1:after{
        top: auto;
        bottom: -50px;
        right: auto;
        left: 20%;
        transform: rotate(45deg);
    }
    .block16 .anketa-text {
        width: 70%;
        margin-left: 30%;
    }
    .block16 .woman{
        display: none;
    }
    .block16 .anketa {
        width: 80%;
        margin-left: 10%;
    }
    .block16 .banner {
        margin-left: 0;
    }
    .block16 .form p {
        margin: 17px 0 0 0;
    }
    .block16 .anketa img {
        width: 88%;
        right: -120px;
    }

}
@media all and (max-width: 860px) {
    .block2 .container {
        flex-direction: column;
        padding: 0;
    }
    .block2 .container>div {
        width: 100%;
        padding: 25px 25px 70px;
    }
    .icon_block2{
        max-width: 340px;
        margin: 0 auto;
    }
    .block2 .container>div p{
        max-width: 340px;
        margin: 0 auto;
    }
    .block2 .container>div p br{
        display: none;
    }
    .block2 .container>div:nth-child(2) {
        width: 100%;
    }
    .block2 .plus{
        z-index: 5;
    }
    .block2 .container>div:nth-child(3) {
        width: 100%;
    }
    .block3 .box>div{
        width: 100%;
        margin-bottom: 40px;
    }
    .block3 .box>div:before, .block3 .box>div:after, .block3 .box>div:nth-child(1):before{
        display: none;
    }
    #video-carousel .video-item{
        height: 442px;
    }

    #video-carousel .owl-item.center .video-item{
        height: 442px;
    }
    .block7 .anketa-text{
        width: 100%;
        margin: 0;
    }
    .block7 .anketa{
        margin: 0;
    }
    .banner:after{
        display: none;
    }
    .block16 .anketa img {
        right: -140px;
    }
    .block16 .banner{
        margin-bottom: 20px;
    }
    .block16 .banner:after{
        display: none;
    }
    .block16 .anketa:after {
        right: -50px;
        top: 110px;
    }
}
@media all and (max-width: 800px) {
    .block1 p{
        padding-bottom: 650px;
    }
    .block1 .woman{
        height: auto;
        width: calc(100% - 30px);
        right: 15px;
        left: 15px;
        max-width: 651px;
        bottom: 300px;
    }
    #video-carousel .video-item{
        height: 408px;
    }

    #video-carousel .owl-item.center .video-item{
        height: 408px;
    }
    #video-carousel.owl-carousel .owl-nav button.owl-prev, #video-carousel.owl-carousel .owl-nav button.owl-next {
        width: 20px;
        height: 34px;
        background-size: 20px 34px;
    }
    #video-carousel.owl-carousel .owl-nav button.owl-next {
        right: 7%;
    }
    #video-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 7%;
    }
    .block7 .anketa{
        text-align: center;
        padding-top: 30px;
    }
    .anketa img {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 450px;
        width: 100%;
    }
    .banner {
        margin: -15px auto 0;
        text-align: left;
    }
    .timer{
        margin: 0 auto 12px;
    }
    .form{
        margin:  0 auto;
    }
    .anketa:after {
        top: -10px;
        right: 70px;
    }
    .block10 .container{
        display: block;
    }
    .block10 img {
        display: block;
        margin: 50px auto 30px;
    }
    .block16 h1{
        text-align: center;
        padding-bottom: 60px;
    }
    .block16 .anketa-text {
        width: 100%;
        margin-left: 0;
    }
    .block16 h1:after {
        bottom: 5px;
        left: 10%;
        transform: rotate(140deg);
    }
    .block16 .anketa {
        text-align: center;
        padding-top: 30px;
        max-width: 780px;
        width: 100%;
        margin: 0 auto;
    }
    .block16 .anketa img{
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 450px;
        width: 100%;
    }
    .block16 .banner{
        margin: -15px auto 0;
        text-align: left;
    }
    .block16 .anketa:after {
        top: -10px;
        right: 70px;
    }
    .docs .wp{
        width: calc(100% - 30px);
        margin: 30px 15px;
    }

}
@media all and (max-width: 650px) {
    .block1 h1 br{
        display: none;
    }
    .block1 p {
        padding-bottom: 550px;
    }
    .block5 p{
        width: 100%;
    }
    #video-carousel .video-item{
        height: 346px;
    }

    #video-carousel .owl-item.center .video-item{
        height: 346px;
    }
    .block12 .box>div{
        width: 100%;
    }
    .block14 h1{
        height: 72px;
    }
    .block14 .bg.mob{

    }
    .reviews.owl-carousel .owl-nav button.owl-next{
        width: 15px;
        height: 34px;
        background-size: 15px 34px;
        right: 1px;
    }
    .reviews.owl-carousel .owl-nav button.owl-prev{
        width: 15px;
        height: 34px;
        background-size: 15px 34px;
        left: 1px;
    }


}
@media all and (max-width: 600px) {
    .block1 p {
        padding-bottom: 500px;
    }

    .block1 .woman {
        bottom: 250px;
    }

    .block1 .product {
        width: 100%;
        margin: 0;
        background-size: contain;
        background-position: center 100%;
    }
    .block1 .button{
        bottom: 20px;
        left: calc(50% - 94px);
    }
    #video-carousel .video-item{
        height: 313px;
    }

    #video-carousel .owl-item.center .video-item{
        height: 313px;
    }
    .block7 h1{
        font-size: 40px;
    }
    .block7 h1 span:nth-child(3):after {
        right: calc(50% - 220px);
    }
    .anketa:after {
        right: 0;
    }
    .banner{
        background: #ff1936;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        width: calc(100% + 60px);
        height: auto;
        box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.2);
        padding: 15px;
        text-align: center;
        margin-left: -30px;
    }
    .banner p{
        margin: 0;
        padding: 0;
    }
    .banner h3{
        padding: 0;
    }
    .block7 .timer {
        margin-top: 15px;
    }
    .block9 .box>div{
        width: 100%;
    }
    .block13 h2:after {
        display: none;
    }
    .block13 h2 {
        font-size: 22px;
        line-height: 23px;
        padding:  0 185px 0 0;
    }
    .block13 .container>div h1{
        font-size: 34px;
        line-height: 38px;
    }
    .block16 .banner{
        background: #ff1936;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        width: calc(100% + 60px);
        height: auto;
        box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.2);
        padding: 15px;
        text-align: center;
        margin-left: -30px;
    }
    .block16 .banner p{
        margin: 0;
        padding: 0;
    }
    .block16 .banner h3{
        padding: 0;
    }
    .block16 .timer {
         margin-top: 15px;
     }
    .block16 .anketa:after{
        right: 0;
    }
    .footer .container p{
        width: auto;
    }
    .call_to_action .banner{
        background: #ff1936;
        width: calc(100% + 30px);
        margin: 20px -15px 30px -15px;
        height: auto;
        padding-bottom: 25px;
    }
    .call_to_action .banner p{
        padding: 10px 0 0;
        margin: 0;
        text-align: center;
    }
    .call_to_action .banner h3{
        padding: 0;
        text-align: center;
    }
    .call_to_action .banner h3 span{
        margin: 0;
    }
    .call_to_action .product:after{
        top: -50px;
    }
}
@media all and (max-width: 550px) {
    .block1 p {
        padding-bottom: 450px;
    }

    #video-carousel .video-item{
        height: 285px;
    }

    #video-carousel .owl-item.center .video-item{
        height: 285px;
    }
    #video-carousel.owl-carousel .owl-nav button.owl-next {
        right: 8%;
        top: calc(50% - 27px);
    }
    #video-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 8%;
        top: calc(50% - 27px);
    }
    .shema-item p {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: -1px;
    }
    .shema-item .box>div:nth-child(2) p{
        margin-left: 10px;
    }
    .shema-item .box>div {
        position: relative;
        width: calc(50% - 10px);
    }
    .shema-item .box>div:nth-child(1):after {
        width: 15px;
        height: 35px;
        background-size: 15px 35px;
        right: -20px;
    }
    .block14 .container>div .img1, .block14 .container>div .img2, .block14 .container>div .img3, .block14 .container>div .img4{
        width: auto;
        height: auto;
        margin: 0 20px;
        background-size: 100% 100%;
    }
    .block14 .container>div .img3>img{
        display: block;
    }
    .block14 .container>div .img3>div{
        position: absolute;
        top: 0;
    }
    .block14 .container>div .img3>div.last{
        bottom: 0;
        top: auto;
    }
    .block14 .container>div .img3>div.last img {
        width: 40%;
    }
    .docs .owl-carousel .owl-nav button.owl-prev, .docs .owl-carousel .owl-nav button.owl-next{
        width: 20px;
        height: 34px;
    }
    .docs .owl-carousel .owl-nav button.owl-next{
        right: -5px;
        background-size: 20px 34px;
    }
    .docs .owl-carousel .owl-nav button.owl-prev{
        left: -5px;
        background-size: 20px 34px;
    }
    .docs .wp h1{
        font-size: 30px;
        line-height: 32px;
    }
    .call_to_action .wp {
        width: calc(100% - 30px);
        height: auto;
        margin: 30px 15px;
    }
    .call_to_action form {
        width: 100%;
        position: relative;
        padding: 50px 0 0 0;
    }
    .call_to_action .form_block {
        margin: 0 0 5px 0;
        width: 100%;
        float: none;
    }
    .call_to_action .form_block.last {
        width: 100%;
        margin: 0 0 5px 0;
    }

}
@media all and (max-width: 500px) {
    .header {
        height: 100px;
    }
    .block1 {
        padding-top: 100px;
    }
    .logo{
        background: url(../img/logo.png) no-repeat 0 0;
        width: 193px;
        min-height: 36px;
        padding-left: 0;
        padding-top: 40px;
    }
    .menu {
        top: 90px;
    }
    .menu a {
        padding: 15px 10px;
    }
    .block1 h1{
        font-size: 44px;
        line-height: 50px;
    }
    .block1 p {
        padding-bottom: 350px;
    }
    .block1 p br{
        display: none;
    }
    #video-carousel .video-item{
        height: 257px;
    }

    #video-carousel .owl-item.center .video-item{
        height: 257px;
    }
    .block7 .anketa-text{
        padding: 15px 0 2px;
    }
    .block7 .anketa{
        padding: 30px 0 15px;
    }
    .banner{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .block9 h1{
        font-size: 38px;
    }
    .block10 .container>div {
        background: none;

    }
    .block10 h1 {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .block10 p {
        margin: 0 0 15px 0;
        text-align: center;
    }
    .block10 p.last {
        padding-bottom: 220px;
        background: url(../img/img_block10.jpg) no-repeat center 100%;
        margin-bottom: 37px;
    }
    .block10 .container>div>div .button{
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto;
    }
    .block10 h2{
        font-size: 28px;
        text-align: center;
    }
    .block10 h2 span{
        font-size: 32px;
        padding: 0;
        display: block;
    }
    .block13 .container{
        padding: 0;
    }
    .block13 .container>div {
        width: 100%;
        padding: 25px 15px;
    }
    .block13 .container>div>div{
        padding: 0;
    }
    .block14 .container>div .img3>div.last img{
        display: none;
    }
    .block14 .container>div .img3>div p{
        width: 60%;
        margin: 0 auto;
        font-size: 22px;
        line-height: 24px;
    }
    .block16 .anketa-text{
        padding: 20px 0 2px;
    }
    .block16 .anketa{
        padding: 30px 0 15px;
    }
    .block16 .banner{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}
@media all and (max-width: 450px) {
    .block1 p {
        padding-bottom: 250px;
    }
    .block1 .woman {
        width: calc(100% - 15px);
        right: 0;
        left: 15px;
        bottom: 200px;
    }
    .block2 .container>div{
        padding: 25px 15px 70px;
    }
    .block7 .anketa-text{
        padding-top: 20px;
    }
    .block7 h1 span:nth-child(3):after {
        right: 0;
        top: 100%;
    }
    .block8 h2 {
        padding-left: 125px;
        background-size: 100px 109px;
        min-height: 109px;
    }
    .block14 .container>div .img3>div p{
        letter-spacing: -1px;
        font-size: 20px;
        line-height: 22px;
    }
    .seed {
        width: 900px;
        left: calc(50% - 240px);
        top: auto;
        height: 800px;
        bottom: 0;
    }
    .call_to_action .button{
        font-size: 30px;
    }
    .call_to_action .product:after{
        display: none;
    }
}
@media all and (max-width: 400px) {
    .block1 h1{
        font-size: 40px;
        line-height: 46px;
    }
    .block1 p {
        padding-bottom: 200px;
    }
    .block1 .woman {
        bottom: 180px;
    }
    .block13 h2 {
        padding: 0 0 74px;
    }
    .block13 .button{
        right: auto;
        left: 0;
    }
    .block14 .container>div .img3>div p{
        font-size: 18px;
        line-height: 18px;
    }
    .call_to_action .button{
        font-size: 26px;
    }
    .call_to_action .banner h3 {
        font-size: 36px;
        line-height: 36px;
    }

}