.hd-m {
  display: none;
  height: 45px;
}

.hd-m .dealer {
  margin: 0;
  padding: 0;
}

.hd-m .dealer:before {
  display: none;
}

.hd-m__inner {
  display: flex;
  align-items: center;
  z-index: 999;
  width: 100%;
  transition: all 0.25s;
  border-bottom: 1px solid transparent;
}

.hd-m__cont {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  .hd-m {
    display: block;
  }
}
/*# sourceMappingURL=maps/hd-m.css.map */
