@font-face {
	font-family: 'MuseoSansCyrl300';
	font-style: normal;
	font-weight: normal;
	src: local('MuseoSansCyrl300'), url('../fonts/MuseoSansCyrl_300.woff') format('woff');
}
@font-face {
	font-family: 'PeaceSans';
	src: url('../fonts/PeaceSans.eot') format('embedded-opentype'), url('../fonts/PeaceSans.otf') format('opentype'), url('../fonts/PeaceSans.woff') format('woff'), url('../fonts/PeaceSans.ttf') format('truetype'), url('../fonts/PeaceSans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.row {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
}
.col-xs-4, .col-xs-5, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 1rem;
	padding-left: 1rem
}
.col-xs-4 {
	-ms-flex-preferred-size: 33.333%;
	-webkit-flex-basis: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%
}
.col-xs-5 {
	-ms-flex-preferred-size: 41.667%;
	-webkit-flex-basis: 41.667%;
	flex-basis: 41.667%;
	max-width: 41.667%
}
.col-xs-7 {
	-ms-flex-preferred-size: 58.333%;
	-webkit-flex-basis: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%
}
.col-xs-8 {
	-ms-flex-preferred-size: 66.667%;
	-webkit-flex-basis: 66.667%;
	flex-basis: 66.667%;
	max-width: 66.667%
}
.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	-webkit-flex-basis: 75%;
	flex-basis: 75%;
	max-width: 75%
}
.col-xs-10 {
	-ms-flex-preferred-size: 83.333%;
	-webkit-flex-basis: 83.333%;
	flex-basis: 83.333%;
	max-width: 83.333%
}
.col-xs-11 {
	-ms-flex-preferred-size: 91.667%;
	-webkit-flex-basis: 91.667%;
	flex-basis: 91.667%;
	max-width: 91.667%
}
.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%
}
.col-xs-offset-0, .col-sm-offset-0 {
	margin-left: 0
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-4 {
	margin-left: 33.333%
}
.center-xs {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center
}
.end-xs {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	text-align: end
}
.around-xs {
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around
}
@media only screen and (min-width: 768px) {
	.col-sm-2, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-8, .col-sm-9, .col-sm-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem
	}
	.col-sm-2 {
		-ms-flex-preferred-size: 16.667%;
		-webkit-flex-basis: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%
	}
	.col-sm-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%
	}
	.col-sm-5 {
		-ms-flex-preferred-size: 41.667%;
		-webkit-flex-basis: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%
	}
	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.col-sm-8 {
		-ms-flex-preferred-size: 66.667%;
		-webkit-flex-basis: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%
	}
	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.col-xs-offset-0, .col-sm-offset-0 {
		margin-left: 0
	}
	.col-sm-offset-1 {
		margin-left: 8.333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.start-sm {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		text-align: start
	}
	.center-sm {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center
	}
}
@media only screen and (min-width: 992px) {
	.col-md-4, .col-md-5, .col-md-6, .col-md-8, .col-md-9, .col-md-10, .col-md-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem
	}
	.col-md-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%
	}
	.col-md-5 {
		-ms-flex-preferred-size: 41.667%;
		-webkit-flex-basis: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%
	}
	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.col-md-8 {
		-ms-flex-preferred-size: 66.667%;
		-webkit-flex-basis: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%
	}
	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%
	}
	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.col-xs-offset-0, .col-sm-offset-0 {
		margin-left: 0
	}
	.col-md-offset-2 {
		margin-left: 16.667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.333%
	}
	.start-md {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		text-align: start
	}
}
@media only screen and (min-width: 1200px) {
	.col-lg-2, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-8, .col-lg-9, .col-lg-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem
	}
	.col-lg-2 {
		-ms-flex-preferred-size: 16.667%;
		-webkit-flex-basis: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%
	}
	.col-lg-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%
	}
	.col-lg-5 {
		-ms-flex-preferred-size: 41.667%;
		-webkit-flex-basis: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%
	}
	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.col-lg-8 {
		-ms-flex-preferred-size: 66.667%;
		-webkit-flex-basis: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%
	}
	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.col-xs-offset-0, .col-sm-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-5 {
		margin-left: 41.667%
	}
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
html {
	font-size: 16px
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	min-width: 320px;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	position: relative
}
body .gform_wrapper .gform_footer input[type=submit] {
	color: #FFF;
	background: #e43a3a;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: center;
	height: 50px;
	width: 90%;
	border-radius: 5px;
	margin-left: 12px
}
body .gform_wrapper .gform_footer input:hover[type=submit] {
	background: #cb2020
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100%
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}
a:focus {
	outline: none
}
ul {
	list-style: none;
	padding: 0
}
h1 {
	font-size: 57px;
	line-height: 57px;
	font-family: "PeaceSans";
	font-weight: 500;
	color: #241c18;
	margin-top: 15px;
	margin-bottom: 9px
}
h2 {
	font-size: 40px;
	font-family: "PeaceSans";
	font-weight: 500;
	color: #241c18;
	line-height: 53px;
	margin-bottom: 17px
}
.section_1 h2 {
	font-size: 22px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 48px
}
h3 {
	font-size: 56px;
	line-height: 65px;
	font-family: "PeaceSans";
	font-weight: 500;
	color: #241c18;
	margin-top: 12px;
	margin-bottom: 27px
}
.section_4 h3 {
	margin-bottom: 40px
}
.section_5 h3 {
	margin-bottom: 39px
}
h4 {
	font-size: 24px;
	line-height: 29px;
	margin-top: 9px
}
.composition>div {
	padding-top: 237px
}
.composition1 {
	background: url(../images/img_cordyceps.jpg) no-repeat center top
}
.composition2 {
	background: url(../images/img_rambutan.jpg) no-repeat center 76px
}
.composition3 {
	background: url(../images/img_kivano.jpg) no-repeat center 51px
}
.textSmaller {
	font-size: 14px;
	line-height: 17px
}
.textSmall {
	font-size: 18px
}
.textBig {
	font-size: 24px
}
.textBiger {
	font-size: 30px;
	line-height: 100%
}
.textWhite {
	color: #fff
}
.textGray {
	color: #bbb;
	text-decoration: line-through
}
.backGreen {
	background-color: #02c665
}
.section_3 .row>div {
	position: relative;
	background-color: #efefef
}
.section_3 .row>div:nth-child(1) {
	z-index: 5
}
.section_3 .row>div:nth-child(2) {
	z-index: 4
}
.section_3 .row>div:nth-child(3) {
	z-index: 3
}
.section_3 .row>div:nth-child(4) {
	z-index: 2
}
.section_3 .row>div:before {
	background-color: #02c665;
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	margin-left: -20px;
	top: -189px;
	width: 28px;
	height: 136px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.section_3 .row>div.blockGo:before {
	-webkit-transition: all 2s;
	transition: all 2s;
	top: 0
}
span.backGreen {
	padding: 0 2px
}
.section_1 span.backGreen {
	padding: 0 2px 2px 5px
}
.bold {
	font-weight: 700
}
.italic {
	font-style: italic
}
.layout {
	display: flex;
	min-height: 100vh;
	flex-direction: column
}
.wrap {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto
}
.section_1 {
	background: url(../images/img_grass.png) repeat-x left bottom, url(../images/img_girl.jpg) no-repeat 10.1% top;
	padding: 26px 0 375px 0;
	overflow: hidden
}
.section_1 p {
	min-height: 83px;
	padding: 20px 0 0 89px
}
.section_1 li {
	background: url(../images/icon_arrow.png) no-repeat left 2px;
	line-height: 22px;
	padding: 0 0 20px 34px
}
.action {
	padding: 14px 21px 6px 12px;
	margin: 1px 0 7px 0
}
.action span.bold {
	display: block
}
.natural {
	background: url(../images/icon_natural.png) no-repeat left top;
	color: #241c18
}
.section_2 {
	padding-bottom: 42px;
	background-color: #fdfdfd;
	position: relative;
	z-index: 2
}
.section_2 .hidden-xxs {
	position: relative
}
.section_2 p {
	line-height: 24px;
	margin-bottom: 24px
}
img.gif {
	margin-top: 12px;
	max-height: 445px;
	float: right;
	margin-right: 3px
}
.section_3 {
	background-color: #efefef
}
.section_3 {
	padding: 53px 0 58px;
	position: relative;
	z-index: 1
}
.section_3 .row div {
	text-align: center
}
.icon_advantage {
	min-height: 127px;
	position: relative
}
.icon_advantage1 {
	background: url(../images/icon_advantage1.png) no-repeat center top
}
.icon_advantage3 {
	background: url(../images/icon_advantage3.png) no-repeat center top
}
.icon_advantage4 {
	background: url(../images/icon_advantage4.png) no-repeat center top
}
.icon_advantage5 {
	background: url(../images/icon_advantage5.png) no-repeat center top
}
.product1 {
	background: url(../images/img_product1.png) no-repeat center top;
	padding-top: 299px;
	background-size: contain
}
.product4 {
	background: url(../images/img_product4.png) no-repeat center top;
	min-height: 339px;
	background-size: auto
}
.section_4 {
	padding: 49px 0 73px 0
}
.section_4 .italic {
	background-color: #fff;
	position: relative;
	top: 0px;
	padding: 0 12px 0 1.5rem;
	left: -1.5rem
}
.section_4 li {
	background: url(../images/icon_arrow.png) no-repeat left 5px;
	background-size: 13px 10px;
	padding-left: 23px;
	padding-right: 29px
}
.back_grass4 {
	background: url(../images/img_grass4.png) no-repeat left top;
	height: 56px
}
.section_5 {
	background: url(../images/img_girl2.png) no-repeat 80% bottom, url(../images/img_grass6.jpg) no-repeat left bottom #efefef;
	padding: 48px 0 196px 0
}
.section_5 p {
	padding: 15px 0 42px 30px
}
.section_10 p {
	padding: 89px 0 0 0;
	margin-bottom: 20px
}
.section_10 {
	padding: 44px 0 52px 0;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
	z-index: 1
}
.back_product1 {
	background: url(../images/img_product41.jpg) no-repeat left top
}
.boxOrder .prices {
	margin-top: 3px;
	text-align: center
}
.action+.textBig {
	text-align: center
}
.new_price {
	display: block
}
.boxOrder {
	background: #f7f6f6;
	background: -webkit-linear-gradient(#f7f6f6, #e1dee0);
	background: -o-linear-gradient(#f7f6f6, #e1dee0);
	background: -moz-linear-gradient(#f7f6f6, #e1dee0);
	background: linear-gradient(#f7f6f6, #e1dee0);
	padding: 20px;
	position: relative;
	margin-top: 15px;
	margin-left: 29px
}
.boxOrder #grassContainer {
	position: absolute;
	width: 266px;
	height: 1220px;
	bottom: 60px;
	right: -132px
}
.boxOrder #grass {
	position: absolute;
	bottom: 0;
	background: url(../images/img_grass2.png) no-repeat right top;
	width: 266px;
	height: 555px;
	z-index: 1
}
.input-form::placeholder {
	color: #bbb
}
input {
	outline: none
}
.submit-form {
	background: #e03e3e;
	background: -webkit-linear-gradient(#e43a3a, #dd3636);
	background: -o-linear-gradient(#e43a3a, #dd3636);
	background: -moz-linear-gradient(#e43a3a, #dd3636);
	background: linear-gradient(#e43a3a, #dd3636);
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #a81f1f;
	color: #ffffff;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	display: block;
	text-align: center;
	font-weight: 700;
	text-shadow: 0 1px rgba(255, 255, 255, 0.43), 0 -1px rgba(33, 2, 2, 1);
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 0 13px
}
.submit-form:hover {
	background: #e44949;
	background: -webkit-linear-gradient(#e95858, #e15b5b);
	background: -o-linear-gradient(#e95858, #e15b5b);
	background: -moz-linear-gradient(#e95858, #e15b5b);
	background: linear-gradient(#e95858, #e15b5b)
}
.submit-form:active {
	background: #c02626;
	background: -webkit-linear-gradient(#cb2020, #b92222);
	background: -o-linear-gradient(#cb2020, #b92222);
	background: -moz-linear-gradient(#cb2020, #b92222);
	background: linear-gradient(#cb2020, #b92222);
	border-bottom: 1px solid #871c1c;
	margin-bottom: 2px
}
a.submit-form {
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	float: right
}
.section_4 ul {
	margin-bottom: 46px
}
.mob991, .mob767 {
	display: none
}
@media only screen and (max-width: 1570px) {
	.section_1 {
		background: url(../images/img_grass.png) repeat-x left bottom, url(../images/img_girl.jpg) no-repeat left top
	}
}
@media only screen and (max-width: 1470px) {
	.section_1 {
		background: url(../images/img_grass.png) repeat-x left bottom, url(../images/img_girl.jpg) no-repeat -150px top
	}
}
@media only screen and (max-width: 1280px) {
	.section_1 {
		background: url(../images/img_grass.png) repeat-x left bottom, url(../images/img_girl.jpg) no-repeat -200px top
	}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.list .textSmall {
		font-size: 15px
	}
	.section_1 li {
		padding: 0 0 10px 34px;
		line-height: 18px
	}
	.list .col-md-12 {
		padding: 0
	}
}
@media only screen and (max-width: 1199px) {
	.section_5 {
		background-position: 100% bottom;
		background-size: contain
	}
	#timer {
		padding-right: 0
	}
	.section_1 {
		background-size: auto 400px, auto;
		padding: 26px 0 300px 0
	}
	.product1 {
		background-position: left top;
		padding-top: 227px;
		background-size: auto 220px
	}
	.back_product1 {
		background: url(../images/img_product41.jpg) no-repeat left center;
		background-size: 70%
	}
	.list {
		margin-left: 116px;
		margin-top: 20px
	}
}
@media only screen and (max-width: 1024px) {
	.back_product1 {
		background: url(../images/img_product41.jpg) no-repeat left center;
		background-size: 58%
	}
}
@media only screen and (max-width: 991px) {
	.section_10 {
		overflow: hidden
	}
	.section_1 p {
		background-size: 60px;
		padding: 20px 0 0 66px
	}
	.section_5 {
		background-position: 120% bottom;
		background-size: contain
	}
	.section_1 .container, .section_10 .container {}
	.action {
		padding-left: 0;
		padding-right: 0
	}
	a.submit-form {
		padding: 12px 15px 12px
	}
	.section_1 .container {
		width: 100%
	}
	.boxGray {
		background: #f7f6f6;
		background: -webkit-linear-gradient(#f7f6f6, #e1dee0);
		background: -o-linear-gradient(#f7f6f6, #e1dee0);
		background: -moz-linear-gradient(#f7f6f6, #e1dee0);
		background: linear-gradient(#f7f6f6, #e1dee0)
	}
	.product1 {
		background: none;
		padding-top: 0
	}
	.list {
		margin-top: 32px;
		margin-left: 0
	}
	.mob991 {
		display: block
	}
	.section_1 {}
	.section_1 {
		background: url(../images/img_grass.png) repeat-x left bottom, url(../images/img_girl6.jpg) no-repeat left top;
		background-size: auto, auto;
		padding: 26px 0 200px 0
	}
	.composition>div {
		padding-top: 237px;
		background-size: contain
	}
	.composition>div:first-child {
		background-size: auto
	}
	.product1 {
		padding-left: 45px;
		padding-right: 0
	}
	.list>div {
		padding-left: 0;
		padding-right: 0
	}
	.product4 {
		background: url(../images/img_product1.png) no-repeat center top;
		min-height: 276px;
		background-size: auto 285px
	}
	h2 br {
		display: none
	}
}
@media only screen and (max-width: 767px) {
	h2 {
		padding-right: 0
	}
	h1 {
		font-size: 50px;
		line-height: 61px;
		margin-top: 2px;
		margin-left: 20px
	}
	h2 {
		font-size: 32px;
		line-height: 39px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 10px
	}
	h3 {
		font-size: 47px;
		line-height: 60px
	}
	h4 {
		font-size: 16px;
		line-height: 21px
	}
	.row {
		margin-right: 0 !important;
		margin-left: 0 !important
	}
	.section_1 {
		padding: 22px 0 0 0
	}
	.section_5 {
		background: url(../images/img_girl2.png) no-repeat 145% bottom #efefef;
		background-size: contain;
		padding: 48px 0
	}
	.boxOrder {
		background: none;
		margin: 10px 0
	}
	#grassContainer {
		display: none
	}
	.section_10 .boxOrder:before {
		content: "";
		position: absolute;
		bottom: 40px;
		left: -15px;
		z-index: 0;
		background: url(../images/img_grass2.png) no-repeat right top;
		width: 266px;
		height: 555px;
		right: auto;
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1)
	}
	.mob767 {
		display: block
	}
	.hidden-xs {
		display: none !important
	}
	.back_grass4 {
		background-position: center center
	}
	.section_1 p, .section_10 p {
		padding: 64px 0 0;
		background-position: top center;
		text-align: center;
		background-size: 60px
	}
	.section_10 .boxOrder:after {
		content: "";
		position: absolute;
		right: 28px;
		top: -321px;
		width: 137px;
		height: 390px;
		background: url(../images/img_grass7.png) no-repeat center center;
		z-index: 0
	}
	.section_10 .boxOrder {
		background: #02c665;
		background: -webkit-linear-gradient(#02c665, #02c665);
		background: -o-linear-gradient(#02c665, #02c665);
		background: -moz-linear-gradient(#02c665, #02c665);
		background: linear-gradient(#02c665, #02c665);
		margin-left: 0;
		margin-top: 140px
	}
	.section_10 .backGreen {
		background-color: #fff
	}
	.back_product1 {
		background: url(../images/img_product51.png) no-repeat center top;
		background-size: 375px
	}
	.section_10 .textWhite {
		color: #02c665
	}
	.section_10 .textGray {
		color: #000
	}
	a.submit-form {
		width: 100%
	}
	.action {
		padding-left: 12px;
		padding-right: 21px
	}
	a.submit-form {
		padding: 11px 10px 13px;
		float: left
	}
	.orderGreen {
		padding: 0
	}
	.section_4 .percentGo .col-xs-5 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding: 0
	}
	.pd0 {
		padding: 0
	}
	.composition>div {
		background-size: auto
	}
	.composition .composition1 {
		padding-top: 213px;
		background-position: center top
	}
	.composition .composition2 {
		padding-top: 167px;
		background-position: center 3px
	}
	.composition .composition3 {
		padding-top: 200px;
		background-position: center 9px
	}
	.product4 {
		min-height: 290px;
		background: url(../images/img_product4.png) no-repeat center top;
		background-size: auto 285px
	}
	.section_5 .container .col-xs-11 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%
	}
	.section_2 {
		background: url(../images/img_grass9.jpg) repeat-x left top #fdfdfd;
		padding-top: 77px;
		padding-bottom: 21px
	}
	.section_3 {
		padding: 34px 0 44px
	}
	.section_4 {
		padding: 20px 0 51px 0
	}
	.section_5 {
		padding: 18px 0
	}
	.section_5 h3 {
		margin-bottom: 35px
	}
	.section_5 p {
		padding: 15px 0 28px 30px
	}
	.section_10 {
		padding: 21px 0 52px 0
	}
	.footer-area {
		position: relative
	}
	.footer-area .footer-holder {
		overflow: hidden;
		display: block !important
	}
	.foot-btn {
		position: absolute;
		display: block;
		height: 32px;
		width: 32px;
		top: -32px;
		left: 50%;
		margin-left: -16px;
		background-color: transparent;
		z-index: 1
	}
	.foot-btn:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 0;
		width: 0;
		border-color: transparent transparent #fff transparent;
		border-width: 16px;
		border-style: solid;
		z-index: 0
	}
}
@media only screen and (max-width: 640px) {
	a.submit-form {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}
	.section_5 {
		background-position: 290px bottom;
		background-size: auto 100%
	}
	.section_1 {
		background: url(../images/img_grass.png) repeat-x left bottom, url(../images/img_girl6.jpg) no-repeat left top;
		background-size: auto, auto
	}
}
@media only screen and (max-width: 615px) {
	h1, h3 {
		font-size: 38px;
		line-height: 47px
	}
}
@media only screen and (max-width: 590px) {
	#timer.col-xs-8 {
		flex-basis: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%
	}
	.section_4 .percentGo .col-xs-5 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
}
@media only screen and (max-width: 490px) {
	a.submit-form {
		padding: 20px 0 17px;
		font-size: 22px
	}
}
@media only screen and (max-width: 480px) {
	.prices .textBiger {
		line-height: 34px
	}
	h1 {
		font-size: 32px;
		line-height: 40px;
		margin-top: 19px;
		margin-bottom: 2px
	}
	h2 {
		font-size: 22px;
		line-height: 26px;
		margin-right: 0;
		margin-bottom: 20px
	}
	h3 {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 13px
	}
	h4 {
		font-size: 15px;
		line-height: 18px
	}
	a.submit-form {
		display: block;
		float: none
	}
	.section_1 .col-xs-5, .section_1 .col-xs-7, .section_1 .col-xs-9, .section_2 .col-xs-8, .section_4 .col-xs-9, .section_4 .col-xs-5, .section_4 .col-xs-10, .section_10 .col-xs-8 {
		flex-basis: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%
	}
	.section_3 .col-xs-4 {
		flex-basis: 50%;
		max-width: 50%;
		-ms-flex-preferred-size: 50%
	}
	.section_1 .col-xs-offset-3, .section_1 .col-xs-offset-4, .section_4 .col-xs-offset-3 {
		margin-left: 0
	}
	.section_1 {
		background: none;
		padding: 26px 0 0 0
	}
	.hidden-xxs {
		display: none
	}
	.section_10 p span {
		display: none
	}
	.boxOrder:after, .section_10 .boxOrder:before {
		display: none
	}
	.section_1 .boxGray {
		background: #fff
	}
	.textBig {
		font-size: 22px;
		line-height: 22px
	}
	.section_4 ul.row {
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-bottom: 23px
	}
	.section_4 ul.row li {
		margin-bottom: 12px
	}
	.section_4 .percentGo .col-xs-5 {
		padding: 0
	}
	.section_5 {
		background: url(../images/img_girl8.jpg) no-repeat right bottom #efefef;
		background-size: contain;
		padding: 18px 0 9px
	}
	.section_5 h3 {
		margin-bottom: 23px
	}
	.section_5 p {
		padding: 15px 0 25px 20px
	}
	.section_1 p {
		font-size: 15px
	}
	.product4 {
		background: url(../images/img_product6.jpg) no-repeat center top;
		min-height: 226px
	}
	#timer.col-xs-8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%
	}
	.section_1 .row.around-xs {
		margin-right: 0;
		margin-left: 0
	}
	.product1 {
		padding-left: 18px
	}
	.list {
		margin-right: 0
	}
	.list .textSmall {
		font-size: 16px
	}
	.section_1 li {
		line-height: 18px
	}
	.row {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.section_2 {
		background: url(../images/img_girl7.jpg) no-repeat right 83px, url(../images/img_grass8.jpg) repeat-x left top #fdfdfd;
		padding-top: 39px;
		padding-bottom: 4px
	}
	.icon_advantage {
		background-size: contain
	}
	.section_3 {
		padding: 23px 0 47px
	}
	.section_4 {
		padding: 19px 0 40px 0
	}
	.section_4 h3 {
		margin-bottom: 25px
	}
	.composition>div {
		padding-left: 0;
		padding-right: 0
	}
	.boxOrder .col-xs-8 {
		padding: 0
	}
}
@media (min-width: 768px) {
	.container {
		width: 750px
	}
	.foot-btn {
		display: none
	}
	.footer-holder {
		display: block !important
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px
	}
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://bootstrap-3.ru/customize.php?id=5dd8caa6bbd43162f8219b72ba3927ce)
 * Config saved to config.json and https://gist.github.com/5dd8caa6bbd43162f8219b72ba3927ce
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

section_ {
	display: block
}
b, strong {
	font-weight: bold
}
img {
	border: 0
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
button, input {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible;
	border: 0;
	outline: 0
}
button {
	text-transform: none
}
button, input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input, button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
img {
	vertical-align: middle
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}
@-ms-viewport {
	width: device-width
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}
.delivery-section_, .delivery-section_ *, .work-section_, .work-section_ *, .footer-area, .footer-area * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.max-wrap {
	max-width: 980px;
	margin: 0 auto
}
[class*="icon-"], .delivery-note>span:before, .steps-list li:after {
	background: url(../images/hotfooter-sprite.png) no-repeat;
	display: inline-block;
	vertical-align: top
}
.delivery-note>span:before {
	background-position: 0 0;
	width: 11px;
	height: 13px
}
.icon-step-01 {
	background-position: 0 -143px;
	width: 36px;
	height: 36px
}
.icon-step-02 {
	background-position: 0 -199px;
	width: 41px;
	height: 41px
}
.icon-step-03 {
	background-position: 0 -260px;
	width: 37px;
	height: 37px
}
.icon-step-04 {
	background-position: 0 -317px;
	width: 37px;
	height: 38px
}
.steps-list li:after {
	background-position: 0 -375px;
	width: 61px;
	height: 13px
}
.delivery-section_ {
	background: #fff
}
.delivery-post {
	padding: 10px 15px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-align: center
}
.delivery-post, .delivery-post * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.delivery-post .deliver-holder {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 1% 0 0;
	max-width: 68%;
	border: solid #e1e1e1;
	border-width: 0 2px 0 0
}
.delivery-post .delivery-label {
	display: inline-block;
	vertical-align: middle;
	padding: 0 11px;
	font-size: 22px;
	line-height: 26px
}
.delivery-post#RUS-post-img .delivery-label {
	max-width: 42%
}
.delivery-note {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	max-width: 28%
}
.delivery-note>span {
	display: block;
	padding: 0 0 0 18px;
	position: relative
}
.delivery-note>span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0
}
.work-section_ {
	background-color: #000
}
.work-steps {
	padding: 31px 10px 20px;
	color: #fff
}
.steps {
	padding: 0 0 20px 35px;
	overflow: hidden
}
.steps-label {
	float: left;
	font-size: 20px;
	line-height: 22px;
	padding: 5px 27px 0 0;
	max-width: 230px
}
.steps-wrap {
	overflow: hidden;
	padding: 0 0 20px
}
.steps-list {
	padding: 0;
	list-style: none;
	font-size: 0;
	letter-spacing: -4px;
	margin: 0 -12px 0 0
}
.steps-list li {
	width: 25.0%;
	font-size: 16px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	position: relative
}
.steps-list li:after {
	content: '';
	position: absolute;
	right: 100%;
	top: 100%;
	width: 61px;
	height: 13px;
	margin: -1px 15px 0 0
}
.steps-list li:first-child:after {
	content: none;
	display: none
}
.step-item {
	font-size: 12px;
	line-height: 14px;
	overflow: hidden
}
.steps-list li .step-item {
	padding: 0 15px 0 0
}
.step-img {
	padding: 0 10px 0 0;
	float: left
}
.step-description {
	padding: 2px 0 0;
	display: block;
	overflow: hidden
}
.footer-area {
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	background: #fff
}
.footer-holder {
	padding: 15px
}
.footer-section_ {
	font-size: 12px;
	line-height: 18px;
	color: #505050;
	overflow: hidden;
	padding: 9px 0 6px;
	border-top: 2px solid #ececec;
	position: relative
}
.footer-section_:first-child {
	border-top: none
}
.footer-bottom {
	overflow: hidden;
	padding-left: 5px;
	text-align: right
}
.footer-bottom>* {
	padding: 5px 0 0
}
.footer-bottom>*:first-child {
	padding: 0
}
@media only screen and (max-width:979px) {
	.delivery-post .deliver-holder {
		padding: 0 0 10px;
		margin: 0 0 8px;
		border-width: 0 0 2px 0;
		display: block;
		max-width: none
	}
	.delivery-post .delivery-label {
		margin: 0
	}
	.delivery-post#RUS-post-img .delivery-label {
		max-width: none
	}
	.delivery-note {
		display: block;
		text-align: center;
		max-width: none
	}
	.delivery-note>span {
		display: inline-block;
		vertical-align: top;
		padding: 0
	}
	.delivery-note>span:before {
		content: '';
		position: relative;
		left: auto;
		top: auto;
		display: inline-block;
		vertical-align: top;
		width: 11px;
		height: 13px;
		margin: 1px 5px 0 0
	}
	.work-steps {
		padding: 22px 10px 23px
	}
	.steps {
		padding: 0 29px 12px
	}
	.steps-label {
		display: block;
		text-align: center;
		float: none;
		padding: 0 0 37px;
		max-width: none
	}
	.steps-wrap {
		overflow: visible;
		padding: 20px 0
	}
	.steps-list {
		margin: 0
	}
	.steps-list li:after {
		top: auto;
		bottom: 100%;
		margin: 0 -31px 4px 0;
		-webkit-transform: scaleY(-1);
		-moz-transform: scaleY(-1);
		-ms-transform: scaleY(-1);
		-o-transform: scaleY(-1);
		transform: scaleY(-1)
	}
	.step-item {
		text-align: center
	}
	.steps-list li .step-item {
		padding: 0 12px
	}
	.step-img {
		padding: 0 0 10px;
		float: none;
		text-align: center;
		min-height: 47px
	}
	.footer-holder {
		padding: 16px 19px 5px
	}
	.footer-section_ {
		padding: 11px 0 16px
	}
}
@media only screen and (max-width:639px) {
	.delivery-post {
		text-align: center;
		padding: 7px 15px 15px
	}
	.delivery-post .deliver-holder {
		padding: 0 0 10px;
		margin: 0 0 8px
	}
	.delivery-post .delivery-label {
		padding: 0
	}
	.delivery-note {
		margin: 0
	}
	.work-steps {
		padding: 16px 15px
	}
	.steps {
		padding: 0 0 7px
	}
	.steps-label {
		padding: 0 0 20px
	}
	.steps-wrap {
		padding: 0 30px;
		width: 218px;
		margin: 0 auto
	}
	.steps-list {
		margin: 0
	}
	.steps-list li {
		display: block;
		width: auto;
		padding: 0 0 23px
	}
	.steps-list li:after {
		top: auto;
		right: -40px;
		bottom: 100%;
		margin: 0 0 9px;
		-webkit-transform: rotate(83deg) scaleY(-1);
		-moz-transform: rotate(83deg) scaleY(-1);
		-ms-transform: rotate(83deg) scaleY(-1);
		-o-transform: rotate(83deg) scaleY(-1);
		transform: rotate(83deg) scaleY(-1)
	}
	.steps-list li:nth-child(odd):after {
		right: auto;
		left: -52px;
		-webkit-transform: rotate(-83deg) scaleY(-1) scaleX(-1);
		-moz-transform: rotate(-83deg) scaleY(-1) scaleX(-1);
		-ms-transform: rotate(-83deg) scaleY(-1) scaleX(-1);
		-o-transform: rotate(-83deg) scaleY(-1) scaleX(-1);
		transform: rotate(-83deg) scaleY(-1) scaleX(-1);
		margin: 0 0 5px
	}
	.step-item {
		text-align: left
	}
	.steps-list li .step-item {
		padding: 0
	}
	.step-img {
		padding: 0 10px 0 0;
		float: left;
		min-height: 0;
		text-align: left
	}
	.step-description {
		padding: 6px 5px 0 0
	}
	.footer-holder {
		padding: 5px 15px
	}
	.footer-section_ {
		padding: 15px 0 14px
	}
	.footer-bottom {
		padding: 20px 0 0
	}
	.footer-section_>* {
		display: block;
		text-align: left
	}
}
@media only screen and (max-width:319px) {
	.footer-holder {
		padding: 13px 3% 16px
	}
	.footer-section_:first-child {
		padding: 15px 0 85px
	}
	.footer-section_>* {
		text-align: center
	}
	.footer-bottom {
		text-align: center;
		padding-top: 10px
	}
}
.gform_wrapper {
	margin: 16px 0;
	max-width: 100%
}
.gform_wrapper form {
	text-align: left;
	max-width: 100%;
	margin: 0 auto
}
.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
	box-sizing: border-box!important
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: inherit;
	font-family: inherit;
	padding: 5px 4px;
	letter-spacing: normal
}
.gform_wrapper ul.gform_fields {
	margin: 0!important;
	list-style-type: none;
	display: block
}
.gform_wrapper ul {
	text-indent: 0
}
.gform_wrapper form li, .gform_wrapper li {
	margin-left: 0!important;
	list-style: none!important;
	overflow: visible
}
.gform_wrapper ul li.gfield {
	clear: both
}
.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
	padding: 0;
	margin: 0;
	overflow: visible
}
.gform_wrapper label.gfield_label {
	font-weight: 700;
	font-size: inherit
}
.gform_wrapper .top_label .gfield_label {
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.3;
	clear: both
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 8px
}
.gform_wrapper input.large {
	width: 100%
}
.gform_wrapper .gfield_required {
	color: #790000;
	margin-left: 4px
}
.gform_wrapper .gform_footer {
	padding: 16px 0 10px;
	margin: 16px 0 0;
	clear: both;
	width: 100%
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	font-size: 1em;
	width: 100%;
	margin: 0 0 16px
}
.gform_wrapper .gform_hidden, .gform_wrapper input.gform_hidden, .gform_wrapper input[type=hidden] {
	display: none!important;
	max-height: 1px!important;
	overflow: hidden
}
body .gform_wrapper ul li.gfield {
	margin-top: 16px;
	padding-top: 0
}
@media only screen and (max-width:641px) {
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 2;
		min-height: 2rem
	}
}
@media only screen and (min-width:641px) {
	.gform_wrapper .gform_body {
		width: 100%
	}
	.gform_wrapper .top_label input.large {
		width: 100%
	}
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
		display: -moz-inline-stack;
		display: inline-block
	}
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
		font-size: 1em;
		width: auto;
		margin: 0 16px 0 0
	}
	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 16px
	}
	html:not[dir=rtl] .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not[dir=rtl] .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not[dir=rtl] .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time) {
		width: 70%;
		margin-left: 29%!important
	}
}
@media only screen and (min-width:641px) {
	.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input):not(.datepicker) {
		width: 100%!important;
		margin: 8px 0 0;
		padding-left: 0;
		padding-right: 0
	}
	.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input), .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input), .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input) {
		width: 100%!important
	}
	.gform_wrapper ul.gform_fields:not(.top_label)li ul.gfield_radio {
		width: calc(70% + 16px)
	}
	html:not[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, html:not[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
		padding-right: 16px!important
	}
}
.gform_wrapper.gf_browser_chrome ul li:after, .gform_wrapper.gf_browser_chrome ul li:before {
	content: none
}

.zamok1 {
	color: #909597;
	font-size: 10px;
	text-align: center;
	line-height: 1.1;
}
.zamok1 img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.zamok1 span {
	display: inline-block;
	vertical-align: middle;
}

.cnto1 {
	text-align: center;
}
.knop1 {
	display: inline-block;
	padding: 5px 15px;
	/* Поля */
	text-decoration: none;
	/* Убираем подчёркивание */
	color: #000;
	/* Цвет текста */
}
.knop1:hover {
	color: #a00;
}
