
.form-contact {
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-contact .-txt {
	width: 3em;
	text-align: center;
}

.form-contact .-line {
	height: 1px;
/*	background: rgba(255, 255, 255, 0.3);*/
/*	background: var(--form--color_swatch--body_text);*/
width: calc(40% - 2em);
}


.form-template {
	/* max-width: 533px; */
	display: block;
	margin: auto;
	margin-top: 52px;
	margin-left: 0;
	margin-right: 0;
}

.form-template label span {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
}

.form-template .wpcf7-text {
	padding: 6px 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	border-radius: 24px;
	transition: all .3s;
	height: 40px;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	width: 100%;
	border-color: var(--form--form_color--border_field);
}

.form-template .wpcf7-text:hover {
	background: rgba(255, 255, 255, 0.3);
}

#consent_label {
	margin-top: 14px;
}

#consent_label a {
	color: var(--form--text_color--text_link);
	text-decoration: underline;
}
#consent_label a:hover {
	color: var(--form--text_color--text_link_hover);
	text-decoration: underline;
}

.wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}

.form-template .wpcf7-list-item label span {
	font-size: 22px;
	font-weight: 400;
}

.wpcf7-spinner {
	margin: em auto;
	background:var(--form--button_color--button_color);
	display: block;
}

.form-template .wpcf7-submit {
	padding: 6px 65px;
	display: inline-block;
	background: var(--form--button_color--button_color);
	border-radius: 32px;
	color: var(--form--button_color--text_color);
	border: none;
	height: auto;
	line-height: 28px;
	font-size: 22px;
	font-weight: 500;
	box-sizing: border-box;
	width: auto;
	display: block;
	margin: auto;
	cursor: pointer;
	margin-top: 28px;
	transition: all 0.5s;
}

.wpcf7-submit:hover {
	background: var(--form--button_color--button_color_hover);
}

.wpcf7-not-valid-tip {
	display: inline-block;
	margin-right: 0.5em;
}

.form-template .wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.form-template .wpcf7-list-item input[type=checkbox] {
	display: inline-block;
	width: 1rem;
	margin-right: 0.2em;
/*	opacity: .5;*/
}

.wpcf7-list-item label {
	display: inline-block;
	margin: 0;
}

.form-template .wpcf7-text:focus {
	border: 2px solid #0ff;
	height: 40px;
	border-color: var(--form--form_color--border_field_focus);
}

.form-title {
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 56px;
	color: var(--form--color_swatch--heading_h2);
	-webkit-text-stroke: 1px var(--form--color_swatch--border_color_h2);
	text-shadow: 0px 1px 12px var(--form--color_swatch--border_color_h2);
	text-align: center;
}

.form-template .form-column-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 22px 16px;
}

/*-- Mobile Version --*/
@media (max-width: 1319px) {
	.form-template .form-column-2 {
		grid-template-columns: 1fr;
		grid-gap: 16px;
	}

	.form-template .wpcf7-text {
		width: 100%;
	}

	.form-column-2 label {
		width: 100%;
	}
}

#form select.wpcf7-form-control.wpcf7-select{
	border-radius: 24px;
	background-color: rgba(255, 255, 255, 0.1);
}
.form-template label > span {
	font-size: 22px;
	top: 2rem;
	line-height: 1.25;
	font-weight: 400;
}

#form select.wpcf7-form-control.wpcf7-select {
	border-width: 1px;
	border-color: var(--form--form_color--border_field,#fff);
	border-style: solid;
}

#form a.form-icon {
	color: var(--text-color);
}

#form .form-template :is(.wpcf7-text,.wpcf7-date),
#form select.wpcf7-form-control.wpcf7-select{
	background-color: var(--form--form_color--bg_field);
}

#form .form-template :is(.wpcf7-text,.wpcf7-date):focus{
	background-color: var(--form--form_color--bg_field_focus);
}
#form .form-template :is(.wpcf7-text,.wpcf7-date):hover{
	background-color: var(--form--form_color--bg_field_focus);
}
