.lithosphere {
  font-size: 18px;
}
@media (max-width: 767px) {
  .lithosphere {
    font-size: 12px;
    background-color: #ffffff;
  }
}

.asthenosphere .mutation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.asthenosphere .mutation.sight {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.asthenosphere h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: min(8.125vw, 104px);
}
@media (max-width: 767px) {
  .asthenosphere h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.asthenosphere .preamble {
  background: url(../images/preamble-secondary.jpg) no-repeat center/cover;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .asthenosphere .preamble {
    margin-bottom: 50px;
  }
}
.asthenosphere .preamble::before {
  content: "";
  display: block;
  padding-top: 29%;
}
@media (max-width: 767px) {
  .asthenosphere .preamble::before {
    padding-top: 36%;
  }
}
.asthenosphere .section-contact {
  max-width: 1280px;
  margin: 0 auto min(9.375vw, 120px);
}
.asthenosphere .section-contact .contact button {
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.asthenosphere .section-contact .contact button::-webkit-search-decoration {
  display: none;
}
.asthenosphere .section-contact .contact button::focus {
  outline-offset: -2px;
}
.asthenosphere .section-contact .contact table {
  width: 78.4375%;
  margin: 0 auto;
  color: #3B4043;
}
.asthenosphere .section-contact .contact table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding-bottom: 10px;
}
.asthenosphere .section-contact .contact table th, .asthenosphere .section-contact .contact table td {
  font-size: 16px;
  position: relative;
  vertical-align: top;
}
.asthenosphere .section-contact .contact table td input[type=text], .asthenosphere .section-contact .contact table td input[type=tel], .asthenosphere .section-contact .contact table td input[type=email], .asthenosphere .section-contact .contact table td textarea, .asthenosphere .section-contact .contact table td select {
  border: none;
  width: 100%;
  min-height: 60px;
  font-size: inherit;
  color: inherit;
  padding: 16px;
  background-color: #EFEFEF;
  outline: none;
  margin-bottom: 40px;
}
.asthenosphere .section-contact .contact table td textarea {
  font-family: inherit;
  margin-bottom: 60px;
}
.asthenosphere .section-contact .contact table .remark {
  font-size: 14px;
  color: #FF0000;
}
.asthenosphere .section-contact .contact table .submit {
  text-align: center;
}
.asthenosphere .section-contact .contact table .submit input {
  display: inline-block;
  width: 330px;
  height: 60px;
  font-family: inherit;
  font-size: inherit;
  color: #ffffff;
  background-color: #4C5255;
  border: none;
  margin-left: 66px;
}
@media (max-width: 767px) {
  .asthenosphere .section-contact .contact table {
    width: 100%;
  }
  .asthenosphere .section-contact .contact table td input[type=text], .asthenosphere .section-contact .contact table td input[type=tel], .asthenosphere .section-contact .contact table td input[type=email], .asthenosphere .section-contact .contact table td textarea, .asthenosphere .section-contact .contact table td select {
    min-height: unset;
    padding: 15px;
    margin-bottom: 20px;
  }
  .asthenosphere .section-contact .contact table td textarea {
    margin-bottom: 30px;
  }
  .asthenosphere .section-contact .contact table .submit input {
    height: 48px;
    width: 60%;
    margin: 0;
    margin-top: 30px;
    margin-left: 18%;
  }
  .asthenosphere .section-contact .contact table .submit .ajax-loader {
    display: block;
    margin: 8px auto 0;
  }
}
.asthenosphere .section-contact .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.asthenosphere .section-contact .wpcf7 form .wpcf7-response-output {
  width: 78.4375%;
  margin: 16px auto 0;
  padding: 1em;
  border: none;
  text-align: center;
  background-color: #790000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .asthenosphere .section-contact {
    max-width: unset;
    width: 90%;
    margin: 0 auto 90px;
  }
  .asthenosphere .section-contact .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
  }
  .asthenosphere .section-contact .wpcf7 form .wpcf7-response-output {
    width: 100%;
    margin: 16px auto 0;
    padding: 1em;
    border: none;
    text-align: center;
    background-color: #790000;
    color: #ffffff;
  }
}
