.section-contact {
	margin: 0 0 35px;
}
.section-contact h2 {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #1e5191;
	margin-top: 0;
	margin-bottom: 0;
}
.section-contact .form-subtitle {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #1e5191;
	margin-top: 0;
	margin-bottom: 0;
}
.section-contact .contact-form {
	margin-top: 20px;
}
.mlr-15 {
	margin-left: 15px;
	margin-right: 15px;
}
.form-row {
	display: flex;
	justify-content: space-between;
}
.form-col {
	flex: 1;
}
.form-col--bigger {
	flex-basis: 60%;
	max-width: 60%;
}
.form-col:first-of-type {
	margin-right: 16px;
}
.form-row.mb-30 {
	margin-bottom: 30px;
}
.form-col--tel {
	display: flex;
}
.form-col--tel .jcf-unselectable {
	border: 1px solid #7a8691;
	border-radius: 5px;
	/*modified 2022.04.22 max-width: 44px;*/
	max-width: 80px;
	margin-right: 5px;
	/*modified 2022.05.03 
	height: 100%;
	*/
	background-color: #C8C8C8;
}
.form-col--tel .jcf-select-text {
	width: calc(100% - 13px);
	    border-radius: 5px 0px 0px 5px;
	margin: 0;
	display: flex;
	height: 100%;
	align-items: center;
	background-color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #5c5c5c;
	padding-left: 3px;
}

.form-col--tel .jcf-select-opener {
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
}
.section-contact input {
	border: 1px solid #7a8691;
	border-radius: 5px;
	padding: 12px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #5c5c5c;
	width: 100%;
}
.grey-form {
	background-color: rgb(233, 236, 241);
	padding: 16px 16px 45px 16px;
	margin-top: 40px;
}
.input-title {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #0c0c0c;
	margin-top: 8px;
	margin-bottom: 8px;
}
.input-subtitle {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	color: #1f1f1f;
	margin-bottom: 10px;
}
.form-col--half {
	/* modified 2022-05-04
	flex-basis: 445px;
	max-width: 445px;
	*/
	flex-basis: 600px;
	max-width: 600px;
}
.form-col--half:first-of-type {
	margin-right: 20px;
}
.form-col--half .jcf-unselectable {
	border: 1px solid #7a8691;
	border-radius: 5px;
}
.form-col--half .jcf-select-opener:before {
	border: none;
	background-repeat: no-repeat;
	background-image: url(../img/select-arrows.png);
	background-size: 10px 15px;
	width: 10px;
	height: 15px;
}
.form-col--half label {
	display: block;
	font-family: "Roboto", sans-serif;
	/* modified 2022.05.17
	font-size: 16px;*/
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #0d0d0d;
	margin-bottom: 13px;
	margin-top: 22px;
}

.form-col--half input::-webkit-outer-spin-button,
.form-col--half input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.form-col--half input[type="number"] {
	-moz-appearance: textfield; /* Firefox */
}
.form-subnote {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #5f5f5f;
	margin-top: 8px;
}
.form-justify-bottom {
	display: flex;
	flex-direction: column;
	/* modified 28.05.2022 margin-top: auto; */
	margin-top: 0px;
}
input.no-label {
	margin-top: 54px;
}
.textarea-row .count-char {
	display: block;
	margin-top: 6px;
	text-align: right;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
	color: #5f5f5f;
}
.textarea-row .input-title {
	margin-bottom: 4px;
}
.textarea-row {
	margin-top: 25px;
}
.textarea-row textarea {
	border: 1px solid #7a8691;
	border-radius: 5px;
	padding: 12px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #5c5c5c;
	width: 100%;
	height: 75px;
	resize: none;
}
.form-checkbox {
	margin-top: 15px;
	margin-bottom: 25px;
	/* modified 2022.05.03
	display: flex;
	*/
    align-items: center;
}
.form-checkbox label {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 0;
	margin-left: 8px;
}
.form-checkbox label a {
	color: #ef6436;
}
.form-checkbox .jcf-checkbox {
	/* modified 2022.04.22
	width: 9px;
	height: 9px;
	*/
	width: 11px;
	height: 11px;
	border: 1px solid #0e0e0e;
}
.form-checkbox .jcf-checkbox span {
	margin: -3px 0 0 -3px;
}
.contact-form .obbligatori {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #1f1f1f;
	margin-top: 13px;
}
.contact-form input[type="submit"] {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #ffffff;
	background-color: #ef6436;
	border-radius: 5px;
	width: fit-content;
	width: -webkit-fit-content;
	padding: 15px 40px;
	border: none;
}

/*added 2022-04-22*/
.label-error{
	font-size: 11px;
	color: #ff0033
}
/*end added 2022-04-22*/

@media only screen and (max-width: 992px) {
	.form-row {
		flex-direction: column;
	}
	.form-col--bigger {
		flex-basis: 100%;
		max-width: 100%;
	}
	.form-row .form-col:first-of-type,
	.form-row.mb-30 {
		margin-bottom: 16px;
	}
	.form-col--tel .jcf-unselectable {
		height: 42px;
	}
	.form-col:first-of-type {
		margin-right: 0;
	}
	.mlr-15 {
		margin-left: 0;
		margin-right: 0;
	}
	.grey-form {
		margin-top: 22px;
		margin-left: -15px;
		margin-right: -15px;
		padding: 20px 15px 32px 15px;
	}
	.form-col--half:first-of-type {
		margin-right: 0;
	}
	.form-col--half {
		flex-basis: unset;
		max-width: unset;
		margin-bottom: 26px;
	}
	.input-title.d-sm-none {
		display: none;
	}
	
	.form-col--half label {
		display: none;
	}
	
	.form-subnote.d-sm-none {
		display: none;
	}
	.form-subnote {
		font-size: 11px;
		line-height: 13px;
	}
	.form-subnote br {
		display: none;
	}
	input.no-label {
		margin-top: 0;
	}
	.textarea-row {
		margin-top: 0;
	}
	.section-contact .contact-form {
		margin-top: 10px;
	}
	.section-contact .form-subtitle {
		margin-bottom: 16px;
	}

	.textarea-row .input-title {
		font-size: 16px;
		line-height: 20px;
	}
	.contact-form .obbligatori {
		margin-top: 40px;
	}
	.contact-form input[type="submit"] {
		margin-top: 30px;
	}
	.section-contact{
		margin: 0 0 20px;
	}
}

@media only screen and (max-width: 500px) {
}
