.page-template-template-contact_page .col-6.map iframe {
	height: auto !important;
	min-height: unset Im !important;
}

.page-template-template-contact_page .col-6.map {
	align-self: stretch;
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	overflow: hidden;
}

.page-template-template-contact_page .map {
	margin-top: 30px;
}

.page-template-template-contact_page .map iframe {
	width: 100%;
}

.page-template-template-contact_page .col_form br {
	display: none;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
	border: solid 1px #dddd;
	outline: none;
}

.wpcf7-form-control-wrap textarea {
	height: 7em;
}

.wpcf7-form {
	position: relative;
}

.wpcf7-form .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}

body .wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-top: 8px;
}

.wpcf7-submit {
	padding: .5em 2em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	background: var(--main_bgr);
	color: var(--main_bgr_txt);
}