#tm_topmenu {
  width: 100%;
  clear: both;
  display: none;
}
@media (max-width: 991px) {
  #tm_topmenu {
    background: #333333;
    display: block;
    padding: 0 280px 0 0;
  }
}
@media (max-width: 767px) {
  #tm_topmenu {
    padding: 0;
  }
}
#tm_topmenu .title_block {
  cursor: pointer;
  font: 18px/22px "Open Sans", verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  padding: 8px 18px;
  background: #313131;
  position: relative;
}
@media (max-width: 991px) {
  #tm_topmenu .title_block {
    background: transparent;
    font: 700 16px/21px "Open Sans", sans-serif;
    padding: 19px 20px 20px;
    margin: 0;
    text-align: left;
    color: #ffffff;
  }
}
#tm_topmenu .title_block:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  font-weight: normal;
  font-size: 24px;
  color: #ffffff;
  float: right;
}
#tm_topmenu ul.tree {
  margin: 0;
  padding: 10px;
  background: #646464;
}
@media (max-width: 991px) {
  #tm_topmenu ul.tree {
    position: absolute;
    background: #333333;
    border: 1px solid #1a1a1a;
    z-index: 9;
    padding: 10px;
    width: 98%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#tm_topmenu ul.tree li {
  width: 100%;
  position: relative;
}
#tm_topmenu ul.tree li a {
  color: #FFF;
  display: block;
  font-size: 14px;
  border-left: 4px solid #646464;
  line-height: 25px;
  padding: 3px 10px;
}
@media (max-width: 991px) {
  #tm_topmenu ul.tree li a {
    border: none;
    padding: 4px 4px 4px 10px;
    color: #c4c4c4;
    font-size: 13px;
    text-align: left;
  }
}
#tm_topmenu ul.tree li a:hover, #tm_topmenu ul.tree li a.active {
  background: #f4f4f4;
  color: #555555;
}
@media (max-width: 991px) {
  #tm_topmenu ul.tree li a:hover, #tm_topmenu ul.tree li a.active {
    background: none;
    color: white;
  }
}
#tm_topmenu ul.tree #category-thumbnail {
  display: none;
}
#tm_topmenu ul.tree ul {
  margin-left: 15px;
}
@media (max-width: 991px) {
  #tm_topmenu ul.tree ul .category-thumbnail img {
    width: 100%;
  }
}
#tm_topmenu ul.tree li span.grower {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 8px;
  top: -1px;
  cursor: pointer;
  font-family: "FontAwesome";
}
@media (max-width: 991px) {
  #tm_topmenu ul.tree li span.grower {
    width: 12px;
    height: 22px;
    top: 6px;
  }
}
#tm_topmenu ul.tree li span.grower.OPEN:after, #tm_topmenu ul.tree li span.grower.CLOSE:after {
  content: "\f068";
  color: #858585;
  font-size: 10px;
}
#tm_topmenu ul.tree li span.grower.CLOSE:after {
  content: "\f067";
}

#tmmenu_block_left.block .block_content > ul > li > ul {
  padding: 20px !Important;
}

#tmmenu_block_left {
  position: relative;
  z-index: 10;
}
#tmmenu_block_left .title_block {
  background: #cf0202 !important;
  color: white !important;
  position: absolute;
  top: -84px;
  width: 100%;
  z-index: 10;
  padding: 18px 15px !important;
}
