@charset "UTF-8";
/* @import "compass/css3/images"; */
/** global.scss - reset, глобальные стили */
/** reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-family: 'Muller';
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/** --- */
.lm-autoparts {
  /** layouts.scss - расположение блоков */
  /** theme.scss - цвета, фоны, шрифты, размеры шрифтов и строк, итп */
  /* $base-color: #3276b1; */
  /** bootstrtap */
  /** компоненты
  //@import "components/bitrix/menu/top_lm/style.inc.scss";
  //@import "components/bitrix/menu/catalogs_lm/style.inc.scss";
  //@import "components/bitrix/sale.basket.basket/lm_header/style.inc.scss";
  //@import "components/bitrix/search.title/search_lm/style.inc.scss";

  */
}
html {
  position: relative;
  min-height: 100%;
  height--: 100%;
}

html > .lm-autoparts {
  padding-top: 0px;
  min-height: 100%;
  height--: 100%;
  padding-bottom: 250px;
}
@media (max-width: 767px) {
  html > .lm-autoparts {
    padding-bottom: 450px;
  }
}

.lm-autoparts .page-header .b-top-row {
  padding: 8px 15px;
}
.lm-autoparts .page-header .b-logo-row > div {
  padding-top: 8px;
  padding-bottom: 8px;
}
.lm-autoparts .page-header .b-logo-row .b-search {
  padding-top: 12px;
}
.lm-autoparts .page-header .b-top-basket {
  display: inline-block;
  float: right;
}
.lm-autoparts .page-header .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
.lm-autoparts .page-header .b-navbar-col {
  padding: 0;
}
.lm-autoparts .page-header .telephone {
  padding: 8px 15px;
}
.lm-autoparts .page-main.container {
  min-height: 100%;
}
.lm-autoparts #sidebar {
  /* highlight active menu */
  /* closed state */
  /* open state */
  /* level 1*/
  /* level 2*/
  /* level 3*/
  /* change transition animation to width when entire sidebar is toggled */
}
.lm-autoparts #sidebar .list-group-item {
  border-radius: 0;
  background-color: #333;
  color: #ccc;
  border-left: 0;
  border-right: 0;
  border-color: #2c2c2c;
  white-space: nowrap;
}
.lm-autoparts #sidebar .list-group-item:not(.collapsed) {
  background-color: #222;
}
    .lm-autoparts #sidebar .list-group .list-group-item[aria-expanded="false"]::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}
    .lm-autoparts #sidebar .list-group .list-group-item[aria-expanded="true"] {
      background-color: #222; }
    .lm-autoparts #sidebar .list-group .list-group-item[aria-expanded="true"]::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}
.lm-autoparts #sidebar .list-group .collapse .list-group-item {
  padding-left: 20px;
}
.lm-autoparts #sidebar .list-group .collapse > .collapse .list-group-item {
  padding-left: 30px;
}
.lm-autoparts #sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 40px;
}
@media (max-width: 48em) {
  .lm-autoparts #sidebar {
    /* overlay sub levels on small screens */
    /* hide caret icons of top level when collapsed */
  }
  .lm-autoparts #sidebar .list-group .collapse.in, .lm-autoparts #sidebar #sidebar .list-group .collapsing {
    position: absolute;
    z-index: 1;
    width: 190px;
  }
  .lm-autoparts #sidebar .list-group > .list-group-item {
    text-align: center;
          padding: .75rem .5rem; }
        .lm-autoparts #sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
        .lm-autoparts #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
    display: none;
  }
}
.lm-autoparts #sidebar.collapse {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
      -webkit-transition-duration: .2s;
      -o-transition-duration: .2s;
      transition-duration: .2s; }
.lm-autoparts #sidebar.collapsing {
  opacity: 0.8;
  width: 0;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
}
.lm-autoparts .page-footer .b-footer-menu-row .menu_bottom > div {
  padding: 15px;
}
.lm-autoparts .page-footer .b-footer-menu-row .contacts_bottom {
  padding-left--: 20px;
}
.lm-autoparts .page-footer .b-footer-menu-row .social_bottom img {
  margin-right: 8px;
}
.lm-autoparts .page-footer .b-footer-menu-row .b-bottom-subscribe {
  padding-bottom: 15px;
}
.lm-autoparts .page-footer .b-footer-bottom-row {
  padding: 15px;
}
.lm-autoparts .page-footer .bg-fix {
  position: relative;
  width: 100%;
  padding: 0;
}
.lm-autoparts .page-footer .bg-fix div {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 3000px;
  bottom: 0;
  z-index: -10000;
}
html > .lm-autoparts {
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% auto;
  color: #444444;
    font-family: 'Muller', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.lm-autoparts .page-header .b-top-row {
  background-color: #FAF9F9;
  color: #101820;
}
.lm-autoparts .page-header .b-logo-row {
  color: #000000;
  background-color: #ffffff;
}
.lm-autoparts .page-header .navbar {
  background-color: #FFCD00;
}
.lm-autoparts .page-header .b-navbar-col {
  font-size: 110%;
  color: #ffffff;
}
.lm-autoparts .page-header .telephone {
  color: #ffffff;
  font-weight: bold;
  font-size: 130%;
}
.lm-autoparts .page-main.container {
  background-color: #ffffff;
}
.lm-autoparts .page-footer a {
  text-decoration: none;
}
.lm-autoparts .page-footer .b-footer-menu-row {
  background-color: #f1f1f1;
}
.lm-autoparts .page-footer .b-footer-bottom-row,
.lm-autoparts .page-footer .b-footer-bottom-row a {
  color: #ffffff;
  background: #FFCD00;
}
.lm-autoparts .btn-primary {
  color: #fff;
  background-color: #FFCD00;
  border-color: #FFCD00;
}
.lm-autoparts .left-menu-card {
  margin-bottom: 12px;
}
.lm-autoparts .left-menu-card ul > li {
  padding-left: 0px;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 9px;
  /* border-bottom: 1px solid #dadada; */
  background-color: #e0e0e0;
  padding: 0px;
  border-radius: 3px;
}
.lm-autoparts .left-menu-card ul > li a {
  display: inline-block;
  padding: 8px;
  width: 100%;
  text-decoration: none;
}
.lm-autoparts .left-menu-card .card-body {
  padding: 6px !important;
}
.lm-autoparts .left-menu-card .card-header {
  font-size: 20px;
}
.lm-autoparts .left-menu-card.card-primary .card-header {
  color: #ffffff;
  background-color: #FFCD00;
}
.lm-autoparts .left-menu-card .catalog-menu {
      margin-bottom: 0; }

.hidden {
  display: none;
}
