font.errortext {
	display: none;
}
.form-questions input.phone-mask {
	border: unset;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	background-color: #E6E6E6;
	color: #000000;
	padding: 19px 23px;
}
.submit-button input[type="submit"]{
	border-radius: 10px;
	background: #DA2B2B;
	border: none;
	font-weight: 600;
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding: 18px;
}
.submit-button {
	padding-top: 20px;
}
.submit-button input[type="submit"] {
	border-radius: 10px;
	background: #DA2B2B;
	border: none;
	font-weight: 600;
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding: 18px;
	cursor: pointer;
}