.contact {
  border: 1px solid #ededed;
  max-width: 1180px;
  margin: 15px auto 55px auto;
  padding: 17px 52px 55px 48px;
}
.contact .row .title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.contact .row .text {
  font-size: 17px;
  line-height: 23px;
}
.contact .row .text label {
  font-weight: bold;
  margin-bottom: 0;
}
.contact .row .text label:first-of-type {
  margin-top: 12px;
}
.contact .row .text p {
  margin-bottom: 0;
}
.contact .row .text p:first-child {
  margin-bottom: 7px;
  margin-top: 5px;
}
.contact .row .text a {
  line-height: 18px;
  display: block;
  color: #ed1b24;
  margin-bottom: 7px;
}
.contact .row .col-md-4 {
  max-width: 330px;
}
.contact .row .col-md-8 {
  border-left: 1px solid #ededed;
  padding-left: 50px;
  max-width: 740px;
}
.contact .row .col-md-8 .mb17 {
  margin-bottom: 17px;
}
.contact .row .col-md-8 .row .col-md-6.pl33 {
  padding-left: 33px;
}
.contact .row .col-md-8 .row .col-md-6 label {
  display: block;
  font-size: 17px;
  color: #000;
  font-weight: normal;
}
.contact .row .col-md-8 .row .col-md-6 input[type="text"] {
  border: 0;
  width: 330px;
  height: 30px;
  margin-bottom: 8px;
  background: url(../img/input_w.png);
}
.contact .row .col-md-8 .row .col-md-6 textarea {
  border: 0;
  background: url(../img/textarea.png);
  height: 153px;
  resize: none;
  width: 330px;
}
.contact .row .col-md-8 .row .col-md-6 input[type="submit"] {
  width: 117px;
  height: 31px;
  line-height: 31px;
  color: #fff;
  border: 0;
  font-size: 14px;
  text-align: center;
  margin-left: 213px;
  position: relative;
  top: -22px;
  background: url(../img/btn.png);
}
.contact .row .col-md-8 .row .col-md-6 em {
  font-size: 11px;
  color: #000;
  padding-top: 28px;
  float: left;
  padding-left: 18px;
}
.contact .hr {
  margin-top: 32px;
  width: 100%;
  background: #c3c1c2;
  height: 3px;
  margin-bottom: 28px;
}
.contact .map iframe {
  width: 100%;
  min-height: 305px;
  border: 0;
}
@media (max-width: 1150px) {
  .contact {
    padding: 20px 15px;
  }
  .contact .row .col-md-8 .row .col-md-6 input[type="text"] {
    max-width: 100%;
  }
  .contact .row .col-md-8 .row .col-md-6 textarea {
    max-width: 100%;
  }
  .contact .row .col-md-8 .row .col-md-6 em {
    display: none;
  }
  .contact .row .col-md-8 .row .col-md-6 input[type="submit"] {
    top: 0;
    float: right;
  }
}
@media (max-width: 859px) {
  .contact .row .col-md-8  .col-md-6 {
    width: 100%;
  }
  .contact .row .col-md-8 .row .col-md-6.pl33 {
    padding-left: 0;
  }
  .contact .row .col-md-8 .row .col-md-6 input[type="submit"] {
    margin-left: 0;
    float: none;
  }
}
@media (max-width: 600px) {
  .contact .row .col-md-4,
  .contact .row .col-md-8 {
    width: 100%;
    max-width: inherit;
  }
  .contact .row .col-md-4 {
    text-align: center;
    margin-bottom: 10px;
  }
  .contact .row .col-md-8 {
    text-align: center;
    border-left: 0;
    padding-left: 0;
    width: 330px;
    margin-left: -165px;
    left: 50%;
    max-width: inherit;
  }
}
