

@font-face {
	font-family: RB;
	src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
	font-family: RL;
	src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
	font-family: RR;
	src: url(../fonts/Roboto-Regular.ttf);
}

body,
html,
div,
p,
h1,
a,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

html,
body {
	height: 100%;
}

body {
	font-family: 'RR', sans-serif;
	color: #525252;
	background-color: #fff;
	position: relative;
	line-height: 1.5;
	font-size: 17px;
	top: 65px;
}

@media screen and (max-width: 1100px) {
	body {
		top: 182px;
	}
}

@media screen and (max-width: 768px) {
	body {
		top: 110px;
	}
}

h1 {
	font-family: 'RR', sans-serif;
	padding: 5px 0;
	margin: 0;
	color: #525252;
	line-height: 35px;
}

h1 {
	color: #525252;
	font-size: 32px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: 900;
	font-family: 'RB', sans-serif;
	text-transform: none;
}

a:link {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	color: #28d1b0;
}

a:visited {
	text-decoration: none;
	color: #28d1b0;
}

a:active {
	color: #28d1b0;
}

a:hover {
	color: #28d1b0;
	text-decoration: underline;
}

a:focus {
	color: #28d1b0;
	text-decoration: underline;
}

ul li::marker {
	color: #24bb9d;
}

.container {
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	margin: 0 auto;
	z-index: 999;
}

.header {
	background: #ededed;
}

.footer {
	background: #ededed;
	color: B5B5B5;
	margin-top: 50px;
}

.footer .container {
	background: transparent;
}

.btn-pattern {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 6px;
	font-family: 'RB', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	display: block;
	color: #fff;
	transition: all .3s;
	margin: 0 4px;
	padding: 12px 40px;
}

@media screen and (max-width: 768px) {
	.btn-pattern {
		padding: 5px 20px;
	}
}

.btn-pattern:hover {
	transition: all .3s;
}

.btn-pattern.enter-btn {
	background: #28d1b0;
	box-shadow: 0px 3px 0px #037165;
	color: #fff;
	display: flex;
	align-items: center;
}

.btn-pattern.enter-btn:hover {
	background: #0eedd6;
	box-shadow: 0px 3px 0px #037165;
}

.btn-pattern.enter-btn:focus {
	background: #28d1af;
	box-shadow: none;
}

.btn-pattern.ref {
	background: #c10000;
	box-shadow: 0px 3px 0px #800b11;
	text-decoration: none;
	color: #fff;
}

.btn-pattern.ref:hover {
	background: #ef5058;
	box-shadow: 0px 3px 0px #800b11;
}

.btn-pattern.ref:focus {
	background: #c10000;
	box-shadow: none;
}

.cover-table {
	max-width: 100%;
	overflow: auto;
}

.top-line {
	background: #ededed;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0px 90px;
}

@media screen and (max-width: 1200px) {
	.top-line {
		padding: 5px 15px;
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 768px) {
	.top-line {
		align-items: flex-start;
	}
}

.top-line .top-btn {
	display: flex;
}

@media screen and (max-width: 1100px) {
	.top-line .top-btn {
		width: 100%;
		display: flex;
		justify-content: center;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 1100px) {
	.top-line .top-btn {
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 768px) {
	.top-line .top-btn {
		margin-top: 10px;
	}
}

.top-line a {
	color: #fff;
	font-family: 'RB', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	background: transparent;
	transition: all .3s;
}

.top-line a:hover {
	transition: all .3s;
}

.footer .items {
	padding: 20px 40px;
	text-align: center;
}

.main-content .content-text {
	margin-top: 2em;
}

.main-content .content-text p {
	margin-bottom: 1.5em;
}

table {
	width: 100%;
	color: #525252;
	margin: 20px 0;
	min-width: 650px;
	background-color: transparent;
}

table td {
	min-height: 35px;
	width: 100%;
	flex-basis: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 25px;
}

table tbody tr {
	min-height: 35px;
	display: flex;
	align-items: center;
	background-color: #0e2046;
}

table tbody tr:nth-child(2n+1) {
	background-color: #090f1f;
}

table {
	width: 100%;
	margin: 20px 0;
	min-width: 650px;
	background-color: transparent;
}

table td {
	min-height: 35px;
	width: 100%;
	flex-basis: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 25px;
}

table tbody tr {
	min-height: 35px;
	display: flex;
	align-items: center;
	background-color: #f0f0f0;
}

table tbody tr:nth-child(2n+1) {
	background-color: #f7f6f6;
}

