@import "reset.min.css";
body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

header {
  height: 80px;
}
header .phone_link {
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  color: #252525;
  text-decoration: none;
}

.title {
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.title_bottom {
  font-size: 23px;
}
.title_top {
  font-size: 40px;
}
@media (max-width: 960px) {
  .title {
    font-size: 30px;
  }
  .title_top {
    font-size: 30px;
  }
}

.red {
  color: #EB5757;
}

.gray {
  color: #808997;
}

.link_app {
  display: flex;
  justify-content: space-evenly;
}
.link_app-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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