/* styles */
html,
body{
	overflow-x: hidden;
}
body {
	min-width: 320px;
	background: #fff;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.4em;
	color: #333333;
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 980px;
}

.clearfix:after,
.benef5 > li:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/*form*/
.main_form{
	padding: 0 65px;
	margin-top: 25px;
}
.main_form input{
	border: none;
	background: #ffffff;
	width: 100%;
	height: 80px;
	font-size: 18px;
	font-family: 'Proxima Nova', sans-serif;
	color: #333;
	border-radius: 40px;
	margin-bottom: 12px;
	text-align: center;
}
.main_form ::-webkit-input-placeholder {
	color: #333;
}
.main_form ::-moz-placeholder {
	color: #333;
}
.main_form :-moz-placeholder {
	color: #333;
}
.main_form :-ms-input-placeholder {
	color: #333;
}
.main_form :focus::-webkit-input-placeholder {
	color: transparent;
}
.main_form :focus::-moz-placeholder {
	color: transparent;
}
.main_form :focus:-moz-placeholder {
	color: transparent;
}
.main_form :focus:-ms-input-placeholder {
	color: transparent;
}

/* button */
.button-m {
	border: none;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 350px;
	height: 86px;
	border-bottom: 3px solid #4f7a6a;
	border-radius: 40px;
	background: #fff600;
	box-shadow: 0 0 0 8px rgba(231,231,231,0.15);
	font-weight: 700;
	font-size: 23px;
	line-height: 83px;
	color: #222;
	text-transform: uppercase;
	text-align: center;
}

.button-m:active{
	top: 2px;
	background: #d7cf03;
}

/* titles */
h2.title {
	font-weight: 700;
	font-size: 45px;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 40px;
}
h2.title span{
	color: #40aaaa;
}

.color_theme{
	background: #27b4c0;
	color: #fff;
}
.color_theme h2.title{
	color: #fff;
}
.color_theme h2.title span{
	color: #fcff00;
}

section{
	padding: 40px 0;
}


/*offer_section*/
.offer_section{
	background: #f4f4f3 url(../images/offer.jpg) 50% 0% no-repeat;
	padding: 16px 0 0;
	overflow: hidden;
}
.offer_section .wrapper{
	position: relative;
}
.title_block{
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}
.main_title{
	text-transform: uppercase;
	font-weight: 400;
	width: 310px;
	line-height: 74px;
	color: #fff;
	text-align: center;
	font-size: 35px;
	background: #40aaaa;
	background: -moz-linear-gradient(top, #40aaaa 0%, #8eccd0 65%, #43b0b2 100%);
	background: -webkit-linear-gradient(top, #40aaaa 0%,#8eccd0 65%,#43b0b2 100%);
	background: linear-gradient(to bottom, #40aaaa 0%,#8eccd0 65%,#43b0b2 100%);
	float: left;
}
.main_title>b{
	font-weight: 700;
}
.title_block ul{
	float: left;
	padding: 17px 0 0 22px;
}
.title_block ul>li{
	float: left;
	width: 175px;
	padding-left: 38px;
	font-size: 15px;
	line-height: 1.4em;
}
.title_block ul>li:nth-child(1){
	background: url(../images/top_ul1.png) 0px 50% no-repeat;
}
.title_block ul>li:nth-child(2){
	background: url(../images/top_ul2.png) 0px 50% no-repeat;
	width: 180px;
	margin-left: 22px;
}
.title_block ul>li:nth-child(3){
	background: url(../images/top_ul3.png) 0px 50% no-repeat;
	margin-left: 30px;
}

.offer_section .right{
	padding: 20px 0 0 460px;
}
.main_subtitle{
	font-size: 28px;
	line-height: 1.1em;
	color: #47adad;
	text-shadow: 0 0 20px #fff;
	margin-bottom: 30px;
}
.main_subtitle>span{
	display: block;
	font-size: 46px;
	line-height: 1em;
	margin-bottom: 5px;
}
.ofr_bull>li{
	display: block;
	padding-left: 40px;
	margin-bottom: 20px;
	position: relative;
	line-height: 24px;
	border-radius: 15px;
	font-weight: 600;
	font-size: 17px;
	z-index: 5;
}
.ofr_bull>li:before{
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/check_icon.png) 50% 50% no-repeat;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: -2px;
}
.ofr_bull>li:last-child{
	margin-bottom: 0;
}

.price{
	margin-top: 40px;
	border-radius: 28px;
	text-align: center;
	font-size: 0;
}
.price>div{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 22px;
	line-height: 1.2em;
}
.price>div>p{
	font-size: 38px;
	line-height: 1.1em;
	text-transform: uppercase;
}
.price>div>p>small{
	font-size: 0.7em;
}
.price .old{
	color: #000;
}
.price .old span{
	text-decoration: line-through;
}
.price .new{
	background: url(../images/price.png) 50% 50% no-repeat;
	position: relative;
	margin-left: 70px;
}
.price .new:before{
	content: '';
	width: 172px;
	height: 172px;
	background: url(../images/price.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -86px 0 0 -86px;
}
.price .new p{
	font-weight: 700;
	position: relative;
	z-index: 2;
}
.price .new>span{
	position: relative;
	z-index: 2;
}
.offer_section .product{
	display: block;
	margin: 0 0 0 75px;
}
.price_serving{
	text-align: center;
	margin: -30px 0 0 -15px;
	font-size: 16px;
	font-weight: 600;
}

.action_block{
	background: #0d72c0;
	border-radius: 30px;
	padding: 15px 60px;
	margin-top: 0px;
	position: relative;
}
.action_block .left{
	width: 450px;
	float: left;
}
.timer{
	width: 450px;
}
.timer>p{
	color: #fff;
	font-size: 18px;
	line-height: 1.3em;
	padding: 4px 0;
	width: 200px;
	padding-left: 50px;
	background: url(../images/timer_icon.png) 0px 50% no-repeat;
	border-right: 1px solid #fff;
	float: left;
}
.timer_container{
	width: 240px;
	border-left: 1px solid #fff;
	float: left;
}
.timer_container .timer_block{
	width: 33.3%;
	float: left;
	text-align: center;
	position: relative;
}
.timer_container .timer_block:not(:last-child):after{
	content: ':';
	color: #fff600;
	font-weight: 700;
	font-size: 42px;
	line-height: 1em;
	position: absolute;
	top: 0px;
	right: -5px;
}
.timer_block .count{
	color: #fff600;
	font-weight: 700;
	font-size: 42px;
	line-height: 1em;
	margin-bottom: -3px;
}
.timer_block .text{
	font-size: 14px;
	line-height: 1.1em;
	color: #fff;
}

.prod_count{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}
.prod_count span{
	background: #fff;
	color: #222;
	font-weight: 700;
	padding: 0 8px;
	border-radius: 6px;
	display: inline-block;
	margin: 0 5px;
}
.action_block .button-m{
	float: right;
	margin-top: 3px;
}



/*sect2*/
.sect2{
	padding: 60px 0;
	background: #f4f4f3 url(../images/s2_bg.jpg) 50% 50% no-repeat;
}
.sect2 .title{
	margin-bottom: 60px;
}
.benef1{
	font-size: 0;
	text-align: justify;
	-ms-text-align-last: justify;
	text-align-last: justify;
}
.benef1>li{
	width: 200px;
	min-height: 287px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	-ms-text-align-last: center;
	text-align-last: center;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}
.benef1>li>img{
	display: block;
	margin: 0 auto;
}
.benef1>li>p{
	padding: 0 5px 20px;
}
.benef1>li>p:before{
	content: '';
	height: 42px;
	width: 42px;
	background: #fff url(../images/check_icon.png) 50% 50% no-repeat;
	border-radius: 50%;
	display: block;
	margin: -22px auto 5px;
	position: relative;
}




/*sect3*/
.sect3{
	background: url(../images/s3_bg.jpg) 50% 0% no-repeat;
	padding: 35px 0;
}
.result_benef{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.result_benef .result_item{
	width: 280px;
	margin: 0 20px;
}
.result_item .text{
	min-height: 67px;
	padding-left: 65px;
	font-size: 17px;
	line-height: 1.3em;
	font-weight: 700;
	background: url(../images/res_q.png) 5px 10px no-repeat;
	margin-bottom: 18px;
}
.result_item>img{
	display: block;
	margin: 0 auto;
}

.sect3 .button-m{
	width: 100%;
	max-width: 460px;
	margin-top: 40px;
	font-size: 20px;
}


/*sect4*/
.benef2{
	font-size: 0;
	padding-top: 35px;
}
.subtitle{
	font-weight: 700;
	text-align: center;
	margin: -15px 0 35px;
	font-size: 20px;
}
.benef2>li{
	width: 25%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 0 25px 0 0;
	position: relative;
}
.benef2>li:not(:last-child):after{
	content: '';
	width: 145px;
	height: 38px;
	background: url(../images/step_arrow.png);
	position: absolute;
	top: -35px;
	right: -60px;
}
.benef2>li>img{
	display: block;
	margin: 0 auto 15px;
}

.list1>li{
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
	text-align: left;
	font-size: 15px;
	line-height: 1.4em;
}
.list1>li:before{
	content: '';
	width: 13px;
	height: 11px;
	background: url(../images/check_icon2.png);
	position: absolute;
	top: 4px;
	left: 0;
}
.list1>li:last-child{
	margin-bottom: 0;
}


/*sect5*/
.sect5{
	background: #f4f4f3;
}
.sect5 .wrapper{
	position: relative;
}
.sect5 .content{
	font-size: 17px;
}
.sect5 .content .text{
	float: left;
	width: 530px;
}
.sect5 .content .text>p:not(:last-child){
	margin-bottom: 30px;
}
.sect5 .content>img{
	float: right;
	border-radius: 50%;
	box-shadow: 0 0 36px 0 rgba(0,0,0,0.07);
	margin-top: 20px;
}

.sect5 .button-m{
	width: 100%;
	max-width: 580px;
	font-size: 20px;
	margin-top: 30px; 
}
.sect5 .wrapper:after{
	content: '';
	width: 235px;
	height: 187px;
	background: url(../images/capsule.png);
	position: absolute;
	bottom: -130px;
	right: -200px;
}


/*sect55*/
.sect55 .subtitle{
	font-weight: 400;
	font-size: 18px;
}

.benef3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.benef3>li{
	width: 33.3%;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 50px;
}
.benef3>li>img{
	display: block;
	margin: 0 auto 12px;
	border-radius: 12px;
}



/*sect6*/
.sect6{
	background: #f4f4f3;
	padding-bottom: 15px;
}
.sect6 .wrapper{
	position: relative;
}
.sect6 .wrapper:after{
	content: '';
	width: 235px;
	height: 187px;
	background: url(../images/capsule.png);
	position: absolute;
	bottom: -100px;
	left: -300px;
}
.sect6 .wrapper>p{
	text-align: center;
}
.sect6 .benef4{
	margin-top: 40px;
}
.benef4{
	font-size: 0;
	text-align: center;
}
.benef4>li{
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	font-size: 17px;
	margin-bottom: 30px;
}
.benef4>li>img{
	display: block;
	margin: 0 auto 12px;
}
.benef4>li>span{
	font-weight: 700;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
}
.circle_img>li>img{
	border-radius: 50%;
	border: 8px solid #fff;
}



/*sect7*/
.sect7{
	padding: 0;
	height: 455px;
	color: #fff;
	overflow: hidden;
}
.sect7 .wrapper{
	position: relative;
	padding: 25px 10px 25px 520px;
}
.sect7 .title{
	font-size: 30px;
	text-align: left;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}
.sect7 .wrapper>p{
	position: relative;
	z-index: 2;
	font-size: 18px;
}
.sect7 .img{
	position: absolute;
	top: 0px;
	left: -80px;
}
.sect7 .img>img{
	display: block;
}
.sect7 .img .text{
	position: absolute;
	top: 350px;
	left: 90px;
	width: 190px;
	background: #fff;
	padding: 5px 15px;
	border-radius: 15px;
	font-size: 15px;
	line-height: 1.3em;
	color: #222;
}
.sect7 .img .text>span{
	display: block;
	font-size: 17px;
	margin-bottom: 3px;
}

.sect7 .wrapper>p{
	margin-bottom: 20px;
}
.sect7 .wrapper>p:last-child{
	margin-bottom: 0;
}

.sect7 .button-m{
	margin: 0;
}

/*sect8*/
.sect8{
	background: #fff url(../images/s8_bg.jpg) 50% 100% no-repeat;
}
.sect8 .title{
	margin-bottom: 60px;
}
.sect8 .left{
	padding-right: 430px;
}
.benef6{
	font-size: 0;
	text-align: justify;
	-ms-text-align-last: justify;
	text-align-last: justify;
}
.benef6>li{
	width: 130px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	text-align: center;
	-ms-text-align-last: center;
	text-align-last: center;
}
.benef6>li>img{
	display: block;
	margin: 0 auto;
}
.benef6>li>span{
	width: 48px;
	height: 48px;
	background: #b85ebf;
	border-radius: 50%;
	border: 5px solid #ffffff;
	display: block;
	margin: -28px auto 10px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 36px;
}
.sect8 p.text{
	background: #f4f4f3 url(../images/time_use.png) 0px 0px no-repeat;
	border-radius: 22px;
	padding: 16px 30px 16px;
	text-align: center;
	font-size: 18px;
	margin-top: 25px;
}
.sect8 .button-m{
	margin-top: 30px;
}



/*sect9*/
.reviews{
	padding: 0 30px;
}
.rev_item{
	max-width: 420px;
	min-height: 630px;
	margin: 0 auto;
	background: #fff;
	color: #222;
	border-radius: 32px;
	overflow: hidden;
	padding: 20px 5px;
}
.rev_item>img{
	display: block;
	margin: 0 auto 20px;
}
.rev_item .info{
	padding: 0 15px;
	margin-bottom: 20px;
}
.rev_item .info>img{
	float: left;
	border-radius: 50%;
	width: auto;
}
.rev_item .info>p{
	overflow: hidden;
	padding-left: 15px;
	font-size: 17px;
	color: #b0b0b0;
	background: url(../images/rev_q.png) 100% 50% no-repeat;
}
.rev_item .info>p>span{
	display: block;
	font-weight: 700;
	color: #333333;
	font-size: 19px;
}
.rev_item>span{
	display: block;
	font-weight: 700;
	font-size: 18px;
	padding: 0 15px;
	margin-bottom: 12px;
}
.rev_item>p{
	padding: 0 15px;
	font-size: 18px;
}
.reviews .owl-prev,
.reviews .owl-next{
	width: 31px;
	height: 53px;
	background: url(../images/rev_arrow.png) no-repeat;
	position: absolute;
	top: 285px;
	opacity: 0.4;
}
.reviews .owl-prev{
	background-position: 0px 50%;
	left: 0;
}
.reviews .owl-next{
	background-position: 100% 50%;
	right: 0;
}
.sect9 .button-m{
	margin-top: 40px;
}



/*sect10*/
.sect10{
	background: url(../images/s10_bg.jpg) 50% 50% no-repeat;
	min-height: 460px;
}
.sect10 .wrapper{
	padding: 60px 420px 0 80px;
}
.sect10 .wrapper>img{
	display: none;
}
.sect10 h4{
	font-size: 27px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 25px;
}
.sect10 h4 span{
	display: inline-block;
	color: #fff;
	font-weight: 700;
	background: #ee003e;
	padding: 0 10px;
	text-transform: uppercase;
}
.sect10 .text{
	background: #f4f4f3;
	border: 8px solid #fff;
	border-radius: 40px;
	text-align: center;
	font-size: 17px;
	padding: 20px 30px;
}
.sect10 .text span{
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 5px;
}


/*sect11*/
.sect11{
	background: #f4f4f3 url(../images/map.png) 50% 0% no-repeat;
	padding-bottom: 15px;
}
.sect11 .title{
	margin-bottom: 70px;
}
.order_list>li{
	width: 25%;
}
.order_list>li>img{
	margin: 0 auto;
}
.order_list>li>span{
	height: 36px;
	width: 36px;
	background: #fff600;
	border: 4px solid #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	margin: -20px auto 10px;
	border-radius: 50%;
	position: relative;
}

.offer_section.bottom{
	background: #fff url(../images/offer_bot.jpg) 50% 0% no-repeat;
}

.offer_section .prod{
	position: absolute;
	top: 213px;
	left: 603px;
	pointer-events: none;
}
.offer_section.bottom .price{
	margin-top: 60px;
}
.offer_section.bottom .product{
	max-width: 601px;
	margin: 25px 0 0 35px;
}
.order_form{
	background: #0d72c0;
	margin-top: -345px;
	border-radius: 35px;
	padding: 25px 0;
	max-width: 480px;
}
.order_form .timer{
	margin: 0 auto;
	padding-left: 10px;
}

.order_form .button-m{
	width: 100%;
}






/*footer*/
.footer_section {
	background: #fff;
	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;
}
.footer_section a:hover {
	text-decoration: none;
}





@media screen and (max-width: 979px) {
	.button-m{
		height: 70px;
		line-height: 70px;
	}
	.wrapper{
		width: 660px;
	}
	section{
		padding: 35px 0;
	}
	h2.title{
		font-size: 28px;
		line-height: 1.3em;
		margin-bottom: 30px;
	}
	.offer_section{
		background: #f4f4f3 url(../images/offer_tab.jpg) 50% 0% no-repeat;
	}
	.title_block{
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	.main_title{
		font-size: 32px;
		line-height: 62px;
		width: 280px;
	}
	.title_block ul{
		padding: 10px 0 0 40px;
	}
	.title_block ul > li:nth-child(2),
	.title_block ul > li:nth-child(3){
		display: none;
	}
	.offer_section .right{
		padding-left: 250px;
	}
	.main_subtitle{
		font-size: 25px;
	}
	.main_subtitle > span{
		font-size: 43px;
	}
	.ofr_bull > li{
		font-size: 16px;
		line-height: 1.4em;
	}
	.offer_section .sale{
		top: 450px;
		left: 386px;
		transform: scale(0.7);
	}
	.offer_section .product{
		margin: 0;
	}
	.price_serving{
		margin: -25px 0 0 -145px;
		font-size: 14px;
	}
	.action_block{
		max-width: 600px;
		padding: 15px 40px;
	}
	.action_block .left{
		float: none;
		margin: 0 auto;
	}
	.action_block .timer{
		padding-left: 10px;
	}
	.action_block .button-m{
		float: none;
		margin: 25px auto 0;
	}
	/*sect2*/
	.sect2{
		padding: 35px 0 15px;
		background: #f4f4f3;
	}
	.sect2 .title{
		margin-bottom: 35px;
	}
	.result_col2{
		display: block;
	}
	.result_col2 .result_item{
		width: 100%;
		margin-bottom: 30px;
	}
	.result_col2 .result_item:last-child{
		margin-bottom: 0;
	}
	.benef1{
		text-align: center;
		-ms-text-align-last: center;
		text-align-last: center;
	}
	.benef1 > li{
		margin: 0 20px 30px;
	}
	/*sect3*/
	.sect3{
		background: #fff;
	}
	.result_item .text{
		min-height: auto;
	}
	.result_benef .result_item{
		margin-bottom: 40px;
	}
	.result_benef .result_item:last-child{
		margin-bottom: 0;
	}
	/*sect4*/
	.sect4{
		padding-bottom: 5px;
	}
	.subtitle{
		font-size: 18px;
		margin-top: -20px;
	}
	.benef2 > li{
		width: 50%;
		margin-bottom: 50px;
		padding: 0 20px;
	}
	.benef2 > li:nth-child(2n):after {
		display: none;
	}
	/*sect5*/
	.sect5{
		background: #f1f2f2;
	}
	.sect5 .wrapper:after{
		display: none;
	}
	.sect5 .content > img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	.sect5 .content .text{
		float: none;
		width: 100%;
	}
	/*sect55*/
	.benef3 > li{
		margin-bottom: 30px;
	}
	.sect55 .subtitle{
		margin-top: -10px;
	}
	/*sect6*/
	.sect6{
		background: #f4f4f3;
	}
	.sect6 .wrapper:after{
		display: none;
	}
	.benef4 > li{
		width: 50%;
		margin-bottom: 30px;
	}
	/*sect7*/
	.sect7{
		height: auto;
	}
	.sect7 .wrapper{
		padding: 35px 10px;
	}
	.sect7 .title{
		margin-bottom: 30px;
	}
	.sect7 .img{
		position: relative;
		margin: 0 auto 25px;
		left: auto;
	}
	.sect7 .benef5{
		padding: 0 80px
	}
	.sect7 .title{
		text-align: center;
	}
	.sect7 .price{
		padding: 0;
	}
	.sect7 .wrapper > p{
		text-align: center;
	}
	.sect7 .button-m{
		margin: 0 auto;
	}
	.sect8{
		background: #fff;
	}
	.sect8 .title{
		margin-bottom: 40px;
	}
	.sect8 .title span{
		display: block;
	}
	.sect8 .left{
		padding-right: 0;
	}
	.sect8 .benef6{
		padding: 0 40px;
	}
	.benef6 > li{
		width: 150px;
	}
	.sect10{
		background: #fff;
		min-height: auto;
	}
	.sect10 .wrapper{
		padding: 0 10px;
	}
	.sect10 .wrapper > img{
		display: block;
		margin: 0 auto;
	}
	.sect10 .text{
		border: none;
	}
	/*sect11*/
	.sect11{
		background: #f4f4f3;
		padding-bottom: 15px;
	}
	.sect11 .title{
		margin-bottom: 35px;
	}
	.order_list>li{
		padding: 0 60px;
	}
	.order_form .timer{
		width: 100%;
		padding-left: 13px;
	}
	.order_form .timer_block .count{
		font-size: 35px;
	}
	.order_form .timer_block .text{
		font-size: 12px;
	}
	.order_form .timer > p{
		font-size: 15px;
		width: 170px;
	}
	.order_form .timer_container{
		width: 215px;
	}
	.timer_container .timer_block:not(:last-child)::after{
		font-size: 36px;
		top: 2px;
	}
	.prod_count{
		font-size: 13.5px;
	}
	.prod_count span{
		line-height: 1.5em;
	}
	.main_form{
		margin-top: 18px;
		padding: 0 30px;
	}
	.offer_section.bottom{
		background: #fff url(../images/offer_tab_bot.jpg) 50% 0% no-repeat;
	}
	.bottom .main_subtitle{
		display: none;
	}
	.offer_section.bottom .product{
		max-width: 100%;
		margin: 0 0 0 30px;
	}
	.offer_section.bottom .price{
		margin-top: 25px;
	}
	.offer_section .prod{
		top: 280px;
		left: 380px;
	}
	.offer_section.bottom .sale{
		top: 195px;
		left: 375px;
		z-index: 5;
	}
	.order_form{
		margin-top: 10px;
		max-width: 400px;
		float: right;
	}
	.main_form input{
		height: 68px;
	}
}




@media screen and (max-width: 659px) {
	body{
		font-size: 17px;
		line-height: 1.5em;
	}
	section{
		padding-top: 30px;
	}
	.wrapper{
		width: 320px;
	}
	h2.title{
		font-size: 24px;
		line-height: 1.2em;
	}
	.title_block ul > li{
		color: #222;
	}
	.offer_section{
		background: #f4f4f3 url(../images/offer_mob.jpg) 50% 0% no-repeat;
		height: auto;
		padding-bottom: 30px;
	}
	.title_block{
		background: transparent;
		box-shadow: none;
		color: #fff;
		border-radius: 0;
	}
	.main_title{
		width: 100%;
		float: none;
		line-height: 65px;
		font-size: 38px;
		border-radius: 16px;
	}
	.offer_section .right{
		padding: 20px 0 0;
	}
	.main_subtitle{
		text-align: center;
		font-size: 19px;
		padding-left: 0;
	}
	.main_subtitle > span{
		font-size: 32px;
	}
	.ofr_bull{
		padding: 0;
	}
	.ofr_bull > li{
		line-height: 1.2em;
	}
	.price .new::before {
		width: 132px;
		height: 132px;
		background-size: 100%;
		margin: -66px 0 0 -66px;
	}
	.price{
		margin-top: 30px;
	}
	.price > div{
		font-size: 14px;
	}
	.price > div > p{
		font-size: 28px;
	}
	.offer_section .product{
		margin: 20px 0 0 30px;
	}
	.price_serving{
		margin: -20px 0 0;
		padding-right: 60px;
	}
	.action_block{
		padding: 15px 0;
		width: 320px;
		margin-left: -10px;
		margin-top: 20px;
	}
	.action_block .left{
		width: 100%;
	}
	.timer{
		width: 100%;
	}
	.timer > p,
	.order_form .timer > p{
		width: 260px;
		margin: 0 auto;
		border: none;
		height: 40px;
		line-height: 40px;
		padding: 0 0 0 50px;
		font-size: 17px;
		float: none;
	}
	.action_block .timer{
		padding: 0;
	}
	.timer_container{
		float: none;
		margin: 0 auto;
		margin-top: 10px;
		border: none;
	}
	.prod_count{
		font-size: 16px;
		margin-top: 16px;
		padding: 0 20px;
	}
	.button-m{
		width: 290px;
		height: 70px;
		font-size: 20px;
		line-height: 70px;
	}
	/*sect2*/
	.sect2{
		padding: 0 0 15px;
	}
	.benef1 > li{
		display: block;
		margin: 0 auto 30px;
	}
	/*sect3*/
	.sect3 .wrapper > p{
		padding: 0;
	}
	.sect3 .button-m,
	.sect5 .button-m{
		font-size: 18px;
		height: auto;
		line-height: 1.3em;
		padding: 16px 5px;
	}
	/*sect4*/
	.sect4 .subtitle{
		padding: 0 20px;
	}
	.benef2{
		padding-top: 0;
	}
	.benef2 > li{
		width: 100%;
		display: block;
	}
	.benef2 > li:after{
		display: none;
	}
	/*sect5*/
	.sect5 .title span{
		display: inline;
	}
	.bef_after{
		width: 310px;
	}
	.bef_after::before, .bef_after::after{
		line-height: 32px;
		font-size: 15px;
	}
	.bef_after::before{
		width: 68px;
		height: 34px;
		padding-right: 10px;
	}
	.bef_after::after{
		width: 68px;
		height: 34px;
		padding-left: 10px;
		font-size: 14px;
		line-height: 40px;
	}
	.benef3 > li{
		width: 100%;
		padding: 0;
	}
	.sect5 p.text{
		margin-top: 35px;
	}
	.benef4 > li{
		width: 100%;
		display: block;
	}
	.sect5 .action_block{
		margin-left: -10px;
	}
	/*sect6*/
	.sect6 .title{
		font-size: 23px;
	}
	/*sect7*/
	.sect7 .img .text{
		position: static;
		text-align: center;
		width: 100%;
		margin: 0 auto 20px;
	}
	.sect7 .button-m{
		margin-top: 25px;
	}
	.sect7 .img{
		margin-bottom: 5px;
	}
	.sect7 .sale{
		transform: scale(0.7);
		top: 0;
		left: 170px;
	}
	.sect7 .price div{
		padding: 0;
		height: auto;
	}
	.sect7 .benef5{
		padding: 0;
	}
	.sect7 .wrapper > p{
		margin-bottom: 15px;
	}
	.benef5 > li:not(:last-child){
		margin-bottom: 22px;
	}
	.sect8 .benef6{
		padding: 0;
	}
	.benef6 > li{
		width: 100%;
		display: block;
		margin: 0 auto 30px;
	}
	.sect8 p.text{
		font-size: 16px;
		padding: 45px 20px 16px;
	}
	.sect8 p.text br{
		display: none;
	}
	.sect9 .title{
		font-size: 22px;
	}
	.reviews{
		padding: 0;
	}
	.reviews .owl-nav{
		position: relative;
		margin-top: 20px;
		height: 53px;
	}
	.reviews .owl-prev, 
	.reviews .owl-next{
		top: 0;
		opacity: 0.7;
	}
	.reviews .owl-prev{
		left: 10px;
	}
	.reviews .owl-next{
		right: 10px;
	}
	.rev_item{
		min-height: auto;
		font-size: 16px;
	}
	.rev_item>span{
		font-size: 16px;
		padding: 0 5px;
	}
	.rev_item>p{
		padding: 0 5px;
	}
	.rev_item .info{
		padding: 0 12px;
	}
	.rev_item .info > p > span{
		font-size: 18px;
		line-height: 1.2em;
	}
	.rev_item .info > img{
		float: none;
		display: block;
		margin: 0 auto 5px;
	}
	.rev_item .info > p{
		padding: 0;
		text-align: center;
		padding-bottom: 30px;
		background-position: 50% 100%;
		-webkit-background-size: 36px;
		background-size: 36px;
	}
	.sect10 h4{
		line-height: 1.2em;
	}
	.sect10 h4 span{
		padding: 4px 10px;
	}
	.sect10 .text{
		padding: 20px;
	}
	.offer_section.bottom .prod{
		display: none;
	}
	.offer_section.bottom{
		background: url(../images/offer_mob.jpg) 50% 0% no-repeat;
		height: auto;
		padding-bottom: 20px;
	}
	.offer_section.bottom .price{
		margin-top: 30px;
	}
	.offer_section.bottom .wrapper::before {
		top: 312px;
	}
	.offer_section.bottom .sale{
		top: 235px;
		left: 100px;
	}
	.order_form{
		width: 320px;
		margin-left: -10px;
		float: none;
		margin-top: 20px;
		position: relative;
		z-index: 6;
	}
	.main_form{
		padding: 0 15px;
	}
	.main_form input{
		height: 66px;
		line-height: 66px;
	}
}