
#m1-form {
	position: fixed;
	display: none;
	width: 450px;
	margin-left: -225px;
	margin-top: -280px;
	top: 50%;
	/*    top: 10%;*/
	left: 50%;
	background: #fff;
	z-index: 9999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0);
	font-family: "Tahoma", "Geneva", "Kalimati", sans-serif;
  }
  #m1-form a.close-m1 {
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 26px;
	top: 3px;
	right: 3px;
	background: transparent;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	z-index: 999;
  }
  #m1-form a.close-m1:before{
	content: '\00D7';
  }
  #m1-form>div{
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  }
  #m1-form .popup-m1-title{
	position: relative;
	padding: 20px 0px 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 25px;
	letter-spacing: 0.7px;
	line-height: 1.3em;
	color: #fff;
	background: #64ca50;
  }
  #m1-form .popup-m1-title:before, #m1-form .popup-m1-title:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 20px;
	bottom: -10px;
	background: #64ca50;
  }
  #m1-form .popup-m1-title:before {
	left: 0;
	transform: skew(0deg, 4deg);
  }
  #m1-form .popup-m1-title:after {
	right: 0;
	transform: skew(0deg, -4deg);
  }
  #m1-form .popup-m1-cont{
	position: relative;
	padding: 45px 20px 30px;
	color: #333;
	font-size: 17px;
	line-height: 1.5em;
  }
  #m1-form .popup-m1-cont div.popup-m1-text1{
	text-align: center;
  }
  #m1-form .popup-m1-form{
	position: relative;
	display: block;
	height: auto;
	width: auto;
	background: none;
	padding: 30px 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow:    0 0 0 0;
	box-shadow:         0 0 0 0;
  }
  #m1-form .popup-m1-form:after{
	content: '';
	display: block;
	clear: both;
	height: 0px;
  }
  #m1-form .popup-m1-form input[type=text],
  #m1-form .popup-m1-form input[type=tel],
  #m1-form .popup-m1-form button{
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	background: #fff;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow:    0 0 0 0;
	box-shadow:         0 0 0 0;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
  }
  #m1-form .popup-m1-form button{
	font-weight: 700;
	text-transform: uppercase;
  }
  #m1-form .popup-m1-form input[type=text]::-webkit-input-placeholder,
  #m1-form .popup-m1-form input[type=tel]::-webkit-input-placeholder
  {color: #a9a9a9; opacity: 1;}
  #m1-form .popup-m1-form input[type=text]:-moz-placeholder,
  #m1-form .popup-m1-form input[type=tel]:-moz-placeholder
  {color: #a9a9a9; opacity: 1;}
  #m1-form .popup-m1-form input[type=text]::-moz-placeholder,
  #m1-form .popup-m1-form input[type=tel]::-moz-placeholder
  {color: #a9a9a9; opacity: 1;}
  #m1-form .popup-m1-form input[type=text]:-ms-input-placeholder,
  #m1-form .popup-m1-form input[type=tel]:-ms-input-placeholder
  {color: #a9a9a9; opacity: 1;}
  
  #m1-form .popup-m1-form input[type=text],
  #m1-form .popup-m1-form input[type=tel]
  {
	width: 90%;
	height: 64px;
	margin-bottom: 16px;
	line-height: 64px;
	font-size: 17px;
	color: #222;
	background: #fff;
	text-indent: 20px;
	border: 1px solid #ccc;
	text-shadow: none;
  }
  #m1-form .popup-m1-form input[type=text]:focus,
  #m1-form .popup-m1-form input[type=tel]:focus
  {
	border-color: #aaa;
  }
  #m1-form .popup-m1-form button{
	width: 90%;
	height: 68px;
	line-height: 68px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.7px;
	border-bottom: 3px solid #cd6c00;
	background: #ff8300;
	cursor: pointer;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow:    0 0 0 0;
	box-shadow:         0 0 0 0;
	text-shadow: 0px 0px 0px;
  }
  #m1-form .popup-m1-form button:hover{
	background: #ff8f00;
  }
  #m1-form .popup-m1-form button:active{
	top: -1px;
  }
  #m1-form .popup-m1-cont div.popup-m1-text2{
	text-align: center;
  }
  #m1-form .popup-m1-cont div.popup-m1-text2:before{
	content: '';
	position: relative;
	display: inline-block;
	width: 16px;
	height: 15px;
	margin: 0 10px 0 0;
	top: 2px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTZGOUM2MzJBMTRCMTFFNkIyNEE5QUM3MjlERTU4NEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTZGOUM2MzNBMTRCMTFFNkIyNEE5QUM3MjlERTU4NEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNkY5QzYzMEExNEIxMUU2QjI0QTlBQzcyOURFNTg0QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNkY5QzYzMUExNEIxMUU2QjI0QTlBQzcyOURFNTg0QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl85nRsAAADqSURBVHjaYkw5FcCABkSAuAiIfYBYDSp2A4g3AfEkIH6DrJgJTXMwEN8B4j9AHA3E/FAcD5W/C1UDByxomlcDsSsQ70Uz+CIUHwTi3UAcCsRrkV0gCsTzcGhGBnuhakBqxZANyAXiCQQ0IxvSD8QFyAb4AfE6BuLBWmggw8NAH4inAfE/ILYloPkwEDMCsS7MgIdQCSsibbdBYj8EeUGOgXwgx8RAIaCKAY/QxJxJ0P8IZIA8lHMEmuZBUdQEDWV2KEYGIHVHoWx5WDQyYslMx4GYG0kTLHptCYUBKLdVAfF5JDFGXH4ACDAAX6kp0zMj+CgAAAAASUVORK5CYII=) 0 0 no-repeat;
  }
/* 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{
	border: none;
	background: #fff;
	width: 100%;
	height: 78px;
	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;
	width: 380px;
}
.main_title{
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 1.1em;
	color: #ffeb00;
	letter-spacing: 1px;
}
.main_title>span{
	display: block;
	font-size: 25px;
	line-height: 1em;
}
.main_subtitle{
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 27px;
	line-height: 1.2em;
	margin-top: 12px;
}
.offer_section .top_bull{
	float: left;
	padding: 0 0 0 25px;
}
.top_bull>li{
	float: left;
	padding: 10px 0 10px 55px;
	font-size: 15px;
	line-height: 1.3em;
}
.top_bull>li:nth-child(1){
	width: 285px;
	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: 118px;
	height: 118px;
	background: url(../images/sale.png) 50% 50% no-repeat;
	position: absolute;
	left: 480px;
	top: 140px;
	font-size: 17px;
	text-align: center;
	padding-top: 32px;
	transform: rotate(8deg);
}
.offer_section .sale>span{
	display: block;
	font-weight: 700;
	font-size: 27px;
	line-height: 0.9em;
}
.offer_section .gif{
	position: absolute;
	display: block;
	right: 40px;
	top: 394px;
	border-radius: 20px 20px 0 0;
	border: 7px solid rgba(255,255,255,0.2);
	border-bottom: 0px;
}
.ofr_bull{
	margin: 40px 0 0;
}
.ofr_bull>li{
	width: 220px;
	text-align: center;
	font-size: 17px;
}
.ofr_bull>li:nth-child(1){
	margin-left: 5px;
	margin-bottom: 50px;
}
.ofr_bull>li:nth-child(2){
	margin-left: 55px;
	margin-bottom: 50px;
}
.ofr_bull>li:nth-child(3){
	margin-left: 110px;
}

.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;
}
.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% 100% no-repeat, #fff;
	padding-top: 130px;
	padding-bottom: 50px;
}
.sect2 .title>span{
	display: block;
}
.benef1{
	font-size: 0;
	text-align: center;
}
.benef1>li{
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	font-size: 16px;
	min-height: 415px;
	color: #fff;
	background: rgb(59,132,255);
	background: linear-gradient(0deg, rgba(59,132,255,1) 0%, rgba(98,183,255,1) 100%);
}
.benef1 .benef1-cont{
	padding: 20px;
}
.benef1>li:nth-child(3n){
	margin-right: 0;
}
.benef1>li>img{
	display: block;
	margin: 0 auto;
}
.benef1 .benef1-cont>span{
	display: block;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 6px;
}


/*sect3*/
.sect3{
	background: url(../images/s3_bg.jpg) 50% 0% no-repeat;
	min-height: 589px;
	padding-bottom: 0;
}
.sect3 .title{
	padding: 0 240px;
	margin-bottom: 30px;
}
.benef2{
	font-size: 0;
	text-align: center;
}
.benef2>li{
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding: 0 20px;
}
.benef2>li>img{
	border-radius: 30px;
	border: #ffffff 7px solid;
	display: block;
	margin: 0 auto 15px;
}
.benef2>li>span{
	font-weight: 700;
	display: block;
	font-size: 18px;
	margin-bottom: 4px;
}


/*sect4*/
.sect4{
	padding: 40px 0 40px;
	overflow: hidden;
	background: url(../images/wtr2.png) 50% 100% no-repeat, #fff;
}
.sect4 .wrapper{
	position: relative;
}
.sect4 .wrapper:before{
	content: '';
	width: 259px;
	height: 265px;
	background: url(../images/bucket.png) 50% 50% no-repeat;
	position: absolute;
	top: 520px;
	left: -270px;
	z-index: 2;
}
.sect4 .wrapper:after{
	content: '';
	width: 228px;
	height: 323px;
	background: url(../images/spray.png) 50% 50% no-repeat;
	position: absolute;
	top: 150px;
	right: -250px;
	z-index: 2;
}
.sect4 .glider-pic-1{
	display: block;
	margin: 0 auto 40px;
	border-radius: 20px;
}
.sect4 .title{
	margin: 40px 0;
}
.product_list{
	margin: 40px 0 0;
	position: relative;
}
.product_list>img{
	display: block;
	margin: 0 auto;
}
.product_list>ul>li{
	position: absolute;
	width: 200px;
	line-height: 1.3em;
}
.product_list>ul>li>span{
	display: none;
	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;
	position: absolute;
	top: -10px;
	z-index: 2;
}
/*.product_list>ul>li:before{
	content: '';
	width: 22px;
	height: 22px;
	background: #3b84ff;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
}
.product_list>ul>li:after{
	content: '';
	height: 2px;
	background: #3b84ff;
	position: absolute;
	top: 13px;
	left: 0;
}
*/
.product_list>ul>li:nth-child(1){
	top: 100px;
	left: 0px;
	text-align: right;
}

.product_list>ul>li:nth-child(2){
	top: 250px;
	left: 0px;
	text-align: right;
}

.product_list>ul>li:nth-child(3){
	top: 430px;
	left: 0px;
	text-align: right;
}

.product_list>ul>li:nth-child(4){
	top: 180px;
	right: 0;
}
.product_list>ul>li:nth-child(5){
	top: 340px;
	right: 0;
}

.product_list .plus{
	position: absolute;
	width: 230px;
	top: 20px;
	right: 40px;
}
.product_list .plus .strength{
	width: 74px;
	height: 76px;
	background: url(../images/strength.png) 50% 50% no-repeat;
	text-align: center;
	float: left;
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	font-size: 23px;
	padding-top: 28px;
	line-height: 1.1em;
}
.product_list .plus .strength>small{
	display: block;
	font-size: 13px;
	line-height: 1.1em;
}
.product_list .plus>p{
	overflow: hidden;
	padding: 22px 0 0 10px;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 700;
}



/*sect5*/
.sect5{
	background: url(../images/s5_bg.jpg) 0% 0% no-repeat #f3f7ff;
	padding-bottom: 40px;
}

.subtitle{
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin: -20px 0 40px;
}

.benef3{
	font-size: 0;
}
.benef3>li{
	width: 480px;
	height: 170px;
	background: #fff;
	float: left;
	display: table;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	margin: 0 20px 20px 0;
	font-size: 17px;
	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: 185px;
}
.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: 4px;
}
.benef3>li>span{
	display: none;
	position: absolute;
	top: 15px;
	right: 22px;
	color: #3b84ff;
	opacity: 0.2;
	font-size: 40px;
	line-height: 1.1em;
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
}

.sect5 .action_block{
	position: relative;
}



/*sect6*/
.sect6{
	padding: 50px 0 60px;
	background: url(../images/s6_bg.jpg) 100% 0% 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: 22px;
	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{
	padding: 50px 0 60px;
	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;
	height: 694px;
	overflow: hidden;
}
.offer_section.bottom .price{
	margin-top: 25px;
}
.offer_section.bottom .main_subtitle{
	font-size: 26px;
	line-height: 1.5em;
}
.main_subtitle>span{
	color: #ffeb00;
}
.offer_section.bottom .sale{
	left: 530px;
}
.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: 40px 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: 688px;
		padding-top: 15px;
	}
	.offer_section .title{
		width: 300px;
	}
	.main_subtitle{
		font-size: 22px;
		line-height: 28px;
		margin-top: 8px;
	}
	.top_bull > li:nth-child(2){
		display: none;
	}
	.top_bull > li:nth-child(1){
		width: 270px;
		margin: -5px 0 0;
	}
	.offer_section img.gif{
		display: none;
	}
	.offer_section .top_bull{
		padding: 0px 0 0 68px;
	}
	.ofr_bull{
		margin-top: 52px;
	}
	.ofr_bull > li:nth-child(1){
		margin-left: 0px;
	}
	.ofr_bull > li:nth-child(2){
		margin-left: 48px;
	}
	.ofr_bull > li:nth-child(3){
		margin-left: 104px;
	}
	.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 .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{
		background: #fff;
		padding-top: 215px;
	}
	.benef1 > li{
		margin-bottom: 40px;
	}
	.benef1 > li:nth-child(2n){
		margin-right: 0;
	}
	.benef1 > li:last-child{
		margin-bottom: 0;
	}
	.sect3{
		background: #f0f0f0;
		background: -moz-linear-gradient(-45deg, #f0f0f0 0%, #ececec 100%);
		background: -webkit-linear-gradient(-45deg, #f0f0f0 0%,#ececec 100%);
		background: linear-gradient(135deg, #f0f0f0 0%,#ececec 100%);
		padding-bottom: 35px;
	}
	.sect3 .title{
		padding: 0 80px;
	}
	.benef2 > li{
		width: 50%;
		margin-bottom: 30px;
	}
	.benef2 > li:last-child{
		margin-bottom: 0;
	}
	.sect4{
		background: #fff;
	}
	.sect4 .wrapper:before,
	.sect4 .wrapper:after{
		display: none;
	}
	.gif_block{
		width: 620px;
		margin-bottom: 35px;
		margin-left: 20px;
		padding: 1px 15px 30px 275px;
	}
	.gif_block > img{
		width: 290px;
		left: -27px;
	}
	.gif_block > h3 > span{
		font-size: 28px;
	}
	.gif_block > h3{
		font-size: 19px;
		line-height: 1.5em;
		margin: -34px 0 30px;
	}
	.gif_block > h3 > small{
		margin-bottom: 18px;
	}
	.gif_block .button-m{
		margin: 30px auto 0;
	}
	.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;
		position: static;
		float: left;
		margin: 0;
		width: 40px;
		height: 40px;
		line-height: 36px;
		box-shadow: none;
		font-size: 18px;
		background: #fff;
		border: 2px solid #3b84ff;
		color: #3b84ff;
	}
	.product_list > ul > li>p{
		min-height: 40px;
		padding: 10px 0 0 60px;
	}
	.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),
	.product_list > ul > li:nth-child(5){
		position: static;
		width: auto;
		display: block;
		text-align: left;
		margin: 0 0 20px;
		font-size: 15px;
	}
	.product_list > ul > li:last-child{
		margin-bottom: 0;
	}
	.product_list>img{
		margin: 0 auto 40px;
	}

	.benef3 > li,
	.benef3 > li:nth-child(2n){
		float: none;
		margin: 0 auto 20px;
	}
	.sect5{
		background: #f3f7ff;
	}
	.sect5 .action_block{
		
	}
	.sect6{
		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;
	}
	.offer_section.bottom{
		background: url(../images/offer_tab_bottom.jpg) 50% 0% no-repeat;
		height: 675px;
	}
	.offer_section.bottom .main_subtitle{
		font-size: 30px;
	}
	.offer_section.bottom .top_bull{
		padding-top: 10px;
	}
	.offer_section.bottom .price{
		margin-top: 30px;
	}
	.formbox{
		width: 340px;
		margin-top: 30px;
		padding: 20px 0 34px;
	}
	.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: 480px;
	}
}




@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 #719ee0;
		height: 930px;
		padding-top: 20px;
	}
	.offer_section .top_bull{
		display: none;
	}
	.main_title{
		font-size: 38px;
		line-height: 42px;
		text-align: center;
	}
	.main_subtitle{
		text-align: center;
	}
	.ofr_bull{
		margin: 80px 0 50px;
		padding-left: 15px;
	}
	.ofr_bull>li{
		text-align: left;
		width: 180px;
		font-size: 13px;
		line-height: 1.5em;
	}
	.ofr_bull > li:nth-child(1){
    margin-bottom: 40px;
	}
	.ofr_bull > li:nth-child(2) {
    margin-left: 4px;
    margin-bottom: 39px;
	}
	.ofr_bull > li:nth-child(3){
		margin-left: 0px;
	}
	.offer_section img.gif {
		position: static;
		display: block; 
		border-radius: 10px;
		border: 7px solid rgba(255,255,255,0.2);
	}
	.price{
		width: 290px;
		margin: 40px auto 0;
	}
	.offer_section .sale{
		left: auto;
		right: 0;
		top: 130px;
		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: 20px 10px 24px;
		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{
		padding-top: 180px;
	}
	.benef1 > li,
	.benef1 > li:nth-child(2n),
	.benef1 > li:nth-child(3n){
		margin: 0 auto 30px;
		display: block;
		min-height: auto;
		border-radius: 20px;
	}
	.benef1 > li:last-child{
		margin-bottom: 0;
	}
	.sect3 .title{
		padding: 0;
	}
	.benef2 > li{
		width: 100%;
		padding: 0;
	}
	.sect4{
		padding: 40px 0 35px;
	}
	.gif_block{
		width: 100%;
		margin: 0 auto 35px;
		position: static;
		padding: 1px 0 20px;
		border-radius: 20px;
	}
	.gif_block > img{
		position: static;
		display: block;
		margin: 0 auto;
		width: 260px;
	}
	.gif_block > h3 > span{
		font-size: 23px;
	}
	.gif_block>ul{
		padding: 0 10px;
		margin-top: 20px;
	}
	.expert{
		width: 100%;
		border-radius: 20px;
	}
	.expert > h3{
		font-size: 20px;
		margin-top: -36px;
	}
	.expert > h3 > span{
		font-size: 22px;
		margin-top: 24px;
	}
	.expert .img{
		width: 100%;
	}
	.expert>p{
		padding: 0 5px;
	}
	.expert .text{
		padding: 12px 0;
	}
	.expert .text > p{
		font-size: 14px;
	}
	.subtitle{
		font-size: 16px;
		line-height: 1.3em;
	}
	.benef3 > li{
		width: 100%;
		height: auto;
		display: block;
	}
	.benef3 > li .img{
		display: none;
	}
	.benef3 > li > span{
		top: 56px;
		right: 50px;
	}
	.benef3 > li .text{
		display: block;
		text-align: center;
		padding: 20px 20px;
	}
	.faq_item{
		border-radius: 20px;
		padding: 15px 15px 0;
	}
	.faq_item .question{
		line-height: 1.2em;
		font-size: 16px;
		padding-right: 25px;
	}
	.faq_item::after{
		right: 14px;
	}
	.faq_item .answer{
		padding-bottom: 15px;
		font-size: 15px;
	}
	.accordion .title-accordion{
		font-size: 16px;
	}
	.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: url(../images/offer_mob_bot.jpg) 50% 0% no-repeat #719ee0;
		height: auto;
	}
	.offer_section.bottom .main_subtitle{
		padding: 0;
		margin: 0;
		line-height: 1.4em;
	}
	.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: 180px;
		top: 180px;
	}
}
@media screen and (max-width: 450px){
	#m1-form {
		width: 100%;
		height: 100%;
		margin-left: 0;
		margin-top: 0;
		top: 0;
		left: 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	#m1-form>div{
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	#m1-form .popup-m1-cont{
		padding: 45px 12px 30px;
	}
	#m1-form .popup-m1-form input[type=text], #m1-form .popup-m1-form input[type=tel],#m1-form .popup-m1-form button{
		width: 100%;
	}
	#m1-form .popup-m1-title {
		padding: 26px 10px 16px;
		font-size: 24px;
	}
  }