#form213979475 .t-form__inputsbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#form213979475 .t-form__inputsbox .t-input-group {
  width: 44%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: auto;
}

@media screen and (max-width: 670px) {
  #form213979475 .t-form__inputsbox .t-input-group {
    width: 100%;
    max-width: 470px;
  }
}

#form213979475 .t-form__inputsbox {
  width: 100%;
}

#form213979475 .t-input-block {
  width: 100%;
}

#form213979475 .t-input-group.t-input-group_cb {
  width: 100%;
}

#form213979475 .tn-form__submit {
  width: 100%;
}

#form213979475 .t-form__errorbox-middle {
  width: 100%;
}

#form213979475 .t-input-title {
  width: 100%;
  height: auto;
}