@charset "utf-8";

@font-face {
	font-family: 'HyundaiSansHead-Regular';
	src: url('/local/templates/dealer/fonts/HyundaiSansHead-Regular.woff2') format('woff2'), url('/local/templates/dealer/fonts/HyundaiSansHead-Regular.ttf') format('truetype'), url('/local/templates/dealer/fonts/HyundaiSansHead-Regular.woff') format('woff'), url('/local/templates/dealer/fonts/HyundaiSansHead-Regular.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HyundaiSansHead-Bold';
	src: url('/local/templates/dealer/fonts/HyundaiSansHead-Bold.woff2') format('woff2'), url('/local/templates/dealer/fonts/HyundaiSansHead-Bold.ttf') format('truetype'), url('/local/templates/dealer/fonts/HyundaiSansHead-Bold.woff') format('woff'), url('/local/templates/dealer/fonts/HyundaiSansHead-Bold.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HyundaiSansHead-Medium';
	src: url('/local/templates/dealer/fonts/HyundaiSansHead-Medium.woff2') format('woff2'), url('/local/templates/dealer/fonts/HyundaiSansHead-Medium.ttf') format('truetype'), url('/local/templates/dealer/fonts/HyundaiSansHead-Medium.woff') format('woff'), url('/local/templates/dealer/fonts/HyundaiSansHead-Medium.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HyundaiSansHead-Light';
	src: url('/local/templates/dealer/fonts/HyundaiSansHead-Light.woff2') format('woff2'), url('/local/templates/dealer/fonts/HyundaiSansHead-Light.ttf') format('truetype'), url('/local/templates/dealer/fonts/HyundaiSansHead-Light.woff') format('woff'), url('/local/templates/dealer/fonts/HyundaiSansHead-Light.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #efefed;
	font-family: 'HyundaiSansHead-Regular';
}

/* grid */
.design { min-width: 240px; }
.base__section {}
	.base__inner { max-width: 1100px; margin: auto; /*padding-left: 1%!important; padding-right: 1%!important;*/}
	.footer__inner {margin-left: 3%; margin-right: 3%; }

/* design, desktop first */

.head-section { position: relative;}
	.header {position: relative; top:0; left: 0; width: 100%; z-index: 10;}
	.header__inner {}

		.header__menu {position: relative; height: 46px; margin-top: 0.5em; text-align: right; color: #fff; background: #002c5f ;}
		.header__logo {position: absolute; z-index: 0; top:6px; left: 30px; height: 34px; width: 150px; background: url(../i/hyundai-certified-logo.svg) center center no-repeat; background-size: contain;}

		.header__nav { display: inline-block; height: 46px; line-height: 46px; }
		.head-nav-icon {display: none; width: 46px; height: 46px;}

.head-nav-list {
	display: table;
}
.head-nav-list__item {
	display: table-cell;
	position: relative;
}
.head-nav-list__link,
.sub-nav-list__link {
	display: block;
	padding: 0 1.25em;
	font-family: 'HyundaiSansHead-Medium';
	font-size: 0.6875em;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	text-align: left;
}
.head-nav-list__link:hover,
.sub-nav-list__link:hover,
.head-nav-list__item.active .head-nav-list__link,
.sub-nav-list__item.active .sub-nav-list__link {
	color: #00aad2;
}
.head-nav-list__item .sub-nav-list {
	display: none;
}
.head-nav-list__item:hover .sub-nav-list {
	position: absolute;
	display: block;
	width: 180px;
	background-color: #575a5d;
}

.open-menu {}
	.open-menu .head-nav-icon  {background: #575a5d;}
	.open-menu .head-nav-list {display: block; position: absolute; width: 100%; top:100%; left: 0; background: #575a5d;}
	.open-menu .head-nav-list__item {display: block;}
	.open-menu .head-nav-list__link {border-top:1px solid #fff; margin:0 0.9375em; padding: 0; }
	.open-menu .head-nav-list__item:first-child .head-nav-list__link {border-top:none;}

.head-slider {position: relative; z-index: 5;}
	.head-slider__inner {position: relative; overflow: hidden;}
	.head-slider__item {position: relative; overflow: hidden; outline: none!important; font-size: 0; max-height: 530px;}
	.head-slider__item:before {content: '-- holder --'; display: block; height: 0; padding-top: 50%;}
	.no-js .head-slider__item {display: none; }
	.no-js .head-slider__item:first-child {display: block;}
	.head-slider__item-inner {position: absolute; height: 100%; top:0; left: 50%; width: 2000px; margin-left: -1000px; text-align: center;}
	.head-slider__img {display: block; position: absolute; top: 0; left: 0; right: 0;bottom: 0; margin: auto; height: 100%; max-height: 530px; }

	.js-head-slider .slick-list {overflow: visible;}

	.head-slider .slick-dots { position: absolute; bottom: 16px; left: 0; width: 100%; text-align: center;}
	.head-slider .slick-dots li {display: inline-block;}
	.head-slider .slick-dots   .slick-dots__item {display: block; height: 8px; width: 8px; margin: 0 4px; background: #d7d7d7; border-radius: 100%; cursor: pointer;}
	.head-slider .slick-active .slick-dots__item { background: #1c4580;}

		.head-slider__prev,
		.head-slider__next { position: absolute; height: 50px; width: 26px; top:50%; cursor: pointer; background: url(../i/head-slider-arr.png) no-repeat; text-indent: 100px; overflow: hidden; font-size: 0; opacity: 0; z-index: 10; -webkit-transition: opacity 1s; transition: opacity 1s;}

		.head-slider__prev {left: 80px;}
		.head-slider__next {right: 80px; background-position: -28px 0;}

		.head-slider:hover .head-slider__prev,
		.head-slider:hover .head-slider__next {opacity: 1;}

.icon-menu-section { background: #0066a9; color: #fff; }
	.icon-menu {display: table; table-layout: fixed; width: 100%;}
	.icon-menu__item {display: table-cell; text-align: center; vertical-align: top; padding-left: 1px;}
	.icon-menu__link {display: block; color: inherit; text-decoration: none; padding:  1.375em 0; -webkit-transition:background 0.2s ease-out; transition: background 0.2s ease-out;	}
	.icon-menu__link:hover {background: #3698d9; }
		.icon-menu__link-inner {display: block; position: relative;}
		.icon-menu__link-inner:before {content: '- line -'; font-size: 0; position: absolute; top:0; left: -1px; height: 100%; width: 1px; background: #00568f; overflow: hidden;}
		.icon-menu__item:first-child .icon-menu__link-inner:before {display: none;}
			.icon-menu__icon {display: inline-block; width: 40px; height: 42px; background: url(../i/icon-menu-list.png) no-repeat;}
			.icon-menu__icon--car {background-position: 0 0;}
			.icon-menu__icon--map {background-position: 0 -42px;}
			.icon-menu__icon--rudder {background-position: 0 -90px; }
			.icon-menu__title {display: block; margin-top: 10px; font-weight: bold; font-family: 'HyundaiSansHead-Medium';}

	.title-section {padding: 1em 3%; margin-top: 1em; background: #e8e5e0; }
		.title-section h1 {margin-top: 0.5em; color: #333333; font-size: 1.5em; font-family: 'HyundaiSansHead-Medium';}

			.breadcrumb-list { display: block; font-size: 0.8125em;}
				.breadcrumb-list__item {display: inline-block; color: #a5a5a5;}
					.breadcrumb-list__item:before {content: '>';}
						.breadcrumb-list__item:first-child:before {display: none;}
					.breadcrumb-list__link {display: inline-block; color: inherit;  text-decoration: none;}
						.breadcrumb-list__link:hover {text-decoration: underline;}

	.content-section { }

	.content { padding: 2em 3% 1em; line-height: 1.63em; background: #fff; }
	/*.content p,*/
	.content li { margin-top: 1em; }
	.content li { padding-left: 2.3em; position: relative; }
	.content li:before { content: '\2022'; display: inline-block; position: absolute; top:0; left: 0; font-size: 2.3em; color: #1b83c6; }
	.content b {font-weight: bold;}
	.content h1, .h1,
	.content h2, .h2,
	.content h3, .h3{ margin-top: 0.8em; line-height: 1;  color: #303030; font-family: 'HyundaiSansHead-Light';  }

	.content h1, .h1 {font-size:2.8125em; font-family: 'HyundaiSansHead-Light';}
	.content h2, .h2 {font-size:1.875em;}
	.content h3, .h3 {font-size:1.5625em;}

.order-filter {background: #f7f7f7;}
	.order-filter__form {display: table; width: 100%;}
	.order-filter__form-item {display: table-cell; padding: 1em 1.5em; vertical-align: middle;}
	.order-filter .order-filter__form-title {font-size: 0.9375em;font-weight: bold; }
	.order-filter__form-item--button {text-align: right; width: 50%; padding: 0.5em 0.5em;}
	.order-filter__form-button {padding: 0 3em;}
	.order-filter__form-item label {display: inline-block; white-space: nowrap; color: #404040; font-family: 'HyundaiSansHead-Medium';}
	.order-filter__form-item_label {display: inline-block; vertical-align: middle; font-size: 0.875em;}
	.order-filter .custom-checkbox { width: 2.125em; height: 2.125em; border-radius: 100px; position: relative; }
	.order-filter .custom-checkbox--checked {border: 2px solid #27a8e2; background-image: none;}
	.order-filter .custom-checkbox--checked:before {content: ' '; position: absolute; top: 50%; left:50%; width: 10px; height: 10px; margin-top: -5px; margin-left: -5px; background: #27a8e2; border-radius: 100px; }

.pages-nav { margin-top: 2.125em; text-align: center; cursor: default;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
}
.pages-nav__title {font-size: 0.875em; color: #404040; margin-bottom: 0.5em;}
.pages-nav__list {display: inline-block; margin: 0 2%;}
	.pages-nav .pages-nav__item {display: inline-block; padding: 0; height: 1.875em; min-width: 1.875em; line-height: 1.8em; margin: 0 0.1em;}
	.pages-nav .pages-nav__item:before {display: none;}
		.pages-nav .pages-nav__link {display: block; height:100%; width: 100%; border: 2px solid #1b83c6; color: #1b83c6; border-radius: 100px; text-align: center; font-size: 0.875em; font-family: 'HyundaiSansHead-Medium';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
		}
		.pages-nav .pages-nav__link:hover {background: #1a98ea; border-color: #1a98ea; color: #fff;}
		.pages-nav .pages-nav__link--active,
		.pages-nav .pages-nav__link:active{background: #1b83c6; border-color: #1b83c6; color: #fff;}

		.pages-nav .pages-nav__item--arr .pages-nav__link--not-active { color: #959595; border-color:#959595; background-color: #fff; }
	.pages-nav__item--arr {}
		.pages-nav__item--start {}
		.pages-nav__item--prev {}
		.pages-nav__item--next {}
		.pages-nav__item--end {}


.manual-load-car {margin-top: 15px;}
.manual-load-car__form { /*max-width: 26em;*/ }
.manual-load-car__form .form-row {margin-top: 15px;}
.manual-load-car__form .form-label {display: block; margin-bottom: 5px; font-weight: bold;}
.manual-load-car__form .form-input { }
.manual-load-car__image-list{text-align: center;}
.image-list--image-load { padding: 10px; background: #F5F5F5;}

.image-list__item {margin-top: 10px;margin-left: 1%;display: inline-block; vertical-align: top; width: 23%; }

.footer-section {color: #989898;}
	.footer {  padding-bottom:0.625em; }
		.footer-menu {display: block; text-align: justify; line-height: 0.01em;}
		.footer-menu:after{content: ' '; display: inline-block; width: 100%; height: 0;}
			.footer-menu__subdiv {display: inline-block; line-height: 1em; margin-top: 2.125em; text-align: left; vertical-align: top; min-width: 9em; }
				.footer-menu__list-title {color: #555555; font-size: 0.875em; font-family: 'HyundaiSansHead-Medium';}
				.footer-menu__list {display: block; margin-top: 0.875em;}
					.footer-menu__item {display: block; margin-top: 1em}
					.footer-menu__item:first-child {margin-top: 0;}
					.footer-menu__link {display: block; font-size: 0.875em; color: inherit; text-decoration:none; }
			.footer-menu__link:hover {color:#000; text-decoration: underline;}

		.footer-contacts {display: table; width: 100%; padding-top: 0.875em; margin-top:0.875em; border-top:1px solid #e9e9e9;}
		.footer-phone	{display: table-cell; text-align: left; font-size: 100%; color: #555; font-family: 'HyundaiSansHead-Medium',sans-serif; }
			.footer-phone__title { font-size: 0.875em; white-space: pre; }
			.footer-phone__title:after {content: ' —'; }
			.footer-phone__number { font-size: 1.375em; white-space: pre; }
		.footer-call { text-align: right; }
			.call-button,
			.feedback-button{display: inline-block; padding: 0.4em 0.4em; font-weight: normal; cursor: pointer; color: #989898;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
				.call-button__icon,
				.feedback-button__icon {display: inline-block;  width: 32px; height: 32px; line-height: 30px; vertical-align: middle; text-align: center; background: #1d88cd; border-radius: 100%;}
				.call-button__icon:before,
				.feedback-button__icon:before {content: ' '; display: inline-block; vertical-align: middle;  background: url(../i/icon-sprite.png) 0 0 no-repeat}

				.call-button__icon:before {width: 18px; height: 18px; background-position: 0 -14px;}
				.feedback-button__icon:before {width: 16px; height: 12px; background-position: 0 0;}

				.call-button__title,
				.feedback-button__title{vertical-align: middle; margin-left: 0.2em; line-height: 1em; font-size: 0.6875em; text-transform: uppercase; font-weight: bold; font-family: 'Arial Black',Arial,sans-serif; color: inherit; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}

				.call-button:hover .call-button__title,
				.feedback-button:hover .feedback-button__title {color: #1d88cd;}

			.footer-offer {margin-top: 1em;}
				.footer-offer-text { text-align: justify; font-size: 0.6875em; line-height: 1.64em; color: #b6b6b6;}
			.footer-copy {}
				.footer-copy-text { text-align: center;  font-size: 0.6875em; line-height: 1.64em; color: #999;}

			.footer-sub-nav { padding-top: 0.875em; margin-top:0.875em;  border-top:1px solid #e9e9e9; display: table; width: 100%;}
				.footer-sub__social{display: table-cell;}
					.social-list {display: block; cursor: default;}
						.social-list__item {display: inline-block;}
							.social-list__link {display: block;}
							.social-list__icon { display: inline-block; width: 24px; height: 24px; position: relative; overflow: hidden; background: url(../i/sprites24.png) 0 0 no-repeat;}
							.social-list__icon:before,
							.social-list__icon:after {content: ' '; position: absolute; top:0; left: 0; height: 100%; width: 100%; background: inherit; background-position: inherit;}

							.social-list__icon:before {height: 200%; top:-100%;}
							.social-list__icon:after 	{-webkit-transition: 0.2s ease 0s; transition: 0.2s ease 0s;}

							.social-list__icon:hover:after { opacity: 0;}

							.social-list__icon--fb {background-position: 0 0;}
							.social-list__icon--vk {background-position: -24px 0;}
							.social-list__icon--tw {background-position: -48px 0;}
							.social-list__icon--ig {background-position: -72px 0;}
							.social-list__icon--yt {background-position: -96px 0;}

				.footer-sub__menu {display: table-cell; vertical-align: middle; text-align: right; cursor: default; }
					.footer-sub__menu-list {display: block; font-size: 0.6875em; color: #a6a6a6;}
						.footer-sub__menu-item {display: inline-block;}
						.footer-sub__menu-item:before {content: '|'; display: inline-block; padding: 0 0.2em;}
						.footer-sub__menu-item:first-child:before {display: none;}
						.footer-sub__menu-link {color: inherit; text-decoration: none;}
						.footer-sub__menu-link:hover {color: #555555;}

html.login-page { height: 100%;}
html.login-page body {height: 100%; background: #fafafa;}

.login-page__wrap {display: table; width: 100%; height: 100%;}
	.login-page__center {display: table-cell; vertical-align: middle; text-align: center;}
		.login-page__holder {display: inline-block;}
			.login-form {
				display: block;
				width: 560px;
				background-color: #ffffff;
				padding: 70px 90px 50px;
				box-sizing: border-box;
				margin: 0 auto;
			}
			.login-form__title {
				margin: 0 0 30px;
				font-family: HyundaiSansHead-Regular;
				color: #353535;
				font-size: 26px;
				font-weight: 700;
				line-height: 24px;
				text-align: left;
			}
			.login-form__message { padding-bottom: 1em;}
			.login-form__content { font-size: 0.875em; padding-top: 2em; padding-bottom: 2em; color: #959595; font-family: 'HyundaiSansHead-Regular'; }

			.login-form__message { padding-left:5%; padding-right:5%;}

			.login-form__table td { padding-top: 0.64em; vertical-align: baseline; font-size: 16px; padding-bottom: 16px; }
			.login-form__label {display: inline-block; padding-right: 0.5em; font-weight: bold; color: #353535; }
			.login-form .custom-text-input { height: 2.8125em; width: 100%; }
			.login-form .custom-text-input input {
				text-align: left;
				border: 1px solid #e1e1e1;
				box-shadow: none;
				width: 100%;
				line-height: 50px;
				height: 50px;
				box-sizing: border-box;
				padding: 0 20px;
				font-family: HyundaiSansHead-Regular;
				font-size: 16px;
				font-weight: 400;
				outline: none;
			}
			.login-form input:-webkit-autofill {
					-webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
					-webkit-text-fill-color: inherit !important; /* цвет текста */
					color: inherit !important; /* цвет текста */
			}
			.login-form .custom-checkbox {height: 2.8125em; width: 2.8125em; }
			.login-form .remember-user {display: table;}
			.login-form .remember-user__checkbox {display: table-cell;}
			.login-form .remember-user__label {display: table-cell; vertical-align: middle; padding-left: 0.5em;}
			.login-form .authorize-submit-cell {padding-top: 12%;}
			.login-form__submit-button {padding: 0 20%; max-width: 100%;}
.load-car-change-button-wrapper {

}
.load-car-change-button-wrapper .active {
	background-color: #D6D6D6;
	border: 1px solid #C0C0C0;
}
.load-car-change-button {
	float: left;
	width: 300px;
	background-color: #E8E5E0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.load-car-change-button-wrapper:after {content: ' '; display: block; clear: both; width: 100%; height: 0;}
.manual-load-car__form.archive_form {display: none;}
.load-car-comment {
	font-size: 12px;
	font-weight: normal;
}

/* design, 940px */

@media screen and (max-width: 940px) {
	body {font-size: 90%;}
	.head-slider__prev {left: 10px; opacity: 1;}
	.head-slider__next {right:  10px; opacity: 1;}
		.social-list__link {font-size: 1em;}
		.footer-offer-text,
		.footer-copy-text {font-size: 1em;}
}

/* design, 768px */

@media screen and (max-width: 768px) {
	.header .base__inner {padding: 0 !important;}
	.header__menu {margin-top: 0 !important;}
	.header__top {display: none;}

	.head-nav-list {display: none;}
	.head-nav-icon {display: block;}

	.footer-contacts {display: block;}
		.footer-phone {display: block; text-align: center;}
		.footer-call {display: block; margin-top: 0.5em; text-align: center;}

	.footer-menu__subdiv {width: 48%;}

	.footer-sub-nav {display: block;}
		.footer-sub__social {display: block; text-align: center;}
		.footer-sub__menu {display: block; text-align: center;}
			.footer-sub__menu-list { font-size: 1em; margin-top: 0.875em;}
				.footer-sub__menu-item {display: block; margin-top: 0.5em; text-align: left;}
				.footer-sub__menu-item:before {display: none;}
}

/* design, 600px */
@media screen and (max-width: 600px) {

}

/* design, 400px */
@media screen and (max-width: 400px) {
	.base__inner{padding-left: 0.5em!important; padding-right: 0.5em!important;}

	.header {position: relative;}
	.header__logo {width: 136px; left: 0.5em;}
	.icon-menu {display: block;}
		.icon-menu__item {display: block; }
		.icon-menu__link {padding: 0.8em 0; text-align: left;}
			.icon-menu__link-inner {}
			.icon-menu__link-inner:before { display: none;}
			.icon-menu__icon {vertical-align: middle;}
			.icon-menu__title {display: inline-block; vertical-align: middle; margin-top: 0; margin-left: 0.5em;}
}

/* ------------------------------------------------- */
.alert {
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.background-success {
	background-color: #dff0d8;
}
.background-warning {
	background-color: #fcf8e3;
}
.background-secondary {
	background-color: #eee;
}
.background-error {
	background-color: #F2DEDE;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.new-car-wrapper {
	/*margin-top: 2em;*/
}
.filter-left-block {
	float: left;
	width: 465px;
}
.filter-right-block {
	float: right;
	/*width: 410px;*/
	text-align: left;
}
.field-line-wrapper:after, .filter-element:after, .filter-wrapper:after {
	display: block;
	content : '';
	clear: both;
}
.filter-anchor, .filter-anchor-button {
	display: inline-block;
	width: 100px;
	text-align: center;
	vertical-align: top;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 12px;
	color: #013368;
	cursor: pointer;
	margin: 0px 10px;
}
.filter-anchor:first-child {
	margin-left: 0px;
}
.filter-anchor:last-child {
	margin-right: 0px;
}
.filter-anchor:focus, .filter-anchor-button:focus {
	outline: none;
}
.filter-anchor:hover span, .filter-anchor-button:hover span {
	text-decoration: underline;
}
.filter-anchor img, .filter-anchor-button img {
	display: block;
	margin: 0 auto;
}
.filter-anchor span, .filter-anchor-button span {
	margin-top: 10px;
	display: inline-block;
}
.filter-anchor-button {
	background: none;
	border: none;
}
.field-line-wrapper, .filter-element {
	margin: 7px 0px;
}
.field-line-wrapper:first-child, .filter-element:first-child {
	margin-top: 0px;
}
.filter-element:last-child {
	margin-top: 20px;
}
.field-name, .filter-title {
	float: left;
	width: 450px;
	text-align: left
}
.field-value, .filter-value {
	float: left;
	text-align: left
}
.field-value .small-text {
	font-size: 12px;
}
.field-value input[type="text"], .field-value select, .filter-value input[type="text"], .filter-value select {
	width: 200px;
	box-sizing: border-box;
}
.no-sales-checkbox {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.no-sales-label {
	font-size: 18px;
}
.pointer {
	cursor: pointer;
}
input[type="text"], select {
	border: 1px solid #cfcfcf;
	font-family: 'HyundaiSansHead-Regular';
	font-size: 0.9375em;
}
input[type="text"][readonly="readonly"], select[readonly="readonly"] {
	background-color: #ebebe4;
	/*border: 1px solid #cfcfcf;*/
	color: #545454;
}

.save-button-wrapper input[name="delete_car"] {
	float: right;
}

.car-list-table, .car-list-table tr, .car-list-table td, .car-list-table th,
.pdf-list-table, .pdf-list-table tr, .pdf-list-table td, .pdf-list-table th
{
	border: 1px solid #cfcfcf;
}
.car-list-table, .pdf-list-table {
	width: 100%;
	font-size: 14px;
	margin-top: 2em;
}
.pdf-list-table {
	/*width: auto;*/
	width: 100%;
	text-align: center;
}
.car-list-table th, .pdf-list-table th {
	font-weight: bold;
	vertical-align: middle;
}
.car-list-table td, .pdf-list-table td {
	padding: 0px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.car-list-table-hpromise td:nth-child(1) {
	width: 45px;
	text-align: center;
}
.car-list-table-hpromise td:nth-child(2) {
	width: 55px;
	text-align: center;
}
.car-list-table-hpromise td:nth-child(4) {
	width: 160px;
	text-align: center;
}
.car-list-table-hpromise td:nth-child(5),
.car-list-table-hpromise td:nth-child(6) {
	width: 70px;
	text-align: center;
}
.car-list-table-hpromise td:nth-child(7) {
	width: 90px;
	text-align: center;
}
.car-list-table-hpromise td:nth-child(8) {
	width: 110px;
	text-align: center;
}
.car-list-table-hpromise td:nth-child(9) {
	width: 100px;
	text-align: center;
}
.car-list-table-hpromise td:nth-child(10) {
	width: 130px;
	text-align: center;
}
.car-list-table-hpromise td:nth-child(11) {
	width: 50px;
	text-align: center;
	font-size: 12px;
}
.car-list-table-commissionaire td {
	text-align: center;
}
.car-list-table-commissionaire td:nth-child(1) {
	width: 45px;
}
.car-list-table-commissionaire td:nth-child(2) {
	width: 110px;
}
.car-list-table-commissionaire td:nth-child(3) {
	width: 85px;
}
.car-list-table-commissionaire td:nth-child(4) {
	width: 160px;
}
.car-list-table-commissionaire td:nth-child(5) {
	width: 80px;
}
.car-list-table-commissionaire td:nth-child(6) {
	width: 160px;
}
.car-list-table-commissionaire td:nth-child(7) {
	width: 90px;
}
.car-list-table-commissionaire td:nth-child(8) {
	width: 110px;
}
.car-list-table-commissionaire td:nth-child(9) {
	width: 110px;
}
.car-list-table-uka td {
	text-align: center;
}
.car-list-table-uka td:nth-child(1) {
	width: 30px;
}
.car-list-table-uka td:nth-child(2) {
	width: 80px;
}
.car-list-table-uka td:nth-child(3) {
	width: 160px;
}
.car-list-table-uka td:nth-child(4) {
	width: 110px;
}
.car-list-table-uka td:nth-child(5) {
	width: 90px;
}
.car-list-table-uka td:nth-child(6) {
	width: 125px;
}
.car-list-table-uka td:nth-child(7) {
	width: 125px;
}
.car-list-table-uka td:nth-child(8) {
	width: 125px;
}
.car-list-table-uka td:nth-child(9) {
	width: 125px;
}
.car-list-table .car-edit-img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.pdf-list-table th:nth-child(1) {
	width: 50px;
}
.pdf-list-table th:nth-child(2) {
	width: 130px;
}
.pdf-list-table th:nth-child(3) {
	width: 170px;
}
.pdf-list-table th:nth-child(4), .pdf-list-table th:nth-child(5) {
	width: 135px;
}
.pdf-list-table th:nth-child(6) {
	width: 200px;
}
.pdf-list-table th:nth-child(7) {
	width: 130px;
}
.pdf-error-comment {
	display: none;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 5px;
}
.pdf-error-show-comment {
	font-size: 12px;
	border-bottom: 1px dashed;
	cursor: pointer;
}
.count-not-accepted-pdf {
	background-image: url('/local/templates/dealer/i/pdf_error_bg.png');
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	right: 5px;
	line-height: normal;
	text-align: center;
	color: #fff;
}

.page-navigation {
	font-size: 14px;
}
.change-dealer-wrapper, .start-date-wrapper, .finish-date-wrapper, .change-model-wrapper, .additional-filter-wrapper {
	margin-top: 10px
}

.gen-report-btn input[type="button"] {
	padding: 0 3em;
}

.order-edit:after {content: ' '; display: block; height: 0; width: 100%; clear: both;}

.order-edit__details {float: left; width: 49%; margin-right: 2%;	 background-color: #f7f7f7; }
.order-edit__details-name,
.order-edit__details-list {margin: 0 2px 2px; padding: 1em;	}
.order-edit__details-name { line-height:  1.4em; color: #404040; font-weight: bold; margin-bottom: 0;}
.order-edit__details-name-text {font-size: 1.375em;}
.order-edit__details-list {  background-color: #fff;	}
.order-edit__details-list-inner {  width: 100%; font-size: 0.875em;}
.order-edit__details-list:after {content: ' '; display: block; height: 0; width: 100%;}
.order-edit__details-list-inner td {border-top: 1px solid #e6e6e6;}
.order-edit__details-list-inner tr:first-child td {border-top:none;}

.order-edit__form {float: left; width: 49%;}
.order-edit__form .form-row {margin-top: 0.6em;}
.order-edit__form .form-row:first-child {margin-top: 0;}
.order-edit__form-title {  line-height: 1.4em; padding: 1em 0; }
.order-edit__form-title-text {font-size: 1.125em;}
.order-edit__form .drop-it-down-custom {width: 80%;}
.order-edit__form .drop-it-down-custom__title {padding: 0 1em;}
.order-edit__form .drop-it-down-custom__option {padding: 0 1em;}
.order-edit__form textarea {display: block; width: 100%; padding: 0.5em 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;}
.order-edit__form .form-row--button {text-align: right;}
.order-edit__form  button {padding: 0 3em}
.order-edit__form  .order-edit__link-back {border-bottom: 1px dashed; margin-right: 2em; font-weight: bold;}

.table {
    width: 100%;
}

.table th {
    font-weight: bold;
}

.table th.text-left {
    text-align: left;
}

.table td.text-center {
    text-align: center;
}

.col-6 {
    display: inline-block;
    width: calc(100% / 2);
}

.col-4 {
    display: inline-block;
    width: calc(100% / 3);
}

.col-3 {
    display: inline-block;
    width: calc(100% / 4);
}

.col-2 {
    display: inline-block;
    width: calc(100% / 6);
}

.col {
    display: inline-block;
}

.filter_form .button-2 {
    line-height: 32px;
    font-size: 0.8rem;

}

.filter_form input[type='text'] {
    width: 94%;
    margin: 0 3%;
    line-height: 32px;
    height: 32px;
    padding: 4px 10px;
    box-sizing: border-box;
}
.js-buyer-type-relation {
	display: none;
}
.bx-calendar-range .disabled {
	pointer-events: none;
}

.field-files-wrapper {

}
.field-files-list {

}
.field-files-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.field-files-item__image {
	width: 32px;
	padding-right: 4px;
}
.field-files-item__title {
	padding: 4px;
}
.field-files-item__actions {
	display: flex;
	padding: 4px;
}
.field-files-item__actions-remove {
	margin: 4px;
}
