.uc-quiz .t-img-select__text,
.uc-quiz .t-radio__control {
  font-size: 16px;
  font-weight: 400;
}

.uc-quiz .t835__btn-wrapper .t-btn:first-of-type {
  background-color: #f5f0e8 !important;
  color: #000000 !important;
}

.uc-quiz .t835 .t835__capture-form .t-input-group {
  width: 50%;
}

.uc-quiz .t835 .t835__capture-form .t-input {
  border-radius: 30px;
  border: 1px solid #D6D6D6 !important;
}

.uc-quiz .t835 .t835__capture-form .t-input input.t-input.t-input-phonemask {
  border: none !important;
}


/* доп настройки для моб */ 

@media screen and (max-width: 640px) {
  .uc-quiz .t-img-select__text,
  .uc-quiz .t-radio__control {
    font-size: 16px;
    font-weight: 400;
  }

  .uc-quiz .t835 .t835__capture-form .t-input-group {
    width: 100%;
  }

  .uc-quiz .t-img-select__control {
    width: calc(50% - 10px);
  }
}