@font-face {
	font-family: 'Roboto';
	src: url('/assets/fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: 400; /* Regular */
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/assets/fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: 700; /* Bold */
	font-style: normal;
}

*,
::after,
::before {
	box-sizing: border-box;
}
* {
	font-family: 'Roboto', sans-serif;
}
ol[class],
ul[class] {
	padding: 0;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
p {
	margin: 0;
}
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}
ol[class],
ul[class] {
	list-style: none;
}
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
a[class] {
	text-decoration: none;
}
img {
	max-width: 100%;
	display: block;
	overflow: hidden;
}
button,
input,
select,
textarea {
	font: inherit;
	outline: 0;
}
@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0s !important;
		scroll-behavior: auto !important;
	}
}
@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto-Thin.eot');
	src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Thin.woff2') format('woff2'),
		url('../fonts/Roboto-Thin.woff') format('woff'),
		url('../fonts/Roboto-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Medium.woff2') format('woff2'),
		url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto-Bold.eot');
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Bold.woff2') format('woff2'),
		url('../fonts/Roboto-Bold.woff') format('woff'),
		url('../fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto-Black.eot');
	src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Black.woff2') format('woff2'),
		url('../fonts/Roboto-Black.woff') format('woff'),
		url('../fonts/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular.woff2') format('woff2'),
		url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto-Light.eot');
	src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Light.woff2') format('woff2'),
		url('../fonts/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
/* @font-face {
	font-family: FontAwesome;
	src: url('../fonts/FontAwesome/FontAwesome.eot?#iefix')
			format('embedded-opentype'),
		url('../fonts/FontAwesome/FontAwesome.woff') format('woff'),
		url('../fonts/FontAwesome/FontAwesome.ttf') format('truetype'),
		url('../fonts/FontAwesome/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
} */
html {
	font-size: 10px;
}
body {
	font-size: 1.8rem;
	font-family: Roboto;
	background-color: #000;
	color: #fff;
}
h1 {
	font-size: 4rem;
	margin-bottom: 1.5rem;
	text-align: center;
}
h2 {
	font-size: 3.6rem;
}
h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 2.2rem;
}
.o-wrapper {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}
.o-text {
	border: 10px solid #000;
	background-color: #000;
	padding-top: 2rem;
	padding-bottom: 2rem;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
.o-text > :not(:last-child) {
	margin-bottom: 1rem;
}
.o-table__wrapper {
	overflow-x: auto;
	width: 100%;
}
table {
	margin: 3rem 0;
	width: 100%;
	border-spacing: 0;
}
tr {
	transition-duration: 0.3s;
}
tr:hover {
	background-color: rgba(223, 223, 223, 0.35);
}
tr:nth-child(odd) {
	background-color: rgba(153, 153, 153, 0.15);
}
tr:nth-child(odd):hover {
	background-color: rgba(147, 147, 147, 0.35);
}
td,
th {
	padding: 0.8rem 1.5rem;
	min-width: 120px;
}
td:not(:last-child) {
	position: relative;
}
td:not(:last-child)::after {
	content: '';
	display: flex;
	width: 1px;
	height: 60%;
	position: absolute;
	right: 0;
	top: 20%;
	background-color: rgba(176, 163, 32, 0.55);
}
th {
	background-color: #343434;
	color: #fff;
	border-bottom: 2px solid #fff;
}
th:not(:last-child) {
	position: relative;
}
table > :first-child tr:first-child > :first-child {
	border-top-left-radius: 0.5rem;
}
table > :first-child tr:first-child > :last-child {
	border-top-right-radius: 0.5rem;
}
table > :last-child tr:last-child > :first-child {
	border-bottom-left-radius: 0.5rem;
}
table > :last-child tr:last-child > :last-child {
	border-bottom-right-radius: 0.5rem;
}
.o-btn_color_green {
	background-color: #ffd342;
	color: #003c23;
	transition: 0.3s;
	box-shadow: 2px 4px 0 #c29b31;
}
.o-btn_color_green:hover {
	transform: scale(1.1);
}
.o-btn_color_blue {
	background-color: #00c070;
	color: #ffe18e;
	box-shadow: 2px 4px 0 #005833;
	transition: 0.3s;
}
.o-btn_color_blue:hover {
	transform: scale(1.1);
}
.o-icon-fa {
	display: inline-block;
	font-family: FontAwesome;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
}
.o-icon-fa__star:before {
	content: '\f005';
}
.c-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #121212;
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 10px;
}
.c-nav__caption {
	padding-left: 23px;
	font-weight: 700;
	color: #fff;
	font-size: 2.4rem;
}
.c-nav nav ol {
	margin: 10px 0;
}
.c-nav nav ol li a {
	color: #909090;
	text-decoration: none;
	transition: 0.3s;
	letter-spacing: 0.5px;
}
.c-nav nav ol li a:hover {
	color: #fff;
}
.o-left,
.o-right {
	width: 100%;
	border: 2px solid #b0a420;
}
@media (min-width: 414px) {
	.o-left,
	.o-right {
		max-width: 250px;
		width: auto;
		margin-bottom: 15px;
	}
}
@media (min-width: 414px) {
	.o-left {
		float: left;
		margin-right: 15px;
	}
}
@media (min-width: 414px) {
	.o-right {
		float: right;
		margin-left: 15px;
	}
}
.c-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(26, 86, 133, 0.25);
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	transition-duration: 0.3s;
	z-index: 3;
}
.c-header.is-moved {
	background-color: #000;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #fff;
}
.c-header__inner {
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c-header__logo {
	height: 2rem;
}
.c-header__rside {
	display: flex;
}
@media (min-width: 414px) {
	.c-header__logo {
		height: 3rem;
	}
}
.c-header__btn {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.5rem 1rem;
	border-radius: 24px;
	letter-spacing: 1px;
}
@media (min-width: 414px) {
	.c-header__btn {
		padding: 0.5rem 2rem;
		margin-right: 15px;
	}
}
.c-top {
	background-position: 50%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	margin-bottom: 4rem;
}

.c-top .o-wrapper {
	height: 100%;
}
.c-top__inner {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
}
.c-top__content {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 6rem;
	color: #fefefe;
}
.c-top__btn {
	text-transform: uppercase;
	padding: 5px 25px;
	border-radius: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	z-index: 2;
	position: relative;
}
.c-top h1 {
	z-index: 2;
	position: relative;
}
.c-top__date {
	font-size: 4rem;
	margin-bottom: 2rem;
	font-weight: 700;
	z-index: 2;
	position: relative;
}
canvas {
	display: block;
	vertical-align: bottom;
}
#particles-js {
	top: 6.4rem;
	left: 0;
	position: absolute;
	width: 100%;
	height: calc(100% - 6.4rem);
	background-position: 50% 50%;
}
.c-faq {
	box-sizing: border-box;
	width: 100%;
}
summary::-webkit-details-marker {
	display: none;
}
summary::-moz-list-bullet {
	list-style-type: none;
}
summary::marker {
	display: none;
}
summary {
	padding: 14px 12px 0 12px;
	position: relative;
	border-radius: 6px;
	width: 100%;
	display: inline-block;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	color: #fff;
	background-color: #323232;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	padding-bottom: 14px;
}
summary::before {
	content: '';
	position: absolute;
	display: flex;
	height: 3px;
	width: 19px;
	right: 10px;
	top: calc(50% - 1px);
}
summary::after {
	content: '';
	position: absolute;
	display: flex;
	height: 19px;
	width: 3px;
	right: 18px;
	transition-duration: 0.3s;
	top: calc(50% - 9px);
}
details[open] summary {
	border-color: #e4e5eb;
	border-radius: 6px 6px 0 0;
}
details[open] > summary::after {
	transform: rotate(90deg);
}
summary ~ * {
	-webkit-animation: sweep 0.8s;
	animation: sweep 0.8s;
}
summary:focus {
	outline: 0;
}
details {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: block;
	background-color: #202020;
	box-shadow: 0 10px 18px rgba(75, 74, 120, 0.14);
	border-radius: 6px;
	margin-bottom: 2rem;
}
details > div {
	margin: 0;
	padding: 20px 20px 20px 40px;
	text-align: left;
}
@-webkit-keyframes sweep {
	0% {
		color: transparent;
	}
	100% {
		color: #818182;
	}
}
@keyframes sweep {
	0% {
		color: transparent;
	}
	100% {
		color: #818182;
	}
}
.c-review__item {
	box-shadow: 5px 8px 8px rgba(75, 74, 120, 0.25);
	flex-direction: column;
	align-items: center;
}
@media (min-width: 414px) {
	.c-review__item {
		flex-direction: initial;
		align-items: initial;
	}
}
.c-review__item:nth-child(even) {
	display: flex;
	padding: 2rem;
	border: 1px solid #22507c;
	border-radius: 0.8rem;
	background-color: #2073b0;
	color: #fff;
	margin-bottom: 3rem;
}
.c-review__item:nth-child(odd) {
	display: flex;
	padding: 2rem;
	border: 1px solid #22507c;
	border-radius: 0.8rem;
	background-color: #0f5b94;
	color: #fff;
	margin-bottom: 3rem;
}
.c-review__img {
	width: 10rem;
	height: 10rem;
	margin-bottom: 1rem;
}
@media (min-width: 414px) {
	.c-review__img {
		margin-right: 2rem;
		margin-bottom: 0;
	}
}
.c-review__name {
	display: flex;
	margin-bottom: 1.2rem;
	font-weight: 700;
	font-size: 2.2rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	justify-content: center;
}
@media (min-width: 414px) {
	.c-review__name {
		justify-content: initial;
	}
}
.c-review__bottom {
	display: flex;
	justify-content: flex-end;
	margin-top: 2rem;
}
.c-review__btn {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}
.c-review__btn:hover {
	text-decoration: underline;
}
.c-footer {
	padding-top: 2rem;
	padding-bottom: 1rem;
	text-align: center;
	color: #fff;
}
.c-banner {
	width: 100%;
	margin-bottom: 1rem;
	background: #383838;
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.c-banner__head {
	display: flex;
	flex-direction: row;
	width: 100;
	align-items: center;
	justify-content: space-between;
	background: #2a2a2a;
	margin-bottom: 10px;
	padding: 15px 10px;
}
.c-banner__head-caption {
	font-weight: 700;
	font-size: 2.4rem;
	color: #fff;
}
.c-banner__head-rate {
	display: flex;
	align-items: center;
}
.c-banner__head-rate i {
	margin: 0 3px;
	color: gold;
}
.c-banner__head-value {
	margin-top: 3px;
	display: inline-block;
	color: #fff;
	font-family: Verdana;
	font-size: 1.6rem;
	margin-right: 7px;
}
.c-banner__body {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 768px) {
	.c-banner__body {
		flex-direction: row;
		justify-content: space-between;
		padding: 10px;
	}
}
.c-banner__body img {
	max-width: 240px;
	width: 100%;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.c-banner__body img {
		margin-bottom: 0;
	}
}
.c-banner__body-text {
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.25;
}
.c-banner__body-text b {
	color: #e9ce00;
	font-size: 2.4rem;
}
@media (min-width: 768px) {
	.c-banner__body-text {
		margin-bottom: 0;
	}
}
.c-banner__body-link {
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0.5rem;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.c-banner__body-link {
		margin-bottom: 0;
	}
}
.c-slots {
	width: 100%;
	margin-bottom: 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.c-slots__item {
	position: relative;
	margin: 3px;
	border: 1px solid #aaa;
}
.c-slots__item-preview {
	width: 100%;
	max-width: 260px;
}
.c-slots__item:hover .c-slots__popup {
	display: flex;
}
.c-slots__popup {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	background: rgba(0, 0, 0, 0.6);
	padding: 20px 10px;
}
.c-slots__popup-caption {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	word-wrap: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.c-slots__popup-link {
	width: 70%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 0.5rem;
}
.o-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
.o-modal__content {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #141414;
	padding: 40px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	width: max-content;
}
.o-modal__close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	font-size: 34px;
	padding: 0 5px;
	line-height: 1;
}
.ytc {
	color: #e9ce00;
}
.o-modal .o-btn {
	font-size: 1.6rem;
	padding: 0.5rem 2rem;
	font-weight: bold;
	border-radius: 24px;
	letter-spacing: 1px;
	margin-top: 15px;
}
.o-modal__main-text {
	font-size: 24px;
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
}
.o-modal__big-text {
	font-size: 45px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.img-cov {
	max-width: 100%;
}
.img-cov img {
	width: 100%;
}

body,
h1,
h2,
li,
p {
	margin: 0
}



*,
::after,
::before {
	box-sizing: border-box
}

body,
h1,
h2,
h4,
li,
p {
	margin: 0
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto
}

a[class] {
	text-decoration: none
}

img {
	max-width: 100%;
	display: block;
	overflow: hidden
}

@media (prefers-reduced-motion:reduce) {
	* {
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important
	}
}



html {
	font-size: 10px
}

body {
	font-size: 1.8rem;
	font-family: Roboto;
	background-color: #000;
	color: #fff
}

h1 {
	font-size: 4rem;
	margin-bottom: 1.5rem;
	text-align: center
}

h2 {
	font-size: 3.6rem
}

h4 {
	font-size: 2.2rem
}

.o-wrapper {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem
}

.o-text {
	border: 10px solid #000;
	background-color: #000;
	padding-top: 2rem;
	padding-bottom: 2rem;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2)
}

.o-text>:not(:last-child) {
	margin-bottom: 1rem
}

.o-table__wrapper {
	overflow-x: auto;
	width: 100%
}

table {
	margin: 3rem 0;
	width: 100%;
	border-spacing: 0
}

tr:nth-child(odd) {
	background-color: #222222;
}

td,
th {
	padding: .8rem 1.5rem;
	min-width: 120px
}

th {
	background-color: #171717;
	color: #fff;
	border: none;
}

th:not(:last-child) {
	position: relative
}

table>:first-child tr:first-child>:first-child {
	border-top-left-radius: .5rem
}

table>:first-child tr:first-child>:last-child {
	border-top-right-radius: .5rem
}

table>:last-child tr:last-child>:first-child {
	border-bottom-left-radius: .5rem
}

table>:last-child tr:last-child>:last-child {
	border-bottom-right-radius: .5rem
}

.o-btn_color_green {
	background-color: #ffd342;
	color: #003c23;
	box-shadow: 2px 4px 0 #c29b31
}

.o-btn_color_blue {
	background-color: #00c070;
	color: #fff;
	box-shadow: 2px 4px 0 #005833
}

.o-icon-fa {
	display: inline-block;
	font-family: FontAwesome;
	line-height: 1;
	font-weight: 400;
	font-style: normal
}

.o-icon-fa__star:before {
	content: "\f005"
}

.c-nav {
	border-radius: 16px;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #131313;
	padding: 10px;
	margin-bottom: 10px;
	border: none;
}

.c-nav__caption {
	padding-left: 23px;
	font-weight: 700;
	color: #fff;
	font-size: 2.4rem
}

.c-nav nav ol {
	margin: 10px 0
}

.c-nav nav ol li a {
	color: #909090;
	text-decoration: none;
	letter-spacing: .5px
}

.c-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #1B1B1B;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	z-index: 3
}

.c-header__inner {
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.c-header__logo {
	height: 2rem
}

.c-header__btn {
	white-space: nowrap;
	font-size: 1.4rem;
	font-weight: 700;
	padding: .5rem 1rem;
	border-radius: 8px;
	letter-spacing: 1px
}

@media (min-width:414px) {
	.c-header__logo {
		height: 3rem
	}

	.c-header__btn {
		font-size: 1.6rem;
		padding: .5rem 2rem
	}
}

.c-top {
	background-position: 50%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	margin-bottom: 4rem
}

.c-top .o-wrapper {
	height: 100%
}

.c-top__inner {
	background-color: rgba(0, 0, 0, .4);
	height: 100%
}

.c-top__content {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 6rem;
	color: #fefefe
}

.c-top__btn {
	white-space: nowrap;
	text-transform: uppercase;
	padding: 5px 25px;
	border-radius: 8px;
	font-weight: 700;
	letter-spacing: 1px;
	z-index: 2;
	position: relative;
	margin: 0 0 0 5px;
}

.c-top h1 {
	z-index: 2;
	position: relative
}

.c-top__date {
	font-size: 4rem;
	margin-bottom: 2rem;
	font-weight: 700;
	z-index: 2;
	position: relative
}

#particles-js {
	top: 6.4rem;
	left: 0;
	position: absolute;
	width: 100%;
	height: calc(100% - 6.4rem);
	background-position: 50% 50%;
	background: url('/assets/images/bg.jpeg') center center / cover no-repeat;
}

.c-banner {
	width: 100%;
	margin-bottom: 1rem;
	background: #131313;
	display: flex;
	flex-direction: column;
	padding: 10px;
	border-radius: 11px;
}

.c-banner__head {
	display: flex;
	flex-direction: row;
	width: 100;
	align-items: center;
	justify-content: space-between;
	background: #222222;
	margin-bottom: 10px;
	padding: 15px 10px;
	border-radius: 9px;
}

.c-banner__head-caption {
	font-weight: 700;
	font-size: 2.4rem;
	color: #fff
}

.c-banner__head-rate {
	display: flex;
	align-items: center
}

.c-banner__head-rate i {
	margin: 0 3px;
	color: gold
}

.c-banner__head-value {
	margin-top: 3px;
	display: inline-block;
	color: #fff;
	font-family: Verdana;
	font-size: 1.6rem;
	margin-right: 7px
}

.c-banner__body {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center
}

.c-banner__body img {
	max-width: 240px;
	width: 100%;
	margin-bottom: 10px
}

.c-banner__body-text {
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.25
}

.c-banner__body-text b {
	color: #e9ce00;
	font-size: 2.4rem
}

@media (min-width:768px) {
	.c-banner__body {
		flex-direction: row;
		justify-content: space-between;
		padding: 10px
	}

	.c-banner__body img {
		margin-bottom: 0
	}

	.c-banner__body-text {
		margin-bottom: 0
	}
}

.c-banner__body-link {
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: .5rem;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.c-banner__body-link {
		margin-bottom: 0
	}
}

.c-slots {
	width: 100%;
	margin-bottom: 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

.c-slots__item {
	position: relative;
	margin: 3px;
	border: 1px solid #aaa
}

.c-slots__item-preview {
	width: 100%;
	max-width: 260px
}

.c-slots__popup {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	background: rgba(0, 0, 0, .6);
	padding: 20px 10px
}

.c-slots__popup-caption {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	word-wrap: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.c-slots__popup-link {
	width: 70%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: .5rem
}

@media(max-width: 768px) {
	#particles-js {

		background: url('/assets/images/bg-mob.jpeg') center center / cover no-repeat;
	}
}

.footer__menu {
	display: flex;
	list-style: none;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

.footer__menu a {
	color: #fff;
	text-decoration: none;
}

.footer__menu a:hover{
	opacity: .7;
}