/* 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 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*/

.question b, .question p, .question input, .question textarea, .question small {
	font-size: 16px;
    line-height: 24px;
    color: #12398a;
    margin-top: 0;
}
.question a {
	color: #21bcff;
}
.question a:hover {
	color: #ff6f00;
}
.question .date {
    color: #a5a5a5;
}
.question {
	border: 1px solid #e6e6e6;
	background: #f6f6f6;
	padding: 30px;
	border-radius: 3px;
	margin-top: 30px;
}
.question input, .question textarea {
	outline: none;
	padding: 6px 18px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	background: white;
}
.question textarea {
	grid-column: -1 / -2;
	grid-row: 1 / 4;
	resize: none;
}
.question .btn {
	width: 150px;
	outline: none;
}
.checkbox__container input {
	margin-top: 4px !important;
}
.question__form {
	display: grid;
	grid-gap: 20px;
	padding: 20px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.question__form .checkbox__container {
	grid-column: 1 / -1;
}
h2 {
	font-size: 28px;
	color: #12398a;
	text-align: center;
}
.btn > p {
	color: white;
	text-align: center;
}
@media screen and (max-width:800px) {
	.question__form {
		grid-template-columns: 1fr;
	}
}