.st, .t-input_bbonly, .t-input, .t-checkbox__labeltext{
transform: scaleX(0.9);
transform-origin: left;
}

.st-c{
transform: scaleX(0.9);
transform-origin: center;
}

.t-form .js-error-control-box .t-checkbox__control,
.t-form .js-error-control-box .t-checkboxes__wrapper,
.t-form .js-error-control-box .t-input:not(.t-input-phonemask):not(.t-input-ownanswer):not(.t-input__own-answer),
.t-form .js-error-control-box .t-radio__wrapper, .t-form .js-error-control-box .t-rate__wrapper, .t-form .js-error-control-box .t-select,
.t-form .js-error-control-box .uploadcare-widget {
    border: 1px solid rgb(255, 236, 2) !important;
}

.t-checkbox__control:before, .js-error-control-box, .t-radio__wrapper:before{
    border: none !important;
}

.t-input-error {
    color: #938a7e !IMPORTANT;
    font-family: 'tnr';
    transform: scaleX(0.9);
}

.t-form__errorbox-wrapper, .tn-form__errorbox-popup, .t-form__errorbox-item {
    color: #938a7e !IMPORTANT;
    background: #ffec02 !important;
    font-family: 'tnr';
    transform: scaleX(0.9);
}

.tn-form__errorbox-close{
    display: none;
}
