.contact_right_form input.wpcf7-form-control,
.contact_right_form textarea.wpcf7-form-control {
	padding-left: 45px;
}

.contact_right_form span.wpcf7-form-control-wrap:before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 11px;
	left: 16px;
}

.contact_right_form [data-name='message']:before {
	background: url('/wp-content/uploads/2023/03/message.svg');
}

.contact_right_form [data-name='your-email']:before {
	background: url('/wp-content/uploads/2023/03/email.svg');
}

.contact_right_form [data-name='your-phone']:before {
	background: url('/wp-content/uploads/2023/03/phone_number.svg');
}

.contact_right_form [data-name='full-name']:before {
	background: url('/wp-content/uploads/2023/03/full_name.svg');
}

.contact_cover {
	position: relative;
	padding: 80px;
	padding-left: 30px;
	background: #fff;
	box-shadow: 0 26px 97px rgba(34, 46, 56, 0.03);
	border-radius: 30px;
	display: flex;
}

.contact_left {
	display: flex;
}

.contact_cover:after {
	content: '';
	background: url('/wp-content/uploads/2023/02/contact_after.svg');
	background-size: contain !important;
	background-repeat: no-repeat !important;
	width: 926px;
	height: 648px;
	display: block;
	position: absolute;
	bottom: -340px;
	left: -450px;
	z-index: -1;
}

.contact_right {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.contact_right_top_bar {
	display: flex;
	gap: 40px;
}

.contact_right_top_bar > iframe,
.contact_right_top_bar > div {
	flex-basis: 50%;
}

.contact_right_top_bar > iframe {
	border-radius: 16px;
	height: 100%;
}

.contact_right_title h2 {
	margin-bottom: 0;
	color: #1d1c1c;
}

.contact_right_form form {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.contact_right_form input {
	border: 1px solid #dbdee3;
	background: #fff;
}

.contact_right textarea {
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid #dbdee3;
	background: #fff;
}

body .contact_right_form input,
body .contact_right_form input::placeholder,
body .contact_right_form textarea,
body .contact_right_form textarea::placeholder {
	color: #abadb4 !important;
}

.contact_right_bottom_bar {
	margin-top: 50px;
	display: flex;
}

.contact_right_bottom_bar .contact_right_item {
	display: flex;
	align-items: center;
	gap: 10px;
	border-right: 1px solid #dbdee3;
	padding-left: 40px;
	padding-right: 40px;
	flex-basis: calc(100% / 3);
}

.contact_right_bottom_bar .contact_right_item:first-child {
	padding-left: 0;
}

.contact_right_bottom_bar .contact_right_item:last-child {
	border-right: 0;
	padding-right: 0;
}

.contact_right_item_title {
	color: #1d1c1c;
}

.contact_right_item_text {
	margin-top: 5px;
}

@media screen and (max-width: 1200px) {
	.contact_left {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	body .contact_right_top_bar > iframe {
		min-height: 290px;
		width: 100%;
	}

	body .contact_right_top_bar {
		gap: 30px;
		flex-direction: column;
	}

	body .contact_right_form form {
		margin-top: 20px;
	}

	body .contact_right_bottom_bar {
		margin-top: 20px;
		flex-direction: column;
	}

	.contact_right {
		flex-basis: 100%;
		width: 100%;
	}

	body .contact_cover {
		padding: 20px;
	}

	.contact_right_item img {
		max-width: 40px;
	}

	body .contact_right_bottom_bar .contact_right_item {
		border-right: 0;
		border-bottom: 1px solid #dbdee3;
		align-items: center;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-right: 0;
		padding-left: 0;
	}

	body .contact_right_bottom_bar .contact_right_item:first-child {
		padding-top: 0;
	}

	body .contact_right_bottom_bar .contact_right_item:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	body .contact_cover {
		width: calc(100% - 30px);
		border-radius: 20px;
		margin-right: 15px;
		margin-left: 15px;
	}

	body .contact_cover:after {
		width: 467px;
		height: 327px;
		bottom: -270px;
		left: -270px;
	}
}

.contact_map_iframe {
	border: 0;
}
