/* styles */
body {
	min-width: 320px;
	background: #fff;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4em;
	color: #333;
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/* button */

.button-m {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 64px;
	border: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 40px;
	background: #ec1e1d url(../images/button_bg.png) 240px 50% no-repeat;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(236,29,29,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(236,29,29,0.5);
	box-shadow: 0px 0px 20px 0px rgba(236,29,29,0.5);
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 64px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	transition: all .3s ease;
	text-align: left;
	padding: 0 0 0 25px;
	letter-spacing: 1px;
}
.button-m:hover {
	background: #f0504f url(../images/button_bg.png) 237px 50% no-repeat;
}

/* titles */

h2.title {
	font-weight: 700;
	font-size: 38px;
	text-transform: uppercase;
	line-height: 1.1em;
	text-align: center;
	margin-bottom: 30px;
}
h2.title.blue>span{
	color: #498ad8;
}
h2.title.orange>span{
	color: #fdb522;
}
h2.title>span{
	color: #f11835;
}
.subtitle{
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}
section{
	padding: 40px 0 30px;
}

/*offer_sect*/
.offer_section{
	background: #161036 url(../images/offer_bg.jpg) 50% 0% no-repeat;
	height: 688px;
	padding-top: 30px;
	padding-bottom: 0;
}
.head_bot  {
	background: #161036 url(../images/offer_bg-bot.jpg) 50% 0% no-repeat;
	height: 725px;
	padding-top: 30px;
	padding-bottom: 0;
}
.offer_section .wrapper	{
	position: relative;
	height: 100%;
}
.main_title{
	color: #fff;
	font-size: 42px;
	line-height: 1.1em;
	background: rgb(0 0 0 / 80%);
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	border-radius: 5px;
}
.main_title>span{
	color: #fdb522;
}
.head_bot .main_subtitle{
	margin-top: 10px;
}
.main_subtitle{
	font-size: 30px;
	line-height: 1.1em;
	color: #222;
	margin-top: 35px;
	text-transform: uppercase;
	text-align: right;
	padding: 0 30px 0 0;
}
.main_subtitle>span{
	color: #222;
}
.form_block{
	float: right;
	width: 470px;
}
.offer_section .bull{
	padding: 0 50px 0 0;
	margin-top: 20px;
}
.offer_section .bull>li{
	color: #222;
	padding: 0 0 0 104px;
	margin-top: 15px;
	height: 75px;
	font-weight: 600;
}
.offer_section .bull>li>p{
	display: table-cell;
	height: 75px;
	vertical-align: middle;
}
.offer_section .bull>li:nth-child(1){
	background: url(../images/bull_1.png) 0% 50% no-repeat;
}
.offer_section .bull>li:nth-child(2){
	background: url(../images/bull_2.png) 0% 50% no-repeat;
	margin: 15px 0 0 50px;
}
.offer_section .bull>li:nth-child(3){
	background: url(../images/bull_3.png) 0% 50% no-repeat;
	margin: 15px 0 0 100px;
}
.action_form{
	width: 340px;
	background: rgb(0 0 0 / 80%);
	border-radius: 30px 30px 0 0;
	position: absolute;
	bottom: 0px;
	right: 0;
	border: 1px solid transparent;
}
.head_bot .action_form{
	width: 340px;
	background: rgb(0 0 0 / 80%);
	border-radius: 30px 30px 0 0;
	position: absolute;
	top: 125px;
	right: 0;
	border: 1px solid transparent;
}
.price{
	padding: 10px 0;
}
.price .item{
	float: left;
	width: 50%;
	text-transform: uppercase;
	font-size: 14px;
}
.price .item.old{
	text-align: right;
	padding-right: 10px;
	color: #fff;
}
.price .item.new{
	text-align: left;
	padding-left: 10px;
	color: #fec935;
}
.price .item.old>span{
	font-size: 24px;
	line-height: 30px;
	text-decoration: line-through;
}
.price .item.new>span{
	font-size: 30px;
	line-height: 1.05em;
	font-weight: 700;
}
.price .item>small{
	font-size: 18px;
}
.head_top .action_form{
	padding-top: 15px;
	padding-bottom: 14px;
	margin-top: 30px;
	right: 40px;
}
.action_form .button-m{
	margin-top: 5px;
}
.products_count{
	text-align: center;
	color: #fff;
	margin-top: 15px;
	font-size: 16px;
}
.products_count>span{
	color: #498ad8;
	font-weight: 700;
	margin: 0 0 0 4px;
	font-size: 18px;
}
.products_count:before{
	content: '';
	width: 23px;
	height: 21px;
	background: url(../images/product_count.png);
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.sale{
	font-size: 18px;
	text-transform: uppercase;
	width: 50px;
	position: absolute;
    top: 415px;
    left: 455px;
	transform: rotate(-15deg);
}
.sale>b{
	font-size: 32px;
	display: block;
}

/*s2*/
.s2{
	padding-bottom: 50px;
    background: url(../images/bg2.jpg) no-repeat center top;
}
.s2 .title>span{
	display: block;
}
.desc1{
	background: #ffe7be;
	padding: 35px 170px 35px 40px;
	margin: 0 0 0 60px;
	position: relative;
	-webkit-box-shadow: 0px 0px 25px 3px rgba(255,231,190,1);
	-moz-box-shadow: 0px 0px 25px 3px rgba(255,231,190,1);
	box-shadow: 0px 0px 25px 3px rgba(255,231,190,1);
}
.desc1>p{
	margin-bottom: 20px;
}
.desc1>img{
	position: absolute;
	right: -10px;
	top: -120px;
	z-index: 3;
}
.desc2{
	background: #fff url(../images/desc2.png) 0% 50% no-repeat;
	font-weight: 700;
	line-height: 1.8em;
	padding: 23px 25px 23px 110px;
	-webkit-box-shadow: 0px 0px 25px 5px rgba(255,231,190,1);
	-moz-box-shadow: 0px 0px 25px 5px rgba(255,231,190,1);
	box-shadow: 0px 0px 25px 5px rgba(255,231,190,1);
	margin: -35px 0 0;
	border-left: 10px solid #f11835;
	position: relative;
	width: 630px;
}

/*s3*/
.s3{
	padding: 0;
	position: relative;
}
.s3:after{
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;

}

/*s4*/
.s4{
	padding-bottom: 0;
}
.s4 .title>span{
	display: block;
	color:  #f11835;
}
.s4 p{
	color: black;
	font-size: 18px;
	text-align: center;
}
.s4 .product_bull{
	font-size: 0;
	letter-spacing: -1px;
	margin-bottom: -150px;
}
.product_bull .item{
	letter-spacing: normal;
	width: 282px;
	display: inline-block;
	vertical-align: top;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	padding: 14px 0 15px;
	height: 520px;
	margin: 0 0 20px 30px;
	background: #fff;
}

.product_bull .item>h3{
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto 10px;
}


.product_bull .item>ul>li:last-child,
.product_bull .item.new>ul>li:last-child{
	margin-bottom: 0;
}
.product_bull .item.new{
	border: 3px solid #a4c4eb;
}
.product_bull .item.new>ul>li{
	font-weight: 700;
	margin-bottom: 12px;
	background: url(../images/product_bull_check.png) 0% 50% no-repeat;
}

/*s5*/
.s5{
	background: url(../images/s5_bg.jpg) 50% 0% no-repeat;
	padding-top: 180px;
}
.s5 .wrapper{
	position: relative;
}

.s5 .title>span{
	display: block;
	color:  #f11835;
}
.s5 .list{
	font-size: 0;
	letter-spacing: -1px;
	margin-top: 196px;
	text-align: center;
}
.s5 .list>li{
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: normal;
	display: inline-block;
	width: 230px;
	vertical-align: top;
	margin: 0px 40px;
}
.s5 .list>li>img{
	display: block;
	margin: 0px auto 10px;
}
.s5 .list>li:nth-child(2){
	margin-top: -180px;
}
.s5 .list>li:nth-child(4),
.s5 .list>li:nth-child(5){
	margin: 230px 80px 0;
}
.s5 .wrapper>img{
    position: absolute;
    left: 287px;
    margin: 0 0 0 -98px;
    top: 298px;
}
.price_block{
	font-size: 0;
	width: 576px;
	margin: 50px auto 0;
}
.price_block .price{
	width: 300px;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
.price_block .price .item{
	padding-top: 4px;
	padding-bottom: 4px;
}
.price_block .price .item.new{
	background: rgb(0,0,0,.2);
	text-align: center;
	padding-right: 18px;
	border-radius: 30px 0 0 30px;
	width: 175px;
}
.price_block .price .item.old{
	width: 125px;
	padding-right: 14px;
}
.price_block .button-m{
	margin: 0 0 0 -24px;
	display: inline-block;
	vertical-align: top;
}

/*s6*/
.s6{
	padding-bottom: 40px;
}
.char_container .img_block{
	float: right;
	width: 480px;
}
.char_container .char_list{
	float: left;
	width: 460px;
	margin-top: 15px;
}
.char_container .char_list>li{
	text-align: right;
	padding: 0 0 0 30px;
	background: url(../images/char_list.png) 9px 50% no-repeat;
	font-size: 16px;
	margin-bottom: 18px;
}
.char_container .char_list>li>b{
	float: left;
}
.char_container .char_list>li:after{
	content: "";
	display: block;
	clear: both;
}
.equip_container{ 
	font-size: 0;
	letter-spacing: -1px;
	margin-left: -20px;
	margin-top: 30px;
}
.equip_container .item{
	width: 300px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 20px;
}
.equip_container .item .img_block{
	margin-bottom: 10px;
}
.equip_container .item .img_block>img{
	display: block;
	margin: 0px auto;
	border-radius: 0 0 10px 10px;
}
.equip_container .item>p{
	font-size: 17px;
	text-align: center;
	letter-spacing: normal;
}

/*s7*/
.s7{
	padding: 0;
}

/*s8*/
.s8{
	background: url(../images/s8_bg.jpg) 50% 0% no-repeat;
	background-size: cover;
}
.s8 .title>span {
	color: #f11835;
}
.review_list{

}
.review_item{
	margin-top: 60px;
	background-color: #0000009c;
	padding: 20px;
	border-radius: 20px;
}
.review_item>img{
	float: left;
	border-radius: 10%;
}
.review_item:nth-child(2n)>img{
	float: right;
}
.review_item .text{
	text-align: right;
	padding: 0 0 0 250px;
	color: #fff;
}
.review_item:nth-child(2n) .text{
	padding: 0 250px 0 0;
	text-align: left;
}
.review_item .text .name{
	font-size: 24px;
	line-height: 1.1em;
	color: #fff;
	margin-bottom: 25px;
	padding-bottom: 20px;
	position: relative;
}
.review_item .text .name>span{
	font-size: 30px;
	color: #fec935;
	font-weight: 700;
}
.review_item .text .name:after{
	content: '';
	width: 24px;
	height: 1px;
	background: #736163;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.review_item:nth-child(2n) .text .name:after{
	right: auto;
	left: 0;
}

/*s9*/
.s9{
	background: #f6f6f6 url(../images/s9_bg.jpg) 50% 0% no-repeat;
}
.order_list{
	font-size: 0;
	letter-spacing: -1px;
}
.order_list>li{
	display: inline-block;
	width: 25%;
	position: relative;
	letter-spacing: normal;
}
.order_list>li>span{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 36px;
	line-height: 50px;
	display: block;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #f11835;
	position: absolute;
	top: 0;
	right: 20px;
}
.order_list>li>img{
	display: block;
	margin: 0px auto 10px;
	border-radius: 50%;
	border: 8px solid #fff;
}
.order_list>li>p{
	text-align: center;
	padding: 0 15px;
	font-size: 16px;
}

.head_bot .action_form{
	padding: 0 20px 20px 20px;
}

.m1-form input, .form-control{
	border: none;
	background: #fff;
	width: 100%;
	height: 62px;
	font-size: 18px;
	font-family: 'Proxima Nova', sans-serif;
	color: #464646;
	border-radius: 12px;
	margin-bottom: 10px;
	text-indent: 20px;
}
.m1-form ::-webkit-input-placeholder {
 color: #4a4a4a;
}
.m1-form ::-moz-placeholder {
 color: #4a4a4a;
}
.m1-form :-moz-placeholder {
 color: #4a4a4a;
}
.m1-form :-ms-input-placeholder {
 color: #4a4a4a;
}
.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;
}
.timer{
	margin-bottom: 20px;
	margin-top: 20px;
}
.timer h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	margin: -11px 0 10px;
	font-weight: 400;
}
.timer .timer_item{
	width: 33.3%;
	float: left;
}
.timer_item .count_block{
	width: 70px;
	margin: 0px auto;
	position: relative;
	border-radius: 6px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.23) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.23) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.23) 100%);
}
.timer_item .count_block:after{
	content: ':';
	color: #fff;
	font-size: 40px;
	line-height: 1.1em;
	position: absolute;
	right: -20px;
	top: 7px;
}
.timer_item:last-child .count_block:after{
	display: none;
}
.count_block .count{
	text-align: center;
	font-size: 36px;
	line-height: 1.05em;
	font-weight: 700;
	color: #fec935;
}
.count_block .text{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
.head_bot .item{
}
.head_bot .item.old{
	background: #fff;
	color: #333;
	text-align: center;
	padding: 7px 0;
	height: 70px;
	border-radius: 14px 0 0 14px;
	position: relative;
	width: 139px;
}
.head_bot .item.old:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 20px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 0;
	right: -20px;
}
.head_bot .item.new{
	width: 159px;
	background: #f11835;
	color: #fff;
	text-align: center;
	padding: 7px 0 0 10px;
	height: 70px;
	border-radius: 0 14px 14px 0;
}


/*footer*/
.footer_section {
	background: #fff;
	padding: 25px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}
.footer_section a {
	color: #333;
}
.footer_section a:hover {
	text-decoration: none;
}








@media screen and (max-width: 959px) {
	.wrapper{
		width: 660px;
	}
	h2.title{
		font-size: 30px;
		line-height: 1.3em;
	}
	.offer_section{
		background: url(../images/offer_bg_tablets.jpg) 50% 0% no-repeat;
		height: 750px;
	}
	.main_title{
		font-size: 31px;
		letter-spacing: 1px;
		padding: 16px 0;
	}
	.offer_section .bull>li:nth-child(3) {
		background: url(../images/bull_3.png) 0% 50% no-repeat;
		margin: 15px 0 0 0px;
	}
	.offer_section .bull>li:nth-child(1){
		margin-left: -75px;
	}
	.offer_section .bull > li:nth-child(2){
		margin-left: -75px;
	}
	.offer_section .bull > li:nth-child(3){
		margin-left: -75px;
	}

	.sale{
		top: 305px;
		left: 130px;
	}
    .s2 {
        background: #f6f6f6;
    }
	.offer_section .bull{
		padding: 0;
		margin: 40px 0 0 20px; 
	}
	.form_block{
		width: 320px;
	}
	.head_top .action_form{
		right: 10px;
	}
	.desc1{
		margin: 0 0 0 40px;
		padding: 35px 30px 35px 40px;
	}
	.desc1 > img{
		position: static;
		float: right;
		width: 150px;
	}
	.desc2{
		font-size: 16px;
		line-height: 1.5em;
		width: 560px;
	}
	.s4 .product_bull{
		text-align: center;
		margin-bottom: -75px;
	}
	.product_bull .item:first-child,
	.product_bull .item{
		margin: 0 15px;
	}
	.product_bull .item.new{
		margin-top: 30px;
	}
	.s5{

		padding-top: 110px;
	}
	.s5 .wrapper > img{
		position: static;
		display: block;
		margin: 0px auto;
		width: 180px;
	}
	.s5 .list{
		text-align: center;
		margin-top: 0;
	}
	.s5 .list > li,
	.s5 .list > li:nth-child(2),
	.s5 .list > li:nth-child(4), 
	.s5 .list > li:nth-child(5){
		width: 33.3%;
		margin: 30px 0 0;
	}
	.char_container .img_block{
		float: none;
		margin: 0px auto;
	}
	.char_container .char_list{
		float: none;
		margin: 20px auto 0;
	}
	.equip_container{
		text-align: center;
	}
	.equip_container .item{
		margin-top: 30px;
	}
	.s8{
		padding-bottom: 50px;
	}
	.review_item > img,
	.review_item:nth-child(2n) > img{
		float: none;
		border-radius: 14px;
		display: block;
		margin: 0px auto 20px;
	}
	.review_item .text,
	.review_item:nth-child(2n) .text{
		text-align: center;
		padding: 0 20px;
	}
	.review_item .text .name{
		padding-bottom: 0;
	}
	.review_item .text .name::after,
	.review_item:nth-child(2n) .text .name::after{
		position: static;
		margin: 23px auto 0;
	}
	.s9{
		padding-bottom: 5px;
		background: #f6f6f6;
	}
	.order_list > li{
		width: 50%;
		padding: 0 30px;
		margin-bottom: 30px;
	}
	.order_list > li > span{
		right: 70px;
	}
	.timer{
		margin-bottom: 5px;
	}
	.head_bot .action_form{
		right: 10px;
		top: 145px;
	}
}






@media screen and (max-width: 659px) {
	section{
		padding-top: 25px;
	}
	.wrapper{
		width: 320px;
	}
	h2.title{
		font-size: 23px;
	}
	.offer_section{
		background: #fcfcfc url(../images/offer_bg_mobile.jpg) 50% 0% no-repeat;
		height: auto;
		padding-top: 13px;
		padding-bottom: 20px;
	}
	.m1-form input{
		background: #dcdcdc;
	}
	.main_title{
		font-size: 32px;
		padding: 0;
	}
	.main_title>span{
		font-size: 24px;
	}
	.main_subtitle{
		text-align: center;
		margin-top: 16px;
		padding:0
	}
	.offer_section .bull{
		display: none;
	}
	.form_block{
		width: 100%;
		float: none;
	}
	.head_top .action_form{
		width: 100%;
		float: none;
		position: static;
		margin-top: 486px;
		padding: 0;
		background: none;
	}
	.sale{
		top: 353px;
		left: 159px;
	}
	.count_block .text, .timer_item .count_block:after{
		color: #222;
	}
	.timer_item .count_block{
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(136 129 129 / 23%) 100%);
	}

	.price .item.old{
		color: #222;
	}
	.products_count{
		color: #222;
	}
	.desc1 > img{
		float: none;
		display: block;
		margin: 0px auto 20px;
	}
	.desc1{
		margin: 0;
		padding: 0 0 5px;
		background: none;
		box-shadow: none;
	}
	.desc2{
		width: 100%;
		background: #fff;
		box-shadow: none;
		padding: 10px 15px;
		margin: 0;
	}
	.s4 .product_bull{
		margin-bottom: 0;
	}
	.product_bull .item,
	.product_bull .item.new,
	.product_bull .item:first-child{
		display: block;
		margin: 0px auto 30px;
	}
	.s5{
		padding-top: 30px;
	}
	.s5 .wrapper > img{
		margin: 0 0 0 52px;
	}
	.s5 .list > li, 
	.s5 .list > li:nth-child(2), 
	.s5 .list > li:nth-child(4), 
	.s5 .list > li:nth-child(5){
		width: 100%;
		padding: 0 20px;
	}
	.price_block{
		width: 100%;
	}
	.price_block .price{
		width: 100%;
		display: block;
	}
	.price_block .button-m{
		display: block;
		margin: 20px 0 0;
	}
	.price_block .price .item.old{
		padding: 0 10px 0 0;
		width: 50%;
	}
	.price_block .price .item.new{
		padding: 0 0 0 10px;
		width: 50%;
		background: none;
		text-align: left;
	}
	.s6 h2.title > span{
		display: block;
	}
	.char_container .img_block{
		width: 100%;
	}
	.char_container .char_list{
		width: 100%;
	}
	.char_container .char_list > li{
		text-align: left;
		background-position: 9px 8px;
	}
	.char_container .char_list > li > b{
		display: block;
		float: none;
	}
	.equip_container{
		margin: 0;
	}
	.equip_container .item{
		margin: 0 auto 30px;
	}
	.s6{
		padding-bottom: 5px;
	}
	.review_item{
		margin-top: 30px;
	}
	.review_item .text .name{
		font-size: 20px;
	}
	.review_item .text .name > span{
		font-size: 22px;
		display: block;
	}
	.review_item .text .name::after, 
	.review_item:nth-child(2n) .text .name::after{
		margin-top: 15px;
	}
	.review_item .text .name{
		margin-bottom: 20px;
	}
	.review_item .text, 
	.review_item:nth-child(2n) .text{
		padding: 0 10px
	}
	.order_list > li{
		display: block;
		width: 100%;
	}
	.order_list > li > span{
		right: 50px;
	}
	.head_bot .action_form{
		position: static;
		margin-top: 503px;
		background: none;
		width: 100%;
		padding: 0;
	}
}