#rec748709346 .t-form {
  max-width: 100%;
}

#rec748709346 .t-form__inputsbox {
  display: block;
}

#rec748709346 .t-input-group {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

#rec748709346 .t-input-block {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

#rec748709346 .t-input {
  display: block;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
  font-family: 'TildaSans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  outline: none;
}

#rec748709346 textarea.t-input {
  min-height: 102px;
  padding-top: 17px;
  resize: vertical;
}

#rec748709346 .t-input-error {
  min-height: 20px;
  margin-top: 5px;
  color: #ff0000;
  font-family: 'TildaSans', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

#rec748709346 .t-input-error:empty {
  display: none;
  min-height: 0;
  margin-top: 0;
}

#rec748709346 .t-form__submit {
  margin-top: 0;
}

#rec748709346 .t-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 60px;
  margin: 0;
  padding: 0 40px;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  font-family: 'TildaSans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

#rec748709346 .t-submit:disabled {
  cursor: default;
  opacity: 0.65;
}

#rec748709346 .t-form__successbox {
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 4px;
  background-color: #62c584;
  color: #ffffff;
}

#rec748709346 .t-form__errorbox-wrapper {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  background-color: #f95d51;
  color: #ffffff;
}

#rec748709346 .t-form__errorbox-text {
  margin: 0;
  padding: 0;
  list-style: none;
}

#rec748709346 .t718__form-bottom-text {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  #rec748709346 .t-submit {
    width: 100%;
  }
}
