/*** Фильтр категорий на главной *********************************/
.categoriesLayer {
  position: relative; margin: 0px 0 5px;  
  background: -webkit-linear-gradient(45deg, #dbdbdb, #dbdbdb);
  background: -moz-linear-gradient (45deg, #dbdbdb, #dbdbdb);
  background: -o-linear-gradient (45deg, #dbdbdb, #dbdbdb);
  background: linear-gradient(45deg, #dbdbdb, #dbdbdb);
  border: 1px solid #cecbc1;
  padding: 10px;
}
.pointer {
  visibility: hidden; content: ''; width: 25px; height: 12px; background: url(../icon/pointer.png) no-repeat;
	position: absolute; bottom: -1px; left: 70px; z-index: 10;
}
.categoriesLayer .headerLayer {
  margin: 0 15px; padding: 15px 10px; border-bottom: 1px solid #e6e6e6; overflow: hidden;
}
.cat {
  float: right; display: table; position: relative; width: 25%; height: 48px; padding-left: 70px; margin-bottom: 15px;
  background: url(../icon/cat-home-icons.png) 0 0 no-repeat;
}
.c190 { background-position: 0 0px; }
.c350 { background-position: 0 -96px; }
.c346 { background-position: 0 -144px; }
.c193 { background-position: 0 -192px; }
.c194 { background-position: 0 -240px; }
.c195 { background-position: 0 -288px; }
.c196 { background-position: 0 -336px; }
.c197 { background-position: 0 -384px; }
.c198 { background-position: 0 -480px; }
.c192 { background-position: 0 -528px; }
.c191 { background-position: 0 -576px; }
.c345{ background-position: 0 -624px; }
.cat a {
  display: table-cell; vertical-align: middle; padding: 0 4px; font-weight: bold; text-decoration: none; color: #0B6652;
}
.cat a:hover { text-decoration: none; }
.cat a:hover span {
  background: #3e9286; color: #fff;
}
.subCatsBlock {
  display: none; width: 100%; position: absolute; left: 0; z-index: 10; border: 1px solid #e6e6e6; padding-bottom: 15px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.08); background: #fff;
}
.subCatsBlock .headerLayer a {
  font-weight: bold;
}
.subCat {
  width: 33.3%; float: left; padding: 10px 25px;
}

.subCat a{
   text-decoration: none; color: #3C3C3B;
}

.subCat a:hover {
   text-decoration: none; color: #FB8D1A;
}
