body {
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
img,
ol,
ul,
li,
form,
input {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.yellow_span {
	color: #f72e2e;
}

.header__logo {
	float: left;
	background: url("../img/logo_1.png") no-repeat 0 0;
	width: 203px;
	height: 59px;
	margin-top: 19px;
	background-size: contain;
}

.header__blocks {
	text-align: center;
	padding-top: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__block {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
	margin: 0 42px 0 -8px;
	min-height: 45px;
	padding-left: 51px;
	text-align: left;
	position: relative;
	letter-spacing: -0.03em;
}

.header__block span {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.header__block:before {
	content: " ";
	background: url("../img/icon-header.png") no-repeat;
	width: 45px;
	height: 31px;
	position: absolute;
	top: 3px;
	left: 0;
}

.header__block--1.header__block:before {
	background-position: 0 0;
}

.header__block--2.header__block:before {
	background-position: -45px 0;
}

/*---------  END HEADER ------------------*/

/* ---------- Start section1 --------------*/
.section1 {
	position: relative;
	padding-bottom: 10px;
	min-height: 789px;
	background: url("../img/green3.png");
	overflow: hidden;
	background-size: cover;
}

.section1:before {
	background-color: rgba(0, 0, 0, .5);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.main-title {
	color: #fff;
	font-size: 56px;
	line-height: 52px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	margin: 50px;
}

.title-small {
	color: #fff;
	/*color: #FFDE00;*/
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 50px;
}

.section-wrap {
	margin-top: 33px;
}

.section-wrap:after {
	content: " ";
	clear: both;
	display: block;
}

.section1-left {
	float: left;
	width: 336px;
	position: relative;
	z-index: 3;
	margin-top: 17px;
}

.do {
	color: #fff;
	font-size: 19px;
	line-height: 22px;
	padding: 10px 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.03em;
	position: relative;
}

.do:before {
	content: " ";
	position: absolute;
	left: -77px;
}

.do--1.do {
	background: url("../img/one.png") no-repeat 24px 12px;
	padding-left: 107px;
	background-size: contain;
}

.do--2.do {
	background: url("../img/two.png") no-repeat 8px top;
	padding-left: 107px;
	padding-bottom: 34px;
	background-size: contain;
}

.do--3.do {
	background: url("../img/three.png") no-repeat 18px top;
	padding-left: 107px;
	padding-bottom: 35px;
	background-size: contain;
}

.do--4.do {
	background: url("../img/four.png") no-repeat 12px top;
	padding-left: 107px;
	background-size: contain;
}

.sale-product-img {
	position: relative;
	background: url("../img/product.png") no-repeat center;
	height: 370px;
	overflow: hidden;
}

.sale_50 {
	position: absolute;
	top: 0;
	left: 30px;
	text-align: center;
	color: #fff;
	width: 110px;
	height: 110px;
	background: url('../img/sale-icon.png');
	background-size: contain;
	margin: 0;
	padding: 31px 9px;
	font-size: 20px;
	display: inline-block;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

.sale_50 p {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	line-height: 24px;
}

.product-sh {
	padding-left: 9px;
	padding-right: 9px;
}

.product-sh--text {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.product-how-much {
	color: #FFDE00;
	font-size: 24px;
	line-height: 25px;
	padding-top: 2px;
	letter-spacing: -1px;
	font-family: "Roboto-BoldItalic", Arial, Helvetica, sans-serif;
}

img.line-dot {
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 10px;
}

.coast-offer {
	color: #FFDE00;
	font-size: 23px;
	/* line-height: 11px; */
	margin-top: 35px;
	line-height: 11px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}

.form-bg_top {
	border-radius: 10px;
	padding: 20px;
	background-color: rgba(0, 0, 0, .6);
}

.wrap-price--top {
	text-align: center;
	padding-bottom: 10px;
}

.price-old-wrap--top,
.price-new-wrap--top {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.price-old-wrap--top {
	padding: 0 5px 0 0;
	text-align: center;
}

.price-new-wrap--top {
	padding: 7px 4px 0 0;
	background: url("../img/price-bg.png") no-repeat 0 0;
	width: 142px;
	height: 68px;
	text-align: center;
}

.price-old-text--top {
	color: #fff;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -0.03em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 7px;
}

.price-old-x--top {
	color: #fff;
	font-size: 26px;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.price-old-currency--top {
	font-size: 17px;
}

.price-old-x--top:before {
	content: " ";
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 46%;
	left: 0;
}

.price-new-text--top {
	color: #FFDE00;
	font-size: 13px;
	line-height: 13px;
	padding-left: 0;
	letter-spacing: -0.03em;
	font-family: Arial, Helvetica, sans-serif;
}

.price-new-x--top {
	color: #FFDE00;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;

}

.price-new-currency--top {
	font-size: 18px;
}

.timer-wrap {
	width: 291px;
	margin: 0 auto;
	border-radius: 8px;
	border: none !important;
	background: url('../img/timer-bg.png') no-repeat;
}

.timer-title {
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 2px;
}

.timer-title span {
	padding: 0 6px;
	margin-top: -6px;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
}

.timer-new {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}

.timer__index {
	display: inline-block;
	vertical-align: top;
	background: url("../img/bg-timer.png") no-repeat 0 0;
	width: 55px;
	height: 41px;
	text-align: left;
}

.timer__item {
	display: block;
	padding: 3px 0 0 6px;
	letter-spacing: 10px;
}

.timer__point {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	position: relative;
}

.timer__point:before,
.timer__point:after {
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	content: '';
	width: 5px;
	height: 5px;
	left: 3px;
	top: 10px;
}

.timer__point:after {
	top: 25px;
}

.under-timer {
	text-align: center;
	margin: 0 24px -5px;
}

.under-timer span {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
	width: 32%;
}

.form-main {
	position: relative;
	padding: 11px 9px 0;
}

.form-main:after {
	content: ' ';
	background: url("../img/arrow-form.png") no-repeat 0 0;
	width: 42px;
	height: 85px;
	position: absolute;
	bottom: 43px;
	left: -36px;
	z-index: -1;
}

.label--top {
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	padding-bottom: 6px;
}

.input-form,
.select-form {
	width: 100%;
	border: none;
	padding: 0 10px 0 48px;
	height: 36px;
	color: #000;
	font-size: 15px;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

.input-form--name {
	background: url("../img/icon-name.png") no-repeat 11px center #fff;
}

.input-form--phone {
	background: url("../img/icon-phone.png") no-repeat 12px center #fff;
}

.form-shipment {
	text-align: center;
	color: #fff;
}

.form-shipment span {
	font-weight: bold;
}

.select-form {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/planet.png), url(../img/select.png);
	background-position: 12px center, 97% center;
	background-repeat: no-repeat, no-repeat;
	background-color: #fff;
}

.submit-form {
	width: 100%;
	border: none;
	border-radius: 4px;
	background: #FF0000;
	height: 65px;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 1px 3px;
	letter-spacing: -1px;
	outline: none;
	margin-top: 5px;
}

.submit-form:hover {
	background: #ff0000;
}

/*end section1*/

/*----------Start section2------------*/

.section2 {
	padding-top: 14px;
	background-color: #fdfcfc;
	margin: 0 0 50px 0;
	padding-top: 50px;
}

.title {
	color: #000;
	font-size: 44px;
	line-height: 44px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	position: relative;
	z-index: 7;
}

.sect2-border {
	/*border: 1px solid #FFC8CE;*/
	border-bottom: none;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	position: relative;
}

.section2 .title {
	padding: 0 140px;
	margin: 0;
	position: relative;
	z-index: 3;
}

.symptom-wrap {
	text-align: left;
	padding-top: 27px;
	padding-bottom: 8px;
	margin: 0 100px;
}

.symptom-left {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	padding-left: 30px;
}

.symptom-right {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	padding-left: 5px;
}

.symptom-block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -1px;
	min-height: 110px;
	position: relative;
	margin-bottom: 10px;
}

.symptom-block:before {
	content: " ";

	width: 147px;
	height: 105px;
	position: absolute;
	top: 0;
}

.symptom-block--1.symptom-block:before {
	background: url("../img/b2-1.png") no-repeat;
}

.symptom-block--2.symptom-block:before {
	background: url("../img/b2-2.png") no-repeat;
}

.symptom-block--3.symptom-block:before {
	background: url("../img/b2-3.png") no-repeat;
}

.symptom-block--7.symptom-block:before {
	background: url("../img/b2-4.png") no-repeat;
}

.symptom-block--4.symptom-block:before {
	background: url("../img/b2-5.png") no-repeat;
}

.symptom-block--5.symptom-block:before {
	background: url("../img/b2-6.png") no-repeat;
}

.symptom-block--6.symptom-block:before {
	background: url("../img/b2-7.png") no-repeat;
}

.symptom-block--8.symptom-block:before {
	background: url("../img/b2-8.png") no-repeat;
}

.symptom-left .symptom-block:before {
	left: 0;
}

.symptom-right .symptom-block:before {
	left: 0;
}

.symptom-block--1 {
	padding: 21px 0 0 175px;
}

.symptom-block--2 {
	padding: 18px 0 0 175px;
}

.symptom-block--3 {
	padding: 3px 0 0 175px;
}

.symptom-block--4 {
	padding: 19px 0 0 193px;
}

.symptom-block--5 {
	padding: 14px 0 0 193px;
}

.symptom-block--6 {
	padding: 4px 0 0 193px;
}

.symptom-block.symptom-block--7 {
	padding: 3px 0 0 175px;
}

.symptom-block.symptom-block--8 {
	padding: 14px 0 0 193px;
}

.symptom-main-wrap {
	background: url("../img/symptom-main.png") no-repeat 42px center #463b38;
	padding: 30px 10px 30px 214px;
	position: relative;
	z-index: 2;
}

.ifthen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
	letter-spacing: -1px;
	margin: 30px 0;
}

.symptom-main-title {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 20px;
	text-transform: uppercase;
	padding-bottom: 17px;
	letter-spacing: -1px;
}

.symptom-main-text {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 1px;
}

.danger-wrap {
	background: url("../img/danger-img.jpg") no-repeat 0 bottom;
	border-left: 1px solid #463b38;
	border-right: 1px solid #463b38;
	padding: 40px 0 10px 0;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.danger-wrap-block {
	padding: 0 0 9px 0;
	width: auto;
	display: inline-block;
}

.danger-block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 25px;
	letter-spacing: -1px;
	padding: 0 0 3px 30px;
	color: #3b3b3b;
	background: url("../img/danger-bg.png") no-repeat 0 4px;
	margin-bottom: 30px;
}

.danger-wrap-block.db1 {
	padding-left: 25px;
	padding-right: 30px;
}

.danger-wrap-block.db2 {
	padding-right: 35px;
}

.section-danger-text {
	padding-bottom: 23px;
}

.danger-main-text {
	background: #463b38;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	padding: 35px 150px 30px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/*------------------- End section2 -------------*/

/*---------- Start section4 ----------------*/
.section4 {
	padding: 0 0 20px 0;
}

p.title {
	margin: 0;
	position: relative;
	z-index: 3;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.component_wrap {
	padding: 40px 0 0 0;
}

.second_line_component {
	margin-top: 50px;
}

.component-wrap_image {
	text-align: right;
}

.component-wrap_image img {
	max-width: 150px;
	border-radius: 50%;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}

.component-wrap_image img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.component_wrap_description p {
	padding: 20px 0;
	letter-spacing: 1px;
	font-size: 15px;
}

.component_wrap_description h3 {
	font-size: 20px;
	position: relative;
	display: inline-block;
	margin-top: 20px;
}

.component_wrap_description h3:after {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #8cb601;
}

/*--------- End section4 --------------------*/

/*------- Start section5 -------------*/
.section5 {
	position: relative;
	z-index: 2;
	padding: 35px 0;
}

.expert-wrap:before {
	content: " ";
	background: url("../img/expert.png") no-repeat 0 0;
	width: 535px;
	height: 543px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.expert-wrap {
	min-height: 540px;
	padding-top: 30px;
	padding-bottom: 25px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
	background: url("../img/bg-expert.png");
	position: relative;
}

.expert-block {
	padding: 32px 59px 0 443px;
	position: relative;
	z-index: 2;
}

.expert-text {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 23px;
	letter-spacing: -1px;
}

.expert-about {
	font-size: 18px;
	line-height: 26px;
	color: #2a5279;
	letter-spacing: -1px;
	text-align: right;
	font-family: "SegoeUI-SemiBoldItalic", Arial, Helvetica, sans-serif;
}

/* -------- End section5 -------------*/

/*---------- Start section6 -----------*/
.section6 {
	background: url('../img/green3.png') no-repeat center top;
	background-size: cover;
	position: relative;
}

.section6:before {
	background-color: rgba(0, 0, 0, .5);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.wrap_inner_section6 .form-bg-title--top {
	color: #FFDE00;
	font-size: 24px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.form-bg-title--top:after {
	content: url("../img/line.png");
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 14px;
	left: -20px;

}

.wrap_inner_section6 {
	padding: 40px 0;
}

.form-main-wrapper--center {

	min-height: 279px;
	border-radius: 10px;
}

.form-main-wrapper--center:after {
	content: " ";
	clear: both;
	display: block;
}

.form-left--center {
	width: 372px;
	/*padding: 32px 25px 5px 0;*/
	padding: 32px 25px 64px;
	text-align: center;
	background-color: rgba(0, 0, 0, .6);
	border-radius: 5px;
}

.wrap-price--center {
	text-align: center;
	padding-bottom: 28px;
	padding-left: 16px;
}

.price-old-wrap--center,
.price-new-wrap--center {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.price-old-wrap--center {
	padding: 14px 5px 0 0;
}

.price-new-wrap--center {
	padding: 12px 5px 0 8px;
	background: url("../img/price-bg-center.png") no-repeat 0 0;
	width: 176px;
	height: 84px;
}

.price-old-text--center {
	color: #fff;
	padding-bottom: 7px;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: -0.03em;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.price-old-x--center {
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.price-old-currency--center {
	font-size: 21px;
}

.price-old-x--center:before {
	content: " ";
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 46%;
	left: 0;
}

.price-new-text--center {
	color: #FFDE00;
	font-size: 16px;
	line-height: 15px;
	padding-left: 0;
	letter-spacing: -0.03em;
	font-family: Arial, Helvetica, sans-serif;
}

.price-new-x--center {
	color: #FFDE00;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}

.price-new-currency--center {
	font-size: 23px;
}

.sale-wrap--center {
	margin-right: -30px;
	padding: 15px 0 0 21px;
}

.sale-title--center {
	font-size: 23px;
}

.form-center--center {
	width: 260px;
	position: relative;
	z-index: 2;
}

.form-center--center {
	background: url("../img/product.png") no-repeat 0 0;
	width: 267px;
	height: 391px;
	background-size: contain;
	margin: 0 auto 40px;
}

.form-right--center {
	/*width: 312px;*/
	/*position: relative;*/
	/*z-index: 5;*/
	/*padding: 17px 25px 20px 0;*/
	width: 372px;
	padding: 17px 25px 30px 25px;
	text-align: center;
	background-color: rgba(0, 0, 0, .6);
	border-radius: 5px;
}

.form-right--center .product-how-much {
	font-size: 20px;
	margin-bottom: 10px;
}

.product-sh--text-center {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}

.form-right--center .product-how-much {
	font-size: 20px;
	display: inline;
}

.product-how-much--center {
	text-align: right;
	margin-top: -3px;
	padding-right: 20px;
}

.form-main--center {
	position: relative;
	padding: 1px 0 0;
}

.form-main--center:after {
	content: ' ';
	background: url("../img/arrow-form2.png") no-repeat 0 0;
	width: 42px;
	height: 86px;
	position: absolute;
	bottom: 19px;
	left: -47px;
}

.form-wrapper--center {
	background: url('../img/form-bg.png');
	border-radius: 10px;
}

/*--------- End section6 ---------------*/

/*--------- Start section8 slider---------------*/
.section8 {
	background-color: #eaeff5;
	min-height: 488px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.section8 .title5 {
	margin-bottom: 50px;
}

.text-slide {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	padding-bottom: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300 !important;
}

.name-slide {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
}

/*---------- End section8 ----------------*/

/*---------- Start section9 ---------------*/
.section9 {
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.section9 .title5 {
	margin-bottom: 40px;
}

.wrap_text_point {
	display: inline-block;
	position: relative;
	z-index: 5;
}

.wrap_point_span_1,
.wrap_point_span_2,
.wrap_point_span_3,
.wrap_point_span_4 {
	display: inline-block;
	color: #8cb602;
	border-right: 1px solid #8cb602;
	font-size: 48px;
	line-height: 48px;
	position: relative;
}

.wrap_point_span_1 span {
	position: absolute;
	bottom: 19px;
	left: -10px;
}

.wrap_point_span_2 span {
	position: absolute;
	bottom: 46px;
	left: -10px;
}

.wrap_point_span_3 span {
	position: absolute;
	bottom: 44px;
	left: -10px;
}

.wrap_point_span_4 span {
	position: absolute;
	bottom: 44px;
	left: -10px;
}

.wrap_point img {
	margin-bottom: 20px;
	margin-top: 13px;
}

.wrap_point_text {
	max-width: 370px;
	display: inline-block;
	margin-left: 30px;
}

.wrap_point_text h5 {
	color: #000;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 1px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-top: 30px;
	border-bottom: 1px solid #8cb601;
}

.wrap_point_text p {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.point_man {
	position: relative;
}

.point_man:before {
	content: " ";
	background: url(../img/menSec9.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 600px;
	min-height: 645px;
	/* background-position: -280px -80px; */
	position: absolute;
	top: -32px;
	left: -206px;
}

.point_man:after {
	content: " ";
	background: url('../img/product.png') no-repeat 0 0;
	width: 267px;
	height: 391px;
	position: absolute;
	top: 324px;
	right: 54px;
	z-index: 1;
	background-size: contain;
}

/*---------- End section9 ------------------*/

/*---------- Start section10----------------*/
.section10 {
	background-color: #463b38;
	padding: 50px 0;
	text-align: center;
}

.section10 p.title {
	color: #fff;
	margin: 0;
	display: inline-block;
	position: relative;
}

.section10 p.title:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -20px;
	left: 0;
}

.image_product {
	background: url(../img/product.png) no-repeat 0 0;
	width: 205px;
	height: 340px;
	margin: 0 0 0 0;
	background-size: contain;
}

.wrap_accept {
	text-align: left;
}

.wrap_accept p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 27px;
	line-height: 40px;
	color: #fff;
	max-width: 450px;
	margin-top: 60px;
	position: relative;
	margin-left: 80px;
}

.wrap_accept p:last-child {
	margin-top: 20px;
}

.wrap_accept p:first-child:before {
	content: url('../img/drop.png');
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -60px;
}

.wrap_accept p:last-child:before {
	content: url('../img/times.png');
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -60px;
}

/*---------- End section10 -----------------*/

/*---------- Start section11 ---------------*/
.section11 {
	padding: 50px 0;
	background-color: #fbfbfb;
}

.title5 {
	margin: 20px 0;
	color: #000;
	font-size: 44px;
	line-height: 44px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	position: relative;
	z-index: 7;
}

.work-block {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
	padding-top: 150px;
	position: relative;
}

.work-block:before {
	content: " ";
	background: url("../img/work-img1.png") no-repeat;
	width: 120px;
	height: 118px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -56px;
}

.work-block--1.work-block:before {
	background-position: 0 0;
}

.work-block--2.work-block:before {
	background-position: -140px 0;
}

.work-block--3.work-block:before {
	background-position: -270px 0;
}

.work-name {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #000;
	font-family: "Roboto", sans-serif;
}

.cash_pay {
	text-align: center;
	margin-top: 40px;
	font-size: 30px;
}

/*------------ End section11 ----------------*/

.section12 {
	background: url('../img/green3.png') no-repeat center top;
	background-size: cover;
	position: relative;
}

.section12:before {
	background-color: rgba(0, 0, 0, .5);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.wrap_footer {
	display: inline-block;
	padding: 40px 0;
	width: 100%
}

.section12 .sale-product-img {
	margin-top: 40px;
}

.section12 .do-blocks {
	margin-top: 40px;
}

form .input-wrapper label {
	display: none
}

form .input-wrapper {
	position: relative;
	margin-bottom: 7px;
}

form .input-wrapper .error {
	border: 1px solid red !important;
	padding-top: 6px !important;
}

form .input-wrapper .error+label {
	width: 100%;
	height: 100%;
	color: red;
	display: block !important;
	font-size: 11px;
	line-height: 17px;
	position: absolute;
	top: 0;
	padding-left: 40px;
	left: 0px;
	text-align: left
}

form .input-wrapper .error+label:before,
form .input-wrapper .error+label:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 3px;
	height: 21px;
	background-color: red
}

form .input-wrapper .error+label:before {
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg)
}

form .input-wrapper .error+label:after {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg)
}

.wrap_point {
	background: rgba(255, 255, 255, 0.7);
	position: relative;
	z-index: 1;
}

@media(max-width: 991px) {
	.do-blocks {
		max-width: 300px;
		margin: 0 auto;
	}
}