div.divHomeFormContainer{
	background-image: url(/main/_images/home/banner.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #333;
	background-size: cover;
	float: left;
	width: 100%;
	position:relative;
}

@media (min-width: 1921px) {
	div.divHomeFormContainer{
		background-position: center;
	}
}

div.divHomeCarDetails::before,
div.divHomeVideo::before{
	position: absolute;
	content: " ";
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-top: 12px solid black;
	border-left: 12px solid transparent;
	margin: 10px;
}

div.divHomeCarDetails::after,
div.divHomeVideo::after{
	position: absolute;
	content: " ";
	width: 0;
	height: 0;
	bottom: 0;
	left: 0;
	border-bottom: 12px solid black;
	border-right: 12px solid transparent;
	margin: 10px;
}

div.divHomeCarDetails{
	background-color: #FFBE00;
	width: 500px;
	margin: 50px 0 50px 200px;
	padding: 20px;
	position: relative;
}

div.divHomeVideo{
	background-color: #FFBE00;
	width: 650px;
	padding: 20px;
	position: absolute;
	top: 50px;
	right: 200px;
	height: 434px;
	box-sizing: border-box;
}

div.divHomeVideo video{
	width: 100%;
	height: calc(100% - 50px);
	margin-top: 15px;
}

div.divHomeCarDetails span,
div.divHomeVideo span{
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 600;
	font-size: 31px;
	line-height: 1.2em;
	display: block;
	color: #18212b;
}

div.divHomeCarDetails input{
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
	border: 0px;
	text-transform: uppercase;
}

div.divHomeCarDetails input[type=text]::-ms-clear {
	display: none;
}

div.divHomeCarDetails input[type=text]{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 15px;
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: left;
	height: 45px;
	font-size: 18px;
	font-weight: 600;
	color: black;
}
div.divHomeCarDetails input[type=checkbox]{
	margin-top: 20px;
}

div.divHomeCarDetails input.inpReg{
	background-image: url(/main/_images/home/reg_input.png?30042019);
}

div.divHomeCarDetails input.inpPostcode{
	background-image: url(/main/_images/home/postcode_input.png?30042019);
}

div.divHomeCarDetails input.inpEmail{
	background-image: url(/main/_images/home/email_input.png?30042019);
}

div.divHomeCarDetails input.inpPhone{
	background-image: url(/main/_images/home/phone_input.png?30042019);
}

div.divHomeCarDetails div.divContact {
	display: block;
	width: 100%;
	margin-top: 15px;
}

div.divHomeCarDetails div.divContact > input {
	margin-top: 0;
	width: calc(50% - 10px);
}

div.divHomeCarDetails div.divContact .inpEmail {
	float: left;
}

div.divHomeCarDetails div.divContact .inpPhone {
	float: right;
}

div.divHomeCarDetails div.divConsent {
	margin-top: 15px;
	display: flex;
	padding: 10px;
	color: black;
	align-items: center;
}

div.divHomeCarDetails div.divConsent input {
	-webkit-appearance: none;
	background-color: white;
	width: 25px;
	height: 25px;
	margin-top: 0;
	transition: transform 0.5s;
	flex-shrink: 0;
}

div.divHomeCarDetails div.divConsent input:checked {
	background-image: url('/main/_images/home/feature_tick.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: scale(1.3);
}

div.divHomeCarDetails div.divConsent label {
	margin-left: 15px;
	font-weight: bold;
	line-height: 15px;
}

div.divHomeCarDetails div.divVehicle{
	display: none;
}

div.divHomeCarDetails input[type=submit]{
	background-color: #253242;
	color: white;
	padding: 11px 44px;
	font-size: 19px;
	margin-top: 30px;
	cursor: pointer;
	-webkit-appearance: none;
	display: block;
	float: right;
}

div.divHomeCarDetails input[type=submit]:hover{
	background-color: #17202a;
}

@media (max-width: 1625px) {
	div.divHomeVideo{
		width: 550px;
	}

	div.divHomeVideo span{
		font-size: 26px;
	}

	div.divHomeVideo video{
		height: calc(100% - 45px);
	}
}

@media (max-width: 1600px) {
	div.divHomeCarDetails {
		margin: 50px 0 50px 150px;
	}
}

@media (max-width: 1470px) {
	div.divHomeCarDetails {
		margin: 50px 0 50px 90px;
	}

	div.divHomeVideo{
		width: 600px;
		right: 90px;
	}

	div.divHomeVideo video{
		height: calc(100% - 50px);
	}

	div.divHomeVideo span{
		font-size: 30px;
	}
}

@media (max-width: 1340px) {
	div.divHomeVideo{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		margin: -20px 25px 50px 90px;
		height: auto;
		max-width: 540px;
	}

	div.divHomeVideo video{
		height: auto;
	}

	div.divHomeVideo span{
		font-size: 20px;
		text-align: center;
	}
}

@media (max-width: 800px) {
	div.divHomeCarDetails {
		margin: 50px auto;
	}
}

@media(max-width: 700px) {
	div.divHomeCarDetails {
		width: calc(100% - 80px);
		margin: 20px auto;
		padding: 14px;
	}
	div.divHomeCarDetails span{
		font-size: 20px;
	}
	div.divHomeCarDetails div.divContact > input {
		width: 100%;
	}
	div.divHomeCarDetails div.divContact > input:nth-of-type(2) {
		margin-top: 15px;
	}

	div.divHomeVideo{
		margin: 20px 25px;
		max-width: none;
	}
}












div.divHomeStages {
	background-color: #f2f2f2;
	width: 100%;
}

ul.ulHomeStages{
	text-align: center;
	display: flex;
	width: 100%;
	margin: 0 auto;
	flex-direction: row;
	align-items: center;
}

ul.ulHomeStages li {
	display: block;
	font-family: "Roboto", Arial, sans-serif;
	color: black;
	font-weight: 600;
	font-size: 26px;
	width: 33%;
	padding: 50px 0;
	position: relative;
	height: 106px;
}

ul.ulHomeStages li:nth-of-type(2) {
	background-color: white;
}

ul.ulHomeStages li:nth-of-type(2)::before {
	content: " ";
	border-top: 103px solid white;
	border-left: 20px solid #f2f2f2;
	border-bottom: 103px solid white;
	position: absolute;
	top: 0;
	left: 0px;
}

ul.ulHomeStages li:nth-of-type(2)::after {
	content: " ";
	border-top: 103px solid #f2f2f2;
	border-left: 20px solid white;
	border-bottom: 103px solid #f2f2f2;
	position: absolute;
	top: 0;
	right: -20px;
}

ul.ulHomeStages li img {
	padding: 0 0 18px;
}

@media(max-width: 1200px) {
	ul.ulHomeStages li {
		font-size: 20px;
	}
}

@media(max-width: 1000px) {
	ul.ulHomeStages li {
		font-size: 16px;
		height: 80px;
	}
	ul.ulHomeStages li img {
		height: 34px;
		padding: 0 0 12px;
	}
	ul.ulHomeStages li:nth-of-type(2)::before {
		content: " ";
		border-top: 90px solid white;
		border-left: 15px solid #f2f2f2;
		border-bottom: 90px solid white;
		position: absolute;
		top: 0;
		left: 0px;
	}
	ul.ulHomeStages li:nth-of-type(2)::after {
		content: " ";
		border-top: 90px solid #f2f2f2;
		border-left: 15px solid white;
		border-bottom: 90px solid #f2f2f2;
		position: absolute;
		top: 0;
		right: -15px;
	}
}

@media(max-width: 700px) {
	ul.ulHomeStages {
		width: 100%;
		display: none;
	}
	ul.ulHomeStages li {
		width: 100%;
		height: 50px;
		padding: 15px 0px 25px;
	}
	ul.ulHomeStages li:nth-of-type(2)::before,
	ul.ulHomeStages li:nth-of-type(2)::after {
		content: unset;
	}
}










div.divHomeContent{
	width: 1400px;
	margin: 100px auto 100px;
	position: relative;
}

div.divHomeContent div.divHomeFlex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}

div.divHomeContent h2::before {
	width: 50px;
	height: 3px;
	background-color: #ffbe00;
	content: " ";
	position: absolute;
	top: 50px;
	margin: 0 auto;
	left: calc(50% - 25px);
}

div.divHomeContent img.imgKeys {
	width: 400px;
	flex-shrink: 0;
}

div.divHomeContent div.divHomeTextContent {
	margin-left: 30px;
}

div.divHomeContent h2{
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 32px;
	color: #18212b;
	margin: 35px 0 50px;
	line-height: 1.3em;
	position: relative;
}

div.divHomeContent p {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	padding: 0 0 20px;
	color: #18212b;
	line-height: 1.6em;
}

div.divHomeContent ul {
	font-size: 20px;
	list-style: none;
}

div.divHomeContent ul li{
	display: block;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 500;
	background-image: url(/main/_images/home/feature_tick.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #18212b;
	padding-left: 45px;
	margin: 18px 0px;
	line-height: 25px;
}

@media(max-width: 1500px) {
	div.divHomeContent {
		width: calc(100% - 60px);
		margin: 80px 30px;
	}
}
@media(max-width: 1200px) {
	div.divHomeContent img.imgKeys {
		width: 300px;
	}
	div.divHomeContent h2{
		font-size: 26px;
	}
	div.divHomeContent p {
		font-size: 18px;
	}
	div.divHomeContent ul {
		font-size: 18px;
	}
	div.divHomeContent ul li {
		line-height: 20px;
	}
}

@media(max-width: 700px) {
	div.divHomeContent {
		width: calc(100% - 40px);
		margin: 50px 20px;
	}
	div.divHomeContent img.imgKeys {
		display: none;
	}
	div.divHomeContent div.divHomeTextContent {
		margin-left: 0;
	}
	div.divHomeContent h2{
		font-size: 22px;
	}
	div.divHomeContent p {
		font-size: 16px;
	}
	div.divHomeContent ul {
		font-size: 16px;
	}
	div.divHomeContent ul li {
		line-height: 21px;
	}
	div.divHomeContent h2::before {
		content: unset;
	}
}
