.image-form-block__container {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-form-block__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--head);
  opacity: 0.2;
}
.image-form-block__container .container {
  position: relative;
  z-index: 1;
}
.image-form-block__wrap {
  max-width: 590px;
  background: var(--card);
  border-radius: 2px 2px 0 0;
  padding: 50px;
}
.image-form-block__title {
  margin-bottom: 15px;
}
.image-form-block__subtitle {
  --color: var(--head);
}
.image-form-block .form {
  margin-top: 30px;
}
.image-form-block .form .form__input {
  margin-bottom: 10px;
}
.image-form-block .form .form__input input {
  --borderInput: var(--stroke);
}
.image-form-block .form .form__btn {
  width: 100%;
}
.image-form-block .form .form__btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
	.image-form-block__container {
        padding-top: 30px;
		padding-bottom: 30px;}
.image-form-block .form {
  margin-top: 15px;
}}
@media (max-width: 767px) {
	.image-form-block__container {
        padding-top: 20px;
		padding-bottom: 20px;}
.image-form-block__wrap {
  padding: 15px;
}}
/*# sourceMappingURL=block.css.map */