.section-contact {
  padding-top: 0;
  padding-bottom: 0;
}
.section-contact__text {
  text-align: left;
  padding: 30px;
  margin-top: -41px;
  font-size: 18px;
  /*background-color: rgba(222, 224, 234, 0.25);*/
}
.section-contact__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}
.section-contact__address {
  margin-top: 19px;
  margin-bottom: 5px;
}
.section-contact__contact-wrapper {
  display: flex;
  width: 100%;
}
.section-contact__contact-list {
  width: 100%;
}
.section-contact__map-file {
  margin-bottom: 18px;
  width: 50%;
}
.section-contact__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-contact__phones {
  display: flex;
  justify-content: left;
  width: 100%;
  max-width: 650px;
  padding: 5px 0;
}
.section-contact__phone {
  padding: 0 14px;
  color: #999;
  text-transform: lowercase;
  font-weight: bold;
  text-align: left;
}
.section-contact__phone a {
  font-size: 18px;
  display: inline-block;
  color: #000;
  text-decoration: underline;
  padding: 2px;
  white-space: nowrap;
}
.section-contact__phone a:hover {
  text-decoration: none;
}
.section-contact__email a {
  display: inline-block;
  color: #05f;
  text-decoration: none;
  padding: 3px 0 3px 3px;
  text-decoration: underline;
}
.section-contact__email a:hover {
  text-decoration: none;
}
.section-contact__map iframe {
  background-color: #f4f6e8;
  display: block;
}
@media screen and (max-width: 768px) {
  .section-contact__map {
    display: none;
  }
  .section-contact__contact-wrapper {
    flex-direction: column;
  }
  .section-contact__map-file {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section-contact__phone:not(:last-child) {
    margin-bottom: 1em;
  }
}
