.hs-contact {
	max-width: 900px;
	margin: 0 auto 34px;
	padding: 24px;
	background: linear-gradient(145deg, #0d1721, #152431);
	color: #f8f7f2;
	border: 1px solid rgba(228,201,121,.18);
	border-radius: 14px;
	box-shadow: 0 18px 55px rgba(0,0,0,.18);
	box-sizing: border-box;
}

.hs-contact__head > span {
	color: rgba(228,201,121,.7);
	font-size: 8px;
	font-weight: 850;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.hs-contact__head h2 {
	margin: 5px 0 6px;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 26px;
	font-weight: 500;
}

.hs-contact__head p {
	max-width: 650px;
	margin: 0;
	color: rgba(255,255,255,.52);
	font-size: 10px;
	line-height: 1.55;
}

.hs-contact__form {
	margin-top: 20px;
}

.hs-contact__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.hs-contact label > span {
	display: block;
	margin: 0 0 6px;
	color: rgba(228,201,121,.58);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .65px;
	text-transform: uppercase;
}

.hs-contact label > span small {
	color: rgba(255,255,255,.32);
	font-size: 7px;
	text-transform: none;
}

.hs-contact input,
.hs-contact select,
.hs-contact textarea {
	width: 100%;
	background: rgba(255,255,255,.045);
	color: #fff;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 8px;
	outline: none;
	box-sizing: border-box;
	font: inherit;
	font-size: 11px;
}

.hs-contact input,
.hs-contact select {
	height: 42px;
	padding: 0 11px;
}

.hs-contact select option {
	color: #111923;
}

.hs-contact textarea {
	min-height: 125px;
	padding: 10px 11px;
	resize: vertical;
}

.hs-contact input:focus,
.hs-contact select:focus,
.hs-contact textarea:focus {
	border-color: rgba(228,201,121,.35);
	box-shadow: 0 0 0 3px rgba(228,201,121,.05);
}

.hs-contact__message {
	display: block;
	margin-top: 12px;
}

.hs-contact__trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.hs-contact__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 13px;
}

.hs-contact__foot p {
	margin: 0;
	color: rgba(255,255,255,.4);
	font-size: 9px;
}

.hs-contact__foot p.is-success {
	color: #97c7a2;
}

.hs-contact__foot p.is-error {
	color: #e5a0a0;
}

.hs-contact__foot button {
	min-width: 140px;
	height: 39px;
	padding: 0 15px;
	background: linear-gradient(145deg, #e3c777, #c6a04d);
	color: #101923;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .7px;
	text-transform: uppercase;
}

.hs-contact__foot button:disabled {
	opacity: .55;
	cursor: wait;
}

@media (max-width: 650px) {
	.hs-contact {
		padding: 18px 14px;
		border-radius: 11px;
	}

	.hs-contact__head h2 {
		font-size: 22px;
	}

	.hs-contact__grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.hs-contact__foot {
		align-items: stretch;
		flex-direction: column;
	}

	.hs-contact__foot button {
		width: 100%;
	}
}
