

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	background: linear-gradient(to right, #060b32, #0e0949);
    padding: 0 15px;
}

ul {
	list-style-position: inside;
}

img {
	max-width: 100%;
}

a {
	color: #fff;
}

h1,
h2 {
	display: block;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 500;
	color: ;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.flex_block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.justify_end {
	justify-content: flex-end;
}

.brand_align_center {
	align-items: center;
}

table td {
	border: 1px solid #fff;
	padding: 5px 10px;
}

#mostbet-header {
	position: relative;
	background: linear-gradient(to top, #060b31, #1b1133);
}

.content {
	line-height: 1.8;
}

.content p {
	margin: 15px 0;
	font-size: 14px;
}

.content img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.content ul,
.content ol {
	line-height: 1.6;
	margin: 0px 0px 15px 15px;
}

.content a {
	color: #39f;
}

.btn,
.download-btn {
	width: -moz-fit-content;
	width: fit-content;
	display: inline-block;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	background: -o-linear-gradient(351.54deg, #f55807 3.43%, #ffd2ae 100%);
	background: linear-gradient(98.46deg, #f55807 3.43%, #ffd2ae 100%);
	border: 1px solid rgba(255, 255, 255, 0.16);
	-webkit-box-shadow: 8px 8px 24px #0c0e14, -8px -8px 16px #272a33, inset 0px 4px 4px #a9353540;
	box-shadow: 8px 8px 24px #0c0e14, -8px -8px 16px #272a33, inset 0px 4px 4px #a9353540;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	padding: 10px 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-left: none;
	border-right: none;
	margin-left: 10px;
}

.btn:hover,
.download-btn:hover {
	color: #000;
	background: -o-linear-gradient(351.54deg, #ff7ead 3.43%, #f55807 100%);
	background: linear-gradient(98.46deg, #ff7ead 3.43%, #f55807 100%);
	-webkit-box-shadow: 8px 8px 24px #0c0e14, -8px -8px 16px #272a33, inset 0px 4px 4px #a9353540;
	box-shadow: 8px 8px 24px #0c0e14, -8px -8px 16px #272a33, inset 0px 4px 4px #a9353540;
}

#header {
	background-repeat: repeat;
	z-index: 1;
}

#header .logo-block {
	width: 200px;
}

#main {
	overflow-x: hidden;
	position: relative;
}

#footer {
	padding: 20px 0;
}

#footer .copyright {
	text-align: center;
	margin-top: 20px;
}

.top_text {
	padding: 15px 0;
}

.main-toc_list li {
	padding-top: 20px;
}

