.form-block {
  margin: 75px 0;
}

.form-first .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-radius: 20px;
  background: var(--bg_fourthly);
}

.form-first .form-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 50px 0 50px 50px;
  width: 66%;
}

.form-first .form-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-first .form-title {
  color: var(--third);
}

.form-first .form-phones {
  margin-top: auto;
}

.form-first .form-phones_title {
  color: var(--secondary_text);
  margin-bottom: 30px;
}

.form-first .form-phones_phone {
  font-weight: 700;
  font-size: clamp(16px, calc(0.0025 * 100vw + 15.2px), 20px);
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--third);
  margin-bottom: 15px;
  display: block;
}

.form-first .form-phones_phone:last-child {
  margin-bottom: 0;
}

.form-first .form-callback {
  position: relative;
  width: 50%;
}

.form-first .form-callback_content {
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 20px;
}

.form-first .form-callback_content .form-input-row {
  margin-bottom: 10px;
}

.form-first .form-callback_content .form-input-submit {
  width: 100%;
}

.form-first .form-callback_content .form-privacy {
  margin-top: 15px;
  text-align: center;
  color: var(--secondary_text);
}

.form-first .form-callback_content .form-privacy a {
  color: var(--secondary_text);
  text-decoration: underline;
}

.form-first .form-callback_border {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--primary);
  border-radius: 30px;
}

.form-first .form-callback_fill {
  background-color: var(--bg_thirdly);
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  display: block;
  width: auto;
  height: auto;
  border-radius: 30px;
}

.form-first .form-desc {
  color: var(--secondary_text);
  margin-bottom: 30px;
  text-align: center;
  text-wrap: balance;
}

.form-first .form-image {
  width: 34%;
}

.form-first .form-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

@media (max-width: 1200px) {
  .form-first .form-wrapper {
    gap: 15px;
  }
  .form-first .form-holder {
    padding: 30px 0 30px 30px;
  }
  .form-first .form-callback_content {
    padding: 20px;
  }
}

@media (max-width: 992px) {
  .form-block {
    margin: 20px 0 !important;
  }
  .form-first .form-holder {
    padding: 20px;
    width: 100%;
  }
  .form-first .form-image {
    display: none;
  }
}

@media (max-width: 720px) {
  .form-first .form-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .form-first .form-content {
    width: 100%;
  }
  .form-first .form-title {
    text-align: center;
  }
  .form-first .form-phones_title {
    margin-bottom: 10px;
    text-align: center;
  }
  .form-first .form-phones_phone {
    text-align: center;
    margin-bottom: 5px;
  }
  .form-first .form-callback {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .form-first .form-holder {
    padding: 10px;
  }
  .form-first .form-callback_content {
    padding: 10px;
  }
}
/*# sourceMappingURL=block.css.map */