.section-location {
  padding-top: 0;
  padding-bottom: 0;
}
.section-location__text {
  text-align: center;
  padding: 30px;
  margin-top: -41px;
  /*background-color: rgba(222, 224, 234, 0.25);*/
}
.section-location__title {
  margin-top: 0;
  margin-bottom: 16px;
}
.section-location__address {
  margin-bottom: 16px;
}
.section-location__map-file {
  margin-bottom: 18px;
}
.section-location__map-file a {
  background: url(../../../images/pdf.png) no-repeat 0 center;
  padding-left: 45px;
  line-height: 2.75;
  color: #e94347;
  text-decoration: none;
  display: inline-block;
}
.section-location__phones {
  border-top: solid 1px #999;
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.section-location__phone {
  padding: 0 14px;
  color: #999;
  text-transform: lowercase;
  font-weight: bold;
  text-align: center;
}
.section-location__phone a {
  font-size: 18px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 2px;
  white-space: nowrap;
}
.section-location__email a {
  background: url(../../../images/mail.png) no-repeat 0 3px;
  color: #05f;
  text-decoration: none;
  padding: 3px 0 3px 30px;
  display: inline-block;
}
.section-location__map iframe {
  background-color: #f4f6e8;
  display: block;
}
@media screen and (max-width: 768px) {
  .section-location__map {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .section-location__phones {
    flex-direction: column;
  }
  .section-location__phone:not(:last-child) {
    margin-bottom: 1em;
  }
}

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