/* styles */

body {
	min-width: 480px;
	background: #283136;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
	color: #333333;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
	overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

header {
    position: relative;
} 

.section_title{
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2em;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 0.5px;
}

.section_title span{
	    color: #e7163b;
}

.section_title.separator:after{
	content: '';
	width: 60px;
	height: 5px;
	display: block;
	margin: 15px auto 30px;
	background: #96d800;
}
.section_img{
	display: block;
	margin: 0px auto;
}
.main_wrapper>section{
    padding: 30px 0px 90px;
}

/* header */
.header_toptext{
	text-transform: uppercase;
	color: #fff;
	background: #1c242b;
	padding: 17px 0px 7px;
	letter-spacing: 2px;
	font-size: 18px;
	text-align: center;
}
.header_toptext h1{
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;
    margin-top: 7px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 6px;
    /*animation: neon .08s ease-in-out infinite alternate;*/
    text-shadow: 0 0 60px rgba(30,132,242,1);
}

.header_top{
	position: relative;
	background: url(../images/header_bg.jpg?v=2) 50% 0% no-repeat;
	min-height: 520px;
}
.header_bullets{
	padding: 23px 0px 0px 21px;
}
.header_bullets li{
	font-family: "Bebas Neue", sans-serif;
	font-size: 30px;
	color: #fff;
	padding: 0px 0px 0px 25px;
	background: url(../images/header_bullets.png) 0% 50% no-repeat;
	line-height: 1.3em;
	text-transform: uppercase;
}

/*header bot*/
.header_bot{
	background: #181d24;
	padding: 5px 0px 30px 0px;
	color: #fff;
    margin: 0 auto;
    text-align: center;  
}

/*   price    */
.product_price {
  font-size: 14px;
  text-transform: uppercase;
  padding: 34px 0px 29px 0px;
}
.old-cost {
  border-radius: 3px 0 0 3px;
  float: left;
  text-align: right;
  padding: 0px 30px 0px 0px;
}
.old-cost span {
  text-decoration: line-through;
  display: block;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
}
.new-cost {
  border-radius: 0 3px 3px 0;
  color:#fff;
  float: right;
  text-align: left;
  padding: 0px 0px 0px 30px;
}
.new-cost span {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
  display: block;
  color: #96d800;
  text-transform: none;
}
.new-cost, .old-cost  {
  width: 50%;
}


/*   circle timer     */
.timer-cont{
  padding: 30px 30px 10px;
  background: #1a2028;
}
.timer-cont>h3{
  padding: 0 0 10px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
.timer-cont .time_circles>div>h4{
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.timer-cont .time_circles>div>span {
  font-family: 'Roboto', sans-serif;
  font-size: 300%;
  font-weight: 700;
  line-height: 1.2em;
}


/*  button  */
.button{
width: 400px;
    height: 80px;
    display: block;
    margin: 0px auto;
    background: #e7163b;
    color: #fff;
    font-size: 35px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 85px;
    text-transform: uppercase;
    border: none;
    border-radius: 7px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.5px;
    cursor: pointer;    
}

.button {
    animation: pulse 1s infinite;
}

.button2{
    cursor: pointer;
    width: 400px;
    height: 80px;
    display: block;
    margin: 0px auto;
    background: #1682e7;
    color: #fff;
    font-size: 35px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 85px;
    text-transform: uppercase;
    border: none;
    border-radius: 7px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.5px;
    margin-top: 30px;
}

/*  product count */
.products_count{
	text-align: center;
	margin-top: 35px;
}
.products_count > span{
    background-color: #cbd800;
    color: #000;
    padding: 2px 5px;
    border-radius: 2px;
}

.product_description{
	padding: 30px 0px 0 !important;
}

/*  section product_description */
.product_description h2{
	margin: 40px 0px 0px;
}
.description_text{
    line-height: 1.6em;
    text-align: justify;
    text-align-last: center;
    padding: 0px 17px;
    margin: 20px 0px;
}
.description_bullets{
	width: 440px;
	display: block;
	margin: 35px auto 0px;
	-webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 0px 10px 0px rgba(204,204,204,0.3);
}
.description_bullets>li{
	min-height: 170px;
	text-align: center;
	float: left;
	width: 33.333%;
	padding: 80px 20px 20px 20px;
	-webkit-box-shadow: inset 6px 0px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset  6px 0px 8px 0px rgba(0,0,0,0.3);
	box-shadow: inset 6px 0px 8px 0px rgba(204,204,204,0.3);
}
.description_bullets>li:nth-child(1){
	background: url(../images/desc_bull1.png) 50% 30px no-repeat;
}
.description_bullets>li:nth-child(2){
	background: url(../images/desc_bull2.png) 50% 30px no-repeat;
}
.description_bullets>li:nth-child(3){
	background: url(../images/desc_bull3.png) 50% 30px no-repeat;
}

/* product_function */
.product_function{
	color: #fff;
	background: #181d24;
    padding-top: 30px;
    padding-bottom: 15px;    
}
.function_list {
	padding: 0px 10px;
	font-size: 0px;
}
.function_item{
	width: 50%;
	display: inline-block;
	padding: 0px 10px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.6em;
	font-size: 16px;
	vertical-align: top;
    cursor: pointer;    
}
.function_item>img{
    border: 6px solid #222a357d;
    display: block;
    margin: 0px 0px 15px;
    border-radius: 7px;
}


/* product_composition */
.product_list_1{
	padding: 0px 20px;
}
.product_list_item{
	margin: 20px 0px 0px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	line-height: 1.2em;
}
.product_list_item>img{
	float: left;
}
.composition_item_text{
	padding: 0px 10px 0px 160px;
}
.product_list_item h4{
	padding: 20px 0px 10px 0px;
	font-weight: 700;
	text-transform: uppercase;
}


/* how_use */
.how_use{
	background: #f3f3f3;
}
.how_use_bullets>li{
	padding: 0px 20px 0px 50px;
	background: url(../images/how_use_icon.png) 20px 5px no-repeat;
	margin: 30px 0px 0px 0px;
}

/* reviews */
.main_wrapper  .reviews{
		padding: 30px 0px 0px;
    background: #181d24;
    color: #fff;
}
.reviews_carusel{
	margin: 20px 0px 0px;
	text-align: center;
}
.carousel_item>img{
	display: block;
}
.reviews_info{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	background: #181d24;
	padding: 12px 0px;
	color: #fff;
}
.carousel_item>p{
background: #222a35;
    padding: 25px 20px 25px;
    text-align: justify;
    text-align-last: center;
}
.reviews .owl-prev {
  width: 12px;
  height: 20px;
  background: url(../images/reviews_arrow.png) 0% 50% no-repeat;
  position: absolute;
  top: 272px;
  left: 20px;
}
.reviews .owl-next {
  width: 12px;
  height: 20px;
  background: url(../images/reviews_arrow.png) 100% 50% no-repeat;
  position: absolute;
  top: 272px;
  right: 20px;
}

/* how_order */
.how_order .composition_item_text{
	padding: 0px 10px 0px 145px;
}


/* header_bot */
.main_wrapper .header_bottom{
	padding: 0px;
}
.header_bottom h2{
	font-family: "Bebas Neue", sans-serif;
	font-size: 60px;
	color: #96d800;
	font-weight: 700;
	line-height: 1.1em;
	letter-spacing: 6px;
}
.header_bottom h2:before{
	content: '';
	width: 8px;
	height: 8px;
	background: #96d800;
	display: inline-block;
	margin: 0px 18px 0px 0px;
	vertical-align: middle;
}
.header_bottom form{
	padding: 0px 40px;
}
.header_bottom form input, .header_bottom form select, .header_bottom form textarea{
    width: 100%;
    min-height: 50px;
    padding: 10px 0 10px 10px;
    border: none;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: revert;
    color: #a9a9a9;
}



/*   footer     */
.footer_section {
		padding: 10px 0 5px;
    background: #22282f;
    font-size: 14px;
    line-height: 1.6em;
    text-align: center;
}
.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}
.footer_section a {
	color: inherit;
}

.video_block{
    height: 270px;
    position: relative;
    overflow: hidden;
    background: #000;
    margin: -30px auto -15px;	
}
.video_block .youtube,
.video_block iframe,
.video_block object{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.s3 {
 padding: 0;
background: #181d24;
    color: #fff;
}

.s3 h2.title {
    display: block;
    color: #fff000;
    margin: 59px 0 0;
    padding: 25px 10px 0px;
    font-weight: 900;
    font-size: 29px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center
}

.s3 h2.title span {
 display: block;
 color:#fff; 
}

.list-v3 {
 font-size: 0;
 text-align: center;
 padding: 20px 5px 0;
}

.list-v3 li {
 display: inline-block;
 vertical-align: top;
 width: 50%;
 font-size: 16px;
 line-height: 21px;
 color: #fff;
 padding: 0 10px 40px;
}

.list-v3 .item {
 height: 280px;
 background: #222a35;
 border-radius: 10px;
}

.list-v3 .pic {
 position: relative;
}

.list-v3 .pic img {
 display: block;
 border-radius: 10px 10px 0 0;
}

.list-v3 .num {
position: absolute;
    left: -1px;
    top: -1px;
    width: 93px;
    height: 27px;
    line-height: 27px;
    background: #222a35;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 7px;
}

.list-v3 h4 {
 padding: 20px 10px 12px;
font-size: 19px; 
}

.button-lite {
position: relative;
    display: block;
    padding: 12px 0 7px;
    width: 70%;
    height: auto;
    margin: 14px auto;
    border: none;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 1px;
    text-shadow: 0 2px 0 #ffa300;
    color: #222a35;
    background: #ea8a00;
    background: -moz-linear-gradient(0deg, rgba(234, 138, 0, 1) 0%, rgba(255, 198, 0, 1) 100%);
    background: -webkit-linear-gradient( 
0deg, #ea8a00 0%, #ffc600 100%);
    background: linear-gradient( 
0deg, #ff9d00 0%, #ffca00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea8a00", endColorstr="#ffc600", GradientType=1);
    -webkit-box-shadow: 0 3px 0 #d17c00;
    box-shadow: 0 3px 0 #d17c00;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Bebas Neue';
}


.sect7 {
    background: #f4f5f7;
    padding: 40px 0 50px;
    margin-top: -7px;  
}
.sect7 div{
    text-align: center;
    margin: 0 auto;
}
.header_bottom img{
    border: 10px solid #FFF;
    border-radius: 10px;
    margin: 30px auto;
}
.char_list {
    margin-bottom: 20px;
}
.char_list > li {
    padding: 12px 30px 12px 30px;
    font-size: 18px;
}
.char_list > li > b {
    float: left;
}
.char_list > li > b:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #e81831;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #f00;
    box-shadow: 0 0 10px #f00;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 28px;
}
.char_list > li > p {
    padding: 0 0 0 230px;
    text-align: right;
}
.char_list > li:nth-child(2n) {
    background: #fff;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #e7163b;
    }

    70% {
        box-shadow: 0 0 0 10px #ff4a4a17;
    }

    100% {
        box-shadow: 0 0 0 0 #ff4a4a04;
    }
}

@keyframes neon {
  from {
    text-shadow:
    0 0 6px rgba(202,228,225,0.92),
    0 0 30px rgba(202,228,225,0.34),
    0 0 12px rgba(30,132,242,0.52),
    0 0 21px rgba(30,132,242,0.92),
    0 0 34px rgba(30,132,242,0.78),
    0 0 54px rgba(30,132,242,0.92);
  }
  to {
    text-shadow:
    0 0 6px rgba(202,228,225,0.98),
    0 0 30px rgba(202,228,225,0.42),
    0 0 12px rgba(30,132,242,0.58),
    0 0 22px rgba(30,132,242,0.84),
    0 0 38px rgba(30,132,242,0.88),
    0 0 60px rgba(30,132,242,1);
  }
}

.twocol {
    font-size: 0;
    text-align: center;
    margin: 20px auto -20px;
}
.twocol li {
font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 20px;
}
.twocol img {
    display: block;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 6px solid #181d241f;
}
.twocol h3 {
font-family: 'Bebas Neue';
    font-size: 20px;
    letter-spacing: 0.5px;
}

.offer_text {
font-size: 11px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.3px;
    height: 25px;
    top: 0;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    background: #e7163b;
}

.offer_text>span {
    padding-left: 12px;
    padding-right: 12px;
}

.list1{
    font-size: 0;
    letter-spacing: -1px;
    padding: 15px 50px;
    text-align: justify;
    text-align-last: justify;
}
.list1>li{
display: block;
    font-size: 16px;
    letter-spacing: normal;
    text-align: left;
    text-align-last: left;
    padding: 0 0 0 30px;
    background: url(../images/list_check.png) 0% 3px no-repeat;
    margin-bottom: 15px;
}

.payment{
    margin: 0 auto 30px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2em;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.5px;  
}

.payment.error{
      color: #e7163b;
}

.payment.success{
      color: #96d800;
}

.galery {
    margin-bottom: 20px;
}
.gallery .slick-prev,
.gallery .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    padding: 0;    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(../images/arrow.png) no-repeat #e7163b;
    z-index: 3;
}
.gallery .slick-prev{
    left: 10px;
    background-position: 15px 12px;
}
.gallery .slick-next {
    right: 10px;
    background-position: 15px 12px;
}

.sale {
background: url(../images/sale.png) no-repeat 0 0;
    width: 94px;
    height: 94px;
    position: absolute;
    top: 555px;
    left: 371px;
    padding: 35px 0 0 14px;
    z-index: 2;
}

.sale span {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -1.9px;
    color: #fff;
    -moz-transform: rotate(-19deg);
    -webkit-transform: rotate( -19deg);
    -o-transform: rotate(-19deg);
    -ms-transform: rotate(-19deg);
    transform: rotate( -19deg);
}

option
{
    padding-top: 0px;
    padding-bottom: 0;
}

.select_icon
{
    background-size: 20px;
    padding-left: 25px;
    background-position: 0 1px;    
}

.icon_buk
{
    background: url(../images/icon_buk.png) no-repeat;
}

.icon_white
{
    background: url(../images/icon_white.png) no-repeat;
}

.icon_antracit
{
    background: url(../images/icon_antracit.png) no-repeat;
}

select.icon_buk, select.icon_antracit, select.icon_white
{
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 16px;
    background-position: 0 1px;
}