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 .flex_container {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1090px;
	margin: 60px auto 0;
}
.content .flex_container .box_1 {
	width: 56%;
	box-sizing: border-box;
}
.content .flex_container .box_1 .heading {
	font-size: 250%;
	line-height: 1.2;
}
.content .flex_container .box_1 .heading .neon {
	position: relative;
	z-index: 1;
}
.content .flex_container .box_1 .heading .neon::before {
	content: attr(data-content);
	position: absolute;
	top: 50%;
	left: 15px;
	width: 250px;
	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 .box_1 .text {
	font-size: 125%;
}
.content .flex_container .box_1 .text p {
	margin-top: 40px;
}
.content .flex_container .box_2 {
	width: 40%;
	box-sizing: border-box;
}
.masters_cart {
	width: 290px;
	margin: 0 auto;
}
.masters_cart .masters_photo {
	height: 350px;
	position: relative;
}
.masters_cart .masters_photo::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 25%;
	border-top: 2px solid rgb(191, 191, 191);
	border-left: 2px solid rgb(191, 191, 191);
}
.masters_cart .masters_photo::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 70px;
	width: 70px;
	border-top: 2px solid rgb(191, 191, 191);
	border-right: 2px solid rgb(191, 191, 191);
}
.masters_cart .masters_photo span:first-child {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70px;
	width: 70px;
	border-bottom: 2px solid rgb(191, 191, 191);
	border-left: 2px solid rgb(191, 191, 191);
}
.masters_cart .masters_photo span:last-child {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50%;
	width: 25%;
	border-bottom: 2px solid rgb(191, 191, 191);
	border-right: 2px solid rgb(191, 191, 191);
}
.masters_cart .down {
	background: rgba(118, 113, 113, 0.5);
	padding: 30px 0;
	width: 99%;
	margin: 0 auto;
}
.masters_cart .masters_name {
	text-align: center;
	font-size: 150%;
	text-transform: uppercase;
}
.masters_cart ul {
	margin-top: 15px;
	font-size: 112.5%;
}
.masters_cart ul li {
	margin-top: 15px;
	background: url(../images/marker_arrow.png) 0 5px no-repeat;
	background-size: 17px;
	width: 92%;
	margin: 10px auto 0;
}
.masters_cart ul span {
	padding-left: 23px;
}
.masters_cart .button {
	margin-top: 30px;
}
.masters_cart .button a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	width: 195px;
	text-align: center;
	margin: 0 auto;
	font-size: 93%;
	background-color: #e60000;
}
.content .list-of-masters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 60px;
	margin: 0 auto;
	width: 90%;
	max-width: 1090px;
}
.content .list-of-masters .masters_cart {
	margin: 0 2% 60px;
}
.content .show_more {
	padding: 40px 0 100px;
}


.content .show_more a {
	display: block;
	text-decoration: none;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 112.5%;
	color: #000;
	background-color: #fff;
	width: 235px;
}
@media screen and (max-width: 800px){
	.content {
		font-size: 88%;
	}
	.content .flex_container .box_1 .heading {
		font-size: 220%;
		width: 90%;
		margin: 0 auto;
	}
	.content .flex_container .box_1 .heading .neon::before {
		width: 196px;
	}
	@media screen and (max-width: 750px){
		.content {
			padding-top: 61px;
		}
		.content .flex_container {
			display: block;
			width: 100%;
			margin-top: 40px;
		}
		.content .flex_container .box_1 .text {
			display: none;
		}
		.content .flex_container .box_1 {
			width: 100%;
		}
		.content .flex_container .box_2 {
			width: 100%;
			margin-top: 40px;
		}
		.content .list-of-masters {
			display: block;
		}
		.content .list-of-masters .masters_cart {
			margin-right: auto;
			margin-left: auto;
		}
	}
}