

* {
	color: #cacaca;
	font-family: Arial;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
}

body {
	background: #324064;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #172032;
}

.top-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px 20px 20px;
}

.top-header .reg_login {
	display: flex;
}

.reg_login {
	display: flex;
}

.btn {
	border-radius: 3px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 8px 20px;
	cursor: pointer;
	display: inline-block;
	margin: 5px 0;
}

.btn btn-green {
	border-radius: 3px;
	font-size: 18px;
	text-align: center;
	color: #FF3939;
	padding: 8px 20px;
	cursor: pointer;
	display: inline-block;
	margin: 5px 0;
}

.btn-green {
	background: #324064;
}


.btn-red {
	background: #FF3939;
}


.reg {
	margin-left: 15px;
}

main {
	position: relative;
	background: #324064;
	padding: 10px 30px 30px 30px;
}

.content * {
	color: #BFC6E1;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 3px 2px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
	line-height: 1.5em;
}

.content {
	font-size: 18px;
	text-align: justify;
}

footer {
	position: relative;
	padding: 20px 30px;
	text-align: center;
}

footer p {
	font-size: 16px;
	color: #999;
	line-height: 1.5em;
}

.cover-table {
	max-width: 100%;
	overflow: auto;
}

@media (max-width: 1025px) {
	.top-header,
	main {
		padding: 20px;
	}
	.wrapper header .reg_login {
		margin-right: 100px;
	}
	.wrapper {
		width: 100%;
	}
	.wrapper::before,
	.wrapper::after {
		display: none;
	}
	.wrapper header {
		height: auto;
	}
	.wrapper header .home-link {
		position: static;
		z-index: 1;
		float: left;
	}
	.wrapper main {
		position: static;
	}
}

@media (max-width: 680px) {
	.wrapper header .reg_login {
		width: 100%;
		margin: 20px 0 0 0;
		justify-content: center;
	}
	.top-header {
		flex-wrap: wrap;
	}
}

@media (max-width: 586px) {
	span.home-link {
		width: 180px;
	}
}

@media (max-width: 991px) {
	body {
		padding-bottom: 40px;
	}
}

* {
	color: #BFC6E1;
	font-family: helvetica;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
}

h2 {
	font-size: 25px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
}

body {
	background: #172032;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #172032;
}

.top-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px 20px 20px;
}

.top-header .reg_login {
	display: flex;
}

.reg_login {
	display: flex;
}



.reg {
	margin-left: 15px;
}

main {
	position: relative;
	background: #324064;
	padding: 10px 30px 30px 30px;
}

.content * {
	color: #BFC6E1;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 3px 2px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
	line-height: 1.5em;
}

.content {
	font-size: 17px;
	text-align: justify;
}

footer {
	position: relative;
	padding: 20px 30px;
	text-align: center;
}

footer p {
	font-size: 16px;
	color: #999;
	line-height: 1.5em;
}

.cover-table {
	max-width: 100%;
	overflow: auto;
}

@media (max-width: 1025px) {
	.top-header,
	main {
		padding: 20px;
	}
	.wrapper header .reg_login {
		margin-right: 100px;
	}
	.wrapper {
		width: 100%;
	}
	.wrapper::before,
	.wrapper::after {
		display: none;
	}
	.wrapper header {
		height: auto;
	}
	.wrapper header .home-link {
		position: static;
		z-index: 1;
		float: left;
	}
	.wrapper main {
		position: static;
	}
}

@media (max-width: 680px) {
	.wrapper header .reg_login {
		width: 100%;
		margin: 20px 0 0 0;
		justify-content: center;
	}
	.top-header {
		flex-wrap: wrap;
	}
}

@media (max-width: 586px) {
	span.home-link {
		width: 180px;
	}
}

@media (max-width: 991px) {
	body {
		padding-bottom: 40px;
	}
}

.responsive img {
	width: auto;
	max-width: 100%;
	margin: 0 auto 25px;
}
