

/* Start:/local/components/iek/form/templates/.default/style.css?17799778962037*/
.iek-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  max-width: 630px;
  width: 100%;
}

.iek-form .form-control:not(:placeholder-shown) + span {
  display: none;
}
.iek-form__submit-btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
  min-width: 220px;
  font-weight: 500;
  font-size: 20px;
}

.iek-form-panel {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.iek-form-result {
  padding: 20px;
  min-height: 150px;
  font-size: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.iek-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.iek-form-group--lg {
  gap: 24px;
}

@media (min-width: 1151px) {
  .iek-form textarea {
    min-height: 240px;
  }
  
  .iek-form .form-control-custom-placeholder,
  .iek-form .file-control__visible,
  .iek-form input.form-control {
    min-height: 56px;
  }
  .iek-form input.form-control {
    padding: 12px 13px;
  }
  .iek-form .form-checkbox__label,
  .iek-form .file-control__visible,
  .iek-form .form-control-custom-placeholder {
    font-size: 19px;
  }
}
@media (max-width: 1150px) {
  .iek-form {
    gap: 30px;
  }
  .iek-form__submit-btn {
    font-size: 18px;
  }
  .iek-form-group {
    gap: 10px;
  }
}

@media (max-width: 950px) {
  .iek-form {
    gap: 20px;
  }
  .iek-form-group {
    gap: 8px;
  }
}
@media screen and (max-width: 575.98px) {
  .iek-form__submit-btn {
    width: 100%;
  }
}

.iek-form .form-checkbox {
  position: relative;
}
.iek-form input[type="checkbox"] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.js-hide {
  display: none !important;
}

/* End */
/* /local/components/iek/form/templates/.default/style.css?17799778962037 */
