.tps_contactUsForm {
	--tps_contactUs_width: calc(100vw - 40px);
	width: var(--tps_contactUs_width);
	margin: auto;
}

.tps_contactUsHero h1 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1.8px;
	line-height: 40px;
	margin: 10px 0;
	text-transform: uppercase;
	text-align: center;
}

.tps_contactUsForm h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
}

.tps_contactUsForm_ok {
	min-height: 300px;
}

.tps_contactUsForm {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 60px;
}

.tps_contactUsForm a {
	color: #0e0e0e;
	border-bottom: 1px solid;
	transition: 0.3s;
}

.tps_contactUsForm a:hover {
	color: #62564a;
}

.tps_contactUsForm p {
	margin-top: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 40px;
}

.tps_contactUsForm form {
	display: flex;
	flex-direction: column;
}

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

.tps_contactUsForm_twoColumn {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 20px;
	margin-bottom: 20px;
}

.tps_contactUsForm_oneElement {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tps_contactUsForm input {
	border: none;
	border-bottom: 1px solid #4f4f4f;
	font-family: tps_font;
	width: 100%;
	font-size: 14px;
	padding: 10px 0 25px 10px;
}

.tps_contactUsForm textarea {
	border: none;
	border-bottom: 1px solid #4f4f4f;
	font-family: tps_font;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: 30px
}

.tps_contactUsForm input::placeholder,
.tps_contactUsForm textarea::placeholder {
	color: #999;
}

.tps_contactUsForm_select {
	position: relative;
}

.tps_contactUsForm_select span {
	position: absolute;
	left: 10px;
	font-size: 11px;
	top: -8px;
	color: #999;
}

.tps_contactUsForm_select select {
	font-size: 14px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	position: relative;
	width: 100%;
	z-index: 10;
	border: none;
	border-bottom: 1px solid #4f4f4f;
	padding: 10px 0 15px 10px;
}

.tps_contactUsForm_select select:focus {
	border-color: #62564a;
}

.tps_contactUsForm_select:after {
	content: "\25BE";
	position: absolute;
	right: 9px;
	top: 4.5px;
	font-size: 18px;
	color: #676767;
}

.tps_contactUsForm button {
	background: transparent;
	border: none;
	padding: 0;
	color: #0e0e0e;
	margin: 40px 0;
	font-size: 16px;
	font-weight: normal;
	width: fit-content;
	transition: 0.3s;
	cursor: pointer;
	border-bottom: 1px solid;
}

.tps_contactUsForm button:hover {
	text-decoration: none;
	color: #62564a;
}

.tps_contactUsForm_phones {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-row-gap: 20px;
}

.tps_contactUsForm_phones div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.tps_contactUsForm_phones {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		grid-row-gap: 0;
	}

	.tps_contactUsForm_twoColumn {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		grid-gap: 30px;
	}

	.tps_contactUsForm {
		--tps_contactUs_width: 720px;
	}

	.tps_contactUsForm form {
		margin-top: 60px;
	}

	.tps_contactUsForm form {
		grid-template-columns: 1fr 1fr;
	}

	.tps_contactUsHero {
		background-image: url('/tps/pages/contact-us/hero2.jpg');
		background-size: cover;
		height: calc(100vw * 390 / 1200);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 60px;
	}

	.tps_contactUsHero h1 {
		font-size: 28px;
		font-weight: bold;
		color: #fff;
	}
}
