/* Отступ между радио кнопками Tg и WhatsApp */

div.t-form__inputsbox > div.t-input-group.t-input-group_rd > div > div.t-radio__wrapper > fieldset {
    display: flex !important;
    justify-content: space-between !important;
}

/* Установка иконки почты */

div.t-form__inputsbox > div.t-input-group.t-input-group_em > div > input {
    background-image: url(https://static.tildacdn.com/tild3263-3231-4961-a436-626636633736/email.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    @media (min-width: 640px) {
    height: 60px !important;
    }
    @media (max-width: 640px) {
    background-position: left 10px center !important;
    background-size: 15px 15px !important;
    }
}
    
/* Установка иконки для поля name */
div.t-form__inputsbox > div.t-input-group.t-input-group_in > div > input {
    background-image: url(https://static.tildacdn.com/tild3163-6238-4533-b431-623632626638/user.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    @media (min-width: 640px) {
    height: 60px !important;
    }
    @media (max-width: 640px) {
    background-position: left 10px center !important;
    background-size: 15px 15px !important;
    }
}