.uc-form .t-radio__wrapper,
.uc-form .t-radio__control{
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    flex-direction: row;
}
.uc-form .t-radio__control {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.uc-form .t-radio__indicator{
    margin-right: 0;
}
.uc-form .t-input-group .t-input-title,
.uc-form .t-input-group .t-descr,
.uc-form .t-input-group .t-input,
.uc-form .t-input-group .t-select{
    font-size:20px;
}
.uc-form .t-form__screen .t-form__screen-current-view {
    display: none!important;}
