/* styles */
body {
	min-width: 480px;
	background: #686f99;
	font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5em;
	color: #333333;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}
.clearfix:after,
.char_list>li{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-size: 18px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url(../images/title_sep.png) 50% 100% no-repeat;
}
h2.title span{
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3em;
}
section{
	padding: 35px 0 30px;
}

.color_bg{
	background: #2c7ae2;
}
.color_bg .title,
.color_bg .title span{
	color: #fff;
}
.сolor_theme .title{
	background: #000;
}

.m1-form{
	padding: 0 40px;
}
.m1-form input{
	border: none;
	width: 100%;
	display: block;
	font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	height: 80px;
	border-radius: 8px;
	background: #ffffff;
	text-align: center;
	color: #222;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.m1-form .button-m{
	margin-top: 0;
}
.m1-form ::-webkit-input-placeholder {
	color: #222;
}
.m1-form ::-moz-placeholder {
	color: #222;
}
.m1-form :-moz-placeholder {
	color: #222;
}
.m1-form :-ms-input-placeholder {
	color: #222;
}
.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;
}

/* button */
.button-m{
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 86px;
	width: 400px;
	display: block;
	border-radius: 8px;
	line-height: 84px;
	text-align: center;
	background: linear-gradient(to bottom, #ffb400, #ff9c00);
	border-bottom: 5px solid #f58a00;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,0.15);
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.15);
	font-size: 24px;
	margin: 0px auto;
	color: #fff;
	position: relative;
	text-shadow: 0 2px 0 #f58a00;
}
.button-m:active{
	background: linear-gradient(to bottom, #ff9c00, #ffb400);
	top: 2px;
}



/*  offer_section   */
.offer_section{
	background: #f2f2f2;
	padding: 0 0 30px;
}
.main_title{
	font-size: 24px;
	text-align: center;
	line-height: 68px;
	font-weight: 700;
	color: #fff;
	background: #2c7ae2;
	background: -moz-linear-gradient(left, #2c7ae2 0%, #fc34ff 100%);
	background: -webkit-linear-gradient(left, #2c7ae2 0%,#fc34ff 100%);
	background: linear-gradient(to right, #2c7ae2 0%,#fc34ff 100%);
	text-transform: uppercase;
}
.offer_section .box{
	position: relative;
}
.offer_section .box>img{
	display: block;
	margin: 0 auto;
}
img.ofr_gif{
	position: absolute;
	left: 0;
	bottom: 0;
}

.sale{
	width: 174px;
	height: 174px;
	background: url(../images/sale.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.sale>p{
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 2px #f58a00;
	transform: rotate(-45deg);
	position: absolute;
	right: 30px;
	padding-top: 68px;
}

.offer_section .desc{
	width: 165px;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	position: absolute;
	right: 10px;
	bottom: 20px;
}

.ofr_bull{
	padding: 25px 20px;
}
.ofr_bull>li{
	display: table;
	width: 100%;
	margin-bottom: 20px;
	height: 50px;
}
.ofr_bull>li:before{
	content: '';
	display: table-cell;
	width: 46px;
	height: 46px;
	background: url(../images/check1.png) 50% 50% no-repeat;
}
.ofr_bull>li>p{
	display: table-cell;
	vertical-align: middle;
	font-weight: 500;
	padding-left: 20px;
	font-size: 18px;
	line-height: 1.3em;
}
.ofr_bull>li:last-child{
	margin-bottom: 0;
}

.price{
	background: url(../images/price.png) 50% 0% no-repeat;
	margin-bottom: 30px;
}
.price>div{
	width: 50%;
	float: left;
	height: 85px;
	text-align: center;
}
.price>div small{
	font-size: 0.7em;
}
.price .old{
	font-size: 18px;
	padding-top: 10px;
}
.price .old p{
	font-size: 36px;
	line-height: 36px;
}
.price .old p span{
	text-decoration: line-through;
}
.price .new{
	color: #fff;
	font-weight: 700;
	font-size: 48px;
	line-height: 85px;
}

.timer{
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}
.timer>p{
	font-size: 16px;
	color: #444444;
	display: inline-block;
	vertical-align: middle;
}
.timer .timer_container{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	position: relative;
}
.timer_container .count{
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	color: #2c7ae2;
}
.timer_container .count:not(:last-child):after{
	content: ':';
	font-size: 40px;
	line-height: 32px;
	color: #2c7ae2;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.timer .timer_container:after{
	content: '';
	width: 35px;
	height: 49px;
	background: url(../images/timer_arrow.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 -10px 12px;
}

.prod_count{
	text-align: center;
	margin-top: 25px;
	font-size: 16px;
}
.prod_count>span{
	display: inline-block;
	background: #2c7ae2;
	color: #fff;
	font-weight: 700;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
}

.radius{
	border-radius: 8px;
}
/*sect2*/
.video_block{
	width: 440px;
	height: 270px;
	background: #ccc;
	overflow: hidden;
	position: relative;
	margin: 0 auto 25px;
}
.video_block .youtube,
.video_block iframe,
.video_block object{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sect2>p{
	padding: 0 20px;
	text-align: center;
	margin-bottom: 25px;
}
.sect2>p:last-child{
	margin-bottom: 0;
}
.sect2>img{
	display: block;
	margin: 0 auto 25px;
}


/*sect3*/
.benef1{
	padding: 0 20px;
}
.benef1>li{
	background: #fff;
	border-radius: 8px;
	padding: 30px 20px 25px;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.benef1>li:last-child{
	margin-bottom: 0;
}
.benef1>li>img{
	display: block;
	margin: 0 auto 20px;
	border-radius: 8px;
}
.benef1>li>span{
	font-weight: 700;
	display: block;
	margin-bottom: 4px;
}

.sect3 .button-m{
	margin-top: 35px;
}

/*img_sect*/
.img_sect{
	padding: 5px 0;
}
.img_sect>img{
	display: block;
	margin: 0 auto;
}


/*sect4*/
.char_list>li{
	padding: 10px 20px 10px 45px;
	font-size: 16px;
	text-align: right;
	background-image: url(../images/char_check.png);
	background-position: 20px 50%;
	background-repeat: no-repeat;
}
.char_list>li:nth-child(odd){
	background-color: #f0f0fd;
}
.char_list>li>b{
	float: left;
}


/*sect5*/
.sect5{
	background: #386bda url(../images/s5_bg.jpg) 50% 0% no-repeat;
	padding: 25px 20px 30px;
}
.sect5 .title{
	text-align: left;
	color: #fff;
	font-size: 24px;
	line-height: 1.3em;
	padding-right: 140px;
	margin: 0;
}
.sect5 .title>span{
	font-size: 45px;
	line-height: 1.1em;
	font-weight: 900;
}
.sect5 .button-m{
	margin-top: 210px;
}


/*sect6*/
.rev_item{
	width: 440px;
	margin: 0 auto;
}
.rev_item .content{
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
	border-radius: 10px;
	overflow: hidden;
}
.rev_item .content>img{
	display: block;
	margin: 0 auto;
}
.rev_item .content .text{
	padding: 25px;
	text-align: center;
	position: relative;
}
.rev_item .content .text>p:not(:last-child){
	margin-bottom: 15px;
}
.rev_item .content .text:before{
	content: '';
	width: 50px;
	height: 50px;
	background: url(../images/rev_q.png) 50% 50% no-repeat;
	position: absolute;
	top: -25px;
	right: 20px;
}

.rev_item .info{
	margin: 30px 0 0;
}
.rev_item .info>img{
	display: block;
	margin: 0 auto 10px;
	border-radius: 50%;
	width: auto;
}
.rev_item .info>p{
	font-size: 14px;
	text-align: center;
}
.rev_item .info>p>span{
	display: block;
	font-weight: 700;
	font-size: 16px;
}

.reviews .owl-prev,
.reviews .owl-next{
	width: 40px;
	height: 40px;
	background: url(../images/rev_arrow.png) 0% 50% no-repeat;
	position: absolute;
	bottom: 84px;
}
.reviews .owl-prev{
	left: 40px;
}
.reviews .owl-next{
	right: 40px;
	background-position: 100% 50%;
}


/*sect7*/
.sect7{
	background: #f4f4f4;
}
.order_list{
	padding: 0 20px;
}
.order_list>li{
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding: 20px;
	font-size: 16px;
	line-height: 22px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
	border-radius: 12px;
}
.order_list>li:last-child{
	margin-bottom: 0;
}
.order_list>li .img{
	width: 80px;
	display: table-cell;
	vertical-align: middle;
}
.order_list>li .img>img{
	display: block;
	margin: 0 auto;
}
.order_list>li .text{
	padding: 0 0 0 20px;
	display: table-cell;
	vertical-align: middle;
}
.order_list>li .text>span{
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}





/* footer */
.footer_section {
	padding: 25px 0;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #222;
	display: block;
}