/* Светлая страница: шапка сразу как после скролла (белый фон, тёмный логотип). */
html.gp-duty-page header.navbar-sticky {
	height: 74px;
	background-color: #fff;
	border-bottom: 1px solid rgba(35, 35, 35, 0.15);
}

html.gp-duty-page header.navbar-sticky .container {
	height: 74px;
}

html.gp-duty-page .navbar-light .site-logo .logo-default {
	display: block;
}

html.gp-duty-page .navbar-light .site-logo .logo-alt {
	display: none;
}

@media screen and (min-width: 992px) {
	html.gp-duty-page .navbar-sticky .main-navigation,
	html.gp-duty-page .navbar-sticky .toolbar {
		-webkit-transform: translateY(-13px);
		transform: translateY(-13px);
	}

	html.gp-duty-page .navbar .toolbar .site-nav-link {
		color: #232323;
		line-height: inherit;
	}

	html.gp-duty-page .navbar .toolbar .site-nav-link:hover,
	html.gp-duty-page .navbar .toolbar .site-nav-link:focus {
		color: #c48400;
	}
}

@media screen and (max-width: 991px) {
	html.gp-duty-page header.navbar-sticky,
	html.gp-duty-page header.navbar-sticky .container {
		height: 65px;
	}
}

.gp-page {
	padding-bottom: 56px;
	color: #404040;
}

.gp-page h1,
.gp-page h2 {
	text-transform: none;
	letter-spacing: 0.01em;
	font-weight: 700;
	color: #2a2a2a;
}

.gp-hero {
	background: #f7f7f7;
	border-bottom: 1px solid #ececec;
	padding: 120px 0 40px;
}

.gp-hero h1 {
	margin: 0 0 14px;
	max-width: 18em;
	font-size: 34px;
	line-height: 1.22;
}

.gp-hero-lead {
	margin: 0 0 22px;
	max-width: 640px;
	font-size: 17px;
	line-height: 1.55;
	color: #444;
}

.gp-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.gp-facts li {
	margin: 0;
	padding: 14px 18px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.35;
	color: #707070;
}

.gp-facts strong {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: 700;
	color: #2a2a2a;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.gp-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.gp-cta .btn,
.gp-cta a.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.04em;
	white-space: nowrap;
	box-shadow: none;
}

.gp-cta-note {
	margin: 12px 0 0;
	max-width: 640px;
	font-size: 13px;
	line-height: 1.45;
	color: #707070;
}

.gp-section {
	padding-top: 40px;
}

.gp-section h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.3;
}

.gp-section > p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.5;
	color: #444;
}

.gp-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 20px;
	margin-bottom: 14px;
}

.gp-search {
	flex: 0 1 320px;
	width: 320px;
	max-width: 100%;
	height: 42px;
	padding: 0 14px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	font-size: 15px;
	background: #fff;
}

.gp-search:focus {
	outline: 0;
	border-color: #f0a202;
	box-shadow: 0 0 0 3px rgba(240, 162, 2, 0.2);
}

.gp-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #ececec;
	border-radius: 8px;
	background: #fff;
}

.gp-table {
	width: 100%;
	min-width: 920px;
	margin: 0;
	border-collapse: collapse;
}

.gp-table caption {
	caption-side: bottom;
	padding: 10px 14px;
	text-align: left;
	font-size: 13px;
	line-height: 1.45;
	color: #707070;
}

.gp-table th,
.gp-table td {
	padding: 10px 12px;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ececec;
}

.gp-table thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #707070;
	background: #f7f7f7;
	border-bottom: 2px solid #e0e0e0;
	white-space: nowrap;
}

.gp-table tbody tr:nth-child(odd) td {
	background: #fafafa;
}

.gp-table tbody tr:last-child td {
	border-bottom: 0;
}

.gp-table tbody tr.is-hidden {
	display: none;
}

.gp-table td:nth-child(3) {
	max-width: 280px;
	word-break: break-word;
}

.gp-table .gp-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 12px;
	white-space: nowrap;
}

.gp-empty {
	display: none;
	padding: 16px 12px;
	font-size: 14px;
	color: #707070;
}

.gp-empty.is-on {
	display: block;
}

.gp-faq {
	max-width: 760px;
}

.gp-faq details {
	border-bottom: 1px solid #ececec;
	padding: 14px 0;
}

.gp-faq summary {
	cursor: pointer;
	font-weight: 600;
	color: #2a2a2a;
}

.gp-faq details p {
	margin: 8px 0 0;
	font-size: 16px;
	line-height: 1.5;
	color: #444;
}

.gp-faq-cta {
	margin-top: 28px;
}

@media (max-width: 991px) {
	.gp-hero {
		padding-top: 96px;
		padding-bottom: 32px;
	}

	.gp-hero h1 {
		font-size: 26px;
		max-width: none;
	}

	.gp-facts li {
		flex: 1 1 100%;
	}

	.gp-search {
		flex-basis: 100%;
		width: 100%;
	}

	.gp-cta .btn,
	.gp-cta a.btn {
		white-space: normal;
		text-align: center;
	}
}
