/*fonts*/
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Bold.eot');
	src: url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Circe-Bold.woff2') format('woff2'),
	url('../fonts/Circe-Bold.woff') format('woff'),
	url('../fonts/Circe-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Regular.eot');
	src: url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Circe-Regular.woff2') format('woff2'),
	url('../fonts/Circe-Regular.woff') format('woff'),
	url('../fonts/Circe-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-ExtraBold.eot');
	src: url('../fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Circe-ExtraBold.woff2') format('woff2'),
	url('../fonts/Circe-ExtraBold.woff') format('woff'),
	url('../fonts/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Light.eot');
	src: url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Circe-Light.woff2') format('woff2'),
	url('../fonts/Circe-Light.woff') format('woff'),
	url('../fonts/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}


/* styles */
body {
	min-width: 320px;
	background: #fff;
	font-family: 'Circe', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.3em;
	color: #000000;
	cursor: default;
}

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

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

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

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

b {
	font-weight: 700;
}


/*form*/
.main_form{
	max-width: 390px;
	margin: 0 auto;
}
.main_form input{
	border: none;
	background: #fafafa;
	width: 100%;
	height: 64px;
	font-size: 20px;
	text-align: center;
	font-family: 'Circe', Arial, Helvetica, sans-serif;
	color: #333;
	border-radius: 32px;
	margin-bottom: 20px;
}
.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 {
	border: none;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 62px;
	border-radius: 30px;
	background: #fdfc01;
	background: -moz-linear-gradient(top, #fdfc01 0%, #d7fe19 100%);
	background: -webkit-linear-gradient(top, #fdfc01 0%,#d7fe19 100%);
	background: linear-gradient(to bottom, #fdfc01 0%,#d7fe19 100%);
	font-family: 'Circe', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 62px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.button:active{
	top: 2px;
	background: #d7fe19;
	background: -moz-linear-gradient(top, #d7fe19 0%, #fdfc01 100%);
	background: -webkit-linear-gradient(top, #d7fe19 0%,#fdfc01 100%);
	background: linear-gradient(to bottom, #d7fe19 0%,#fdfc01 100%);
}

/* titles */
h2.title {
	font-weight: 900;
	font-size: 50px;
	line-height: 1.05em;
	text-align: center;
	margin-bottom: 40px;
}
h2.title>span{
	color: #9d080d;
}


.color_theme{
	background: #ccc;
}
.color_theme h2.title{
	color: #fff;
}

section{
	padding: 50px 0;
}


/*sect1*/
.sect1{
	background: url(../images/s1_bg.jpg) 50% 0% no-repeat;
	min-height: 926px;
}
.sect1 .wrapper{
	position: relative;
}
.main_title{
	font-size: 78px;
	line-height: 1.05em;
	color: #9d080d;
	font-weight: 900;
	text-align: center;
}
.main_title:before{
	content: '';
	width: 86px;
	height: 109px;
	background: url(../images/radio_wave.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -8px 20px 0 0;
}
.main_title:after{
	content: '';
	width: 86px;
	height: 109px;
	background: url(../images/radio_wave.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -8px 0 0 20px;
	transform: rotate(-180deg);
}
.main_subtitle{
	text-align: center;
	margin-top: 20px;
}
.main_subtitle>span{
	font-size: 40px;
	line-height: 1.1em;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
}
.main_subtitle>small{
	display: block;
	font-size: 34px;
	line-height: 1.1em;
	font-weight: 900;
	margin-top: 20px;
}
.offer_use{
	font-size: 38px;
	line-height: 1.1em;
	font-weight: 800;
	padding: 100px 0 0 860px;
}
.offer_use:after{
	content: '';
	width: 299px;
	height: 119px;
	background: url(../images/forever.png) 50% 50% no-repeat;
	display: block;
	margin: 5px 0 0 -10px;
}
.sale{
	font-size: 22px;
	line-height: 1.05em;
	font-weight: 700;
	text-align: center;
	width: 130px;
	padding: 7px 0;
	background: #fafc03;
	background: -moz-linear-gradient(top, #fafc03 0%, #d3f641 100%);
	background: -webkit-linear-gradient(top, #fafc03 0%,#d3f641 100%);
	background: linear-gradient(to bottom, #fafc03 0%,#d3f641 100%);
	border-radius: 35px;
	position: absolute;
	top: 625px;
	left: 660px;
	color: #000;
}
.sale>span{
	display: block;
	font-size: 37px;
	line-height: 1.05em;
	font-weight: 900;
	margin-bottom: -5px;
}

.ofr_bull{
	font-size: 0;
	text-align: center;
	margin-top: 140px;
	padding: 0 0 0 180px;
}
.ofr_bull>li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 25px;
	font-size: 22px;
	line-height: 1.1em;
	font-weight: 700;
	position: relative;
}
.ofr_bull>li:before{
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
}
.ofr_bull>li:nth-child(1){
	width: 250px;
	padding-left: 60px;
}
.ofr_bull>li:nth-child(1):before{
	width: 43px;
	height: 54px;
	background: url(../images/map_mark.png) 50% 50% no-repeat;
}
.ofr_bull>li:nth-child(2){
	width: 295px;
	padding-left: 65px;
}
.ofr_bull>li:nth-child(2):before{
	width: 51px;
	height: 56px;
	background: url(../images/shield.png) 50% 50% no-repeat;
}
.ofr_bull>li:nth-child(3){
	width: 210px;
	padding-left: 65px;
}
.ofr_bull>li:nth-child(3):before{
	width: 51px;
	height: 53px;
	background: url(../images/insect.png) 50% 50% no-repeat;
}


/*aciton_sect*/
.aciton_sect{
	background: #9d080d;
	color: #fff;
	padding: 10px 0;
}
.aciton_block{
	font-size: 0;
	text-align: center;
}
.aciton_block .col-3{
	width: 33.3%;
	display: inline-block;
	vertical-align: middle;
}

.aciton_block .action{
	font-size: 40px;
	line-height: 1.1em;
	font-weight: 900;
}
.timer{
	font-size: 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1em;
	margin-left: 5px;
}
.timer .count{
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	line-height: 30px;
}
.timer .count:not(:last-child):after{
	content: ':';
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	line-height: 26px;
	color: #fff;
	font-weight: 700;
	margin: 0 5px;
}
.aciton_block .action_name{
	color: #e4fd10;
	font-size: 33px;
	line-height: 1.1em;
	font-weight: 700;
	padding: 0 30px;
	margin-top: 5px;
}
.action_terms{
	font-size: 23px;
	line-height: 1.4em;
	padding: 0 65px;
}

.price{
	font-size: 0;
	text-align: center;
	max-width: 400px;
	margin-bottom: 5px;
}
.price>div{
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.price>div>small{
	font-size: 0.8em;
}
.price .old{
	color: #000;
	font-size: 34px;
	line-height: 1.1em;
	position: relative;
}
.price .old:after{
	content: '';
	width: 120%;
	height: 4px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: -10%;
	transform: rotate(-5deg);
}
.price .new{
	font-size: 66px;
	line-height: 1.1em;
	font-weight: 900;
}


/*sect2*/
.sect2{
	background: #e6e6e6 url(../images/s2_bg.jpg) 50% 50% no-repeat;
}
.benef1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.benef1>li{
	width: 245px;
	background: #fff;
	margin: 0 35px;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 700;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 50px;
}
.benef1>li>img{
	display: block;
	margin: 0 auto 25px;
}
.benef1>li>p{
	padding: 0 20px;
}
.benef1.icon>li>p:before{
	content: '?';
	width: 90px;
	height: 90px;
	line-height: 100px;
	background: #9d080d;
	display: block;
	margin: -80px auto 20px;
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 68px;
}

.benef_block{
	max-width: 970px;
	margin: 0 auto 50px;
	background: #9d080d;
	color: #fff;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.1em;
	padding: 10px 30px;
}
.benef_block>img{
	float: right;
}
.benef_block>p{
	float: left;
	width: 560px;
	text-align: center;
	font-size: 38px;
	line-height: 1.2em;
	padding-top: 28px;
}

.list1{
	max-width: 970px;
	margin: 0 auto;
}
.list1>li{
	padding-left: 90px;
	margin-bottom: 30px;
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 700;
}
.list1>li:before{
	content: '';
	width: 64px;
	height: 64px;
	background: #689fda url(../images/check1.png) 50% 50% no-repeat;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -10px;
}
.list1>li:last-child{
	margin-bottom: 0;
}

.video_block{
	background: #ccc;
	width: 850px;
	height: 470px;
	position: relative;
	overflow: hidden;
	margin: 50px auto 0;
}
.video_block .youtube,
.video_block iframe,
.video_block object,
.video_block embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*sect3*/
.sect3{
	background: #e6e6e6;
}
.sect3 .title>span{
	display: block;
}

.benef2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.benef2>li{
	width: 380px;
	background: #fff;
	border-radius: 0 0 20px 20px;
	text-align: center;
	padding-bottom: 20px;
	font-size: 20px;
}
.benef2>li>img{
	display: block;
	margin: 0 auto 25px;
}
.benef2>li>span{
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 20px;
	padding: 0 20px;
}
.benef2>li>p{
	padding: 0 20px;
}


/*sect4*/
.sect4{
	background: url(../images/s4_bg.jpg) 50% 0% no-repeat;
	min-height: 505px;
	padding: 20px 0 0;
}

.interior img,
.night img{
	display: none;
}

.sect4 .wrapper>div{
	width: 50%;
	float: left;
}
.sect4 .wrapper>div>p{
	font-size: 24px;
	font-weight: 700;
	padding: 0 140px 0 30px;
}
.sect4 .night{
	color: #fff;
}


/*sect5*/
.sect5{
	background: #e6e6e6;
	padding-bottom: 1px;
}
.sect5 .title{
	margin-bottom: 70px;
}
.benef3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.benef3>li{
	margin: 0 10px;
	font-weight: 700;
	font-size: 27px;
	text-align: center;
}
.benef3>li>img{
	display: block;
	margin: 0 auto 15px;
	max-width: 210px;
}

.insects_block{
	margin: 70px 0 -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.insects_block>img{
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}



/*sect6*/
.sect6{
	background: #9d080d;
	padding-top: 90px;
}
.sect6 .title{
	color: #fff;
}

.reviews{
	max-width: 1040px;
	margin: 0 auto;
}
.rev_item{
	background: #fff;
	margin-bottom: 35px;
	border-radius: 30px;
	overflow: hidden;
}
.rev_item>img{
	float: left;
}
.rev_item .text{
	overflow: hidden;
	padding: 20px;
}
.rev_item .text>span{
	display: block;
	font-size: 26px;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 15px;
}
.rev_item .info{
	margin-top: 15px;
}
.rev_item .info>img{
	float: left;
	border-radius: 50%;
}
.rev_item .info>p{
	overflow: hidden;
	line-height: 60px;
	padding-left: 15px;
	font-size: 17px;
}


/*sect7*/
.sect7{
	background: url(../images/map_bg.jpg) 50% 50% no-repeat;
}
.order_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.order_list>li{
	width: 260px;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.order_list>li>img{
	display: block;
	margin: 0 auto 15px;
	border-radius: 50%;
	border: 2px solid #a2171b;
}
.order_list>li:not(:last-child):after{
	content: '';
	width: 128px;
	height: 10px;
	background: url(../images/order_dotted.png) 50% 50% no-repeat;
	position: absolute;
	top: 66px;
	right: -87px;
}


/*sect8*/
.sect8{
	background: url(../images/s8_bg.jpg) 50% 100% no-repeat;
}
.insects_block2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 980px;
	margin: 30px auto 50px;
}
.insects_block2>img{
	border-radius: 50%;
}


.formbox{
	background: #9d080d;
	padding: 25px 10px 5px;
	color: #fff;
	max-width: 980px;
	margin: 0 auto;
	border-radius: 30px;
}

.formbox .left{
	width: 450px;
	float: left;
}
.formbox .right{
	width: 480px;
	float: right;
}
.formbox .left .top{
	padding-top: 20px;
}
.form_action{
	float: left;
	width: 220px;
	text-align: center;
	padding-top: 15px;
}
.form_action .action{
	font-size: 34px;
	line-height: 1.1em;
	color: #fff;
	font-weight: 900;
	margin-bottom: 25px;
}
.form_action .action_name{
	color: #f7fc05;
	font-size: 27px;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 25px;
}
.form_action .economy{
	font-size: 27px;
	line-height: 1.1em;
}

.form_product{
	position: relative;
	float: right;
}
.form_product .sale{
	right: 0;
	left: auto;
	top: -20px;
}

.order_action{
	text-align: center;
	margin-bottom: 25px;
}
.order_action>span{
	display: block;
	font-weight: 900;
	font-size: 34px;
	line-height: 1.1em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.order_action>p{
	font-size: 20px;
	line-height: 1.5em;
	padding: 0 80px;
}
.prod_count{
	text-align: center;
	margin-top: 15px;
}



/*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: 1199px) {
	.wrapper{
		width: 660px;
	}
	section{
		padding: 35px 0;
	}
	h2.title{
		font-size: 36px;
		line-height: 1.2em;
	}
	/*sect1*/
	.sect1{
		background: url(../images/s1_tab.jpg) 50% 0% no-repeat;
		padding-top: 75px;
	}
	.main_title{
		font-size: 64px;
	}
	.main_subtitle{
		margin-top: 5px;
	}
	.main_subtitle > span{
		font-size: 32px;
	}
	.main_subtitle > small{
		font-size: 33px;
		margin-top: 10px;
		padding: 0 130px;
	}
	.offer_use{
		font-size: 26px;
		text-align: center;
		padding: 130px 0 0 440px;
	}
	.offer_use br{
		display: none;
	}
	.offer_use:after {
		width: 200px;
		height: 80px;
		background-size: 100%;
	}
	.sale{
		font-size: 15px;
		top: 560px;
		left: 360px;
		width: 90px;
		padding: 6px 0;
	}
	.sale > span{
		font-size: 26px;
	}
	.ofr_bull{
		padding: 0;
		margin-top: 170px;
	}
	.ofr_bull > li{
		font-size: 16px;
		margin: 0 15px;
	}
	.ofr_bull > li:nth-child(1){
		width: 180px;
		padding-left: 45px;
	}
	.ofr_bull > li:nth-child(2){
		width: 208px;
		padding-left: 50px;
	}
	.ofr_bull > li:nth-child(3){
		width: 148px;
		padding-left: 48px;
	}
	.ofr_bull > li:nth-child(1)::before {
		width: 33px;
		height: 42px;
		background-size: 100%;
	}
	.ofr_bull > li:nth-child(2)::before {
		width: 39px;
		height: 44px;
		background-size: 100%;
	}
	.ofr_bull > li:nth-child(3)::before {
		width: 39px;
		height: 41px;
		background-size: 100%;
	}
	/*aciton_sect*/
	.aciton_sect{
		background: #e6e6e6;
		padding: 20px 0;
	}
	.aciton_sect .aciton_block{
		background: #9d080d;
		padding: 20px 20px 25px;
	}
	.sect1+.aciton_sect{
		padding-top: 1px;
	}
	.sect1+.aciton_sect .aciton_block{
		margin: -50px auto 0;
	}
	.aciton_block .col-3{
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	.aciton_block .col-3:last-child{
		margin-bottom: 0;
	}
	.price{
		margin: 0 auto;
		max-width: 100%;
	}
	/*sect2*/
	.sect2{
		background: #e0e0e0;
	}
	.sect2 .title span{
		display: block;
	}
	.benef1{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.benef1 > li{
		font-size: 20px;
		margin: 0 20px 40px;
	}
	.benef_block > img{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.benef_block{
		padding: 25px;
	}
	.benef_block > p{
		font-size: 30px;
		line-height: 1.2em;
		float: none;
	}
	.video_block{
		width: 100%;
		height: 0;
		padding-bottom: 56%;
	}
	/*sect3*/
	.benef2{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.benef2 > li{
		width: 300px;
		margin: 0 10px 20px;
	}
	/*sect4*/
	.sect4{
		background: #e6e6e6;
		min-height: auto;
		padding: 0 0 1px;
	}
	.sect4 .wrapper > div{
		width: 100%;
		float: none;
	}
	.interior,
	.night{
		position: relative;
		max-width: 505px;
		display: block;
		margin: 0 auto 20px;
	}
	.interior img,
	.night img{
		display: block;
		margin: 0 auto;
	}
	.sect4 .wrapper > div > p{
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		padding: 15px 15px 0;
	}
	/*sect5*/
	.sect5 .title{
		margin-bottom: 40px;
	}
	.benef3{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.benef3 > li{
		width: 150px;
		margin: 0 15px 10px;
	}
	.benef3 > li > img{
		max-width: 100%;
	}
	.insects_block{
		margin: 40px 0 -75px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.insects_block>img:nth-child(9){
		display: none;
	}
	.insects_block>img{
		margin: 0 10px 20px;
	}
	/*sect6*/
	.reviews{
		padding-top: 170px;
	}
	.rev_item{
		overflow: inherit;
		padding-top: 1px;
		margin: 0 auto 200px;
	}
	.rev_item > img{
		float: none;
		display: block;
		margin: -170px auto 30px;
		border-radius: 20px;
	}
	.rev_item:last-child{
		margin-bottom: 40px;
	}
	/*sect7*/
	.sect7{
		background: #e8e8e8;
		padding-bottom: 10px;
	}
	.order_list{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.order_list > li{
		margin-bottom: 30px;
	}
	.order_list > li:not(:last-child)::after {
		right: -125px;
	}
	.order_list > li:nth-child(2n):after{
		display: none;
	}
	/*sect8*/
	.sect8{
		background: url(../images/s8_tab.jpg) 50% 50% no-repeat;
	}
	.insects_block2{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	}
	.insects_block2 > img{
		margin: 0 30px 60px;
	}
	.formbox .left{
		width: 100%;
		float: none;
		padding: 0 80px;
	}
	.formbox .right{
		float: none;
		margin: 15px auto 0;
		padding-bottom: 20px;
	}
}




@media screen and (max-width: 659px) {
	body{
		font-size: 18px;
	}
	section{
		padding-top: 30px;
	}
	.wrapper{
		width: 320px;
	}
	h2.title{
		font-size: 30px;
		line-height: 1.1em;
	}
	.button{
		width: 100%;
		font-size: 22px;
	}
	/*sect1*/
	.sect1{
		background: url(../images/s1_mob.jpg) 50% 0% no-repeat;
	}
	.main_title{
		font-size: 56px;
		padding: 0 40px;
		position: relative;
		line-height: 52px;
	}
	.main_title:before,
	.main_title:after{
		position: absolute;
		margin: 0;
		top: 50%;
		margin-top: -48px;
		width: 70px;
		height: 89px;
		background-size: 100%;
	}
	.main_title:before{
		left: 0;
	}
	.main_title:after{
		right: 0;
	}
	.main_subtitle{
		margin-top: 10px;
		font-size: 30px;
		line-height: 1.1em;
	}
	.main_subtitle > small{
		padding: 0;
		font-size: 24px;
	}
	.sale{
		top: 490px;
		left: 200px;
	}
	.offer_use{
		padding: 550px 0 0;
		font-size: 24px;
	}
	.offer_use::after {
		margin: 5px auto 0;
	}
	.ofr_bull{
		margin-top: 35px;
	}
	.ofr_bull>li{
		display: block;
		width: 100%;
		margin: 0 0 25px;
	}
	.ofr_bull > li:nth-child(3),
	.ofr_bull > li:nth-child(2),
	.ofr_bull > li:nth-child(1){
		width: 100%;
	}
	.sect1 + .aciton_sect .aciton_block{
		margin: -20px auto 0;
	}
	/*aciton_block*/
	.aciton_block .action{
		font-size: 32px;
		line-height: 1.1em;
	}
	.timer{
		display: block;
	}
	.aciton_block .action_name{
		font-size: 26px;
		padding: 0;
		margin-top: 10px;
	}
	.action_terms{
		font-size: 20px;
		padding: 0;
	}
	.price{
		margin-bottom: 10px;
	}
	.price > div{
		margin: 0 10px;
	}
	.price .old{
		font-size: font-size: 30px;
	}
	.price .new{
		font-size: 48px;
	}
	.aciton_block .button{
		margin: 0 -10px;
		width: 280px;
	}
	/*sect3*/
	.benef_block{
		margin-bottom: 35px;
	}
	.benef_block > p{
		width: 100%;
		font-size: 24px;
	}
	.list1 > li:before{
		position: static;
		display: block;
		margin: 0 auto 10px;
	}
	.list1 > li{
		padding: 0;
		text-align: center;
		font-size: 20px;
		line-height: 1.3em;
	}
	.video_block{
		margin-top: 35px;
	}
	/*sect4*/
	.sect4 .wrapper > div > p{
		font-size: 19px;
	}
	.sect4 .wrapper .interior>p{
		top: auto;
		bottom: 0;
		padding-bottom: 15px;
		color: #fff;
	}
	/*sect5*/
	.benef3 > li{
		width: 140px;
		margin: 0 5px 15px;
		font-size: 20px;
	}
	.insects_block{
		margin: 25px 0 -55px;
	}
	.insects_block > img{
		margin: 0 5px 10px;
		width: 90px;
		height: 90px;
	}
	.insects_block > img:nth-child(9){
		display: block;
	}
	/*sect6*/
	.sect6{
		padding-top: 70px;
	}
	.sect6 .title{
		font-size: 28px;
	}
	.reviews{
		padding-top: 0;
	}
	.rev_item{
		padding: 0;
		border-radius: 10px;
		margin-bottom: 30px;
	}
	.rev_item:last-child{
		margin-bottom: 30px;
	}
	.rev_item>img{
		margin: 0 auto;
		border-radius: 10px;
	}
	.rev_item .text > span{
		font-size: 20px;
	}
	.order_list{
		-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	}
	.order_list>li:after{
		display: none;
	}
	/*sect8*/
	.insects_block2 > img{
		margin: 0 10px 20px;
		width: 120px;
	}
	.insects_block2{
		margin-bottom: 20px;
	}
	.formbox .left{
		padding: 0;
	}
	.form_product{
		width: 220px;
		float: none;
		margin: 0 auto;
	}
	.form_action{
		display: none;
	}
	.formbox .right{
		width: 100%;
	}
	.order_action > span{
		font-size: 26px;
	}
	.order_action > p{
		padding: 0;
	}
	.prod_count{
		padding: 0 20px;
	}
	.main_form .button{
		font-size: 20px;
	}
}