.categorydropdown {
  width: 100%;
}
.main-menu-category {
  height: 75px;
}
#category-brand {
  position: relative;
  z-index: 11;
  background: transparent;
  padding: 0 15px;
  margin-left: 250px;
}
.category-brand-left,
.category-brand-right {
  height: 32px;
  width: 14px;
  position: absolute;
  top: 23px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-brand-left {
  left: 20px;
  background: url(../image/mainmenucategory/arrow-left2.png) no-repeat;
}
.category-brand-right {
  right: 0;
  background: url(../image/mainmenucategory/arrow-right2.png) no-repeat;
}
.category-brand-left:hover,
.category-brand-right:hover {
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
.category-brand-left.disable,
.category-brand-right.disable {
  opacity: 0;
  filter: alpha(opacity = 0);
  cursor: default;
}
/*#category-brand:hover {overflow:visible;}*/
#category-brand ul {
  margin: 0;
  padding: 0;
}
#category-brand strong {
  display: none;
}
#category-brand ul.ul-lev0 {
  height: 57px;
  padding-top: 10px !important;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
  overflow: hidden;
  /*overflow-y:scroll;*/
  background: transparent;
}
#category-brand .ul-lev0 li.li-lev0 {
  list-style: none;
  text-align: center;
  width: 108px;
  padding: 4px 2px;
  opacity: 1;
  filter: alpha(opacity = 100);
  display: none;
}
#category-brand .ul-lev0 li.li-lev0.show-li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#category-brand .ul-lev0 li.li-lev0:hover {
  filter: saturate(350%);
  -webkit-filter: saturate(350%);
  -moz-filter: saturate(350%);
  -o-filter: saturate(350%);
  -ms-filter: saturate(350%);
}
#category-brand .ul-lev0 li.li-lev0.hover a.a-lev0 {
  color: #4c81d9;
  /* var base */
}
#category-dropdown {
  float: left;
  position: relative;
  z-index: 120;
}
.category-brands-name {
  color: #fff;
  background: #2b68cc;
  /* var base-dark */
  padding: 15px 15px 0;
  height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 15px;
  margin-left: 10px;
  float: left;
  position: relative;
  z-index: 10;
  max-width: 57px;
}
.category-brands-name a {
  background: transparent;
}
.category-dropdown-name {
  color: #fff;
  background: #2b68cc;
  /* var base-dark */
  padding: 21px 25px 0;
  height: 39px;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
}
.category-dropdown-name span {
  display: block;
  position: relative;
  /* background: url(../image/menu.png) no-repeat right top; */
  padding-right: 30px;
}
.category-dropdown-name span:after {
  content: '\f0c9';
  /* fa-bars   */
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  top: -2px;
  right: 0;
}
.category-dropdown-name:hover,
#category-dropdown:hover .category-dropdown-name,
.category-brands-name:hover {
  background: #2b68cc;
  /* var base-dark */
  opacity: 1;
  filter: alpha(opacity = 100);
}
.category-dropdown-list {
  background: #F5F5F5;
  position: absolute;
  left: 0;
  top: 60px;
  width: 250px;
  /* height:350px; */
  z-index: 101;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  max-height: 0;
  border: 1px solid #BEC7CE;
  border-top: none;
  border-bottom: none;
  overflow: hidden;
  /* overflow-y:auto; */
  /* overflow-x:hidden; */
  /* overflow:hidden; */
}
#category-dropdown:hover .category-dropdown-list {
  /* display:block; */
  max-height: 1800px;
  min-height: 300px;
  overflow: visible;
  border-bottom: 1px solid #BEC7CE;
}
#category-dropdown ul {
  padding: 0;
  margin: 0;
}
#category-dropdown .ul-lev0 {
  padding: 0;
}
#category-dropdown .ul-lev0 li.li-lev0 {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #cfcfcf;
  /* var gray-dark */
}
#category-dropdown .ul-lev0 li.li-lev0:hover > .info-lev0:after {
  position: absolute;
  height: 100%;
  width: 10px;
  background: #fff;
  right: -11px;
  top: -10px;
  content: ' ';
  z-index: 100;
  padding: 10px 0;
}
#category-dropdown .ul-lev0 li.li-lev0:last-child {
  border: none;
}
#category-dropdown .ul-lev0 li.li-lev0 > .info-lev0 {
  position: relative;
}
#category-dropdown .ul-lev0 li.li-lev0 a {
  color: #545454;
  /*var text-color */
  text-decoration: none;
  font-size: 14px;
  line-height: 110%;
  /* background: url(../image/arrow-product-right.png) no-repeat right center; */
  display: block;
  position: relative;
}
#category-dropdown .ul-lev0 li.li-lev0 > .info-lev0 > span > a:before {
  content: '\f105';
  /* fa-angle-right */
  color: #4c81d9;
  /* var base */
  font-size: 15px;
  line-height: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: center;
}
#category-dropdown .ul-lev0 li.li-lev0.no-sub > .info-lev0 > span > a:before {
    content: '';
    display: none;
}
#category-dropdown .ul-lev0 li.li-lev0:hover {
  background-color: #fff;
}
#category-dropdown .ul-lev0 li.li-lev0.no-sub:hover {
    border-right: 1px solid #cacaca;
    /* var gray-dark */
}
#category-dropdown .ul-lev0 li.li-lev0:hover > div > span > a {
  color: #4c81d9;
  /* var base */
}
#category-dropdown .ul-lev0 li.li-lev0:hover > div > span > a:before {
  color: #fff;
}

#category-dropdown .ul-lev1-wrap {
  box-shadow: 0 0 14px rgba(176, 176, 176, 0.6);
  border-top: 0;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  width: 850px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  height: 346px;
  min-height: 299px;
  border: 1px solid #cfcfcf;
  /* var gray-dark */
}
#category-dropdown .ul-lev0 li.li-lev0:first-child .ul-lev1-wrap {
  border-top-color: #fff;
}
#category-dropdown .ul-lev0 li.li-lev0:hover .ul-lev1-wrap {
  display: block;
}
#category-dropdown .ul-lev1 {
  padding: 0;
  display: table;
}
#category-dropdown .ul-lev1 li.li-lev1 {
  list-style: none;
  margin: 0 0 5px;
  padding: 5px 0;
  width: 250px;
  margin-right: 25px;
  float: left;
  /* margin-bottom:5px; */
  /* float:left; */
  /* border-bottom:1px solid #aaa; */
}
#category-dropdown .ul-lev1 li.li-lev1.sub > .info-lev1 > span > a {
  font-weight: 700;
}
#category-dropdown .c-top-column {
  width: 29%;
  padding: 5px 2%;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
#category-dropdown .c-top-column:after {
  border-right: 1px solid #cacaca;
  /* var gray-dark */
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: ' ';
}
#category-dropdown .c-top-column:last-child:after {
  border: none;
}
#category-dropdown .ul-lev1 li.li-lev1 a {
  color: #000;
  /* var text-color */
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  background: none;
  /* display:block; */
}
#category-dropdown .ul-lev1 li.li-lev1 a {
  /* font-weight: 700; */
}
#category-dropdown .ul-lev1 li.li-lev1 a sup {
  color: #4c81d9;
  /* var base */
  vertical-align: baseline;
}
#category-dropdown .ul-lev1 li.li-lev1 a:hover {
  color: #2b68cc;
  /* var base-dark */
}
#category-dropdown .ul-lev2 {
  padding: 10px 0;
}
#category-dropdown .ul-lev2 li.li-lev2 {
  list-style: none;
  padding: 1px 0;
  margin-left: 12px;
}
#category-dropdown .ul-lev2 li.li-lev2 a {
  color: #777;
  text-decoration: none;
  text-transform: none;
  border-bottom: none;
  font-weight: 400;
}
#category-dropdown .ul-lev2 li.li-lev2 a:hover {
  text-decoration: none;
  color: #2b68cc;
  /* var base-dark */
}


#categorydropdown-menu ul {
    padding: 0;
    margin: 0;
}
#categorydropdown-menu.ul-lev0 {
   font-size: 0; 
}
#categorydropdown-menu.ul-lev0 > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  letter-spacing: normal;    
}
#categorydropdown-menu.ul-lev0 > li:hover {
  background: #2b68cc;
  /* var base-dark */
}
#categorydropdown-menu.ul-lev0 > li a.a-lev0,
#categorydropdown-menu.ul-lev0 > li .s-lev0 {
  display: block;
  padding: 23px 15px 21px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
#categorydropdown-menu.ul-lev0 > li.submenu a.a-lev0,
#categorydropdown-menu.ul-lev0 > li.submenu .s-lev0 {
    padding-right: 40px;
}
#categorydropdown-menu.ul-lev0 > li.submenu a.a-lev0:after,
#categorydropdown-menu.ul-lev0 > li.submenu .s-lev0:after {
    content: '\f078';
    font-family: FontAwesome;
    color:#fff;
    font-size: 16px;
    position: absolute;
    top: 21px;
    right: 15px;
}
#categorydropdown-menu.ul-lev0 > li.submenu:hover a.a-lev0:after,
#categorydropdown-menu.ul-lev0 > li.submenu:hover .s-lev0:after {
    content: '\f077';
}


#categorydropdown-menu.ul-lev0 .ul-lev {
  text-align: left;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 120;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
#categorydropdown-menu.ul-lev0 > li:last-child .ul-lev {
    left: inherit;
    right: 0;
}
#categorydropdown-menu.ul-lev0 > li:nth-last-child(-n+3) li > .ul-lev {
    left: inherit;
    right: 101%;
}
#categorydropdown-menu.ul-lev0 li.submenu:hover > .ul-lev {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

#categorydropdown-menu .ul-lev1 li {
  padding: 0;
  display: block;
  position: relative;
}

#categorydropdown-menu .ul-lev1 li a,
#categorydropdown-menu .ul-lev1 li span {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
  background: #2b68cc;
  /* var base-dark */
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  text-decoration: none;
}
#categorydropdown-menu .ul-lev1 li:hover a {
  background: #2859aa;
  /* var base */
}


#categorydropdown-menu.ul-lev0 .ul-lev1 .ul-lev {
  top: 0;
  left: 101%;
  margin: 0 0 0 20px;
  background: #2b68cc;
  /* var base-dark */
}


/*стили первого уровня*/
.head-style2 #categorydropdown-menu > li {
  border-left: 1px solid #2b68cc;
  /* var base-dark */
}
.head-style2 #categorydropdown-menu > li:hover {
  border-left: 1px solid #4c81d9;
  /* var base */
}
.head-style2 #categorydropdown-menu > li:hover + li {
  border-left: 1px solid #4c81d9;
  /* var base */
}
.head-style2 #categorydropdown-menu > li:first-child {
  border: none;
}
.head-style3 #categorydropdown-menu > li:hover {
  box-shadow: inset 0 0 5px 2px #2354a6;
  /* var base-shadow */
}

/*стили подменю*/
.style2 #categorydropdown-menu ul {
  background: transparent;
  padding-top: 5px;
}
.style2 #categorydropdown-menu ul li {
  border-bottom: 1px solid #2b68cc;
  /* var base-dark */
  border-left: none;
}
.style2 #categorydropdown-menu ul li:last-child {
  border: none;
}
.style2 #categorydropdown-menu ul ul {
  padding-top: 0;
  padding-left: 2px;
}
.style2 #categorydropdown-menu ul ul li {
  margin-bottom: 0;
}
.style3 #categorydropdown-menu ul {
  background: transparent;
  padding-top: 2px;
}
.style3 #categorydropdown-menu ul li {
  margin-bottom: 2px;
}
.style3 #categorydropdown-menu ul ul {
  background: transparent;
  padding-left: 2px;
  padding-top: 0;
}
.style4 #categorydropdown-menu ul {
  background: transparent;
  padding-top: 5px;
}
.style4 #categorydropdown-menu ul li a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.style4 #categorydropdown-menu ul li {
  margin-bottom: 2px;
}
.style4 #categorydropdown-menu ul ul {
  background: transparent;
  padding-left: 2px;
  padding-top: 0;
}