.main-menu-category {
  height: 50px;
}
#category-top {
  position: relative;
  z-index: 11;
  padding: 0 15px;
}
.category-top-left,
.category-top-right {
  height: 32px;
  width: 14px;
  position: absolute;
  top: 15px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
.category-top-left:after,
.category-top-right:after {
  font-family: FontAwesome;
  text-decoration: :none;
  color: #f6f6f6;
  /* var gray */
  font-size: 36px;
  position: relative;
  top: -8px;
}
.category-top-left:after {
  content: '\f104';
}
.category-top-right:after {
  content: '\f105';
}
.category-top-left:after:hover,
.category-top-right:after:hover {
  color: #f1f1f1;
  /* var gray-light */
}
.category-top-left {
  left: 0;
  /*background: url(../image/mainmenucategory/arrow-left2.png) no-repeat;*/
}
.category-top-right {
  right: 0;
  /*background: url(../image/mainmenucategory/arrow-right2.png) no-repeat;*/
}
.category-top-left:hover,
.category-top-right:hover {
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
.category-top-left.disable,
.category-top-right.disable {
  opacity: 0;
  filter: alpha(opacity = 0);
  cursor: default;
}
/*#category-top:hover {overflow:visible;}*/
#category-top ul {
  margin: 0;
  padding: 0;
}
#category-top strong {
  display: none;
}
#category-top ul.ul-lev0 {
  height: 50px;
/*  text-align: center;*/
  letter-spacing: 0;
  font-size: 0;
  /* overflow: hidden; */ /*чтобы обрезать текст*/
  /*overflow-y:scroll;*/
  background: transparent;
}
#category-top ul.ul-lev0:hover {
  height: 50px;
}
#category-top .ul-lev0 li.li-lev0 {
  list-style: none;
  text-align: center;
  position: relative;
  margin-top: 6px;
  padding: 0px 10px 0px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  cursor:pointer;
}
#category-top .ul-lev0 li.li-lev0.show-li {
  display: inline-block;
  vertical-align: middle;
}
#category-top .ul-lev0 li sup {
    font-size:12px !important;
    color:#cacaca;
    /* var gray-dark */
    padding-left:3px;
}
#category-top .ul-lev0 li.li-lev0.show-li.first {
/*  border-left: 2px solid transparent;*/
}
/*#category-top .ul-lev0 li.li-lev0.show-li.first,
#category-top .ul-lev0 li.li-lev0.show-li.first .s-lev0 {
width:130px;
} */
#category-top .ul-lev0 li.li-lev0 .s-lev0 {
  display: table;
  height: 40px;
}
#category-top .ul-lev0 li.li-lev0 .info-lev0 {
  height: 40px;
  z-index: 100;
  position: relative;
}
#category-top .ul-lev0 a.a-lev0 {
  color: #ffffff;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  font-family: 'Acrom Bold';
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
#category-top .ul-lev1-wrap {
  visibility: hidden;
  position: absolute;
  left: 0.5%;
  top: 44px;
  height: auto;
  /*min-height: 500px;*/
  max-height: 800px;
  width: 98%;
  z-index: 1;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#category-top .ul-lev0 li.li-lev0.hover {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
#category-top .ul-lev0 li.li-lev0.hover + li {
}
#category-top .ul-lev0 li.li-lev0.hover a.a-lev0 {
  color: #ffffff;
}
#category-top .ul-lev0 li.li-lev0.hover.sub .line-lev0 {
  display: block;
}
#category-top .ul-lev0 li.hover .ul-lev1-wrap {
  visibility: visible;
  /*display: block;*/
  opacity: 1;
  filter: alpha(opacity = 100);
}
#category-top ul.ul-lev1 {
  background: #fff;
  display:table;
  border-top: 5px solid #b02923;
  padding: 0;
  float: left;
  width: 98%;
  text-align: left;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
}
#category-top .ul-lev1 li.li-lev1 {
  padding: 0 20px 10px;
  width: 90%;
  background: none;
  list-style: none;
  float: left;
}
.c-top-column {
  width: 25%;
  padding:15px 0;
  display:table-cell;
  vertical-align: top;
  /* var gray */
  box-sizing:border-box;
}
.c-top-column:last-child {
    border:none;
}

#category-top .ul-lev1 a,
.ul-lev1-title {
  color: #000;
  font-size: 14px;
  text-transform: none;
  text-align: left;
  width: initial;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-decoration: none;
}
#category-top .ul-lev1 a.a-lev1 {
  color: #000000;
  /* var base */
  font-family: 'Acrom Bold';
  text-transform: uppercase;
  line-height:16px;
}
#category-top .ul-lev1 a.a-lev1:hover {
    color: #b02923;
    /* var base-dark */
    text-decoration:none;
}
#category-top li.li-lev2 {
  list-style: none;
  padding: 0;
}
#category-top .s-lev2 {
  font-size: 14px;
  line-height:16px;
  display: block;
}
#category-top .s-lev2:before {
    content:'\f054';
    font-family:FontAwesome;
    font-size:9px;
    line-height:12px;
    color:#FFB133;
    /* var secondary */
    z-index:101;
    margin-right:5px;
}
#category-top .s-lev2 a.a-lev2 {
  font-size: 12px;
  line-height:14px;
  position: relative;
}
#category-top .ul-lev1 a:hover {
  color: #b02923;
  /* var base */
  text-decoration:underline;
}
#category-top ul.ul-lev2 {
  padding: 5px 0 0;
}
#category-top .ul-lev0 li.li-lev0:before {
    border-radius: 5px;
    top: -1px;
    left: 0;
    opacity: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transform: skew(-20deg) scale(0);
    -moz-transform: skew(-20deg) scale(0);
    -webkit-transform: skew(-20deg) scale(0);
    transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
}
#category-top .ul-lev0 li.li-lev0:before {
    background-color: #b02923;
}
#category-top .ul-lev0 li.li-lev0.hover:before {
    opacity: 1;
    transform: skew(-20deg) scale(1);
    -moz-transform: skew(-20deg) scale(1);
    -webkit-transform: skew(-20deg) scale(1);
}