/* responsive */
.hero-phone__current {
  font-size: 36px;
  font-weight: 700;
  border: none;
  color: #ffffff;
  border-radius: 0;
  background-color: transparent;
  padding: 0 5px;
}
.hero-phone__current:before {
  content: "";
  background: #dd0707;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 400ms;
}
.hero-phone__current:hover, .hero-phone__current:focus {
  color: #ffffff;
  outline: none;
}
.hero-phone__current:hover:before, .hero-phone__current:focus:before {
  width: 100%;
}
.hero-phone__list {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
}

/*# sourceMappingURL=main.css.map*/