body.mfc-sled-vremeni-page .page-title-wrap,
body.mfc-sled-vremeni-page .bt-sidebar-wrap {
	display: none !important;
}

body.mfc-sled-vremeni-page .page-wrap,
body.mfc-sled-vremeni-page .page-wrap > .container,
body.mfc-sled-vremeni-page .article-wrap,
body.mfc-sled-vremeni-page .page-content-wrap {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

body.mfc-sled-vremeni-page .page-wrap > .container > .row {
	margin: 0 !important;
}

body.mfc-sled-vremeni-page .bt-content-wrap {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

body.mfc-sled-vremeni-page article.article-page-wrap {
	margin-bottom: 0 !important;
}

.mfc-time-trace {
	--mfc-paper: #e8dcc3;
	--mfc-ink: #30271f;
	--mfc-brown: #62482f;
	--mfc-faded: #766958;
	--mfc-line: rgba(80, 57, 35, 0.28);
	position: relative;
	isolation: isolate;
	min-height: 70vh;
	color: var(--mfc-ink);
	background-color: var(--mfc-paper);
	background-image:
		radial-gradient(circle at 16% 7%, rgba(255, 255, 255, 0.38), transparent 28%),
		radial-gradient(circle at 86% 73%, rgba(92, 57, 25, 0.09), transparent 32%),
		repeating-linear-gradient(0deg, rgba(77, 47, 20, 0.018) 0, rgba(77, 47, 20, 0.018) 1px, transparent 1px, transparent 4px);
	box-shadow: inset 0 0 110px rgba(57, 35, 18, 0.17);
	font-family: "PT Serif", Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.62;
}

.mfc-time-trace::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(77, 47, 20, 0.07), transparent 8%, transparent 92%, rgba(77, 47, 20, 0.07));
}

.mfc-tt-index {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 13px;
	padding: 22px 24px;
	border-bottom: 1px solid var(--mfc-line);
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.mfc-tt-index a {
	color: var(--mfc-faded);
	text-decoration: none;
}

.mfc-tt-index a:hover,
.mfc-tt-index a:focus,
.mfc-tt-index a[aria-current="page"] {
	color: var(--mfc-ink);
	text-decoration: underline;
	text-underline-offset: 5px;
}

.mfc-tt-index span {
	color: rgba(76, 57, 39, 0.42);
}

.mfc-tt-panel {
	padding: 46px 24px 52px;
}

.mfc-tt-paged .mfc-tt-panel[hidden] {
	display: none !important;
}

.mfc-tt-paged .mfc-tt-panel.mfc-tt-entering {
	animation: mfc-tt-reveal 520ms ease-out both;
}

@keyframes mfc-tt-reveal {
	from { opacity: 0; transform: translateY(12px); }
	to { opacity: 1; transform: translateY(0); }
}

.mfc-tt-sheet {
	width: min(100%, 790px);
	margin: 0 auto;
}

.mfc-time-trace h1,
.mfc-time-trace h2,
.mfc-time-trace h3 {
	color: var(--mfc-ink);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	text-transform: uppercase;
}

.mfc-time-trace h1 {
	margin: 0;
	font-size: clamp(46px, 8vw, 82px);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: 0.1em;
	text-align: center;
}

.mfc-time-trace h2 {
	margin: 0 0 20px;
	font-size: clamp(37px, 6vw, 61px);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0.07em;
	text-align: center;
}

.mfc-time-trace h3 {
	margin: 0 0 12px;
	font-size: clamp(25px, 3.7vw, 34px);
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: 0.025em;
}

.mfc-tt-number,
.mfc-tt-chapter-label {
	margin: 0 0 18px;
	color: var(--mfc-faded);
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.26em;
	text-align: center;
	text-transform: uppercase;
}

.mfc-tt-chapter-label {
	margin-bottom: 13px;
}

.mfc-tt-subtitle {
	display: block;
	width: 100%;
	max-width: 590px;
	margin: 16px auto 22px !important;
	color: var(--mfc-faded);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: clamp(23px, 3.4vw, 31px);
	font-style: italic;
	line-height: 1.28;
	text-align: center !important;
}

.mfc-tt-rule {
	width: 78px;
	height: 1px;
	margin: 0 auto 26px;
	background: var(--mfc-brown);
	opacity: 0.57;
}

.mfc-tt-prologue {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}

.mfc-time-trace p {
	margin: 0 0 12px;
}

.mfc-tt-pivot {
	margin: 21px 0 !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.35;
}

.mfc-tt-silence {
	margin: 22px 0 !important;
	font-style: italic;
	letter-spacing: 0.04em;
}

.mfc-tt-three-lines {
	margin: 22px 0 !important;
	line-height: 1.7;
}

.mfc-tt-final-line {
	margin-top: 21px !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 31px;
	font-weight: 600;
	letter-spacing: 0.035em;
}

.mfc-tt-chapter-head {
	max-width: 680px;
	margin: 0 auto 32px;
	text-align: center;
}

.mfc-tt-chapter-head p {
	line-height: 1.62;
}

.mfc-tt-stories {
	border-bottom: 1px solid var(--mfc-line);
}

.mfc-tt-story {
	padding: 23px 0 25px;
	border-top: 1px solid var(--mfc-line);
}

.mfc-tt-story p {
	max-width: 700px;
	margin-bottom: 15px;
}

.mfc-tt-story-link {
	display: inline;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(98, 72, 47, 0.44);
	color: var(--mfc-brown);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 160ms ease, border-color 160ms ease;
}

.mfc-tt-story-link:hover,
.mfc-tt-story-link:focus {
	border-color: var(--mfc-ink);
	color: var(--mfc-ink);
}

.mfc-tt-pager {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 28px;
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid var(--mfc-line);
}

.mfc-tt-pager-link {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 10px;
	color: var(--mfc-ink);
	text-decoration: none;
}

.mfc-tt-pager-link small {
	grid-column: 2;
	color: var(--mfc-faded);
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.mfc-tt-pager-link strong {
	grid-column: 2;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
	text-transform: uppercase;
}

.mfc-tt-pager-link > span {
	grid-row: 1 / span 2;
	align-self: center;
	font-size: 22px;
}

.mfc-tt-pager-next {
	grid-template-columns: minmax(0, 1fr) auto;
	text-align: right;
}

.mfc-tt-pager-next small,
.mfc-tt-pager-next strong {
	grid-column: 1;
}

.mfc-tt-pager-next > span {
	grid-column: 2;
}

.mfc-tt-pager-link:hover strong,
.mfc-tt-pager-link:focus strong {
	text-decoration: underline;
	text-underline-offset: 5px;
}

@media (max-width: 767px) {
	.mfc-time-trace {
		font-size: 17px;
		line-height: 1.58;
		box-shadow: inset 0 0 65px rgba(57, 35, 18, 0.14);
	}

	.mfc-tt-index {
		padding: 18px 14px;
		gap: 7px 9px;
		font-size: 10px;
		letter-spacing: 0.08em;
	}

	.mfc-tt-index span {
		display: none;
	}

	.mfc-tt-panel {
		padding: 36px 20px 42px;
	}

	.mfc-time-trace h1 {
		letter-spacing: 0.055em;
	}

	.mfc-time-trace h2 {
		letter-spacing: 0.035em;
	}

	.mfc-time-trace h3 {
		font-size: 27px;
	}

	.mfc-tt-pivot {
		font-size: 25px;
	}

	.mfc-tt-final-line {
		font-size: 28px;
	}

	.mfc-tt-story {
		padding: 21px 0 23px;
	}

	.mfc-tt-pager {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.mfc-tt-pager > span:empty {
		display: none;
	}

	.mfc-tt-pager-next {
		padding-top: 22px;
		border-top: 1px solid var(--mfc-line);
	}

	.mfc-tt-pager-link small {
		font-size: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mfc-tt-paged .mfc-tt-panel.mfc-tt-entering {
		animation: none;
	}
}
