/* Инпут email - убираем паддинги и левую/верхнюю обводку */
.t-input[type="email"],
input[name="email"] {
    padding: 0 !important;
    border-top: none !important;
    border-left: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: white !important;
}

/* Белый placeholder */
input[name="email"]::placeholder {
    color: white !important;
    opacity: 1 !important;
}

input[name="email"]::-webkit-input-placeholder {
    color: white !important;
    opacity: 1 !important;
}

input[name="email"]::-moz-placeholder {
    color: white !important;
    opacity: 1 !important;
}

input[name="email"]:-ms-input-placeholder {
    color: white !important;
    opacity: 1 !important;
}

/* Текст чекбокса - базовые стили */
.t-checkbox__labeltext,
.t-checkbox__labeltext span,
.t-checkbox__labeltext span span {
    font-size: 12px !important;
    line-height: 10px !important;
    color: rgb(239, 234, 228) !important;
}

/* Адаптив для экранов до 640px - текст чекбокса 8px */
@media (max-width: 640px) {
    .t-checkbox__labeltext,
    .t-checkbox__labeltext span,
    .t-checkbox__labeltext span span {
        font-size: 8px !important;
        line-height: 8px !important;
    }
}

/* Прижимаем текст чекбокса к левому краю */
.t-input-group_cb,
.t-input-group_cb .t-input-block,
.t-checkbox__control,
.t-checkbox__labeltext {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.t-checkbox__labeltext {
    display: block !important;
    width: 100% !important;
}

/* Квадратик чекбокса - белый контур */
.t-checkbox__indicator {
    border: 1px solid white !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    margin-right: 10px !important;
}

/* Убираем отступы у формы */
.t-form__inputsbox {
    padding-left: 0 !important;
}

/* Убираем обводку у всех элементов формы */
.t-input,
.t-submit,
.t-input-block,
.t-input-group {
    outline: none !important;
    box-shadow: none !important;
}











#rec2234572451 {
    display: none !important;
}




