/* page zone start*/
.page__img {
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	height: 700px;
}
.page__content {
	background-color: white; 
	padding: 65px 80px;
	flex: 0 0 90%;
	min-height: 490px;
	box-sizing: border-box;
}
.page__container {
	display: flex;
	height: auto;
	margin-top: -360px;
}
.page__grayside {
	flex: 0 0 10%;
	min-height: calc(100% - 360px);
	margin-top: 360px;
	background-color: #f6f6f6;
}
.breadcrumbs {
	font-size: 14px;
}
.breadcrumbs__link {
	color: #12398a;
}
.breadcrumbs__item {
	color: black;
	display: inline;
}
.page__content h1 {
	margin: 60px 0px;
}


@media screen and (max-width:1400px) and (min-width:1101px) {
	.page__img {
		height: 690px;
	}
	.page__grayside {
		flex: 0 0 10%;
		margin-top: 130px;
	}
	.page__container {
		margin-top: -130px;
	}
	.page__content {
		min-height: 360px;
	}

}

@media screen and (max-width:1100px) and (min-width:801px) {
	.page__img {
		height: 470px;
	}
	.page__container {
		margin-top: 0px;
	}
	.page__content {
		min-height: 130px;
		flex: 0 0 100%;
		padding: 40px;
	}
	.page__grayside {
		flex: 0 0 0;
		display: none;
	}
}

@media screen and (max-width:800px) {
	.page__img {
		height: 360px;
	}
	.page__container {
		margin-top: 0px;
	}
	.page__content {
		min-height: 130px;
		flex: 0 0 100%;
		padding: 40px;
	}
	.page__grayside {
		flex: 0 0 0;
		display: none;
	}
}
/* page zone end*/

.toptext {
	color: #12398a;
	width: 600px;
	line-height: 36px;
	font-size: 24px;
}
.page__content {
	background: white no-repeat url(/img/about-topauto.png) 700px 100px;
	background-size: auto 600px;
}
h2 {
	color: black;
	font-size: 40px;
	font-weight: 400;
	margin: 60px 0 60px 0;
}
.stages {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: 320px;
	grid-gap: 30px;
}
.stage {
	background: #fafafa;
	border: #e5e5e5 solid 1px;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.stage:nth-child(13), .stage:nth-child(11) {
	grid-column: -1 / -3;
}
.stage:nth-child(12) {
	grid-column: 1 / 3;
}
.stage b {
	font-size: 40px;
	color: #b6d555;
}
.stage p {
	font-size: 16px;
	font-weight: 500;
}
.stage .img {
	background: no-repeat center;
	background-size: contain;
	width: 100%;
	flex: 1 1 auto;
}
.iframe-right {
	float: right;
	height: 400px;
	width: 700px;
	margin-left: 30px;
}
.production p, li, .blue-map p {
	font-size: 24px;
	color: #12398a;
	line-height: 36px;
}
ul {
	list-style: square;
}
.blue-map {
	background: #eff7f8 no-repeat url(img/map.png) 100% 0%;
	margin: 80px -80px 0px -80px;
	padding: 120px 80px;
}
.blue-map h2 {
	margin-top: 0;
}
.videos {
	display: grid;
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	grid-template-rows: auto;
	width: 100%;
	grid-gap: 30px;
	padding: 70px 0 70px 0;
}
.videos iframe {
	height: 350px;
	width: 100%;
}
@media screen and (max-width:1400px) and (min-width:1101px) {
	.toptext {
		width: 500px;
	}
	.page__content {
		background: white no-repeat url(/img/about-topauto.png) 600px 200px;
		background-size: auto 400px;
	}
	.stages {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.stage:nth-child(13), .stage:nth-child(12) {
		grid-column: 1 / -1;
	}
	.iframe-right {
		height: 250px;
		width: 450px;
	}
	.videos iframe {
		height: 300px;
	}
}
@media screen and (max-width:1100px) {
	.page__content {
		background: white;
	}
	.toptext {
		width: 100%;
		font-size: 16px;
		line-height: 24px;
	}
	.stages {
		grid-template-columns: 1fr 1fr;
	}
	.iframe-right {
		height: 250px;
		width: 50%;
	}
	.production p, li, .blue-map p {
		font-size: 16px;
		color: #12398a;
		line-height: 24px;
	}
	.blue-map {
		margin: 80px -40px 0 -40px;
		padding: 40px 40px;
	}
	.videos iframe {
		height: 250px;
	}
}
@media screen and (max-width:800px) {
	.iframe-right {
		height: 300px;
		width: 100%;
		margin-bottom: 30px;
	}
	.videos {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
	}
	.videos iframe {
		height: 300px;
	}
}
