/* Contacts page */

.contact_page {
  overflow: hidden;
}

.contact_hero {
  position: relative;
  overflow: hidden;
  background: #B4B4B4;
}

.contact_hero_decor {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.contact_hero_decor_1 {
  top: 0;
  left: 0;
}

.contact_hero_decor_2 {
  right: 0;
  bottom: 0;
}

.contact_hero_container {
  position: relative;
  display: grid;
}

.contact_hero_content {
  position: relative;
  z-index: 2;
  grid-area: 1 / 1;
  width: 760px;
  margin-left: 250px;
  padding-top: 41px;
  text-align: center;
}

.contact_hero_title {
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(90deg, #F5292A 0%, #8B0707 43%, #3F0101 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 56px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.12px;
  text-transform: uppercase;
}

.contact_hero_contacts {
  margin-top: 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.contact_hero_contact {
  display: block;
  color: #151515;
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -.3px;
}

.contact_hero_socials {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.contact_hero_social {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: block;
  line-height: 0;
}

.contact_hero_social img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.contact_hero_image {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  justify-self: end;
  align-self: end;
  right: calc((1320px - 100vw) / 2);
  width: auto;
  height: 500px;
  max-width: none;
  display: block;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}

/* Contact form */

.contact_form_section {
  position: relative;
  padding: 72px 0 88px;
  overflow: hidden;
  background: #151515;
  color: #fff;
}

.contact_form_section::before,
.contact_form_section::after {
  content: '';
  position: absolute;
  top: 66px;
  width: 520px;
  height: 690px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(245, 41, 42, .78) 0%, rgba(103, 41, 41, .54) 40%, rgba(103, 41, 41, 0) 72%);
  filter: blur(82px);
  opacity: .22;
  pointer-events: none;
}

.contact_form_section::before {
  left: -390px;
}

.contact_form_section::after {
  right: -390px;
}

.contact_form_section .container {
  position: relative;
  z-index: 1;
}

.contact_form_box {
  width: 680px;
  margin: 0 auto;
  padding: 18px 24px 16px;
  border: 3px solid #fff;
  border-radius: 38px;
  background: rgba(104, 95, 101, .92);
  box-shadow: inset 0 0 38px rgba(255, 255, 255, .04);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.contact_form_title {
  max-width: 590px;
  margin: 0 auto 18px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -.6px;
  text-align: center;
}

.contact_form,
.contact_form .wpcf7,
.contact_form .wpcf7-form,
.contact_form .fields_box,
.contact_form .submit_box {
  width: 100%;
}

.contact_form .wpcf7-form {
  margin: 0;
}

.contact_form .wpcf7-form p {
  margin: 0;
}

.contact_form .fields_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact_form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0;
}

.contact_form .wpcf7-form input[type="text"],
.contact_form .wpcf7-form input[type="tel"],
.contact_form .wpcf7-form input[type="email"],
.contact_form .wpcf7-form textarea {
  width: 100%;
  border: 1.5px solid #fff;
  border-radius: 14px;
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -.192px;
}

.contact_form .wpcf7-form input[type="text"],
.contact_form .wpcf7-form input[type="tel"],
.contact_form .wpcf7-form input[type="email"] {
  height: 52px;
  padding: 0 23px;
}

.contact_form .wpcf7-form textarea {
  height: 190px;
  min-height: 190px;
  padding: 18px 23px;
  resize: none;
}

.contact_form .wpcf7-form input::placeholder,
.contact_form .wpcf7-form textarea::placeholder {
  color: rgba(255, 255, 255, .72);
  opacity: 1;
}

.contact_form .submit_box {
  position: relative;
  margin-top: 10px;
}

.contact_form .wpcf7-submit {
  width: 100%;
  height: 52px;
  padding: 0 23px;
  border: 1.5px solid #fff;
  border-radius: 14px;
  display: block;
  color: #fff;
  background: #050505;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  cursor: pointer;
}

.contact_form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 18px;
  margin: 0;
  transform: translateY(-50%);
}

.contact_form .wpcf7-not-valid-tip {
  display: none;
}

.contact_form .wpcf7-response-output {
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1440px) {
  .contact_hero_decor_1 {
    width: 34.4444vw;
  }

  .contact_hero_decor_2 {
    width: 50.7639vw;
  }
}

@media (max-width: 1400px) {
  .contact_hero_content {
    width: 54.2857vw;
    margin-left: 17.8571vw;
    padding-top: 2.9286vw;
  }

  .contact_hero_title {
    font-size: 4vw;
    line-height: 4.2857vw;
    letter-spacing: -.08vw;
  }

  .contact_hero_contacts {
    margin-top: 3.3571vw;
    gap: .4286vw;
  }

  .contact_hero_contact {
    font-size: 1.7857vw;
    line-height: 2.2143vw;
    letter-spacing: -.0214vw;
  }

  .contact_hero_socials {
    margin-top: 1.2857vw;
    gap: .9286vw;
  }

  .contact_hero_social {
    flex-basis: 2.7143vw;
    width: 2.7143vw;
    height: 2.7143vw;
  }

  .contact_hero_image {
    right: -2.8571vw;
    height: 35.7143vw;
  }

  .contact_form_section {
    padding: 5.1429vw 0 6.2857vw;
  }

  .contact_form_section::before,
  .contact_form_section::after {
    top: 4.7143vw;
    width: 37.1429vw;
    height: 49.2857vw;
    filter: blur(5.8571vw);
  }

  .contact_form_section::before {
    left: -27.8571vw;
  }

  .contact_form_section::after {
    right: -27.8571vw;
  }

  .contact_form_box {
    width: 48.5714vw;
    padding: 1.2857vw 1.7143vw 1.1429vw;
    border-width: .2143vw;
    border-radius: 2.7143vw;
    box-shadow: inset 0 0 2.7143vw rgba(255, 255, 255, .04);
    -webkit-backdrop-filter: blur(1.2857vw);
    backdrop-filter: blur(1.2857vw);
  }

  .contact_form_title {
    max-width: 42.1429vw;
    margin-bottom: 1.2857vw;
    font-size: 2.1429vw;
    line-height: 2.4286vw;
    letter-spacing: -.0429vw;
  }

  .contact_form .fields_box {
    gap: .7143vw;
  }

  .contact_form .wpcf7-form input[type="text"],
  .contact_form .wpcf7-form input[type="tel"],
  .contact_form .wpcf7-form input[type="email"],
  .contact_form .wpcf7-form textarea {
    border-width: .1071vw;
    border-radius: 1vw;
    font-size: 1.1429vw;
    line-height: 1.7143vw;
    letter-spacing: -.0137vw;
  }

  .contact_form .wpcf7-form input[type="text"],
  .contact_form .wpcf7-form input[type="tel"],
  .contact_form .wpcf7-form input[type="email"] {
    height: 3.7143vw;
    padding: 0 1.6429vw;
  }

  .contact_form .wpcf7-form textarea {
    height: 13.5714vw;
    min-height: 13.5714vw;
    padding: 1.2857vw 1.6429vw;
  }

  .contact_form .submit_box {
    margin-top: .7143vw;
  }

  .contact_form .wpcf7-submit {
    height: 3.7143vw;
    padding: 0 1.6429vw;
    border-width: .1071vw;
    border-radius: 1vw;
    font-size: 1.0714vw;
    line-height: 3.4286vw;
  }

  .contact_form .wpcf7-spinner {
    right: 1.2857vw;
  }

  .contact_form .wpcf7-response-output {
    margin-top: .5714vw;
    font-size: .8571vw;
    line-height: 1.1429vw;
  }
}

@media (max-width: 768px) {
  .contact_hero .contact_hero_decor_1 {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: auto;
    transform: rotate(180deg) scaleX(-1);
    transform-origin: center center;
  }

  .contact_hero .contact_hero_decor_2 {
    display: none;
  }

  .contact_hero_container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .contact_hero_content {
    width: 100%;
    margin-left: 0;
    padding-top: 14.8718vw;
  }

  .contact_hero_title {
    font-size: 8.2051vw;
    line-height: 10.2564vw;
    letter-spacing: -.1641vw;
  }

  .contact_hero_contacts {
    margin-top: 5.641vw;
    gap: 1.2821vw;
  }

  .contact_hero_contact {
    max-width: 94.8718vw;
    font-size: 4.6154vw;
    line-height: 6.4103vw;
    letter-spacing: -.0462vw;
  }

  .contact_hero_socials {
    margin-top: 4.6154vw;
    gap: 4.1026vw;
  }

  .contact_hero_social {
    flex-basis: 10.2564vw;
    width: 10.2564vw;
    height: 10.2564vw;
  }

  .contact_hero_image {
    position: relative;
    grid-area: auto;
    justify-self: auto;
    align-self: auto;
    right: auto;
    width: 100vw;
    height: auto;
    max-height: none;
    margin-left: calc((100% - 100vw) / 2);
    object-fit: contain;
    object-position: center bottom;
  }

  .contact_form_section {
    padding: 10vw 0 28.2051vw;
  }

  .contact_form_section::before,
  .contact_form_section::after {
    top: 11.5385vw;
    width: 92.3077vw;
    height: 120.5128vw;
    filter: blur(15.3846vw);
    opacity: .17;
  }

  .contact_form_section::before {
    left: -76.9231vw;
  }

  .contact_form_section::after {
    right: -76.9231vw;
  }

  .contact_form_box {
    width: 93.8462vw;
    padding: 5.1282vw 2.5641vw 3.0769vw;
    border-width: .5128vw;
    border-radius: 4.6154vw;
    box-shadow: inset 0 0 9.7436vw rgba(255, 255, 255, .04);
    -webkit-backdrop-filter: blur(4.6154vw);
    backdrop-filter: blur(4.6154vw);
  }

  .contact_form_title {
    max-width: 82.0513vw;
    margin-bottom: 4.1026vw;
    font-size: 4.1026vw;
    line-height: 4.6154vw;
    letter-spacing: -.0821vw;
  }

  .contact_form .fields_box {
    gap: 2.0513vw;
  }

  .contact_form .wpcf7-form input[type="text"],
  .contact_form .wpcf7-form input[type="tel"],
  .contact_form .wpcf7-form input[type="email"],
  .contact_form .wpcf7-form textarea {
    border-width: .3846vw;
    border-radius: 3.5897vw;
    font-size: 3.0769vw;
    line-height: 4.1026vw;
    letter-spacing: -.0369vw;
  }

  .contact_form .wpcf7-form input[type="text"],
  .contact_form .wpcf7-form input[type="tel"],
  .contact_form .wpcf7-form input[type="email"] {
    height: 11.7949vw;
    padding: 0 4.1026vw;
  }

  .contact_form .wpcf7-form textarea {
    height: 33.8462vw;
    min-height: 33.8462vw;
    padding: 4.1026vw;
  }

  .contact_form .submit_box {
    margin-top: 2.0513vw;
  }

  .contact_form .wpcf7-submit {
    height: 11.7949vw;
    padding: 0 4.1026vw;
    border-width: .3846vw;
    border-radius: 3.5897vw;
    font-size: 2.5641vw;
    line-height: 11.0256vw;
  }

  .contact_form .wpcf7-spinner {
    right: 4.1026vw;
  }

  .contact_form .wpcf7-response-output {
    margin-top: 2.0513vw;
    font-size: 2.5641vw;
    line-height: 3.5897vw;
  }
}
