@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext");

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 320px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    background-color: #ffffff;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

a:focus {
    outline: none;
}

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

.section {
    overflow: hidden;
}

.red-text {
    color: #f20f08;
}

h1 {
    margin-top: 15px;
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 57px;
    line-height: 57px;
    color: #241c18;
}

h2 {
    margin-bottom: 17px;
    font-weight: 600;
    font-size: 40px;
    line-height: 53px;
    color: #241c18;
}

.section1 h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
}

h3 {
    margin-top: 12px;
    margin-bottom: 27px;
    font-weight: 800;
    font-size: 49px;
    line-height: 1.1;
    color: #241c18;
}

.section4 h3 {
    margin-bottom: 40px;
}

.section5 h3 {
    margin-bottom: 50px;
    font-size: 50px;
}

.section9 h3 {
    margin-bottom: 55px;
    font-size: 57px;
}

.section7 h2 {
    margin-bottom: 20px;
}

h4 {
    margin-top: 9px;
    font-size: 24px;
    line-height: 29px;
}

h5 {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 24px;
    color: #241c18;
}

.percent {
    position: fixed;
    top: 247px;
    right: 0;
    z-index: 100;
    display: none;
    width: 222px;
    height: 68px;
    padding: 3px 0 7px 77px;
    overflow: hidden;
}

.percent_content span {
    padding: 0 3px;
    background-color: #ffffff;
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 67px;
    height: 59px;
    background: url(../img/icon_menu.gif) no-repeat center center #f5f5f5;
}

.menu_content {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    width: 100%;
    max-width: 373px;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
}

.menu_content li {
    padding: 0 15px 0;
    border-top: 1px solid #eaeaea;
}

.menu_content li:first-child {
    border-top: none;
}

.menu_content li a {
    position: relative;
    display: block;
    padding: 14px 0 15px 23px;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

.menu_content li.active a:focus, .menu_content li.active a:hover {
    text-decoration: none;
}

.menu_content li a:focus, .menu_content li a:hover {
    text-decoration: underline;
}

.menu_content li a:after, .menu_content li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 0;
    height: 0;
    border-style: solid;
}

.menu_content li a:after {
    margin-top: -5px;
    border-width: 5px;
    border-color: transparent transparent transparent #f6f6f6;
}

.menu_content li a:before {
    margin-top: -9px;
    border-width: 9px;
    border-color: transparent transparent transparent #95cf32;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.menu_content li.active a {
    font-weight: 700;
    color: #95cf32;
}

.btn_close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    width: 24px;
    height: 24px;
    background: #dddddd url(../img/icon-close.png) no-repeat 3px 4px;
    border: none;
    cursor: pointer;
}

.btn_close:hover {
    background-position: 3px -17px;
}

.textSmaller {
    font-size: 14px;
    line-height: 17px;
}

.textSmall {
    font-size: 18px;
}

.section6 .textSmall {
    color: #241c18;
}

.textBig {
    font-size: 24px;
}

.textBig2 {
    font-size: 20px;
}

.textBiger {
    font-size: 21px;
    line-height: 33px;
}

.textWhite {
    color: #ffffff;
}

.textGray {
    color: #bbbbbb;
    text-decoration: line-through;
}

.textGreen {
    color: #95cf32;
}

.backGreen {
    background-color: #95cf32;
}

.borderGreen {
    position: relative;
    display: inline-block;
}

.borderGreen:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #95cf32;
}

.borderGreenGo.borderGreen:after {
    width: 100%;
    -webkit-transition: width 2s;
    -o-transition: width 2s;
    transition: width 2s;
}

.backGreen2 {
    background-color: #a3e03c;
}

.section3 .row > div {
    position: relative;
    background-color: #efefef;
}

.section3 .row > div:nth-child(1) {
    z-index: 5;
}

.section3 .row > div:nth-child(2) {
    z-index: 4;
}

.section3 .row > div:nth-child(3) {
    z-index: 3;
}

.section3 .row > div:nth-child(4) {
    z-index: 2;
}

.section3 .row > div:nth-child(5) {
    z-index: 1;
}

.section3 .row > div:before {
    content: "";
    position: absolute;
    top: -189px;
    left: 50%;
    z-index: 0;
    width: 28px;
    height: 136px;
    margin-left: -20px;
    background-color: #95cf32;
    -webkit-transform: rotate(45deg);
    /* Safari */
    -ms-transform: rotate(45deg);
    /* IE 9 */
    transform: rotate(45deg);
}

.section3 .row > div.blockGo:before {
    top: 0;
    -webkit-transition: all 2s;
    /* Safari */
    -o-transition: all 2s;
    transition: all 2s;
}

.section3 h4 {
    font-size: 16px;
    line-height: 1.35;
}

span.backGreen {
    padding: 0 2px;
}

.section1 span.backGreen {
    padding: 0 2px 2px 5px;
}

.backRed {
    padding: 0 2px;
    background-color: #dc4242;
}

.backBlue {
    padding: 0 4px 0 3px;
    background-color: #2a78a9;
}

.borderGray {
    padding-bottom: 79px;
    border-bottom: 1px solid #efefef;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}

.wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1170px;
    margin: 0 auto;
}

/*#timer {
	text-align: right;
}*/

.section1 {
    position: relative;
    padding: 15px 0 575px 0;
    overflow: hidden;
    background: url('../img/pic6.png'), url('../img/drops.png');
    background-repeat: no-repeat;
    background-position: right 425px, left center;
}

.section1 .wrap {
    position: relative;
}

.section1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 469px;
    background: url(../img/img_grass_1.png) repeat-x 0 0;
    pointer-events: none;
}

.section1 .row {
    position: relative;
    z-index: 2;
}

.section1 h1 {
    font-weight: 800;
    font-size: 41px;
    line-height: 1.24;
    text-align: center;
    color: #000000;
}

.section1 h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.24;
    text-align: center;
    color: #000000;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff;
}

.section1 p {
    min-height: 83px;
    padding: 20px 89px 0 0;
}

.prod1 {
    margin: 0 auto;
    display: block;
}

.prod1-add {
    position: absolute;
    top: -100px;
    right: -160px;
}

.prod-group {
    position: relative;
    width: 100%;
    height: auto;
    top: 140px;
}

.prod-group img {
    position: absolute;
    width: 70%;
    top: -70px;
    left: -60px;
}

.prod-group-item-2 {
    margin-left: 60px;
}

.prod-group-item-3 {
    margin-top: 20px;
}

.list1 {
    font-size: 0;
    text-align: center;
}

.list1 li {
    display: inline-block;
    width: 26%;
    margin: 0 1% 25px;
    font-size: 0;
    vertical-align: top;
}

.list1 li:last-child {
    width: 38%;
    margin-right: 3%;
}

.list1-img {
    display: inline-block;
    width: 38%;
    max-width: 63px;
    margin-left: 5%;
    vertical-align: middle;
}

p.list1-text {
    display: inline-block;
    width: 60%;
    max-width: 110px;
    min-height: initial;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    vertical-align: middle;
    text-align: right;
    color: #2a2a2a;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff;
}

.list1 li:last-child p.list1-text {
    width: 67%;
    max-width: initial;
}

.people-b1 {
    position: absolute;
    top: -15px;
    right: -275px;
    z-index: 1;
}

.action {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    margin: 1px 0 7px 0;
    padding: 10px 21px 10px 12px;
    align-items: center;
    direction: ltr;
}

.action span.bold {
    display: inline-block;
}

.recomended {
    color: #241c18;
    background: url(../img/icon_recommended.png) no-repeat right top;
}

.quality {
    color: #241c18;
    background: url(../img/icon_quality.png) no-repeat right top;
}

.natural {
    color: #241c18;
    background: url(../img/icon_natural.png) no-repeat right top;
}

.section10 .recomended {
    text-align: center;
    color: #241c18;
    background: url(../img/icon_recommended.png) no-repeat center top;
    margin-top: 20px;
}

.section10 .quality {
    text-align: center;
    color: #241c18;
    background: url(../img/icon_quality.png) no-repeat center top;
}

.section10 .natural {
    text-align: center;
    color: #241c18;
    background: url(../img/icon_natural.png) no-repeat center top;
}

.section2 {
    position: relative;
    z-index: 2;
    padding-bottom: 42px;
    background-color: #fdfdfd;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 1) 90%), url(../img/background3.png) no-repeat right center;
}

.people-b2 {
    position: relative;
}

#container {
    position: absolute;
    top: -350px;
    right: 0.5rem;
    z-index: 0;
    width: 234px;
    height: 807px;
    /*border: 1px solid red;*/
    background: url("../img/img_girl4.png") no-repeat left bottom;
}

.section2 .people-b2 .grass {
    pointer-events: none;
    position: absolute;
    top: -100px;
    left: 0;
    width: 207px;
    height: 424px;
    margin-left: 25px;
    background: url("../img/img_grass2.png") no-repeat center center;
    -webkit-background-size: 207px 424px;
    background-size: 207px 424px;
}

.section2 p {
    margin-bottom: 24px;
    line-height: 24px;
}

img.gif {
    float: right;
    max-height: 445px;
    margin-top: 12px;
    margin-right: 3px;
}

.section3, .section9 {
    background-color: #efefef;
}

.section3 {
    position: relative;
    z-index: 1;
    padding: 53px 0 58px;
}

.section3 .row div {
    text-align: center;
}

.icon_advantage {
    position: relative;
    min-height: 127px;
}

.icon_advantage1 {
    background: url(../img/icon_advantage1.png) no-repeat center top;
}

.icon_advantage2 {
    background: url(../img/icon_advantage2.png) no-repeat center top;
}

.icon_advantage3 {
    background: url(../img/icon_advantage3.png) no-repeat center top;
}

.icon_advantage4 {
    background: url(../img/icon_advantage4.png) no-repeat center top;
}

.icon_advantage5 {
    background: url(../img/icon_advantage5.png) no-repeat center top;
}

.product1 {
    padding-top: 324px;
    background: url(../img/img_product1.png) no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
}

.product4 {
    min-height: 339px;
    background: url(../img/img_product4.png) no-repeat center top;
    -webkit-background-size: auto auto;
    background-size: auto;
}

.foto1 {
    background: url(../img/foto1.jpg) no-repeat center top;
}

.foto2 {
    background: url(../img/foto2.jpg) no-repeat center top;
}

.foto3 {
    background: url(../img/foto3.jpg) no-repeat center top;
}

.back_product2 {
    display: none;
}

.section4 {
    padding: 49px 0 73px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 1) 70%), url(../img/background.png) no-repeat left center;
}

.section4 .italic {
    position: relative;
    top: -12px;
    left: -1.5rem;
    padding: 0 12px 0 1.5rem;
    background-color: #ffffff;
}

.section4 .back_grass4 {
    margin: 30px 0;
}

.section4 li {
    padding-right: 29px;
    padding-left: 23px;
    background: url(../img/icon_arrow.png) no-repeat left 5px;
    -webkit-background-size: 13px 10px;
    background-size: 13px 10px;
}

.section4 .text-gray {
    width: 280px;
    margin: 10px auto 0;
    padding: 4px 5px 8px;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    background: #bebebe;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.cpmposition-info {
    margin: 20px 0 90px;
}

.cpmposition-info h4 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 19px;
    color: #000000;
}

.cpmposition-info p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}

.img-composition {
    position: relative;
    display: block;
    max-width: 221px;
    margin: 0 auto 18px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.img-composition:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 42px 0 rgba(0, 0, 0, 0.13);
    box-shadow: inset 0 0 42px 0 rgba(0, 0, 0, 0.13);
}

.composition-top {
    margin-top: 60px;
}

.composition p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.composition p.bold {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 19px;
}

.back_grass4 {
    height: 56px;
    background: url(../img/img_grass4.png) no-repeat left top;
}

.section5 {
    padding: 48px 0 196px 0;
    overflow: hidden;
    background: #efefef;
    background-image: url(../img/prod-1.png), url(../img/img_grass6.jpg);
    background-repeat: no-repeat;
    background-position: left 200px bottom 100px, left 100%;
    background-size: 32%;
}

.section5 .wrap {
    position: relative;
}

.b5-desc {
    position: relative;
    z-index: 2;
}

.section5 span.backGreen {
    padding: 1px 9px 4px;
}

.section5 p {
    padding: 15px 30px 42px 0;
}

.people-b5 {
    position: absolute;
    top: -48px;
    left: -50%;
    z-index: 1;
}

.section6 {
    padding: 49px 0 18px;
    background: url(../img/bg-block6.jpg) repeat-x 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.titles-block6 h3 {
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 57px;
    text-align: center;
}

.titles-block6 h4 {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.titles-block6 p {
    max-width: 940px;
    margin: 0 auto 10px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.info-b6 {
    margin-bottom: 50px;
}

.info-b6 h4 {
    display: inline-block;
    margin: 0 0 15px;
    padding: 5px 18px 9px;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    color: #ffffff;
    background: #95cf32;
}

.info-b6 p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.64;
    color: #000000;
}

.list6 {
    margin-top: 100px;
}

.list6-item {
    padding-right: 10px;
    padding-left: 10px;
}

.list6-img {
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 42px 0 rgba(0, 0, 0, 0.13), 0 5px 22px 0 rgba(0, 0, 0, 0.09);
    box-shadow: inset 0 0 42px 0 rgba(0, 0, 0, 0.13), 0 5px 22px 0 rgba(0, 0, 0, 0.09);
}

.b6-bottom {
    width: 80%;
    margin: 0 auto 45px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    color: #000000;
}

.section7 {
    position: relative;
    z-index: 2;
    padding: 28px 0 0;
    background: url(../img/111.png) no-repeat left center;
    background-size: 20% auto;

}

.section7 h2 {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 57px;
    line-height: 1.1;
    text-align: center;
}

.section7 h3 {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.chart-legend {
    margin-top: 80px;
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #2d2d2d;
}

.blockprod-b7 {
    position: relative;
    margin-top: 75px;
}

.b7-before-img {
    position: absolute;
    top: -90px;
    right: 100px;
    width: 236px;
    height: 143px;
    padding: 65px 11px 35px 23px;
    background: url(../img/b7-before-img.png) no-repeat 0 0;
}

.b7-before-img span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: #454545;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

.b7-before-img strong {
    text-transform: uppercase;
}

.btn {
    position: relative;
    display: block;
    width: 250px;
    margin: 0 auto -35px;
    padding: 10px 15px 15px 15px;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background: #95cf32;
    border: none;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
}

.section11 {
    position: relative;
    background: url(../img/bg-block11.jpg) repeat-x 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.section11 .wrap {
    position: relative;
}

.block-specialist {
    margin-top: 130px;
    margin-bottom: 100px;
    padding: 60px 45px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.07);
}

.block-specialist h2 {
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
    color: #000000;
}

.block-specialist p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #3d3d3d;
}

.block-specialist p.specialist-name {
    position: relative;
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px;
    color: #999999;
}

.block-specialist p.specialist-name strong {
    display: block;
    margin-bottom: 3px;
    color: #3d3d3d;
    font-style: italic;
}

.specialist-name:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 170px;
    height: 101px;
    margin-top: -50px;
    background: url(../img/signature.png) no-repeat 0 50%;
    -webkit-background-size: contain;
    background-size: contain;
}

.specialist-img {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 33%;
    max-width: 472px;
}

.section8 {
    padding: 20px 0 54px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 1) 70%), url(../img/background1.jpeg) no-repeat left center;
}

.section8 h3 {
    margin-bottom: 40px;
    font-size: 57px;
}

.section8 .row:nth-child(2), .section8 .row:nth-child(4) {
    padding: 42px 0 78px 0;
    background: url(../img/img_grass4.png) no-repeat left bottom;
}

.section8 .row:nth-child(3) {
    padding: 42px 0 78px 0;
    background: url(../img/img_grass5.png) no-repeat left bottom;
}

.section8 .row:nth-child(5) {
    padding: 42px 0 0 0;
}

.section8 .row:nth-child(2) {
    padding: 5px 0 78px 0;
}

.section8 .textBig2 {
    padding: 15px 0 6px;
}

.reviews-name {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #3d3d3d;
}

.reviews-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #3d3d3d;
}

.section9 {
    position: relative;
    padding: 45px 0 40px;
}

.section9 .backGreen {
    position: relative;
    z-index: 2;
    margin: 0 20px;
    padding: 25px 0 27px;
}

.section9 .container > .row {
    margin-right: 20px;
    margin-left: 20px;
}

.blockWhite {
    position: relative;
    z-index: 1;
    margin: 0 20px 40px;
    padding: 0 0 28px 0;
    background-color: #ffffff;
}

.b9-step {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 0;
}

.b9-step-img {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    vertical-align: middle;
}

.b9-step-desc {
    display: inline-block;
    width: 66%;
    vertical-align: middle;
    text-align: left;
}

.b9-step h4 {
    display: inline-block;
    margin: 0 0 15px;
    padding: 8px 21px 10px;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    background: #95cf32;
}

.b9-step h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #414141;
}

.b9-step p {
    font-weight: 400;
    font-size: 15px;
    color: #555555;
}

.section12 {
    padding: 55px 0;
    text-align: center;
    border-bottom: 9px solid #efefef;
}

.section12 h2 {
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 57px;
}

.wreapper-img {
    height: 260px;
    display: block;
    line-height: 260px;
}

.list8-img {
    margin: 0 auto 10px;
    vertical-align: middle;
    display: inline-block;
}

.list12 li {
    position: relative;
}

.list12 li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 30%;
    right: -15px;
    display: block;
    width: 29px;
    height: 46px;
    background: url(../img/arr-right.png) no-repeat 0 0;
}

.list12-step {
    display: inline-block;
    margin: 0 0 5px;
    padding: 3px 10px 6px;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    color: #ffffff;
    background: #95cf32;
}

.list12-text {
    max-width: 70%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #555555;
}

.list12-text a {
    display: block;
    color: #9c9c9c;
    text-decoration: underline;
}

.glass {
    position: relative;
    top: -206px;
    z-index: 1;
    min-height: 71px;
    margin-bottom: 64px;
    padding-top: 24px;
    padding-left: 69px;
    background: url(../img/icon_glass.png) no-repeat 8px top #ffffff;
}

.glasss {
    position: relative;
    top: 0;
    z-index: 1;
    min-height: 71px;
    margin-bottom: 64px;
    padding-top: 0;
    padding-left: 69px;
    background: url(../img/icon_glasss.png) no-repeat 8px top #ffffff;
}

.glass.glassGo {
    top: 0;
    -webkit-transition: top 1s 1s;
    /* Safari */
    -o-transition: top 1s 1s;
    transition: top 1s 1s;
}

.section10 p {
    margin-bottom: 20px;
    padding: 89px 0 0 0;
}

.section10 {
    position: relative;
    z-index: 1;
    padding: 44px 0 52px 0;
    overflow: hidden;
    background: url(../img/111.png), url(../img/menthol.png);
    background-repeat: no-repeat;
    background-size: 25% auto, 20% auto;
    background-position: left center, right bottom;
}

.section10 h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-weight: 800;
    font-size: 57px;
    line-height: 1;
}

.section10 h4 {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 36px;
}

.section10 h4 .green-fon {
    display: inline-block;
    margin: 10px 0 0;
    padding: 3px 10px 6px;
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    background: #95cf32;
}

.back_product {
    background: url('../img/prod-1.png') center/contain no-repeat;
}
@media (max-widthL: 979px) {
    .back_product {
        background-size: 60%;
    }
}

/*BLOCK ORDER*/

.boxOrder .prices {
    margin: 10px 0;
    text-align: center;
    direction: ltr;
}

.boxOrder .prices .new {
    font-size: 24px;
    color: red;
    font-weight: 700;
}

.boxOrder .prices .old {
    font-size: 24px;
    text-decoration: line-through;
    margin-right: 10px;
}

.action + .textBig {
    text-align: center;
}

.new_price {
    display: block;
}

.saving {
    margin: 7px 0 23px;
    padding: 2px 0 4px 0;
    text-align: center;
}

.boxOrder {
    position: relative;
    margin-top: 0;
    margin-left: 29px;
    padding: 20px;
    background: #f7f6f6;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f7f6f6, #e1dee0);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7f6f6, #e1dee0);
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f6), to(#e1dee0));
    background: linear-gradient(#f7f6f6, #e1dee0);
    /* Standard syntax */
}

.section1 .boxOrder {
    margin-top: 55px;
}

.boxOrder #grassContainer {
    /*border: 1px solid blue;*/
    position: absolute;

    right: -147px;
    bottom: 60px;
    width: 266px;
    height: 1220px;
}

.boxOrder #grass {
    /*border: 1px solid red;*/
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 266px;
    height: 555px;
    background: url(../img/img_grass2.png) no-repeat right top;
}

.section1 .boxOrder:before {
    content: "";
    position: absolute;
    left: -132px;
    bottom: 60px;
    z-index: 0;
    width: 266px;
    height: 555px;
    background: url(../img/img_grass2.png) no-repeat right top;
}

.order_form {
    position: relative;
}

.order_form select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 10px 16px 12px;
    font-size: 16px;
    line-height: 21px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    color: #241c18;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.order_form select::-ms-expand {
    display: none;
}

.order_form .select-form {
    position: relative;
    min-height: 45px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: none;
    border-left: 1px solid #eeeeee;
}

.order_form .select-form::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 1;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-width: 6px;
    border-style: solid;
    border-color: #464646 transparent transparent transparent;
}

.order_form .select-form::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 31px;
    z-index: 1;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.blockInputForm {
    border-top: 1px solid #cbcbcb;
}

.input-form,
input {
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
    padding: 11px 16px 13px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    color: #241c18;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: none;
    border-left: 1px solid #eeeeee;
}

.js_group__box {
    margin-bottom: 10px !important;
}

input.only_number {
    direction: ltr;
    text-align: right;
}

textarea {
    overflow: auto;
    display: block;
    width: 100%;
    margin-bottom: 21px;
    padding: 11px 16px 13px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    color: #241c18;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: none;
    border-left: 1px solid #eeeeee;
    margin-bottom: 10px !important;
}

.input-form::-webkit-input-placeholder {
    color: #bbbbbb;
}

.input-form::-moz-placeholder {
    color: #bbbbbb;
}

.input-form:-ms-input-placeholder {
    color: #bbbbbb;
}

.input-form::placeholder,
input::placeholder,
textarea::placeholder {
    color: #bbbbbb;
}

input, select:focus {
    outline: none;
}

.order_form .submit-form {
    z-index: 100;
    width: 100%;
    margin-top: 8px;
}

.submit-form {
    position: relative;
    display: block;
    padding: 12px 5px 13px;
    font-weight: 700;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #72530d;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.43), 0 -1px rgba(75, 55, 9, 1);
    background: #ffb50b;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffcb53, #ffb50b);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffcb53, #ffb50b);
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcb53), to(#ffb50b));
    background: linear-gradient(#ffcb53, #ffb50b);
    /* Standard syntax */
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #d19408;
    border-left: none;
}

.submit-form:hover {
    background: #ffc338;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffda85, #ffc338);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffda85, #ffc338);
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffda85), to(#ffc338));
    background: linear-gradient(#ffda85, #ffc338);
    /* Standard syntax */
}

.submit-form:active {
    margin-bottom: 2px;
    background: #ffb304;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffb304, #ffbb1e);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffb304, #ffbb1e);
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb304), to(#ffbb1e));
    background: linear-gradient(#ffb304, #ffbb1e);
    /* Standard syntax */
    border-bottom: 1px solid #d19408;
}

.submit-form.for-event {
    background: url('../img/limon.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

a.submit-form {
    display: inline-block;
    float: right;
    padding-right: 40px;
    padding-left: 40px;
}

.section4 ul {
    margin-bottom: 46px;
}

.section4 .action {
    margin: 0;
    padding: 14px 8px 13px 8px;
}

.section4 .action .textBiger {
    line-height: 30px;
}

.section4 .action:first-child {
    border-right: 1px dashed #ffffff;
}


.mob991, .mob767, .mob480 {
    display: none;
}

.popup {
    overflow-y: hidden;
}

.block_scroll {
    max-height: 600px;
    margin: 10px 0 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.popup img {
    margin: 0 26px 0 0;
}

.popup .row {
    margin-right: 0;
    margin-left: 0;
}

.popup .col-xs-2, .popup .col-xs-4, .popup .col-xs-10, .popup .col-xs-12 {
    padding: 0;
}

.popup .block1 {
    padding: 30px 30px 32px;
}

.popup .block1 .bold, .popup .block1 .italic {
    margin-left: 27px;
}

.popup .block3 {
    padding: 20px 30px 10px;
    background-color: #efefef;
}

.popup .block2 {
    padding: 0 30px;
}

.popup .reducedLength {
    margin: 2px 0 8px 0;
    padding-left: 30px;
}

.popup .reducedWeight {
    padding-left: 30px;
}

.popup p {
    margin-bottom: 16px;
}

.close-msg {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.popup_close {
    position: absolute;
    top: 0;
    right: 10px;
    width: 42px;
    padding: 0;
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    color: #aaaaaa;
    background-color: transparent;
    cursor: pointer;
}

.popup_close:hover {
    color: #333333;
}

.popup_btn {
    text-align: center;
}

.popup .submit-form {
    float: none;
}

.popup_load {
    padding: 0 10px 42px;
    text-align: center;
}

.popup_load h2 {
    margin-top: 61px;
    margin-bottom: 3px;
    margin-left: 0 !important;
}

.popup_load h3 {
    margin-top: 0;
    margin-bottom: 45px;
}

.enable {
    position: relative;
    display: inline-block;
    margin-right: 26px;
    margin-bottom: 36px;
    padding: 11px 40px 15px 39px;
    text-align: center;
    text-decoration: none;
    background: #93cd2f;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#a0df34, #93cd2f);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#a0df34, #93cd2f);
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#a0df34), to(#93cd2f));
    background: linear-gradient(#a0df34, #93cd2f);
    /* Standard syntax */
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #669f05;
    border-left: none;
    cursor: pointer;
}

.enable:hover, .btn:hover, .enable:hover {
    background: #a0df34;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#93cd2f, #a0df34);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#93cd2f, #a0df34);
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#93cd2f), to(#a0df34));
    background: linear-gradient(#93cd2f, #a0df34);
    /* Standard syntax */
}

.disabled {
    position: relative;
    display: inline-block;
    margin-bottom: 36px;
    padding: 11px 58px 15px 54px;
    text-align: center;
    text-decoration: none;
    background: #b8b8b8;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#cecece, #b8b8b8);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cecece, #b8b8b8);
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#b8b8b8));
    background: linear-gradient(#cecece, #b8b8b8);
    /* Standard syntax */
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #8b8b8b;
    border-left: none;
    cursor: pointer;
}

.disabled:hover {
    background: #cecece;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#b8b8b8, #cecece);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#b8b8b8, #cecece);
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#b8b8b8), to(#cecece));
    background: linear-gradient(#b8b8b8, #cecece);
    /* Standard syntax */
}

.hide_block {
    position: fixed;
    top: 25px;
    width: 100%;
    height: 65px;
}

.col_9, .col_4, .col_8, .col_5, .col_7, .col_3, .col_6 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.row_m {
    margin-right: 15px;
    margin-left: 15px;
}

.col_3 {
    width: 25%;
}

.col_4 {
    width: 33.33333337%;
}

.col_5 {
    width: 41.66666667%;
}

.col_6 {
    width: 50%;
}

.col_7 {
    width: 58.33333333% or;
}

.col_8 {
    width: 66.66666667%;
}

.col_9 {
    width: 75%;
}

.bordb {
    border-bottom: 1px solid #e7e7e7;
}

.row_m:before, .row_m:after {
    content: "";
    display: table;
}

.row_m:after {
    clear: both;
}

.calendar {
    margin-top: 150px;
}

.mark {
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
    color: red;
    font-style: italic;
}

.section6 .mark {
    margin-top: 0;
    margin-bottom: 35px;
}

form center {
    margin-top: 15px;
}

form sup {
    color: red;
}

.last {
    font-size: 12px;
    color: #7c7b7b;
    min-height: 0 !important;
    padding: 10px 0 !important;
}

.js_group__cell {
    display: block !important;
    margin-bottom: 10px !important;
}

.js_group__cell:last-child {
    margin-bottom: 0 !important;
}

.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #A12000;
    direction: ltr;
}

.ac_footer a {
    color: #A12000;
}

.ac_footer p {
    text-align: center;
}

img[height="1"],
img[width="1"] {
    display: none !important;
}

.before_meals .prod-group {
    height: 400px;
    top: 0;
}


.before_meals .prod-group img {
    width: 100%;
    min-width: 400px;
}

.before_meals .prod-group img.prod-group-item-1 {
    min-width: 250px;
    margin-left: 40px;
}

.before_meals .prod-group img.prod-group-item-3 {
    margin-left: 140px;
}

.section5 h3 {
    padding-right: 80px;
}

.section5 ul li {
    position: relative;
    padding-right: 80px;
}

.section5 ul li:before {
    position: absolute;
    color: #95cf32;
    font-size: 2.4em;
    font-weight: 700;
    right: 0;
    top: -50px;
}

.section5 ul li:nth-of-type(1):before {
    content: 'الخطوة 1';
}

.section5 ul li:nth-of-type(2):before {
    content: 'الخطوة 2';
}

.section5 ul li:nth-of-type(3):before {
    content: 'الخطوه 3';
}

.blockprod-b7 .prod-group img.prod-group-item-3 {
    margin-left: 90px;
    margin-top: -140px;
}

.blockprod-b7 .prod-group img.prod-group-item-2 {
    margin-left: 150px;
    margin-top: -150px;
}

.blockprod-b7 .prod-group img.prod-group-item-1 {
    margin-top: 20px;
}

.form-add-text {
    padding-top: 10px;
    font-size: 1.3em;
}
