

/* Start:/bitrix/templates/temploid_protos_default/components/bitrix/form.result.new/form_with_bg/style.min.css?17163998102147*/
.form-with-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 100px 15px;
}
@media (max-width: 992px) {
  .form-with-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.form-with-bg:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 18.23%, rgba(0, 0, 0, 0.210427) 39.06%, rgba(0, 0, 0, 0.493) 63.54%);
  opacity: 0.5;
  z-index: 0;
}
.form-with-bg .message .errortext {
  color: red;
  background-color: #f2dede;
  border-radius: 1px;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 0.875em;
  display: block;
}
.form-with-bg .message .success,
.form-with-bg .message .notetext {
  color: green;
  background-color: #dff6dd;
  border-radius: 1px;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 0.875em;
  display: block;
}
.form-with-bg__container {
  background-color: #fff;
  padding: 10px;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.form-with-bg__content {
  border: 1px solid var(--border);
  padding: 60px 30px;
}
@media (max-width: 992px) {
  .form-with-bg__content {
    padding: 30px 15px;
  }
}
.form-with-bg__title {
  font-size: 2.5em;
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width: 992px) {
  .form-with-bg__title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}
.form-with-bg__fields {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .form-with-bg__fields {
    margin-bottom: 10px;
  }
}
.form-with-bg__fields input, .form-with-bg__fields select {
  width: 100%;
}
.form-with-bg__fields p {
  margin-bottom: 20px;
}
.form-with-bg__button {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .form-with-bg__button {
    flex-direction: column;
  }
}
.form-with-bg__button .policy {
  margin-bottom: 10px;
  font-size: 0.9em;
}

/*# sourceMappingURL=style.min.css.map */

/* End */
/* /bitrix/templates/temploid_protos_default/components/bitrix/form.result.new/form_with_bg/style.min.css?17163998102147 */
