.custom-contacts {
  padding: 70px;
}
.custom-contacts a {
  color: #226695;
}
.custom-contacts h1 {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 60px;
}
.custom-contacts .map-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  background-color: #226695;
  margin-bottom: 3px;
}
.custom-contacts .address p {
  margin-bottom: 80px;
}
.custom-contacts .address p:last-child {
  margin-bottom: 0;
}
.custom-contacts .sticky-map {
  top: 100px;
}
.custom-contacts .sticky-map #map {
  height: 450px;
}
@media (max-width: 767px) {
  .custom-contacts .sticky-map #map {
    height: 250px;
    margin-bottom: 40px;
  }
}
.custom-contacts .sticky-map #map .custom-marker div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #fff;
  border-radius: 50%;
  background-color: #226695;
  margin-bottom: 3px;
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  .custom-contacts {
    padding: 50px;
  }
  .custom-contacts h1 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .custom-contacts .address {
    font-size: 16px;
  }
  .custom-contacts .address p {
    margin-bottom: 50px;
  }
  .custom-contacts #map {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .custom-contacts {
    padding: 20px;
  }
  .custom-contacts h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .custom-contacts .address p {
    margin-bottom: 40px;
  }
}

#contact-form .title {
  line-height: 1.2;
}
#contact-form .telephone {
  position: absolute;
  left: -9999px;
}/*# sourceMappingURL=custom_contatti.css.map */