.contacts {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contacts__map iframe {
  width: 100%;
}

.contacts__content > div {
  margin-bottom: 0;
}

.contacts__content span {
  font-weight: 700;
  font-size: 21px;
  line-height: 120%;
}

.contacts__content h2:not(:first-of-type) {
  margin-top: 40px;
}

.contacts__content ul li {
  padding-left: 0;
  margin-bottom: 10px;
}

.info-page ul li::before {
  display: none;
}

@media (min-width: 1280px) {
  .contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }

  .contacts__map {
    flex: 0 0 770px;
  }

  .contacts__map iframe {
    height: 370px;
  }
}
