.navbar-menu-container {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}

.navbar-menu {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  min-height: 250px;
  background-color: white;
  z-index: 10000;
  border-bottom: 1px solid #d1d1d1;
}

.navbar-manu-item {

}

.navbar-manu-item_sub, .navbar-manu-item_sub2 {
  color: #757575!important;
}

.navbar-manu-item_sub:hover, .navbar-manu-item_sub2:hover {
  color: #000000!important;
}

.navbar-manu-item_sub {
  cursor: pointer;
  padding: 5px 20px;
}

.navbar-manu-item_sub.active {
  background-color: #f2f2f2e6;
  font-weight: 500;
  color: #000000!important;
}

.navbar-menu-item_sub-container {
  border-right: 1px solid #d1d1d1;
}