.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 22px;
	margin-top: -6px;
}

.footer-links a {
	color: #d7ab79;
	font-size: 13px;
	line-height: 22px;
}

.footer-links a:hover {
	color: #fff;
}

.prgoress_indicator {
	width: 58px;
	height: 56px;
}

.prgoress_indicator .progress-sygnet-track,
.prgoress_indicator .progress-sygnet-fill img {
	width: 58px;
	height: 56px;
}

.prgoress_indicator .progress-sygnet-track {
	opacity: .14;
}

.inner-page {
	background: #101010;
}

.sticky-doc-root,
.sticky-doc-root body {
	overflow-x: clip;
	overflow-y: visible;
}

.inner-hero {
	position: relative;
	overflow: hidden;
	padding: 118px 0 106px;
	background:
		linear-gradient(90deg, rgba(16, 16, 16, .96) 0%, rgba(16, 16, 16, .82) 48%, rgba(16, 16, 16, .5) 100%),
		url("../img/slider2.webp") center right / cover no-repeat;
	border-bottom: 1px solid #242424;
}

.inner-hero::before,
.inner-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.inner-hero::before {
	inset: 34px 70px;
	border: 1px solid rgba(255, 255, 255, .1);
}

.inner-hero::after {
	left: 9%;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .14);
}

.inner-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	align-items: end;
	gap: 48px;
}

.inner-kicker {
	display: inline-block;
	margin-bottom: 26px;
	color: #d7ab79;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: .16em;
}

.inner-hero-copy h1 {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-size: 64px;
	line-height: 1.05;
	font-weight: 600;
}

.inner-hero-copy h1 span {
	color: #d7ab79;
}

.inner-hero-copy p {
	max-width: 620px;
	margin: 28px 0 0;
	color: #b6b6b6;
	font-size: 16px;
	line-height: 30px;
}

.inner-hero-panel {
	position: relative;
	padding: 38px 38px 40px;
	background: rgba(30, 30, 30, .92);
	border: 1px solid rgba(255, 255, 255, .11);
}

.inner-hero-panel::before {
	position: absolute;
	content: "";
	top: -12px;
	left: -12px;
	width: 66%;
	height: 1px;
	background: rgba(255, 255, 255, .22);
}

.inner-hero-panel::after {
	position: absolute;
	content: "";
	top: -12px;
	left: -12px;
	width: 1px;
	height: 66%;
	background: rgba(255, 255, 255, .22);
}

.inner-hero-panel > span {
	display: block;
	margin-bottom: 25px;
	color: transparent;
	font-size: 76px;
	line-height: .8;
	font-weight: 700;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .26);
}

.inner-hero-panel h2 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
}

.inner-hero-panel p {
	margin: 18px 0 0;
	color: #999;
	font-size: 14px;
	line-height: 26px;
}

.text-page-section,
.contact-page-section {
	scroll-margin-top: 96px;
	position: relative;
	padding: 112px 0 122px;
	background: #161616;
}

.text-page-section::before,
.contact-page-section::before {
	position: absolute;
	content: "";
	inset: 0;
	background: url("../images/about/about-border.png") center center / cover no-repeat;
	opacity: .38;
	pointer-events: none;
}

.text-page-layout,
.contact-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr);
	gap: 54px;
}

.text-page-aside {
	position: sticky;
	top: 112px;
	align-self: start;
	max-height: calc(100vh - 132px);
	overflow-y: auto;
	padding: 30px;
	background: #1e1e1e;
	border: 1px solid #2a2a2a;
	z-index: 2;
}

.aside-label {
	margin: 0 0 24px;
	color: #d7ab79;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.text-page-aside nav {
	display: grid;
	gap: 14px;
}

.text-page-aside a {
	position: relative;
	display: block;
	padding-left: 28px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.text-page-aside a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	width: 16px;
	height: 1px;
	background: #d7ab79;
}

.text-page-aside a:hover {
	color: #d7ab79;
}

.text-document {
	padding: 54px 62px;
	background: #101010;
	border: 1px solid #282828;
}

.document-lead {
	margin: 0 0 44px;
	color: #d4d4d4;
	font-size: 20px;
	line-height: 34px;
}

.text-document section {
	scroll-margin-top: 118px;
	padding: 36px 0;
	border-top: 1px solid #252525;
}

.text-document h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	font-weight: 500;
}

.text-document p,
.text-document li {
	color: #a6a6a6;
	font-size: 15px;
	line-height: 29px;
}

.text-document p {
	margin: 0 0 17px;
}

.text-document ul {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
	list-style: none;
}

.text-document li {
	position: relative;
	padding-left: 28px;
}

.text-document li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 13px;
	width: 14px;
	height: 1px;
	background: #d7ab79;
}

.text-document a {
	color: #d7ab79;
}

.document-note {
	margin-top: 18px;
	padding: 24px 28px;
	background: #1e1e1e;
	border-left: 2px solid #d7ab79;
}

.document-note p {
	margin: 0;
}

.contact-layout {
	grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
	align-items: start;
}

.inner-section-title {
	margin-bottom: 12px;
	text-align: left;
}

.inner-section-title .main-title h1 {
	font-size: 96px;
	line-height: 46px;
}

.inner-section-title .sub-title h2 {
	font-size: 40px;
	line-height: 50px;
	top: -46px;
}

.inner-section-title .sub-title h2::before,
.inner-section-title .sub-title h2::after {
	right: auto;
	margin: 0;
}

.inner-section-title .sub-title h2::after {
	left: 0;
}

.contact-step {
	position: relative;
	padding: 0 0 28px 58px;
	margin-bottom: 28px;
	border-bottom: 1px solid #282828;
}

.contact-step span {
	position: absolute;
	left: 0;
	top: 2px;
	color: #d7ab79;
	font-size: 18px;
	line-height: 26px;
}

.contact-step h3 {
	margin: 0 0 9px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}

.contact-step p {
	margin: 0;
	color: #999;
	font-size: 15px;
	line-height: 28px;
}

.contact-details {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.contact-details a {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	width: fit-content;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

.contact-details a:hover {
	color: #d7ab79;
}

.contact-details i {
	color: #d7ab79;
	font-size: 22px;
}

.contact-form-shell {
	padding: 12px;
	background: #101010;
	border: 1px solid #282828;
}

.contact-form {
	display: grid;
	gap: 22px;
	padding: 42px;
	background: #1e1e1e;
	border: 1px solid rgba(255, 255, 255, .08);
}

.form-heading span {
	display: block;
	margin-bottom: 12px;
	color: #d7ab79;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .16em;
}

.form-heading h2 {
	margin: 0;
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
}

.form-heading p {
	margin: 14px 0 8px;
	color: #999;
	font-size: 14px;
	line-height: 26px;
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.contact-form label {
	display: grid;
	gap: 9px;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .04em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	border: 1px solid #343434;
	border-radius: 0;
	background: #101010;
	color: #fff;
	font: inherit;
	font-size: 15px;
	line-height: 24px;
	padding: 15px 16px;
	transition: border-color .25s ease, background-color .25s ease;
}

.contact-form textarea {
	resize: vertical;
	min-height: 154px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #686868;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	outline: 0;
	border-color: #d7ab79;
	background: #131313;
}

.form-consent {
	grid-template-columns: 20px 1fr;
	align-items: start;
	gap: 12px;
	color: #999;
	letter-spacing: 0;
}

.form-consent input {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	accent-color: #d7ab79;
}

.form-consent a {
	color: #d7ab79;
}

.form-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
	min-height: 54px;
	padding: 0 28px;
	border: 1px solid #d7ab79;
	color: #fff;
	background: transparent;
	font-size: 15px;
	line-height: 1;
	transition: color .25s ease, background-color .25s ease;
}

.form-submit:hover {
	background: #d7ab79;
	color: #101010;
}

.form-submit i {
	font-size: 20px;
}

@media (max-width: 991px) {
	.inner-hero {
		padding: 86px 0 78px;
	}

	.inner-hero::before {
		inset: 24px;
	}

	.inner-hero-grid,
	.text-page-layout,
	.contact-layout {
		grid-template-columns: 1fr;
	}

	.inner-hero-copy h1 {
		font-size: 50px;
	}

	.inner-hero-panel {
		max-width: 520px;
	}

	.text-page-aside {
		position: static;
	}

	.text-page-aside nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.inner-hero {
		padding: 64px 0 58px;
	}

	.inner-hero::before {
		inset: 14px;
	}

	.inner-hero::after {
		display: none;
	}

	.inner-hero-grid {
		gap: 28px;
	}

	.inner-hero-copy h1 {
		font-size: 39px;
		line-height: 1.12;
	}

	.inner-hero-copy p {
		font-size: 15px;
		line-height: 28px;
	}

	.inner-hero-panel {
		padding: 30px 24px;
	}

	.inner-hero-panel > span {
		font-size: 58px;
	}

	.inner-hero-panel h2 {
		font-size: 21px;
		line-height: 30px;
	}

	.text-page-section,
	.contact-page-section {
		padding: 72px 0 82px;
	}

	.text-page-layout,
	.contact-layout {
		gap: 32px;
	}

	.text-page-aside,
	.text-document,
	.contact-form {
		padding: 26px 22px;
	}

	.text-page-aside nav,
	.form-grid {
		grid-template-columns: 1fr;
	}

	.document-lead {
		font-size: 17px;
		line-height: 30px;
	}

	.text-document h2 {
		font-size: 23px;
		line-height: 32px;
	}

	.inner-section-title .main-title h1 {
		font-size: 58px;
		line-height: 36px;
	}

	.inner-section-title .sub-title h2 {
		font-size: 31px;
		line-height: 40px;
		top: -34px;
	}

	.contact-step {
		padding-left: 46px;
	}

	.form-submit {
		width: 100%;
	}

	.footer-links {
		margin-top: 14px;
	}
}
