[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
}
.container--u-ie43q9p4n {
  background: none;
  box-shadow: none;
  padding: 30px 0 0;
}
.help .title {
  margin: 0;
}
.stages__header .title h2 {
  font-weight: normal;
  font: inherit;
  margin: 0;
}
.main-form__title {
  color: #000;
}
.main-form__title span {
  color: #000;
}
.main-form__body form .tpl-field .field-value .field-title {
  left: 0;
  font-weight: 500;
}
.main-form__body form .tpl-field .field-value input[type="text"], .main-form__body form .tpl-field .field-value input[type="email"], .main-form__body form .tpl-field .field-value input[type="phone"] {
  border-bottom-color: #9ACB44;
  color: #666;
  padding-left: 0;
}
.main-form__body form .tpl-field .field-value textarea:focus ~ .field-title {
  transform: none;
}
.main-form__body form .type-checkbox ul li label {
  display: inline-flex;
}
.main-form__body form .tpl-field {
  font-size: 14px;
}
.main-form__body form .tpl-field.tpl-field-upload {
  grid-row-start: 4;
  grid-row-end: 4;
  grid-column-start: 2;
  margin: 0 0 15px;
}
.main-form__body form .tpl-field.type-textarea .field-value .field-title {
  left: 12px;
}
.main-form__body form .tpl-field.type-textarea .field-value .field-title.focused {
  transform: none;
}
.main-form__body form .tpl-field.type-textarea .field-value textarea {
  padding: 37px 12px 20px;
}
.main-form__body form .tpl-field.type-checkbox {
  margin-top: 0;
  margin-bottom: 35px !important;
}
.main-form__body form .tpl-field.type-upload .field-value {
  display: flex;
  align-items: center;
}
.main-form__body form .tpl-field.type-upload .field-value .upload-button {
  order: -1;
  margin: 0 17px 0 0;
}
.main-form__body form .tpl-field.type-upload .progressBarStatus {
  display: none;
}
.main-form__body form .tpl-field.type-upload .progressContainer {
  display: flex;
  align-items: center;
}
.main-form__body form .tpl-field.type-upload .progressCancel {
  width: 10px;
  height: 10px;
  background: url(close2.svg) 50%/contain no-repeat;
  order: 1;
  opacity: 0.6;
}
.main-form__body form .tpl-field.type-upload .progressName {
  font-size: 14px;
  color: #666;
  line-height: 17px;
  text-decoration: underline;
  padding: 1px 0;
  margin: 0 10px 0 0;
}
.main-form__body form .tpl-field.type-upload .upload-progress:not(:empty) + .upload-button input[type="button"] {
  background-image: url(import2.svg);
  background-color: #9ACB44;
  color: #fff;
}
.main-form__body form .tpl-field .field-value input[type="button"] {
  border: 1px solid #9ACB44;
  width: 210px;
  height: 60px;
  color: #666;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  background: url(import.svg) 35px 50% no-repeat;
  padding: 0 30px 0 0;
  text-align: right;
}
.main-form__body form .tpl-field .field-value input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -moz-box-shadow: inset 0 0 0 50px #fff !important;
  box-shadow: inset 0 0 0 50px #fff !important;
}
.main-form__body .upload-button .upload-count {
  display: none;
}
.main-form__body form .tpl-field .field-value textarea {
  color: #666;
  font-size: 14px;
  border-color: #9ACB44;
  width: 100% !important;
}
.main-form__body form .type-checkbox ul li {
  margin: 0;
}
.main-form__body form .type-checkbox ul li label span {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border-color: #9ACB44;
}
.main-form__body form .type-checkbox ul li label input:checked + span {
  border-color: #9ACB44;
  background-color: #9ACB44;
}
.main-form__body form .type-checkbox ul li label {
  font-size: 14px;
}
.main-form__body form .type-checkbox ul li label a {
  color: #9ACB44;
}
.main-form__body form .tpl-field-button button {
  width: auto;
  min-width: 182px;
  height: auto;
  min-height: 58px;
  padding: 18px 32px;
  background: #9ACB44;
  box-shadow: none;
}
.main-form__body form .tpl-field-button button.disabled {
  background: #e6e6e6;
  opacity: 1;
}
.main-form__body form .tpl-field-button button:hover {
  box-shadow: none;
  background: #9ACB44;
}
@media (min-width: 640px) {
  .main-form__title {
    font-size: 40px;
  }
}
@media (max-width: 639px) {
  .main-form__body form .tpl-field.tpl-field-upload {
    margin-bottom: 35px;
  }
  .main-form__body form .tpl-field.type-textarea {
    margin-bottom: 30px !important;
  }
}
