.breadcrumb {
  position: relative !important;
  text-align: right;
  float: right;
}

/*Новые стили шапки*/
.navbar-default .navbar-brand {
  text-transform: none;
}
.navbar-default.navbar-dark .navbar-brand {
  color: #004583;
}
.navbar-header {
  background-image: linear-gradient(to bottom, #ffffff, #bbefff);
}
.header-full {
  background-image: linear-gradient(to bottom, #ffffff, #bbefff);
  height: 170px;
  position: relative;
}
.header-full-title {
  background: none;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 43%;
  z-index: 99;
}
.logo-image {
  width: 100px;
  margin-right: 5px;
  height: 100px;
  margin-top: 16px;
}
#header-full-top::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  background-image: url(../img/left-pic.png);
  background-size: 170px auto;
  z-index: 9;
}
#header-full-top::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 156px;
  background-image: url(../img/right-part.png);
  background-size: 250px auto;
  right: 0;
  background-repeat: no-repeat;
  bottom: 7px;
}
.bottom-line {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #12ccff;
  text-align: center;
  color: #004381;
  font-size: 18px;
  padding: 2px;
}
/*Стили для блоков Ucats на главной странице*/
/*---------------------------------------------------------------------*/
/*все блоки*/
.new-cat-block {
  padding: 11px;
}
/*все блоки*/
.ucats-h-1,
.ucats-h-2 {
  display: block;
  border: 1px solid #aaa;
  border-radius: 1px;
  position: relative;
}
/*одинарная высота*/
.ucats-h-1 {
  height: 170px;
}
/*двойная высота*/
.ucats-h-2 {
  height: 417px;
}
/*текстовая строка в блоках*/
.new-cat-block-text {
  position: absolute;
  z-index: 2;
  font-size: 18px;

  bottom: 0px;
  left: 0px;
  right: 0;
  padding: 7px;
  color: #fff;
  opacity: 0.7;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)';
}
/*---------------------------------------------------------------------*/
/*Далее конкретные блоки*/
/*блок каталога ТО*/
.new-cat-block-to {
  position: relative;
  overflow: hidden;
}
.new-cat-block-to:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/to.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;
}
.new-cat-block-to:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/to.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.2s;
}
/*---------------------------------------------------------------------*/
/*блок каталога масел и автохимии*/
.new-cat-block-oil {
  position: relative;
  overflow: hidden;
}
.new-cat-block-oil:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/oil.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;
}
.new-cat-block-oil:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/oil.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.2s;
}
/*---------------------------------------------------------------------*/
/*блок каталога АКБ*/
.new-cat-block-akb {
  position: relative;
  overflow: hidden;
}
.new-cat-block-akb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/akb.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;
}
.new-cat-block-akb:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/akb.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.2s;
}
/*---------------------------------------------------------------------*/
/*блок каталога Шины*/
.new-cat-block-tires {
  position: relative;
  overflow: hidden;
}
.new-cat-block-tires:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/tires.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;
}
.new-cat-block-tires:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/tires.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.2s;
}
/*---------------------------------------------------------------------*/
/*блок каталога ДИСКИ*/
.new-cat-block-disks {
  position: relative;
  overflow: hidden;
}
.new-cat-block-disks:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/disks.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;
}
.new-cat-block-disks:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/disks.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.2s;
}
/*---------------------------------------------------------------------*/
/*блок каталога АКСЕССУАРЫ*/
.new-cat-block-accessories {
  position: relative;
  overflow: hidden;
}
.new-cat-block-accessories:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/accessories.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;
}
.new-cat-block-accessories:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/accessories.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.2s;
}
/*---------------------------------------------------------------------*/
/*блок каталога Болты, гайки, проставки*/
.new-cat-block-bolts {
  position: relative;
  overflow: hidden;
}
.new-cat-block-bolts:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/bolts.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;
}
.new-cat-block-bolts:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/bolts.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.2s;
}
/*---------------------------------------------------------------------*/
/*блок каталога Колпаки*/
.new-cat-block-caps {
  position: relative;
  overflow: hidden;
}
.new-cat-block-caps:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/caps.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;
}
.new-cat-block-caps:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url('/templates/expan/img/ucats/caps.png') no-repeat;
  background-position: center;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.2s;
}
/*---------------------------------------------------------------------*/

a {
  font-family: 'Open Sans', sans-serif !important;
}
.bs-glyphicons-list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #777;
}
.bs-glyphicons-list > li > a:hover {
  text-decoration: none;
  color: #fff;
}

/*Обозначение цены*/
/*Для знака рубля*/
.RUB {
  /*font-family: 'PT Sans', serif;*/
  font-family: 'Roboto', sans-serif;
}

.main-header {
  margin-bottom: 20px !important;
}

.fa-cart:before {
  content: url('/templates/expan/img/cart5.png');
}
.fa-cart-with-products {
  background-color: #0f0;
}

/*БЛОК ДЛЯ ФИЛЬТРОВ КАТАЛОГА - СТИЛИ ДЛЯ ФОНА*/
.side_properties_widgets_div {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  width: 100%;
  margin-bottom: 10px;
}

.ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_gplus .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_blogger .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_delicious .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_digg .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_reddit .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_evernote .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_linkedin .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_lj .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_pocket .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_qzone .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_renren .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_sinaWeibo .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_surfingbird .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_tencentWeibo .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_tumblr .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_viber .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_whatsapp .ya-share2__icon {
  background-size: 100%;
  width: 48px;
  height: 48px;

  /*margin-top:5px;*/
}
.ya-share2__badge {
  /*
	background-size: 100%;
	width:48px;
	height:48px;
	*/
  margin-top: 5px;
}

/*КАТАЛОГИ UCATS*/
/*----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 500px) {
  /*Блоки каталогов*/
  .ucats_product_block {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 210px;
    margin-left: 5px;
  }
  .ucats_product_block:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .ucats_product_block > .product_img {
    position: absolute;
    left: 7px;
    top: 7px;
    max-height: 190px;
    max-width: 100px;
  }
  .ucats_product_block > .manufacturer {
    position: absolute;
    left: 110px;
    top: 7px;
    font-size: 20px;
    color: #337ab7;
  }
  .ucats_product_block > .article {
    position: absolute;
    left: 110px;
    top: 30px;
    font-size: 14px;
    color: #337ab7;
    border: 1px solid #337ab7;
    border-radius: 5px;
    padding: 5px 35px 5px 5px;
    background-image: url('/content/files/images/icons/search_337ab7.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;

    cursor: pointer;
  }
  .ucats_product_block > .article:hover {
    border: 1px solid #075293;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }
  .ucats_product_block > .characteristics {
    position: absolute;
    left: 110px;
    top: 57px;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    padding: 7px;
  }
  .ucats_product_block > .composition {
    position: absolute;
    left: 110px;
    top: 80px;
    font-size: 14px;
    color: #000;
    padding: 4px;
  }
  .ucats_product_block > .name_product {
    position: absolute;
    left: 110px;
    top: 110px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding: 4px;
    text-align: left;
  }
  .ucats_product_block > .name_product_top {
    position: absolute;
    left: 110px;
    top: 60px;
    font-size: 14px;
    color: #000;
    padding: 4px;
    text-align: left;
  }
  .ucats_product_block > .product_page_button {
    position: absolute;
    right: 7px;
    bottom: 7px;
    font-size: 14px;
    color: #000;
    padding: 4px;
    text-align: left;
  }
}
@media screen and (min-width: 500px) and (max-width: 1200px) {
  /*Блоки каталогов*/
  .ucats_product_block {
    position: relative;
    display: inline-block;
    width: 350px;
    height: 210px;
    margin-left: 5px;
  }
  .ucats_product_block:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .ucats_product_block > .product_img {
    position: absolute;
    left: 7px;
    top: 7px;
    max-height: 190px;
    max-width: 150px;
  }
  .ucats_product_block > .manufacturer {
    position: absolute;
    left: 160px;
    top: 7px;
    font-size: 20px;
    color: #337ab7;
  }
  .ucats_product_block > .article {
    position: absolute;
    left: 160px;
    top: 30px;
    font-size: 14px;
    color: #337ab7;
    border: 1px solid #337ab7;
    border-radius: 5px;
    padding: 5px 35px 5px 5px;
    background-image: url('/content/files/images/icons/search_337ab7.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;

    cursor: pointer;
  }
  .ucats_product_block > .article:hover {
    border: 1px solid #075293;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }
  .ucats_product_block > .characteristics {
    position: absolute;
    left: 160px;
    top: 57px;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    padding: 7px;
  }
  .ucats_product_block > .composition {
    position: absolute;
    left: 160px;
    top: 80px;
    font-size: 14px;
    color: #000;
    padding: 4px;
  }
  .ucats_product_block > .name_product {
    position: absolute;
    left: 160px;
    top: 110px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding: 4px;
    text-align: left;
  }
  .ucats_product_block > .name_product_top {
    position: absolute;
    left: 160px;
    top: 60px;
    font-size: 14px;
    color: #000;
    padding: 4px;
    text-align: left;
  }
  .ucats_product_block > .product_page_button {
    position: absolute;
    right: 7px;
    bottom: 7px;
    font-size: 14px;
    color: #000;
    padding: 4px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  /*Блоки каталогов*/
  .ucats_product_block {
    position: relative;
    display: inline-block;
    width: 400px;
    height: 210px;
    margin-left: 5px;
  }
  .ucats_product_block:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .ucats_product_block > .product_img {
    position: absolute;
    left: 7px;
    top: 7px;
    max-height: 190px;
    max-width: 150px;
  }
  .ucats_product_block > .manufacturer {
    position: absolute;
    left: 160px;
    top: 7px;
    font-size: 20px;
    color: #337ab7;
  }
  .ucats_product_block > .article {
    position: absolute;
    left: 160px;
    top: 30px;
    font-size: 14px;
    color: #337ab7;
    border: 1px solid #337ab7;
    border-radius: 5px;
    padding: 5px 35px 5px 5px;
    background-image: url('/content/files/images/icons/search_337ab7.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;

    cursor: pointer;
  }
  .ucats_product_block > .article:hover {
    border: 1px solid #075293;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }
  .ucats_product_block > .characteristics {
    position: absolute;
    left: 160px;
    top: 57px;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    padding: 7px;
  }
  .ucats_product_block > .composition {
    position: absolute;
    left: 160px;
    top: 80px;
    font-size: 14px;
    color: #000;
    padding: 4px;
  }
  .ucats_product_block > .name_product {
    position: absolute;
    left: 160px;
    top: 110px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding: 4px;
    text-align: left;
  }
  .ucats_product_block > .name_product_top {
    position: absolute;
    left: 160px;
    top: 60px;
    font-size: 14px;
    color: #000;
    padding: 4px;
    text-align: left;
  }
  .ucats_product_block > .product_page_button {
    position: absolute;
    right: 7px;
    bottom: 7px;
    font-size: 14px;
    color: #000;
    padding: 4px;
    text-align: left;
  }
}

/*Переключатели страниц*/
.pages_selector {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;

  cursor: pointer;
  /*
	background: #f2f5f6;
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
	*/
}
.current_page {
  color: #fff;
  background-color: #337ab7 !important;
}

/*Страница одного товара*/
.ucats_product {
  position: relative;
}
.ucats_product > .product_image,
.ucats_product > .product_info {
  position: absolute;
}
.ucats_product > .product_image {
  top: 20px;
  right: 40px;
}
.ucats_product > .product_info {
  top: 20px;
  left: 0;
}
.ucats_product > .product_info > p {
  font-size: 14px;
  color: #555;
}
.ucats_product > .product_info > h3 {
}
.ucats_product > .product_info > .article {
  font-size: 14px;
  color: #337ab7;
  border: 1px solid #337ab7;
  border-radius: 5px;
  padding: 5px 27px 5px 5px;
  background-image: url('/content/files/images/icons/search_337ab7.png');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;

  cursor: pointer;
}
.ucats_product > .product_info > .article:hover {
  border: 1px solid #075293;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

/*СТИЛИ ДЛЯ РАСШИРЕНИЯ BOOTSTRAP - 5 КОЛОНОК*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

/*Таблица сравнений товаров*/
.table-nonfluid {
  width: auto !important;
}
.table-nonfluid td {
  width: 220px;
}
.table-nonfluid th {
  padding: 0 !important;
}
.table-nonfluid tbody {
}

/*ПАНЕЛЬ С КОРЗИНОЙ, ЗАКЛАДКАМИ И СРАВНЕНИЕМ*/
.bottom-border {
  height: 35px;
}
.bottom-ul > li {
  height: 35px;

  position: relative;
}
.bottom-ul > li > a:hover {
  background-color: #222;
  color: #aaa;
}
.bottom-ul > li > a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-fixed-bottom {
  background-color: #333;
  border-top: 1px solid #444;
  min-height: 35px;
  max-height: 35px;
}
.container-fluid {
  margin: 0 30px;
}
.bottom-ul:last-child {
  border-right: 1px solid #444;
}
.bottom-ul > li {
  border-left: 1px solid #444;
}
.bottom-button {
  margin-top: 6px;
  margin-right: 8px;
  padding-top: 0;
  height: 25px;
  line-height: 25px;
}
.bottom-icon,
.bottom-label {
  color: #aaa;
}
#cart_items_sum {
  color: #aaa;
}
/*Указатель добавления в корзину, добавлени в закладки и сравнения*/
#mark_popup_added,
#mark_bookmarks_popup_added {
  position: absolute;
  bottom: 40px;
  left: 60px;
  color: #fff;
  width: 100px;
  height: 30px;
  line-height: 30px;
  z-index: 9999999999999;
  text-align: center;
}
#mark_compare_popup_added {
  position: absolute;
  bottom: 40px;
  left: 75px; /*Отличается от Корзины и Закладок*/
  color: #fff;
  width: 100px;
  height: 30px;
  line-height: 30px;
  z-index: 9999999999999;
  text-align: center;
}
#mark_popup_added:before,
#mark_bookmarks_popup_added:before,
#mark_compare_popup_added:before {
  content: '';
  position: absolute;
  left: 35px;
  bottom: -10px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;

  border-top-style: solid;
  border-top-width: 15px;
  border-top-color: inherit;

  z-index: 99999999999999;
}
@media (max-width: 768px) {
  .container-fluid {
    margin: 0 15px;
  }
  .bottom-ul {
    margin-top: 0;
    margin-right: -15px;
    margin-bottom: 0;
    margin-left: -15px;
  }
  .bottom-ul > li {
    width: 30%;
    display: inline-block;
  }
  .bottom-ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  /*Указатель добавления в корзину, добавлени в закладки и сравнения*/
  #mark_popup_added,
  #mark_bookmarks_popup_added,
  #mark_compare_popup_added {
    bottom: 40px;
    left: 10px;
  }
  #mark_popup_added:before,
  #mark_bookmarks_popup_added:before,
  #mark_compare_popup_added:before {
    content: '';
    position: absolute;
    left: 12px;
    bottom: -10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;

    border-top-style: solid;
    border-top-width: 15px;
    border-top-color: inherit;

    z-index: 99999999999999;
  }
}

/*Форма с публикацией отзыва*/
.evaluations_mark i {
  font-size: 25px;
}
.evaluations_mark i:hover {
  color: #aaa;
  cursor: pointer;
}

/*Для страницы одного товара - варианты исполнения*/
.product-option-message {
  margin-bottom: 0 !important;
}
.product-option-variant {
  display: block;
  margin-bottom: 5px;
}

/*Стили для блока поисковых табов на главной странице*/
/*Пояснение - вверху каждого таба*/
.search_tab_clar {
}
/*ul столбика с автомобилями*/
.search_tab_car_ul {
  display: inline-block !important;
  list-style-type: none !important;
  vertical-align: top;
}
/*div для буквы автомобиля*/
.search_tab_car_letter {
  display: inline-block !important;
  width: 25px !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
/*div для названия автомобиля*/
.search_tab_car_caption {
  display: inline-block !important;
}
.search_tab_car_caption > A {
  color: #fff !important;
  text-decoration: none !important;
}
.search_tab_car_caption > A:hover {
  text-decoration: underline !important;
}
/*Стиль для одного каталога выбранной марки*/
.search_tab_car_catalogue {
  margin: 20px;
}
.search_tab_car_catalogue > A {
  color: #fff;
  text-decoration: none;
}
.search_tab_car_catalogue > A:hover {
  text-decoration: underline;
}
/*Ссылка для возвращения к отображению марок автомобилей*/
.search_tab_car_catalogue_back {
  color: #fff;
}
.search_tab_car_catalogue_back:hover {
  color: #fff;
  text-decoration: underline;
}

/*START МОДАЛЬНОЕ ОКНО*/
.popup_window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 99999999999;
}
.popup_window:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: '';
}
.popup_content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  max-width: 80%;
  padding: 20px;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: inset 0 2px 2px 2px rgba(0, 0, 0, 0.4);
  background: #fff;
  vertical-align: middle;
  z-index: 999999;
}
.popup_window_close {
  display: block;
  position: absolute;
  top: -20px;
  right: 10px;
  width: 12px;
  height: 12px;
  padding: 8px;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 2px 2px 2px rgba(0, 0, 0, 0.4), 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 2px 2px rgba(0, 0, 0, 0.4), 0 3px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  background: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  z-index: 999999;
}
.popup_window_close:hover {
  background: #ddd;
}
/*END МОДАЛЬНОЕ ОКНО*/

/* Модуль гео позиции */
.geo_point_wrap {
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 7px 10px;
  color: #000;
  text-decoration: none;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
  border: solid 1px #e3e6e8;
  border-top: 0;
}
.customer_city {
  text-align: center;
}
.geo_list {
  text-align: left;
}
.geo_top_level {
  color: #313131;
  border-bottom: 1px dotted #313131;
  font-weight: bold;
  font-size: 22px;
  padding: 4px;
}
.geo_second_level {
  color: #313131;
  border-bottom: 1px dotted #313131;
  font-size: 20px;
  padding: 4px;
  margin-left: 18px;
}
.geo_default_level {
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
}
/*END Модуль гео позиции */

#back-top a {
  bottom: 55px;
}
.btn_bloknot,
.btn_garazh {
  display: none;
}

/* Категории товаров в виде плитки */

.new-cat-block-catalog {
  position: relative;
  overflow: hidden;
}
.new-cat-block-catalog .new-cat-block-catalog-img {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 38px;
  right: 0;
  z-index: 1;
  background-position: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;

  /* Черно-белое изображение */
  /*-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);*/
}
.new-cat-block-catalog:hover .new-cat-block-catalog-img {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 38px;
  right: 0;
  z-index: 1;
  background-position: center;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.2s;

  /* Черно-белое изображение */
  /*-webkit-filter: grayscale(0);
	filter: none;
	filter: grayscale(0);*/
}

/* END */

.b-payment-systems-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.b-payment-systems-list li {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1px 2px;
  margin-right: 4px;
  border-radius: 2px;
}

.b-payment-systems-list li img {
  max-height: 40px;
  width: auto;
}

.about-text {
  display: block;
  /*max-width: 740px;*/
  margin-right: auto;
  /*margin-left: auto;*/
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}

.about-text-list {
  list-style: none;
}
.about-text-list li:not(:last-child) {
  margin-bottom: 20px;
}

/**
 * Feature price
 */
.feature-price-desc {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 90px;
}

.feature-price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -15px;
}

.feature-price-item {
  background-color: white;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29%;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  margin: 0 15px;
  padding: 16px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #aaa;
}

.feature-price-item__title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.feature-price-item__text {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(43, 43, 43, 0.7);
  margin-bottom: 5px;
  overflow: hidden;
}

.feature-price-item__image {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}

.feature-price-item__image .item-image__label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #ffa800;
  line-height: 40px;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 16px;
  width: 40px;
  height: 40px;
  font-weight: 900;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.feature-price-item__image .item-image__bg {
  content: '';
  display: block;
  border-radius: 50%;
  background-color: #f4f4f4;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 0;
}

.feature-price-item__image .item-image__cover {
  margin-left: 30px;
  padding-top: 10px;
  margin-right: auto;
  display: flex;
  z-index: 5;
  position: relative;
}

.feature-price-item__image .item-image__cover img {
  max-width: none;
  max-height: 100%;
  width: auto;
  height: 50px;
}

.feature-price-item__icon svg,
.feature-price-item__icon img {
  display: block;
  margin-bottom: 85px;
  width: 65px;
  height: auto;
  max-width: 100%;
}

.feature-price-item__button {
  font-size: 14px;
  background-color: #000000;
  color: #fff;
  padding: 12px 24px;
  border: none;
}

.feature-price-item__button:hover {
  background-color: #ffa800;
  color: #fff;
}

@media (max-width: 768px) {
  .feature-price-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .feature-price-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .feature-price .feature-price-item__icon img {
    margin: 0 auto;
    margin-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .feature-price-desc {
    font-size: 16px;
  }
}




















/* ---------------------------------------------------- */

/* news */

/* ---------------------------------------------------- */

.news_box .section-title{

	cursor:pointer;

}

.news_box .news_item_box{

	border:1px solid #ddd;

}

.news_box .news_item_box > a{

	text-decoration:none;

	cursor:pointer;

	color:#222;

}

.news_box .news_item_box > a > div{

	padding:15px;

	position:relative;

}

.news_box .news_item_box > a > div > i{

	color: #2366f0;

	position: absolute;

	right: 5px;

	top: 6px;

}

.news_box .news_item_box .news_item_name{

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	font-size: 1.3em;

	margin-bottom: 7px;

}

.news_box .news_item_box .news_item_text{

	overflow: hidden;

	text-overflow: ellipsis;

	height: 37px;

	line-height: 1.3em;

}

.news_box .news_item_box .news_item_clock{

	text-align: right;

	display: block;

	margin-top: 10px;

}

.news_box{
	padding: 19px;
	margin-top: -9px;
    padding-top: 0px;
}
.news_box .col-sm-6{
	padding:11px;
}
.news_box .news_item_box .news_item_img {
    height: 150px;
	margin-bottom: 13px;
	text-align:center;
}
.news_box .news_item_box {
  border: 1px solid #e4e4e4;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .news_box .news_item_box {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    color: #555;
    margin-bottom: 0px;
  }

  .news_box .col-sm-6:last-child .news_item_box {
    margin-bottom: 0px;
  }
}







