/* вместо тега <b> */
.font_bold{
	font-weight: bold;
}
.loadingMedium {
	background: url('//astatic.nodacdn.net/common.images/ajaxloader-medium.gif') center no-repeat !important
}
/* Личный кабинет "Заказы" */
.xlsChoicePopover {
	position: absolute;
	z-index: 1;
	margin-top: 5px;
	max-width: 276px;
	padding: 9px 14px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.xlsChoicePopover .xlsChoiceLink {
	display: inline-block;
	background: url("//astatic.nodacdn.net/common.images/cp.icon/file-xls.svg") no-repeat 0 0;
	padding: 0 0 5px 20px;
	margin-bottom: 5px;
	font-size: 12px;
	vertical-align: top;
	margin-left: 3px;
}

.xlsChoiceOrderRowsLinkWrapper{
	margin-bottom: 10px;
}

.xlsChoiceOrderRowsLink{
	padding: 0 0 5px 25px;
	background: url("//astatic.nodacdn.net/common.images/cp.icon/file-pdf-xls.svg") no-repeat 0 0;
	display: block;
}

.xlsChoiceOrderRowsLink > span{
	cursor: pointer;
	border-bottom: 1px dotted;
}

table.fr-table-bordered.ordersListTable > tfoot > tr > td{
	border: 0;
}

/* Опция: включить возможность отмечать позиции заказа */
.bookmarkPosition {
	min-width: 13px;
}
.bookmark-position {
	cursor: pointer;
	font-size: 16px;
	color: #ccc;
}

.add-bookmark-position:hover, .remove-bookmark-position {
	color: orange;
}

.remove-bookmark-position:hover {
	color: #ccc;
}

/* старый Carbase и фиолетовые таблицы (забыли пароль, шины и диски)*/
/* -------------------------------------------------------------------------- */

table.classicTable {
	padding: 0;
	margin: 0 0 10px 0;
	border-collapse: separate;
	border-spacing: 0;
	color:#454545;
	background: #fff;
	font-size:11px;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

table.classicTable tr{
	height: 30px;
}

table.classicTable th {
	background: #f1f1f1 url('//astatic.nodacdn.net/common.images/global_tables/table_head_bg.png') repeat-x;
	position: relative;
	height: 32px;
	padding: 2px 4px;
	font:bold 11px Arial;
	vertical-align: middle;
	color:#454545;
	border-width:0 0 0 1px;
	border-style: solid;
	border-color:#e8e8e8;
}

table.classicTable th:first-child{
	border-left: 0;
}

table.classicTable tr{
	background: #fff;
}

table.classicTable tr:HOVER {
	background: #F0F0F0;
}


table.classicTable td {
	vertical-align: middle;
	text-align: left;
	padding: 2px 4px;
	color:#454545;
	font-size:11px;
	border-width:1px 0 0 1px;
	border-style: solid;
	border-color:#e8e8e8;
}

table.classicTable td:first-child{
	border-left: 0;
}

table.classicEditTable {
	padding: 0;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	color:#454545;
	background: transparent;
	font-size:11px;
	border:1px solid #e8e8e8;
}
table.classicEditTable th {
	background: #f1f1f1 url('//astatic.nodacdn.net/common.images/global_tables/table_head_bg.png') repeat-x;
	position: relative;
	height: 32px;
	padding: 2px 4px;
	font:bold 11px Arial;
	text-align: left;
	vertical-align: middle;
	color:#454545;
	border:1px solid #e8e8e8;
}

table.classicEditTable tr {
	background: #fff;
}

table.classicEditTable tr:HOVER {
	background: #F0F0F0;
}
table.classicEditTable td {
	vertical-align: middle;
	text-align: left;
	padding: 2px 4px;
	color:#454545;
	font-size:11px;
	border:1px solid #e8e8e8;
}

table.classicEditTable tr:hover th{
	background: transparent;
}

table.classicEditTable td.buttonsRow{
	border: 1px solid #e8e8e8;
}

table.classicEditTable tr.buttonsRow td{
	padding: 4px;
	text-align: right !important;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color:#e8e8e8;
}

table.classicEditTable tr.buttonsRow:hover{
	background: transparent;
}

table.classicEditTable span.warningSpan {
	color:red;
}
table.classicEditTable td.warning {
	background-color: #ffffff !important;
	color: red !important;
	font-weight: normal;
	border: none !important;
}
/* Конец старого Carbase */

.ui-autocomplete-loading {
	background: white url('/common.images/ajaxloader_smll.gif') right center no-repeat;
}

/* Стандартный каталог масел */
.oils-tbl tr,
.oils-tbl td,
.oils-tbl th {
	color: #000;
}
.oils-tbl td{
	padding-right: 10px;
}
.oils-tbl-title{
	color: #000;
	font:bold 10pt/14px 'Arial';
}
.oils-tbl a,
.oils-tbl a:visited,
.oils-tbl span{
	font:normal normal 9.5pt/16px 'arial' !important;
}
.oils-tbl-separator{
	width: 25px;
}

/*Оформление заказа (trash.order.tpl).*/
a.iframeArticleStats {
	text-decoration: none;
	font-size: 16px;
}

#anonymOrderChoice{
	height: auto !important;
}

/* Страница оплаты заказа (payment.order.start.tpl) */
a.ordersListLink-xs {
	display: inline-block;
}

/*всплывающее окно описания бренда - /admin/common.code/global.pages/ru_center_ajax_get_brand_info.php */
.brandDescription {
	max-width: 360px;
}
.brandImage{
	text-align: center;
	margin-bottom: 10px;
}
.brandImage img{
	max-width: 100%;
	max-height: 100px;
}
.brandClientComment{
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom: 10px;
}
.brandAnnotation{
	white-space: normal;
	margin-bottom: 10px;
}

/*Вынесено из скрипта jquery.placeholder.min.js */
.jqueryPlaceholder{
	color: #a9a9a9;
}

/* 0026148: Оповещение клиентов о необходимости отправить к нам подписанные документы и мотивирующие ограничения */
.documentsAlarm {
	font: 16px Tahoma, Geneva CY, Sans-serif;
	border-top: 5px solid #FF8800;
	width:100%;
	background: rgb(255, 168, 30);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color:#2D2D2D;
	z-index: 1000001;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.documentsAlarm .cell{
	padding: 20px 0 20px 20px;
}

.documentsAlarm h1{
	color:#2D2D2D;
	font-size: 22px;
	font-family: Trebuchet MS, Helvetica CY, Sans-serif;
}

.documentsAlarm ul{
	padding:0;
	margin:0 0 10px;
}

.documentsAlarm ul li{
	padding:0 30px 8px;
	list-style: none;
	background: url('//astatic.nodacdn.net/common.images/docs_needed2.png') no-repeat 0 0;
}

.documentsAlarm ul li img{
	vertical-align: top;
}

.documentsAlarm .closeAlarm{
	position: absolute;
	right: 10px;
	top: 10px;
	height: 14px;
	width: 14px;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	padding: 5px;
	color: #f9f9f9;
	background: #2D2D2D;
	cursor: pointer;
}

.documentsAlarm .closeAlarm:hover{
	background: #111;
	color: #fff;
	opacity: 1;
}

/*Класс для таблицы со скидками */
.cartTableDiscount {
	display: inline-block;
	max-height: 200px;
	overflow-y: auto;
}

.cartTableDiscount table {
	margin-bottom: 0 !important;
}

/* Убрали подсветку в input'ах */
input[type="text"],
input[type="password"],
input[type="email"],
textarea{
	outline: none;
}

/*класс используется в __('search_page:limitExceededRequestsMessage')*/
.limitExceededRequestsMessage{
	color: red;
	font-weight: bold;
}

/*классы для всех сайтов*/
.hidden {
	display: none;
}

/* увеличен z-index для fancybox чтобы он перекрывал всплывающие на сайте подсказки qtip */
.fancybox-overlay {
	z-index: 16010;
}

.fancybox-wrap {
	z-index: 16020;
}

.fancybox-opened {
	z-index: 16030;
}

#fancybox-loading {
	z-index: 16060;
}

a.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
	z-index: 16040;
}

.fancybox-title,
.fancybox-title-float-wrap {
	z-index: 16050;
}
/* END увеличен z-index для fancybox чтобы он перекрывал всплывающие на сайте подсказки qtip */

/* уменьшила ширину select в корзине, чтобы не распирало*/
.profileSelect {
	max-width: 90px;
}

/* перенос бесконечного слова в поле Ваш комментарий в оформлении заказа */
.clientCommentCell,
.allOrdersComment,
.allOrdersCommentAnswer{
	word-break: break-all;
}

.cartDescription,
.allOrdersListDescription{
	min-width: 100px;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

table.ordersTables.fr-table-bordered > thead > tr > th{
	font-size: 12px;
	font-family: Arial;
}

table.ordersTables.fr-table-bordered > tbody > tr > td{
	font-size: 12px;
	font-family: Arial;
}

table.ordersTables.fr-table-bordered > tbody > tr.allOrdersSeparatedOrder > td{
	border-top: 20px solid #eaeaea;
}

table.fr-table-bordered > tbody > tr.allOrdersSeparatedOrder:first-child > td{
	border-top-width: 0;
}

#newCustomerDiv .ui-multiselect-menu label {
	display: block;
	text-align: left;
}
.acceptOrderCustomerSelectTable {
	/*ширина таблицы скачет из-за плагина multiselect*/
	width: 640px;
}

.uploadFileBlock{
	max-width: 620px;
	margin: 10px 0 20px;
	color: #4c4c4c;
}

.uploadFileBlock .loadCartFilterRadios{
	margin: 0 10px 10px 0;
	font-weight: bold;
}

.uploadFileBlock .cartFileDownload{
	margin-top: 20px;
}

.cartLoadIconDown{
	font-size: 15px;
	vertical-align: middle;
	margin-right: 2px;
	color: #444;
}

.uploadFileBlock .loadCartSelect,
.loadCartInputFile{
	width: 255px;
}

.uploadFileBlock .loadCartInputFile{
	color: #4c4c4c;
}

.uploadFileBlock .loadCartSelect .fr-form-label{
	margin-right: 5px;
	font-weight: bold;
}

/* order.rows.tpl */
a.posHistoryInfo{
	text-decoration: none;
	font-size: 16px;
	vertical-align: middle !important;
	margin-left: 3px;
	color: #555;
}

/* новый стиль для старых таблиц */
.cart_table {
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
	border-collapse: separate;
	border-spacing: 0;
	color: #454545;
	font-size: 11px;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.cart_table tr,
.cart_table tr {
	height: 30px;
	background: #fff;
}

.cart_table tr.cart_tr td,
.cart_table tr.cart_tr2 td,
.cart_table tr.cart_tr2_trash td,
.cart_table tr.cart_tr3 td,
.cart_table tr.trashOrderPositionsHead td,
.cart_table tr.trashOrderPositionsTr2 td,
.cart_table tr.trashOrderPositionsTr3 td {
	padding: 2px 4px;
	border-left: 1px solid #e8e8e8;
	vertical-align: middle;
	color: #454545;
}

.cart_table tr.cart_tr td,
.cart_table tr.trashOrderPositionsHead td {
	position: relative;
	height: 32px;
	font: bold 11px Arial;
	text-align: left;
	background: #f0f0f0 url('//astatic.nodacdn.net/common.images/global_tables/table_head_bg.png') repeat-x;
}

.cart_table tr.cart_tr2_trash td,
.cart_table tr.cart_tr2 td,
.cart_table tr.cart_tr3 td,
.cart_table tr.trashOrderPositionsTr2 td,
.cart_table tr.trashOrderPositionsTr3 td {
	border-top: 1px solid #e8e8e8;
	font-size: 11px;
}

.cart_table tr.cart_tr3 td,
.cart_table tr.trashOrderPositionsTr3 td {
	text-align: right;
}

.cart_table tr.cart_tr3 td.cartPrice,
.cart_table tr.trashOrderPositionsTr3 td.cartPrice {
	text-align: right;
}

.cart_table tr.cart_tr td:first-child,
.cart_table tr.cart_tr2 td:first-child,
.cart_table tr.cart_tr2_trash td:first-child,
.cart_table tr.cart_tr3 td,
.cart_table tr.trashOrderPositionsHead td:first-child,
.cart_table tr.trashOrderPositionsTr2 td:first-child,
.cart_table tr.trashOrderPositionsTr3 td,
.cart_table tr.trashOrderPositionsTr3 td:first-child {
	border-left: 0;
}

.cart_table tr.cart_tr td a {
	font: 11px Arial;
}

#formTrash tr.cartSum td.cartPrice,
#trashAcceptorderForm tr.cartSum td.cartPrice,
.orderRowsFinalSum,
.orderRowsFinalWeight {
	font-size: 16px !important;
}

.cancelPositionIco{
	text-decoration: none;
}

.cancelPositionIco span{
	font-size: 16px;
}

.cancelPositionIcoDisabled{
	font-size: 16px;
	text-decoration: none;
	opacity: 0.3;
}

/*перенесено*/
tr.marked,
tr.marked td {
	font-weight: bold;
}

/*trash.order.positions.tpl*/
table.cartSendOrder.fr-table.fr-table-bordered.cartTable td.orderSum{
	font-size: 16px;
}

/*payment.order.start.tpl*/
table.classicTable.paymentOrderStart{
	margin-bottom: 20px;
}

/* Стили с визуального редактора */

span.grey-word {
	color: #888;
}

span.red-word {
	color: #E30613;
}

span.green-word {
	color: #00E000;
}

span.darkGrey {
	color: #333;
	text-decoration: underline;
	font: normal normal 9.2pt/14px Arial;
	outline: none;
}

a.httpLink,
a.httpLink:visited,
a.exeLink,
a.exeLink:visited,
a.pdfLink,
a.pdfLink:visited,
a.rarLink,
a.rarLink:visited,
a.xlsLink,
a.xlsLink:visited,
a.docLink,
a.docLink:visited,
a.pptLink,
a.pptLink:visited,
a.txtLink,
a.txtLink:visited,
a.fileLink,
a.fileLink:visited {
	vertical-align: text-bottom;
	padding: 5px 0 5px 22px;
}

a.httpLink,
a.httpLink:visited {
	background: url('/common.images/html.gif') no-repeat left center;
}

a.exeLink,
a.exeLink:visited {
	background: url('/common.images/exe.gif') no-repeat left center;
}

a.pdfLink,
a.pdfLink:visited {
	background: url('/common.images/pdf2.gif') no-repeat left center;
}

a.rarLink,
a.rarLink:visited {
	background: url('/common.images/rar2.gif') no-repeat left center;
}

a.xlsLink,
a.xlsLink:visited {
	background: url('/common.images/excel.gif') no-repeat left center;
}

a.docLink,
a.docLink:visited {
	background: url('/common.images/doc.gif') no-repeat left center;
}

a.pptLink,
a.pptLink:visited {
	background: url('/common.images/ppt.gif') no-repeat left center;
}

a.txtLink,
a.txtLink:visited {
	background: url('/common.images/txt.gif') no-repeat left center;
}

a.fileLink,
a.fileLink:visited {
	background: url('/common.images/file.png') no-repeat left center;
}

table.contentClassic {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.contentClassic tr th,
table.contentClassic tr td {
	border: 1px solid #ccc;
	padding: 5px;
}

img.imageLeft {
	float: left;
	margin: 0 10px;
}

img.imageRight {
	float: right;
	margin: 0 10px;
}
/* END: Стили с визуального редактора */

/*Таблица с брендами в page_main*/
.mainpageBrands{
	list-style: none;
	padding: 0;
	margin: 20px 0 0 -20px;
}

.mainpageBrands > li {
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
}

.mainpageBrands > li > span{
	display: block;
}

.mainpageBrands > li .view-catalog {
	padding: 4px;
	width: 130px;
	height: 130px;
	margin: 0 0 5px 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff;
}
.view-catalog .mask{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: transparent;
	transition: background-color 0.4s ease;
}

.view-catalog .mask:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.view-catalog .maskIn {
	display: inline-block;
	vertical-align: middle;
}

.view-catalog img {
	display: block;
	position: relative;
	width: 130px;
	height: 130px;
	transition: all 0.2s linear;
}

.view-catalog a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: transparent !important;
	text-align: center;
	position: relative;
	font: bold 13px/14px arial;
	margin: 7px 0 0 0;
	transition: color 0.4s ease;
}

.view-catalog a.bigMargin{
	margin-top: 17px;
}

.view-catalog a.bigMargin2{
	margin-top: 29px;
}

.view-catalog a.bigMargin3{
	margin-top: 51px;
}

.view-catalog a:hover {
	text-decoration: underline;
	color: #fff !important;
}

.view-catalog:hover img {
	transform: scale(1.15);
}

.view-catalog:hover .mask {
	border-radius: 5px;
	background-color: rgba(0,0,0, 0.65);
}

.view-catalog:hover a{
	transition: color 0.4s ease;
	color: #fff !important;
}
/*Конец: Таблица с брендами в page_main*/


/* Форма заявки на сотрудничество (cooperation.requests.offices.tpl) */
.coop_request_offices {
	max-width: 350px;
}

.coop_request_offices textarea {
	max-width: 100%;
}

/* Личный кабинет - Гараж - Добавить (carbase.applicability.full.tpl) */
.garageAddCar {
	min-width: 200px;
	max-width: 290px;
}
.garageEditPage .validity-field,
.garageAddCar .validity-field {
	font-size: 11px;
	color: #ff0000;
	display: none;
}

.garageAddCar select.fr-form-control {
	border: 1px solid #cccccc;
	color: #555;
	background: #fff;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
}

.garageAddCar select.fr-form-control[disabled] {
	color: #999;
	background: #eeeeee;
}

.garageAddCar #modificationFullNameDiv {
	padding: 10px 0 5px;
	min-height: 20px;
}

/* Личный кабинет - Гараж - Редактировать (carbase.garage.car.edit.tpl) */

.garageEditPage .garageEditForm {
	max-width: 350px;
}

.garageEditPage .garageEditForm img.garage-small-image-car {
	max-width: 70%;
}

/* Обратный звонок (form.callback.tpl) */

.callBlock #sendMessageOk {
	height: 125px;
	margin-top: 95px;
}

/* Таблица История поиска (search.history.full.tpl) */

.searchHistoryFull table.fr-table {
	width: auto;
}

/* Страница Carbase - Выбор модели и Выбор модификации (carbase.models.tpl, carbase.modifications.tpl) */

.carbaseModels,
.carbaseModifications {
	max-width: 800px;
}

.carbaseModels tbody tr td,
.carbaseModifications tbody tr td {
	cursor: pointer;
}

.carbaseModels .car_years {
	width: 150px;
}

/* Страница Carbase - Артикулы (carbase.articles.tpl) */
.mcArticlesArea {
	width: auto !important;
	max-width: 920px;
}

/* Страница Carbase - Результаты поиска (carbase.car.description.tpl) */

.carDescriptionBlock .carImage {
	padding: 0 60px 13px 0;
}

.carDescriptionBlock .carImage img {
	max-width: 200px;
}

.carDescriptionBlock .modificationDesc {
	vertical-align: top !important;
}

.carDescriptionBlock .garageCarsBlock {
	float: left;
	padding: 13px 0 0 0;
}
.carDescriptionBlock .garageCarsBlock .carName {
	max-width: 500px;
}

.addCarCarbase {
	min-width: 220px;
}

/* Капча */
.captcha .captchaReloadLink a {
	text-decoration: none;
	border-bottom: 1px solid;
}
.captcha .captchaReloadLink a:hover {
	border-bottom: 1px solid transparent;
}
.captcha .captchaReloadLink span {
	display: inline-block;
	vertical-align: middle;
}
.captcha .captchaReloadLink span.captchaReloadIcon {
	font-size: 0.5em;
	vertical-align: baseline;
}
.captchaLoop {
	display: none;
}

.captcha-image {
	display: none !important;
}

/* Страница Удаление кросса (form.delcross.direct.tpl, form.delcross.original.tpl) */

.crossDeleting .delete-cross {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	max-width: 560px;
	color: #a94442;
	font-weight: bold;
}

.crossDeleting .delete-cross .article-cross {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	z-index: 1;
}

.crossDeleting .delete-cross .article-cross.first-brand {
	text-align: left;
}

.crossDeleting .delete-cross .article-cross.second-brand {
	text-align: right;
}

.crossDeleting .delete-cross .article-cross .inside-article {
	display: inline-flex;
	flex-direction: column;
	width: 180px;
	height: 100%;
	padding: 5px 10px;
	border: 2px solid;
	text-align: center;
	background: #ffffff;
	word-break: break-word;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 480px) {
	.crossDeleting .delete-cross .article-cross .inside-article {
		width: 130px;
		padding: 5px;
	}
}

.crossDeleting .article-cross .description-block {
	margin-top: auto;
}

.crossDeleting .delete-cross .link-brands-border {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	border-bottom: 2px solid;
}

.crossDeleting .delete-cross .link-brands-border:before {
	position: absolute;
	display: block;
	left: 50%;
	font-size: 16px;
	margin-left: -9px;
	top: -7px;
	content: "\e642";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none !important;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.crossDeleting ul {
	padding: 0 0 0 30px;
}

.crossDeleting ul li {
	margin-bottom: 5px;
}

.crossDeleting .cross-brand-group ul {
	color: #a94442;
}

.crossDeleting .crossDelCaptcha {
	max-width: 225px;
}

.crossDeleting .crossComment {
	max-width: 470px;
}

.crossDeleting .g-recaptcha {
	transform-origin: left;
}

.crossDeleting .cross-delete-map {
	position: relative;
	float: left;
	width: 100%;
	max-width: 600px;
	margin: 10px 0 30px;
	color: #111;
}

.crossDeleting .cross-delete-map .analog-cross {
	position: relative;
}

.crossDeleting .cross-delete-map .analog-cross .article-cross {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}

.crossDeleting .cross-delete-map .analog-cross .article-cross.first-brand {
	text-align: left;
}

.crossDeleting .cross-delete-map .analog-cross .article-cross.second-brand {
	text-align: right;
}

.crossDeleting .cross-delete-map .analog-cross .article-cross .inside-article,
.crossDeleting .cross-delete-map .original-cross .article-cross {
	position: relative;
	display: inline-block;
	width: 180px;
	padding: 5px 10px;
	border: 2px solid;
	text-align: center;
	font-weight: bold;
	word-break: break-word;
	background: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}

.crossDeleting .cross-delete-map .analog-cross .dashed-line-cross {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	border-bottom: 2px dashed #333;
}

.crossDeleting .cross-delete-map .original-cross {
	text-align: center;
	padding-top: 50px;
}

.crossDeleting .cross-delete-map .original-cross .arrow-cross {
	position: absolute;
	width: 40%;
	height: 65%;
	bottom: 15%;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.crossDeleting .cross-delete-map .original-cross .arrow-cross .fr-icon-close {
	position: absolute;
	display: none;
	top: 50%;
	font-size: 16px;
}

.crossDeleting .cross-delete-map .original-cross .arrow-cross:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid;
}

.crossDeleting .cross-delete-map .original-cross .arrow-cross.left-arrow {
	left: 0;
	padding-left: 60px;
}

.crossDeleting .cross-delete-map .original-cross .arrow-cross.left-arrow .fr-icon-close {
	left: 53px;
}

.crossDeleting .cross-delete-map .original-cross .arrow-cross.left-arrow:after {
	border-left: 2px solid;
}

.crossDeleting .cross-delete-map .original-cross .arrow-cross.right-arrow {
	right: 0;
	padding-right: 63px;
}

.crossDeleting .cross-delete-map .original-cross .arrow-cross.right-arrow .fr-icon-close {
	right: 54px;
}

.crossDeleting .cross-delete-map .original-cross .arrow-cross.right-arrow:after {
	border-right: 2px solid;
}

.crossDeleting .this-cross-del {
	color: #a94442;
}

.crossDeleting .cross-delete-map .original-cross .arrow-cross.this-cross-del .fr-icon-close {
	display: block;
}

.crossDeleting .cross-info {
	display: none;
	clear: both;
}

.crossDeleting .cross-info.active-cross-info {
	display: block;
}

/* Страница VIN-запрос (fix ПУ) */
.wVinquAdd .vinqu-block {
	z-index: 10;
}

/* карточка товара / loader*/
.ajaxLoader {
	margin: 0;
	height: 14px;
	width: 14px;
	animation: rotate 0.8s infinite linear;
	border: 5px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
}

@keyframes rotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* вкладки в личном кабинете */
.commonTabs {
	margin-bottom: 20px !important;
}


/* only for tabs */
.ui-tabs-nav .ui-state-default {
	border: 1px solid transparent;
	background: transparent;
}

.ui-tabs-nav .ui-state-hover:not(.ui-state-active) {
	border-color: #eeeeee #eeeeee #afafaf;
	background: #eeeeee;
}

.ui-tabs-nav .ui-state-active.ui-state-default {
	border-color: #afafaf #afafaf transparent;
	background: #fff;
}
/**/

.getBrandFullInfoContent img{
	max-width: 100%;
	height: auto;
}

/* вероятность поставки */
#extendedDescriptionDiv {
	border: 2px solid #999;
	padding: 10px;
	margin: 0 13px 10px 9px;
	word-wrap: break-word;
}

/*Логотип бренда на странице информации о бренде*/
.contentBlock > .brandInfoImage {
	max-width: 100%;
}
.article-cross .image-preview img,
.article-cross .image-preview .for-cross{
	max-width: 150px;
	margin: auto;
}

@media(max-width: 480px) {
	.article-cross .image-preview img{
		max-width: 100px;
	}
}

.article-cross .image-preview {
	display: flex;
	align-items: center;
	flex-grow: 1;
	margin: 10px 0;
}
.inside-article div {
	color: #343434;
}