.section__contacts {
  padding: 150px 0;
  position: relative;
}
.section__contacts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--color-black-50);
}
.section__contacts__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__contacts__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__contacts__container {
  position: relative;
  z-index: 2;
}
.section__contacts__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section__contats__title {
  padding-bottom: 16px;
  max-width: 80%;
}
.h1_mbr {
}
.section__contacts__inner {
  border-top: 2px solid #999999;
  padding-top: 64px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.footer__form {
}
.footer__form__fields {
}
.footer__form__field {
}
.required {
}
.footer__form__label {
}
.footer__form__input {
}
.footer__form__textarea {
}
.footer__form__bottom {
}
.footer__form__captcha {
}
.g-recaptcha {
}
.footer__form__btn {
}
.btn__primary {
}
.icon {
}
.section__contacts__info,.section__contacts__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section__contacts__info__title {
  color: var(--color-white);
}
.section__contacts__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-wrap: wrap;
}
.section__contacts__link {
  color: var(--color-white);
  font-size: var(--font-size-18);
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section__contacts__link .icon {
  width: 22px;
  height: 22px;
}
@media (max-width: 1280px) {
  .section__contacts {
    padding: 130px 0;
  }
  .section__contats__title {
    padding-bottom: 8px;
  }
  .section__contacts__inner {
    padding-top: 48px;
  }
  .section__contacts__link {
    font-size: var(--font-size-16);
  }
}
@media (max-width: 992px) {
  .section__contacts {
    padding: 115px 0;
  }
  .section__contats__title {
    padding-bottom: 0;
    max-width: none;
  }
  .section__contacts__inner {
    padding-top: 16px;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .section__contacts .section__contacts__form {
    border-top: 2px solid #999999;
    padding-top: 32px;
  }
  .section__contacts__link {
    font-size: var(--font-size-15);
  }
}
@media (max-width: 540px) {
  .section__contacts {
    padding: 80px 0;
  }
  .section__contacts__body {
    gap: 24px;
  }
  .section__contacts__inner {
    padding-top: 24px;
  }
  .section__contacts .section__contacts__form {
    padding-top: 24px;
  }
  .section__contacts__link {
    font-size: var(--font-size-14);
  }
}
