.pulse__menu {
  background: #351d4d;
}

.pulse__menu__a {
  color: white;
  text-decoration: none;
  padding: 2px 4px;
  display: block;
  text-align: center;
  font-size: 0.8rem;
  color: white;
}

.pulse__menu__right_border {
    padding-right: 7px;
}
@media (min-width: 520px) {
  .pulse__menu__right_border {
    border-right: 1px solid white;
  }
}

.pulse__menu__ul {
  display: flex;
  position: static;
  flex-direction: row;
  height: initial;
  /* justify-content: center; */
  list-style: none;
  align-items: center;
  justify-content: space-between;
}

.pulse__sub_menu__ul {
  display: flex;
  position: static;
  flex-direction: row;
  height: initial;
  /* justify-content: center; */
  list-style: none;
  align-items: center;
  justify-content: space-between;
}

.pulse__menu__ul li {
  padding: 7px 5px;
  display: block;
}

.pulse__menu__ul li.pulse__sub_menu__ul__secondary_li {
  display: none;
}

@media (min-width: 520px) {
  .pulse__menu__ul li.pulse__sub_menu__ul__secondary_li {
    display: block;
  }
}

.pulse__menu__catalog_category {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  border: solid 0px white;
  padding: 6px;
  color: black;
  margin-left: 10px;
  background-color: var(--secondaryColor);
  border-radius: 5px;
}

@media (min-width: 800px) {
  .pulse__menu__a {
    padding: 2px 20px;
  }

  .pulse__menu__ul li {
    padding: 7px 5px;
    display: block;
  }

  .pulse__menu__a {
    font-size: 1rem;
  }
}
