.contacts-page {
  padding: 8rem 0;
  background-color: #f5f7f9;
}
.contacts-page-info {
  margin-bottom: 2.5rem;
}
.contacts-page-tel {
  display: block;
  margin-top: 1rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.15;
}
.contacts-page p {
  margin-top: 1rem;
  display: inline-block;
}
.contacts-page-link {
  /*margin-left: 13rem;*/
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  text-decoration-line: underline;
  transition: all 0.2s;
}
.contacts-page-link:hover, .contacts-page-link:focus {
  color: #80bb2e;
}
.contacts-page iframe {
  width: 90%;
  margin-left: 5%;
}