/* styles */
body {
	min-width: 320px;
	background: #fff;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/*form*/
.m1-form{
	padding: 0 20px;
}
.m1-form input{
	border: none;
	background: #f2f2f2;
	width: 100%;
	height: 60px;
	border-radius: 6px;
	font-size: 16px;
	font-family: 'AvenirNextCyr', sans-serif;
	color: #333;
	border-radius: 4px;
	margin-bottom: 15px;
	text-align: center;
}
.m1-form ::-webkit-input-placeholder {
	color: #333;
}
.m1-form ::-moz-placeholder {
	color: #333;
}
.m1-form :-moz-placeholder {
	color: #333;
}
.m1-form :-ms-input-placeholder {
	color: #333;
}
.m1-form :focus::-webkit-input-placeholder {
	color: transparent;
}
.m1-form :focus::-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-ms-input-placeholder {
	color: transparent;
}

/*timer*/
.timer{
	padding: 11px 0 13px;
	background: #fff;
	width: 260px;
	margin: -40px auto 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.timer h3{
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3px;
}
.timer_cont{
	padding: 0 10px
}
.timer .timer_item{
	width: 33.3%;
	float: left;
}
.timer_item .count_block{
	width: 70px;
	margin: 0px auto;
	position: relative;
	border-radius: 6px;
}
.timer_item .count_block:after{
	content: ':';
	color: #7fb52d;
	font-size: 34px;
	font-weight: 700;
	line-height: 30px;
	position: absolute;
	right: -10px;
	top: 2px;
}
.timer_item:last-child .count_block:after{
	display: none;
}
.count_block .count{
	text-align: center;
	font-size: 36px;
	line-height: 1.05em;
	font-weight: 700;
	color: #7fb52d;
}
.count_block .text{
	color: #333;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
}

/* button */
.button-m {
	border: none;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 280px;
	height: 68px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ffb500;
	background: -moz-linear-gradient(top, #ffb500 0%, #ff8400 100%);
	background: -webkit-linear-gradient(top, #ffb500 0%,#ff8400 100%);
	background: linear-gradient(to bottom, #ffb500 0%,#ff8400 100%);
	border-bottom: 4px solid #e67700;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 68px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
.button-m:hover {
	background: -moz-linear-gradient(top, #ff8400 0%, #ff9300 100%);
	background: -webkit-linear-gradient(top, #ff8400 0%, #ff9300 100%);
	background: linear-gradient(to bottom, #ff8400 0%, #ff9300 100%);
}
.button-m:active{
	top: 2px;
}

/* titles */
h2.title {
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.1em;
	text-align: center;
	margin-bottom: 30px;
}
h2.title>span{
	color: #ff8300;
}

p.subtitle{
	text-align: center;
	margin: -10px 0 30px;
	font-size: 18px;
	font-weight: 700;
}

section{
	padding: 40px 0 40px;
}
.green_theme{
	background: #315416 url(../images/pat.png) 0% 0% repeat;
}
.green_theme .title{
	color: #fff;
}
.green_theme .title>span{
	color: #ffb500;
}
.green_theme .subtitle{
	color: #fff;
}






/*top_line*/
.top_line{
	background: #315416;
	padding: 12px 0;
}
.top_line ul{
	text-align: justify;
	-ms-text-align-last: justify;
	text-align-last: justify;
}
.top_line ul>li{
	display: inline-block;
	padding: 6px 0 6px 35px;
	color: #fff;
}
.top_line ul>li:nth-child(1){
	background: url(../images/top_line1.png) 0% 50% no-repeat;
}
.top_line ul>li:nth-child(2){
	background: url(../images/top_line2.png) 0% 50% no-repeat;
}
.top_line ul>li:nth-child(3){
	background: url(../images/top_line3.png) 0% 50% no-repeat;
}
/*offer_sect*/
.offer_section{
	padding: 0;
	background: #ededee url(../images/offer_bg.jpg) 50% 0% no-repeat;
	height: 600px;
}
.offer_section .wrapper{
	position: relative;
	height: 100%;
}
.title_block{
	text-align: right;
}
.main_title{
	font-size: 48px;
	line-height: 1.05em;
	text-align: center;
	padding-top: 20px;
}
.main_subtitle{
	background: #7fb52d;
	color: #fff;
	font-weight: 300;
	text-align: center;
	font-size: 30px;
	line-height: 1.05em;
	padding: 13px 0 15px;
	margin-top: 15px;
	border-radius: 4px;
}
.offer_section .sale{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: absolute;
	background: #ffb500;
	background: -moz-linear-gradient(top, #ffb500 0%, #ff8400 100%);
	background: -webkit-linear-gradient(top, #ffb500 0%,#ff8400 100%);
	background: linear-gradient(to bottom, #ffb500 0%,#ff8400 100%);
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0 0;
	border: 6px solid #fff;
	line-height: 1.2em;
	top: 170px;
	left: 800px;
	font-weight: 700;
	letter-spacing: 1px;
}
.offer_section .sale>b{
	display: block;
	font-size: 33px;
	line-height: 1.15em;
	letter-spacing: normal;
}

.offer_bull{
	width: 260px;
	margin: 50px 0 0 340px;
}
.offer_bull>li{
	line-height: 1.4em;
	padding: 0  0 0 35px;
	background: url(../images/offer_check.png) 0% 4px no-repeat;
	margin-bottom: 30px;
}
.offer_bull>li>b{
	display: block;
	margin-bottom: 2px;
}
.offer_bull>li:last-child{
	margin-bottom: 0;
}
.offer_section .product_count{
	font-size: 14px;
	line-height: 1.2em;
	width: 120px;
	position: absolute;
	bottom: 50px;
	left: 350px;
}
.offer_section .product_count>span{
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: #7fb52d;
	width: 114px;
	padding: 13px 0;
	margin: 6px 0 0;
	font-size: 30px;
	border-radius: 4px;
}
.order_form{
	background: #fff;
	position: absolute;
	left: 10px;
	bottom: 0px;
	width: 320px;
	padding-bottom: 30px;
}
.price{
	margin: 15px 0 13px;
}
.price .item{
	width: 50%;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.2em;
}
.price .item>p{
	font-size: 36px;
	line-height: 1.1em;
	text-transform: none;
	font-weight: 700;
}
.price .item>p>small{
	font-size: 0.8em;
}
.price .item.old>p>span{
	text-decoration: line-through;
}
.price .item.new>p{
	color: #ff8300;
}


/*sect2*/
.sect1{
	background: url(../images/bg1.jpg);
}
.sect1 h2.title{
	color: #fff;
}
.video_block{
	float: left;
	width: 620px;
	height: 350px;
	border: 5px solid #fff;
	overflow: hidden;
	background: #000;
}
.video_block iframe,
.video_block object{
	width: 100%;
	height: 100%;
}
.sect1 .image_block{
	float: right;
	width: 310px;
}
.sect1 .image_block>img{
	display: block;
	width: 100%;
	margin: 0px auto 10px;
	border: 5px solid #fff;
}
.sect1 .image_block>img:last-child{
	margin-bottom: 0;
}



/*sect2*/
.sect2{
}

/*benef_list1*/
.benef_list1{
	font-size: 0;
	letter-spacing: -1px;
}
.benef_list1 .item{
	width: 460px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	background: #f7f7f7;
	margin: 0 20px 20px 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.benef_list1 .item:nth-child(2n){
	margin-right: 0;
}
.benef_list1 .item .image_block{
	background: #8bc832;
	background: -moz-linear-gradient(top, #8bc832 0%, #c2e401 100%);
	background: -webkit-linear-gradient(top, #8bc832 0%,#c2e401 100%);
	background: linear-gradient(to bottom, #8bc832 0%,#c2e401 100%);
	padding: 18px 20px 1px;
	border-radius: 5px 5px 15px 15px;
	margin: 0 0 75px;
}
.benef_list1 .item .image_block>span{
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 14px;
}
.benef_list1 .item .image_block>img{
	display: block;
	margin: 0px auto 6px;
}
.benef_list1 .item .image_block>p{
	font-size: 0;
	letter-spacing: -1px;
	margin: 10px 0 -70px
}
.benef_list1 .item .image_block>p>span{
	width: 50%;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 14px;
	font-weight: 700;
}
.benef_list1 .item>p{
	background: #fff;
	padding: 20px 20px 30px;
	font-size: 16px;
	text-align: center;
}

.sect2 .button-m{
	margin-top: 10px;
}


/*sect3*/
.list_3{
	font-size: 0;
	letter-spacing: -1px;
	background: url(../images/benef2_bg.png) 50% 80px no-repeat;
}
.sect3 .list_3{
	background: none;
}
.sect3 .list_3>li{
	color: #fff;
}
.list_3>li{
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 16px;
	text-align: center;
	padding: 0 10px;
}
.list_3>li>img{
	display: block;
	margin: 0px auto 12px;
	border-radius: 50%;
	width: 200px;
}
.list_3>li>h4{
	font-weight: 700;
	margin-bottom: 4px;
}
.sect3 .list_3>li>img{
	border: 10px solid #5a7645;
}

.dop_info{
	text-align: center;
	padding: 1px 0 30px;
}
.dop_info p{
	padding: 0 90px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5em;
}
.dop_info:before{
	content: '';
	width: 115px;
	height: 60px;
	display: block;
	margin: -23px auto 10px;
}
.dop_info1{
	background: #2c4d14;
	color: #fff;
}
.dop_info1:before{
	background: url(../images/dop_info1.png) 50% 50% no-repeat;
}


/*sect4*/
.sect4{
	background: #46392e url(../images/s4_bg.jpg) 50% 0% no-repeat;
}
.sect4 h2.title{
	background: #ff8300;
	color: #fff;
	display: table;
	padding: 10px 35px 12px;
	border-radius: 6px;
	margin: 0px auto 40px;
}
/*benef2*/
.benef2{
	font-size: 0;
	letter-spacing: -1px;
}
.benef2>li{
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	background: #fff;
	text-align: center;
	min-height: 320px;
	border-radius: 4px;
	overflow: hidden;
	letter-spacing: normal;
	font-size: 16px;
}
.benef2>li:nth-child(4n){
	margin-right: 0;
}
.benef2>li>img{
	display: block;
	margin: 0px auto 15px;
}
.benef2>li>p{
	padding: 26px 15px;
	background: url(../images/warning.png) 50% 0% no-repeat;
}

.sub_desc{
	width: 850px;
	margin: 40px 0 0 90px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-weight: 700;
	padding: 25px 160px 25px 75px;
	position: relative;
	border-radius: 5px;
}
.sub_desc:before{
	content: '';
	width: 131px;
	height: 194px;
	background: url(../images/sub_desc.png) 50% 50% no-repeat;
	position: absolute;
	left: -90px;
	top: -10px;
}
.sub_desc:after{
	content: '';
	width: 123px;
	height: 123px;
	background: url(../images/sub_desc2.png) 50% 50% no-repeat;
	position: absolute;
	right: 15px;
	top: 22px;
}



/*sect5*/
.sect5{
	background: #edf7ff;
}
.title.big_title{
	font-size: 48px;
	margin-bottom: 40px;
}
.how_use>li{
	position: relative;
}
.list_3>li>span{
	position: absolute;
	top: 0;
	left: 60px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border: 5px solid #fff;
	background: #ffb500;
	background: -moz-linear-gradient(top, #ffb500 0%, #ff8400 100%);
	background: -webkit-linear-gradient(top, #ffb500 0%,#ff8400 100%);
	background: linear-gradient(to bottom, #ffb500 0%,#ff8400 100%);
}
.how_use>li>img{
	border: 10px solid #e1eaf2;
}
.dop_info2{
	background: #e1eaf2;
}
.dop_info2:before{
	background: url(../images/dop_info2.png) 50% 50% no-repeat;
}




/*sect6*/
.sect6{
	background: url(../images/s6_bg.jpg) 50% 100% no-repeat;
}
.description{
	border: 1px solid transparent;
}
.description>img{
	float: left;
	border-radius: 6px;
}
.description .text{
	padding: 6px 0 0 320px;
}
.description .text>p{
	margin-bottom: 20px;
}

.benef_container{
	background: #3c661c;
	border-radius: 6px;
	margin-top: 30px;
	padding: 25px 0 18px 0;
}
.benef_container .title{
	color: #fff;
}
.benef3{
	font-size: 0;
	letter-spacing: -1px;
	padding: 0 0 0 50px;
}
.benef3>li{
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: normal;
	color: #fff;
	padding: 0 0 0 45px;
	margin: 0 0 20px;
}
.benef3>li:nth-child(1){
	background: url(../images/benef3_icon1.png) 0% 50% no-repeat;
}
.benef3>li:nth-child(2){
	background: url(../images/benef3_icon2.png) 0% 50% no-repeat;
}
.benef3>li:nth-child(3){
	background: url(../images/benef3_icon3.png) 0% 50% no-repeat;
}
.benef3>li:nth-child(4){
	background: url(../images/benef3_icon4.png) 0% 50% no-repeat;
}
.benef3>li:nth-child(5){
	background: url(../images/benef3_icon5.png) 0% 50% no-repeat;
}
.benef3>li:nth-child(6){
	background: url(../images/benef3_icon6.png) 0% 50% no-repeat;
}

.benef_container .button-m{
	margin: 15px auto -50px;
}

.expert{
	background: #fff;
	margin: 90px auto -330px;
	overflow: hidden;
	position: relative;
}
.expert .title,
.expert .title.big_title{
	margin-bottom: 0;
	line-height: 1.1em;
	padding: 16px 0 22px;
}
.expert_text{
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);
	padding: 30px;
}
.expert_text>img{
	float: left;
}
.expert_text .text{
	padding: 0 0 0 290px;
}
.expert_text .info{
	background: url(../images/expert_q.png) 555px 50% no-repeat;
	margin-bottom: 20px;
}
.expert_text .info>span{
	display: block;
	font-weight: 700;
}
.expert_text .text>p:not(:last-child){
	margin-bottom: 20px;
}


/*sect7*/
.sect7{
	padding-top: 330px;
}
.owl-carousel .owl-item img{
	width: 460px;
}
.rev_item>img{
	display: block;
	margin: 0px auto 10px;
	border: 5px solid #fff;
	width: 460px;
}
.rev_item .text{
	padding: 25px 80px;
	background: #fff;
	text-align: center;
}
.reviews_container{
	position: relative;
}
.rev_img{
	position: absolute;
	top: 0;
	border: 5px solid #fff;
}
.rev_img1{
	left: 0;
}
.rev_img2{
	right: 0;
}
.reviews .info{
	font-weight: 700;
	text-align: center;
	font-size: 18px;
}
.reviews .info>span{
	color: #7fb52d;
	margin: 5px 0;
	display: block;
}

.reviews_container .owl-prev,
.reviews_container .owl-next{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 390px;
}
.reviews_container .owl-prev{
	background: url(../images/rev_arrow.png) 0% 50% no-repeat;
	left: 20px;
}
.reviews_container .owl-next{
	background: url(../images/rev_arrow.png) 100% 50% no-repeat;
	right: 20px;
}
.reviews_container .owl-dots {
	margin: 30px 0 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}
.reviews_container .owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #223b0f;
}
.reviews_container .owl-dot.active {
	background: #ffffff;
}


/*sect8*/
.how_order>li>img{
	border: 10px solid #e1eaf2;
}
.how_order>li{
	position: relative;
	margin-bottom: 15px;
}
.dop_info3{
	background: #e1eaf2;
}
.dop_info3.dop_info p{
	font-weight: 400;
}
.dop_info3:before{
	background: url(../images/dop_info3.png) 50% 50% no-repeat;
}


.bottom_line{
	background: #315416;
	padding: 15px 0;
}
.bottom_line h2{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.bottom_line h2>span{
	color: #ffb500;
}


/*footer*/
.footer_section {
	background: #ececec;
	padding: 25px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}
.footer_section a {
	color: #333;
	display: block;
}
.footer_section a:hover {
	text-decoration: none;
}


















@media screen and (max-width: 959px) {
	.wrapper{
		width: 660px;
	}
	section{
		padding: 30px 0;
	}
	h2.title{
		font-size: 30px;
		line-height: 1.1em;
	}
	.title.big_title{
		font-size: 36px;
		margin-bottom: 30px;
	}
	.offer_section{
		background: #ededee url(../images/offer_bg_tablet.jpg) 50% 0% no-repeat;
		height: 625px;
	}
	.top_line ul>li:nth-child(3){
		display: none;
	}
	.main_title{
		font-size: 32px;
		padding-top: 30px;
	}
	.offer_bull{
		display: none;
	}
	.offer_section .sale{
		top: 195px;
		left: 515px;
	}
	.offer_section .product_count{
		display: none;
	}
	.sect1{
		background: #4f3728;
		background: -moz-linear-gradient(-45deg, #4f3728 0%, #4f3b0f 100%);
		background: -webkit-linear-gradient(-45deg, #4f3728 0%,#4f3b0f 100%);
		background: linear-gradient(135deg, #4f3728 0%,#4f3b0f 100%);
	}
	.video_block{
		float: none;
		margin: 0px auto 20px;
	}
	.sect1 .image_block{
		float: none;
		width: 100%;
		padding: 0 10px;
		text-align: justify;
		-ms-text-align-last: justify;
		text-align-last: justify;
	}
	.sect1 .image_block > img{
		width: 300px;
		display: inline-block;
		vertical-align: top;
	}
	.benef_list1 .item,
	.benef_list1 .item:nth-child(2n){
		display: block;
		margin: 0px auto 30px;
	}
	.list_3{
		text-align: center;
		background: none;
	}
	.list_3>li{
		width: 50%;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.dop_info p{
		padding: 0 40px;
	}
	.benef2{
		text-align: center;
	}
	.benef2>li,
	.benef2 > li:nth-child(4n){
		margin: 0 20px 40px;
	}
	.sect4{
		background: #544639;
		background: -moz-linear-gradient(-45deg, #544639 0%, #2a241a 100%);
		background: -webkit-linear-gradient(-45deg, #544639 0%,#2a241a 100%);
		background: linear-gradient(135deg, #544639 0%,#2a241a 100%);
	}
	.sub_desc{
		width: 590px;
		margin: 0 auto;
		padding: 30px 20px 30px 210px;
	}
	.sub_desc:before{
		left: 35px;
		top: 23px;
	}
	.sub_desc:after{
		width: 100px;
		height: 100px;
		-webkit-background-size: 100%;
		background-size: 100%;
		top: 137px;
		left: 86px;
	}
	.description > img{
		float: none;
		display: block;
		margin: 0px auto 20px;
	}
	.description .text{
		padding: 0 60px;
	}
	.benef3{
		padding: 0 0 0 40px;
	}
	.benef3 > li{
		width: 50%;
	}
	.benef_container .button-m{
		margin-top: 5px;
	}
	.sect6{
		background: none;
	}
	.expert{
		box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);
		overflow: visible;
		width: 550px;
	}
	.expert .title, 
	.expert .title.big_title{
		margin-bottom: 0;
	}
	.expert_text > img{
		float: none;
		display: block;
		margin: 0px auto 15px;
	}
	.expert_text{
		box-shadow: none;
		border-top: 2px solid #eee;
	}
	.expert_text .text{
		padding: 0;
		text-align: center;
	}
	.expert_text .info{
		text-align: center;
		padding-bottom: 30px;
		background-position: 50% 100%;
		margin-bottom: 10px;
	}
	.sect7 .subtitle br{
		display: none;
	}
	.rev_img{
		display: none;
	}
	.reviews_container .owl-prev, 
	.reviews_container .owl-next{
		top: 115px;
	}
	.rev_item .text{
		padding: 25px 40px;
	}
	.bottom_line h2{
		font-size: 20px;
		letter-spacing: normal;
	}
}



@media screen and (max-width: 659px) {
	section{
		padding-top: 25px;
	}
	.wrapper{
		width: 320px;
	}
	h2.title{
		font-size: 23px;
		line-height: 1.2em;
	}
	.title.big_title{
		font-size: 28px;
	}
	p.subtitle{
		font-size: 16px;
	}
	.top_line{
		display: none;
	}
	.offer_section{
		background: #ededee url(../images/offer_bg_mobile.jpg) 50% 0% no-repeat;
		height: auto;
		padding: 0;
	}
	.main_title{
		font-size: 27px;
		padding-top: 20px;
	}
	.main_subtitle{
		font-size: 18px;
		line-height: 1.3em;
	}
	.offer_section .product_count{
		position: static;
		margin: 365px 0 0;
		width: 100%;
		display: block;
		padding: 0 0 0 20px;
	}
	.offer_section .product_count p{
		width: 120px;
		display: inline-block;
		line-height: 1.4em;
	}
	.offer_section .product_count > span{
		display: inline-block;
		vertical-align: top;
		margin-left: 20px;
		margin-top: 0px;
	}
	.offer_section .sale{
		left: 180px;
	}
	.offer_bull{
		display: block;
		width: 100%;
		margin: 25px 0 0;
	}
	.offer_bull > li > b{
		margin-bottom: 0;
	}
	.order_form{
		margin-top: 65px;
		position: static;
		width: 100%;
		border-top: 1px solid transparent;
	}
	.m1-form{
		padding: 0 10px;
	}
	.video_block{
		width: 100%;
		height: 160px;
		margin-bottom: 10px;
	}
	.sect1 .image_block{
		padding: 0;
	}
	.sect1 .image_block > img{
		display: block;
	}
	.benef_list1 .item, 
	.benef_list1 .item:nth-child(2n){
		width: 100%;
	}
	.benef_list1 .item > p{
		padding: 20px 15px 20px;
	}
	.list_3 > li{
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.dop_info p{
		padding: 0;
		font-size: 16px;
	}
	.benef2 > li, 
	.benef2 > li:nth-child(4n){
		margin: 0px auto 20px;
		display: block;
	}
	.sub_desc{
		width: 100%;
		margin-top: 30px;
		padding: 250px 15px 20px;
		text-align: center;
	}
	.sub_desc::before{
		left: 60px;
	}
	.sub_desc::after{
		left: 130px;
	}
	.description .text{
		padding: 0;
		text-align: center;
	}
	.benef_container{
		margin-top: 20px;
		padding: 15px 0 10px;
	}
	.benef3{
		padding: 0 20px;
	}
	.benef_container .button-m{
		margin: 5px auto 0;
	}
	.benef3 > li{
		width: 100%;
	}
	.benef3 > li br{
		display: none;
	}
	.expert{
		width: 100%;
		margin-top: 40px;
	}
	.expert_text{
		padding: 20px;
	}
	.rev_item > img{
		margin-bottom: 70px;
	}
	.reviews_container .owl-prev, 
	.reviews_container .owl-next{
		top: 200px;
	}
	.rev_item .text{
		padding: 20px;
	}
	.bottom_line h2{
		font-size: 17px;
	}
}