/* styles */
body {
	min-width: 320px;
	background: #fff;
	font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.4em;
	color: #000;
	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 input, .form-control{
	border: none;
	background: #f3f3f3;
	width: 100%;
	height: 70px;
	font-size: 20px;
	font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
	color: #333;
	border-radius: 8px;
	margin-bottom: 20px;
	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: 530px;
	height: 85px;
	border-radius: 10px;
	background: #fdbec4;
	background: -moz-linear-gradient(top, #fdbec4 0%, #ff6874 40%, #ff6874 60%, #fdbec4 100%);
	background: -webkit-linear-gradient(top, #fdbec4 0%,#ff6874 40%,#ff6874 60%,#fdbec4 100%);
	background: linear-gradient(to bottom, #fdbec4 0%,#ff6874 40%,#ff6874 60%,#fdbec4 100%);
	font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 33px;
	line-height: 85px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.button-m:active{
	top: 2px;
	background: #ff6874;
}

/* titles */
h2.title {
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 40px;
	color: #dd2329;
	text-transform: uppercase;
}
h2.title span{
	color: #333;
	font-weight: 700;
}

section{
	padding: 50px 0;
}


/*offer_section*/
.offer_section{
	background: url(../images/offer.jpg) 50% 0% no-repeat;
	padding: 20px 0 0;
}
.main_title{
	font-size: 30px;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	color: #262627;
	margin-bottom: 20px;
}
.main_title>span{
	display: block;
	font-size: 56px;
	line-height: 1.1em;
	font-weight: 900;
	color: #dd2329;
}
.offer_section .content{
	max-width: 620px;
}
.main_subtitle{
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 30px;
	padding-left: 60px;
}

.ofr_bull{
	padding-right: 50px;
}
.ofr_bull>li{
	padding-left: 60px;
	position: relative;
	margin-bottom: 30px;
}
.ofr_bull>li:before{
	content: '';
	width: 39px;
	height: 39px;
	background: url(../images/list1.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.button_youtube{
	outline: none;
	width: 250px;
	height: 50px;
	border: 2px solid #b4b4b4;
	border-radius: 25px;
	display: block;
	margin: 40px auto 0;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #707070;
	text-transform: uppercase;
	line-height: 48px;
	font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
	position: relative;
}
.button_youtube:after{
	content: '';
	width: 51px;
	height: 36px;
	background: url(../images/youtube_icon.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}
.button_youtube:before{
	content: '';
	width: 38px;
	height: 45px;
	background: url(../images/cursor_icon.png) 50% 50% no-repeat;
	position: absolute;
	bottom: -38px;
	right: -20px;
}
.button_youtube:hover{
	text-decoration: none;
}
.button_youtube:active{
	top: 2px;
}

.action_block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #56c9cd;
	border-radius: 10px;
	width: 940px;
	margin: 60px auto 0;
	padding: 15px;
}

.action_block .img{
	width: 360px;
	position: relative;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.action_block .img>img{
	display: block;
	margin: 0 auto;
}

.sale{
	position: absolute;
	top: 2px;
	right: 169px;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 1.1em;
	color: #fff;
	text-align: center;
	padding-top: 23px;
	font-weight: 700;
	background: #feaab0;
	background: -moz-linear-gradient(top, #feaab0 0%, #ff6874 50%, #feaab0 100%);
	background: -webkit-linear-gradient(top, #feaab0 0%,#ff6874 50%,#feaab0 100%);
	background: linear-gradient(to bottom, #feaab0 0%,#ff6874 50%,#feaab0 100%);
}
.sale>span{
	display: block;
	font-size: 36px;
	line-height: 1.1em;
}


.action_block .text{
	margin-left: 20px;
	width: 530px;
}
.action_block .text>h4{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 40px;
	line-height: 1.1em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.price{
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.price>div small{
	text-transform: uppercase;
	font-size: 0.7em;
}
.price .old{
	font-size: 34px;
	line-height: 1.1em;
}
.price .old span{
	position: relative;
}
.price .old span:after{
	content: '';
	width: 125%;
	height: 4px;
	background: #ff6874;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: -5%;
}
.price>p{
	font-weight: 700;
	font-size: 22px;
	line-height: 1.1em;
	width: 115px;
	margin: 0 25px 0 35px;
}
.price .new{
	font-size: 68px;
	line-height: 1.1em;
	color: #fff;
	font-weight: 700;
}



/*sect2*/
.sect2{
	background: url(../images/s2_bg.jpg) 50% 0% no-repeat;
	padding: 190px 0 60px;
}
.video_block{
	max-width: 920px;
	height: 480px;
	background: #000;
	position: relative;
	overflow: hidden;
	margin: 0 auto 50px;
}
.video_block iframe,
.video_block object,
.video_block embed,
.video_block .youtube{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sect2 .text{
	max-width: 920px;
	margin: 0 auto;
}
.sect2 .text>p{
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 1.7em;
}
.sect2 .text>p:last-child{
	margin-bottom: 0;
}

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



/*sect3*/
.sect3{
	background: url(../images/s3_bg_bot.jpg) 50% 100% no-repeat, url(../images/s3_bg.jpg) 50% 0% no-repeat;
	padding-bottom: 180px;
}
.sect3 .title{
	color: #dd2329;
}
.sect3 .title>b{
	color: #000;
	display: block;
}
.sect3 .title{
	margin-bottom: 100px;
}

.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: 33.3%;
	margin-bottom: 20px;
	text-align: center;
	padding: 0 15px;
}
.benef1>li>img{
	display: block;
	margin: 0 auto 20px;
	border-radius: 10%;
}
.benef1>li>span{
	font-weight: 500;
	display: block;
	font-size: 22px;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.benef1>li:nth-child(2){
	margin-top: -60px;
}
.benef1>li:nth-child(2) img{
	border-radius: 0;
}

.sect3 .prod{
	display: block;
	margin: -360px auto 0;
}
.sect3 .button-m{
	margin-top: 50px;
}
.prod_count{
	margin-top: 20px;
	text-align: center;
}


/*sect4*/
.sect4{
	background: #56c9cd;
	background: -moz-linear-gradient(top, #56c9cd 0%, #defeff 100%);
	background: -webkit-linear-gradient(top, #56c9cd 0%,#defeff 100%);
	background: linear-gradient(to bottom, #56c9cd 0%,#defeff 100%);
	padding: 0;
}
.sect4 .title span{
	display: block;
}

.benef2{
	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;
}
.benef2>li{
	width: 47.3%;
	padding: 0 15px;
	text-align: left;
	font-size: 19px;
	margin-bottom: 20px;
	line-height: 1.4em;
}
.benef2>li>img{
	display: block;
	margin: 0 auto;
	border-radius: 10%;
	position: relative;
	z-index: 2;
}
.benef2>li>p{
	position: relative;
	padding: 0 10px 0 30px;
}
.benef2>li>p:before{
	content: '';
	width: 68px;
	height: 70px;
	background: url(../images/benef2_text.png) 50% 50% no-repeat;
	display: block;
	margin: -50px 0 15px 15px;
}

.sect4 .button-m{
	margin-top: 50px;
}



/*sect5*/
.sect5{
	background: url(../images/s5_top.jpg) 50% -10px no-repeat, url(../images/s5_bg.jpg) 50% 200px no-repeat;
	padding: 120px 0 50px;
}
.sect5 .title{
	color: #81dde1;
}
.sect5 .title b{
	color: #000;
	display: block;
}
.char_block{
	position: relative;
}
.char_text{
	font-size: 24px;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 25px;
}
.char_img{
	position: relative;
	max-width: 438px;
	margin: 0 auto;
}
.char_img:before{
	content: '';
	width: 703px;
	height: 468px;
	background: url(../images/char_arrows.png) 50% 50% no-repeat;
	position: absolute;
	top: -25px;
	left: -165px;
	pointer-events: none;
}
.char_img>img{
	display: block;
	margin: 0 auto;
}
.char_img>ul{
	display: none;
}
.char_img>ul>li{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #73d4d7;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	position: absolute;
}
.char_img>ul>li:nth-child(1){
	top: 39px;
	left: 63px;
}
.char_img>ul>li:nth-child(2){
	top: 65px;
	right: 110px;
}
.char_img>ul>li:nth-child(3){
	top: 190px;
	right: 25px;
}
.char_img>ul>li:nth-child(4){
	top: 400px;
	left: 60px;
}
.char_img>ul>li:nth-child(5){
	top: 300px;
	right: 60px;
}

.char_li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.char_li>li .number{
	display: none;
}
.char_li>li{
	font-size: 20px;
	line-height: 1.2em;
	position: absolute;
}
.char_li>li>span{
	display: block;
	font-size: 24px;
	line-height: 1.2em;
}
.char_li>li b{
	font-weight: 500;
}
.char_li>li:nth-child(1){
	в
	width: 250px;
	top: 0;
	left: 0;
}
.char_li>li:nth-child(2){
	width: 290px;
	top: 90px;
	right: 20px;
}
.char_li>li:nth-child(3){
	width: 230px;
	top: 197px;
	right: 879px;
}
.char_li>li:nth-child(4){
	width: 180px;
	top: 280px;
	left: 70px;
}
.char_li>li:nth-child(5){
	width: 190px;
	top: 430px;
	right: 150px;
}

.sect5 .button-m{
	margin-top: 50px;
	width: 430px;
}



/*carousel_sect*/
.carousel_sect{
	padding: 0;
}



/*sect6*/
.sect6{
	background: #56c9cd;
	background: -moz-linear-gradient(top, #56c9cd 0%, #defeff 100%);
	background: -webkit-linear-gradient(top, #56c9cd 0%,#defeff 100%);
	background: linear-gradient(to bottom, #56c9cd 0%,#defeff 100%);
	padding-bottom: 20px;
}
.sect6 .subtitle{
	font-size: 26px;
	line-height: 1.2em;
	text-align: center;
	margin: -15px auto 70px;
}

.reviews{
	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;
}

.rev_item{
	width: 570px;
	margin-bottom: 40px;
}
.rev_item>img{
	float: left;
	border-radius: 50%;
}
.rev_item .text{
	overflow: hidden;
	padding-left: 20px;
}
.rev_item .text>span{
	padding: 3px 0 0 38px;
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	background: url(../images/rev_q.png) 3px 0% no-repeat;
}
.rev_item .text>p{
	font-size: 16px;
	line-height: 1.3em;
}
.rev_item .text>p.name{
	margin-top: 17px;
}


/*sect7*/
.sect7{
	background: url(../images/s7_bg.jpg) 50% 0% no-repeat;
}
.sect7 b{
	color: #56c9cd;
}

.howorder {
	background: #fff;
	border-radius: 10px;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 21px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 21px 0 rgba(0,0,0,.3);
	padding: 30px 30px 10px 0;
}
.ship {
	width: 500px;
	float: left;
}
.ship li {
	display: block;
	position: relative;
	padding: 0 0 0 95px;
	margin-bottom: 30px;
}
.ship li:before {
	content: '1';
	display: block;
	width: 73px;
	height: 69px;
	font-size: 38px;
	font-weight: 700;
	line-height: 69px;
	text-align: center;
	position: absolute;
	color: #fff;
	top: 0;
	left: -7px;
	background: #bef5fb;
	background: -moz-linear-gradient(top, #bef5fb 0%, #02a5a7 50%, #bef5fb 100%);
	background: -webkit-linear-gradient(top, #bef5fb 0%,#02a5a7 50%,#bef5fb 100%);
	background: linear-gradient(to bottom, #bef5fb 0%,#02a5a7 50%,#bef5fb 100%);
	border-radius: 0 35px 35px 0;
}
.ship li:nth-child(2):before {
	content: '2';
}
.ship li:nth-child(3):before {
	content: '3';
}
.ship li h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5em;
}
.ship li p {
	font-size: 16px;
	line-height: 1.4em;
}

.howorder .button-m{
	width: 270px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	margin: 15px 0 0;
}
.howorder .button-m:before{
	content: '';
	width: 38px;
	height: 45px;
	background: url(../images/cursor_icon.png) 50% 50% no-repeat;
	position: absolute;
	bottom: -20px;
	right: -28px;
}
.howorder__pack {
	width: 470px;
	float: right;
	padding: 15px 0 0;
}
.howorder__pack p {
	margin-bottom: 40px;
	position: relative;
}
.howorder__pack p:after{
	content: '';
	width: 58px;
	height: 98px;
	background: url(../images/order_arrow.png);
	position: absolute;
	left: -15px;
	bottom: -100px;
}
.howorder__pack>img{
	display: block;
	margin: 0 0 0 60px;
}

.offer_section.bottom{
	background: url(../images/offer_bottom.jpg) 50% 0% no-repeat;
	padding: 120px 0 40px;
}

.formbox{
	background: #fff;
	-webkit-box-shadow: 0 0 21px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 21px 0 rgba(0,0,0,.3);
	padding: 30px 30px 10px 0;
	border-radius: 10px;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.formbox .img{
	position: relative;
	margin: -34px 0 0;
}
.formbox .img>img{
	display: block;
	margin: 0 auto -39px;
}
.formbox .img>h4{
	color: #7ed7da;
	font-size: 40px;
	line-height: 1.1em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.formbox .price .new{
	color: #ff6b76;
}
.formbox .sale{
	top: 70px;
	right: -30px;
}

.formbox .formblock{
	width: 485px;
	margin-left: 60px;
}
.formblock>h4{
	color: #dd2329;
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.formblock>p{
	text-align: center;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 40px;
}

.main_form .button-m{
	width: 100%;
}

.free_call{
	margin-top: 30px;
	text-align: center;
}
.free_call:before{
	content: '';
	width: 40px;
	height: 40px;
	background: url(../images/call_icon.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 8px 0 0;
}


/*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;
	}
	body{
		font-size: 18px;
	}
	section{
		padding: 40px 0;
	}
	h2.title{
		font-size: 34px;
		line-height: 1.3em;
	}
	.offer_section{
		background: url(../images/offer_tab.jpg) 50% 0% no-repeat;
		padding-bottom: 40px;
	}
	.main_title > span{
		font-size: 65px;
	}
	.main_title{
		font-size: 27px;
	}
	.main_title:after{
		content: '';
		width: 452px;
		height: 440px;
		background: url(../images/product4.png) 50% 50% / 100% no-repeat;
		display: block;
		margin: 20px auto -30px;
	}
	.main_subtitle{
		text-align: center;
		padding: 0;
		font-size: 26px;
		line-height: 1.3em;
	}
	.ofr_bull{
		padding: 0;
	}
	.ofr_bull > li{
		margin-bottom: 25px;
	}
	.ofr_bull > li:last-child{
		margin-bottom: 0;
	}
	.offer_section .content{
		max-width: 100%;
	}
	.button_youtube::before {
		bottom: -25px;
		right: -25px;
	}
	.action_block{
		width: 100%;
		background: transparent;
		padding: 0;
		margin-top: 45px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.action_block .img{
		width: 320px;
		background: transparent;
		overflow: visible;
	}
	.sale{
		top: -22px;
	}
	.action_block .text{
		width: 300px;
	}
	.action_block .text > h4{
		color: #56c9cd;
		font-size: 35px;
		text-align: left;
	}
	.price{
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.price .old{
		width: 100%;
	}
	.price > p{
		margin-left: 0;
		width: 100px;
		font-size: 20px;
	}
	.price .new{
		font-size: 53px;
		color: #72cacf;
	}
	.action_block .button-m{
		margin: 45px 0 0 -282px;
	}
	/*sect2*/
	.sect2{
		padding: 40px 0;
		background: #56c9cd;
		background: -moz-linear-gradient(top, #56c9cd 0%, #defeff 100%);
		background: -webkit-linear-gradient(top, #56c9cd 0%,#defeff 100%);
		background: linear-gradient(to bottom, #56c9cd 0%,#defeff 100%);
	}
	.video_block{
		height: 380px;
	}
	/*sect3*/
	.sect3{
		background: #fff;
		padding: 40px 0;
	}
	.benef1 > li{
		width: 50%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.benef1 > li:nth-child(2){
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.sect3 .prod{
		margin-top: 0;
	}
	/*sect4*/
	.sect4 .title span{
		display: inline;
	}
	.sect4{
		padding: 40px 0;
		background: #56c9cd;
		background: -moz-linear-gradient(top, #56c9cd 0%, #defeff 100%);
		background: -webkit-linear-gradient(top, #56c9cd 0%,#defeff 100%);
		background: linear-gradient(to bottom, #56c9cd 0%,#defeff 100%);
	}
	.benef2 > li{
		width: 50%;
		padding: 0 10px;
		margin-bottom: 30px;
		font-size: 20px;
	}
	.benef2 > li>p{
		padding: 0;
	}
	.benef2 > li:last-child{
		margin-bottom: 0;
	}
	/*sect5*/
	.sect5{
		padding: 40px 0;
		background: #fff;
	}
	.char_li{
		position: static;
		margin-top: 20px;
	}
	.char_li>li{
		position: relative;
		margin: 0 15px 25px;
		font-size: 18px;
		padding-left: 50px;
		display: inline-block;
		vertical-align: top;
	}
	.char_li > li:nth-child(1),
	.char_li > li:nth-child(2),
	.char_li > li:nth-child(3),
	.char_li > li:nth-child(4),
	.char_li > li:nth-child(5){
		width: 260px;
		top: auto;
		left: auto;
		right: auto;
	}
	.char_li > li:last-child{
		margin-bottom: 0;
	}
	.char_li > li > span{
		font-size: 18px;
		display: inline;
	}
	.char_li > li .number{
		display: block;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: #73d4d7;
		text-align: center;
		line-height: 36px;
		color: #fff;
		font-weight: 700;
		font-size: 20px;
		position: absolute;
		top: 3px;
		left: 0;
	}
	.char_img::before {
		display: none;
	}
	.char_img > ul{
		display: block;
	}
	.sect5 .button-m{
		margin-top: 40px;
	}
	/*sect6*/
	.sect6{
		padding: 40px 0;
	}
	.sect6 .subtitle{
		font-size: 20px;
	}
	.rev_item{
		width: 100%;
	}
	.rev_item:last-child{
		margin-bottom: 0;
	}
	/*sect7*/
	.sect7{
		background: #f7f6f4;
		background: -moz-linear-gradient(top, #f7f6f4 0%, #ffffff 100%);
		background: -webkit-linear-gradient(top, #f7f6f4 0%,#ffffff 100%);
		background: linear-gradient(to bottom, #f7f6f4 0%,#ffffff 100%);
		padding: 40px 0;
	}
	.howorder{
		padding: 30px 30px 20px;
	}
	.ship{
		width: 100%;
		float: none;
		margin-left: -30px;
	}
	.howorder__pack{
		float: none;
		margin: 0 auto;
	}
	/*.offer_section.bottom*/
	.offer_section.bottom{
		background: url(../images/offer_tab.jpg) 50% 0% no-repeat;
		padding: 20px 0 40px;
	}
	.formbox{
		padding: 30px 20px;
		max-width: 500px;
		margin: 115px auto 0;
	}
	.formbox .formblock{
		width: 100%;
		margin: 0;
	}
	.formbox .img{
		margin: -200px auto 0;
	}
	.formbox .img>img{
		display: none;
	}
	.formbox .price{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.formbox .price .old{
		width: auto;
	}
	.formbox .price > p{
		margin: 0 25px;
	}
	.formbox .sale{
		top: -320px;
	}
}


@media screen and (max-width: 659px) {
	.wrapper{
		width: 320px;
	}
	h2.title{
		font-size: 26px;
		line-height: 1.2em;
	}
	.button-m{
		width: 100%;
		height: 48px;
		line-height: 48px;
		font-size: 18px;
	}
	.offer_section,
	.offer_section.bottom{
		background: #56c9cd url(../images/offer_mob.jpg) 50% 0% no-repeat;
	}
	.main_title{
		font-size: 21px;
		font-weight: 700;
	}
	.main_title>span{
		font-size: 24px;
		line-height: 1.05em;
		margin-bottom: 8px;
	}
	.main_title::after {
		width: 320px;
		height: 312px;
		margin-left: -10px;
		margin-bottom: -50px;
	}
	.main_subtitle{
		font-size: 20px;
		margin-top: 30px;
	}
	.ofr_bull > li{
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 20px;
	}
 
	.sale{
		transform: scale(0.8);
	}
	.action_block .img > img{
		border-radius: 6px;
	}
	.action_block .text{
		width: 100%;
		margin: 25px 0 0;
	}
	.action_block .text > h4{
		color: #fff;
		text-align: center;
		font-size: 26px;
	}
	.price{
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.price .old{
		text-align: center;
		margin-bottom: 5px;
	}
	.price .new{
		color: #fff;
	}
	.action_block .button-m{
		margin: 20px auto 0;
	}
	/*.sect2*/
	.sect2{
		padding-top: 10px;
	}
	.video_block{
		height: 200px;
		margin-bottom: 25px;
	}
	.sect2 .text > p{
		font-size: 19px;
		line-height: 1.4em;
	}
	.sect2 .button-m{
		margin-top: 25px;
	}
	/*sect3*/
	.benef1 > li{
		width: 100%;
		padding: 0;
	}
	/*sect4*/
	.benef2 > li{
		width: 100%;
		padding: 0;
	}
	/*sect5*/
	.char_text{
		font-size: 18px;
	}
	.char_img{
		margin-bottom: 30px;
	}
	.char_img > ul > li:nth-child(2){
		top: 28px;
		right: 60px;
	}
	.char_img > ul > li:nth-child(3){
		right: 290px;
		top: 135px;
	}
	.char_img > ul > li:nth-child(4){
		top: 280px;
	}
	.char_img > ul > li:nth-child(5){
		top: 204px;
		right: 4px;
	}
	.sect5 .button-m{
		margin-top: 30px;
		width: 100%;
	}
	/*sect6*/
	.rev_item > img{
		float: none;
		display: block;
		margin: 0 auto 15px;
	}
	/*sect7*/
	.howorder{
		padding: 25px 15px;
	}
	.ship li::before{
		width: 55px;
		height: 55px;
		line-height: 55px;
	}
	.ship{
		margin-left: -15px;
	}
	.ship li{
		padding-left: 60px;
	}
	.ship li h3{
		font-size: 22px;
		line-height: 1.2em;
		margin-bottom: 5px;
	}
	.howorder .button-m{
		width: 100%;
		font-size: 16px;
	}
	.howorder__pack{
		width: 100%;
	}
	.howorder__pack p{
		margin-bottom: 20px;
	}
	.howorder__pack p::after {
		display: none;
	}
	.howorder__pack > img{
		margin: 0 auto;
	}
	/*bottom*/
	.formbox .sale{
		top: -300px;
		right: -15px;
	}
	.formbox{

		margin-top: 120px;
		padding: 25px 10px;
	}
	.formbox .img{
		margin: -167px -10px 0;
	}
	.formbox .img > h4{
		font-size: 30px;
	}
	.formbox .price .old{
		width: 100%;
	}
	.formbox .price > p{
		margin-left: 0;
	}
	.price .old{
		font-size: 30px;
	}
	.price .new{
		font-size: 42px;
	}
	.formblock > h4{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.formblock > p{
		margin-bottom: 20px;
	}
	.formblock > p br{
		display: none;
	}
	.free_call{
		font-size: 13px;
		margin-top: 20px;
	}
	.free_call:before{
		width: 28px;
		height: 28px;
		background-size: 100%;
	}
}