.form-two-block {
  margin-bottom: 120px;
  max-height: 739px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1560px;
  width: 100%;
  margin: 0 auto 120px;
  padding: 0 15px;
  position: relative;
  border-radius: 30px;
  z-index: 1;
}

.form-two-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, var(--bg-primary-stroke) 40.36%, rgba(18, 19, 26, 0.4) 88.39%);
  transform: rotate(-180deg);
  z-index: -1;
  border-radius: 30px;
}

.form-two-block__wrap {
  padding: 60px;
  text-align: start;
  display: flex;
  gap: 100px;
  flex-direction: row;
  align-items: start;
}

@media (max-width: 450px) {
  

  .form-two-block__wrap .form_left_content_up {
    flex-direction: column !important;
    gap: 20px !important;
  }
}

.form-two-block__wrap .form_left_content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 30px;
  width: 100%;
  height: 100%;

  
  background:
    radial-gradient(69.75% 69.75% at 49.68% 0%, #1f202a 0%, #2c323e 100%) padding-box,
    linear-gradient(to bottom, #3E4054 0%, #2c323e 100%) border-box;

  border: 1px solid transparent;
  background-clip: padding-box, border-box;
}

.form-two-block__wrap .form_left_content_up {
  display: flex;
  flex-direction: row;
  gap: 100px;
  position: relative;
}

.form-two-block__wrap .form_left_content_up .icon_present {
  position: absolute;
  left: 170px;
  top: 5px;
}

.form-two-block__wrap .form_left_content_up .h3 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--text-primary-head);
  display: flex;
  align-items: center;
}

.form-two-block__wrap .form_left_content_down {
  display: flex;
  flex-direction: column;
}

.form-two-block__wrap .form_left_content_down .form.form-v2 button,
.form-two-block__wrap .form_left_content_down .form.form-v2 .btn {
  border-radius: 1000px;
  padding: 20px 20px;
  background: var(--colors-main);
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--text-primary-head);
}

.form-two-block__wrap .form_left_content_down .form__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.form-two-block__wrap .form_left_content_down .form__content input {
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 1000px;
  padding: 22px;
  width: 100%;
  height: 50px;
  background: rgba(250, 250, 250, 0.1);
}

.form-two-block__wrap .form_left_content_down .form__privacy {
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.form-two-block__wrap .form_left_content_down .form__privacy-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-primary-main);
}

.form-two-block__wrap .form_left_content_down .form__privacy-text a {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-primary-main);
}

.form-two-block__wrap .form_left_content_down .form__privacy input[type=checkbox] {
  border: 1px solid var(--text-primary-main);
  border-radius: 5px;
  padding: 4px;
  width: 24px;
  height: 24px;
  background: transparent;
}

.form-two-block__wrap .form_right {
  height: -webkit-fill-available;
  width: 100%;
  max-width: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.form-two-block__wrap .form_right .prime-card {
  border: 1px solid rgba(250, 250, 250, 0.1);
  border-radius: 30px;
  padding: 20px;
  width: 360px;
  height: 106px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: rgba(24, 25, 34, 0.01);
}

.form-two-block__wrap .form_right .prime-card .prime-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.form-two-block__wrap .form_right .prime-card .prime-content-wrapper img {
  width: 22px;
  height: 22px;
}

.form-two-block__wrap .form_right .prime-card .prime-content-wrapper .prime-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-primary-head);
}

.form-two-block__wrap .form_right .prime-card .prime-content-wrapper span {
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--text-primary-main);
  line-height: 140%;
  font-size: 16px;
}

.form-two-block__wrap .form_right .prime-card:nth-child(1),
.form-two-block__wrap .form_right .prime-card:nth-child(3) {
  margin-left: 258px;
}

.form-two-block__title {
  margin-bottom: 40px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--text-primary-head);
}

.form-two-block__subtitle {
  color: var(--main-text-secondary);
}

.form-two-block__form {
  margin-top: 40px;
  max-width: 750px;
}

.form-two-block__form .form-v2__row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.form-two-block__form .form-v2__input {
  flex: 1;
}

.form-two-block__form .form-v2__btn .btn {
  padding: 20px 59px;
  height: 100%;
}

.form-two-block__form .form-v2__privacy {
  color: var(--background);
}

.form-two-block__form .form-v2__privacy-link {
  color: var(--background);
}

@media (min-width: 992px) {
  .form-two-block__form .form-v2__privacy-link:hover {
    color: var(--primary);
  }
}

@media (max-width: 1350px) {
  .form-two-block__wrap {
    gap: 50px;
  }
}

@media (max-width: 1150px) {
  .form-two-block__title {
    font-size: 32px;
  }

  .form-two-block__wrap .form_right {
    gap: 100px;
    justify-content: center;
  }

  
}
@media (max-width: 1275px) {
 

  .form-two-block__wrap .form_right .prime-card:nth-child(1),
  .form-two-block__wrap .form_right .prime-card:nth-child(3) {
    margin-left: 60px;
  }
}
@media (max-width: 1075px) {
 

  .form-two-block__wrap .form_right .prime-card:nth-child(1),
  .form-two-block__wrap .form_right .prime-card:nth-child(3) {
    margin-left: 0px;
  }
}
@media (max-width: 1000px) {
  .form-two-block__wrap {
    padding: 30px;
  }

 
}

@media (max-width: 767px) {
  .form-two-block {
    padding: 60px 10px;
  }

  .form-two-block__title:not(:last-child) {
    margin-bottom: 10px;
  }

  .form-two-block__form {
    margin-top: 20px;
  }

  .form-two-block__form .form-v2__row {
    flex-wrap: wrap;
  }

  .form-two-block__form .form-v2__btn {
    flex: 0 0 100%;
  }

  .form-two-block__form .form-v2__btn .btn {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .form-two-block {
    padding: 0px !important;
  }

  .form-two-block__form .form-v2__row {
    flex-direction: column;
  }

  .form-two-block__form .form-v2__btn {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .form-two-block__wrap {
    padding: 20px 0px;
  }

  .form-two-block__wrap .form_left_content_up .img-form {
    width: 70%;
  }
}

/*# sourceMappingURL=block.css.map */