html, body {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans';
}

body {
	background: url('/images/stockvault-headlight112773.jpg');
	background-size: cover;
	color: #eee;
	font-size: 24px;
}
header {
	color: #151515;
}
.header-logo {
	font-size: 38px;
	display: inline-block;
	vertical-align: top;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;

}

.header-contacts {
	display: inline-block;
	background: rgb(0,0,0,0.5);
	color: #fff;
	border-radius: 4px;
	margin-top: 10px;
}

.content-main { 

	padding: 10px;
	margin-top: 20px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
}
nav.content-main {
	padding: 0px;
	margin-top: 20px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 20px;
}
.nav-item {
	padding: 10px;
}
nav.content-main > div {
	flex: 1;
	text-align: center;
	width: 100%;
}
.brd {
	border: 5px solid #eee;
}
.price {
    display: inline-block;
    font-size: 4.3em;
    vertical-align: top;
}
.price-desc {
	font-size: 2.9em;
}
.slab-view {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 30px;
}
.header-contacts-item {
	font-size: 1.5em;
}

.header-contacts-item h2 {
	font-weight: bold;
	margin-top: 10px;
}
.table>tbody>tr>th {
	    border-top: 1px solid rgba(202, 202, 202, 0.12);
}
a {
	color: #eee;
}
a:hover {
	color: #cecece;
}
.header-logo a {
	color: #151515;
}
.do {
	color: #ff2d2d;
}
.img-r {
	float: right;
}
.menu-u {
	text-decoration: underline;
}

.common-index {
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 10px 60px;
}
.index-contact {
	float: left;
	color: #222;
}
.index-contact a {
	color: #222;
	text-decoration: underline;
}
.index-worktime {
	background: #fff;
	width: 50%;
	float: right;
}
.index-worktime > thead > tr > th {
	border-bottom: 2px solid #222;
}
.index-worktime > tbody > tr > th {
	border-top: 1px solid rgb(193, 193, 193)
}
.index-worktime th {
	color: #222;
	font-size: 1em;
}
.index-worktime th.do {
	color: #ff2d2d;
}
.common-index h2, .common-index h3 {
	color: #222;
	text-align: center;
}
.index-services {
	display: flex;
	flex-direction: row;
	color: #222;
}

.index-services-item {
	flex: 1;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border: none;
	font-size: 1em;
}

.services-car:before {
	content: '';
	width: 100px;
	height: 100px;
	top: 0;
	left: 4px;
	display: block;
	background: url(/images/car.png) #60acec no-repeat center;
}
.services-resale:before {
	content: '';
	width: 100px;
	height: 100px;
	top: 0;
	left: 4px;
	display: block;
	background: url(/images/money.png) #60acec no-repeat center;
}
.services-consult:before {
	content: '';
	width: 100px;
	height: 100px;
	top: 0;
	left: 4px;
	display: block;
	background: url(/images/consulting-message.png) #60acec no-repeat center;
}
.index-services-item:before {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-size: 80px;
	margin-bottom: 5px;
}
.services-title {
	font-size: 0.9em;
	font-weight: 600;
}
.services-desc {
	font-size: 0.8em;
	letter-spacing: -0.5px;
}
.services-link {
	background: #337ab7;
	border-radius: 4px;
	padding: 10px;
	display: block;
	width: 180px;
	line-height: 22px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 10px;
	transition: all 0.2s ease;
	box-shadow: 0px 0px 0px #00000047;
}
.services-link:hover {
	background: #2b5f8c;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 4px 10px #00000047;
}
.page-separator {
	height: 1px;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	background: #bbb;
}
.service-container {
	margin: 20px auto;
	display: flex;
	justify-content: center;
}
.service-container > div {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.service-select-car, .service-resale {
	background: #fff;
	color: #222;
	font-size: 0.8em;
	display: inline-block;
	padding: 0 25px 25px;
}
.service-select-car__item {
	margin-bottom: 5px;
}
.service-select-car .link-button {
	margin: 15px 0 ;
}
.link-button {
	background: #337ab7;
	padding: 10px;
	display: inline-block;
	letter-spacing: 2px;
	border-radius: 4px;
	box-shadow: 0 0 0 rgba(0,0,0,0.0001);
	transition: all 0.2s ease;
}
.link-button:hover {
	background: #2b5f8c;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 4px 10px #00000047;
}
.service-resale h3 {
	text-align: center;
}
.service-resale table,
.service-select-car table {
	margin: 0 auto;
	margin-bottom: 15px;
}
.service-resale tr:not(:last-child),
.service-select-car tr:not(:last-child) {
	border-bottom: 1px solid #9d9d9d;
}
.service-resale td:not(:last-child),
.service-resale th:not(:last-child),
.service-select-car th:not(:last-child),
.service-select-car td:not(:last-child) {
	padding-right: 25px;
	padding-bottom: 5px;
	padding-top: 3px;
}
.service-additional {
	color: #222;
	font-size: 0.8em;
	width: 50%;
	margin: 0 auto;
}
.content-rating {
	background: #fff;
	color: #222;
	padding: 0 60px 30px;
	border: 0;
}
.content-rating p {
	font-size: 0.8em;
}
@media (max-width: 900px) {
	.common-index {
		padding-left: 30px;
		padding-right: 30px;
	}
	.index-services {
		flex-direction: column;
	}
	.index-services-item:not(:last-child) {
		margin-bottom: 15px;
		border-bottom: 1px dashed #9d9d9d;
		padding-bottom: 15px;
		font-size: 0.9em;
	}
	.index-contact {
		display: flex;
		flex-direction: column;
		align-items: center;
		border-bottom: 1px solid #9d9d9d;
		padding-bottom: 25px;
	}
	.index-contact, .index-worktime {
		font-size: 14px;
		width: 100%;
	}
	.service-resale {
		font-size: 0.6em;
		padding-bottom: 15px;
	}
	.service-resale td, .service-resale th{
		padding-right: 15px;
	}
	.service-additional {
		width: auto;
		font-size: 0.6em;
	}
	nav.content-main {
		flex-direction: column;
	}
}
@media (max-width: 1200px) {
	nav.content-main > div a {
		font-size: 1em;
		font-weight: 800;
	}

}
.mfp-content {
	display: inline-flex !important;
	justify-content: center;
}
.footer {
	font-size: 0.5em;
}
.service-disclaimer {
	margin-bottom: 15px;
}
.head-service-popup {
	position: absolute;
	background: rgba(0,0,0,.6);
	padding: 13px;
	z-index: 1;
	margin-top: 10px;
	left: 0;
	right: 0;
}
.head-service-popup a {
	color: #fff;
	font-size: 14px !important;
	font-weight: 400 !important;
}

@media (max-width: 990px) {
	.head-service-popup {
		margin-top: 14px;
		background: rgba(0,0,0,2);
	}
}