/*  fonts */
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Extrabld.eot');
	src: url('../ProximaNova-Extrabld.eot%40') format('embedded-opentype'),
	url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
	url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
	url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

/* styles */
body {
	min-width: 480px;
	background: #ddd;
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6em;
	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{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-size: 30px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 10px;
}
h2.title span{
	color: #ff8400;
}
h2.title b{
	font-weight: 900;
}
h2.title small{
	margin-top: 5px;
	display: block;
	font-weight: 300;
	font-size: 22px;
}

h2.title:after{
	content: '';
	width: 200px;
	height: 2px;
	background: #dadada;
	display: block;
	margin: 25px auto 0;
}

h2.title.white,
h2.title.white>small{
	color: #fff;
}
h2.title.white span{
	color: #ffe90b;
}
h2.title.white:after{
	background: #ffe90b;
}

section{
	padding: 40px 0 0;
}


.m1-form{
	padding: 30px 50px 0;
}
.m1-formm{
	padding: 0px 50px 0;
}
.m1-form input{
	border: none;
	width: 100%;
	display: block;
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	height: 74px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	color: #222;
}

.m1-form select{
	border: none;
	width: 100%;
	display: block;
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	height: 74px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	color: #222;
}

.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;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	height: 80px;
	width: 380px;
	display: block;
	border-radius: 12px;
	line-height: 78px;
	text-align: center;
	background: #ffe90b;
	background: -moz-linear-gradient(top, #ffe90b 0%, #ff7e2f 100%);
	background: -webkit-linear-gradient(top, #ffe90b 0%,#ff7e2f 100%);
	background: linear-gradient(to bottom, #ffe90b 0%,#ff7e2f 100%);
	border-bottom: 5px solid #ec5621;
	text-shadow: 0 1px 0 #ffe10e;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3);
	font-size: 25px;
	margin: 0px auto;
	color: #222222;
	position: relative;
}
.button-m:active{
	background: linear-gradient(to bottom, #ff7e2f, #ffe90b);
	top: 2px;
}



/*  offer_section   */
.offer_section{
	padding: 0;
}
.main_block{
	font-weight: 300;
	text-align: center;
	padding: 12px 0 10px;
	color: #fff;
	font-size: 23px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #2f253d;
	background: -moz-linear-gradient(45deg, #2f253d 10%, #871018 100%);
	background: -webkit-linear-gradient(45deg, #2f253d 10%,#871018 100%);
	background: linear-gradient(45deg, #2f253d 10%,#871018 100%);
}
.main_block>span{
	display: block;
	color: #ffe90b;
	font-size: 49px;
	line-height: 50px;
	font-weight: 900;
	letter-spacing: 6px;
	margin-top: 5px;
}
.main_block>small:before,
.main_block>small:after{
	content: '';
	width: 32px;
	height: 2px;
	background: rgba(255,255,255,0.2);
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.main_subtitle{
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	background: #18191a;
	font-weight: 400;
	text-align: center;
	line-height: 42px;
	letter-spacing: 0.7px;
}

.offer_section .box{
	position: relative;
	overflow: hidden;
}

.offer_section .box>img{
	display: block;
	margin: 0 auto;
}

.offer_sesc{
	width: 222px;
	height: 111px;
	background: url(../images/offer_desc.png) 50% 50% no-repeat;
	position: absolute;
	top: 220px;
	right: 0;
	color: #fff;
	font-size: 21px;
	line-height: 22px;
	padding: 14px 0 0 50px;
}
.offer_sesc>span{
	display: block;
	color: #ffe90b;
	font-size: 54px;
	line-height: 54px;
	font-weight: 900;
}

.sale{
	width: 170px;
	height: 188px;
	background: url(../images/sale.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.sale>p{
	width: 200px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.7px;
	font-size: 20px;
	transform: rotate(45deg);
	position: absolute;
	left: 30px;
	padding-top: 61px;
}

.price>div{
	width: 50%;
	height: 66px;
	float: left;
	font-size: 15px;
	line-height: 18px;
	padding-top: 7px;
}
.price>div>p{
	font-size: 36px;
	line-height: 38px;
}
.price>div>p>small{
	font-size: 0.7em;
}
.price .old span{
	text-decoration: line-through;
}
.price .old{
	text-align: right;
	padding-right: 35px;
	background: #f1f1f1;
	position: relative;
}
.price .old:before{
	content: '';
	display: block;
	border-right: 20px solid #ffe90b;
	/* border-top: 66px solid #f1f1f1; */
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 10;
}
.price .new{
	padding-left: 35px;
	background: #ffe90b;
	color: #181818;
}
.price .new p{
	font-weight: 900;
}

.ofr_bull{
	font-size: 0;
	text-align: center;
	padding: 24px 0;
	overflow: hidden;
	background: #18191a url(../images/ofr_bull_light.png) 50% 0% no-repeat;
}
.ofr_bull>li{
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	position: relative;
}
.ofr_bull>li>p{
	padding: 150px 10px 0;
}
.ofr_bull>li>img{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -85px;
	max-width: 170px;
}

.action_block{
	background: url(../images/action_bg.jpg) 50% 0% no-repeat;
	min-height: 140px;
	color: #fff;
}

.timer{
	color: #fff;
	padding: 40px 0 35px;
}
.timer>p{
	text-align: center;
	margin-bottom: 12px;
}
.timer .timer_container{
	font-size: 0;
	text-align: center;
}
.timer .timer_block{
	width: 110px;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	font-size: 0;
	font-weight: 300;
	position: relative;
}
.timer .count{
	width: 60px;
	font-size: 48px;
	line-height: 48px;
	display: inline-block;
	vertical-align: top;
}
.timer .text{
	font-size: 14px;
	display: inline-block;
	vertical-align: bottom;
}
.timer .timer_block:not(:last-child):after{
	content: ':';
	font-size: 46px;
	line-height: 46px;
	position: absolute;
	top: 0;
	right: -22px;
}

.prod_count{
	text-align: center;
	margin-top: 30px;
	font-size: 19px;
}
.prod_count>span{
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #ffe90b;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
	font-weight: 700;
	color: #271600;
}



/*sect2*/
.sect2{
	background: #efefef;
	overflow: hidden;
}
.sect2>p{
	text-align: center;
	padding: 0 20px;
	margin-bottom: 20px;
}
.sect2>p>span{
	background: #d7e3b7;
}
.sect2>img{
	display: block;
	margin: 0 auto 20px;
	box-shadow: 0 10px 10px -4px rgba(0,0,0,0.2);
}
.sect2>img:last-child{
	margin-bottom: 0;
}


/*sect3*/
.sect3{
	background: #1e1e1e;
	color: #fff;
}
.sect3 .title{
	font-size: 34px;
}

.benef1{
	font-size: 0;
	text-align: center;
}
.benef1>li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
.benef1>li>img{
	display: block;
	margin: 0 auto;
}
.benef1>li>p{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4em;
	padding: 0 10px;
}
.benef1>li>p:before{
	content: '';
	width: 46px;
	height: 46px;
	background: url(../images/check1.png) 50% 50% no-repeat;
	display: block;
	margin: -30px auto 10px;
	border-radius: 50%;
	position: relative;
}

.sect3 .button-m{
	margin-top: 10px;
}

.sect3>img{
	display: block;
	margin: 40px auto 0;
}


/*sect4*/
.sect4 .title b:after{
	content: '';
	width: 25px;
	height: 17px;
	background: url(../images/plus.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}

.list1{
	padding: 0 10px;
}
.list1>li{
	padding: 12px 40px 12px 70px;
	line-height: 1.3em;
	position: relative;
	border-bottom: 2px solid #f1f1f1;
}
.list1>li:last-child{
	border: none;
}
.list1>li:before{
	content: '';
	width: 27px;
	height: 27px;
	background: url(../images/check2.png) 50% 50% no-repeat;
	position: absolute;
	top: 15px;
	left: 30px;
}

.liberty{
	background: #282728 url(../images/liberty.jpg) 50% 0% no-repeat;
	min-height: 326px;
	margin: 20px 0 0;
	padding: 12px 0 0 165px;
	text-transform: uppercase;
}
.liberty>h4{
	color: #fff;
	font-weight: 900;
	font-size: 29px;
	line-height: 36px;
	padding-left: 60px;
}
.liberty>p{
	font-size: 23px;
	line-height: 26px;
	padding-top: 24px;
}

.sect5{
	background: #18191a url(../images/s5_bg.jpg) 50% 0% no-repeat;
	color: #fff;
}

.sect5>p{
	padding: 0 20px;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
}
.sect5>img{
	display: block;
	margin: 0 auto 25px;
}
.sect5 .list1>li:before{
	background: url(../images/check3.png) 50% 50% no-repeat;
}
.sect5 .list1>li{
	border-color: rgba(255,255,255,0.1);
}
.sect5>img:last-child{
	margin: 30px auto 0;
}
.sect5 .button-m{
	margin-top: 25px;
}


/*sect6*/
.sect6>img{
	display: block;
	margin: 0 auto 15px;
}
.sect6>p{
	padding: 0 20px;
	text-align: center;
	margin-bottom: 25px;
}
.sect6>p.color{
	background: #efefef;
	padding: 10px 30px;
	font-weight: 700;
	line-height: 1.4em;
}
.sect6 .button-m{
	margin-top: 20px;
}

.pocket_plus{
	background: url(../images/pocket_plus.jpg) 50% 0% no-repeat;
	min-height: 332px;
	margin-top: 35px;
	padding: 106px 200px 0 15px;
	text-transform: uppercase;
}
.pocket_plus>h4{
	color: #fff;
	font-weight: 900;
	font-size: 32px;
	line-height: 42px;
}
.pocket_plus>p{
	font-size: 17px;
	line-height: 24px;
	padding-top: 27px;
	font-weight: 700;
}


/*sect7*/
.sect7{
	background: #18191a;
	padding-bottom: 10px;
}
.sect7 .title{
	margin-bottom: 15px;
}
.size{
	width: 100%;
	text-align: center;
	color: #fff;
}
.size th{
	font-weight: 700;
}
.size th,td{
	padding: 10px 0;
}
.size tr:nth-child(2n){
	background: #2a2c2e;
}


/*sect8*/
.sect8{
	background: #efefef;
	padding-bottom: 35px;
}
.sect8 .title{
	font-size: 36px;
}
.reviews{
	padding: 0 20px;
}
.rev_item{
	margin-bottom: 20px;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	padding-bottom: 25px;
}
.rev_item:last-child{
	margin-bottom: 0;
}
.rev_item>img{
	display: block;
	margin: 0 auto 20px;
	border-radius: 16px;
}
.rev_item>span{
	display: block;
	text-align: center;
	font-weight: 700;
	padding: 0 20px;
	margin-bottom: 8px;
}
.rev_item>p{
	padding: 0 20px;
	text-align: center;
}
.rev_item .info{
	width: 390px;
	margin: 25px auto 0;
	height: 48px;
	background: url(../images/rev_q.png) 0% 50% no-repeat;
	padding: 3px 0 0 80px;
}
.rev_item .info>p{
	padding-top: 18px;
	font-weight: 900;
}
.rev_item .info.star4>p{
	background: url(../images/star4.png) 0% 0% no-repeat;
}
.rev_item .info.star5>p{
	background: url(../images/star5.png) 0% 0% no-repeat;
}

.sect8 .button-m{
	margin-top: 30px;
}


/*sect9*/
.sect9{
	padding-bottom: 40px;
}
.sect9 .title{
	font-size: 36px;
}
.order_list{
	font-size: 0;
	text-align: center;
}
.order_list>li{
	width: 230px;
	height: 153px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
	margin: 0 5px 10px;
	font-size: 16px;
	line-height: 22px;
	position: relative;
	text-align: left;
	padding: 25px 30px 0 30px;
}
.order_list>li>h4{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	padding: 0 50px 0 0;
	margin-bottom: 15px;
}
.order_list>li>h4:after{
	content: '';
	width: 30px;
	height: 2px;
	background: #e6e6e6;
	display: block;
	margin: 15px 0 0;
}
.order_list>li:after{
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	top: 18px;
	right: 18px;
}
.order_list>li:nth-child(1):after{
	background: url(../images/order1.png) 50% 50% no-repeat;
}
.order_list>li:nth-child(2):after{
	background: url(../images/order2.png) 50% 50% no-repeat;
}
.order_list>li:nth-child(3):after{
	background: url(../images/order3.png) 50% 50% no-repeat;
}
.order_list>li:nth-child(4):after{
	background: url(../images/order4.png) 50% 50% no-repeat;
}


/*bottom*/
.offer_section.bottom .action_block{
	background: url(../images/action_bg_bottom.jpg) 50% 0% no-repeat;
	min-height: 444px;
}

.offer_section.bottom .timer{
	padding-top: 30px;
}

.action_block>h4{
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
	
}
.action_block>h4+p{
	text-align: center;
	color: #fff;
	font-size: 22px;
}
.action_block>h4+p>span{
	color: #ffe90b;
	font-weight: 700;
}




/* 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;
}