#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; }

#categories_block_left {
  margin-bottom: 34px; }
  @media (max-width: 767px) {
    #categories_block_left {
      display: none; } }
  #categories_block_left .title_block {
    margin-bottom: 0;
    background: #31353d; }
  #categories_block_left li {
    position: relative; }
    #categories_block_left li a {
      font: 400 15px/18px "Ubuntu", sans-serif;
      color: #ababab;
      display: block;
      padding: 17px 30px 19px 27px; }
      @media (max-width: 1200px) {
        #categories_block_left li a {
          padding: 12px 30px 12px 18px;
          font: 400 15px/1.23em "Ubuntu", sans-serif; } }
      @media (min-width: 767px) and (max-width: 991px) {
        #categories_block_left li a {
          padding: 10px 30px 10px 15px;
          font: 400 13px/1.05em "Ubuntu", sans-serif; } }
    #categories_block_left li span.grower {
      display: block;
      position: absolute;
      right: 17px;
      top: 17px;
      cursor: pointer;
      font-family: "FontAwesome";
      font-size: 17px;
      color: #31353d; }
      @media (max-width: 1200px) {
        #categories_block_left li span.grower {
          top: 12px;
          right: 12px; } }
      @media (min-width: 767px) and (max-width: 991px) {
        #categories_block_left li span.grower {
          top: 8px;
          right: 8px;
          font-size: 13px; } }
      #categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
        content: "\f077";
        display: block;
        vertical-align: middle;
        color: #31353d;
        font-size: 14px;
        text-align: center; }
      #categories_block_left li span.grower.CLOSE:before {
        content: "\f078";
        color: #31353d; }
      #categories_block_left li span.grower.grower.OPEN + a {
        background: #8dbf41;
        color: white; }
    #categories_block_left li.odd > a {
      background: #f1f1f1;
      -moz-transition: background 0.2s linear;
      -o-transition: background 0.2s linear;
      -webkit-transition: background 0.2s linear;
      transition: background 0.2s linear; }
    #categories_block_left li.odd > span.grower:hover + a,
    #categories_block_left li.odd > a:hover,
    #categories_block_left li.odd > a.selected {
      background: #8dbf41;
      color: white;
      -moz-transition: background 0.2s linear;
      -o-transition: background 0.2s linear;
      -webkit-transition: background 0.2s linear;
      transition: background 0.2s linear; }
    #categories_block_left li.even > a {
      background: #f8f8f8;
      -moz-transition: background 0.2s linear;
      -o-transition: background 0.2s linear;
      -webkit-transition: background 0.2s linear;
      transition: background 0.2s linear; }
    #categories_block_left li.even > span.grower:hover + a,
    #categories_block_left li.even > a:hover,
    #categories_block_left li.even > a.selected {
      background: #8dbf41;
      -moz-transition: background 0.2s linear;
      -o-transition: background 0.2s linear;
      -webkit-transition: background 0.2s linear;
      transition: background 0.2s linear;
	  color:#fff }
    #categories_block_left li ul {
      padding: 12px 0 12px 0;
      background: white; }
      #categories_block_left li ul li span.grower.grower.OPEN + a {
        background: none;
        color: #8dbf41; }
      #categories_block_left li ul li a {
        font-weight: normal;
        color: #31353d;
        font-size: 14px;
        padding: 3px 30px 3px 28px;
        background: none;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        @media (max-width: 991px) {
          #categories_block_left li ul li a {
            padding: 3px 25px 3px 12px; } }
        #categories_block_left li ul li a:before {
          content: "\f105";
          font-family: "FontAwesome";
          line-height: 29px;
          padding-right: 8px;
          display: inline-block;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        #categories_block_left li ul li a:hover {
          color: #8dbf41;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          #categories_block_left li ul li a:hover:before {
            padding-right: 5px;
            padding-left: 3px;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear; }
      #categories_block_left li ul li > span.grower:hover + a {
        color: #8dbf41; }
      #categories_block_left li ul li span.grower.CLOSE,
      #categories_block_left li ul li span.grower.OPEN {
        top: 10px;
        right: 5px; }
        @media (max-width: 991px) {
          #categories_block_left li ul li span.grower.CLOSE,
          #categories_block_left li ul li span.grower.OPEN {
            right: 9px; } }
        #categories_block_left li ul li span.grower.CLOSE:before,
        #categories_block_left li ul li span.grower.OPEN:before {
          font-size: 12px; }
      #categories_block_left li ul li ul {
        padding: 5px 0 5px 0; }
        #categories_block_left li ul li ul li a {
          padding-left: 43px;
          background: none; }
          @media (max-width: 991px) {
            #categories_block_left li ul li ul li a {
              padding-left: 20px; } }
