/**
 * Liliental — Маски полей форм
 *
 * The format hint shown while an e-mail field is focused is guidance, not
 * something the visitor typed, so it is rendered dimmer than the field's own
 * placeholder. Matches the .is-mask-hint treatment in jet-booking-form.
 */

input.is-mask-hint::placeholder {
	opacity: .45;
}

input.is-mask-hint::-webkit-input-placeholder {
	opacity: .45;
}

input.is-mask-hint::-moz-placeholder {
	opacity: .45;
}

input.is-mask-hint:-ms-input-placeholder {
	opacity: .45;
}
