/* styles */
body {
	min-width: 480px;
	background: #ccc;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #333333;
	cursor: default;
}
.phone-sites {
    display: flex;
    justify-content: center;
    
}
.phone-sites a {
   font-size: 18px;
    color: #333;
    padding: 10px;
    text-decoration: none;
  
}
.phone-site {
    display: flex;
    justify-content: center;
    background: white;
}.phone-site a {
    /*font-size: 18px;*/
    color: #333;
    padding: 10px;
    text-decoration: none;
    padding-top: 30px;
}
.catalog_container {
    font-size: 0;
    letter-spacing: -1px;
}
.cat_item .sales b {
    color: #e2424c;
    font-size: 18px;
    line-height: 1.2em;
    transform: rotate(-47deg);
    display: block;
    margin: 3px 0 0 5px;
}.cat_item {
    letter-spacing: normal;
    background: #fff;
    margin: 0 20px 20px 20px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
    border-radius: 4px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 15px;
}.cat_item .sales {
    position: absolute;
    top: 0;
    left: 0;
    width: 81px;
    height: 81px;
    background: url(../images/catalog_price.png) 50% 50% no-repeat;
    overflow: hidden;
}.cat_item>img {
    display: block;
    margin: 0px auto;
}.cat_item>h4 {
    font-size: 24px;
    line-height: 1.1em;
    text-align: center;
    padding: 10px 0 14px;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 8px;
}.cat_item .prices {
    text-align: center;
    margin-bottom: 16px;
}.cat_item .prices p {
    font-size: 16px;
    margin-bottom: 3px;
}.cat_item .prices .old {
    font-size: 18px;
    line-height: 1.2em;
    text-decoration: line-through;
}.cat_item .prices div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}.cat_item .prices .new {
    color: #e2424c;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 700;
}.cat_item a.button-m {
    width: 190px;
    height: 62px;
    line-height: 60px;
    border-bottom: 3px #ea7003 solid;
    font-size: 20px;
}.button-m {
    border: none;
    cursor: pointer;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    height: 86px;
    width: 400px;
    display: block;
    border-radius: 40px;
    line-height: 80px;
    text-decoration: none;
    text-align: center;
    background: linear-gradient(to bottom, #f9c802, #f98302);
    border-bottom: 4px solid #ea7003;
    -webkit-box-shadow: 0px 7px 20px 0px rgba(244,189,133,1);
    -moz-box-shadow: 0px 7px 20px 0px rgba(244,189,133,1);
    box-shadow: 0px 7px 20px 0px rgba(244,189,133,1);
    font-size: 28px;
    letter-spacing: 1px;
    margin: 0px auto;
    color: #fff;
    position: relative;
}
.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: 25px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}
h2.title>span{
	display: block;
	font-weight: 800;
	font-size: 30px;
	line-height: 1.2em;
	color: #ffcf3b;
}
section{
	padding: 30px 0 0;
}
section>img{
	display: block;
	margin: 0px auto;
}
section.dark_bg{
	background: #14151b;
}
/*  header   */
.offer_section {
	background: #2f3039;
	padding: 0;
	position: relative;
}
.main_title{
	font-size: 40px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.05em;
	padding: 19px 0 19px;
	background: #2e3743;
	font-weight: 800;
}
.main_title>span{
	color: #f02119;
}
.main_subtitle{
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 40px;
	background: #f02119;
	padding: 0 0 2px 0;
}
.main_subtitle>span{
	background: #282c36;
	padding: 0 5px 0 25px;
	display: inline-block;
	position: relative;
	margin: 0 20px 0 0;
}
.main_subtitle>span:after{
	content: '';
	border-right: 20px solid #f02119;
	border-top: 40px solid #282c36;
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	z-index: 10;
}
.offer_image{
	position: relative;
}
.offer_image>img{
	display: block;
}
.desc{
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 18px;
	color: #fff;
	padding: 10px 135px 10px 20px;
	background: rgba(34,35,43,0.6);
}
.desc>span{
	color: #ffcf3b;
}
.sale{
	position: absolute;
	width: 106px;
	height: 68px;
	text-align: right;
	line-height: 1.2em;
	background: #ffcf3b;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	top: 0px;
	right: 0px;
	padding: 4px 16px 0 0;
	letter-spacing: 1px;
}
.sale>span{
	font-weight: 800;
	font-size: 36px;
	line-height: 1.1em;
	letter-spacing: normal;
}
.sale:before{
	content: '';
	border-right: 20px solid #ffcf3b;
	border-top: 68px solid rgba(0,0,0,0);
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: 10;
}
.bull{
}
.bull>li{
	padding: 17px 20px 17px 75px;
	background: #22232b url(../images/header_check.png) 30px 50% no-repeat;
	color: #fff;
}
.bull>li:nth-child(2n){
	background: #2f3039 url(../images/header_check.png) 30px 50% no-repeat;
}

.price{
	position: relative;
}
.price:before{
	display: block;
  content: '';
  width: 100%;
  height: 21px;
  background: url(../images/price_shadow.png) center top no-repeat;
  position: absolute;
  bottom: -21px;
  left: 0;
}
.price>div{
	width: 50%;
	float: left;
	padding: 3px 0;
	font-weight: 500;
	text-align: center;
	font-size: 14px;
}
.price>div>span{
	font-size: 36px;
	line-height: 1.05em;
}
.price>div>small{
	font-size: 30px;
}
.price>div.old>span{
	text-decoration: line-through;
}
.price>div.old{
	background: #ffffff;
	font-weight: 400;
}
.price>div.new{
	background: #f02119;
	color: #fff;
	position: relative;
}
.price>div.new>small,
.price>div.new>span{
	font-weight: 700;
}
.price>div.new:before{
	content: '';
	border-right: 20px solid #f02119;
	border-top: 69px solid #fff;
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
	z-index: 10;
}
.offer_section .timer_block {
	margin: 0 0 30px;
	color: #fff;
	text-align: center;
}
.offer_section .timer_block p {
	margin: 0 auto 15px;
	padding: 12px 0;
	width: 280px;
	background: rgba(255,255,255,0.1);
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	position: relative;
}
.offer_section .timer_block p:before{
	content: '';
	width: 42px;
	height: 29px;
	background: url(../images/timer_block_arrow.png) 50% 50% no-repeat;
	position: absolute;
	top: 5px;
	left: -35px;
}

.offer_section .timer_item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}

.offer_section .timer_item .count {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-size: 44px;
	line-height: 44px;
}

.offer_section .timer_item .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px;
}

.m1-form{
	margin-top: 15px;
	padding: 0 40px;
}
.m1-form input{
	width: 100%;
	display: block;
	font-family: 'Open Sans', sans-serif;
	border: #ececec 1px solid;
	font-size: 20px;
	margin-bottom: 10px;
	height: 74px;
	border-radius: 40px;
	text-align: center;
	font-weight: 500;
	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: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #333333;
	letter-spacing: 2px;
	margin: 0px auto;
	text-transform: uppercase;
	height: 76px;
	width: 400px;
	background: #ffcf3b;
	display: block;
	border-radius: 40px;
	line-height: 76px;
	text-align: center;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(234,168,28,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(234,168,28,1);
	box-shadow: 0px 4px 0px 0px rgba(234,168,28,1);
	font-size: 26px;
	position: relative;
}
.button-m:active{
	top: 2px;
}

.offer_section .products_count{
	text-align: center;
	color: #fff;
	margin: 25px 0 0;
	line-height: 52px;
	background: #22232b;
}
.offer_section .products_count>span{
	background: #f02119;
	font-weight: 600;
	margin: 0 0 0 12px;
	padding: 0 10px;
	display: inline-block;
	position: relative;
}
.offer_section .products_count>span:before{
	content: '';
	border-right: 20px solid #f02119;
	border-top: 52px solid #22232b;
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
	z-index: 10;
}

.offer_section .products_count>span:after{
	content: '';
	border-right: 20px solid #22232b;
	border-top: 52px solid #f02119;
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 10;
}

/*sect_1*/
.sect_1{
	padding-bottom: 10px;
}
.sect_1 .title{
	line-height: 1.3em;
	padding-bottom: 30px;
	background: url(../images/s1_title.png) 50% 100% no-repeat;
}
.video_block{
	width: 440px;
	height: 250px;
	margin: 0px auto;
	border-radius: 12px;
	overflow: hidden;
}
.video_block iframe{
	width: 100%;
	height: 100%;
}

.list_4{
	font-size: 0;
	letter-spacing: -1px;
	margin-top: 30px;
}
.list_4>li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.list_4>li .text{
	background: #fff;
	color: #222;
	width: 210px;
	height: 195px;
	margin: 0px auto;
	    padding: 15px 0 20px;
	border-radius: 0 0 8px 8px;
}
.list_4>li h4{
	margin-bottom: 5px;
}
.list_4>li p{
	padding: 0 15px;
}
.list_4>li>img{
	display: block;
	margin: 0px auto;
}

/*sect_2*/
.sect_2{
	background: #181b23;
}
.gallery .owl-prev,
.gallery .owl-next{
	position: absolute;
	top: 157px;
	width: 47px;
	height: 47px;
}
.gallery .owl-prev{
	background: #f02119 url(../images/gallery_arrow.png) 0% 50% no-repeat;
	border-radius: 0 6px 6px 0;
	left: 0;
}
.gallery .owl-next{
	background: #f02119 url(../images/gallery_arrow.png) 100% 50% no-repeat;
	border-radius: 6px 0 0 6px;
	right: 0;
}

.char_container{
	background: #121419 url(../images/char_bg.jpg) 50% 0% no-repeat;
	padding-bottom: 45px;
}
.char{
	padding: 30px 24px 0 44px;
}
.char>li{
	background: url(../images/char_item_top.png) 50% 0% no-repeat, url(../images/char_item_bottom.png) 50% 100% no-repeat;
	position: relative;
	padding: 30px 22px 15px 42px;
	color: #fff;
	margin-bottom: 25px;
}
.char>li:before{
	content: '';
	width: 1px;
	height: calc(100% - 88px);
	background: #2c3138;
	position: absolute;
	bottom: 8px;
	left: 0;
}
.char>li:after{
	content: '';
	width: 1px;
	height: calc(100% - 19px);
	background: #2c3138;
	position: absolute;
	top: 11px;
	right: 0;
}
.char>li>h4{
	font-size: 18px;
	margin-bottom: 14px;
	color: #ffcd3b;
}
.char>li>ul>li{
	text-align: right;
	margin-bottom: 10px;
	font-size: 16px;
}
.char>li>ul>li>b{
	float: left;
}
.char>li>img{
	position: absolute;
}
.char>li:nth-child(1)>img{
	top: 23px;
	left: -17px;
}
.char>li:nth-child(2)>img{
	top: 23px;
	left: -12px;
}
.char>li:nth-child(3)>img{
	top: 19px;
	left: -14px;
}
.char>li:nth-child(4)>img{
	top: 29px;
	left: -20px;
}
.char_container .button-m{
	margin-top: 40px;
}

/*sect_3*/
.sect_3{
	background: #14151b url(../images/s3_bg.jpg) 50% 0% no-repeat;
}
.sect_3 h2{
	font-size: 30px;
	color: #121319;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	font-weight: 800;
}
.sect_3 h2:after{
	content: '';
	width: 130px;
	height: 5px;
	display: block;
	background: #ffcf3b;
	margin: 10px 0 0;
}
.sect_3 .list{
	padding: 0 40px 0 70px;
	margin-top: 320px;
}
.sect_3 .list>li{
	border-bottom: 1px solid #2c2d32;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
}
.sect_3 .list>li:before{
	content: '';
	width: 23px;
	height: 24px;
	background: url(../images/sect3_list.png) 50% 50% no-repeat;
	position: absolute;
	top: 0px;
	left: -40px;
}
.sect_3>img{
	display: block;
	margin: 35px auto 0;
}

/*sect_4*/
.sect_4{
	padding-bottom: 20px;
}
.reviews{
	padding: 0 20px;
}
.rev_item{
	background: #fff;
	padding: 25px;
	border-radius: 12px;
}
.rev_item>img{
	display: block;
	margin: 0px auto 30px;
}
.rev_item .name{
	text-align: center;
	margin-bottom: 26px;
}
.rev_item .name>span{
	font-weight: 800;
	font-size: 18px;
}
.rev_item .text{
	text-align: center;
	line-height: 1.8em;
}
.reviews .owl-prev,
.reviews .owl-next{
	position: absolute;
	width: 25px;
	height: 42px;
	top: 297px;
}
.reviews .owl-prev{
	left: 50px;
	background: url(../images/rev_arrow.png) 0% 50% no-repeat;
}
.reviews .owl-next{
	right: 50px;
	background: url(../images/rev_arrow.png) 100% 50% no-repeat;
}

/*sect_5*/
.sect_5 {
	background: #181b23;
	padding-bottom: 20px;
}
.sect_5 .list{
	padding: 0 20px;
}
.sect_5 .list>li{
	margin-bottom: 20px;
	color: #fff;
}
.sect_5 .list>li>img{
	float: left;
}
.sect_5 .list>li .text{
	padding: 10px 0 0 240px;
}
.sect_5  .text h4{
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 5px;
	color: #ffcf3b;
}
.sect_5  .text p{
	font-size: 14px;
}
.sect_5 .list>li:nth-child(2n)>img{
	float: right;
}
.sect_5 .list>li:nth-child(2n) .text{
	padding: 20px 240px 0 0;
}


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