#mainImage{
	content: '';
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	height: calc(100vw*1.77 / 5);
	min-height:360px;
	max-height: 750px;
	background-color: #fff;
}
#mainImage IMG{ position:absolute; top:-25px; }

/*
#mainCarPhoto{
	content: '';
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	min-height: 600px;
	max-height: 800px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	background-size: 100%;
	position: relative;
}
#mainCarPhoto IMG{
	position:absolute;
	top:-50%;

}
*/

.skewWhiteLeft{
	z-index: 100;
	background-color: white;	/* rgba(150,150,150,0.9); *//*#90CCAA;*/
	position: relative;
	margin-top:-20px;
	padding-top: 30px;
}

.skewWhiteLeft P{ z-index: 15; position: relative; 	}
.skewWhiteLeft:before {
	position: absolute;
	background-color: inherit;
	content: "";
	min-height: 220px;	/* skew storis */
	top: 0;
	left: 0;
	margin-top: -3%;
	transform: skewY(3.2deg);
	width: 100%;
}
.skewWhiteRight{
	position: relative;
	background-color: inherit;
	z-index:100;
	padding-bottom: 30px;
}
.skewWhiteRight:after{
	z-index:-10;
	position: absolute;
	background-color: inherit;
	content: "";
	min-height: 220px;
	bottom: 0;
	left: 0;
	margin-bottom: -3.5%;
	transform: skewY(-3.2deg);
	width: 100%;
}


/* */

#oragneCarBlock{
	position: relative;
	background-color: #FA5D07;
	width:100%;
	margin: 0 0 40px 0;
	padding: 9% 0 5% 0;
	color:white;
}
#oragneCarBlock DIV.simpleText{	color:white; position: relative; }
#oragneCarBlock H1{	color:white; position: relative; }

#oragneCarBlock:before{
	position: absolute;
	background-color: inherit;
	content: "";
	min-height: 220px;
	bottom: 0;
	left: 0;
	margin-bottom: -3%;
	transform: skewY(3.2deg);
	width: 100%;
}
