._hide {
  display: none;
}

.nav .menu__item > a {
  z-index: 10;
}

.menu__item .root-item:focus {
  background-color: #29aae3;
}

.nav .menu__item .menu__item-open-submenu {
  z-index: 20;
}

.menu__item_child a {
  color: #3e3739 !important;
  background-color: #f7f7f7 !important;
}

.menu__item_child a:hover {
  background-color: #00b2dc !important;
  color: #fff !important;
}

.nav .menu__item.active > a {
  background-color: #f8931f !important;
}

.menu__item-open-submenu {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  padding: 10px 15px;
}