html,
body {
	font-family: Roboto, "Open Sans", sans-serif;
	background: black;
}

* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

body {
	background: black;
	background-image: url('/images/background-1650.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.container-xl,
.container-lg {
	max-width: 992px;
}

h1.logo {
	background: url('/images/autep-logo.png') no-repeat center center;
	height: 35px;
	width: 200px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

h1.logo a {
	height: 35px;
	width: 200px;
}

a.fbook {
	background: url('/images/header-sprite.png') center -127px;
	height: 24px;
	width: 24px;
	opacity: 0.8;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: block;
}

a.fbook:hover {
	opacity: 1
}

header {
	background-color: #191919;
	background-color: rgba(0, 0, 0, 0.9);
	border-bottom: 1px solid #7F7F7F;
	color: #ffffff;
	z-index: 500;
}

header .nav-link {
	color: #fff;
	font-weight: bold;
}

header .nav-link:hover {
	color: #fff100;
}

.autep-info span {
	font-size: 0.65rem;
	letter-spacing: 0.07rem;
}

.autep-info .phone span {
	letter-spacing: 0.14rem;
}

.autep-info .clock strong {
	letter-spacing: 0.13rem
}

.autep-info li.phone a {
	background: url('/images/header-sprite.png') no-repeat 5px -64px;
	padding-left: 34px;
}

.autep-info li.phone a {
	color: #ffffff;
	text-decoration: none;
	min-width: 34px;
	min-height: 34px;
}

.autep-info li.phone a:hover strong {
	color: #fff100;
}

.autep-info li.clock {
	background: url('/images/header-sprite.png') no-repeat 0px 1px;
	width: auto;
	padding-left: 34px;
}

h2 {
	font-family: lobster, serif;
	font-weight: normal;
	font-size: 3.75rem;
	margin-bottom: 0.5rem;
	text-align: center;
	color: #000;

}

.service {
	padding-top: 100px;
	padding-bottom: 100px;
}

.service .card {
	color: #fff;
	border: 1px solid #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}

.service .card-title {
	font-size: 1.35rem;
	color: #fff100;
}

.service .card .price {
	color: #fff100;
}

.service .card .icon {
	height: 90px;
	background: url('/images/service-sprite-1.png') no-repeat center 30px;
	width: 85px;
	margin-left: auto;
	margin-right: auto;
}

.service .car .icon {
	background-position: center -86px;
}

.service .jeep .icon {
	background-position: center -210px;
}

.service .truck .icon {
	background-position: center -346px;
}

.service .wheel .icon {
	background-position: center -440px;
}

.service .highlight .icon {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

.service .highlight h3 {
	color: #000;
}

.service .card.highlight {
	background-color: #fff332;
	background-color: rgba(255, 241, 0, 0.8);
	color: #000;
}

.service .card.highlight .price {
	color: #000;
}

.service .note {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 0.9em;
}

.service h2,
.feedback h2 {
	color: #fff100;
}

.about-us {
	background-color: #fff100;
}

.about-us .col h3 {
	text-transform: uppercase;
}

.about-us .col .about-icon {
	height: 113px;
	background: url('/images/about.png') no-repeat center 0;
	margin: 0 auto;
}

.about-us .col .quality .about-icon {
	background-position: center -113px;
}

.about-us .col .time .about-icon {
	background-position: center -226px;
}

.pricelist {
	background: url('/images/pricelist-bg.jpg') no-repeat;
	background-size: cover;
	color: white;
}


.pricelist h2 {
	color: white;
}

.pricelist h3.h2 {
	font-size: 2rem;
}

.pricelist table .row-odd,
.pricelist .col .card {
	background: #3A4A66;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.pricelist table .row-even {
	background: #2B3145;
	background-color: rgba(255, 255, 255, 0.15);
}

.pricelist table td.price {
	white-space: nowrap;
	text-align: right;
	width: 24.5%;
}

.pricelist table td.price strong {
	font-weight: 700;
}

.pricelist .col h3 {
	font-size: 1.4rem;
}

.pricelist .col {
	font-size: 0.95rem;
}

.pricelist .col .price {
	font-size: 1.2rem;
}

.gallery {
	background-color: #fff;
}

.gallery .btn {
	border: 2px solid #06245A;
	color: #06245A;
	background-color: white;
}
.gallery .btn:hover {
	color: white;
	background-color: #06245A;
}

.contact {
	border-top: 1px solid #06245A;
	margin-top: -1px;
	background: url('/images/contact-bg.jpg') #D5E6F8 no-repeat left top;
	background-size: cover;
	overflow: hidden;
}

.contact .btn {
	background-color: #fff100;
	text-transform: uppercase;
}

.ec {
	display: none !important;
}

.contact a {
	color: #000;
	text-decoration: none;
}

/*.contact a.fw-bold {
	letter-spacing: 0.1rem
}*/

.contact a svg {
	width: 24px !important;
	height: 24px !important;
	vertical-align: top;
	color: #06245A;
}

.contact a:hover, .contact a:hover svg {
	color: #0d6efd;
}
.contact form ul {
	list-style-type: none;
	background-color: #f2dede;
	color: #a94442;
	border: 1px solid #a94442;
	margin: 10px 0 !important;
	padding: 0;
}

.form-control-lg:focus,
.form-control:focus {
	border-color: #06245A !important;

}

.contact form ul li {
	margin: 0;
	padding: 7px;
	text-align: left;
}

footer {
	border-top: 5px solid #fff100;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 0.9rem;
}

footer a {
	color: #fff100;
}

#map { height: 600px; background-color: #fff}