.aboutIntro header {
	display: block;
	text-align: center;
}
.aboutIntro header picture {
	height: 540px;
}
.aboutIntro header h1 {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 30px;
	transform: translateY(-50%);
	background: var(--color-accent);
}
.aboutIntro_text {
	max-width: 760px;
	margin-inline: auto;
	font-size: 20px;
}

@media (min-width: 1300px) {
	.aboutIntro header picture {
		height: 650px;
	}
	.aboutIntro header h1 {
		margin-bottom: 54px;
	}
}

@media (min-width: 1600px) {
	.aboutIntro header picture {
		height: 718px;
	}
	.aboutIntro header h1 {
		margin-bottom: 58px;
	}
	.aboutIntro_text {
		max-width: 860px;
	}
}

/*
*******************************************************************************/

.aboutHistory {
	padding-inline: 0;
}
.aboutHistory_bg {
	position: sticky;
	top: 100px;
	overflow: hidden;
	background: #EDEDED;
}

.aboutHistory_window {
	position: relative;
	width: 100%;
	height: 612px;
}

.aboutHistory_row {
	display: flex;
	align-items: center;
	position: absolute;
	inset: 50px auto 130px 0;
	padding-inline: var(--padding-inline);
	transition: all 300ms ease-out;
}

.aboutHistory_item {
	display: flex;
	align-items: flex-start;
}
.aboutHistory_item_content {
	transition: all 200ms cubic-bezier(0.645, 0.045, 0.645, 1);
	opacity: 0;
}
.aboutHistory_item.shown .aboutHistory_item_content {
	opacity: 1;
}
.aboutHistory_item.shown .aboutHistory_item_content {
	transform: translate(0) !important;
}
.aboutHistory_item img {
	max-height: 430px;
	max-width: none;
}
.aboutHistory_item:nth-child(1) {}
.aboutHistory_item:nth-child(1) h2 {
	margin: 0;
	height: 304px;
	font-family: var(--font-text);
	letter-spacing: -0.03em;
}
.aboutHistory_item:nth-child(2) {
	margin-left: 20px;
	padding-top: 20px;
}
.aboutHistory_item:nth-child(3) {
	margin-left: 80px;
	flex: 0 0 380px;
}
.aboutHistory_item:nth-child(4) {
	margin-left: 70px;
}
.aboutHistory_item:nth-child(5) {
	margin-left: 300px;
	flex: 0 0 560px;
}
.aboutHistory_item:nth-child(6) {
	margin-left: 180px;
}
.aboutHistory_item:nth-child(7) {
	margin-left: 205px;
}
.aboutHistory_item:nth-child(8) {
	margin-left: 300px;
	flex: 0 0 395px;
}
.aboutHistory_item:nth-child(9) {
	margin-left: 230px;
}
.aboutHistory_item:nth-child(10) {
	margin-left: 250px;
	flex: 0 0 530px;
}
.aboutHistory_item:nth-child(11) {
	margin-left: 100px;
}
.aboutHistory_item:nth-child(12) {
	margin-left: 210px;
}
.aboutHistory_item:nth-child(13) {
	margin-left: 150px;
	flex: 0 0 420px;
}
.aboutHistory_item_text {
	font-size: 20px;
}
.aboutHistory_item_year {
	font-size: 40px;
	line-height: 1;
}
.aboutHistory_item_year b {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	color: var(--color-accent2);
}
.aboutHistory_item_logo {
	display: grid;
	align-items: center;
	grid-template-columns: 234px 760px;
	gap: 22px;
	font-size: 40px;
}
.aboutHistory_item_logo svg {
	width: 100%;
}
.aboutHistory_item_gallery {
	display: flex;
	gap: 100px;
}
.aboutHistory_item_gallery img {
	opacity: 0;
	transition: all 600ms ease-out;
}
.aboutHistory_item_gallery img.shown {
	opacity: 1;
}

.aboutHistory_scale {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 42px;
	height: 50px;
	display: grid;
	grid-auto-flow: column;
	margin-right: 35px;
}
.aboutHistory_scale ul {
	display: flex;
	margin: 0;
	padding: 0;
	height: 5px;
}
.aboutHistory_scale li:first-child {
	border-left: 1px solid #686868;
}
.aboutHistory_scale li {
	flex: 1 1 0;
	position: relative;
	list-style: none;
}
.aboutHistory_scale li span {
	position: absolute;
	top: 100%;
	left: -1px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1;
	border-left: 1px solid #686868;
}
.aboutHistory_scale_float {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 0px;
	background: var(--color-accent);
	transition: width 300ms ease-out;
	z-index: 1;
}

/*.log,
.logfull {
	font-family: monospace;
	position: fixed;
	left: 0;
	top: 0;
	right: 40px;
	height: 100px;
	padding: 10px;
	overflow: auto;
	line-height: 20px;
	background: #fff;
	z-index: 100000;
}
.logfull {
	display: none;
	top: 100px;
	right: 0;
	bottom: 0;
	height: auto;
}
.log div {
	display: grid;
	grid-template-columns: auto 100px;
}
.up {
	position: fixed;
	right: 0;
	top: 0;
	width: 40px;
	height: 100px;
	padding: 0;
	border: none;
	z-index: 100000;
}*/

@media (min-width: 1024px) {
	/*.aboutHistory_item:nth-child(1) .aboutHistory_item_content {
		transform: translateX(50%);
	}
	.aboutHistory_item:nth-child(2) .aboutHistory_item_content {
		transform: translateY(100%);
	}
	.aboutHistory_item:nth-child(3) .aboutHistory_item_content {
		transform: translateY(-50%);
	}*/
	.aboutHistory_scale ul {}
	.aboutHistory_scale li {
		border-right: 1px solid #686868;
	}
	.aboutHistory_scale li span {
		font-size: 16px;
	}
	.aboutHistory_item_content {
		transition-duration: 800ms;
	}
}