#categories_block_top {
  clear: both;
  position: relative;
  top: 30px;
}
#categories_block_top .sf-menu {
  position: relative;
}
#categories_block_top .sf-menu > li {
  position: static;
}
#categories_block_top .sf-menu > li > ul {
  width: 100%;
  top: 60px;
  margin: 0 20px;
}
#categories_block_top .sf-menu > li > ul > li {
  display: block;
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
#categories_block_top .sf-menu > li > ul > .category_thumb {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
}
#categories_block_top .sf-menu > li > ul > .category_thumb img {
  display: inline-block;
  width: 33%;
}
#categories_block_top .sf-menu > li h4 a {
  font-size: 1.1em;
}
#categories_block_top .sf-menu > li h4 a:before {
  display: none;
}
#categories_block_top .sf-menu > li .main-level-submenus {
  position: relative;
  display: block !important;
  visibility: visible !important;
  top: 0;
  background: none;
  box-shadow: none;
  padding: 0;
  left: 0;
}
#categories_block_top .sf-menu .category_thumb {
  display: none;
}

#left_column .block#categories_block_left .title_block {
  background: #c1301f;
  color: #fff;
}

#categories_block_left li {
  position: relative;
}
#categories_block_left li a {
  display: block;
  line-height: 26px;
  padding: 0 10px 0 10px;
}
#categories_block_left li a:hover {
  background: #F3E6D9;
}
#categories_block_left li span.grower {
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 14px;
}
#categories_block_left li span.grower.OPEN {
  background: url("../../../img/megnor/plus.png") no-repeat scroll center -17px transparent;
  height: 20px;
  width: 15px;
}
#categories_block_left li span.grower.CLOSE {
  background: url("../../../img/megnor/plus.png") no-repeat scroll center 6px transparent;
  height: 20px;
  width: 15px;
}
#categories_block_left li li a {
  font-weight: normal;
}
#categories_block_left li li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  line-height: 24px;
  padding: 0 8px;
}
