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

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

}
@media only screen and (max-width:  1400px) {
	.our-works-slider .owl-next {
		right: 10px;
	}
	.our-works-slider .owl-prev {
		left: 10px;
	}
}
@media only screen and (max-width: 1199px) {

	
}
@media only screen and (max-width: 991px) {
	header {
		height: 62px;	
	}
	#content {
		margin-top: 62px;	
	}
	header .header-logo img {
		width: 40px;	
	}

	footer .navbar-nav {
		flex-direction: column;
	}
	.info-section .under-list-text {
		margin-top: 16px;
	}
	.advantages-section .item {
		margin-bottom: 24px;
	}
	header {
		padding: 5px 0;
	}
}
@media only screen and (max-width: 767px) {
    .header-logo span {
    	font-size: 15px;
    }
	.install-lock-page .first-screen .image-wrapper {
		padding: 0;
		margin-top: 40px;
	}
	.install-lock-page .first-screen .container-xxl {
		padding-bottom: 0;
	}
	.our-works-container {
		margin-top: 50px;
	}
	footer .social-group .btn {
		display: block;
	}
	.homepage .open-garage-section .image-wrapper, .homepage .open-safe-section .image-wrapper, .repair-lock-section .image-wrapper  {
		order: 2;
		margin-top: 50px;
	}
	.homepage .open-car-section p br {
		display: none;
	}
	.homepage .open-car-section .image-wrapper, .homepage .open-safe-section .image-wrapper, .install-lock-section .image-wrapper, .change-lock-section .image-wrapper,.repair-lock-section .image-wrapper {
		justify-content: center;
		margin-top: 50px;
	}
}

@media only screen and (max-width: 575px) {
	.mobile-phone-btn {
		display: block;
	}
	.advantages-section .item > .icon > img {
		width: 70px;
	}
	.prices-row .item > .title {
		width: 80%;
	}
	.footer-logo {
		margin-bottom: 24px;
		justify-content: center;
	}
	footer .social-group {
		margin-top: 24px;
		display: block;
		text-align: center;
	}
	footer .social-group .btn {
		margin-left: auto;
		margin-right: auto;
		margin-top: 12px
	}
	footer .navbar-nav {
		align-items: center;
	}
	.owl-nav button > svg {
		width: 25px;
	}
	.info-section .text-with-border {
		font-size: 16px;
	}
	.info-section .large-text {
		font-size: 20px;
	}
	h2 br {
		display: none;
	}
	.homepage .open-car-section .btn, .homepage .open-safe-section .btn, .homepage .open-safe-section .btn, .install-lock-section .btn, .repair-lock-section .btn, .change-lock-section .btn {
		max-width: 100%;
	}
	
	.homepage .first-screen{
	    background-position: 70% center;
	}
	
	
	.advantages-section .item > .text br {
		display: none;
	}
	.prices-row .item {
		padding: 12px;
		margin-bottom: 16px;
	}
	.prices-row .item > .title {
		font-size: 16px;
	}
	.section {
		padding: 40px 0;
	}
	header .logo-image img {
		width: 40px;
	}	
	.section-title h2 {
		font-size: 26px;
	}
	h1 {
		font-size: 26px !important;
	}
}
@media only screen and (max-width: 480px) {
	
}
@media only screen and (max-width: 400px) {
	
}
@media only screen and (max-width: 350px) {
	.btn {
		font-size: 14px;
	}
}
@media only screen and (min-width: 992px) {
	
}
@media only screen and (min-width: 576px) {

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

}