@font-face {
  	font-family: 'Lobster';
  	font-style: normal;
  	font-weight: 400;
  	src: 	url('../fonts/lobster-v21-cyrillic_latin-regular.eot');
  	src: 	local('Lobster Regular'), local('Lobster-Regular'),
       		url('../fonts/lobster-v21-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'),
       		url('../fonts/lobster-v21-cyrillic_latin-regular.woff2') format('woff2'),
       		url('../fonts/lobster-v21-cyrillic_latin-regular.woff') format('woff'),
       		url('../fonts/lobster-v21-cyrillic_latin-regular.ttf') format('truetype'),
       		url('../fonts/lobster-v21-cyrillic_latin-regular.svg#Lobster') format('svg');
}

*,
*::before,
*::after {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	outline: none;
	resize: none;
	box-sizing: border-box;
	font-family: 'Lobster', sans-serif;
}
body {
	background: #c0e1e7 url('../images/background.jpg') repeat-y center top;
	background-size: cover;
	color: #0c385a;
}
.container {
	max-width: 970px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.flex {
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-start;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
}
.flex.flex-row {
	flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
}
.flex.flex-wrap {
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.flex.flex-horizontal-center {
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}
.flex.flex-vertical-center {
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}
.flex.flex-vertical-stretch {
	align-items: stretch;
	-moz-align-items: stretch;
	-webkit-align-items: stretch;
}
.flex > * {
	box-sizing: border-box !important;
}
.responsive {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.js-scroll {
	cursor: pointer !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.visible-1366,
.visible-768,
.visible-420 {
	display: none !important;
}

@media (max-width: 1366px) {
	.hidden-1366 {
		display: none !important;
	}
	.visible-1366 {
		display: block !important;
	}
}
@media (max-width: 768px) {
	body {
		background: url('../images/background_mobile.jpg') repeat-y center top;
	}
	.container {
		padding: 0 15px;
	}
	.hidden-768 {
		display: none !important;
	}
	.visible-768 {
		display: block !important;
	}
}
@media (max-width: 420px) {
	.hidden-420 {
		display: none !important;
	}
	.visible-420 {
		display: block !important;
	}
}


/* ----------------------------------------- HEADER ----------------------------------------- */

.header {
	padding: 30px 0;
	align-items: flex-end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
}
.header-left,
.header-right {
	width: 212px;
	text-align: center;
}
.header-center {
	width: calc(100% - 424px);
	text-align: center;
}
.header-phone {
	font-size: 45px;
	display: block;
	text-decoration: none;
	color: #fff !important;
	height: 66px;
	width: 100%;
	max-width: 460px;
	text-align: center;
	margin: 0 auto;
	line-height: 66px;
	background: #0c385a;
	border: 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.header-time {
	font-size: 19px;
	margin-top: 10px;
}
.header-position {
	text-align: center;
	font-size: 26px;
	margin-bottom: 10px;
}
.header-arrow {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 50px;
	height: 50px;
	border: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #85cbc6 url('../images/arrow_down.png') no-repeat center center;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

@media (max-width: 768px) {
	.header {
		height: 100vh;
		padding: 0 25px;
		align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		position: relative;
	}
	.header-left {
		width: 50%;
		text-align: left;
		padding-right: 20px;
	}
	.header-right {
		width: 50%;
		text-align: right;
		padding-left: 20px;
	}
	.header-phone {
		font-size: 40px;
	}
}
@media (max-width: 420px) {
	.header-left {
		padding-right: 10px;
	}
	.header-right {
		padding-left: 10px;
	}
	.header-position {
    	font-size: 20px;
    }
    .header-phone {
		font-size: 32px;
	}
}


/* ----------------------------------------- SERVICES ----------------------------------------- */

.services {
	padding: 50px 0 40px;
}
.services-left {
	width: 50%;
	padding-right: 15px;
}
.services-right {
	width: 50%;
	padding-left: 15px;
}
.services-caption {
	text-align: center;
	font-size: 49px;
	margin-bottom: 60px;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}
.services-caption__text {
	margin-left: 18px;
}
.services-right._wheels .services-caption__text {
	color: #e21a22;
}
.services-image::before {
	content: "";
	display: block;
	width: 75px;
	height: 75px;
	position: absolute;
	bottom: -35px;
	left: 50%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 10;
}
.services-left .services-image::before {
	background-image: url('../images/ico_wash.png');
}
.services-right .services-image::before {
	background-image: url('../images/ico_wheels.png');
}
.services-image {
	position: relative;
	text-align: center;
}
.services-image img {
	display: inline-block;
	border: 4px solid #bfe2bf;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.services-description {
	background: #fff;
	padding: 20px;
	margin-top: 55px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.services-description ul li::before {
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	left: 0;
	top: 8px;
	background: #fdb813;
	border: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.services-right .services-description ul li::before {
	background: #e21a22;
}
.services-description ul li {
	font-size: 20px;
	position: relative;
	padding-left: 20px;
	width: 50%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.services-left,
	.services-right {
		width: 100%;
		padding: 0;
	}
	.services-left {
		margin-bottom: 40px;
	}
	.services-image::before {
	    width: 55px;
	    height: 55px;
	    bottom: -23px;
	}
	.services-caption {
		text-align: left;
		font-size: 40px;
		margin-bottom: 20px;
		justify-content: flex-start;
		-moz-justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.services-caption img {
		width: 70px;
		height: auto;
	}
	.header-contacts {
		margin: 0 -25px;
		padding-bottom: 100px;
		width: calc(100% + 50px);
	}
	.header-time {
		text-align: center;
	}
}
@media (max-width: 420px) {
	.services-description ul li {
		width: 100%;
	}
	.services-caption {
		font-size: 34px;
	}
}


/* ----------------------------------------- FOOTER ----------------------------------------- */

.map {
	text-align: center;
}
.map img {
	display: inline-block;
	border: 4px solid #bfe2bf;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.footer {
	text-align: center;
	padding: 40px 0 60px;
	flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}
.footer-phone {
	font-size: 45px;
	display: block;
	text-decoration: none;
	color: #fff !important;
	height: 66px;
	width: 100%;
	max-width: 468px;
	text-align: center;
	margin: 0 auto;
	line-height: 66px;
	background: #0c385a;
	border: 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.footer-time {
	font-size: 19px;
	margin: 15px 0 40px;
}
.footer-welcome {
	margin-top: 60px;
	font-size: 28px;
}

@media (max-width: 768px) {
	.footer-phone {
		font-size: 40px;
	}
}
@media (max-width: 420px) {
	.footer-phone {
		font-size: 32px;
	}
	.footer-welcome {
		font-size: 22px;
	}
}
