.contact {
  position: relative;
  margin: 10.9375rem 0 9.375rem;
}
.contact .form {
  max-width: 34.5rem;
  width: 100%;
  margin: 0 auto;
}
.contact__bg {
  position: absolute;
  top: -10.9375rem;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.contact__container {
  padding: 1.25rem;
  position: relative;
  border-radius: 4rem;
  background-color: rgba(255, 0, 0, 0.1);
  backdrop-filter: blur(12.88px);
}
.contact__container::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 0.6px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 0, 0)), color-stop(68%, #ffffff), to(rgba(255, 0, 0, 0.36)));
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, #ffffff 68%, rgba(255, 0, 0, 0.36) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.contact__wrapper {
  position: relative;
  padding: 3.75rem;
  border-radius: 2.75rem;
  background-color: #070101;
}
.contact__wrapper::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 0, 0)), color-stop(68%, #ffffff), to(rgba(255, 0, 0, 0.36)));
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, #ffffff 68%, rgba(255, 0, 0, 0.36) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.contact__title {
  background: linear-gradient(115deg, #211 0%, #fb5036 7.83%, #fff 24.93%, #fff 75.41%, #fb5036 87.63%, #211 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.875rem;
}
.contact__text {
  max-width: 35.3125rem;
  width: 100%;
  margin: 0 auto 0.875rem;
  text-align: center;
}
.contact__text span {
  color: var(--white);
}
.contact__descr {
  margin-top: 1.25rem;
  text-align: center;
}
@media (max-width: 1440px) {
  .contact__bg img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .contact {
    margin: 130px 0;
  }
  .contact__bg {
    top: -110px;
    bottom: unset;
    height: 600px;
    max-width: 550px;
    margin: 0 auto;
  }
  .contact__container {
    padding: 12px;
    border-radius: 56px;
  }
  .contact__wrapper {
    padding: 48px 14px 64px;
  }
  .contact__text, .contact__descr {
    font-size: 13px;
  }
}
/*# sourceMappingURL=contact.css.map */