.ils-contact-form {
	width: 100%;
	max-width: 480px;
	margin: 8px auto 0;
	box-sizing: border-box;
}

.ils-contact-form__form {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

body.ils-site-page--contact .ils-contact-form,
body.ils-site-page--contact .ils-contact-form__form {
	max-width: 480px !important;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.ils-site-page--contact .ils-legal-page {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

body.ils-site-page--contact .ils-legal-page h1,
body.ils-site-page--contact .ils-legal-page h2,
body.ils-site-page--contact .ils-legal-page p,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] h1,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] h2,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] p,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] .elementor-heading-title,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] .elementor-widget-heading,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] .elementor-widget-text-editor,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] .elementor-widget-heading .elementor-widget-container,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] .elementor-widget-text-editor .elementor-widget-container {
	text-align: center !important;
}

body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] .elementor-widget-heading,
body.ils-site-page.ils-site-page--contact .elementor[data-elementor-type="wp-page"] .elementor-widget-text-editor {
	width: min(640px, calc(100% - 24px)) !important;
	max-width: 640px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.ils-site-page--contact .ils-contact-form__actions {
	text-align: center;
}

.ils-contact-form__row {
	display: block;
	width: 100%;
	margin: 0 0 16px;
}

.ils-contact-form label {
	display: block;
	width: 100%;
	margin: 0 0 6px;
	font-weight: 600;
	text-align: start;
	line-height: 1.4;
}

.ils-contact-form input[type="text"],
.ils-contact-form input[type="email"],
.ils-contact-form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 1px solid #d7e4e2;
	border-radius: 10px;
	background: #fff;
	color: #16324d;
	font: inherit;
	text-align: start;
}

.ils-contact-form textarea {
	resize: vertical;
	min-height: 9rem;
}

.ils-contact-form__actions {
	margin: 8px 0 0;
}

.ils-contact-form__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	padding: 12px 28px;
	border: 0;
	border-radius: 999px;
	background: #0e9a8a;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.ils-contact-form__btn:hover {
	background: #0c8577;
}

.ils-contact-form__ok {
	color: #0c8577;
	font-weight: 600;
}

.ils-contact-form__err {
	color: #b42318;
	font-weight: 600;
}

.ils-contact-form__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

body.ils-site-page--contact .elementor[data-elementor-type="wp-page"] {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 28px 16px 24px;
}

body.ils-site-page--contact .ils-legal-page section {
	margin: 0 0 16px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

@media (max-width: 760px) {
	body.ils-site-page .elementor[data-elementor-type="wp-page"] {
		width: min(680px, calc(100% - 24px));
		margin-top: 24px;
	}

	body.ils-site-page--contact .elementor[data-elementor-type="wp-page"] {
		width: 100%;
		padding: 22px 16px 18px;
	}

	body.ils-site-page .ils-contact-form__btn {
		width: 100%;
	}
}
