html {
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-size: 16px;
	line-height: 1.25;	
	background-color: #ffffff;
	color: #212121;
	position: relative;
}
.page-top-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	background-color: #58C7FF;
}
.page-background {
	background-image: url('/d/img/page_back.png');
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: ;
}
main {
	flex-shrink: 0;
	position: relative;
}

h1 {
	margin: 0 0 2.5rem 0;
}
h2 {
	margin: 0 0 2rem 0;
}
h3 {
	margin: 0 0 1.5rem 0;
}


header {
	position: relative;
	padding: 30px 0;
	margin: 0 0 40px 0;
}
header .logo {
	margin: 0 20px 0 0;
}
header .logo-text {
	font-size: 22px;
	color: #ffffff;
}

@media (max-width: 1600px) {
	.page-top-line {
		display: none;
	}
}

@media (max-width: 991px) {
	body {
		background-image: none;
	}
	header {
		background-color: #58C7FF;
	}
	.page-background {
		display: none;
	}
}


footer {
	position: relative;
	margin: auto 0 0 0;
	padding: 60px 0;
	background: #282828;
	color: #B2B4B6;
	font-size: 16px;
}
footer a {
	color: #44b1c9;;
}