/* ************fonts***************** */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@font-face {
	font-family: "ImpactRegular";
	src: url("../fonts/ImpactRegular/ImpactRegular.eot");
	src: url("../fonts/ImpactRegular/ImpactRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/ImpactRegular/ImpactRegular.woff") format("woff"), url("../fonts/ImpactRegular/ImpactRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "OpenSansBold";
	src: url("../fonts/OpenSansBold/OpenSansBold.eot");
	src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "OpenSansExtraBold";
	src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot");
	src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix")format("embedded-opentype"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "OpenSansItalic";
	src: url("../fonts/OpenSansItalic/OpenSansItalic.eot");
	src: url("../fonts/OpenSansItalic/OpenSansItalic.eot?#iefix")format("embedded-opentype"), url("../fonts/OpenSansItalic/OpenSansItalic.woff") format("woff"), url("../fonts/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "OpenSansRegular";
	src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
	src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "OpenSansSemiBoldItalic";
	src: url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot");
	src: url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot?#iefix")format("embedded-opentype"), url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}


/**********reset.css **************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	background: black;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ********************************sect1************************** */

section {
	overflow: hidden;
}

.sect1 {
	background: url(../img/bg-1.png) center #000;
	background-repeat: no-repeat;
	min-height: 740px;
}

.container {
	height: 100%;
	margin: auto;
}

header {
	margin-top: 60px;
	overflow: hidden;
	text-transform: uppercase;
}

h1 {
	font-family: ImpactRegular;
	font-size: 48px;
	color: #7c0003;
	line-height: 1.5
}

.s1_header_right {
	font-family: ImpactRegular;
	font-size: 32px;
	color: #c7c2c4;
	text-transform: uppercase;
	line-height: 1.5;
	float: right;
}

.s1_bottom_block {
	width: 100%;
	margin-top: 125px;
	position: relative;
}

img[src="img/product.png"] {
	width: 230px;
	position: absolute;
	margin-left: 170px;
	top: 4px;
}

.s1_form {
	background: url(../img/bg-form.png);
	background-size: cover;
	float: right;
	width: 350px;
	height: 355px;
	border: 2px solid #7c0003;
	position: relative;
	top: -15px;
	z-index: 10;
	font-family: ImpactRegular;
}

.s1_list {
	position: absolute;
	right: 0;
	margin-right: 350px;
}

.s1_item {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 0 15px 65px;
	position: relative;
}

.s1_item::before {
	width: 23px;
	height: 48px;
	background: url('../img/s1_item.png');
	content: '';
	position: absolute;
	left: 25px;
	top: 9px;
}

.item_color {
	color: #d12125;
}

.price {
	text-align: center;
	margin-top: 30px;
}

.old_price {
	color: #a9161a;
	font-size: 30px;
	text-decoration: line-through;
}

.new_price {
	color: #d2d2d2;
	font-size: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

input,
select {
	background: rgba(225, 225, 225, 0.15);
	border: 1px solid white;
	height: 44px;
	width: 286px;
	text-align: center;
	display: block;
	margin: 0 auto 12px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 16px;
	color: white;
}

input::-webkit-input-placeholder {
	color: #fff;
}

select::-webkit-input-placeholder {
	color: #fff;
}

select:-ms-input-placeholder {
	color: #fff;
}

select::-ms-input-placeholder {
	color: #fff;
}

select::placeholder {
	color: #fff;
}

select option {
	color: #000;
}

/* Firefox 19+ */

input:-moz-placeholder {
	color: #fff;
}


/* Firefox 18- */

input:-ms-input-placeholder {
	color: #fff;
}

button {
	width: 289px;
	height: 60px;
	background: url('../img/button.png');
	border: none;
	display: block;
	margin: 23px auto;
	font-size: 24px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0px -1px 0px #690002;
	outline: none;
}

button:hover {
	background: url('../img/button_hover.png');
}

.timer {
	width: 140px;
	height: 46px;
	color: #7c0003;
	font-size: 14px;
	position: absolute;
	right: -10px;
	top: -90px;
	z-index: 300;
}

.timer>div {
	display: inline-block;
	width: 41px;
	border: 1px solid #900004;
	text-align: center;
	font-size: 30px;
	font-family: ImpactRegular;
	padding-top: 6px;
	padding-bottom: 6px;
}


/* *****************sect2******************** */

.sect2 {
	background: url('../img/bg-2.png');
	min-height: 740px;
	background-size: cover;
}

.s2_list {
	overflow: hidden;
	margin: auto;
}

.s2_list>div {
	height: 442px;
	width: 285px;
	overflow: hidden;
	margin: auto;
}

.s2_item1 {
	background: url('../img/s2_1.png') no-repeat 0 0;
}

.s2_item2 {
	background: url('../img/s2_2.png') no-repeat 0 0;
}

.s2_item3 {
	background: url('../img/s2_3.png') no-repeat 0 0;
}

.s2_item4 {
	background: url('../img/s2_4.png') no-repeat 0 0;
}

.s2_block {
	border: 1px solid #c59394;
	width: 220px;
	height: 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	background: rgba(225, 225, 225, 0.15);
	margin-top: 183px;
	color: #d2d2d2;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px;
}

.s2_item3 div {
	font-size: 22px;
}

.s2_sect {
	height: 222px;
	width: 100%;
	background: rgba(0, 0, 0, 0.42);
	font-family: ImpactRegular;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	color: #d2d2d2;
	font-size: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
}

h5 {
	color: #7c0003;
	font-size: 36px;
	padding-left: 10px;
	padding-right: 10px;
}


/* ********************************sect3************************** */

.sect3 {
	background: url(../img/bg-3.png) center 0;
	background-repeat: no-repeat;
	height: auto;
	min-height: 720px;
}

h3 {
	color: #d2d2d2;
	font-size: 48px;
	font-family: ImpactRegular;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	padding-top: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

.s3_list {
	margin-top: 30px;
	text-align: center;
}

.s3_h4 {
	color: #f3d8d8;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 30px;
}

.s3_h4 span {
	font-size: 18px;
	color: black;
	display: block;
}

.s3_text p {
	margin-top: 20px;
	color: #a81a1e;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}


/* ********************************sect4************************** */

.s4_color {
	color: #7c0003;
}

.s4_list {
	overflow: hidden;
}

.s4_item {
	padding-left: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #4a2147;
	font-size: 14px;
	margin-top: 57px;
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
}

.s4_item::before {
	width: 23px;
	height: 48px;
	background: url('../img/s1_item.png');
	content: '';
	position: absolute;
	left: 0px;
	top: -11px;
}

.s4_h4 {
	font-size: 30px;
	font-family: ImpactRegular;
	color: #4a2147;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	margin-top: 50px;
}


/* ********************************sect5************************** */

.sect5 {
	background: url('../img/bg-5.png') no-repeat;
	background-position-x: 60%;
	background-position-y: 200px;
	height: 740px;
}

.s5_color {
	color: #d0a5a5;
}

.s5_list {
	overflow: hidden;
}

h3.s5_color {
	margin-top: 90px;
	margin-bottom: 90px;
}

.s5_comment {
	padding-left: 58px;
	position: relative;
	margin-bottom: 48px;
}

.s5_comment::before {
	width: 27px;
	height: 22px;
	background: url('../img/ico_comment.png');
	content: '';
	position: absolute;
	left: 0px;
}

.s5_comment_name {
	color: #7c0003;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.s5_comment p {
	margin-top: 23px;
	color: #4b3d47;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.sect6 {
	background: url('../img/bg-6.png') no-repeat center;
	height: 740px;
	position: relative;
}

.s6_h2 {
	font-family: ImpactRegular;
	text-align: right;
	text-transform: uppercase;
}

.s6_h3 {
	text-align: right;
	padding: 0;
	color: #a9161a;
}

.s6_block {
	position: relative;
	margin-top: 138px;
}

.sect6 .s1_form {
	top: 0;
	border-color: #333333;
	position: relative;
	bottom: 0;
}

.sect6 input {
	border-color: #767576;
	background: rgba(64, 57, 64, 0.3);
}

img[src="img/product1.png"] {
	float: right;
	position: absolute;
	right: 50%;
	margin-right: -20px;
	max-width: 300px;
	top: 0;
}

.sect6 img[src="img/logo.png"] {
	position: absolute;
	right: 190px;
	top: -100px;
}

@media (max-width: 1200px) {
	h1 {
		font-size: 35px;
	}

	.s1_bottom_block {
		margin-top: 250px;
	}

	img[src="img/product.png"] {
		top: -260px;
		left: 87%;
		margin-left: -173px;
		width: 150px;
	}

	.s2_list {
		width: 570px;
		float: none;
	}

	.sect2 .container {
		overflow: hidden;
	}
}

@media (max-width: 992px) {
	.sect1 {
		margin-bottom: 20px;
	}

	.s1_list {
		float: none;
		margin-top: -10px;
	}

	.sect1 .timer {
		right: 50%;
		top: -240px;
		margin-right: -90px;
	}

	.s2_list>div {
		height: 238px;
	}

	.s2_block {
		margin-top: 68px;
	}

	.s3_list {
		margin-top: 0;
	}

	.s3_list img {
		margin-bottom: -30px;
	}

	.s3_h4 span {
		color: #707070;
	}
}

@media (max-width: 767px) {
	.sect1 {
		height: 1140px;
		background-position-y: 30%;
	}

	h1 {
		text-align: center;
	}

	header {
		margin-top: 20px;
	}

	.s1_header_right {
		display: none;
	}

	.s1_list {
		right: 50%;
		margin-right: -150px;
		width: 300px;
		padding-top: 10px;
	}

	.sect1 img[src='img/logo.png'] {
		position: relative;
		left: 50%;
		margin-left: -102px;
	}

	.sect1 .s1_form {
		top: 338px;
	}

	.s1_form {
		right: 50%;
		margin-right: -190px;
	}

	img[src="img/product.png"] {
		top: -190px;
		width: 153px;
		left: 50%;
		margin-left: -64px;
	}

	.s2_list {
		width: 100%;
	}

	.s2_sect h2 {
		font-size: 36px;
		padding-bottom: 25px;
	}

	h5 {
		font-size: 24px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 1.2;
	}

	.sect3 {
		background-color: black;
		background-position-y: 32px;
	}

	.sect3::before {
		width: 100%;
		content: '';
		height: 35px;
		background: #780003;
		display: block;
	}

	.sect3 h3 {
		font-size: 36px;
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.s3_text {
		margin-bottom: 20px
	}

	.s4_color {
		font-size: 24px;
	}

	.s4_item {
		margin-top: 30px;
	}

	.s4_item::before {
		left: 5px;
	}

	.s4_h4 {
		font-size: 18px;
	}

	.s4_list {
		width: 280px;
		margin: auto;
	}

	.sect5 {
		max-height: 1150px;
		min-height: 900px;
		height: auto;
		background-position-x: 35%;
		background-position-y: 270px;
	}

	h3.s5_color {
		font-size: 30px;
		margin-top: 0;
		margin-bottom: 46px;
	}

	.s5_comment::before {
		left: 10px;
		top: 0;
	}

	.s5_comment {
		padding: 30px 10px 0px;
	}

	.sect6 {
		height: 1040px;
		background-position-y: 0;
	}

	.s6_h2,
	.s6_h3 {
		font-size: 30px;
		padding-right: 5px;
	}

	.s6_h2 {
		padding-bottom: 0;
	}

	img[src="img/product1.png"] {
		width: 450px;
		margin-right: -85px;
		top: -105px;
	}

	.sect6 .timer {
		right: 10px;
		top: -10px;
	}

	.sect6 img[src="img/logo.png"] {
		right: 25px;
		top: -104px;
	}

	.sect6 .s1_form {
		top: 390px;
		margin-right: -175px;
	}

	.s2_sect {
		height: 260px;
	}

}

@media screen and (max-width: 499px) {
	img[src="img/product1.png"] {
		width: 450px;
		margin-right: -150px;
		top: 25px;
	}
}

input,
select {
	text-align: left;
	padding-left: 20px;
	margin: 0 auto 12px;
}

.price {
	margin-bottom: 12px;
}

.footer {
	background: #000 !important;
}