

/* Start:/local/templates/autohub/css/custom.css?174964700938908*/
/*styles.css*/
/* Text */
img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	margin:1.3em 0 0.7em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:190%; margin:0 0 1em; }
h2 { font-size:150%; }
h3 { font-size:130%; font-weight: bold;}
h4 { font-size:120%;}
h5 
{ 
	border-bottom:1px solid #E5E5E5;
	font-size:140%;
	font-weight:normal;
	margin:0 0 1.1em;
	padding:0 0 1em;
}
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ul { list-style-type: none;  padding:0; margin: 0 0 0 1.5em;}
#workarea ul li:before { content:'\2014\a0'; }
#workarea li
{
	behavior:expression( !this.before  ? this.before = this.innerHTML = '<span class="dash">&mdash;&nbsp;</span>' + this.innerHTML :'' );
	text-indent:-1.35em;
	margin: 0.6em 0
}

#workarea ul ul { padding:0 0 0 1.5em; margin: 0.6em 0}


table.data-table { width: 100%; border-bottom: 1px solid #F0F0F0; border-top: 1px solid #F0F0F0}
table.data-table th { text-align: left;}
table.data-table td, table.data-table th { padding: 1em; font-size: 0.85em;}
table.data-table tr.alt-row { background-color: #F0F0F0; }

/*template_style.css*/
* {
	margin: 0;
	outline: none;
}

html,
body {
	height: 100%;
}

body {
	background-color: #313131;
	color: #fff;
	font-family: 'Saira', sans-serif;
	font-size: 15px;
	line-height: 1.4;
	min-width: 320px;
	overflow-x: hidden;
}

input[type="file"]
{
	display: none;
}

.custom-file-upload
{
	display: inline-block;
	color: #009fe3;
	cursor: pointer;
}

/* Layout */
#layout {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

ul {
	list-style: none;
}

ul li,
ol li {
	font-size: 15px;
	margin-bottom: 8px;
	padding-left: 15px;
	position: relative;
}

ul li::before {
	content: '— ';
	left: 0;
	position: absolute;
	top: 1px;
}

.nav > li,
.list > li {
	padding: 0;
}

.nav > li::before,
.list > li::before {
	display: none;
}


/*
 * Buttons
*/
.btn {
	align-items: center;
	border-radius: 0;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	font-size: 17px;
	font-weight: bold;
	justify-content: center;
	height: 40px;
	min-width: 150px;
	text-decoration: none;
}

.btn-sm {
	font-size: 15px;
	height: 30px;
}

.btn-lg {
	font-size: 16px;
	height: 50px;
}


/*
 * Carousel slick
*/
/*.slick-slider,
.slick-list,
.slick-track,
.slick-slide > div {
	height: 100%;
}*/

.slick-slide {
	height: auto !important;
}

.slick-dots {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

.slick-dots li {
	font-size: 0;
	margin: 0 3px;
	padding: 0;
}

.slick-dots li::before {
	display: none;
}

.slick-dots button {
	border: none;
	border-radius: 14px;
	box-shadow: none;
	height: 14px;
	outline: none;
	padding: 0;
	width: 14px;
}

.slick-arrow {
	border: none;
	font-size: 0;
	position: absolute;
	z-index: 5;
}

.slick-arrow:focus {
	outline: none;
}

.slick-prev::after,
.slick-next::after {
	background-image: url(/local/templates/autohub/css/../images/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: ' ';
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -6px;
	position: absolute;
	top: 50%;
	width: 12px;
}

.slick-next::after {
	transform: rotate(180deg);
}


/*
 * Breadcrumb
*/
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}

.breadcrumb > li {
	font-size: 12px;
	margin: 0;
}

.breadcrumb > li:first-child {
	padding-left: 0;
}

.breadcrumb > li + li::before {
    content: "/\00a0";
    padding: 0 0 0 5px;
    color: #959595;
}

.breadcrumb > li,
.breadcrumb > li a {
	color: #959595;
}

.breadcrumb > li a {
	text-decoration: underline;
}

.breadcrumb > li.active {
	color: #959595;
}


/* ### Forms ### */
.form .heading {
    margin: -30px -30px 20px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
}

.form__t {
	font-size: 24px;
	margin-bottom: 15px;
}

.form-control {
	align-items: center;
	border-radius: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 15px;
	height: 40px;
	padding: 0 10px;
}

textarea.form-control {
	max-height: 80px;
	min-height: 80px;
	min-width: 100%;
	max-width: 100%;
	padding-top: 10px;
	resize: none;
}

.form-select .form-control {
	padding: 0 8px;
}

.form-text {
	font-size: 12px;
}

.form-list .list__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.form-list .list__item:not(:last-child) {
	margin-bottom: 5px;
}

.form-list .list__descr {
	margin-left: auto;
}

.sidebar .form {
	margin-bottom: -16px;
}

.form--test-drive {
	max-width: 370px;
}

.form--bg {
	/* box-shadow: 0px 0px 73px -36px rgba(0,0,0,0.75); */
	padding: 30px;
	box-shadow: 0px 0px 63px -47px rgba(0,0,0,0.75);
}

.form .col-divider::before {
	content: ' ';
	height: 1px;
	position: absolute;
	right: -5px;
	top: 20px;
	width: 10px
}

.clear-filter {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
}

.modal-content {
	z-index: 1060;
}
/*
 * List
*/
.list__item {
	font-size: 15px;
	/* height: 100%; */
}

.list .slick-track {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.list__inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.list .list__image {
	display: block;
	padding-top: 66.6666%;
	overflow: hidden;
	margin-right: 0;
	position: relative;
}

.list__bg {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.list__related {
	background-position: 65% 0;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.list__related__banners {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	/*margin-left: 10px;*/
}

.list__info {
	align-items: flex-start;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px;
}

.list__t {
	font-size: 17px;
	font-weight: bold;
}

.list__t + * {
	margin-top: 14px;
}

.list__link {
	font-size: 20px;
}

.list__text,
.block__text {
	margin-top: 10px;
}

.block__text {
	font-size: 14px;
}

.list__text .list__name,
.block__name {
	font-weight: bold;
	margin-bottom: 5px;
}

.list--news .list__date {
	font-size: 14px;
	margin: 15px 0 5px;
}

.list__promo {
	align-items: center;
	border: 1px solid #f87503;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
}

.list .slick-dots {
	justify-content: center;
	margin-top: 20px;
	position: static;
}


/*
 * Pagination
*/
.pagination {
	margin-top: 40px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
}

.pagination .page-item:not(:last-child) {
	margin-right: 10px;
}

.pagination .page-link {
	align-items: center;
	border-color: #3c3c3b;
	color: #3c3c3b;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 18px;
	justify-content: center;
	height: 38px;
	padding: 0;
	text-decoration: none;
	width: 38px;
}

.pagination .prev .page-link::after, 
.pagination .next .page-link::after {
	background-image: url(/local/templates/autohub/css/images/icon-angle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: ' ';
	height: 14px;
	left: 50%;
	margin: -7px 0 0 -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.pagination .next .page-link::after {
	transform: rotate(180deg);
}


/*
 * Headings
*/
h1,
h2 {
	margin-bottom: 0;
	margin-top: 0;
}

h1,
.main-slider__t {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 0;
}

h2 {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 0;
}

h3:not(:first-child) {
	margin-top: 60px;
}

h1 + .list,
h2 + .list {
	margin-top: 40px;
}

h1 + .list--news-all,
h2 + .list--news-all {
	margin-top: 0;
}

.text-medium {
	font-size: 17px;
}

.title {
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.title [class*="icon-"] {
	margin-left: 15px;
}

p {
	font-size: 15px;
	margin: 15px 0;
}


/*
 * Header
*/
.header {
	flex: 0 0 60px;
	height: 60px;
	position: relative;
	z-index: 100;
}

.header__inner {
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.header__brand {
	margin-right: 20px;
}
.header__nav {
	height: 60px;
}
.header__nav .nav,
.header__nav .nav__item {
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 60px;
	margin: 0;
}

.header__nav .nav__item,
.header__nav .nav__link {
	position: relative;
}

.header__nav .nav__link {
	align-items: center;
	display: flex;
	font-size: 12px;
	height: 16px;
	letter-spacing: 0.07em;
	padding: 0 10px;
	text-transform: uppercase;
}

.header__nav .nav__link--parent {
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.header__nav .nav__item:not(:last-child) .nav__link::after {
	background-color: #fff;
	bottom: 0;
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.header__nav .nav--sub {
	display: none;
	height: auto;
	left: 0;
	min-width: 240px;
	position: absolute;
	top: 100%;
	z-index: 50;
}

.header__nav .nav--sub .nav--sub {
	left: 100%;
	top: 0;
}

.header__nav .nav > .nav__item:hover > .nav--sub {
	display: block;
}

.header__nav .nav--sub .nav__item {
	height: 46px;
}

.header__nav .nav--sub .nav__link {
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 100%;
	width: 100%;
}

.header__nav .nav--sub .nav__link::after {
	display: none;
}

.header__phone .divider {
	margin: 0 5px;
}

.header__phone .address {
	margin-left: 10px;
}

.header__phone .divider ~ .address {
	margin-left: 0;
}


/*
 * Main
*/
.main {
	flex-basis: 0;
	flex-grow: 1;
	position: relative;
}

.main::after {
	/*background-image: url('/local/templates/autohub/css/../images/bg-pattern.png');*/
	background-repeat: repeat;
	bottom: 0;
	content: ' ';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.main.services,
.main.company {
	color: #3e3e3f;
}

.main.services::before,
.main.contact::before,
.main.catalog::before,
.main.company::before {
	background-color: #dcdcdc;
	bottom: 0;
	color: #3e3e3f;
	content: ' ';
	left: 50%;
	margin: 0 auto;
	max-width: 770px;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.main.contact::before,
.main.catalog::before {
	background-color: #333;
	color: inherit;
	max-width: inherit;
}

.main.contact .container:first-child,
.main.catalog .container:first-child,
.main.company .container:first-child {
	margin-top: -20px;
	position: relative;
	z-index: 5;
}

.main.contact .container:first-child {
	margin-bottom: -60px;
}

.main.contact :last-child .container,
.main.catalog :last-child .container,
.main.company :last-child .container {
	margin-bottom: -20px;
}

.main > div:not(:first-child):not(.modal):not(.modal-backdrop) {
	position: relative;
	z-index: 5;
}

/* ### Section ###*/
.section {
	padding-bottom: 90px;
	padding-top: 90px;
}

.section--pb {
	padding-bottom: 0;
}

.section--pt {
	padding-top: 0;
}

.section--bg {
	/*background-color: #f6f7f9;*/
	/*box-shadow: 0px 0px 63px -47px rgba(0,0,0,0.75);*/
}

.section__inner {
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.section__pic {
	margin-right: 50px;
	max-width: 90px;
}

.section__info {
	max-width: 580px;
}

.section__t {
	font-size: 34px;
}

.section__descr {
	margin-top: 20px;
}

.section--page h2:not(:first-child) {
	margin-top: 60px;
}

.section--page h3 {
	margin-top: 30px;
}

.section--page h3 + p,
.section--page h3 + ul {
	margin-top: -20px;
}

.section--page p + h3,
.section--page ul + h3 {
	margin-top: 30px;
}

.section--page img,
.section--page iframe {
	display: block;
	height: auto;
	max-width: 100%;
}

.section--page img {
	margin: 30px 0;
}

.section--page iframe {
	height: 430px;
}

.section--page table {
	color: #4b4b4b;
	font-size: 14px;
	margin: 30px 0;
	width: 100%;
}

.section--page table tr {
	border-bottom: 1px solid #f6f7f8;
}

.section--page table tr:first-of-type {
	border-bottom: 1px solid #4b4b4b;
}

.section--page table tr td {
	padding: 7px 5px;
	vertical-align: top;
}

.section--page table tr:first-of-type td {
	font-weight: 700;
}

.section--page table tr td:first-child {
	padding: 7px 5px 7px 0;
}

.section--page table .gold td {
	color: #cda846;
	font-weight: 700;
}

.section--page table .silver td {
	color: #a4abb1;
	font-weight: 700;
}

.section--page table .bronze td {
	color: #875c3a;
	font-weight: 700;
}


/*
 * Accordion
*/
.card {
	border-color: #cfcfcf;
	border-width: 0 0 1px;
}

.accordion :last-child .card {
	border-bottom: 0;
}

.card,
.card-header {
	background-color: transparent;
}

.card-header {
	border: none;
	padding: 0;
}

.card-header h3 {
	margin: 35px 0;
	padding: 0 20px;
	position: relative;
}

.card-header h3::before {
	border-color: transparent transparent transparent #009fe3;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	content: ' ';
	left: 4px;
	position: absolute;
	top: 7px;
}

.card-header h3:not(.collapsed)::before {
	transform: rotate(90deg);
}

.card-body {
	padding: 0 0 50px;
}

.card-body h3 {
	margin-top: 0;
}


/*
 * Main slider
*/
.main-slider {
	position: relative;
	top: -60px;
}

.main-slider__inner {
	height: 100%;
	position: relative;
	z-index: 5;
}

.main-slider__bg {
	/*background-color: #313131;*/
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/*.main-slider__bg::after {
	background-color: rgba(0,0,0,0.46);
	bottom: 0;
	content: ' ';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}*/

.main-slider__info {
	color: #fff;
	position: relative;
	z-index: 50;
}

.main-slider__slogan {
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
}

.main-slider .filter {
	background-color: rgba(0,0,0,0.75);
	padding: 25px;
	width: 330px;
}


/*
 * Teasers
*/
.list--teasers {
	justify-content: space-between;
	padding-bottom: 20px;
	position: relative;
	z-index: 5;
}

.list--teasers .list__image {
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 50px;
	padding: 0;
}

.list--teasers .list__text {
	display: block;
	font-size: 14px;
	font-weight: 600;
	max-width: 254px;
	text-transform: uppercase;
}


/*
 * Banner
*/
.banner {
	height: 298px;
	margin-top: 40px;
}

.banner .slick-slider,
.banner .slick-list,
.banner .slick-track,
.banner .slick-slide,
.banner .slick-slide > div,
.banner .list__item {
	height: 100%;
}

.list--banners .list__item {
	color: #fff;
}

.list--banners .list__bg {
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
}

.list--banners .list__bg::after {
	background-color: rgba(0,0,0,.25);
	bottom: 0;
	content: ' ';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.list--banners .list__t {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

.list--banners .list__inner {
	align-items: flex-start;
	height: auto;
	left: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.list--banners .list__inner__banners {
	align-items: flex-start;
	height: auto;
	left: 40px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.banner .slick-dots {
	bottom: 30px;
	left: 8%;
	position: absolute;
	padding: 0;
}

.banner .btn {
	margin-top: 14px;
}

.btn-banner {
	align-items: center;
	border-radius: 0;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	font-size: 17px;
	/* font-weight: bold; */
	justify-content: center;
	height: 55px;
	width: 87.8%;
	text-decoration: none;
	margin-top: 72%!important;
	text-align: center;
	background-color: #E94E1B!important;
	margin-left: 6.2%;
	margin-right: 6.6%;
	padding-left: 10%;
	padding-right: 10%;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.mapfooter {
	top: 20px;
}

@media (max-width: 767px) {
	.banner {
		display: none;
	}
}


/*
 * List items
*/
.list--items .slick-slide > div,
.list--items .list__item {
	height: 100%;
}

.list--items .list__hot {
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 60px;
	min-height: 60px;
	flex-wrap: wrap;
	padding: 0 30px;
}

.list--items .list__link {
	font-weight: bold;
	text-decoration: none;
}

.list--items .list__hot .list__price {
	font-size: 30px;
	font-weight: bold;
}

.list--items .list__hot .list__icon {
	max-height: 32px;
}


/*
 * List videos
*/
.list--videos .list__item {
	overflow: hidden;
	padding-top: 60%;
	position: relative;
}

.list--videos .list__video {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.list--videos iframe {
	height: 100%;
	width: 100%;
}


/*
 * List Reviews
*/
.list--reviews .slick-slide > div,
.list--reviews .list__item {
	height: 100%;
}

.list--reviews .list__item {
	cursor: pointer;
	z-index: 50;
}

.list--reviews .list__inner:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.list--reviews .list__t + .list__descr {
	flex-grow: 1;
	margin-bottom: 20px;
}

.list--reviews .list__author {
	flex: 0 0 105px;
	height: 128px;
	margin-bottom: 15px;
	margin-right: 16px;
	position: relative;
	width: 105px;
}


/*
 * List News
*/
.list--news {
	margin: 0 -5px;
}

.list--news .list__item {
	padding: 0 5px;
}

.list--news-all {
	margin: 0 -15px;
}

.list--news-all .list__item {
	margin-top: 30px;
	padding: 0 15px;
}

.list--news .list__inner {
	text-decoration: none;
}

.list--news .list__descr {
	text-decoration: underline;
}

.list--news .slick-list {
	margin: 0 5px;
}

.list--news .slick-arrow {
	border: none;
	flex: 0 0 42px;
	font-size: 0;
	position: relative;
	width: 42px;
}

.list--news .slick-arrow::after {
	background-image: url(/local/templates/autohub/css/images/icon-arrow.svg);
	background-size: cover;
	content: ' ';
	height: 32px;
	left: 50%;
	margin: -16px 0 0 -5px;
	position: absolute;
	top: 50%;
	width: 10px;
}

.list--news .slick-next::after {
	transform: rotate(180deg);
}


/*
 * List Catalog
*/
.list--catalog .list__item {
	position: relative;
}

.list--catalog .list__inner {
	position: relative;
}

.list--catalog .list__link {
	font-weight: normal;
	text-decoration: none;
}

.catalog_card_inline {
	display: flex;
	margin-left: 25%;
}

.list--catalog .list__promo {
	font-size: 11px;
	margin-top: 10px;
}

.list--catalog .list__price {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 10px;
}

.list--catalog .old-price {
	display: block;
	font-size: 15px;
	font-weight: normal;
	text-decoration: line-through;
}

.list--catalog .list__video {
	align-items: center;
	background-color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	height: 30px;
	left: 10px;
	padding: 0 10px;
	opacity: 0.75;
	position: absolute;
	transition: all 0.35s ease;
	top: 10px;
	width: 120px;
	z-index: 5;
}

.list--catalog .list__video::before {
	background-image: url(/local/templates/autohub/css/images/icon-play.svg);
	background-size: cover;
	content: ' ';
	display: inline-block;
	margin-right: 5px;
	height: 19px;
	width: 19px;
}

.list--catalog .list__video:hover {
	opacity: 1;
}

.list--catalog .list__item [class*="col-"]:not(.list__info) {
	padding-left: 0;
	padding-right: 0;
}

.more {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 10%;
}

.btn-more {
	background-color: #E94E1B !important;
	border-color: #E94E1B!important;
	font-weight: 400!important;
	margin-left: 2%;
	margin-right: 2%;
}

.btn-more:hover {
	background-color: #dd4412 !important;
	border-color: #dd4412!important;
	font-weight: 400!important;
	margin-left: 2%;
	margin-right: 2%;
}

.btn-orange {
	background-color: #E94E1B !important;
	border-color: #E94E1B!important;
	font-weight: 400!important;
}

.btn-orange:hover {
	background-color: #dd4412 !important;
	border-color: #dd4412!important;
	font-weight: 400!important;
}

/* Subscribe product */
.subscribe-product {
	background-color: #f6f7f9;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 15px;
}


/*
 * List gallery
*/
.list--gallery {
	margin-bottom: 16px;
}

.list--gallery .list__item {
	vertical-align: top;
}

.list--gallery .slick-arrow {
	background-color: rgba(255,255,255,0.4);
	bottom: 0;
	position: absolute;
	top: 0;
	width: 40px;
}

.list--gallery .slick-prev {
	left: 15px;
}

.list--gallery .slick-next {
	right: 15px;
}

.gray--font {
	color:#3E3E3F;
}

/*
 * Advantages
*/
.advantages {
	margin-bottom: 30px;
	padding: 25px 0;
}

.list--advantages .list__inner {
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
	z-index: 5;
}

.list--advantages .list__image {
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 34px;
	padding: 0;
}

.list--advantages .list__name {
	text-align: center;
}

.h2-home {
	margin-left: 1%;
}

/*
 * List spec
*/
.list--spec .list__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.list--spec .list__name {
	flex: 0 0 160px;
	font-weight: bold;
	max-width: 160px;
}

.list--spec .list__descr {
	margin-left: 10px;
}


/*
 * Question
*/
.question {
	padding: 20px;
}


/*
 * Grid
*/
.grid__row {
	border-bottom: 1px solid #cfcfcf;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 15px 0;
}

.grid__row:first-child {
	padding-top: 0;
}


/*
 * Map
*/
.map {
	flex: 0 0 670px;
	max-width: 100%;
}

.map img {
	display: block;
	max-width: 100%;
}


/*
 * Gallery
*/
.gallery {
	margin: 50px 0;
}

.gallery .slick-dots {
	justify-content: center;
	margin-top: 20px;
	position: static;
}

.gallery__item {
	vertical-align: top;
}

.gallery__image {
	overflow: hidden;
	padding-top: 66.6666%;
	position: relative;
}

.gallery__bg {
	background-position: 50%;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.gallery__nav {
	margin: 15px -5px 0;
	padding: 0 36px;
}

.gallery__nav .gallery__item {
	cursor: pointer;
	padding: 0 5px;
}

.gallery__nav .slick-current .gallery__bg {
	box-shadow: 0 0 0 2px #f87503 inset;
}

.gallery__nav .slick-arrow {
	background-color: #fff;
	bottom: 0;
	top: 0;
	width: 28px;
}

.gallery__nav .slick-prev {
	left: 0;
}

.gallery__nav .slick-next {
	right: 0;
}


/*
 * Page 404
*/
.section--404 .section__inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.section--404 .section__t {
	font-size: 120px;
	line-height: 1.2;
}

.section--404 .section__sub-t {
	font-size: 32px;
}

.section--404 .section__info {
	max-width: 590px;
	text-align: center;
	width: 100%;
}

.section--404 .section__icon {
	margin: 80px 0;
}

.section--404 .section__icon img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


/*
 * Footer
*/
.footer {
	flex: 0 0 90px;
	height: 90px;
}

.footer__inner {
	font-size: 14px;
	height: 100%;
}

.footer__copy {
	color: #fff;
}

.footer__nav .nav__item {
	margin-bottom: 0;	
}

.footer__nav .nav__item:not(:last-child) {
	margin-right: 40px;
}

.footer__nav .nav__link {
	font-size: 14px;
}

.footer .list--socials {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.footer .list--socials .list__item {
	height: 44px;
	width: 44px;
}

.footer .list--socials .list__item:not(:last-child) {
	margin-right: 18px;
}

.footer .list--socials .list__link {
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	height: 100%;
	text-decoration: none;
}

.footer .clientlab-copyright-link {
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 1.2;
	padding-right: 26px;
	padding-top: 2px;
	position: relative;
	text-decoration: none;
	text-align: right;
}

.footer .clientlab-logo {
	bottom: 0;
	position: absolute;
	right: 0;
}

.footer .copyright-text-link {
	/*color: #E94E1B;*/
	display: block;
	line-height: 1;
	margin-top: 3px;
	text-decoration: underline;
}

.header,
.footer {
	box-shadow: 0px 0px 31px -6px rgba(0,0,0,0.75);
}

.modal-backdrop.show {
	opacity: 0.75;
}

.modal.show {
	display: block;
}

.modal-content {
	border: none;
	border-radius: 0;
}

.modal__close, .modal_close {
	cursor: pointer;
	height: 22px;
	position: absolute;
	stroke: #fff;
	width: 24px;
}

.modal__close:hover, .modal_close:hover {
	stroke: #f87503;
}

.modal .review__bg {
	margin: -16px -16px 20px -16px;
	width: calc(100% + 32px);
}

.modal .review__info {
	padding: 0 15px;
}

.modal .review__t {
	font-size: 17px;
	font-weight: bold;
}

.modal .review__t + * {
	margin-bottom: 20px;
	margin-top: 14px;
}

.modal .manager__author {
	flex: 0 0 105px;
	height: 128px;
	margin-right: 16px;
	position: relative;
	width: 105px;
}

.modal .manager {
	border-top: 1px solid #cfcfcf;
	margin-top: 20px;
	padding-top: 20px;
}

.modal .manager__bg {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.modal .manager__text:not(:last-child) {
	margin-bottom: 10px;
}

.modal .manager__name {
	font-weight: bold;
	margin-bottom: 5px;
}

.modal-video {
	overflow: hidden;
	padding-top: 66.6666%;
	position: relative;
}

.modal-video .modal-wrap {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.modal-video iframe {
	height: 100%;
	width: 100%;
}


@media (min-width: 320px) {
	.modal__close, .modal_close {
		right: 5px;
		top: 10px;
		z-index: 5;
	}
}

@media (min-width: 576px) {
	.modal-dialog {
		margin: 10px;
		max-width: 100%;
		width: auto
	}

	.modal__close, .modal_close {
		right: 10px;
		top: 10px;
		z-index: 5;
	}
}

@media (min-width: 768px) {
	.modal-dialog {
		margin: 20px auto;
		max-width: 680px;
	}

	.modal--form .modal-dialog {
		max-width: 420px;
	}

	.modal__close, .modal_close {
		right: -34px;
		top: 0;
	}
}
.service-detail,
.company-detail {
	margin: -20px auto 0;
	max-width: 770px;
	position: relative;
	width: 100%;
	z-index: 5;
}

.service-detail > :not(img), 
.company-detail > :not(img) {
	padding: 0 15px;
}

.service-detail h3,
.company-detail h3,
.service-detail h4,
.company-detail h4,
.service-detail h5,
.company-detail h5,
.service-detail h6, 
.company-detail h6 {
	background-color: #3E3E3F;
	color: #fff;
	padding: 5px;
}

.service-detail ol,
.company-detail ol {
	margin-left: 16px;
}

.service-detail ul ul,
.company-detail ul ul,
.service-detail ol ol,
.company-detail ol ol,
.service-detail ul ol,
.company-detail ul ol,
.service-detail ol ul, 
.company-detail ol ul {
	padding-left: 0;
}

/*Popup service*/
.service-form input[type="text"], .service-form input[type="email"] {
	padding: 10px 8px;
	font-size: 14px;
	border: 1px solid #CFCFCF;
	border-radius: 0px;
	width: 100%;
}
.service-form table.data-table td {
	padding: 8px 0;
	color: white;
}
.modal-service-title {
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	color: white;
}

.modal-btn {
	align-items: center;
	border-radius: 0;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	font-size: 14px!important;
	justify-content: center;
	height: 40px;
	min-width: 100%;
	text-decoration: none;
	background-color: #E94E1B!important;
	border-color: #E94E1B!important;
	font-weight: normal;
}

.modal-btn:hover {
	align-items: center;
	border-radius: 0;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	font-size: 14px!important;
	justify-content: center;
	height: 40px;
	min-width: 100%;
	text-decoration: none;
	background-color: #dd4412!important;
	border-color: #dd4412!important;
	font-weight: normal;
}

/*.service-form input[type="submit"], .service-btn-popup {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 27px;
	background: #F87503;
	border: none;
	color: #fff;
	min-width: 210px;
	margin-top: 13px;
    padding: 12px 0;
    height: 50px;
}*/
/*.service-btn-popup {
	display: inline-block;
	text-align: center;
	cursor: pointer;
}*/
.modal-form-service .modal-body {
	padding: 20px 30px;
	background-color: #3E3E3F;
}
/*Burger*/
.header__menu {
	display: none;
	justify-content: center;
	align-items: center;
}
.burger {
	position: relative;
}
.burger, .burger:after, .burger:before {
	display: block;
	background-color: #fff;
	width: 30px;
	height: 4px;
}
.burger:after {
	position: absolute;
	content: '';
	top: 9px;
}
.burger:before {
	position: absolute;
	content: '';
	bottom: 9px;
}
/*Mobile menu*/
@media (max-width: 767px) {
	.header__nav {
		position: fixed;
		width: 320px;
		height: 100%;
		right: -320px;
		top: 0;
		background-color: #3c3c3b;
		z-index: 1000;
		transition: all 0.4s;
		overflow-y: visible;
	}
	.header__nav.active {
		right: 0;
	}
	.header__nav>ul.nav {
		display: flex;
		flex-direction: column;
		height: 100%;
		align-items: flex-start;
		padding: 20px;
	}
	.header__nav>ul.nav .nav__item {
		height: auto;
		width: 100%;
	}
	.header__nav a.nav__link, .header__nav span.nav__link{
		color: #fff;
		font-size: 16px;
	}
	.header__menu {
		display: flex;
	}
	.menu_close {
		stroke: #fff;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.menu-bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.7;
		z-index: 999;
	}
	.header__nav .nav__item:not(:last-child) .nav__link::after {
		display: none;
	}
	.parent.nav__item>.nav__link {
		width: 100%;
		z-index: 20;
	}
	.parent.nav__item {
		display: flex;
		flex-direction: column;
	}
	.parent.nav__item:after {
		display: block;
		content: '';
		width: 15px;
		height: 13px;
		position: absolute;
		background-size: cover;
		background-repeat: no-repeat;
		right: 25px;
		transition: all 0.2s;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3c!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' fill='%23ffffff' xml:space='preserve'%3e%3cg%3e%3cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e ");
	}
	.parent.nav__item.active:after {
		transform: rotate(180deg);
	}
	.header__nav ul.nav--sub {
		background-color:#3c3c3b;
		position: static;
		padding: 10px 0 0 10px;
		width: 100%;
	}
	.header__nav .nav > .nav__item:hover > .nav--sub {
		display: none;
	}
	.nav {
		flex-wrap: nowrap;
	}
	.header__nav ul.nav--sub .nav__link:hover {
		color: #fff;
		background-color: unset;
	}
	.header__nav ul.nav--sub .nav__item--selected .nav__link:hover {
		color: #f87503;
	}
	.header__nav ul.nav--sub .nav__link:active {
		color: #f87503;
	}
	.nav__link--parent img {
		display: none;
	}
}
input#resume-file + label {
	font-size: 15px;
	line-height: 11px;
	color: #009FE3;
	border-bottom: 1px dotted #009FE3;
	cursor: pointer;
}
.delete-resume {
	display: none;
	font-size: 15px;
	line-height: 11px;
	color: #F80303;
	border-bottom: 1px dotted #F80303;
	cursor: pointer;
}
input#resume-file + label + p {
	margin: 5px 0;
	font-size: 12px;
	color: #3C3C3B;
}

.video-custom {
	position: relative;
     width: 100%;
     height: 0;
     padding-bottom: 56.25%;
}
.video-custom iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}


/* Selectize */
.selectize-control,
.selectize-input {
	height: 40px;
}

.selectize-input {
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 8px 10px;
}

.selectize-input > input {
	font-size: 15px;
}

.selectize-control.single .selectize-input::after {
	border-color: #152026 transparent transparent;
	border-width: 6px 5px 0;
}

.selectize-control.single .selectize-input.dropdown-active::after {
	border-color: transparent transparent #152026;
	border-width: 0 5px 6px;
}

.selectize-control.single .selectize-input.dropdown-active {
	border-radius: 0;
}

/* Modal */
.modal-content {
	background-color: rgba(0,0,0,0.6);
}

/* Нумерованный список */

body {
	counter-reset:counter;
}

/*.circle:before {*/
/*	content: counter(counter);*/
/*	counter-increment: counter;*/
/*	position: absolute;*/
/*	top: 27px;*/
/*	left: -60px;*/
/*	width: 2.5em;*/
/*	height: 2.5em;*/
/*	line-height: 2.45em;*/
/*	padding: 0px;*/
/*	color: #3E3E3F;*/
/*	background: #ffffff;*/
/*	font-weight: bold;*/
/*	text-align: center;*/
/*	border-radius: 2.9em;*/
/*	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);*/
/*	z-index: 1;*/
/*	-webkit-transition: all 0.3s ease-in-out;*/
/*	transition: all 0.3s ease-in-out;*/
/*	font-size: 25px;*/
/*}*/

.circle:before {
	content: counter(counter);
	counter-increment: counter;
	position: absolute;
	/* top: 27px; */
	left: -40px;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.55em;
	padding: 0px;
	color: #3E3E3F;
	background: #ffffff;
	/* font-weight: bold; */
	text-align: center;
	border-radius: 2.9em;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 22px;
}

.circle-after:after {
	position: absolute;
	top: 2.2em;
	left: -1.6em;
	width: 0.1em;
	height: calc(100% - 0.1em);
	content: '';
	background-color: #3E3E3F;
	z-index: 0;
}

.ml {
	margin-left: 25px;
}

.ml-bread {
	margin-left: 11.5%;
}

/*.circle-after:after {*/
/*	position: absolute;*/
/*	top: 5.9em;*/
/*	left: -2.00em;*/
/*	width: 2.5px;*/
/*	height: calc(100% - 1em);*/
/*	content: '';*/
/*	background-color: #3E3E3F;*/
/*	z-index: 0;*/
/*}*/


.pic {
	width: 15%;
	float: left;
	margin-top: -1%!important;
	padding: 1%;
	margin: 1px 10px!important;
}

.circle-list-none {
	list-style: none;
	margin: 4%;
}

.font-circle {
	/*font-size: 14.3px!important;*/
	text-align: justify;
	margin: 35px 0;
}

.font-circle2 {
	/*font-size: 14.5px!important;*/
	text-align: justify;
	margin: 35px 0;
}

.font-circle3 {
	font-size: 15px!important;
	text-align: justify;
}

.specs-line {
	border-right: 1px solid #E94E1B;
}

.specs-width {
	text-align: justify;
	max-width: 85%;
}

.h3-margin {
	margin-top: 30px!important;
	margin-bottom: 20px;
}

.list-item-size {
	font-size: 14px;
}

.list__item-wc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: inherit;
}

.specs-width-wc {
	text-align: justify;
	max-width: 89%;
}

.head-related {
	white-space: normal;
	margin-top: 15px;
	text-align: center;
}

.item-video {
	height: 350px;
	/*width: 800px;*/
}
.header__nav.active .nav-mobile-close {
	display: block;
    width: 60px;
    height: 60px;
    background: #E94E1B;
    position: absolute;
    top: 0;
    left: -60px;
}
.header__nav.active .nav-mobile-close:before, .header__nav.active .nav-mobile-close:after {
	position: absolute;
    left: 28px;
    top: 6px;
    content: ' ';
    height: 46px;
    width: 3px;
    background-color: #fff;
}
.header__nav.active .nav-mobile-close:before {
	transform: rotate(45deg);
}
.header__nav.active .nav-mobile-close:after {
	transform: rotate(-45deg);
}

@media (max-width: 520px) {
	.pic {
	display: none!important;
	}

	.specs-line {
		box-shadow: inset 0px 0 0 #E94E1B;
		border-right: 0px solid #E94E1B;
	}

	.specs-width {
		text-align: inherit;
		max-width: 95%;
	}
}

@media (max-width: 770px) {
	.specs-line {
		box-shadow: inset 0px 0 0 #E94E1B;
		border-right: 0px solid #E94E1B;
	}
}

@media screen and (max-width: 380px) {
	.header__phone {
		font-size: 16px!important;
		margin-left: 0!important;
	}
	.header__brand {
		margin-right: 7px;
	}
	.header .container {
		padding-right: 0;
	}
	.header__nav.active .nav-mobile-close {
		left: unset;
		right: 0;
	}
}
.index-news .section{
	padding-top:0;
}
.index-news .section a .list__descr.text-blue{
	color:white !important;
	font-size:18px;
	text-decoration:none !important;
}
.flex-note {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    z-index:1000;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    
    font-size: 15px;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:100%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}
/* End */


/* Start:/local/templates/autohub/css/common.css?17431486932722*/
/* Round Corners*/
.r0, .r1, .r2, .r3, .r4 { overflow: hidden; font-size:1px; display: block; height: 1px;}
.r4 { margin: 0 4px; }
.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }

/* Tags cloud */
div.search-cloud { text-align:center; } 
div.search-cloud a { line-height:1.4em; text-decoration:none; }
div.search-cloud a:hover { text-decoration:underline; }

/* Search results*/
div.search-item { margin: 0 0 1.5em; padding: 0 0 1.5em; border-bottom: 1px solid;}
div.search-result { margin: 1em 0;}
div.search-preview {margin: 0.5em 0;}
div.search-page input.search-query {width: 99%; border: 1px solid; font-size:1.3em;}
div.search-page input.search-button { font-size: 1.2em; }

/* Content Forms: commons styles */
div.content-form
{
	position:relative; 
	zoom:1;
	padding-bottom: 2.5em;
	padding-left:2.5em;
}

div.content-form div.form-input span {font-size: 1.5em;}
div.content-form div.form-input input, div.content-form div.form-input textarea, div.content-form div.form-input select
{	
	margin: 0;
	border:1px solid;
	font-size:1.117em; 
	font-family:Verdana, Tahoma, Sans-Serif;
	margin-bottom: 8px;
	
}

div.content-form div.form-input input, div.content-form div.form-input textarea { padding: 0.3em; }

div.content-form div.legend
{
	left: -1em; 
	top:-0.7em; 
	float:left; 
	padding: 0 3px; 
	background:white; 
	position:relative; 
	z-index:10; 
	font-size: 1.8em; 
	font-family:Arial, Verdana, Tahoma, Sans-Serif;
}

div.content-form div.form-input input, div.content-form div.form-input textarea {width:75%;}
div.content-form div.fields { clear: both; }
div.content-form input.input-submit { overflow:visible; padding:0 0.5em;}
div.content-form div.field { padding:0; margin: 0 0 0.8em 0; display: block; }
div.content-form div.field label.field-title
{
	display: block;
	font-size: 1.4em;
	margin-bottom: 3px;
	font-family:Arial, Verdana, Tahoma, Sans-Serif; 
	white-space: nowrap;
}

div.content-form div.description {font-size: 0.9em; }
div.content-form div.field-checkbox { margin: 0.3em 0; font-size: 1.4em;}

/*Error & OK messages*/
.errortext, .notetext
{
	display: block;
	margin:0 0 1.5em 0;
	padding:0.4em 1.117em;
	border: 1px solid;
}

.errortext ul, .notetext ul {padding:0.3em 0 0.3em 2em; margin:0;}
.errortext ul li, .notetext ul li {margin:0; padding:0;}

.main.sell-car::before{
    background-color: #dcdcdc;
    bottom: 0;
    color: #3e3e3f;
    content: ' ';
    left: 50%;
    margin: 0 auto;
    max-width: 770px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}
.main.sell-car h2{
	color:#313131;
}

.main.sell-car ul li::before{
	color:#313131;
}

.main.sell-car p{
	color:#656363;
}
.main.sell-car li{
	color:#656363;
}
/* End */


/* Start:/local/templates/autohub/js/selectize/css/selectize.css?17431486938589*/
/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* End */


/* Start:/local/templates/autohub/css/jquery.datetimepicker.min.css?174314869316503*/
.xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,0.506);background:#fff;border-bottom:1px solid #bbb;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:8px;padding-left:0;padding-top:2px;position:absolute;z-index:9999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker.xdsoft_rtl{padding:8px 0 8px 8px}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:0}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_monthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i{opacity:.5;background-position:-92px -19px;display:inline-block;width:9px;height:20px;vertical-align:middle}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0 none;cursor:pointer;display:block;height:30px;opacity:.5;-ms-filter:"alpha(opacity=50)";outline:medium none;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px;min-width:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next{float:none;margin-left:0;margin-right:14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#f5f5f5;border-top:1px solid #ddd;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1;-ms-filter:"alpha(opacity=100)"}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover>span{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label:hover i{opacity:1.0}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#ff8000}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px;text-decoration:none !important}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:100px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:48px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#f5f5f5;border:1px solid #ddd;color:#666;font-size:12px;text-align:right;vertical-align:middle;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5;-ms-filter:"alpha(opacity=50)";cursor:default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2;-ms-filter:"alpha(opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#ff8000 !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{background:#3af !important;box-shadow:#178fe5 0 1px 3px 0 inset !important;color:#fff !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit !important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0;top:0;bottom:0;cursor:pointer}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{left:0;right:auto}.xdsoft_scroller_box{position:relative}.xdsoft_datetimepicker.xdsoft_dark{box-shadow:0 5px 15px -5px rgba(255,255,255,0.506);background:#000;border-bottom:1px solid #444;border-left:1px solid #333;border-right:1px solid #333;border-top:1px solid #333;color:#ccc}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{border-bottom:1px solid #222}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{background:#0a0a0a;border-top:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{background-color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{border:1px solid #333;background:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#000;background:#007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0a0a0a;border:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{color:#c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#000 !important;background:#007fff !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{color:#666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{color:#333 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{color:#111 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{color:#555 !important}.xdsoft_dark .xdsoft_time_box{border:1px solid #333}.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{background:#333 !important}.xdsoft_datetimepicker .xdsoft_save_selected{display:block;border:1px solid #ddd !important;margin-top:5px;width:100%;color:#454551;font-size:13px}.xdsoft_datetimepicker .blue-gradient-button{font-family:"museo-sans","Book Antiqua",sans-serif;font-size:12px;font-weight:300;color:#82878c;height:28px;position:relative;padding:4px 17px 4px 33px;border:1px solid #d7d8da;background:-moz-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));background:-webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-o-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-ms-linear-gradient(top,#fff 0,#f4f8fa 73%);background:linear-gradient(to bottom,#fff 0,#f4f8fa 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:hover span,.xdsoft_datetimepicker .blue-gradient-button:focus span{color:#454551;background:-moz-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#FFF));background:-webkit-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-o-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-ms-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0)}

/* End */


/* Start:/local/templates/autohub/css/jquery.fancybox.css?174314869313195*/
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

/* End */


/* Start:/local/templates/autohub/css/colors.css?17431486934320*/
/* General */
.header,
.footer {
	background-color: #3E3E3F;
}

.header__nav .nav__link,
.header a {
	color: #fff;
	text-decoration: none;
}

/*.header a:hover {*/
/*	color: #E94E1B;*/
/*}*/

.header a:hover {
	color: #E94E1B;
}

.header__nav .nav__link:hover,
.header__nav .nav__item--selected>.nav__link {
	color: #E94E1B;
}

.header__nav .nav--sub {
	background-color: #3c3c3b;
}

.header__nav .nav--sub .nav__link:hover {
	background-color: #E94E1B;
	color: #fff;
}

.header__phone {
	color: #fff;
}

.banner {
	background-color: #3e3e3e;
}

.list__info {
	background-color: rgba(0,0,0,0.6);
}

/*.list--items .list__hot {*/
/*	background-color: #000;*/
/*}*/

.list--items .list__hot {
	background-color: #808285;
}

.list--items .list__hot .list__price {
	color: #dcdcdc;
}

.list__promo {
	border-color: #E94E1B;
	color: #E94E1B;
}

.list--news .list__date {
	color: #999;
}

.list--news .list__inner:hover .list__descr {
	color: #E94E1B;
}

.pagination .active .page-link {
	background-color: #E94E1B;
	border-color: #E94E1B;
	color: #fff;
}

/* ### Forms ### */
.form .success-heading {
    background-color: #4dB34d;
	color: white;
}

.form .warning-heading {
	background-color: #c02739;
	color: white;
}

.form .form-control {
	background-color: #fff;
	border: 1px solid #cfcfcf;
}

.custom-control-input:checked ~ .custom-control-label::before {
	background-color: #E94E1B;
	border-color: #E94E1B;
}

/*.form .form-control:focus {
	box-shadow: none;
}*/

.form select {
	-webkit-appearance: none;
	   -moz-appearance: none;
}

.form .form-select {
	position: relative;
}

/*.form .form-select::after {
	border-color: #152026 transparent transparent;
	border-style: solid;
	border-width: 7px 6px 0;
	content: ' ';
	position: absolute;
	right: 10px;
	top: 16px;
}*/

.form .col-divider::before {
	background-color: #cfcfcf;
}

.form-list .list__descr {
	color: #E94E1B;
	cursor: pointer;
}

.form-list .list__descr:hover {
	color: #dd4412;
}

.footer {
	background-color: #3E3E3F;
}

.footer__nav .nav__link {
	color: #E94E1B;
}

.footer__nav .nav__link:hover,
.footer__nav .nav__link--active {
	color: #dd4412;
}

.footer .list--socials .list__link {
	background-color: #E94E1B;
	color: #fff;
}

.footer .list--socials .list__link:hover {
	background-color: #dd4412;
}

.bg-orange {
	background-color: #E94E1B;
}

.bg-light {
	background-color: #3E3E3F!important;
}

.form.bg-light {
	background-color: rgba(0,0,0,0.6) !important;
}

.text-white {
	color: #3E3E3F!important;
}

.text-white:hover {
	color: #E94E1B!important;
}

.text-blue,
.text-orange {
	color: #E94E1B;
}

.text-blue:hover,
.text-orange:hover {
	color: #dd4412;
}

.text-gray {
	color: #a9a9a9;
}

.text-grey {
	color: #959595;
}

a {
	color: #E94E1B;
	text-decoration: underline;
}

a:hover {
	color: #dd4412;
}

.link {
	border-bottom: 1px dotted;
	text-decoration: none;
}

.link:hover {
	text-decoration: none;
}

/* ### Buttons ### */
.btn-primary {
	background-color: #E94E1B;
	border-color: #E94E1B;
}

.btn-primary:hover,
.btn-primary:active {
	background-color: #dd4412;
	border-color: #dd4412;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	background-color: #dd4412;
	border-color: #dd4412;
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-white {
	background-color: #E94E1B;
/*	border: 2px solid #fff; */
	color: #fff;
}

.btn-outline-white:hover {
	background-color: #dd4412;
	color: #fff;
}

/* ### Carousel slick ### */
.slick-dots button {
	background-color: #8b9ba2;
}

.slick-active button {
	background-color: #E94E1B;
	pointer-events: none;
}

.slick-dots button:hover {
	background-color: #dd4412;
}

/* ### Tooltip ### */
.tooltip.show {
	opacity: 1;
}

.tooltip-inner {
	background-color: #eaeaea;
	border-radius: 0;
	color: #3c3c3b;
	font-size: 15px;
	max-width: 240px;
	padding: 15px 20px;
	text-decoration: underline;
}

.tooltip .arrow::before {
	border-top-color: #eaeaea;
}
/* End */


/* Start:/local/templates/autohub/css/slick.css?17431486931727*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/autohub/css/media.css?174314869315096*/
@media (min-width: 999px) and (max-width: 1199px) {
	/*.list--catalog .list__image {
		height: 305px!important;
		padding-top: 0!important;
		width: 299px!important;
	}*/

	/*.list--catalog .list__info {
		background-color: transparent;
		height: auto;
		padding: 15px 0 0 0px;
		width: 310px!important;
		display: block;
		text-align: center;
	}*/

	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 52px;
		width: 100%;
		text-decoration: none;
		margin-top: 81.5% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 0%;
		padding-right: 0%;
	}
}

@media (max-width: 1199px) {
	.h2-home {
		text-align: center;
	}

	.list--teasers {
		margin-top: -113px;
	}

	.list--teasers .list__text {
		font-size: 12px;
	}

}


@media (max-width: 991px) {
	.header__phone .divider,
	.header__phone .address {
		display: none;
	}

	.section--md-pb {
		padding-bottom: 0;
	}

	.section--md-pt {
		padding-top: 0;
	}
	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 52px;
		width: 100%;
		text-decoration: none;
		margin-top: 81.5% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 0%;
		padding-right: 0%;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 28px;
	}

	h1 + .list,
	h2 + .list {
		margin-top: 20px;
	}

	.section--page iframe {
		height: 290px;
	}

	.section--404 .section__t {
		font-size: 100px;
	}

	.section--404 .section__sub-t {
		font-size: 28px;
	}

	.section--404 .section__icon {
		margin: 40px 0;
	}

	.header__phone {
		font-size: 18px;
	}

	.header__menu {
		height: 60px;
		margin-left: 30px;
		width: 60px;
	}

	.main-slider {
		padding-bottom: 30px;
		top: 0;
	}

	.main-slider__bg::after {
		background-color: rgba(0,0,0,0.2);
		bottom: 0;
		content: ' ';
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.main-slider__t {
		font-size: 34px;
	}

	.main-slider__info {
		margin: 0 auto;
		max-width: 480px;
		padding-top: 20px;
		text-align: center;
	}

	.main-slider__slogan {
		font-size: 17px;
		margin-top: 10px;
	}

	.main-slider .filter {
		margin: 25px auto 0;
	}

	.list--teasers {
		display: none;
	}

	.list--catalog .list__item {
		margin: 30px 0;
	}

	.sidebar {
		margin-top: 20px;
	}

	.sidebar .form {
		border-bottom: 1px solid #cfcfcf;
	}

	.subscribe-product .form {
		max-width: 230px;
	}

	.list--advantages .list__item:nth-child(3),
	.list--advantages .list__item:nth-child(4) {
		margin-top: 30px;
	}

	.list--advantages .list__inner {
		flex-direction: column;
	}

	.list--advantages .list__image {
		margin-bottom: 10px;
	}

	.list--spec .list__item {
		margin-bottom: 10px;
	}

	.related .list--catalog .list__item {
		margin: 0;
	}

	.aside {
		margin-top: 40px;
	}

	.gallery__nav {
		display: none;
	}

	.card-header h3 {
		font-size: 20px;
		margin: 25px 0;
	}

	.footer {
		height: auto;
		padding: 20px 0;
	}

	.footer__copy .date {
		display: none;
	}

	.footer__nav .nav {
		flex-direction: column;
	}

	.footer__nav .nav__item {
		margin: 0 0 10px;
	}

	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 55px;
		width: 94.6%;
		text-decoration: none;
		margin-top: 77.2% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 2.7%;
		margin-right: 2.7%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 576px) {
	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	h3:not(:first-child) {
		margin-top: 40px;
	}

	h1 + .list,
	h2 + .list {
		margin-top: 10px;
	}

	.section {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.section--md-pb {
		padding-bottom: 0;
	}

	.section--md-pt {
		padding-top: 0;
	}

	.section--page iframe {
		height: 190px;
	}

	.section--404 .section__t {
		font-size: 100px;
	}

	.section--404 .section__sub-t {
		font-size: 18px;
	}

	.section--404 .section__icon {
		margin: 30px 0;
	}

	.header__menu {
		margin-left: auto;
	}

	.main-slider__t {
		font-size: 20px;
	}

	.main-slider__inner {
		padding: 0;
	}

	.main-slider__info {
		max-width: 290px;
	}

	.main-slider__slogan {
		font-size: 15px;
	}

	.main-slider .filter {
		margin: 25px auto 0;
		max-width: 320px;
		width: auto;
	}

	.subscribe-product .form {
		max-width: 100%;
	}

	.grid {
		font-size: 13px;
	}

	.grid__row {
		padding: 10px 0;
	}

	.form--bg {
		padding: 15px;
	}

	.form .btn {
		width: 100%;
	}

	.form--test-drive {
		max-width: 100%;
	}

	.card-header h3 {
		font-size: 16px;
	}

	.card-header h3::before {
		border-width: 5px 0 5px 6px;
		top: 5px;
	}

	.footer__copy {
		font-size: 12px;
		margin-top: 20px;
	}

	.footer__nav .nav__item:last-child {
		width: 90px;
	}

	.footer__nav .nav__item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.footer__nav .nav__link {
		font-size: 12px;
	}

	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 55px;
		width: 62.4%;
		text-decoration: none;
		margin-top: 50.6% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 18.8%;
		margin-right: 2.7%;
		padding-left: 5%;
		padding-right: 5%;
	}

}

@media (max-width: 415px) {
	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 55px;
		width: 85%;
		text-decoration: none;
		margin-top: 68.5% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 7.5%;
		margin-right: 2.7%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 412px) {
	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 55px;
		width: 85%;
		text-decoration: none;
		margin-top: 69.2% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 7.5%;
		margin-right: 2.7%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 376px) {
	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 55px;
		width: 94.6%;
		text-decoration: none;
		margin-top: 77.2% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 2.7%;
		margin-right: 2.7%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 361px) {
	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 55px;
		width: 100%;
		text-decoration: none;
		margin-top: 81.2% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 5%;
		padding-right: 5%;
	}

}

@media (max-width: 321px) {
	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 60px;
		width: 100%;
		text-decoration: none;
		margin-top: 77.2% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (min-width: 576px) {
	.service-detail,
	.company-detail {
		margin-top: -60px;
	}

	.main.contact::before,
	.main.catalog::before {
		max-width: 540px;
	}

	.main.contact .container:first-child,
	.main.catalog .container:first-child,
	.main.company .container:first-child {
		/*margin-bottom: -60px;*/
		margin-top: -60px;
	}

	.main.contact .container:first-child {
		margin-bottom: -90px;
	}

	.main.contact :last-child .container,
	.main.catalog :last-child .container,
	.main.company :last-child .container {
		margin-bottom: -60px;
	}
}

@media (min-width: 768px) {
	.header__brand {
		margin-right: 15px;
	}

	.main.contact::before,
	.main.catalog::before {
		max-width: 720px;
	}

	/*.header__nav .nav__link {
		font-size: 14px;
		padding: 0 15px;
	}

	.header__phone {
		font-size: 16px;
	}*/

	.main-slider {
		height: 785px;
	}

	.main-slider__info {
		max-width: 350px;
		padding-top: 100px;
	}

	h1,
	.main-slider__t {
		color: #494d4e;
		font-size: 36px;
	}

	.main-slider .filter {
		background-color: #3E3E3F;
		padding: 30px 30px 15px;
		position: absolute;
		right: 15px;
		top: 100px;
	}

	.list--catalog .list__item {
		margin: 40px 0;
	}

	.list--catalog .list__image {
		height: auto;
		padding-top: 66.6666%;
		width: auto;
	}

	.sidebar {
		margin-top: 30px;
	}

	.sidebar .form {
		border-bottom: 1px solid #cfcfcf;
		padding-bottom: 10px;
	}

	.subscribe-product .form {
		max-width: 100%;
	}

	.subscribe-product .block__text {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.subscribe-product .block__name {
		margin-right: 20px;
		width: 130px;
	}

	.list--advantages .list__item:nth-child(3),
	.list--advantages .list__item:nth-child(4) {
		margin-top: 30px;
	}

	.list--advantages .list__inner {
		flex-direction: column;
	}

	.list--advantages .list__image {
		margin-bottom: 10px;
	}

	.list--spec .list__item {
		margin-bottom: 10px;
	}

	.related .list--catalog {
		margin: 0 -10px;
	}

	.related .list--catalog .list__item {
		margin: 0;
		padding: 0 10px;
	}

	.aside {
		margin-top: 50px;
	}

	.footer .list--socials {
		margin-right: 28px;
	}

	.footer__nav .nav {
		margin-left: 20px;
	}

	.footer__nav .nav__item:not(:last-child) {
		margin-right: 10px;
	}

	.footer__nav .nav__item:nth-child(1),
	.footer__nav .nav__item:nth-child(2),
	.footer__nav .nav__item:nth-child(3),
	.footer__nav .nav__item:nth-child(4) {
		width: auto;
	}

	.footer__copy,
	.footer__nav .nav__link {
		font-size: 12px;
	}

	.footer__copy .date {
		display: none;
	}

	.footer .br {
		display: block;
	}
}

@media (min-width: 992px) {
	.header__brand {
		margin-right: 20px;
	}

	.main.contact::before,
	.main.catalog::before {
		max-width: 960px;
	}

	/*.header__nav .nav__link {
		font-size: 12px;
		padding: 0 15px;
	}

	.header__phone {
		font-size: 14px;
	}*/

	h1,
	.main-slider__t {
		color: #494d4e;
		font-size: 46px;
	}

	.main-slider__info {
		max-width: 590px;
	}

	.list--teasers .list__item {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.list--catalog .list__item,
	.list--catalog .list__inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.list--catalog .list__inner {
		flex-direction: row;
		width: 100%;
	}

	.list-column {
		flex-direction: column!important;
		width: 100%;
	}

	/*.list--catalog .list__image {
		height: 305px;
		padding-top: 0;
		width: 410px;
	}*/

	.list--catalog.related-slider .list__image {
		height: 305px;
		padding-top: 0;
	}

	.list--catalog .list__image {
		margin-right: 15px;
	}

	/*.list--catalog .list__info {*/
	/*	background-color: transparent;*/
	/*	height: auto;*/
	/*	padding: 0 0 0 20px;*/
	/*	width: 220px;*/
	/*	display: block;*/
	/*	text-align: center;*/
	/*}*/

	.list--catalog .list__info {
		background-color: transparent;
		height: auto;
		padding: 15px 0 0 15px;
		display: block;
	}

	.list__info__cat {
		background-color: transparent;
		height: auto;
		padding: 15px 0 0 20px;
		width: 450px;
		display: block;
		text-align: center;
	}

	.list__info .more {
		margin-left: 0;
	}

	.sidebar {
		margin-top: 40px;
		width: 100%;
	}

	.sidebar .form {
		border: none;
		padding-bottom: 0;
	}

	.subscribe-product .block__text {
		display: block;
	}

	.subscribe-product .block__name {
		margin-right: 0;
		width: auto;
	}

	.question,
	.aside {
		width: 280px;
	}

	.list--advantages .list__item:nth-child(3),
	.list--advantages .list__item:nth-child(4) {
		margin-top: auto;
	}

	.list--spec {
		margin-right: 20px;
	}

	.list--spec .list__item:not(:last-child) {
		margin-bottom: 10px;
	}

	.related .list--catalog {
		margin: 0;
	}

	.related .list--catalog .list__item {
		margin: 40px 0;
		padding: 0;
	}

	.aside {
		margin-top: 0;
	}

	.footer__nav .nav {
		margin-left: 40px;
	}

	.footer__nav .nav__item:not(:last-child) {
		margin-right: 20px;
	}

	.footer__copy .date {
		display: inline-block;
	}

	.footer .br {
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	.main.contact::before,
	.main.catalog::before {
		max-width: 1140px;
	}

	h1,
	.main-slider__t {
		font-size: 44px;
		margin-top: -1.3%;
	}

	.main-slider__info {
		max-width: 680px;
	}

	.main-slider__slogan {
		font-size: 28px;
		margin-top: 50px;
	}

	.list--teasers {
		margin-top: -240px;
	}

	.list--teasers .list__item {
		align-items: center;
		flex-direction: row;
	}

	.list--teasers .list__image {
		margin-bottom: 0;
		margin-right: 15px;
	}

	/*.list--catalog,
	.list--catalog ~ .pagination {
		margin-left: 100px;
	}*/

	.related .list--catalog,
	.related .list--catalog ~ .pagination {
		margin-left: 0;
	}

	/*.list--catalog .list__image {
		width: 350px;
	}*/

	/*.list--catalog .list__info {*/
	/*	padding: 0 0 0 30px;*/
	/*}*/

	/*.list--catalog .list__info {
		padding: 30px 0 0 0px;
	}*/

	.list--catalog .list__related {
		padding: 0 0 0 0px;
	}

	.list--advantages .list__inner {
		flex-direction: row;
	}

	.list--advantages .list__image {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.sidebar {
		width: 100%;
	}

	.question,
	.aside {
		width: 370px;
	}

	.footer__nav .nav {
		margin-left: 50px;
	}

	.footer__nav .nav__item:not(:last-child) {
		margin-right: 35px;
	}

	.footer__copy,
	.footer__nav .nav__link {
		font-size: 14px;
	}
}
/* End */


/* Start:/local/templates/autohub/assets/owl.carousel.min.css?17431486933351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/autohub/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/autohub/template_styles.css?1752737953689*/
.css-form-autohub-politic
{
    text-align: left;
    color: #fff;
    font-size: 13px;
}
.main.politic,
.main.rekvizity
{
   color: #3e3e3f;
}
.main.politic::before,
.main.rekvizity::before
 {
    background-color: #dcdcdc;
    bottom: 0;
    color: #3e3e3f;
    content: ' ';
    left: 50%;
    margin: 0 auto;
    max-width: 770px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}
.blog h1{
color:#fff;
font-size: 32px;
font-weight: 400;
letter-spacing: 0.05em;
margin-bottom: 20px;
text-transform: uppercase;
}
@media screen and (max-width:767px){
.blog h1{
font-size: 28px;
}
}
@media screen and (max-width:576px){
.blog h1{
font-size: 24px;
}
}
/* End */
/* /local/templates/autohub/css/custom.css?174964700938908 */
/* /local/templates/autohub/css/common.css?17431486932722 */
/* /local/templates/autohub/js/selectize/css/selectize.css?17431486938589 */
/* /local/templates/autohub/css/jquery.datetimepicker.min.css?174314869316503 */
/* /local/templates/autohub/css/jquery.fancybox.css?174314869313195 */
/* /local/templates/autohub/css/colors.css?17431486934320 */
/* /local/templates/autohub/css/slick.css?17431486931727 */
/* /local/templates/autohub/css/media.css?174314869315096 */
/* /local/templates/autohub/assets/owl.carousel.min.css?17431486933351 */
/* /local/templates/autohub/template_styles.css?1752737953689 */
