/* page zone start*/
.page__img {
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	height: 930px;
}
.page__content {
	background-color: white;
	padding: 65px 83px;
	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*/
.content p, .content b, li {
	color: #12398a;
    font-size: 18px;
    line-height: 28px;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	padding: 30px 0px;
}
.img-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	margin: 30px 0px;
	align-items: center;
}
.img-row  img {
	padding: 0px;
}
ul {
	list-style: square;
}
h2 {
	font-size: 28px;
	color: black;
	margin: 100px 0 40px 0;
	font-weight: 400;
}
.img-row h2, .question h2 {
	margin: 0 0 40px 0;
}
.info {
	border-top: 1px solid #12398a;
	border-bottom: 1px solid #12398a;
	padding: 40px;
	margin: 80px 0;
}
.info p {
	text-align: center;
	font-size: 20px;
	color: black;
}
.question {
	border: 1px solid #e6e6e6;
	background: #f6f6f6;
	padding: 30px;
	border-radius: 3px;
	margin-top: 30px;
}
.question legend {
	text-align: center;
	font-size: 16px;
	color: #12398a;
	margin: 0 auto 40px auto;
	max-width: 700px;
}
.question input {
	outline: none;
	padding: 6px 18px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	background: white;
	font-size: 20px;
	color: #12398a;
}
.question .btn {
	outline: none;
}
.checkbox__container input {
}
.question__form {
	display: grid;
	grid-gap: 20px;
	padding: 20px 0;
	display: grid;
	grid-template-columns: 1fr 150px;
	max-width: 700px;
	margin: 0 auto
}
.question__form .checkbox__container {
	grid-column: 1 / -1;
}
.question a {
	color: #21bcff;
}
.question a:hover {
	color: #ff6f00;
}
.question h2 {
	text-align: center;
}
.btn > p {
	color: white;
}
.list__row {
	display: grid;
	grid-template-columns: 100px 1fr;
	margin: 40px 0;
}
.list__icon {
	height: 50px;
	width: 50px;
	fill: #21bcff;
	margin: 6px 0 0 6px;
}
.list__row p {
	margin: 0;
	align-self: center;
}
.btn-back {
	z-index: 3 !important;
	color: white;
	padding: 8px 20px;
	display: inline-block;
	margin: 40px 0;
}

@media screen and (max-width:1100px) {
	.img-row {
		grid-template-columns: 3fr 2fr;
	}
	
}
@media screen and (max-width:800px) {
	.img-row {
		grid-template-columns: 1fr;
	}
}