/* Текст внутри input */
.t-input,
.t-input-phonemask,
.t-select,
.t-checkbox__labeltext,
.t-submit {
    letter-spacing: -1px !important;
}

/* Placeholder */
.t-input::placeholder,
.t-input-phonemask::placeholder {
    letter-spacing: -1px !important;
}

/* Select */
.t-select option {
    letter-spacing: -1px !important;
}

/* Код телефона +7 */
.t-input-phonemask__select-code {
    letter-spacing: -1px !important;
}