/*fonts*/
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* styles */
body {
	min-width: 480px;
	background: #3c4146;
	font-family: 'Gilroy', 'Arial', 'Helvetica', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4em;
	color: #141414;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 900;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 300;
	margin: 0 0 30px 15px;
	padding-left: 25px;
	border-left: 6px solid #ff4014;
}
h2.title span{
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	display: block;
	color: #ff4014;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.1em;
}
section{
	padding: 35px 0 30px;
}

.dark_bg{
	background: #1d242c;
}
.dark_bg .title{
	color: #fff;
	border-color: #ff4014;
}
.dark_bg .title span{
	color: #ff4014;
}

.m1-form{
	padding: 0 35px;
}
.m1-form input{
	width: 100%;
	display: block;
	font-family: 'Gilroy', 'Arial', 'Helvetica', sans-serif;
	border: none;
	font-size: 18px;
	margin-bottom: 20px;
	height: 80px;
	border-radius: 6px;
	background: #fff;
	text-indent: 100px;
	color: #222;
}
.m1-form input[name="name"]{
	background: #fff url(../images/input_name.png) 25px 50% no-repeat;
}
.m1-form input[name="phone"]{
	background: #fff url(../images/input_phone.png) 21px 50% no-repeat;
}
.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{
	border: none;
	cursor: pointer;
	font-family: 'Gilroy', 'Arial', 'Helvetica', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	height: 80px;
	width: 410px;
	display: block;
	border-radius: 6px;
	line-height: 80px;
	text-decoration: none;
	text-align: center;
	background: linear-gradient(to bottom, #ff7b00, #b12100);
	font-size: 25px;
	letter-spacing: 1.5px;
	margin: 0px auto;
	color: #fff;
	position: relative;
	text-shadow: 0 2px 0 #bf2c02;
}
.button-m:active{
	background: linear-gradient(to bottom, #b12100, #ff7b00);
	top: 2px;
}



/*  offer_section   */
.offer_section{
	background: #1d242c;
	padding: 0 0 30px;
}
.main_title{
	text-align: center;
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.1em;
	text-transform: uppercase;
	padding: 16px 0;
	background: #ff4014;
	color: #fff;
	letter-spacing: 1px;
}
.subtitle{
	font-weight: 900;
	text-align: center;
	font-size: 30px;
	background: #fff;
	padding: 14px 20px;
}
.offer_section .box{
	position: relative;
}
.offer_section .box>img{
	display: block;
}
.offer_section .sale{
	position: absolute;
	width: 172px;
	height: 139px;
	background: url(../images/sale.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.offer_section .sale>p{
	width: 100%;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	transform: rotate(39deg);
	top: 58px;
	left: 31px;
}
.offer_section .box>ul{
	position: absolute;
	top: 182px;
	left: 0;
	width: 200px;
	padding-left: 15px;
}
.offer_section .box>ul>li{
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 9px 0 9px 32px;
	margin-bottom: 5px;
}
.offer_section .box>ul>li:nth-child(1){
	background: url(../images/icon1.png) 0% 50% no-repeat;
}
.offer_section .box>ul>li:nth-child(2){
	background: url(../images/icon2.png) 0% 50% no-repeat;
}
.price{
	width: 450px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	margin: 20px auto;
}
.price:before{
	content: '';
	width: 20px;
	height: 100px;
	background: #1d242c;
	position: absolute;
	transform: rotate(14deg);
	top: -10px;
	left: 215px;
}
.price>div{
	float: left;
	width: 50%;
	height: 80px;
	padding-top: 14px;
	font-weight: 900;
	text-align: center;
	font-size: 18px;
	line-height: 1.1em;
}
.price>div>p{
	font-size: 30px;
	line-height: 1.1em;
}
.price>div>p>small{
	font-size: 0.8em;
}
.price .old>p>span{
	text-decoration: line-through;
}
.price .old{
	background: #fff;
}
.price .new{
	color: #fff;
	background: #ff4014;
}

.line_bg{
	padding-top: 34px;
	padding-bottom: 34px;
	background: url(../images/bg_line.png) 50% 0% no-repeat, url(../images/bg_line.png) 50% 100% no-repeat, #323e4c;
}
.ofr_bull{
	padding-left: 25px;
	padding-right: 25px;
}
.ofr_bull>li{
	padding-left: 44px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 15px;
	background: url(../images/ofr_bull.png) 0% 50% no-repeat;
}
.ofr_bull>li:last-child{
	margin-bottom: 0;
}

.timer{
	margin: 25px 0 32px;
}
.timer>p{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 18px;
}
.timer .timer_container{
	font-size: 0;
	text-align: center;
}
.timer .timer_block{
	width: 85px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	border-radius: 5px;
	overflow: hidden;
	font-weight: 900;
}
.timer .timer_block .count{
	background: #fff;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 2px;
}
.timer .timer_block .text{
	font-size: 18px;
	background: #323e4c;
	line-height: 30px;
	color: #fff;
}
.prod_count{
	margin: 25px 0 0;
	text-align: center;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.prod_count>span{
	display: inline-block;
	line-height: 35px;
	padding: 0 8px;
	background: #fff;
	font-size: 25px;
	color: #141414;
	border-radius: 3px;
	margin: 0 4px;
}


/*video*/
.video{
	padding: 0;
}
.video_block{
	height: 270px;
	position: relative;
	background: #000;
	overflow: hidden;
}
.video_block .youtube,
.video_block iframe,
.video_block object{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*sect2*/
.benef1{
	font-size: 0;
	text-align: center;
}
.benef1>li{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin: 0 5px 10px;
	background: #1d242c;
	font-size: 18px;
}
.benef1>li>img{
	display: block;
	margin: 0 auto;
}
.benef1>li>span{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ff4014;
	color: #fff;
	font-weight: 900;
	font-size: 30px;
	margin: -20px auto 0;
	position: relative;
}
.benef1>li>p{
	color: #fff;
	padding: 15px 10px;
}
.sect2 .benef1>li{
	min-height: 366px;
}
.sect2 .button-m{
	margin-top: 20px;
}


/*typ_block*/
.typ_block{
	padding: 0;
}
.typ_block>img{
	float: right;
}
.typ_block>div{
	float: left;
	width: 240px;
}
.typ_block>div>div{
	width: 100%;
	position: relative;
	height: 120px;
	display: table;
	padding: 0 15px;
	color: #fff;
}
.typ_block>div>div>p{
	display: table-cell;
	vertical-align: middle;
}
.typ_block .top{
	background: #ff4014;
	font-size: 25px;
	line-height: 1.3em;
	font-weight: 900;
	text-transform: uppercase;
}
.typ_block .top:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 0 0 10px;
	border-color: transparent transparent transparent #ff3f14;
	position: absolute;
	bottom: 0;
	right: -10px;
}
.typ_block .bottom{
	background: #323e4c;
	font-size: 22px;
	line-height: 1.3em;
}
.typ_block .bottom:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 10px 0 0;
	border-color: #323e4c transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -10px;
}


/*sect3*/
.gallery{
	padding: 15px 0;
	background: url(../images/bg_line2.png) 50% 0% no-repeat, url(../images/bg_line2.png) 50% 100% no-repeat;
}
.gallery .owl-prev,
.gallery .owl-next{
	width: 50px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.gallery .owl-prev{
	left: 0;
	background: #ff4014 url(../images/slider_arrow.png) 0% 50% no-repeat;
	border-radius: 0 4px 4px 0;
}
.gallery .owl-next{
	right: 0;
	background: #ff4014 url(../images/slider_arrow.png) 100% 50% no-repeat;
	border-radius: 4px 0 0 4px;
}

.char_list{
	padding: 0 15px;
	margin: 20px 0 0;
}
.char_list>li{
	border-radius: 5px;
	background: #f0f0f0;
	border-left: 6px solid #ff4014;
	text-align: right;
	padding: 16px 20px 16px 25px;
	margin-bottom: 10px;
}
.char_list>li>b{
	float: left;
}
.char_list>li:last-child{
	margin-bottom: 0;
}

.set_list{
	position: relative;
	margin: 45px 0 0;
}
.set_list>img{
	display: block;
	margin: 0 auto;
}
.set_list>ul>li{
	line-height: 40px;
	position: absolute;
	background: rgba(29,36,44,0.9);
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0 15px;
	letter-spacing: 1px;
}
.set_list>ul>li>span{
	width: 40px;
	height: 40px;
	font-size: 30px;
	text-align: center;
	background: #e64622;
	position: absolute;
	top: 0;
	left: -40px;
}
.set_list>ul>li:nth-child(2)>span{
	left: auto;
	right: -40px;
}
.set_list>ul>li:nth-child(1){
	top: 10px;
	left: 330px;
}
.set_list>ul>li:nth-child(2){
	top: 265px;
	left: 15px;
}
.set_list>ul>li:nth-child(3){
	top: 280px;
	left: 300px;
}
.set_list>ul>li:nth-child(4){
	top: 135px;
	left: 80px;
}
.sect3 .button-m{
	margin-top: 70px;
}


/*sect4*/
.dark_bg .benef1>li{
	background: #fff;
}
.dark_bg .benef1>li>p{
	color: #141414;
	padding: 25px 15px;
}
.sect4 .button-m{
	margin-top: 20px;
}


/*sect5*/
.sect5 .benef1>li{
	background: #2e990d;
	position: relative;
}
.sect5 .benef1>li:before{
	content: '';
	width: 40px;
	height: 40px;
	background: url(../images/check.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.sect5 .benef1>li>img{
	border: 3px solid #2e990d;
}


/*sect6*/
.rev_item{
	padding: 45px 0;
	margin-bottom: 20px;
	color: #fff;
}
.rev_item .img{
	position: relative;
	width: 410px;
	margin: 0 auto;
}
.rev_item .img:before{
	content: '';
	width: 50px;
	height: 50px;
	background: url(../images/rev_q.png) 50% 50% no-repeat;
	position: absolute;
	top: -10px;
	left: -10px;
}
.rev_item .img>img{
	display: block;
	margin: 0 auto;
}
.rev_item .rev_text{
	margin: 0 15px;
	padding: 20px;
	border-bottom: 2px solid #1d242c;
}
.rev_item .rev_text>p:not(:last-child){
	margin-bottom: 3px;
}
.rev_item .rev_text>p>span{
	color: #ff4014;
	font-weight: 900;
}
.rev_item>p{
	padding: 0 35px;
	margin: 20px 0;
}
.rev_item .info{
	color: #858a90;
	padding: 0 35px;
	font-weight: 900;
	line-height: 1.2em;
}
.rev_item .info>span{
	display: block;
}

.sect6 .button-m{
	margin-top: 30px;
}


/*sect7*/
.sect7{
	padding-bottom: 20px;
}
.order_list{
	font-size: 0;
	text-align: center;
}
.order_list>li{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	min-height: 140px;
	height: 140px;
	background: #1d242c;
	position: relative;
	margin: 0 5px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 1.2em;
	text-align: left;
}
.order_list>li>img{
	position: absolute;
	top: 0;
	right: 0;
}
.order_list>li>span{
	display: block;
	background: #323e4c;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	padding: 0 60px 0 20px;
}
.order_list>li>p{
	padding: 13px 18px 0 18px;
}



/*bottom*/
.m1-form>span{
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.m1-form>span+p{
	text-align: center;
	padding: 0 45px;
	color: #fff;
	margin-bottom: 30px;
}
.m1-form>span+p>span{
	color: #ff4014;
}
.conf{
	text-align: center;
	color: #fff;
	padding: 55px 80px 0;
	margin-top: 30px;
	background: url(../images/conf.png) 50% 0% no-repeat;
}



/* 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;
}