@media only screen and (min-width: 1400px) {
	.container-xxl {
		max-width: 1180px;
	}
	body.container-xxl {
		max-width: 1320px;
	}
}

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {
	.header-row {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header.hide {
  transform: translateY(-100%);
}

	header {
		position: fixed;
	}

	#app {
		padding-top: 100px;
	}
.services-section, .conditions-section {
	padding-left: initial;
}
.top-header {
	display: none;
}
header .container-xxl {
	padding: 0;
}
header .header-row {
	border-radius: 0;
}
}

@media only screen and (max-width: 767px) {

	.car-spec-block {
		margin: auto;
	}
	.carpage-section #sync1 .owl-item img {
		height: 300px;
	}
	
	.features-section {
		padding: 30px 0;
	}
	.section-title {
		margin-bottom: 30px;
	}
	.cars-section h1 {
		font-size: 30px;
		margin-bottom: 0;
		margin-left: 0;
		text-align: center;
	}
	.services-section h2, .conditions-section h2 {
		font-size: 22px;
	}

	.contact-form-section .form-row {
		padding-left: 0;
		padding-right: 0;
	}
 footer {
	text-align: center;
 }
 .footer-social {
	margin-bottom: 20px;
 }
 .developer-block {
	margin-top: 30px;
 }
}

@media only screen and (max-width: 575px) {
.carpage-section #sync1 .owl-item img {
	height: 250px;
}
.carpage-section #sync2 .owl-item img {
	height: 110px;
}
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 400px) {
.carpage-section #sync2 .owl-item img {
	height: 70px;
}
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 576px) {

}

@media only screen and (min-width: 768px) {

}