/* styles */
body {
	min-width: 320px;
	background: #fff;
	font-family: 'Gotham Pro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #101010;
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 1000px;
}

.clearfix:after,
.rev_item:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/*form*/
.m1-form{
	padding: 0 40px;
}
.m1-form input, .form-control{
	border: none;
	background: #fff;
	width: 100%;
	height: 82px;
	font-size: 16px;
	font-family: 'Gotham Pro', 'Arial', 'Helvetica', sans-serif;
	color: #333;
	border-radius: 40px;
	margin-bottom: 10px;
	text-indent: 78px;
}
.m1-form input[name="name"]{
	background: #fff url(../images/inpt_name.png) 35px 50% no-repeat;
}
.m1-form input[name="phone"]{
	background: #fff url(../images/inpt_phone.png) 33px 50% no-repeat;
}
.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;
}

.m1-form .button-m{
	margin-top: 8px;
}

/* 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 #5e8180;
	border-radius: 40px;
	background: #c0e72d;
	background: -moz-linear-gradient(top, #c1e82d 0%, #a2c61a 100%);
	background: -webkit-linear-gradient(top, #c1e82d 0%,#a2c61a 100%);
	background: linear-gradient(to bottom, #c1e82d 0%,#a2c61a 100%);
	box-shadow: 0 0 0 8px rgba(231,231,231,0.15);
	font-family: 'Intro', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 83px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 2px 0 #97b71c;
}
.button-m:active{
	top: 2px;
	background: linear-gradient(to bottom, #a2c61a 0%, #c1e82d 100%);
}

/* titles */
h2.title {
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	font-size: 33px;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 40px;
}
h2.title>span{
	color: #a3c71c;
}

h2.title.tl2>span{
	color: #ff0000;
}


.color_theme{
	background: #3b84ff url(../images/patt.png) 0% 0% repeat;
}
.color_theme h2.title{
	color: #fff;
}
.color_theme h2.title>span{
	color: #ffeb00;
}

section{
	padding: 40px 0;
}


/*offer_section*/
.offer_section{
	background: url(../images/offer_top.jpg) 50% 0% no-repeat;
	height: 687px;
	padding: 12px 0 0;
}
.offer_section .wrapper{
	position: relative;
}
.offer_section .title{
	float: left;

}
.main_title{
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	font-size: 47px;
	line-height: 58px;
	color: #fc1900;
}
.main_subtitle{
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 32px;
	line-height: 38px;
	margin-top: 12px;
}
.offer_section .top_bull{
	float: left;
	padding: 20px 0 0 45px;
}
.top_bull>li{
	color: #333;
	float: left;
	padding-left: 40px;
	font-size: 15px;
	line-height: 1.3em;
}

.top_bull>li:nth-child(1){
	width: 230px;
	background: url(../images/top_bull1.png) 0% 50% no-repeat;
}
.top_bull>li:nth-child(2){
	width: 250px;
	margin-left: 22px;
	background: url(../images/top_bull2.png) 0% 50% no-repeat;
}

.offer_section .sale{
	width: 132px;
	height: 134px;
	background: url(../images/sale.png) 50% 50% no-repeat;
	position: absolute;
	left: 530px;
	top: 300px;
	color: #fff;
	font-size: 19px;
	text-align: center;
	padding-top: 32px;
	transform: rotate(8deg);
}
.offer_section .sale>span{
	display: block;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.1em;
}

.ofr_bull{
	margin: 35px 0 0;
}
.ofr_bull>li{
	width: 260px;
	text-align: center;
	font-size: 16px;
	padding: 0 10px;
}
.ofr_bull>li:nth-child(1){
	margin-left: 140px;
	margin-bottom: 52px;
}
.ofr_bull>li:nth-child(2){
	margin-left: 62px;
	margin-bottom: 52px;
}
.ofr_bull>li:nth-child(3){
	margin-left: 8px;
}

.price{
	width: 370px;
	margin-top: 65px;
}
.price>div{
	height: 90px;
	float: left;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	padding-top: 17px;
}
.price>div>p{
	font-size: 30px;
	line-height: 1.2em;
}
.price .old{
	width: 170px;
	color: #333
}
.price .new{
	width: 200px;
}
.price .old>p>small{
	font-size: 0.8em;
}
.price .old>p>span{
	text-decoration: line-through;
}
.price .new{
	background: #fc1900;
	border-radius: 30px;
	box-shadow: 0 0 0 7px rgba(255,255,255,0.2);
}
.price .new>p{
	font-weight: 700;
}

.action_block{
	background: #3b84ff url(../images/patt.png) 0% 0% repeat;
	border-radius: 30px;
	padding: 15px 50px;
	margin-top: 30px;
}
.action_block .left{
	width: 450px;
	float: left;
}
.action_block .button-m{
	float: right;
	margin-top: 3px;
}
.timer{
	font-size: 0;
}
.timer>p{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	padding-left: 0px;
	width: 200px;
	padding-left: 50px;
	background: url(../images/timer_icon.png) 0px 50% no-repeat;
}
.timer_container{
	display: inline-block;
	vertical-align: middle;
	width: 240px;
	border-left: 2px solid #4694b2;
	padding-left: 5px;
}
.timer_container .timer_block{
	width: 33.3%;
	float: left;
	text-align: center;
	position: relative;
}
.timer_block .count{
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	color: #fff600;
	font-size: 42px;
	line-height: 1em;
	margin-bottom: -3px;
}
.timer_block .text{
	font-size: 14px;
	margin-top: 3px;
	line-height: 1.1em;
	color: #fff;
}
.timer_container .timer_block:not(:last-child):after{
	content: ':';
	color: #fff600;
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 1em;
	position: absolute;
	top: 0px;
	right: -8px;
}
.prod_count{
	text-align: center;
	color: #fff;
	font-size: 15px;
	margin-top: 25px;
}
.prod_count span{
	color: #ffeb00;
	font-weight: 700;
}
.action_block .prod_count{
	margin-top: 10px;
}


/*sect2*/
.sect2{
	background: url(../images/wtr1.png) 0% 0% no-repeat, url(../images/wtr2.png) 100% 80% no-repeat, #fff;
	padding-top: 120px;
}
.benef1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.benef1>li{
	width: 464px;
	border-radius: 30px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
	margin-bottom: 40px;
}
.benef1>li>ul{
	padding: 10px 20px 20px;
}
.benef1>li>ul>li{
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
	font-size: 15px;
	line-height: 1.3em;
}
.benef1>li>ul>li:last-child{
	margin-bottom: 0;
}
.benef1>li>ul>li:before{
	content: '';
	width: 19px;
	height: 15px;
	background: url(../images/check1.png) 50% 50% no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}
.benef1>li:nth-child(6){
	background: #3b84ff;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.benef1>li .action>span{
	font-size: 26px;
	display: block;
	line-height: 1.1em;
	margin-bottom: 5px;
	font-weight: 700;
}
.benef1>li .action>p{
	font-size: 19px;
}
.benef1>li .action>p>b{
	color: #ffeb00;
}

.benef1>li .timer{
	margin-top: 20px;
}
.benef1>li .timer_container{
	display: block;
	border: none;
	padding: 0;
	margin: 0 auto;
}

.benef1>li .button-m{
	margin-top: 30px;
}


/*sect4*/
.sect4{
	padding: 90px 0 20px;
	overflow: hidden;
	background: url(../images/s4_bg.jpg) 50% 100% no-repeat;
}
.sect4 .wrapper{
	position: relative;
}
.sect4 .wrapper:before{
	content: '';
	width: 259px;
	height: 265px;
	background: url(../images/bucket.png) 50% 50% no-repeat;
	position: absolute;
	top: 120px;
	left: -235px;
	z-index: 2;
}
.sect4 .wrapper:after{
	content: '';
	width: 228px;
	height: 323px;
	background: url(../images/spray.png) 50% 50% no-repeat;
	position: absolute;
	top: 85px;
	right: -200px;
	z-index: 2;
}
.gif_block{
	width: 930px;
	background: #3b84ff url(../images/patt.png) 0% 0% repeat;
	color: #fff;
	margin: 0 0 100px 50px;
	position: relative;
	padding: 1px 20px 1px 350px;
	border-radius: 40px;
}
.gif_block>img{
	position: absolute;
	top: -38px;
	left: -55px;
	width: 390px;
	border: 7px solid #fff;
	border-radius: 40px;
}
.gif_block>h3{
	color: #fff;
	font-size: 28px;
	line-height: 1.2em;
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	text-align: center;
	margin: -45px 0 35px;
}
.gif_block>h3>small{
	display: block;
	color: #101010;
	margin-bottom: 22px;
}
.gif_block>h3>span{
	display: block;
	color: #ffeb00;
	font-size: 42px;
	line-height: 1.2em;
	margin-bottom: 6px;
}
.gif_block>p{
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.5em;
}
.gif_block>p>b{
	display: block;
	color: #ffeb00;
}

.product_list{
	padding-top: 20px;
	position: relative;
}
.product_list>img{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -189px;
}
.product_list>img.tab_v{
	display: none;
}

.product_list>ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}
.product_list>ul>li{
	width: 50%;
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 30px;
}
.product_list>ul>li>img{
	display: block;
	margin: 0 auto 10px;
	border-radius: 50%;
	border: 1px solid #488cff;
}
.product_list>ul>li>span{
	display: block;
	width: 48px;
	height: 48px;
	background: #3b84ff;
	border-radius: 50%;
	line-height: 48px;
	box-shadow: 0 0 0 7px rgba(255,255,255,0.5);
	font-size: 23px;
	color: #fff;
	text-align: center;
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	z-index: 2;
	position: relative;
	margin: -35px auto 10px;
	display: none;
}
.product_list>ul>li:nth-child(1){
	padding: 0 100px 0 0;
}
.product_list>ul>li:nth-child(2){
	padding: 15px 50px 0 150px;
}
.product_list>ul>li:nth-child(3){
	padding: 0 210px 0 0;
}
.product_list>ul>li:nth-child(4){
	padding: 0 10px 0 200px;
}



/*sect5*/
.sect5{
	background: #f3f7ff url(../images/s5_bg.jpg) 50% 100% no-repeat;
	padding-bottom: 1px;
}

.benef3{
	font-size: 0;
}
.benef3>li{
	width: 480px;
	background: #fff;
	float: left;
	display: table;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	margin: 0 20px 20px 0;
	font-size: 15px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}
.benef3>li:nth-child(2n){
	margin-right: 0;
}
.benef3>li .img{
	display: table-cell;
	vertical-align: middle;
	width: 143px;
}
.benef3>li .img>img{
	display: block;
	margin: 0 auto;
}
.benef3>li .text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.benef3>li .text>span{
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
}
.benef3>li>span{
	position: absolute;
	top: 15px;
	right: 22px;
	color: #3b84ff;
	opacity: 0.2;
	font-size: 52px;
	line-height: 1.1em;
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
}

.sect5 .action_block{
	margin-bottom: -60px;
	position: relative;
}



/*sect6*/
.sect6{
	padding-top: 140px;
	background: url(../images/s6_bg.jpg) 50% 100% no-repeat;
}

.accordion .accordion_item {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 25px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}
.accordion .accordion_item:last-child {
	margin-bottom: 0;
}

.accordion .title-accordion {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3em;
	cursor: pointer;
	padding: 20px;
	background: #fff;
	transition: all .2s linear;
	text-transform: none;
}

.accordion .title-accordion:before {
	display: block;
	width: 20px;
	height: 11px;
	background: url("../images/down.png") no-repeat 0 0;
	position: absolute;
	right: 20px;
	top: 26px;
	content: '';
}

.accordion .active_block .title-accordion:before {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.accordion .info {
	display: none;
	line-height: 22px;
	padding: 0 20px 25px 20px;
	overflow: hidden;
	background: #fff;
	font-size: 16px;
}

.accordion .info p {
	padding-bottom: 15px;
}

.accordion .info p:last-child {
	padding-bottom: 0;
}





/*sect7*/
.sect7 .title span{
	display: block;
}

.rev_item{
	background: #fff;
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 25px;
}
.rev_item:last-child{
	margin-bottom: 0;
}
.rev_item>img{
	float: left;
}
.rev_item .text{
	float: right;
	width: 718px;
	padding: 20px 30px 0;
}
.rev_item .name{
	margin-bottom: 22px;
}
.rev_item .name>img{
	float: left;
	border-radius: 50%;
}
.rev_item .name>p{
	overflow: hidden;
	font-size: 17px;
	line-height: 1.3em;
	padding: 3px 0 0 18px;
	background: url(../images/rev_q.png) 100% 50% no-repeat;
}
.rev_item .name>p>span{
	display: block;
	font-weight: 700;
}
.rev_item .text>span{
	font-weight: 700;
	display: block;
	margin-bottom: 4px;
}

.rev_item:nth-child(2n)>img{
	float: right;
}
.rev_item:nth-child(2n) .name>img{
	float: right;
}
.rev_item:nth-child(2n) .text{
	text-align: right;
}
.rev_item:nth-child(2n) .name>p{
	background-position: 0% 50%;
	padding: 3px 18px 0 0;
}

.sect7 .button-m{
	margin-top: 40px;
}



/*sect8*/
.sect8{
	background: url(../images/map.png) 50% 50% no-repeat;
}
.order_list{
	font-size: 0;
	text-align: center;
}
.order_list>li{
	width: 25%;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.3em;
	padding: 0 30px;
}
.order_list>li>img{
	display: block;
	margin: 0 auto;
}
.order_list>li>span{
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #ffeb00;
	text-align: center;
	line-height: 35px;
	font-weight: 700;
	margin: -17px auto 8px;
	position: relative;
}
.order_list>li>p>b{
	display: block;
	font-size: 19px;
	line-height: 1.4em;
}


/*bottom*/
.offer_section.bottom{
	background: url(../images/offer_bottom.jpg) 50% 0% no-repeat #0a58ca;
	/*height: 960px;*/
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}
.offer_section.bottom .price{
	margin-top: 25px;
}
.offer_section.bottom .main_subtitle{
	font-size: 32px;
	line-height: 17px;
}
.offer_section.bottom .top_bull{
	padding-top: 27px;
}
.main_subtitle>span{
	color: #fc1900;
}
.offer_section.bottom .sale{
	left: 590px;
	top: 120px;
}

.formbox{
	width: 430px;
	margin-top: 28px;
	padding: 16px 0 20px;
	background: #3d86fe;
	border-radius: 30px 30px 0 0;
}
.formbox>h4{
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin-bottom: 8px;
}
.formbox>h4+p{
	text-align: center;
	color: #fff;
	font-size: 19px;
}
.formbox>h4+p>span{
	color: #ffeb00;
	font-weight: 700;
}
.formbox .timer_container{
	border: none;
	padding: 0;
	display: block;
	margin: 15px auto 25px;
}


/*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: 999px) {
	.wrapper{
		width: 660px;
	}
	section{
		padding: 30px 0;
	}
	h2.title{
		font-size: 30px;
		line-height: 1.3em;
		margin-bottom: 30px;
	}
	.offer_section{
		background: url(../images/offer_tab_top.jpg) 50% 0% no-repeat;
		height: 543px;
		padding-top: 14px;
	}
	.offer_section .title{
		width: 100%;
	}
	.main_title{
		font-size: 35px;
		line-height: 44px;
	}
	.main_subtitle{
		font-size: 27px;
		line-height: 34px;
		margin-top: 8px;
	}

	.offer_section .top_bull{
		padding: 12px 0 0 35px;
	}
	.ofr_bull{
		margin-top: 26px;
	}
	.ofr_bull > li{
		font-size: 12px;
		line-height: 1.3em;
		width: 170px;
		padding: 0 5px;
	}
	.ofr_bull > li:nth-child(1){
		margin-left: 120px;
		margin-bottom: 50px;
	}
	.ofr_bull > li:nth-child(2){
		margin-left: 56px;
		margin-bottom: 48px;
	}
	.ofr_bull > li:nth-child(3){
		margin-left: 12px;
	}
	.offer_section .sale{
		width: 105px;
		height: 107px;
		-webkit-background-size: 100%;
		background-size: 100%;
		font-size: 15px;
		line-height: 1.1em;
		padding-top: 30px;
		left: 480px;
		top: 110px;
	}
	.offer_section .sale > span{
		font-size: 28px;
	}
	.price{
		margin-top: 45px;
	}
	.price > div{
		height: 72px;
		padding-top: 14px;
		font-size: 14px;
		line-height: 1.1em;
	}
	.price > div > p{
		font-size: 25px;
	}
	.price .old{
		width: 130px;
	}
	.price .new{
		width: 160px;
	}
	.action_block{
		margin-top: 40px;
	}
	.action_block .left{
		float: none;
		margin: 0 auto;
	}
	.action_block .button-m{
		float: none;
		margin: 22px auto 0;
	}
	.button-m{
		width: 280px;
		height: 68px;
		line-height: 66px;
		font-size: 20px;
	}
	/*sect2*/
	.sect2{
		background: #fff;
		padding-top: 215px;
	}
	.benef1{
		display: block;
	}
	.benef1 > li{
		margin: 0 auto 30px;
	}
	.benef1 > li:last-child{
		margin-bottom: 0;
	}
	.benef1 > li:nth-child(6){
		display: block;
		padding: 25px 10px;
	}
	/*sect4*/
	.sect4{
		background: #fff;
	}
	.sect4 .wrapper:before,
	.sect4 .wrapper:after{
		display: none;
	}
	.gif_block{
		width: 620px;
		margin-bottom: 40px;
		margin-left: 20px;
		padding: 1px 15px 1px 275px;
	}
	.gif_block > img{
		width: 290px;
		left: -27px;
	}
	.gif_block > p{
		font-size: 15px;
	}
	.gif_block > p:nth-child(4){
		margin-left: -230px;
	}
	.gif_block > h3 > span{
		font-size: 28px;
	}
	.gif_block > h3{
		font-size: 19px;
		line-height: 1.5em;
		margin: -34px 0 20px;
	}
	.gif_block > h3 > small{
		margin-bottom: 18px;
	}
	.gif_block .button-m{
		margin: 30px auto 0;
	}
	.product_list > img{
		width: 400px;
	}
	.product_list .plus{
		position: static;
		margin: 0 auto 30px;
		text-align: left;
	}
	.product_list > ul > li{
		position: static;
	}
	.product_list > ul > li:before,
	.product_list > ul > li:after{
		display: none;
	}
	.product_list > ul > li>span{
		display: block;
	}
	.product_list{
		font-size: 0;
		text-align: center;
	}
	.product_list > ul > li:nth-child(1),
	.product_list > ul > li:nth-child(2),
	.product_list > ul > li:nth-child(3),
	.product_list > ul > li:nth-child(4){
		padding: 0;
	}
	.product_list>img{
		display: none;
		margin: 0 auto;
		position: static;
	}
	.product_list>img.tab_v{
		display: block;
		margin: 0 auto 30px;
		width: auto;
	}
	/*sect5*/
	.benef3 > li,
	.benef3 > li:nth-child(2n){
		float: none;
		margin: 0 auto 20px;
	}
	.sect5{
		background: #f3f7ff;
	}
	.sect5 .action_block{
		margin-bottom: -105px;
	}
	/*sect6*/
	.sect6{
		padding-top: 150px;
		background: #fff;
	}
	.expert > h3{
		margin: -46px auto 20px;
	}
	.expert{
		position: static;
		max-width: 440px;
		margin: 0 auto;
		padding: 1px 10px 50px;
	}
	.expert .img{
		position: relative;
		width: 380px;
		top: auto;
		right: auto;
		margin: 0 auto 20px;
	}
	.rev_item{
		width: 400px;
		border-radius: 25px;
		padding: 20px 0;
		margin: 0 auto 25px;
	}
	.rev_item > img,
	.rev_item:nth-child(2n) > img{
		float: none;
		display: block;
		margin: 0 auto 30px;
		border-radius: 12px;
	}
	.rev_item .text{
		float: none;
		width: auto;
		padding: 0 20px;
	}
	.rev_item:nth-child(2n) .name > img{
		float: left;
	}
	.rev_item:nth-child(2n) .name > p{
		background-position: 100% 50%;
		padding: 3px 0 0 18px;
	}
	.rev_item:nth-child(2n) .text{
		text-align: left;
	}
	.order_list > li{
		width: 50%;
		margin-bottom: 30px;
	}
	/*sect8*/
	.sect8{
		padding-bottom: 10px;
	}
	.offer_section.bottom{
		background: url(../images/offer_tab_bottom.jpg) 50% 0% no-repeat #0a58ca;
		height: auto;
		padding-top: 11px;
	}
	.offer_section.bottom .main_subtitle{
		font-size: 26px;
		line-height: 32px;
	}
	.offer_section.bottom .top_bull{
		padding-top: 11px;
	}
	.offer_section.bottom .price{
		margin-top: 20px;
	}
	.formbox{
		width: 340px;
		margin-top: 22px;
		padding: 10px 0 18px;
	}
	.formbox > h4{
		font-size: 20px;
		margin-bottom: 0;
	}
	.formbox > h4 + p{
		font-size: 15px;
	}
	.formbox .timer_container{
		margin: 8px auto 16px;
		width: 200px;
	}
	.formbox .timer_block .count{
		font-size: 33px;
	}
	.formbox .timer_container .timer_block:not(:last-child)::after{
		font-size: 36px;
		top: -4px;
	}
	.m1-form{
		padding: 0 30px;
	}
	.m1-form input{
		height: 66px;
		font-size: 14px;
	}
	.offer_section.bottom .sale{
		left: 396px;
		top: 259px;
	}
}




@media screen and (max-width: 659px) {
	section{
		padding-top: 30px;
	}
	.wrapper{
		width: 320px;
	}
	h2.title{
		font-size: 26px;
		line-height: 1.2em;
	}
	.offer_section .wrapper{
		overflow: hidden;
	}
	.offer_section{
		background: url(../images/offer_mob_top.jpg) 50% 0% no-repeat;
		height: 550px;
		padding-top: 14px;
	}
	.offer_section .top_bull{
		display: none;
	}
	.bottom .main_title{
		font-size: 25px;
		line-height: 30px;
	}
	.offer_section.bottom .main_subtitle{
		font-size: 21px;
	}
	.main_title{
		font-size: 33px;
		line-height: 42px;
		text-align: center;
	}
	.main_subtitle{
		font-size: 16px;
		line-height: 22px;
		padding: 0 20px;
		text-align: center;
	}
	.ofr_bull{
		margin-top: 35px;
	}
	.ofr_bull>li{
		width: 150px;
		font-size: 12px;
		padding: 0 5px;
	}
	.ofr_bull > li:nth-child(1){
		margin-left: -3px;
		margin-bottom: 34px;
	}
	.ofr_bull > li:nth-child(2) {
		margin-left: -2px;
		margin-bottom: 45px;
	}
	.ofr_bull > li:nth-child(3){
		margin-left: -3px;
	}
	.price{
		width: 290px;
		margin: 80px auto 0;
	}
	.offer_section .sale{
		left: 187px;
		top: 346px;
		width: 85px;
		height: 87px;
		font-size: 13px;
		padding-top: 25px;
	}
	.offer_section .sale>span{
		font-size: 23px;
	}
	.action_block{
		width: 320px;
		margin: 30px 0 0 -10px;
		padding: 12px 10px;
		border-radius: 20px;
	}
	.action_block .left{
		width: auto;
	}
	.timer > p{
		background: none;
		padding: 0;
		width: 100%;
		display: block;
		text-align: center;
	}
	.timer_container{
		display: block;
		margin: 5px auto 0;
		border: none;
		padding: 0;
	}
	.action_block .prod_count{
		margin-top: 14px;
		line-height: 1.3em;
	}
	.prod_count span{
		display: block;
	}
	/*sect2*/
	.sect2{
		padding-top: 240px;
	}
	.benef1 > li{
		width: 100%;
	}
	.benef1 > li .action > span{
		font-size: 20px;
	}
	.benef1 > li .action > p{
		font-size: 17px;
	}
	/*sect4*/
	.sect4{
		padding: 40px 0 35px;
	}
	.gif_block{
		width: 100%;
		margin: 0 auto 35px;
		position: static;
		padding: 1px 0;
		border-radius: 20px;
	}
	.gif_block > h3{
		font-size: 18px;
		line-height: 1.3em;
		margin-top: -32px;
	}
	.gif_block > img{
		position: static;
		display: block;
		margin: 0 auto 20px;
		width: 260px;
	}
	.gif_block > h3 > span{
		font-size: 23px;
	}
	.gif_block > p{
		padding: 0 15px;
	}
	.gif_block > p:nth-child(4){
		margin-left: 0;
	}
	.gif_block > p > b{
		display: inline;
	}
	.product_list > ul > li{
		width: 100%;
	}
	/*sect5*/
	.benef3{
		padding-top: 50px;
	}
	.benef3 > li{
		width: 100%;
		display: block;
		overflow: visible;
		padding-top: 1px;
	}
	.benef3 > li, 
	.benef3 > li:nth-child(2n){
		margin-bottom: 70px;
	}
	.benef3 > li .img{
		display: block;
		width: 100%;
	}
	.benef3 > li .img img{
		border-radius: 14px;
		margin-top: -40px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	}
	.benef3 > li .text{
		display: block;
		text-align: center;
		padding: 20px 20px;
	}
	.benef3 > li:last-child{
		margin-bottom: 20px;
	}
	/*sect6*/
	.faq_item{
		border-radius: 20px;
		padding: 15px 15px 0;
	}
	.accordion .title-accordion{
		line-height: 1.2em;
		font-size: 16px;
		padding: 20px 35px 20px 15px;
	}
	.accordion .title-accordion::before{
		width: 14px;
		background-size: 100%;
		right: 14px;
	}
	.accordion .info{
		padding: 0 15px 20px 15px;
	}
	.sect8{
		background: #fff;
	}
	.rev_item{
		width: 100%;
	}
	.rev_item .name > p{
		background: none;
	}
	.rev_item > img, 
	.rev_item:nth-child(2n) > img{
		margin-bottom: 20px;
	}
	.rev_item .text > span,
	.rev_item .text > p{
		text-align: center;
	}
	.order_list > li{
		width: 100%;
	}
	.offer_section.bottom{
		background: #1a6ee6 url(../images/offer_mob_bot.jpg) 50% 0% no-repeat;
		height: auto;
	}
	.offer_section.bottom .main_subtitle{
		padding: 0;
		margin: -22px 0 0 0;
		line-height: 27px;
	}
	.offer_section.bottom .price{
		margin-top: 335px;
	}
	.m1-form{
		padding: 0 20px;
	}
	.formbox{
		width: 320px;
		margin: 35px 0 0 -10px;
	}
	.offer_section.bottom .sale{
		left: 51px;
		top: 131px;
	}
}