.contacts_page .contacts_wrap {
  display: flex;
  flex-wrap: wrap;
}
.contacts_page .contacts_wrap .contacts_left {
  font-size: 16px;
  width: 50%;
  color: #106c88;
}
@media (max-width: 768px) {
  .contacts_page .contacts_wrap .contacts_left {
    width: 100%;
    padding-bottom: 50px;
  }
}
.contacts_page .contacts_wrap .contacts_left a {
  text-decoration: none;
  color: #106c88;
}
.contacts_page .contacts_wrap .contacts_left h3 {
  font-size: 18px;
  font-weight: 500;
  color: #509fc4;
  padding-bottom: 15px;
}
.contacts_page .contacts_wrap .contacts_left ul {
  line-height: 1.5;
}
.contacts_page .contacts_wrap .contacts_left table {
  border-collapse: collapse;
}
.contacts_page .contacts_wrap .contacts_left table tr td {
  border: 1px solid rgba(10, 135, 64, 0.19);
  padding: 8px 10px;
  text-align: center;
}
.contacts_page .contacts_wrap .contacts_right {
  width: 50%;
}
@media (max-width: 768px) {
  .contacts_page .contacts_wrap .contacts_right {
    width: 100%;
  }
}
.contacts_page .contacts_wrap .contacts_right iframe {
  width: 100%;
}

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