/* /templates2_0/module/catalogue/left.less */
.module_catalogue_left {
  position: relative;
  box-sizing: border-box;
}
.module_catalogue_left-header {
  position: relative;
  box-sizing: border-box;
  font: normal 14px Tahoma, sans-serif;
  color: #3c3c3c;
  line-height: 1.5;
  padding-right: 10px;
  margin-top: 15px;
}
.module_catalogue_left-header_link {
  position: relative;
  box-sizing: border-box;
  font: inherit;
  text-decoration: none;
  color: inherit;
  display: block;
  margin-left: 20px;
}
.module_catalogue_left-header_link:first-child {
  margin-top: 0;
}
.module_catalogue_left-header_link:hover {
  text-decoration: none;
  color: inherit;
}
.module_catalogue_left-header_active {
  background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.module_catalogue_left-header_active:after {
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to top right,transparent 50%,#fff 50%), linear-gradient(to bottom right,transparent 50%,#fff 50%);
  background-repeat: no-repeat;
  background-position: 0 0, 0 100%;
  background-size: 100% 50%, 100% 50%;
}
.module_catalogue_left-child {
  position: relative;
  box-sizing: border-box;
  font: normal 14px Tahoma, sans-serif;
  color: #3c3c3c;
  line-height: 1.5;
  margin-top: 15px;
}
.module_catalogue_left-child_active {
  font-weight: bold;
}
.module_catalogue_left-child_link {
  position: relative;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: block;
  margin-left: 45px;
}
.module_catalogue_left-child_link:hover {
  text-decoration: none;
  color: inherit;
}
.module_catalogue_left-child_sub {
  position: relative;
  box-sizing: border-box;
  display: none;
}
.module_catalogue_left-child_active + .module_catalogue_left-child_sub {
  display: block;
}
.module_catalogue_left-subchild {
  position: relative;
  box-sizing: border-box;
  font: normal 14px Tahoma, sans-serif;
  color: #3c3c3c;
  line-height: 1.5;
  margin-top: 15px;
}
.module_catalogue_left-subchild_active {
  font-weight: bold;
}
.module_catalogue_left-subchild_link {
  position: relative;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: block;
  margin-left: 60px;
}
.module_catalogue_left-subchild_link:hover {
  text-decoration: none;
  color: inherit;
}
