.catalog-wrapper {
  display: flex;
  gap: 15px;
  margin: 0;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .catalog-wrapper {
    flex-direction: column;
  }
}

#div_menu {
  margin-left: 15px;
  margin-top: 10px;
}

li.menu-header {
  text-align: center;
  min-width: 134px;
  border: 1px solid #aaa;
  border-bottom: none;
  padding: 5px 7px 7px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  background: #ccc;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: ACME_Bold;
}

.menu * {
  margin: 0;
  padding: 0;
}

ul.menu a {
  display: block;
  color: #000;
  text-decoration: none;
}

ul.menu li {
  position: relative;
  float: left;
  margin-right: 2px;
  clear: both;
}

ul.menu ul {
  position: absolute;
  top: 0;
  left: 149px;
  background: #d1d1d1;
  display: none;
  opacity: 0;
  list-style: none;
}

ul.menu ul li {
  position: relative;
  border: 1px solid #aaa;
  width: 148px;
  margin: 0 0 -1px 0;
}

ul.menu ul li a {
  display: block;
  padding: 3px 7px 5px;
  background-color: #d1d1d1;
}

ul.menu ul li a:hover {
  background-color: #c5c5c5;
}

ul.menu ul ul {
  left: 148px;
  top: -1px;
}

ul.menu .menulink {
  border: 1px solid #aaa;
  border-bottom: none;
  padding: 5px 7px 7px;
  font-weight: bold;
  background: #d1d1d1;
  width: 134px
}

ul.menu .menulink:hover, ul.menu .menu:hover {
  background: url(/img/menu/header_over.gif)
}

ul.menu .sub {
  background: #d1d1d1 url(/img/menu/arrow.gif) 136px 8px no-repeat
}
