.b-contact {
  background: #a7a9ac;
  padding-bottom: 50px;
  min-height: calc(100vh - 80px);
}

.b-contact__title {
  line-height: 1;
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .b-contact {
    padding: clamp(20px, 4vw, 40px) 0;
  }

  .b-contact .container {
    max-width: 1566px;
  }

  .b-contact__bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 46.4%;
    right: 50%;
    margin-right: -128px;
  }

  .b-contact__bg img {
    object-fit: cover;
  }

  .b-contact__inner {
    width: clamp(340px, 26vw, 420px);
  }

  .b-contact__form [data-tf-widget] {
    height: 670px !important;
  }

  .b-contact__parallax {
    right: 0;
    top: 30%;
    width: 260px;
  }

  .b-contact__parallax img {
    transform: translate(42%, 0);
  }
}

@media screen and (max-width: 1199px) {
  .b-contact__bg {
    margin-bottom: 40px;
  }

  .b-contact__inner {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }

  .b-contact__form [data-tf-widget] {
    height: 900px !important;
  }

  .b-contact__parallax {
    right: 0;
    top: 30%;
    width: 190px;
  }

  .b-contact__parallax img {
    transform: translate(52%, 0);
  }
}