* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

body {
	background-color: #171824;
	background-image: url("main-bg.svg");
	color: #fff;
	background-size: 100%;
	font-size: 14px;
	padding-top: 85px;
}

@media (max-width: 850px) {
	body {
		padding-top: 135px;
	}
}

.table-col {
	max-width: 100%;
	overflow-x: scroll;
}
img {
	max-width: 100%;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px;
}

.header {
	position: fixed;
	width: 100%;
	margin-bottom: 30px;
	background: #171824;
	top: 0;
	z-index: 111;
}

.header .header-top-row {
	min-height: 50px;
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
}

.header .header-top-row .btn {
	margin-left: 10px;
}

.header .header-top-row .container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #ffc400;
	border-radius: 10px;
	height: 40px;
	font-size: 14px;
	border: 2px solid transparent;
	color: #000;
	padding: 0 20px;
	cursor: pointer;
}

.btn:last-child {
	background-color: transparent;
	border-color: #ffc400;
	color: #fff;
}

.image-wrapper {
	text-align: center;
}

.image-wrapper img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 15px 0 25px;
	padding: 0;
}

main {
	margin: 0 15px;
	border-radius: 20px;
	background-color: #222335;
	padding-top: 40px;
}

.text-container table {
	width: 100%;
	border-radius: 12px;
}

.text-container th {
	padding: 4px;
}

.text-container td {
	padding: 8px;
}

.text-container tr:nth-child(odd) {
	background-color: #171824;
}

.text-container p,
.text-container ul,
.text-container ol {
	padding-bottom: 10px;
	line-height: 1.8;
}

.text-container ul,
.text-container ol {
	list-style-position: inside;
	padding-left: 15px;
}

h1 {
	font-size: 30px;
	padding: 0 0 15px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 20px;
}

h2,
h3 {
	padding: 15px 0 10px;
}

h1,
h2,
h3 {
	color: #fff;
	font-weight: 100;
	text-align: center;
}

.text-container a {
	color: #00a3ff;
	text-decoration: none;
}

.text-container a:hover {
	text-decoration: underline;
}

.text-container a:visited {
	color: #800080;
}

.site-logo {
	margin-right: auto;
}

.site-logo {
	font-size: 12px;
	text-transform: uppercase;
}

.site-logo span {
	color: #f0f;
	font-size: 24px;
	text-transform: uppercase;
}

@media only screen and (max-width: 850px) {
	.header .header-top-row .btn {
		margin: 0 5px;
	}
	.header .header-top-row .container {
		justify-content: center;
	}
	.site-logo {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 340px) {
	body {
		padding-top: 130px;
	}
}

#ctoc-list-captions {
	padding: 0;
	border: none;
}

.ctoc-body {
	padding: 10px;
}

.ctoc-body ul {
	margin-top: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 25px;
}

.ctoc-body ul li {
	margin-bottom: 10px;
}

.ctoc-body a {
	color: #ffc400;
	display: inline-block;
}

.ctoc-body a:hover {
	text-decoration: none;
}

.footer {
	background: url(footer-bg.png)
	repeat, #0a0a14;
	width: 100%;
	border-top: 1px dashed #303036;
}

.footer-copy {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	padding: 15px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.footer-copy {
		flex-direction: column-reverse;
	}
}

.copy {
	width: 35%;
}

@media (max-width: 768px) {
	.copy {
		width: 100%;
		text-align: center;
	}
}

.age {
	display: flex;
	flex-direction: row;
	width: 40%;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.age {
		width: 100%;
		text-align: center;
		flex-direction: column;
	}
}

.lang {
	width: 150px;
}

	 
