.highstar-footer {
	--highstar-footer-bg: #000;
	--highstar-footer-text: #c8c8c8;
	--highstar-footer-muted: #c8c8c8;
	--highstar-footer-line: rgba(255, 255, 255, 0.12);
	--highstar-footer-accent: #f0001e;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background: var(--highstar-footer-bg);
	color: var(--highstar-footer-text);
	font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.highstar-footer,
.highstar-footer * {
	box-sizing: border-box;
}

.highstar-footer a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.highstar-footer a:hover,
.highstar-footer a:focus {
	color: var(--highstar-footer-accent);
}

.highstar-footer__inner {
	display: grid;
	/*width: min(100%, 1440px);*/
	width: 86%;
	margin: 0 auto;
	padding: clamp(24px, 3vw, 40px) clamp(24px, 5vw, 80px) clamp(32px, 3vw, 40px);
	grid-template-columns: minmax(260px, 1.3fr) repeat(2, minmax(160px, 0.8fr));
	gap: clamp(28px, 4vw, 72px);
}

.highstar-footer__brand {
	max-width: 560px;
}

.highstar-footer__subscribe {
	display: flex;
	align-items: center;
	width: min(100%, 560px);
	min-height: 58px;
	margin: 0;
	padding: 6px;
	border: 1px solid rgba(200, 200, 200, 0.72);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.02);
}

.highstar-footer__subscribe-wrap {
	width: min(100%, 560px);
}

.highstar-footer__subscribe input {
	flex: 1 1 auto;
	min-width: 0;
	height: 44px;
	padding: 0 18px;
	color: var(--highstar-footer-text);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	background: transparent;
	border: 0;
	box-shadow: none;
	outline: 0;
}

.highstar-footer__subscribe input::placeholder {
	color: rgba(200, 200, 200, 0.72);
	opacity: 1;
}

.highstar-footer__subscribe button {
	flex: 0 0 auto;
	height: 44px;
	padding: 0 24px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	background: #f0001e;
	border: 0;
	border-radius: 9px;
	box-shadow: none;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.highstar-footer__subscribe button:hover,
.highstar-footer__subscribe button:focus {
	background: #f0001e;
	transform: translateY(-1px);
}

.highstar-footer__subscribe button:disabled {
	cursor: wait;
	opacity: 0.72;
}

.hs-form-feedback-toast {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 100001;
	max-width: min(360px, calc(100% - 40px));
	padding: 14px 18px;
	border: 1px solid #9ad8ad;
	border-radius: 8px;
	background: #effaf2;
	color: #0f6b2d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	box-shadow: 0 10px 24px rgb(0 0 0 / 14%);
}

.hs-form-feedback-toast.is-error {
	border-color: #f1b0aa;
	background: #fff2f1;
	color: #b42318;
}

.hs-form-feedback-toast[hidden] {
	display: none;
}

.highstar-footer__column h2 {
	margin: 0 0 18px;
	color: var(--highstar-footer-text);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
    text-align: right;
}

.highstar-footer__column ul {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
    text-align: right;
}

.highstar-footer__column li {
	margin: 0;
	padding: 0;
}

.highstar-footer__column a {
	color: var(--highstar-footer-muted);
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: 0;
}

.highstar-footer__contact {
	margin-top: clamp(22px, 2.4vw, 34px);
	padding-top: 0;
	border-top: 0;
	text-align: left;
}

.highstar-footer__contact-row {
	display: grid;
	gap: clamp(16px, 2vw, 28px);
	margin-top: clamp(18px, 2vw, 28px);
}

.highstar-footer__contact-row:first-child {
	margin-top: 0;
}

.highstar-footer__contact-row--split {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.highstar-footer__contact-group strong {
	display: block;
	margin: 0 0 8px;
	color: var(--highstar-footer-text);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.highstar-footer__contact-group--inline {
	display: flex;
	align-items: baseline;
	gap: 6px;
	white-space: normal;
}

.highstar-footer__contact-group--inline strong {
	flex: 0 0 auto;
	display: inline;
	margin: 0;
}

.highstar-footer__contact-group--inline p {
	min-width: 0;
	display: inline;
}

.highstar-footer__contact-group p {
	margin: 0;
	color: var(--highstar-footer-muted);
	font-size: 14px;
	line-height: 1.62;
	letter-spacing: 0;
}

.highstar-footer__contact-group a {
	font-size: inherit;
	line-height: inherit;
}

.highstar-footer__bottom {
	width: 100%;
	margin: 0;
	border-top: 1px solid var(--highstar-footer-line);
}

.highstar-footer__bottom-inner {
	width: min(100%, 1440px);
	margin: 0 auto;
	padding: 20px clamp(24px, 5vw, 80px) 0;
}

.highstar-footer__bottom p {
	margin: 0;
	color: var(--highstar-footer-text);
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0;
}

@media (max-width: 921px) {
	.highstar-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.highstar-footer__brand {
		grid-column: 1 / -1;
	}

}

@media (max-width: 560px) {
	.highstar-footer__inner {
		grid-template-columns: 1fr;
		padding-top: 21px;
		padding-bottom: 42px;
	}

	.highstar-footer__contact-row--split {
		grid-template-columns: 1fr;
	}

	.highstar-footer__subscribe {
		width: 100%;
	}

	.highstar-footer__subscribe button {
		padding: 0 18px;
	}
}
