.glide {
	box-sizing: border-box;
	position: relative;
	width: 100%;
}
.glide * {
	box-sizing: inherit;
}
.glide__slides,
.glide__track {
	overflow: hidden;
}
.glide__slides {
	backface-visibility: hidden;
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	touch-action: pan-Y;
	transform-style: preserve-3d;
	white-space: nowrap;
	width: 100%;
	will-change: transform;
}
.glide__slide,
.glide__slides--dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.glide__slide {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	flex-shrink: 0;
	height: 100%;
	white-space: normal;
	width: 100%;
}
.glide__slide a {
	-webkit-user-drag: none;
	-webkit-user-select: none;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.glide__arrows,
.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.glide--rtl {
	direction: rtl;
}
@font-face {
	font-display: swap;
	font-family: Commissioner;
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/commissioner-v20-cyrillic-ext_latin-300.woff2)
		format('woff2');
}
@font-face {
	font-display: swap;
	font-family: Commissioner;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/commissioner-v20-cyrillic-ext_latin-700.woff2)
		format('woff2');
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
* {
	box-sizing: border-box;
}
body {
	background: #001701;
	color: #f4f4f4;
	font-family: Commissioner, sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding-top: 89px;
}
body.show-menu {
	overflow: hidden;
}
@media (max-width: 576px) {
	body .d-none-xs {
		display: none;
	}
}
@media (max-width: 768px) {
	body .d-none-sm {
		display: none;
	}
}
h1,
h2,
h3 {
	font-weight: 700;
	line-height: 1.2;
	margin: 80px 0 20px;
}
h1 {
	font-size: 44px;
	margin-top: 20px;
}
@media (max-width: 991px) {
	h1 {
		font-size: 28px;
	}
}
h2 {
	font-size: 36px;
}
@media (max-width: 991px) {
	h2 {
		font-size: 24px;
	}
}
h3 {
	font-size: 24px;
	margin: 40px 0 20px;
}
@media (max-width: 991px) {
	h3 {
		font-size: 20px;
	}
}
img {
	height: auto;
	max-width: 100%;
}
.aligncenter,
.alignleft,
.alignright {
	display: block;
	padding: 0;
}
@media (max-width: 991px) {
	.aligncenter,
	.alignleft,
	.alignright {
		float: none !important;
		margin: 20px auto !important;
	}
}
.aligncenter {
	float: none;
	margin: 20px auto;
}
.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}
.container {
	margin: 0 auto;
	max-width: 1920px;
	position: relative;
	width: 100%;
}
.wrapper {
	display: flex;
	padding-left: 40px;
	padding-right: 40px;
}
@media (max-width: 1280px) {
	.wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}
.wrapper_side {
	width: 360px;
}
@media (max-width: 1280px) {
	.wrapper_side {
		background: #001701;
		bottom: 0;
		display: none;
		left: 0;
		overflow: auto;
		position: fixed;
		right: 0;
		top: 89px;
		width: 100%;
		z-index: 100;
	}
	.wrapper_side.show {
		display: block;
	}
}
.wrapper_content {
	width: calc(100% - 360px);
}
@media (max-width: 1280px) {
	.wrapper_content {
		width: 100%;
	}
}
.btn {
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
	padding: 14px 28px;
	text-align: center;
	text-decoration: none;
	transition: all 0.1s;
}
.btn_violet {
	background: linear-gradient(90deg, #ff8800 0%, #ff4c00 100%);
}
.btn_violet:hover {
	background: linear-gradient(90deg, #ff4c00 0%, #ff8800 100%);
}
.btn_pink {
	background: none;
	border: 1px solid #ff8800;
	color: #fff;
}
.btn_pink:hover {
	background: linear-gradient(90deg, #ff4c00 0%, #ff8800 100%);
}
.btn_green {
	background: linear-gradient(90deg, #ff8800 0%, #ff4c00 100%);
}
.btn_green:hover {
	background: linear-gradient(90deg, #ff4c00 0%, #ff8800 100%);
}
@media (max-width: 991px) {
	.btn.d-none-md {
		display: none;
	}
}
.btn.d-block-md {
	display: none;
}
@media (max-width: 991px) {
	.btn.d-block-md {
		display: block;
	}
}
.header {
	background: #001701;
	padding: 20px 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header.scrolled {
	position: fixed;
	top: 0;
}
.header_logo {
	color: #f4f4f4;
	display: block;
	line-height: 1;
	padding-left: 40px;
}
@media (max-width: 1280px) {
	.header_logo {
		padding-left: 0;
	}
}
.header_logo a,
.header_logo a:hover,
.header_logo a:visited {
	color: #f4f4f4;
}
.header_mobile {
	display: none;
}
@media (max-width: 1280px) {
	.header_mobile {
		align-items: center;
		-moz-column-gap: 30px;
		column-gap: 30px;
		display: flex;
		line-height: 1;
	}
}
.header_inner_wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
@media (max-width: 1280px) {
	.header_inner_wrap {
		justify-content: space-between;
	}
}
.header_btns {
	align-items: center;
	-moz-column-gap: 10px;
	column-gap: 10px;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1280px) {
	.header .container {
		padding: 0 10px;
	}
}
.header .burger {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Crect y='12' width='28' height='4' rx='2' fill='%23F4F4F4'/%3E%3Crect y='1' width='18' height='4' rx='2' fill='%23F4F4F4'/%3E%3Crect x='10' y='23' width='18' height='4' rx='2' fill='%23F4F4F4'/%3E%3C/svg%3E")
		no-repeat 50%;
	height: 28px;
	margin-left: 6px;
	width: 28px;
}
.header .burger:hover {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Crect y='12' width='28' height='4' rx='2' fill='url(%23a)'/%3E%3Crect y='1' width='18' height='4' rx='2' fill='url(%23b)'/%3E%3Crect x='10' y='23' width='18' height='4' rx='2' fill='url(%23c)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='14' y1='12' x2='14' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F8E9FF'/%3E%3Cstop offset='1' stop-color='%23DABDF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='9' y1='1' x2='9' y2='5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F8E9FF'/%3E%3Cstop offset='1' stop-color='%23DABDF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='19' y1='23' x2='19' y2='27' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F8E9FF'/%3E%3Cstop offset='1' stop-color='%23DABDF0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
		no-repeat 50%;
}
.header .burger.active {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Crect x='3.187' y='.086' width='32' height='4' rx='2' transform='rotate(45 3.187 .086)' fill='%23F4F4F4'/%3E%3Crect x='.187' y='23.086' width='32' height='4' rx='2' transform='rotate(-45 .187 23.086)' fill='%23F4F4F4'/%3E%3C/svg%3E")
		no-repeat 50%;
}
.header .burger.active:hover {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Crect x='3.187' y='.086' width='32' height='4' rx='2' transform='rotate(45 3.187 .086)' fill='url(%23a)'/%3E%3Crect x='.187' y='23.086' width='32' height='4' rx='2' transform='rotate(-45 .187 23.086)' fill='url(%23b)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='19.186' y1='.086' x2='19.186' y2='4.086' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F8E9FF'/%3E%3Cstop offset='1' stop-color='%23DABDF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='16.186' y1='23.086' x2='16.186' y2='27.086' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F8E9FF'/%3E%3Cstop offset='1' stop-color='%23DABDF0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
		no-repeat 50%;
}
.breadcrumbs {
	display: flex;
	list-style: none;
	margin: 20px 0;
	padding: 0;
	row-gap: 4px;
}
@media (max-width: 1280px) {
	.breadcrumbs {
		padding: 0 10px;
	}
}
.breadcrumbs li {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
}
.breadcrumbs a,
.breadcrumbs span.curr {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
}
.breadcrumbs a {
	color: #de881f;
	font-weight: 700;
	text-decoration: underline;
}
.breadcrumbs a:visited {
	color: #de881f;
}
.breadcrumbs a:hover {
	color: #de881f;
	text-shadow: 0 0 20px rgba(138, 31, 222, 0.4);
}
.breadcrumbs a:after {
	content: none;
}
.breadcrumbs span.curr {
	color: #ff9d00;
}
.breadcrumbs .separator {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='M4.77 4.07a.935.935 0 0 1 1.522-.728l4.417 3.566a1.403 1.403 0 0 1 0 2.183l-4.417 3.567a.935.935 0 0 1-1.522-.727V4.069Z' fill='%237A6CA8'/%3E%3C/svg%3E")
		no-repeat 50%;
	display: inline-block;
	flex-shrink: 0;
	height: 16px;
	vertical-align: text-top;
	width: 16px;
}
.header_menu {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
@media (max-width: 1280px) {
	.header_menu li {
		max-width: 280px;
	}
}
.header_menu li a,
.header_menu li span {
	align-items: center;
	background: #ffffff1a;
	border-radius: 2px;
	color: #ff9d00;
	-moz-column-gap: 10px;
	column-gap: 10px;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	justify-content: flex-start;
	line-height: 1.2;
	padding: 10px;
	position: relative;
}
.header_menu li a:before,
.header_menu li span:before {
	content: '';
	display: block;
	height: 32px;
	width: 32px;
}

.header_menu li.current-menu-item {
	background: #ffffff1a;
	border-radius: 2px;
	padding: 2px;
}
.header_menu li.current-menu-item span {
	background: #ffffff1a;
	padding: 8px;
}
.header_menu li.home a:before,
.header_menu li.home span:before {
	content: url('/assets/images/home.svg');
}
.header_menu li.games a:before,
.header_menu li.games span:before {
	content: url('/assets/images/games.svg');
}
.header_menu li.bonus a:before,
.header_menu li.bonus span:before {
	content: url('/assets/images/bonus.svg');
}
.header_menu li.about a:before,
.header_menu li.about span:before {
	content: url('/assets/images/about.svg');
}
.header_menu li.mirror a:before,
.header_menu li.mirror span:before {
	content: url('/assets/images/mirror.svg');
}
.header_menu li.news a:before,
.header_menu li.news span:before {
	content: url('/assets/images/news.svg');
}
.bottom_menu {
	-moz-column-gap: 80px;
	column-gap: 80px;
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	row-gap: 20px;
	width: 444px;
}
@media (max-width: 991px) {
	.bottom_menu {
		margin-bottom: 120px;
		row-gap: 40px;
	}
}
.bottom_menu li {
	max-width: 182px;
	width: 50%;
}
@media (max-width: 991px) {
	.bottom_menu li {
		max-width: 100%;
		width: 100%;
	}
}
.bottom_menu li.current-menu-item span {
	color: #de881f;
}
.bottom_menu li a,
.bottom_menu li span {
	color: #f4f4f4;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.bottom_menu li a:hover {
	color: #5d1fda;
}
.slider {
	border-radius: 16px;
	margin: 20px auto 40px;
	overflow: hidden;
}
@media (max-width: 1280px) {
	.slider {
		margin: 10px auto 40px;
	}
}
@media (max-width: 768px) {
	.slider {
		max-width: 320px;
	}
}
.slider_block .container,
.slider_wrapper {
	position: relative;
}
.slider_wrapper {
	display: block;
	line-height: 0;
	overflow: hidden;
}
.slider_wrapper img {
	border-radius: 16px;
	height: 420px;
	-o-object-fit: cover;
	object-fit: cover;
}
.slider_overlay {
	color: #f4f4f4;
	justify-content: space-between;
	left: 80px;
	line-height: 1.2;
	position: absolute;
	top: 80px;
}
.slider_overlay .btn.btn_pink {
	background: linear-gradient(90deg, #ff8800 0%, #ff4c00 100%);
	color: #fff;
}
.slider_overlay .btn.btn_pink:hover {
	background: linear-gradient(90deg, #ff4c00 0%, #ff8800 100%);
}
.slider_overlay .btn {
	min-width: 179px;
}
@media (max-width: 991px) {
	.slider_overlay .btn {
		width: 300px;
	}
}
@media (max-width: 1280px) {
	.slider_overlay {
		bottom: 50px;
		left: 10px;
		right: 10px;
		top: 20px;
	}
}
.slider_title {
	color: #de881f;
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.slider_title {
		font-size: 28px;
	}
}
.slider_text {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 90px;
}
@media (max-width: 991px) {
	.slider_text {
		font-size: 22px;
		margin-bottom: 230px;
	}
}
.slider_nav {
	align-items: center;
	bottom: 20px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
}
.slider_nav .glide__bullet {
	background: transparent;
	background: #ffffff33;
	border: none;
	border-radius: 12px;
	box-shadow: none;
	cursor: pointer;
	height: 12px;
	outline: none;
	transition: all 0.1s;
	width: 12px;
}
.slider_nav .glide__bullet--active {
	background: #fff;
	border-radius: 12px;
	width: 60px;
}
.slider_nav .glide__bullet:focus {
	width: 60px;
}
.slider_nav .glide__bullet:hover {
	border-radius: 12px;
	width: 60px;
}

.img-cov {
	width: 100%;
	height: 100%;
}

.img-cov img {
	width: 100%;
	height: 100%;
}
.banner {
	border-radius: 8px;
	line-height: 0;
	margin: 40px 0;
	overflow: hidden;
	text-align: center;
}
.banner img {
	min-height: 160px;
	-o-object-fit: cover;
	object-fit: cover;
}
.main_content {
	min-height: 445px;
}
@media (max-width: 1280px) {
	.main_content {
		padding: 0 10px;
	}
}
.page_content {
	font-weight: 300;
	line-height: 1.6;
}
.page_content p {
	margin-bottom: 12px;
}
.page_content table {
	border-collapse: collapse;
	font-size: 16px;
	font-weight: 300;
	margin: 0 auto;
	text-align: left;
	width: 100% !important;
}
.page_content table strong {
	font-weight: 700;
}
.page_content table tr {
	border-radius: 4px;
	padding-bottom: 4px;
	position: relative;
	z-index: 0;
}
.page_content table tr:last-child {
	border-bottom: none;
}
.page_content table tr td,
.page_content table tr th {
	border: 0 !important;
	line-height: 1.2;
	padding: 24px 44px;
	vertical-align: top;
}
.page_content table tr td:first-child,
.page_content table tr th:first-child {
	border-radius: 4px 0 0 4px;
}
.page_content table tr td:last-child,
.page_content table tr th:last-child {
	border-radius: 0 4px 4px 0;
}
.page_content table thead tr:first-child {
	background: #001701;
}
.page_content table thead td,
.page_content table thead th {
	font-weight: 700;
}
.page_content table thead td:first-child,
.page_content table thead th:first-child {
	border-radius: 4px 0 0 4px;
}
.page_content table thead td:last-child,
.page_content table thead th:last-child {
	border-radius: 0 4px 4px 0;
}
.page_content table tbody tr:nth-child(2n) {
	background: #001701;
}
@media (max-width: 768px) {
	.page_content table tbody tr:nth-child(2n) {
		background: transparent;
	}
}
.page_content table tbody tr:nth-child(odd) {
	background: transparent;
}
@media (max-width: 768px) {
	.page_content table tbody tr:nth-child(odd) {
		background: #001701;
	}
}
.page_content table tbody tr:last-child {
	padding-bottom: 0;
}
.page_content table tbody tr:last-child:after {
	bottom: 0;
}
.page_content table.double tr:nth-child(odd) {
	background: #ffffff1a;
}
.page_content table.double tr:nth-child(2n) {
	background: transparent;
}
@media (max-width: 768px) {
	.page_content table.double tr {
		display: block;
		height: auto !important;
		padding: 10px 20px 14px;
	}
	.page_content table.double tr:last-of-type {
		padding-bottom: 10px;
	}
	.page_content table.double td,
	.page_content table.double th {
		display: block;
		height: auto !important;
		min-width: 0 !important;
		padding: 0;
		width: auto !important;
	}
	.page_content table.double td:first-of-type,
	.page_content table.double th:first-of-type {
		margin-bottom: 10px;
	}
}
.page_content table.is-mobile tbody tr {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	justify-content: space-between;
	overflow: hidden;
	padding: 12px 20px;
}
.page_content table.is-mobile tbody tr:last-of-type {
	padding-bottom: 0;
}
.page_content table.is-mobile tbody td,
.page_content table.is-mobile tbody th {
	display: block;
	font-weight: 300;
	height: auto !important;
	margin-bottom: 10px;
	min-width: 0 !important;
	padding: 0;
	text-align: left;
	width: 50%;
}
.page_content table.is-mobile tbody td:first-child,
.page_content table.is-mobile tbody th:first-child {
	display: none;
}
.page_content table.is-mobile tbody td {
	text-align: right;
}
.page_content table.is-mobile tbody td:first-of-type {
	font-weight: 700;
	text-align: center;
	width: 100%;
}
@media (max-width: 768px) {
	.page_content table.two-columns tbody tr td,
	.page_content table.two-columns tbody tr th {
		text-align: left;
		width: 100%;
	}
	.page_content table.two-columns tbody tr td:first-child,
	.page_content table.two-columns tbody tr th:first-child {
		display: block;
	}
	.page_content table.two-columns tbody tr td {
		font-weight: 300;
	}
	.page_content table.two-columns tbody tr td:first-of-type {
		font-weight: 300;
		text-align: left;
	}
	.page_content table.two-columns tbody tr td:last-of-type {
		margin-bottom: 0;
	}
	.page_content table.two-columns tbody tr th {
		font-weight: 700;
		margin-bottom: 0;
	}
}
.page_content .cover-table {
	margin: 20px auto;
	max-width: 100%;
	overflow: auto;
}
.page_content ol,
.page_content ul {
	display: flow-root;
	list-style-position: inside;
	padding: 12px 0 12px 60px;
}
@media (max-width: 768px) {
	.page_content ol,
	.page_content ul {
		padding: 12px 0 12px 10px;
	}
}
.page_content ol {
	counter-reset: counter;
}
.page_content ol li {
	counter-increment: counter;
	display: flex;
	line-height: 1.6;
}
.page_content ol li:before {
	color: #de881f;
	content: counter(counter) '. ';
	display: inline-block;
	font-weight: 700;
	margin-right: 10px;
}
.page_content ol li ol {
	counter-reset: sec-counter;
}
.page_content ol li ol li {
	counter-increment: sec-counter;
}
.page_content ol li ol li:before {
	content: counter(counter) '. ' counter(sec-counter);
}
.page_content ul {
	list-style-type: none;
}
.page_content ul li {
	display: flex;
	line-height: 1.6;
	margin-bottom: 4px;
}
.page_content ul li:before {
	display: inline-block;
	height: 29px;
	margin-right: 10px;
	position: relative;
	top: 0;
	vertical-align: bottom;
	width: 20px;
}
.page_content ul li ul li:before,
.page_content ul li:before {
	content: url('/assets/images/line.svg');
}
.page_content img {
	display: block;
}
.page_content a {
	color: #de881f;
	text-decoration: underline;
}
.page_content a:hover {
	color: #5d1fda;
}
.page_content a:visited {
	color: #de881f;
}
#toc_container {
	float: left;
	height: 200px;
	margin: 0 20px 20px 0;
	max-width: 100%;
	position: relative;
	width: 480px;
}
@media (max-width: 991px) {
	#toc_container {
		float: none;
		height: 228px;
		margin: 20px auto;
	}
}
#toc_container .ctoc {
	background: linear-gradient(180deg, #de881f, #360997);
	border-radius: 16px;
	box-shadow: 0 0 20px 0 rgba(138, 31, 222, 0.4);
	display: flex;
	flex-direction: column;
	height: 200px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
@media (max-width: 991px) {
	#toc_container .ctoc {
		height: 228px;
	}
}
#toc_container .ctoc:after {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='4' height='4' rx='2' fill='%23F4F4F4' fill-opacity='.4'/%3E%3Crect x='12' width='4' height='4' rx='2' fill='%23F4F4F4' fill-opacity='.4'/%3E%3Crect x='24' width='4' height='4' rx='2' fill='%23F4F4F4' fill-opacity='.4'/%3E%3C/svg%3E")
		50% no-repeat;
	content: '';
	display: block;
	height: 4px;
	margin: 7px auto;
	order: 2;
	width: calc(100% - 40px);
}
#toc_container .ctoc nav {
	height: 114px;
	order: 1;
	overflow: hidden;
	padding: 30px 20px 0;
	position: relative;
}
@media (max-width: 768px) {
	#toc_container .ctoc nav {
		height: 142px;
		padding: 30px 10px 0;
	}
}
#toc_container .ctoc nav ul {
	margin: 0;
	padding: 0;
}
#toc_container .ctoc nav ul li {
	border-radius: 21px;
	display: block;
	margin-bottom: 0;
}
#toc_container .ctoc nav ul li a {
	border-radius: 21px;
	color: #f4f4f4;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 8px 20px 10px;
	text-decoration: none;
}
@media (max-width: 768px) {
	#toc_container .ctoc nav ul li a {
		font-size: 16px;
	}
}
#toc_container .ctoc nav ul li:before {
	display: none;
}
#toc_container .ctoc nav ul li:hover {
	background: linear-gradient(180deg, #ddcfe3, #b99fcd);
	padding: 2px;
}
#toc_container .ctoc nav ul li:hover a {
	background: linear-gradient(180deg, #1c1920, #18151e);
	padding: 6px 18px 8px;
}
#toc_container .ctoc-toggle {
	border-radius: 30px;
	bottom: 20px;
	color: #f4f4f4;
	-moz-column-gap: 10px;
	column-gap: 10px;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	left: calc(50% - 120px);
	line-height: 1.2;
	order: 3;
	position: absolute;
	width: 239px;
	z-index: 10;
}
#toc_container .ctoc-toggle span {
	border-radius: 30px;
	display: block;
	padding: 14px 28px;
	width: 100%;
}
#toc_container .ctoc-toggle:after {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath d='M5.596 7.143a1.286 1.286 0 0 0-1 2.093l4.903 6.072a1.929 1.929 0 0 0 3.001 0l4.905-6.072a1.286 1.286 0 0 0-1-2.093H5.596Z' fill='%23F4F4F4'/%3E%3C/svg%3E")
		no-repeat 50%;
	content: '';
	display: block;
	height: 22px;
	position: absolute;
	right: 28px;
	top: 14px;
	width: 22px;
}
#toc_container .ctoc-toggle:hover {
	background: linear-gradient(180deg, #ddcfe3, #b99fcd);
	padding: 2px;
}
#toc_container .ctoc-toggle:hover span {
	background: linear-gradient(180deg, #1c1920, #18151e);
	padding: 12px 26px;
}
#toc_container .ctoc.show {
	height: auto;
	padding-bottom: 70px;
}
#toc_container .ctoc.show nav {
	height: auto;
}
#toc_container .ctoc.show .ctoc-toggle {
	left: calc(50% - 84px);
	width: 168px;
}
#toc_container .ctoc.show .ctoc-toggle:after {
	transform: rotate(180deg);
}
#toc_container .ctoc.show:after {
	background: hsla(0, 0%, 96%, 0.1);
	height: 2px;
}
@media (max-width: 768px) {
	#toc_container .ctoc.show:after {
		width: calc(100% - 20px);
	}
}
.sidebar {
	background: #001701;
	left: 0;
	padding: 40px;
	position: absolute;
	width: 360px;
	z-index: 10;
}
@media (max-width: 1280px) {
	.sidebar {
		padding: 20px;
		width: 100%;
	}
	.sidebar.show {
		display: block;
	}
}
.sidebar .mobile_buttons {
	display: none;
	justify-content: space-between;
	margin-bottom: 26px;
	width: 300px;
}
@media (max-width: 1280px) {
	.sidebar .mobile_buttons .btn {
		width: 280px;
	}
}
@media (max-width: 991px) {
	.sidebar .mobile_buttons {
		display: flex;
	}
}
.slots {
	margin: 80px 0;
}
.slots-list {
	-moz-column-gap: 14px;
	column-gap: 14px;
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	row-gap: 16px;
}
@media (max-width: 991px) {
	.slots-list {
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
}
.slots-list_item {
	background: #1a2e1a;
	border-radius: 16px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 172px;
}
@media (max-width: 991px) {
	.slots-list_item {
		width: 145px;
	}
}
.slots-list_item a {
	color: #f4f4f4;
	display: block;
	line-height: 0;
	width: 190px;
}
@media (max-width: 991px) {
	.slots-list_item a {
		width: 145px;
	}
}
.slots-list_item img {
	border-radius: 16px 16px 0 0;
	height: 172px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 172px;
}
@media (max-width: 991px) {
	.slots-list_item img {
		height: 145px;
		width: 145px;
	}
}
.slots-list_item:hover .slots-list_overlay {
	opacity: 1;
}
.slots-list_title {
	color: #f4f4f4;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	justify-content: end;
	line-height: 1.2;
	padding: 6px 20px;
}
@media (max-width: 991px) {
	.slots-list_title {
		font-size: 14px;
	}
}
.slots-list_overlay {
	align-items: center;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	background: linear-gradient(
		180deg,
		rgba(210, 227, 207, 0.8),
		rgba(159, 205, 173, 0.8)
	);
	bottom: 50px;
	color: #ededed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 56px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
@media (max-width: 991px) {
	.slots-list_overlay {
		padding: 21px 20px 20px;
	}
}
.slots-list_overlay .play {
	background: linear-gradient(90deg, #ff8800 0%, #ff4c00 100%);
	background-size: contain;
	border-radius: 50%;
	height: 60px;
	width: 60px;
}
.slots-list_overlay .play:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath d='M11.732 9.156a2.104 2.104 0 0 1 3.426-1.637l9.936 8.025a3.156 3.156 0 0 1 0 4.91l-9.936 8.026a2.104 2.104 0 0 1-3.426-1.636V9.156Z' fill='%23F4F4F4'/%3E%3C/svg%3E")
		no-repeat 50%;
	content: '';
	display: block;
	height: 60px;
	width: 60px;
}
.slots-list_overlay .play:hover {
	background-size: contain;
	background: linear-gradient(90deg, #ff4c00 0%, #ff8800 100%);
}
@media (max-width: 991px) {
	.slots-list_overlay .play {
		height: 60px;
		width: 60px;
	}
}
.download {
	align-items: center;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	background: rgba(16, 14, 23, 0.9);
	bottom: 0;
	display: none;
	justify-content: center;
	padding: 11px 0;
	position: fixed;
	width: 100%;
	z-index: 15;
}
@media (max-width: 768px) {
	.download {
		display: flex;
	}
}
.up_btn {
	bottom: 200px;
	cursor: pointer;
	display: none;
	position: fixed;
	right: calc(50% - 932px);
}
@media (max-width: 1920px) {
	.up_btn {
		right: 24px;
	}
}
@media (max-width: 991px) {
	.up_btn {
		right: 10px;
	}
}
.up_btn button {
	align-items: center;
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	background: linear-gradient(90deg, #ff8800 0%, #ff4c00 100%);
	border: none;
	border-radius: 18px;
	box-shadow: 0 0 20px 0 rgba(222, 123, 31, 0.4);
	cursor: pointer;
	display: flex;
	height: 36px;
	justify-content: center;
	outline: none;
	position: relative;
	width: 36px;
}
.up_btn button:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath d='M5.596 14.857a1.286 1.286 0 0 1-1-2.093l4.903-6.072a1.928 1.928 0 0 1 3.001 0l4.905 6.072a1.286 1.286 0 0 1-1 2.093H5.596Z' fill='%23F4F4F4'/%3E%3C/svg%3E")
		no-repeat 50%;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.up_btn button:hover {
	background: linear-gradient(90deg, #ff4c00 0%, #ff8800 100%);
	border: none;
}
.up_btn.show {
	display: block;
}
.error404 {
	overflow: hidden;
}
.error404 .container {
	max-width: 100%;
}
.error404 .container .page-404 {
	align-items: center;
	background: url(../images/404_bg.jpg) no-repeat 50%;
	background-size: cover;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	padding: 10px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}
@media (max-width: 991px) {
	.error404 .container .page-404 {
		background: url(../images/404_bg_mob.jpg) no-repeat 50%;
		background-size: cover;
		text-align: center;
	}
}
.error404 .container .page-404 p {
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	text-align: center;
}
.error404 .container .page-404 h1 {
	font-size: 44px;
	margin: 20px 0;
}
@media (max-width: 991px) {
	.error404 .container .page-404 h1 {
		font-size: 28px;
	}
}
.error404 .container .page-404 .btn {
	margin-top: 40px;
}
.error404 .container .page-404 img {
	max-height: 300px;
}
@media (max-width: 991px) {
	.error404 .container .page-404 img {
		max-width: 300px;
	}
}
.footer {
	background: #001701;
	margin-top: 80px;
	padding: 160px 0 80px;
}
@media (max-width: 1280px) {
	.footer {
		padding: 180px 0 78px;
	}
}
@media (max-width: 991px) {
	.footer {
		padding: 180px 0 150px;
	}
}
.footer_wrap {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_content ul li a {
	color: #de881f;
}
@media (max-width: 1280px) {
	.footer_wrap {
		padding: 0 40px;
	}
}
@media (max-width: 991px) {
	.footer_wrap .footer_menu {
		order: 1;
		width: 100%;
	}
	.footer_wrap .footer_icons {
		order: 2;
	}
	.footer_icons .auf-atl_header_logo.header_logo {
		margin: 0 auto;
	}
}
.footer_inner {
	align-items: flex-end;
	-moz-column-gap: 80px;
	column-gap: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 1280px) {
	.footer_inner {
		width: 100%;
		justify-content: center;
	}
}
.footer_copy {
	color: #ff9d00;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	text-align: center;
}
@media (max-width: 1280px) {
	.footer_copy {
		margin: 40px auto 0;
		width: 100%;
	}
}
