.page-contact{
  background: #f3f3f3;
  padding-bottom: 1px;
}

/* Banner*/
.page-banner{
  padding: 24px 0 0;
}

.page-banner__bg{
  height: 360px;
  border-radius: 22px;
  overflow: hidden;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page-banner__bg::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.25);
}

.page-banner__title{
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

/* Intro text centered */
.contact-intro{
  padding-top: 46px;
}

.contact-intro__text {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(35,31,32,.75);
    margin-bottom: 46px;
}

/* Form wrap centered like design */
.contact-form{
  padding-top: 38px;
}

.contact-form__wrap{
  max-width: 520px;
  margin: 0 auto;
}

/* CF7 base */
.contact-form__wrap .wpcf7{
  margin: 0;
}

.contact-form__wrap .wpcf7 form{
  margin: 0;
}

/* Label */
.contact-form__wrap label {
    display: block;
    margin: 0 0 29px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.0391em;
    color: rgba(35,31,32,.75);
}

/* Inputs */
.contact-form__wrap input[type="text"],
.contact-form__wrap input[type="email"],
.contact-form__wrap input[type="tel"],
.contact-form__wrap textarea{
  width: 100%;
  height: 44px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  outline: none;
  font-size: 16px;
  color: #231F20;
  margin-top: 8px;
}

.contact-form__wrap textarea{
  height: 160px;
  padding: 12px 14px;
  resize: vertical;
}

.contact-form__wrap .wpcf7-form p{
  margin: 0;
}

/* button */
.contact-form__wrap input[type="submit"] {
    height: 50px;
    padding: 0 70px;
    border: 0;
    border-radius: 8px;
    background: #D12329;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.0156em;
    text-transform: uppercase;
}

.contact-form__wrap .wpcf7-form p:last-child{
  margin-top: 6px;
}

/* messages */
.contact-form__wrap .wpcf7-response-output{
  margin: 0;
  color: #dc3232;
  border-color: #D12329 !important;
  text-align: center !important;
}

/* mobile */
@media (max-width: 768px){
  .page-banner__bg{ height: 260px; }
  .page-banner__title{ font-size: 28px; line-height: 28px; }

  .contact-intro{ padding-top: 26px; }
  .contact-form{ padding-top: 24px; }

  .contact-form__wrap{
    max-width: 100%;
  }

  .contact-form__wrap .wpcf7-form p:last-child{
    display: flex;
    justify-content: center;
  }
  
    .contact-form__wrap input[type="submit"]{
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
