.contact .contact-content {
  padding: 80px 150px;
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
}
.contact .contact-content .contact-left-part {
  width: calc(100% - 400px);
  padding-right: 55px;
  max-width: 800px;
}
.contact .contact-content .contact-left-part .input-row {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
}
.contact .contact-content .contact-left-part .input-row .input-group {
  width: 48%;
}
.contact .contact-content .contact-left-part .input-row .input-group span {
  color: red;
}
.contact .contact-content .contact-left-part .input-row .input-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 13px;
}
.contact .contact-content .contact-left-part .input-row .input-group input, .contact .contact-content .contact-left-part .input-row .input-group textarea {
  border-radius: 4px;
  border: 1px solid #ABB7CC;
  padding: 7px;
  font-size: 13px;
  width: 100%;
}
.contact .contact-content .contact-left-part .input-row .input-group input {
  height: 50px;
}
.contact .contact-content .contact-left-part .input-row .input-group textarea {
  height: 144px;
  resize: none;
}
.contact .contact-content .contact-left-part .input-row .maxWidth {
  width: 100%;
}
.contact .contact-content .contact-right-part {
  width: 505px;
}
.contact .contact-content .contact-right-part label {
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: 500;
}
.contact .contact-content .contact-right-part .map {
  width: 100%;
  height: 365px;
  margin-bottom: 33px;
}
.contact .contact-content .contact-right-part .info {
  display: flex;
  justify-content: space-between;
}
.contact .contact-content .contact-right-part .info .address, .contact .contact-content .contact-right-part .info .mail-phone {
  width: 48%;
}
.contact .contact-content .contact-right-part .info .address label, .contact .contact-content .contact-right-part .info .address span, .contact .contact-content .contact-right-part .info .mail-phone label, .contact .contact-content .contact-right-part .info .mail-phone span {
  margin-bottom: 10px;
  font-size: 12px;
}
.contact .contact-content .contact-right-part .info .address label, .contact .contact-content .contact-right-part .info .mail-phone label {
  font-weight: 500;
}

@media all and (max-width: 1500px) {
  .contact .contact-content {
    max-width: initial;
    padding: 80px 100px;
  }
}
@media all and (max-width: 1300px) {
  .contact .contact-content {
    padding: 80px 70px;
  }
}
@media all and (max-width: 1200px) {
  .contact .contact-content {
    max-width: 1000px;
    flex-direction: column-reverse;
  }
  .contact .contact-content .contact-left-part {
    width: 100%;
    padding-right: 0;
    max-width: initial;
  }
  .contact .contact-content .contact-right-part {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media all and (max-width: 700px) {
  .contact .contact-content {
    padding: 40px;
  }
}
@media all and (max-width: 500px) {
  .contact .contact-content .contact-left-part .input-row {
    margin: 0;
    flex-direction: column;
  }
  .contact .contact-content .contact-left-part .input-row .input-group {
    margin-bottom: 28px;
    width: 100%;
  }
  .contact .contact-content .contact-right-part .map {
    height: 325px;
  }
}
@media all and (max-width: 400px) {
  .contact .contact-content {
    padding: 20px;
  }
}

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