.contact-block {
  background: #B4A5FA;
}
.contact-block .bg-conntact-home {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 935px;
  height: 100%;
  background: url(../images/bg-contact-home.png) no-repeat;
  background-size: 100% 100%;
}
.contact-block .text-box {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  height: 130px;
}
.contact-block .text-box .title-contact-block {
  color: #999999;
  font-size: 32px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.contact-block .text-box .title-contact-block:before {
  content: "";
  width: 40px;
  height: 2px;
  display: inline-block;
  background: #C80A0A;
  margin-right: 15px;
  position: absolute;
  bottom: -20px;
}
.contact-block .text-box .title-contact-block .red {
  color: #EB2D4B;
}
.contact-block .text-box .title-contact-block .blue {
  color: #141ED2;
}
.contact-block .text-box .sub-title-contact {
  font-size: 24px;
  color: #fff;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 40px;
}
.contact-block .text-box .summary-contact {
  color: #999999;
}

.z-index-new {
  z-index: 11;
}

.contact_form {
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
}
.contact_form .title-right-contact {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}
.contact_form input[type=text], .contact_form input[type=email] {
  width: 100%;
  border-radius: 2px;
  height: 40px;
  border: none;
  background: #F9F9FA;
  padding: 14px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .contact_form input[type=text], .contact_form input[type=email] {
    border: 1px solid #ddd;
  }
}
.contact_form select {
  height: 40px;
  margin-bottom: 10px;
}
.contact_form textarea {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  background: #F9F9FA;
  border: none;
}
.contact_form input[type=submit] {
  text-align: center;
  color: #fff;
  background: #EB2D4B;
  padding: 10px 60px;
  border: none;
  border-radius: 2px;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  font-size: 13px;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .contact-block {
    padding: 20px 0px;
  }
  .contact-block .text-box {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    height: unset;
  }
  .contact-block .text-box .title-contact-block {
    padding-top: 15px;
    text-align: center;
    margin-right: 0;
    justify-content: center;
  }
  .contact-block .bg-conntact-home {
    height: 100%;
    width: 100%;
  }
  .contact-block .contact_form {
    padding: 20px;
  }
}

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