/* Текст внутри 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;
}

.js-successbox {
    letter-spacing: -1px !important;
}

#field-title_6877958474507,
#field-title_1782740300324 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
}

.t-descr_xs {
    font-size: 16px;
    line-height: 1.2;
}

@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
    #rec2426376811 .t-quiz__contact-form__header__descr {
        font-family: 'Inter', sans-serif !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        letter-spacing: -1px !important;
        line-height: 1.2 !important;
    }
}

#rec2426376811 .t-checkbox__control span,
#rec2426376811 .t-checkbox__control span a {
    letter-spacing: -1px !important;
}

#rec2426376811 .t-step-form__step.t-quiz__contact-form .t-input-title {
    letter-spacing: -1px !important;
}

@media screen and (max-width: 480px),
       (orientation: landscape) and (max-height: 480px) {
    .t-heading_xs {
        font-size: 26px !important;
        line-height: 1.1 !important;
    }
}

.t-quiz__consultant__msg-bubble {
    background-color: var(--consultant-msg-bubble-bg);
    border-radius: 20px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    max-width: 100%;
    padding: 10px 12px;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}