.bg-scroll {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-attachment: fixed;
	box-sizing: border-box;
	margin-bottom: 120px;
	position: relative;
}
.bg-scroll .title {
	text-transform: uppercase;
	margin-top: 7%;
	color: #e0e0e0;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2px;
}
.bg-scroll .big-text {
	font-size: 82px;
	color: #fff;
	font-weight: 400;
	font-family: 'Open-Sans';
	text-align: center;
}
.bg-scroll .text {
	font-size: 24px;
	margin-bottom: 7%;
	color: #fff;
	font-weight: 200;
}
.bg-scroll .bottom-text {
	width: 700px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	bottom: 7%;
	position: absolute;
}
.white-block .chars {
	display: flex;
	justify-content: center;
	gap: 100px;
	margin: 0 auto 60px;
}
.white-block .chars .object {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.white-block .chars .object img {
	width: 100px;
}
.white-block .chars .object .name {
	font-size: 24px;
	margin: 18px 0 25px;
	font-weight: 400;
}
.white-block .chars .object .subtitle {
	font-size: 16px;
	font-weight: 100;
}
.under-chars-text {
	font-size: 30px;
	text-align: center;
	font-weight: 100;
	opacity: .7;
	margin-bottom: 120px;
}
.big-image-block {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 90px 0 30px;
	justify-content: center;
}
.big-image-block img {
	position: absolute;
	width: 100%;
}
.big-image-block .bottom-text {
	z-index: 2;
	position: absolute;
	bottom: 7%;
	color: #fff;
	font-size: 18px;
	font-weight: 100;
}
.one-image-block {
	display: flex;
	margin: 60px auto 30px;
}
.one-image-block img {
	width: 100%;
}
.two-image-block {
	display: flex;
	gap: 30px;
	margin: 60px auto 30px;
}
.two-image-block img {
	width: calc(50% - 10px);
	display: flex;
}
.three-image-block {
	display: flex;
	gap: 30px;
	margin: 30px auto 40px;
}
.three-image-block img {
	width: 100%;
}
.three-image-block .vertical-image-block {
	display: flex;
	gap: 30px;
	flex-direction: column;
	width: 200%;
}
.white-block .text {
	font-size: 20px;
	font-weight: 100;
	width: 760px;
	margin: 60px auto 0;
	line-height: 1.55;
}
.white-block .signature-text {
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 28px;
	opacity: .5;
	text-align: center;
	margin-bottom: 60px;
}
.text-vertical-border {
	margin: 60px auto;
	padding: 45px 0;
	width: 960px;
	font-size: 38px;
	line-height: 1.35;
	display: flex;
	position: relative;
	justify-content: center;
	text-align: center;
	font-weight: 100;
}
.text-vertical-border::before,
.text-vertical-border::after {
	content: '';
    display: block;
    width: 140px;
    position: absolute;
    height: 1px;
    background: #000;
}
.text-vertical-border::before {
	top: 0;
}
.text-vertical-border::after {
	bottom: 0;
}
u {
	text-decoration: none;
    padding: 2px 10px;
    border-radius: 5px;
    background: #a49c73;
    color: #fff;
    margin-bottom: 10px;
	display: inline-block;
}
@media (max-width: 960px) {
	.bg-scroll {
		justify-content: center;
		margin: 0 0 40px;
		padding: 0 20px;
		background-attachment: local;
	}
	.white-block {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.white-block .text,
	.text-vertical-border,
	.bg-scroll .bottom-text,
	.big-image-block .bottom-text {
		width: 100%;
		font-size: 1rem;
		text-align: center;
	}
	.white-block .chars {
		flex-wrap: wrap;
		gap: 50px;
	}
	.bg-scroll .big-text {
		font-size: 2em;
    	text-align: center;
		margin: 0;
	}
	.bg-scroll .title {
		margin: 0 0 20px;
		font-size: 1rem;
	}
	.bg-scroll .text {
		margin: 30px 0 0;
		font-size: 1.5rem;
		text-align: center;
	}
	.white-block .chars .object .name {
		font-size: 2rem;
		margin: 10px 0;
	}
	.white-block .chars .object .subtitle {
		margin: 0;
		font-size: 1rem;
	}
	.under-chars-text {
		font-size: 1rem;
		margin: 0 0 40px;
	}
	.big-image-block {
		height: auto;
		margin: 40px -15px;
		width: calc(100% + 30px);
	}
	.big-image-block img {
		position: static;
	}
	.two-image-block {
		gap: 0;
		margin: 40px -15px 10px;
		padding: 0;
		width: calc(100% + 30px) !important;
	}
	.two-image-block img {
		width: 50%;
	}
	.white-block .signature-text {
		font-size: 1rem;
		line-height: 1.55;
		margin-bottom: 40px;
		letter-spacing: normal;
	}
	.text-vertical-border {
		margin: 20px 0 40px;
		padding: 20px 0;
	}
	.bg-scroll .bottom-text,
	.big-image-block .bottom-text {
		padding: 0 15px;
		box-sizing: border-box;
	}
}