#contactModal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 11%;
}
.contact-us-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.menu__list-header {
  display: flex;
  padding-left: 45px;
  gap: 25px;
}
.menu__list-itemBottom {
  display: flex;
}
.menu__list-headerWrap {
  display: flex;
}
.menu__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
}
.menu__list-itemPresale{
    display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
  color: #13FB80;
}
.menu__list-item-line {
  display: flex;
  width: 2px;
  height: 16px;
  background-color: #c4cbf5;
  border-radius: 2px;
  opacity: 20%;
}

.contact-us__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.contact-us__content-title {
  font-weight: 900;
  color: rgb(196, 203, 245);
  font-family: "Popins";
  font-size: 64px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-us__content-text {
  font-size: 14px;
  font-family: "Popins";
  font-weight: 400;
  color: rgb(196, 203, 245);
}

.contact__form {
  background: linear-gradient(to bottom, #243474 0%, #0f1434 100%);
  max-width: 100%;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #334679;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 28px;
  padding-top: 32px;
  padding-bottom: 32px;
  z-index: 1;
}
.contact-form-wrapepr {
  position: relative;
}
.contact__form-title {
  font-family: "Popins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #eaedff;
}
.contact__form-text {
  font-family: "Popins", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  color: rgba(196, 203, 245, 1);
}
.contact__form-input {
  display: flex;
  flex-direction: column;
}
.contact__form-capcha {
  display: visible;
}
.contact__form-input label {
  margin-left: 16px;
  margin-bottom: 8px;
}
.contact__form-input textarea {
  resize: none;
}
.contact-us_input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 43px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 16px;
}
.contact__form-input {
  width: 315px;
}
.contact__form-input input {
  padding: 16px 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 14px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
}

/* Основной контейнер */
.fake-recaptcha {
  display: inline-flex;
  align-items: center;
  background: #f9f9f9;
  border: 2px solid #ddd;
  border-radius: 4px;
  padding: 8px 14px;
  font-family: Roboto, Arial, sans-serif;
  cursor: pointer;
  user-select: none;
  width: 300px;
  box-sizing: border-box;
}

/* Чекбокс */
.recaptcha-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #707070;
  border-radius: 2px;
  margin-right: 12px;
  position: relative;
  background: white;
  transition: all 0.2s;
}

/* Галочка (появляется при активации) */
.recaptcha-checkmark {
  position: absolute;
  left: 2px;
  top: -3px;
  color: #0b8043;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.2s;
}

/* Текст */
.recaptcha-text {
  font-size: 14px;
  color: #222;
  font-weight: 500;
}

/* Логотип и ссылки */
.recaptcha-brand {
  margin-left: auto;
  text-align: right;
  font-size: 10px;
  color: #555;
  line-height: 1.2;
}

.recaptcha-links {
  display: flex;
  gap: 6px;
  margin-top: 2px;
}

.recaptcha-links a {
  color: #1a73e8;
  text-decoration: none;
}

/* Состояния */
.fake-recaptcha.checked .recaptcha-checkbox {
  border-color: #0b8043;
  background-color: #e6f4ea;
}

.fake-recaptcha.checked .recaptcha-checkmark {
  opacity: 1;
}

.fake-recaptcha:hover {
  background: #f1f1f1;
}

.contact__form-input textarea {
  padding: 12px 16px 118px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 14px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
}
.contact__form-button {
  background: linear-gradient(#253575 0%, #172662 100%);
  border-radius: 14px;
  width: fit-content;
  display: flex;
  border: none;
  cursor: pointer;
  box-shadow: 0 -14px 48px #28336f70, 0 16px 24px #00000025;

  position: relative;
}
.contact__form-button::before {
  content: "";

  position: absolute;
  z-index: -1;
  width: 100%;
  background: black;
  height: 100%;
  padding: 1px;
  border-radius: 14px;
  background: linear-gradient(to bottom, #334679 0%, #172661 100%);
  border: none;
}
.contact__button-wrapper {
  display: flex;
  align-items: center;
  padding: 11px 36px 11px 0px;
}
.button-text {
  color: #2ef2ff;
  text-transform: uppercase;
  font-family: "Popins", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-text.contact-us {
  margin-left: 20px;
}
.button-text.learn {
  margin-left: 16px;
  text-decoration: underline;
  padding-right: 0px;
  margin-right: -15px;
}
.button-text.contacts {
  margin-left: 24px;
}
.button-img {
  display: flex;
  align-items: center;
}
.form__bottom-captcha {
  cursor: pointer;
}
.contact-form__bottom {
  display: flex;
  max-width: 702px;
  width: 100%;
  gap: 28px;
  align-items: flex-end;
}
.contact__form__inputs {
  display: flex;
  gap: 28px;
}
.btn-telegram {
  text-decoration: underline;
}
.support-img {
  width: 130px;
  height: auto;
  position: fixed;
  right: 10px;
  z-index: 1000;
  bottom: 10px;
}
.support-img img {
  width: 100%;
}

@media (max-width: 1130px) {
  .menu__list-headerWrap {
    flex-direction: column;
  }
  .menu__list-itemBottom {
    flex-direction: column;
  }
  .menu__list-item-line {
    display: none;
  }
  .menu__list-header {
    gap: 0px;
    font-size: 32px;
    font-weight: 900;
    font-family: "Poppins";
    display: none;
  }
  .menu__list-item.En {
    font-size: 24px;
    font-weight: 900;
    font-family: "Poppins";
  }
}

@media screen and (max-width: 479px) {
  .contact-us__content {
    margin: 0 auto;
    width: 95%;
  }
  .contact-us-wrapper {
    flex-direction: column;
  }
  .contact-us__content-title {
    text-transform: none;
    font-size: 24px;
  }
  .contact__form__inputs {
    flex-direction: column;
  }
  .contact-form__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-us__form {
    width: 95%;
    display: flex;
    margin: 0 auto;
  }
  .contact__form {
    padding-left: 25px;
  }
  .contact_input-wrapper {
    gap: 30px;
  }
  #contactModal {
    padding-bottom: 10%;
  }
  .support-img {
    display: none;
  }
  /* .contact__form-capcha{
        margin-left: 80px;
    } */
}
