/* TODO: БЭМ */
.l4j-menu-icon {
  padding: 6px 9px !important;
}

.l4j-menu-icon__dash {
  width: 30px;
  height: 3px;
  background-color: #FF4D00; /* Рыжий */
  margin: 6px 0;
}

.l4j-main-menu {
  overflow: hidden;
  background-color: white;
  border-bottom: 1px solid #2E8B57; /* Зеленый */
}

.l4j-main-menu a {
  float: left;
  display: block;
  color: #8B00FF; /* Васильковый */
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
}

.l4j-main-menu a:hover {
  background-color: #ddd;
  color: #FF4D00; /* Рыжий */
}

.l4j-main-menu a.active {
  color: #FF4D00; /* Рыжий */
  font-weight: bold;
}

.l4j-main-menu .icon {
  display: none;
}

@media screen and (max-width: 1048px) {
  .l4j-main-menu a:not(:first-child) {
    display: none;
  }
  
  .l4j-main-menu a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1048px) {
  .l4j-main-menu.responsive {
    position: relative;
  }
  
  .l4j-main-menu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .l4j-main-menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
