

.bannerWrap {
	width: 100%;
	height: 475px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto cover;
	position: relative;
}
.header_title {
	display: block;
	visibility: hidden;
	text-align: right;
	left: auto;
	right: 28%;
	top: 35%;
}
     /* =========== */
/* =+===== CONTENT ======= */
     /* =========== */
.active {
	display: block;
}
.parts {
	width: 100%;
	position: relative;
	padding-bottom: 150px;
}
.parts_wrap {
	margin: 0 auto;
	padding-top: 90px;
	width: 870px;
	text-align: center;
}
.preview_box {
	position: relative;
	width: 100%;
}
.preview_block {
	width: 100%;
	display: none;
}
.preview_block_wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 30px; 
}
.preview_block .description{
	width: 51%;
}
.preview_block .description>p {
	text-align: left;
	font-size: 1em;
}
.preview_block .description>p:nth-child(1) {
	margin-top: 0;
}
.preview_block .img_wrap {
	width: 395px;
}
.preview_block .img_wrap>img {
	width: 100%;
}
.parts_catalog {
	position: relative;
	width: 100%;
}
.parts_catalog h2 {
	text-align: center;
	font-size: 1.5em;
	color: #fc2513;
	margin-bottom: 20px;
}
.parts_catalog>.catalog_row{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-bottom: 30px;
	visibility: hidden;
}
.parts_catalog>.catalog_row>.catalog_card {
	width: 24%;
	margin-left: 1%;
	cursor: pointer;
	position: relative;
}
.parts_catalog>.catalog_row>.catalog_card:before {
	content: '';
	display: none;
	position: absolute;
	width: 100%;
	height: 120px;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: rgba(0,0,0,.4);
	pointer-events: none;
}
.parts_catalog>.catalog_row>.catalog_card:hover:before {
	display: block;
	pointer-events: none;
}
.parts_catalog>.catalog_row>.catalog_card:hover>.title {
	color:#696969;
}
.parts_catalog>.catalog_row>.catalog_card:first-child{
	margin-left: 0;
}
.parts_catalog>.catalog_row>.catalog_card>img {
	width: 100%;
	height: 120px;
	height: 120px;
	position: relative;
}
.parts_catalog>.catalog_row>.catalog_card>.title {
	font-size: 1em;
	margin-top: 10px;
	text-align: left;
	-webkit-transition: none;
	transition: none;
}
.thirdPart {
	position: relative;
	width: 100%;
}
.thirdPart h2 {
	text-align: center;
	font-size: 1.5em;
	color: #fc2513;
	margin-bottom: 20px;
	margin-top: 40px;
}
.third_wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.third_block {
	width: 49%;
}
.third_block>img {
	width: 100%;
	max-height: 180px;
	visibility: hidden;
}
.third_block>.title {
	font-size: 1em;
	margin-top: 10px;
	text-align: left;
	visibility: hidden;
}
.parts_wrap>article {
	width: 460px;
	text-align: left;
	margin-top: 60px;
	visibility: hidden;
	-ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@media all and (max-width: 1680px) {
	.header_title{
		right: 24%;
	}
}
@media all and (max-width: 1440px) {
	.header_title{
		right: 20%;
	}
}
@media all and (max-width: 1280px) {
	.header_title{
		right: 16%;
	}
}
@media all and (max-width: 1024px) {
	.header_title{
		right: 90px;
	}
}