body.lp_page header .introPhotoWrap {
  display: block;
  text-align: center;
}
body.lp_page header .introPhotoWrap img {
  max-width: 100%;
  right: auto !important;
}
body.lp_page header h1 {
  color: white;
  font-size: 3em;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  background: #e1382d;
  text-align: center;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body.lp_page header h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
body.lp_page .form-contact {
  background: #e3e3e3;
  padding: 15px;
  border-radius: 5px;
}
body.lp_page .form-contact .form-intro {
  margin-bottom: 10px;
}
body.lp_page .form-contact .form-intro p {
  color: #e1382d;
  font-size: 31px;
  line-height: 31px;
  text-align: left;
  padding: 15px 5px 10px;
  font-weight: 500;
}
body.lp_page .form-contact .errorReport {
  margin: 10px 0;
}
body.lp_page .form-contact .google-phone {
  color: #e1382d;
  text-align: center;
  font-size: 31px;
  font-weight: bold;
}
body.lp_page .form-contact .ao-form {
  background: none !important;
  padding: 0 !important;
}
body.lp_page .form-contact .ao-combo-block {
  line-height: 1;
}
body.lp_page .form-contact .ao-combo-block input {
  margin-right: 4px;
}
body.lp_page .form-contact .ao-richtext-block {
  line-height: 1;
}
body.lp_page .form-contact .ao-column-inner {
  background: transparent !important;
}
body.lp_page .form-contact .ao-input-block {
  display: flex;
  flex-direction: column;
}
body.lp_page .form-contact .ao-form-field {
  border: 1px solid #cccccc;
  border-radius: 4px;
  width: 100%;
  padding: 6px 12px;
}
body.lp_page .form-contact .ao-form-error-message {
  display: none;
}
body.lp_page .form-contact .ao-submit-block {
  margin-top: 15px;
  margin-bottom: 15px;
}
body.lp_page .quoteBlock {
  margin: 60px auto;
  background: #e3e3e3;
  border-radius: 5px;
  padding: 20px 10px 0;
}
body.lp_page .quoteBlock img {
  margin: 0 auto;
}
body.lp_page .quoteBlock h3 {
  font-size: 40px;
  margin-left: -17px;
}
body.lp_page .quoteBlock h3 span {
  font-size: 50px;
}
body.lp_page .quoteBlock h5 {
  color: #202020;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 880px) {
  body.lp_page .quoteBlock {
    padding: 20px 15px;
    margin: 40px auto 20px;
  }
  body.lp_page .quoteBlock h3 {
    margin-top: 0;
    font-size: 32px;
  }
  body.lp_page .quoteBlock h3 span {
    font-size: 32px;
  }
  body.lp_page .quoteBlock h5 {
    font-size: 15px;
  }
}
body.lp_page .productsBlock {
  margin: 0 auto 60px;
}
body.lp_page .productsBlock h2 {
  margin-bottom: 20px;
  color: #202020;
}
body.lp_page .productsBlock .border {
  border: 1px solid #e3e3e3;
}
body.lp_page .productsBlock .border img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
body.lp_page .productsBlock .border h3 {
  text-align: center;
}
body.lp_page .productsBlock .border h3 a {
  color: #202020;
}
body.lp_page .certificationsBlock {
  margin: 0 auto 60px;
}
@media (max-width: 991px) {
  body.lp_page .container {
    width: 100%;
  }
}
