header {
	border-bottom: 1px solid #595959;
}
.content {
	padding: 120px 0 0px;
	background-color: rgb(38, 38, 38);
	line-height: 1.5;
}
h1 {
	text-transform: uppercase;
	font-size: 175%;
	color: rgb(230, 159, 0);
	text-align: center;
	padding-top: 80px;
}




.content_container {
	margin-top: 50px;
}
.content .content_box {
	padding: 60px 0;

}
.content .heading {
	font-size: 250%;
	width: 90%;
	max-width: 1090px;
	margin: 60px auto 0;
	line-height: 1.2;
}
.content .heading .neon {
	position: relative;
	z-index: 1;
}
.content .heading .neon::before {
	content: attr(data-content);
	position: absolute;
	top: 50%;
	left: 15px;
	width: 184px;
	height: 20%;
	box-shadow: 0px 0px 32px 20px rgba(191, 144, 0, 0.7) inset, 0px 0px 13px 4px #BF9000;
	z-index: -1;
}

.content .flex_container {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1090px;
	margin: 60px auto 0px;
}.content .flex_container .box_1 {
	width: 48%;
	box-sizing: border-box;
}
.content .flex_container .stock {
	width: 320px;
box-sizing: border-box;
margin: 0 auto;
}
.content .flex_container .stock .stock_h {
	text-transform: uppercase;
background-color: rgba(118, 113, 113, 0.5);
font-size: 150%;
padding: 20px;
}
.content .flex_container .stock .stock_h span {
background: url(../images/marker_arrowa_2.png) no-repeat;
background-size: 18px;
background-position: 0 center;
padding-left: 25px;
}
.stock_c {					
	height: 300px;
}
.content .flex_container .stock .stock_c .button {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;

}
.content .flex_container .stock .stock_c .button a:nth-child(1) {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 112.5%;
  font-weight: bold;
  background-color: #e60000;
  padding: 10px 0;
  width: 210px;
  margin: 0 auto;
  text-align: center;
}
.action {
	display: block;
color: #fff;
text-decoration: none;
background-color: rgba(118, 113, 113, .5);
margin: 0 0 19px 0;
padding: 27px 35px;
position: relative;
}
.action:hover, .action:active {
	background-color: rgb(230, 0, 0);
}
.action .action_name {
  display: block;
width: 193px;
font-size: 146%;
line-height: 1.2;
}
.action .link {
  display: block;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: rgb(230, 0, 0);
position: absolute;
right: 36px;
top: 36px;
}
.action .link img {
  width: 100%;
}
.content_container {
	background-color: rgb(59, 56, 56);
	padding-top: 60px;
}
.content .flex_container .box_2 {
	width: 48%;

}
.content .flex_container .box_2 .text {
	font-size: 125%;
}
.content .flex_container .box_2 .text p {
	margin-bottom: 17px;
}
.content .flex_container .box_2 .prise {
	margin-top: 40px;
	line-height: 1;
}
.action_prise {
	font-size: 286%;
	color: #ff0000;
	text-align: center;	
}
.action_prise sup, .old_prise sup {
	font-size: 70%;
	vertical-align: super;
}
.old_prise {
	font-size: 216%;
	color: rgb(175, 171, 171);
	text-align: center;	
}
.old_prise span, .old_prise sup
 {
 	text-decoration: line-through;
}
.content .flex_container .box_2 .buttons {
	margin-top: 51px;
}
.content .flex_container .box_2 .buttons a {
	display: block;
	text-decoration: none;
	margin: 10px auto;
	text-transform: uppercase;
	text-align: center;
padding: 10px 0;
width: 195px;
font-size: 108%;
box-sizing: border-box;
cursor: pointer;
}
.content .flex_container .box_2 .buttons a:first-child {
	background-color: #e60000;
	color: #fff;
}
.content .flex_container .box_2 .buttons a:nth-child(2) {
	background-color: #fff;
	color: #000;
}
.heading_2 {
	font-size: 250%;
	line-height: 1.2;
}
.heading_2 .neon {
	position: relative;
	z-index: 1;
}
.heading_2 .neon::before {
	content: attr(data-content);
	position: absolute;
	top: 50%;
	left: 15px;
	width: 184px;
	height: 20%;
	box-shadow: 0px 0px 32px 20px rgba(191, 144, 0, 0.7) inset, 0px 0px 13px 4px #BF9000;
	z-index: -1;
}
.content_container_3 {
	  background-color: rgb(59, 56, 56);
  padding: 60px 0px;
  margin-top: 60px;
}
.content_container_3 .heading_3 {
	font-size: 250%;
width: 90%;
max-width: 1090px;
margin: 0px auto 0;
line-height: 1.2;
}
.content_container_3 .heading_3 .neon {
  position: relative;
  z-index: 1;
}
.content_container_3 .heading_3 .neon::before {
  content: attr(data-content);
  position: absolute;
  top: 50%;
  left: 15px;
  width: 170px;
  height: 20%;
  box-shadow: 0px 0px 32px 20px rgba(191, 144, 0, 0.7) inset, 0px 0px 13px 4px #BF9000;
  z-index: -1;
}
.photos {
	margin: 60px auto 0;
	width: 600px;
}
#carousel_2 .slider__item {
  height: 480px;
  width: 100%;
  margin: 0 auto;
}
#carousel_2 .owl-prev {
  position: absolute;
  top: 220px;
  left: -60px;
  
}
#carousel_2 .owl-next {
  position: absolute;
  top: 220px;
  right: -60px;
 
}
#carousel_2 .owl-next span, #carousel_2 .owl-prev span {
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  display: block;
  border-radius: 50%;
  height: 40px;
  width: 40px;

}
@media screen and (max-width: 800px) {
	.content {
		font-size: 88%;
		padding-top: 61px;
	}
	.content .flex_container, .content .flex_container {
		 display: block;
		 margin-top: 40px;
	}
	.content .flex_container.lex_2 {
		margin-top: 99px;

	}
	.content .flex_container .box_2 {
		width: 100%;
		margin-top: 40px;
	}
	.content .heading {
		margin-top: 40px;
		font-size: 220%;
	}
	.content .heading .neon::before {
		width: 145px;
	}
	.content .flex_container .box_1 {
		width: 100%;
	}
	.heading_2 {
		font-size: 220%;
	}
	.heading_2 .neon::before {
		width: 155px;
	}
	.action .action_name {
		font-size: 130%;
		min-height: 67px;
	}
	.action .link {
		top: 27px;
	}
	.content_container_3 .heading_3 {
		font-size: 220%;
	}
	.content_container_3 .heading_3 .neon::before {
		width: 133px;
	}
	.photos {
		margin-top: 40px;
		width: 90%;
	}
	#carousel_2 .owl-prev {
  left: 10px;
	}
	#carousel_2 .owl-next {
	  right: 10px;
	}
	@media screen and (max-width: 650px){
		.photos {
			width: 90%;
		}
		#carousel_2 .slider__item {
			height: 380px;
		}
		#carousel_2 .owl-prev {
			top: 170px;
		}
		#carousel_2 .owl-next {
			top: 170px;
		}
		@media screen and (max-width: 500px) {
			#carousel_2 .slider__item {
				height: 320px;
			}
			#carousel_2 .owl-prev {
			top: 140px;
		}
		#carousel_2 .owl-next {
			top: 140px;
		}
		}
		@media screen and (max-width: 383px) {
			.action .action_name {
				width: 140px;
				font-size: 120%;
			}
			.action .link {
				top: 33px;
			}
			@media screen and (max-width: 375px) {
				.content .flex_container .stock {
	  			width: 275px;
				}
			}
		}
	}
}