

/* Start:/local/components/catalogs/main_styles.css?178118925611158*/
/* Main */
.maxwidth-theme {
  padding-bottom: 20px;
}

/* Brands */
/* .brands-list-wrapper {
  display: grid;
} */

.brands-list {
  position: relative;
  z-index: 2;
  columns: 4;
}

@media (max-width: 1200px) and (min-width: 992px){
  .brands-list{columns: 3;}
}
@media (max-width: 991px) and (min-width: 401px) {
  .brands-list{columns: 2;}
}
@media (max-width: 400px){
  .brands-list{columns: 1;}
}

.brands-list--simple {
  margin-top: 40px;
}
.brands-list--simple .brands-list__item {
  margin-left: 0;
}

.brands-list__item {
  margin-left: 38px;
  margin-top: 8px;
}

.brands-list__item--favorite a {
  font-weight: bold;
}

.brands-list__item-img {
  margin-right: 10px;
  width: 30px;
  height: 20px;
  display: inline-block;
  text-align: center;
}
.brands-list__item-img img {
  max-width: 100%;
  max-height: 100%;
}

.brands-list .brands-list__item:before {
  content: unset;
}

.brands-list__item[data-letter] {
  position: relative;
}

.brands-list .brands-list__item[data-letter]::before{
  content: attr(data-letter);
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  font-size: 20px;
  -webkit-text-stroke-width: thick;
  /* line-height:  text-line-height($optional-text-size) */
}

/* Models */
.sections_wrap.car-groups img {
  max-width: 100%;
}

/* Menu */
.menu-type1 .dropdown>li.has-child a .toggle_block-fake {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 35px;
  height: 100%;
  bottom: 0px;
}

.menu-type1.menu_top_block li.v_bottom .dropdown{
  position: static;
  min-width: auto;
  width: auto;

}

.menu-type1.menu_top_block .dropdown ul.child {
  margin: 0;
}

body .menu-type1.menu_top_block .left_menu li.v_bottom > .dropdown {
  padding: 0px 0px 16px;

}

.menu-type1.menu_top_block li.v_bottom.current .dropdown,
.menu-type1.menu_top_block li.v_bottom:hover .dropdown {
  background: #fafafa;
}

.menu-type1.menu_top_block .dropdown> li.v_bottom>.dropdown {
  width: auto;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  padding: 5px 0px 10px;
  border: 1px solid #ececec;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.menu-type1.menu_top_block .dropdown >li.has-child.v_bottom.opened>a {
  padding-bottom: 7px;
  border-bottom: none;
  line-height: 20px;
}

.menu-type1.menu_top_block .item .child_container .child_wrapp{
  padding: 0;
}

.menu-type1.menu_top_block .opened > a .svg {
  transform: rotate(180deg);
}

.menu-type1.menu_top_block .dropdown> li.v_bottom>.dropdown li {
  float: none;
  display: block;
  width: auto;
  padding: 5px 16px 0px;
  vertical-align: top;
  line-height: 20px;
}

.menu-type1.menu_top_block .dropdown>li.v_bottom>.dropdown li a {
  padding: 0px 10px 0px 0px;
  font-weight: normal;
  font-size: 12px;
  display: block;
  line-height: 20px;
}

.menu-type1.menu_top_block .dropdown li:not(.current) > a:not(:hover),
.menu-type1.menu_top_block .dropdown li.opened > a:not(:hover) {
  color: #333;
}

.menu-type1.menu_top_block li.has-child.v_bottom:last-child > .dropdown {
  border-bottom-width: 1px;
}

.menu-type1.menu_top_block ul.left_menu li {
  line-height: 20px;
}

.menu-type1 .menu_item .svg {
  position: absolute;
  right: 9px;
  top: 6px;
  width: 15px;
  height: 14px;
  text-align: center;
  line-height: 11px;
  border-radius: 3px;
  margin: 0px;
}

.menu-type1 .menu_item .svg svg {
  display: inline-block;
  vertical-align: middle;
}

.menu-type1 .menu_item > .dropdown {
  box-shadow: unset;
}

.menu-type1 .menu_item.opened  > .dropdown {
  display: block;
}

/* .menu-type1.menu_item.opened .dropdown li {
  padding-left: 0;
  padding-right: 0;
} */

.show_on_load {
  position: relative;
  height: 40px;
  margin-top: 10px;
  display: none;
}

.show_on_load .loader {
  left: 50%;
}

/* Items */
.serach-wrap {
  display: grid;
}
.serach-wrap .items-wrap {
  padding: 0 20px;
  border: 1px solid #f2f2f2;
  border-bottom: unset;
  transition: transform ease 0.2s, box-shadow ease 0.2s;
  z-index: 0;
  position: relative;
}
.serach-wrap .items-wrap.hidden {
  display: none;
}
.serach-wrap .items-wrap:last-child {
  border-bottom: 1px solid #f2f2f2;
}
.serach-wrap .items-wrap:not(.hidden):nth-child(even) {
  background: #fafafa;
}
.serach-wrap .items-wrap:hover,
.serach-wrap .items-wrap.selected {
  border-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  z-index: 1;
}

.items-wrap.open .item,
.items-wrap .item.to-top,
.items-wrap .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}
.items-wrap .info-wrap {
  display: grid;
  grid-template-columns: 1fr 7fr;
  column-gap: 20px;
  align-items: start;
  padding: 15px 0;
  visibility: hidden;
  height: 1px;
}
.items-wrap .item .info-wrap,
.items-wrap .item.to-top .info-wrap {
  visibility: visible;
  height: auto;
}
.items-wrap .buy-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  align-items: start;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
}
.items-wrap .item:last-child .buy-wrap {
  border: unset;
  /* padding-bottom: 30px; */
}
.items-wrap .buy-wrap--empty {
  grid-template-columns: 1fr 3fr;
}
.items-wrap .buy-wrap--empty .counter_block_inner p {
  color: #e10000;
  margin: 0;
  line-height: 15px;
  text-align: center;
}
.info-wrap .img-wrap {
  text-align: center;
}
.info-wrap .img-wrap img {
  max-width: 100%;
  max-height: 50px;
  font-size: 10px;
  line-height: 10px;
}
.info-wrap .img-wrap .img-num{
  display: block;
  width: 50px;
  height: 50px;
  border: 3px solid #ececed;
  margin: 0 auto;
  line-height: 44px;
}
.info-wrap .img-wrap .img-num span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #ececed;
  font-weight: bold;
  overflow: hidden;
}
.info-wrap .name-wrap a {
  font-weight: bold;
  max-height: 50px;
  display: block;
  overflow: hidden;
}
.info-wrap .name-wrap p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #000000;
}
.info-wrap .prop-wrap {
  display: grid;
  grid-template-columns: 2fr 3fr;
  column-gap: 20px;
  margin-top: 5px;
}
.info-wrap .prop {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.05em;
  color: #999999;
}
.info-wrap .prop span {
  font-weight: normal;
}
.buy-wrap .item-stock {
  max-width: 150px;
  white-space: unset;
}
.serach-wrap .item-stock .value{
  max-width: 85%;
}
.buy-wrap.quantity_block_wrapper .item-stock {
  max-width: unset;
}
.buy-wrap .item-stock .info {
  font-size: 12px;
  display: block;
  color: #999999;
  margin-left: 18px;
  margin-top: 3px;
}
.buy-wrap .prices {
  text-align: left;
}
.buy-wrap .counter_wrapp {
  white-space: unset;
  margin: 0;
  padding: 0;
  position: relative;
}
.buy-wrap .counter_wrapp.list > div {
  margin: 0;
}
.buy-wrap .counter_wrapp.list .button_block {
  float: right;
}
.buy-wrap .counter_wrapp.list .button_block a {
  width: 100%;
}
.buy-wrap .show-more,
.buy-wrap .hide-more {
  position: absolute;
  right: 4px;
  bottom: -16px;
  cursor: pointer;
  color: #FF6A00;
  font-size: 13px;
  line-height: 13px;
  border-bottom: 1px dashed #FF6A00;
  display: none;
  margin-bottom: 3px;
}

.items-wrap:not(.open) .item:first-child .show-more,
.items-wrap:not(.open) .item.to-top .show-more {
  display: block;
  margin-bottom: 3px;
}
.items-wrap.open .item:not(.to-top):last-child .hide-more {
  display: block;
}

@media (max-width: 1200px) {
  .serach-wrap .items-wrap {
    padding: 0 20px;
  }
  .items-wrap.open .item,
  .items-wrap .item {
    grid-template-columns: 1fr;
  }
  .items-wrap .info-wrap {
    grid-template-columns: 1fr 3fr;
    column-gap: 20px;
    padding: 20px 0;
  }
  .items-wrap .buy-wrap {
    align-items: center;
    column-gap: 20px;
  }
  .items-wrap .item .info-wrap {
    display: grid;
  }
  .items-wrap .item .buy-wrap {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .info-wrap .prop-wrap {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .info-wrap .img-wrap img {
    width: auto;
    max-height: 130px;
  }
  .info-wrap .name-wrap a {
    margin-top: -6px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .items-wrap .info-wrap {
    grid-template-columns: 1fr 2fr;
    column-gap: 20px;
  }
  .items-wrap .buy-wrap {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
  .info-wrap .name-wrap a {
    max-height: 75px;
  }
  .buy-wrap .counter_wrapp.list {
    grid-row: 2;
    grid-column: span 2;
  }
  .info-wrap .name-wrap {
    overflow: hidden;
  }
}

/* INFO FOR MANAGER */
.quantity_value {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #999999;
  line-height: 12px;
}
.provider_info {
  display: none !important;
  position: absolute;
  background: white;
  padding: 20px;
  width: 400px;
  z-index: 100;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
  border: 1px solid #f2f2f2;
  font-size: 14px !important;
}
.item-stock:hover .provider_info {
  display: block !important;
}
.cost.prices.detail .quantity_value {
  margin-left: 6px;
  margin-top: 4px;
}
.bx_filter_param_price {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  position: absolute;
  right: 0;
  top: 4px;
  background: white;
  padding: 0 5px 0 5px;
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
  position: relative;
}

/* Loader */
#loading-icon {
  position: relative;
  width: 100%;
  height: 60px;
  z-index: 10;
  margin: 40px 0;
}

#loading-icon .loader-wrap .loader {
  display: block;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
}

input[type="radio"]:checked + label:before {
  z-index: 1 !important;
}

.start-info {
  width: 100%;
  text-align: center;
  transform: translateY(50%);
}

@media (max-width: 991px) {
  .start-info {
    transform: unset;
  }
}

.start-info img {
  margin-bottom: 20px;
  width: 150px;
}

.start-info p {
  font-size: 20px;
}

.js-group-img-wrapper {
  height: 600px;
}

.menu_top_block.menu-type1 .left_menu {
  margin-top: 0;
}

#own-items {
  position: relative;
  height: 80px;
  margin: 40px 0;
}

#own-items .loader {
  display: block;
  font-size: 5px;
  left: 50%;
}

#own-items p {
  text-align: center;
  margin-top: 45px;
  font-weight: bold;
}

.image-pagination h3 {
  font-size: 15px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.image-pagination ul {
  margin: 0;
  display: inline-block;
  vertical-align: baseline;
}
.image-pagination ul li {
  margin-top: 0;
}
.image-pagination ul li::before {
  content: unset !important;
}
.catalog-min-height {
  min-height: 400px !important;
}


/* TecDoc */
.has-car-info {
  position: relative;
}
.car-info {
  position: absolute;
  text-align: center;
  right: 15px;
  top: -170px;
  border: 1px #f2f2f2 solid;
}
.car-info .img {
  height: 120px;
}
.car-info .img img {
  height: 100%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

@media (max-width: 991px) {
  .car-info {
    display: none;
  }
}

.fr-table-responsive {
  overflow-x: scroll;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/tecdoc/style.min.css?17811892568458*/
.clearfix{display:block}.catalogTabs{width:100%;border-bottom:10px solid #fff}.tecdocBreadcrumbSeparator{font-size:17px;vertical-align:top;color:#c6c6c6;position:relative;margin:0 5px;top:2px}ul.tabs_table{border-bottom:1px solid #e5e5e5;padding:0;margin:0}ul.tabs_table li{display:block;float:left;margin:0 2px -1px 0}ul.tabs_table li a{display:block;font-size:13px;padding:4px 5px;color:#0263b0;text-decoration:none;border:1px solid transparent;border-radius:4px 4px 0 0}ul.tabs_table li a:hover{color:#3283d0;background:#fafafa;border-color:#e5e5e5;border-bottom-color:transparent}ul.tabs_table li.active a{background:#fff;border:1px solid #e5e5e5;border-bottom-color:transparent;cursor:default}ul.tabs_table li.active a{color:#000}#tecdocArticleInfoTabs{border:0;padding:0}#tecdocArticleInfoTabs .ui-tabs-panel{padding:10px 0}#tecdocArticleInfoTabs ul.tabs_table{border:0;border-bottom:1px solid #e5e5e5;padding:0;margin:0;background:0}#tecdocArticleInfoTabs ul.tabs_table li{background:0;border:0;padding:0;margin:0 2px 0 0}#tecdocArticleInfoTabs ul.tabs_table li a{color:#0263b0;padding:4px 8px}#tecdocArticleInfoTabs ul.tabs_table li.ui-state-active a{border-color:#e5e5e5;border-bottom-color:transparent;cursor:default;color:#454545;background:#fff}.tecdocMain{max-width:1260px;background:#fff;position:relative;padding:10px 1%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tecdocTop{background:#fafafa;padding:10px;margin:10px 0 15px;border:1px solid #e5e5e5}.tecdocTitle{background:#fff;padding:0 0 10px 0;font-size:13px;color:#454545}span.tecdocCrumb{font-size:13px;color:#454545}a.tecdocCrumb{font-size:13px;color:#0263b0;text-decoration:underline}a.tecdocCrumb:hover{color:#3283d0}#searchTecdoc{height:20px;border:1px solid #cecece;width:250px;padding:2px 5px;font:normal 13px/20px 'arial';color:#454545}#searchTecdoc.jqueryPlaceholder{font:normal 13px/20px 'arial';color:#777 !important}.tecdocCont{clear:both;border-top:1px solid #e5e5e5}.tecdocCont .listLine{clear:both;float:left;width:100%;border-bottom:1px solid #e5e5e5;position:relative}.tecdocCont .listLine:last-child{border:0}.listLine .wordBold{float:left;padding:5px 15px;font:bold 13px/13px 'arial'}.listLine .brandsList{background:#f0f0f0}.listLine .brandsList ul{margin:0 0 0 40px;padding:5px 0 5px 10px;border-left:1px solid #e5e5e5;background:#fff}.listLine .brandsList ul:hover{background:#fafafa}.listLine .brandsList ul li{display:inline-block;list-style:none;padding:3px 5px;width:167px;word-break:break-all;vertical-align:middle}.brandsList ul li a{color:#0263b0;text-decoration:underline;font:normal 12px/12px 'arial'}.brandsList ul li a:hover{color:#3283d0;text-decoration:underline}.tecdocContCompact{border:0}.tecdocContCompact .listLine .brandsList ul{margin:0;padding-left:0;border:0;background:#fff}ul.tecdocModelTitle,ul.ulTecdocModels{float:left;clear:both;display:table;margin:0;padding:0;width:100%;list-style:none;border-bottom:1px solid #e5e5e5}ul.tecdocModelTitle{border-top:1px solid #e5e5e5;background-color:#f0f0f0}ul.tecdocModelTitle li{font:bold 13px/14px 'Arial' !important}ul.ulTecdocModels li.couple:hover{background:#fafafa}ul.tecdocModelTitle li.couple,ul.ulTecdocModels li.couple{font:normal 12px/14px 'Arial';color:#454545;display:inline-block;vertical-align:middle;width:30%;padding:.5% 1.5%}ul.tecdocModelTitle li.couple{padding:.7% 1.5%}ul.tecdocModelTitle li .tecdocModel,ul.ulTecdocModels li .tecdocModel{float:left;width:56%}ul.ulTecdocModels .tecdocModel a{color:#0263b0;text-decoration:underline;font:normal 12px/16px 'arial'}ul.tecdocModelTitle li .tecdocYear,ul.ulTecdocModels li .tecdocYear{float:left;width:44%;text-align:right}.tecdocTable{border-collapse:collapse;border:0;border-spacing:0;width:100%;max-width:1260px;background:#fff}.tecdocTable tr{background:#fff}.tecdocTable tr.trSearchEven{background:#fafafa}.tecdocTable td,.tecdocTable th{padding:5px 10px;height:14px;text-align:left;font:12px/14px 'arial';color:#454545;border-top:1px solid #e5e5e5;vertical-align:middle}.tecdocTable th{text-align:left;background-color:#f0f0f0;font-weight:bold;font-size:13px;padding:7px 10px}.tecdocTable td img{vertical-align:middle}.tecdocTable .tecdocInfo{width:15px}.tecdocTable .tecdocImg{max-width:150px;width:0;text-align:center;padding:5px 0}.tecdocTable .tecdocBuy{width:100px;white-space:nowrap}.tecdocTable .tecdocImg img{max-width:150px;max-height:120px}.tecdocTable td.tecdocYear,.tecdocTable th.tecdocYear{border-right:20px solid #FFF;min-width:100px}.tecdocTable td.tecdocYear:last-child,.tecdocTable th.tecdocYear:last-child{border-right:0}.tecdocTable td a{color:#0263b0;text-decoration:underline;font:normal 12px/16px 'arial'}.tecdocTable td a:hover{color:#3283d0;text-decoration:underline}.tecdocTreeCols{border-top:1px solid #e5e5e5}.tecdocTreeCols .tecdocCol4,.tecdocTreeCols .tecdocCol8{position:relative;float:left;min-height:1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tecdocCol9,.tecdocCol3{float:left}.tecdocCol9{width:75%}.tecdocCol3{width:25%}.tecdocCt{background:#fafafa;padding:10px 20px}.tecdocCt span{font:bold 13px/13px 'arial';color:#454545;display:block;margin:10px 0}.tecdocCt a{color:#0263b0;text-decoration:underline;font:12px 'arial'}.tecdocCt a:hover{color:#3283d0}#adaptabilityDiv ul.fr-pagination{margin:0 0 10px 0}body.searchResultInfo{background:#fff;margin:10px 0}.tecdocInfoIcon{font-size:17px;color:#999}.list{width:100%;padding:10px 0 15px 0}.list a{font:11px/14px Tahoma,Arial,Helvetica,sans-serif;color:#047}.list img{border:0}.list ul{margin:0;padding:0}.list-clear_top{width:100%;padding:0 0 25px 0}.list-clear_bottom{width:100%;padding:10px 0 0 0}.list-header{background:url(/local/templates/.default/components/bitrix/catalog/tecdoc/img/list-header.gif) no-repeat;height:22px;overflow:hidden}.list-header h4{width:257px;height:21px;font-size:12px;padding:0;margin:0;float:left}.list-header h4 a{font-size:12px;color:#fff;text-decoration:none;font-weight:bold;float:left;margin:3px 0 0 35px}.list-header ul{float:right;height:21px;list-style:none;margin:0;padding:0}.list-header ul li{float:left;height:21px;line-height:21px;padding:0 5px}.list-header ul li a{background:url(/local/templates/.default/components/bitrix/catalog/tecdoc/img/pointer.gif) no-repeat 100% 60%;padding:0 10px 0 0}.list-header-clear_top{height:1px;overflow:hidden}.list-content{background:#ece6e3 url(/local/templates/.default/components/bitrix/catalog/tecdoc/img/list-content.gif) no-repeat 100% 100%}.list-content-clear_bottom{background:#ece6e3}.list-content-header{background:url(/local/templates/.default/components/bitrix/catalog/tecdoc/img/list-content-bg.gif) no-repeat}.top-r{background:url(/local/templates/.default/components/bitrix/catalog/tecdoc/img/list-top-right.gif) no-repeat 100% 0;height:1%;padding:12px 0 19px 28px;overflow:hidden}.top-r-clear_top{height:1%;padding:12px 0 19px 28px;overflow:hidden}.list-column{float:left;width:19.9%;text-align:left}.list-column ul{width:100%;overflow:hidden;list-style-image:none;list-style-type:none}.list-column ul li{width:100%;float:left;padding:2px 0}.list-column ul li a{font-weight:bold;text-decoration:none;white-space:nowrap}.list-column ul li a:hover{text-decoration:underline}.tbl_s td{padding:2px}.tbl_s_top{font-size:11px}.tbl_s_top_line{height:1px;background-color:#2f4e7a}.tbl_s_bottom{border-bottom:3px solid #e9e9e9}.tbl_s_bottom1{border-bottom:1px solid #e9e9e9;font-weight:bold;font-size:11px}.tbl_s_right{border-right:1px solid #e9e9e9}.tbl_s_selected{background-color:#e9e9e9}.cart_tr1_color{background-color:#dddfff}.tecdoc_items_container .tecdoc_item{float:left;width:212px;height:250px;border:1px solid #eee;text-align:center;margin:0 20px 20px 0}.tecdoc_items_container .tecdoc_item:nth-child(4n){margin-right:0}.tecdoc_items_container .tecdoc_item .articlePic{height:130px;vertical-align:middle;display:table-cell;width:212px}.tecdoc_items_container .tecdoc_item .articlePic img{max-height:95%;max-width:95%}.artables.view_gallery table td.pic{width:55px;height:55px}.dtree{color:#454545;font:12px/18px 'arial';white-space:nowrap}.dtree img{border:0;vertical-align:middle}.dTreeNode img#dtree0{padding-right:5px}.dTreeNode>img{padding-right:5px}.dtree a.node,.dtree a.nodeSel{color:#454545;white-space:nowrap;padding:1px 2px 1px 0;font:normal 12px/18px 'arial';text-decoration:none}.dtree a.node:hover,.dtree a.nodeSel:hover{color:#333;text-decoration:underline}.dtree a.nodeSel{background-color:#f0f0f0}.dtree .clip{overflow:hidden}td.valignTop.catalogTree>.dtree{padding-right:35px}td.valignTop.catalogTree>.dtree a.nodeSel{background-color:#e8e8e8}.model-tr{position:relative;cursor:pointer}.model-tr:hover{background-color:rgba(123,123,123,0.2)}
/* End */


/* Start:/local/components/lux/tecdoc/templates/.default/style.css?178310879118136*/
.clearfix {
    display: block;
}

.catalogTabs {
    width: 100%;
    border-bottom: 10px solid #fff;
}

.tecdocBreadcrumbSeparator {
    font-size: 17px;
    vertical-align: top;
    color: #C6C6C6;
    position: relative;
    margin: 0 5px;
    top: 2px;
}

ul.tabs_table {
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
    margin: 0;
}

ul.tabs_table li {
    display: block;
    float: left;
    margin: 0 2px -1px 0;
}

ul.tabs_table li a {
    display: block;
    font-size: 13px;
    padding: 4px 5px;
    color: #0263B0;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

ul.tabs_table li a:hover {
    color: #3283D0;
    background: #FAFAFA;
    border-color: #E5E5E5;
    border-bottom-color: transparent;
}

ul.tabs_table li.active a {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-bottom-color: transparent;
    cursor: default;
}

ul.tabs_table li.active a {
    color: #000000;
}

#tecdocArticleInfoTabs {
    border: none;
    padding: 0;
}

#tecdocArticleInfoTabs .ui-tabs-panel {
    padding: 10px 0;
}

#tecdocArticleInfoTabs ul.tabs_table {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
    margin: 0;
    background: none;
}

#tecdocArticleInfoTabs ul.tabs_table li {
    background: none;
    border: none;
    padding: 0;
    margin: 0 2px 0 0;
}

#tecdocArticleInfoTabs ul.tabs_table li a {
    color: #0263B0;
    padding: 4px 8px;
}

#tecdocArticleInfoTabs ul.tabs_table li.ui-state-active a {
    border-color: #E5E5E5;
    border-bottom-color: transparent;
    cursor: default;
    color: #454545;
    background: #fff;
}

.tecdocMain {
    max-width: 1260px;
    /*min-width: 760px;*/
    background: #fff;
    position: relative;
    padding: 10px 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tecdocTop {
    background: #FAFAFA;
    padding: 10px;
    margin: 10px 0 15px;
    border: 1px solid #E5E5E5;
}

.tecdocTitle {
    background: #fff;
    padding: 0 0 10px 0;
    font-size: 13px;
    color: #454545;
}

span.tecdocCrumb {
    font-size: 13px;
    color: #454545;
}

a.tecdocCrumb {
    font-size: 13px;
    color: #0263B0;
    text-decoration: underline;
}

a.tecdocCrumb:hover {
    color: #3283D0;
}

#searchTecdoc {
    height: 20px;
    border: 1px solid #CECECE;
    width: 100%;
    padding: 2px 5px;
    font: normal 13px/20px 'arial';
    color: #454545;
}

#searchTecdoc.jqueryPlaceholder {
    font: normal 13px/20px 'arial';
    color: #777 !important;
}

/*Таблица tecdoc*/

.tecdocCont {
    clear: both;
    border-top: 1px solid #E5E5E5;
}

.tecdocCont .listLine {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

.tecdocCont .listLine:last-child {
    border: none;
}

.listLine .wordBold {
    float: left;
    padding: 5px 15px;
    font: bold 13px/13px 'arial';
}

.listLine .brandsList {
    background: #F0F0F0;
}

.listLine .brandsList ul {
    margin: 0 0 0 40px;
    padding: 5px 0 5px 10px;
    border-left: 1px solid #E5E5E5;
    background: #fff;
}

.listLine .brandsList ul:hover {
    background: #FAFAFA;
}

.listLine .brandsList ul li {
    display: inline-block;
    list-style: none;
    padding: 3px 5px;
    width: 167px;
    word-break: break-all;
    vertical-align: middle;
}

.brandsList ul li a {
    color: #0263B0;
    text-decoration: underline;
    font: normal 12px/12px 'arial';
}

.brandsList ul li a:hover {
    color: #3283D0;
    text-decoration: underline;
}

.tecdocContCompact {
    border: none;
}

.tecdocContCompact .listLine .brandsList ul {
    margin: 0;
    padding-left: 0;
    border: none;
    background: #fff;
}

/* TecDoc второй уровень поиска (Модели) */

ul.tecdocModelTitle,
ul.ulTecdocModels {
    float: left;
    clear: both;
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
}

ul.tecdocModelTitle {
    border-top: 1px solid #e5e5e5;
    background-color: #F0F0F0;
}

ul.tecdocModelTitle li {
    font: bold 13px/14px 'Arial' !important;
}

ul.ulTecdocModels li.couple:hover {
    background: #FAFAFA;
}

ul.tecdocModelTitle li.couple,
ul.ulTecdocModels li.couple {
    font: normal 12px/14px 'Arial';
    color: #454545;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    padding: 0.5% 1.5%;
}

ul.tecdocModelTitle li.couple {
    padding: 0.7% 1.5%;
}

ul.tecdocModelTitle li .tecdocModel,
ul.ulTecdocModels li .tecdocModel {
    float: left;
    width: 56%;
}

ul.ulTecdocModels .tecdocModel a {
    color: #0263B0;
    text-decoration: underline;
    font: normal 12px/16px 'arial';
}

ul.tecdocModelTitle li .tecdocYear,
ul.ulTecdocModels li .tecdocYear {
    float: left;
    width: 44%;
    text-align: right;
}

/* КОНЕЦ Второго уровня поиска (Модели) */

.tecdocTable {
    border-collapse: collapse;
    border: 0;
    border-spacing: 0;
    width: 100%;
    max-width: 1260px;
    background: #fff;
}

.tecdocTable tr {
    background: #fff;
}

.tecdocTable tr.trSearchEven {
    background: #FAFAFA;
}

.tecdocTable td,
.tecdocTable th {
    padding: 5px 10px;
    height: 14px;
    text-align: left;
    font: 12px/14px 'arial';
    color: #454545;
    border-top: 1px solid #E5E5E5;
    vertical-align: middle;
}

.tecdocTable th {
    text-align: left;
    background-color: #F0F0F0;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 10px;
}

.tecdocTable td img {
    vertical-align: middle;
}

.tecdocTable .tecdocInfo {
    width: 15px;
}

.tecdocTable .tecdocImg {
    max-width: 150px;
    width: 0;
    text-align: center;
    padding: 5px 0;
}

.tecdocTable .tecdocBuy {
    width: 100px;
    white-space: nowrap;
}

.tecdocTable .tecdocImg img {
    max-width: 150px;
    max-height: 120px;
}

.tecdocTable td.tecdocYear,
.tecdocTable th.tecdocYear {
    border-right: 20px solid #FFF;
    min-width: 100px;
}

.tecdocTable td.tecdocYear:last-child,
.tecdocTable th.tecdocYear:last-child {
    border-right: none;
}

.tecdocTable td a {
    color: #0263B0;
    text-decoration: underline;
    font: normal 12px/16px 'arial';
}

.tecdocTable td a:hover {
    color: #3283D0;
    text-decoration: underline;
}

.tecdocTreeCols {
    border-top: 1px solid #E5E5E5;
}

.tecdocTreeCols .tecdocCol4,
.tecdocTreeCols .tecdocCol8 {
    position: relative;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tecdocCol9,
.tecdocCol3 {
    float: left;
}

.tecdocCol9 {
    width: 75%;
}

.tecdocCol3 {
    width: 25%;
}

.tecdocCt {
    background: #FAFAFA;
    padding: 10px 20px;
}

.tecdocCt span {
    font: bold 13px/13px 'arial';
    color: #454545;
    display: block;
    margin: 10px 0;
}

.tecdocCt a {
    color: #0263B0;
    text-decoration: underline;
    font: 12px 'arial';
}

.tecdocCt a:hover {
    color: #3283D0;
}

#adaptabilityDiv ul.fr-pagination {
    margin: 0 0 10px 0;
}

body.searchResultInfo {
    background: #fff;
    margin: 10px 0;
}

.tecdocInfoIcon {
    font-size: 17px;
    color: #999;
}

/*Конец таблицы tecdoc*/

.list {
    width: 100%;
    padding: 10px 0 15px 0;
}

.list a {
    font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
    color: #047;
}

.list img {
    border: none;
}

.list ul {
    margin: 0;
    padding: 0;
}

.list-clear_top {
    width: 100%;
    padding: 0 0 25px 0;
}

.list-clear_bottom {
    width: 100%;
    padding: 10px 0 0 0;
}

.list-header {
    background: url(/local/components/lux/tecdoc/templates/.default/img/list-header.gif) no-repeat;
    height: 22px;
    overflow: hidden;
}

.list-header h4 {
    width: 257px;
    height: 21px;
    font-size: 12px;
    padding: 0;
    margin: 0;
    float: left;
}

.list-header h4 a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    float: left;
    margin: 3px 0 0 35px;
}

.list-header ul {
    float: right;
    height: 21px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-header ul li {
    float: left;
    height: 21px;
    line-height: 21px;
    padding: 0 5px;
}

.list-header ul li a {
    background: url(/local/components/lux/tecdoc/templates/.default/img/pointer.gif) no-repeat 100% 60%;
    padding: 0 10px 0 0;
}

.list-header-clear_top {
    height: 1px;
    overflow: hidden;
}

.list-content {
    background: #ECE6E3 url(/local/components/lux/tecdoc/templates/.default/img/list-content.gif) no-repeat 100% 100%;
}

.list-content-clear_bottom {
    background: #ECE6E3;
}

.list-content-header {
    background: url(/local/components/lux/tecdoc/templates/.default/img/list-content-bg.gif) no-repeat;
}

.top-r {
    background: url(/local/components/lux/tecdoc/templates/.default/img/list-top-right.gif) no-repeat 100% 0;
    height: 1%;
    padding: 12px 0 19px 28px;
    overflow: hidden;
}

.top-r-clear_top {
    height: 1%;
    padding: 12px 0 19px 28px;
    overflow: hidden;
}

.list-column {
    float: left;
    width: 19.9%;
    text-align: left;
}

.list-column ul {
    width: 100%;
    overflow: hidden;
    list-style-image: none;
    list-style-type: none;
}

.list-column ul li {
    width: 100%;
    float: left;
    padding: 2px 0;
}

.list-column ul li a {
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

.list-column ul li a:HOVER {
    text-decoration: underline;
}

.tbl_s {
}

.tbl_s td {
    padding: 2px;
}

.tbl_s_top {
    font-size: 11px
}

.tbl_s_top span {
}

.tbl_s_top_line {
    height: 1px;
    background-color: #2F4E7A;
}

.tbl_s_bottom {
    border-bottom: 3px solid #E9E9E9;
}

.tbl_s_bottom1 {
    border-bottom: 1px solid #E9E9E9;
    font-weight: bold;
    font-size: 11px;
}

.tbl_s_right {
    border-right: 1px solid #E9E9E9;
}

.tbl_s_selected {
    background-color: #E9E9E9;
}

.cart_tr1_color {
    background-color: #DDDFFF;
}

.tecdoc_items_container {
}

.tecdoc_items_container .tecdoc_item {
    float: left;
    width: 212px;
    height: 250px;
    border: 1px solid #eeeeee;
    text-align: center;
    margin: 0 20px 20px 0;
}

.tecdoc_items_container .tecdoc_item:nth-child(4n) {
    margin-right: 0;
}

.tecdoc_items_container .tecdoc_item .articlePic {
    height: 130px;
    vertical-align: middle;
    display: table-cell;
    width: 212px;
}

.tecdoc_items_container .tecdoc_item .articlePic img {
    max-height: 95%;
    max-width: 95%;
}

.artables.view_gallery table td.pic {
    width: 55px;
    height: 55px;
}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir LandrС†               |
|--------------------------------------------------*/

.dtree {
    color: #454545;
    font: 12px/18px 'arial';
    white-space: nowrap;
}

.dtree img {
    border: 0px;
    vertical-align: middle;
}

.dTreeNode img#dtree0 {
    padding-right: 5px;
}

.dTreeNode > img {
    padding-right: 5px;
}

.dtree a.node,
.dtree a.nodeSel {
    color: #454545;
    white-space: nowrap;
    padding: 1px 2px 1px 0;
    font: normal 12px/18px 'arial';
    text-decoration: none;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
    color: #333;
    text-decoration: underline;
}

.dtree a.nodeSel {
    background-color: #F0F0F0;
}

.dtree .clip {
    overflow: hidden;
}

td.valignTop.catalogTree > .dtree {
    padding-right: 35px;
}

td.valignTop.catalogTree > .dtree a.nodeSel {
    background-color: #e8e8e8;
}

.garage .img {
    text-align: center;
}

.garage .img img {
    max-width: 90%;
}

.garage .car-name {
    text-align: center;
}

.garage .car-brand {
    text-align: center;
    font-weight: bold;
}

.garage .buttons-wrapper {
    text-align: center;
    margin: 10px 0;
}

.popup-messages-wrapper {
    padding: 10px;
    margin: 20px 0;
}

.title-h3 {
	margin-top: 15px;
    margin-bottom: 45px;
    /*font-weight: bold;*/
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}


/*20180320 BEGIN*/

.model-years #searchTecdoc {
    height: auto !important;
    width: 100% !important;
    border: 1px solid #CCC !important;
    font-size: 16px !important;
    border-radius: 3px !important;
    padding: 6px 10px !important;
    margin: 0px 0px 10px 0px !important;
    font: inherit !important;
}


.dtree a.tree_button {
    background: #2da5e3;
    padding: 6px 23px;
    color: #fff;

}

/*20180320 END*/

/* === LUX-TECDOC-NODES-START (03.07.2026) ===
   Карточная вёрстка меню узлов на страницах модификации/группы + отступ контента
   от шапки раздела. Грузится ПОСЛЕ main_styles.css (порядок в LUX-блоке шаблонов). */
.lux-nodes-row { margin-top: 34px; }

.menu_top_block.menu-type1 {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.menu_top_block.menu-type1 ul.left_menu { margin: 0; padding: 0; }
.menu-type1.menu_top_block .left_menu > li.v_bottom { border-top: 1px solid #f0f0f0; float: none; width: auto; }
.menu-type1.menu_top_block .left_menu > li.v_bottom:first-child { border-top: none; }
.menu-type1.menu_top_block .left_menu > li.v_bottom > a {
    border: none;
    border-radius: 0;
    background: none;
    display: block;
    position: relative;
    padding: 13px 44px 13px 18px;
    font-size: 13.5px;
    font-weight: 600;
    color: #333;
    line-height: 1.35;
    transition: background-color .12s ease, color .12s ease;
}
.menu-type1.menu_top_block .left_menu > li.v_bottom > a:hover { background: #fff6ea; color: #e98800; }
.menu-type1.menu_top_block .left_menu > li.v_bottom.opened > a,
.menu-type1.menu_top_block .left_menu > li.v_bottom.current > a { background: #fff6ea; }
.menu-type1.menu_top_block .dropdown li.v_bottom.opened > a:not(:hover),
.menu-type1.menu_top_block .dropdown li.v_bottom.current > a:not(:hover) { color: #e98800; }
.menu-type1.menu_top_block .left_menu > li.v_bottom > a .svg {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .15s ease;
}
/* родной svg-треугольник темы 5x3px — не видно; увеличиваем */
.menu-type1.menu_top_block .left_menu > li.v_bottom > a .svg svg {
    width: 11px;
    height: 7px;
}
.menu-type1.menu_top_block .left_menu > li.v_bottom > a .svg svg .cls-1 { fill: #999; }
.menu-type1.menu_top_block .left_menu > li.v_bottom > a:hover .svg svg .cls-1,
.menu-type1.menu_top_block .left_menu > li.v_bottom.opened > a .svg svg .cls-1 { fill: #e98800; }
body.theme-dark .menu-type1.menu_top_block .left_menu > li.v_bottom > a .svg svg .cls-1 { fill: #8a8e94; }
body.theme-dark .menu-type1.menu_top_block .left_menu > li.v_bottom > a:hover .svg svg .cls-1,
body.theme-dark .menu-type1.menu_top_block .left_menu > li.v_bottom.opened > a .svg svg .cls-1 { fill: #f0a13a; }

/* раскрытый список подгрупп */
body .menu-type1.menu_top_block .left_menu li.v_bottom > .dropdown {
    padding: 4px 0 12px;
    background: #fbfbfb;
}
.menu-type1.menu_top_block li.v_bottom.current .dropdown,
.menu-type1.menu_top_block li.v_bottom:hover .dropdown { background: #fbfbfb; }
.menu-type1.menu_top_block .dropdown > li.v_bottom > .dropdown {
    border: none;
    padding: 4px 0 10px;
}
.menu-type1.menu_top_block .dropdown > li.v_bottom > .dropdown li { padding: 0 10px; }
.menu-type1.menu_top_block .dropdown > li.v_bottom > .dropdown li a {
    padding: 7px 10px 7px 12px;
    font-size: 13px;
    line-height: 1.35;
    border-radius: 8px;
    display: block;
    transition: background-color .12s ease, color .12s ease;
}
.menu-type1.menu_top_block .dropdown > li.v_bottom > .dropdown li a:hover { background: #fff6ea; color: #e98800; }
/* вложенные подузлы (has-child2) */
.menu-type1.menu_top_block .dropdown li.menu_item > a.parent { font-weight: 600; position: relative; }
.menu-type1.menu_top_block .dropdown li.menu_item .child_container.dropdown { padding: 2px 0 6px 10px; background: none; }

/* тёмная тема */
body.theme-dark .menu_top_block.menu-type1 { background: #26282b; border-color: #33363a; box-shadow: none; }
body.theme-dark .menu-type1.menu_top_block .left_menu > li.v_bottom { border-top-color: #33363a; }
body.theme-dark .menu-type1.menu_top_block .left_menu > li.v_bottom > a { color: #d5d7da; }
body.theme-dark .menu-type1.menu_top_block .left_menu > li.v_bottom > a:hover,
body.theme-dark .menu-type1.menu_top_block .left_menu > li.v_bottom.opened > a,
body.theme-dark .menu-type1.menu_top_block .left_menu > li.v_bottom.current > a { background: #2c2f33; color: #f0a13a; }
body.theme-dark .menu-type1.menu_top_block li.v_bottom .dropdown,
body.theme-dark .menu-type1.menu_top_block li.v_bottom.current .dropdown,
body.theme-dark .menu-type1.menu_top_block li.v_bottom:hover .dropdown { background: #222427; }
body.theme-dark .menu-type1.menu_top_block .dropdown > li.v_bottom > .dropdown li a { color: #c3c6ca; }
body.theme-dark .menu-type1.menu_top_block .dropdown > li.v_bottom > .dropdown li a:hover { background: #2c2f33; color: #f0a13a; }
/* === LUX-TECDOC-NODES-END === */
/* End */
/* /local/components/catalogs/main_styles.css?178118925611158 */
/* /local/templates/.default/components/bitrix/catalog/tecdoc/style.min.css?17811892568458 */
/* /local/components/lux/tecdoc/templates/.default/style.css?178310879118136 */
