.block-contact-form {
  z-index: 1;
  padding-top: 40px;
  position: relative;
  margin-bottom: 40px;
}
.block-contact-form h2 {
  margin-bottom: 12px;
  text-transform: uppercase;
}
.block-contact-form h2 ~ p {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .block-contact-form h2 ~ p {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .block-contact-form h2 {
    margin-bottom: 25px;
  }
}
.block-contact-form .contact-form {
  max-width: 1004px;
  margin-left: auto;
  margin-right: auto;
}
.block-contact-form .contact-form .form-group {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .block-contact-form .contact-form .form-group {
    margin-bottom: 30px;
  }
}
.block-contact-form .contact-form .btn {
  width: 100%;
  margin-top: 5px;
}
@media screen and (min-width: 576px) {
  .block-contact-form .contact-form .btn {
    max-width: 228px;
  }
}
@media screen and (min-width: 992px) {
  .block-contact-form .contact-form .btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .block-contact-form {
    padding-top: 89px;
    margin-bottom: 80px;
  }
}
.page-contact-us .text-grey {
  color: #637185;
}
.page-contact-us .page-top-banner {
  z-index: 1;
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-contact-us .page-top-banner {
    padding-top: 79px;
  }
}
.page-contact-us .content-wrapper h1 {
  margin-bottom: 30px;
}
.page-contact-us .content-wrapper p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 34px;
}
.page-contact-us .content-wrapper .btn {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .page-contact-us .content-wrapper .btn {
    max-width: 228px;
  }
}
.page-contact-us .img-wrapper img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) and (max-width: 1199.9px) {
  .page-contact-us .img-wrapper {
    max-width: 400px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1700.9px) {
  .page-contact-us .img-wrapper {
    max-width: 480px;
  }
}
.page-contact-us .bg-inclined-top {
  overflow: hidden;
  margin-top: 40px;
  padding-top: 60px;
  position: relative;
  background-image: linear-gradient(180deg, #F7F7F7, #FFFFFF);
}
.page-contact-us .bg-inclined-top:before {
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 100vw solid white;
  border-top: 0 solid transparent;
  border-bottom: 60px solid transparent;
}
@media screen and (min-width: 768px) {
  .page-contact-us .bg-inclined-top:before {
    border-bottom: 145px solid transparent;
  }
}
@media screen and (min-width: 768px) {
  .page-contact-us .bg-inclined-top {
    padding-top: 145px;
  }
}
