div.block-map-agents-branches > div.content {
  position: relative;
}
div.block-map-agents-branches > div.content > div.map {
  position: relative;
  z-index: 0;
  height: 890px;
}
div.block-map-agents-branches > div.content > div.search-results-container {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.icon-before.icon-mobile:before {
  content: "";
  display: inline-block;
  font-family: unset;
  background-image: url("../imgs/automobile.svg");
  background-size: 17px 17px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  margin-right: 25px;
}

/*# sourceMappingURL=map_agents_branches.map_block.css.map */
